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:
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:
EnvironmentInterfaceCachedEnvironmentclass which takes anEnvironmentInterfaceand a Cache (use Doctrine Cache?)