Pre-load page cache: sleep when done?
-
Hi,
I’m thinking of moving over to w3tc. Therefore I’m running tests.I’ve set the page cache pre-loader to run every 30sec and do 15 pages per batch. It’s called by a cron-job outside of WordPress, which calls site.com/wp-cron.php every 30sec.
I have a total of 150 pages. I’d expect all pages to be cached after (150/15)*0.5 min = 5 minutes. I’m seeing a constant high server load however.
(staging environment is completely seperate from production, so no load usually)I’d expect the pre-caching to stop after all pages are pre-cached and server load to drop down to near 0.
The TTL of cache objects is set to 36000 seconds (=10hrs), so after 10 hours I’d expect to server load to once again go up for 5 minutes and then go down again.
What am I missing?
The topic ‘Pre-load page cache: sleep when done?’ is closed to new replies.