WP-Rocket Background Cache

WordPress plugin to create page cache on demand in the background via wp-cron to reduce load. Extends WP-Rocket

Author:Derrick Hammer (profile at wordpress.org)
WordPress version required:4.5
WordPress version tested:4.5.17
Plugin version:0.1.5
Added to WordPress repository:28-04-2016
Last updated:27-07-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/pcfreak30/rocket-backgroun...
Total downloads:4 019
Active installs:10+
plugin download
Click to start download

This plugin will defer all cache pre-loading to wp-cron. If a page request comes and a page is not cached yet, wp-rocket will be disabled. However WP-Rocket functions using filters for example CDN will still function. Anything that uses WP-Rockets output buffering via rocket_buffer` will be disabled though.

The cron time is currently set via filter defaulting to per minute.

It is recommended to run wp-cron via unix cron either as a web fetch, WPCLI, or another means.

This plugin works with logged in users as well by simulating the current users session cookies when requesting a page to cache.

If you are looking for a professional team to get your WordPress site to run faster, check us out for our speed optimization services at Rank Grow Digital

0.1.5

  • Enhancement: Add compatibility with WP Critical CSS

0.1.4

  • Bug: Don’t set DONOTCACHEPAGE if it already exists

0.1.3

  • Bug: Only queue if we are on an actual post
  • Enhancement: Add wp-engine hosting compatibility

0.1.2

  • Bug: If show_on_front is not set, only purge home, not all user cache
  • Bug: Only pass cookies if logged in

0.1.1

  • Bug: Add trailing slash on home url as wp-rocket seems to not cache the page otherwise

0.1.0

  • Initial Release