Crawls your website-pages based on google XML sitemap (google-sitemap-generator). If you have a caching plugin this will keep your cache warm. Speeds
Crawls your website-pages based on any XML sitemap. If you have a caching plugin this will keep your cache warm.
Speeds up your site.
Compatible with following elements: < sitemap > < url >
All urls in your sitemap will be visited by the plugin to keep the cache up to date.
Will show average page load times and pages visited.
4.1.1
Bugfix: PHP fatal for _ vs __
4.1.0
Added: merge 3.1.0 and 4.0.0 to account for the PHP fatal countable
4.0.0
Bugfix: PHP fatal on countable in the crawler
3.1.0
Added: Tranlations
Added: Link to autowarmcache.com
3.0.0
Bugfix: PHP static notice
2.2.3
Added: Complete rewrite of the crawler, better compatibility with W3TC (permalink)
Bugfix: Statistics
Bugfix: PHP static notice
2.2.2
Bugfix: Fixed skipping the first item in sitemap(s). Thanks Jeff (@upekshapriya) for reporting
Added: simplexml_load_string function check
2.2.1
Bugfix: PHP notices
2.2
Added: Option to disable logging completely (for very large sites) see FAQ how to do so
2.1
Bugfix: No gzip compression in ob_start filter
Bugfix: Devision by zero fixed in wp-admin statistics page
Changed: Added lock transient to prevent multiple warm cache calls. You can now call the warm cache every minute 🙂
Added: Override of 20 pages crawl limit via define. See the FAQ on WordPress.org how to do that.
2.0.1
Bugfix: The crawl key was re-set on every view of the admin page
Changed: Caching of results of XML sitemap check is now active
2.0
Added: Staggered crawl, so if you have thousands of posts, the crawl will walk/slide over those posts in groups of 20 each
Changed: Deleted all transient options, in favour of custom post type warmcache storage
1.9.4
Added: Debug notices when a sitemap is incorrect
1.9.3
Needs re-work: Bugfix: Transients without expiration (if you have no external non-persistant storage your options table will grow), Props M. Bastian
1.9.2
Added: Toggle flush settings
1.9.1
Added: Transient check for correct syntax of sitemap
Added: Admin notices when sitemap is not present or currupt
1.9
Changed: Better handling of pre-checks
Changed: Changed API key change message
1.8.1
Added: Flush to prevent loadbalancer/proxy timeout see https://wordpress.org/support/topic/needs-flush-to-write-buffers-to-prevent-timeouts
1.8
Added: Sitemap url override
Changed: Info txt in plugin
Changed: Refresh random token
Added: Cron service link
1.7
Bugfix: Extra if/else for zero pages to fix x/0 errors. Thanks to khromov https://wordpress.org/support/topic/division-by-zero-2 https://wordpress.org/support/profile/khromov
1.6
Added: Support for sub-sitemaps using < sitemap > format (as used in Beta of Google XML sitemaps). Thanks to Pascal90.de!
1.1.2
Changed: Random password call as mentioned by swanzai https://wordpress.org/support/topic/plugin-warm-cache-how-to-call-this-plugin-correctly
1.1
First release