Speed up ProcessedAsset::getLastModifed()
Opened this issue · 0 comments
CHH commented
The getLastModified()
method of the BundledAsset
runs all Bundle Processors (e.g. Minifiers). This is slow, find a way to not run the Bundle Processors when calling getLastModified()
.
Idea: Run only preprocessors on getLastModified
. Preprocessors are needed, so dependencies are processed by the DirectiveProcessor.