Aggregate cache
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This project enhances the back end performance of core's CSS and JavaScript aggregation features.
- CSS and JavaScript aggregates are generated using the same lazy creation pattern as image derivative presets.
- This allows css and javascript aggregates to be built by multiple, parallel threads during cold starts. Core currently builds them inline during the page rendering process can add around 900ms to serving pages that do this.
