-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
If you've many dependencies which go through some sort of preprocessor, dynamic generation can get really slow. This is because currently, if one file in the dependency tree is changed then everything is processed again – also files which were not changed.
Tasks:
- Add an
EnvironmentInterface - Add a
CachedEnvironmentclass which takes anEnvironmentInterfaceand a Cache (use Doctrine Cache?) - Cache processed bodies of assets
- Cache asset instances?
Metadata
Metadata
Assignees
Labels
No labels