hypejunction / elgg-dev-cache
Dev cache booster
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=5.5
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2020-01-29 03:49:52 UTC
README
Really hacky cache booster for Elgg developers. It does the job though :)
Instead of timestamping an entire cache and deleting all simplecache resources for every tiny change, this plugin fingerprints each individual asset, rewrites cache URLs and serves assets from disk. So, when you are working with JS/CSS you don't have to worry about flushing caches, waiting for them to regenerate on the initial request. This really helps boost your productivity, so enjoy and say thank you later.
Once enabled, just add $CONFIG->environment = 'development';
to your settings.php
.