hypejunction/elgg-dev-cache

This package is abandoned and no longer maintained. No replacement package was suggested.

Dev cache booster

dev-master 2017-11-29 14:11 UTC

This package is auto-updated.

Last update: 2020-01-29 03:49:52 UTC


README

Elgg 2.3

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.