You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 CachedEnvironment class which takes an EnvironmentInterface and a Cache (use Doctrine Cache?)
Cache processed bodies of assets
Cache asset instances?
The text was updated successfully, but these errors were encountered:
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:
EnvironmentInterface
CachedEnvironment
class which takes anEnvironmentInterface
and a Cache (use Doctrine Cache?)The text was updated successfully, but these errors were encountered: