statcache icon indicating copy to clipboard operation
statcache copied to clipboard

Static Caching Extra for MODX Revolution

Results 19 statcache issues
Sort by recently updated
recently updated
newest added

I gave it a quick spin in MODX 3, but I can't get it to work. Tried it with all the system events and just OnSiteRefresh + OnSiteRefresh. The statcache...

I think it would be nice to have an option to minify the HTML before StatCache saves it to the file system. Even with GZIP enabled, Google Page Insights still...

**Apache 2.2.26** **PHP 5.3.28** The default Apache .htaccess settings described on the Wiki page generate a 500 error: `... RewriteCond: bad flag delimiters ...` This is due to the space...

I wrote these out as I just set this up, could help others. Thanks, ## Where to begin with statcache and overview of the setup process. 1. Install via Package...

[Fri Apr 21 15:06:30.239311 2017] [:error] [pid 23293] [client 192.168.2.151:60816] PHP Fatal error: Call to a member function get() on null in /home/user/h/fg-new/htdocs/core/cache/includes/elements/modplugin/30.include.cache.php on line 147, referer: https://locsite.web/manager/?a=resource/update&id=2500

I am using the regenerate_on_save setting, which works great for all pages apart from my home page. I have to clear the site cache in order to see changes on...

Fixes issue #29

At: https://github.com/opengeek/statcache/blob/master/core/components/statcache/lib/StatCache.php#L48 and all subsequent calls to `$resource->Context->getOption()` error-out if `$resource->Context->config` is `null`.

Hi Jason. I get heaps of error messages every time I clear cache. e.g. > Console running... > `9026` was requested but no alias was located. > Requesting Resource at...

Closes #26 I used phpwee because I think Mr Clay's tool because is overly opinionated. ### Summary Adds a `minifyHTML` option which defaults to false that > If enabled, minifies...