Skip to content

Caching #45

@CHH

Description

@CHH

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions