dev-master
9999999-dev http://hypejunction.comDev cache booster
GPL-2.0
The Requires
- php >=5.5
- composer/installers ~1.0
by Ismayil Khayredinov
plugin development elgg
Dev cache booster
, (*1)
Really hacky cache booster for Elgg developers. It does the job though :), (*2)
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., (*3)
Once enabled, just add $CONFIG->environment = 'development';
to your settings.php
., (*4)
Dev cache booster
GPL-2.0
plugin development elgg