Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching #45

Open
4 tasks
CHH opened this issue Jul 26, 2013 · 0 comments
Open
4 tasks

Caching #45

CHH opened this issue Jul 26, 2013 · 0 comments

Comments

@CHH
Copy link
Owner

CHH commented Jul 26, 2013

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant