About RefreshCache
RefreshCache is a snippet for MODX Revolution that refreshes all cacheable resources and the chunks and snippets they contain -- whether they need it or not. It is slow and inelegant, but when it's finished, site visitors will not have to wait so long for pages to load.
Information
Released
January 9, 2019
Supported Database
MySQL, SQL Server
License
GPLv2
Instructions
Install with Package Manager.
See the tutorial at: Bob's Guides.
New in 1.2.0-pl
Version 1.2.0-pl
- Mods for MODX 2.7
- Refactored to eliminate PHP timeout
- Uses Guzzle 6 for access
- Requires PHP >= 5.4
- Adds class-based controller and processors
- Excludes non-cacheable resources
Version 1.1.0-pl
- Fixed bug in progress bar
- Works with Articles
- Refactored as CMP
- Converted JS to ExtJs/modExt
- Uses setInterval for better memory management
- More reliable
- Slightly faster
- Slightly prettier