Download the PHP package jeroenvdheuve/assetic-cached-worker without Composer
On this page you can find all versions of the php package jeroenvdheuve/assetic-cached-worker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeroenvdheuve/assetic-cached-worker
More information about jeroenvdheuve/assetic-cached-worker
Files in jeroenvdheuve/assetic-cached-worker
Package assetic-cached-worker
Short Description Assetic cached worker. Caches the assets from another worker.
License MIT
Informations about the package assetic-cached-worker
README
Description
Assetic worker caches assets from other workers. The worker is able to cache AssetCollectionInterface and AssetInterface objects.
Caching assets can be helpful when the assets are reused multiple times. For instance by twig templates with dynamic assets like css files contain a hash filename that is a sum of the content. When a single asset is used multiple times the filename is compiled multiple times to get the sum. By using the cached worker the css file is cached, only the sum is calculated each time.