How to preload all posts and pages?
-
Hello!
I want to:
– preload all pages (wp posts nad wp pages)
– disable garbage collection
– update cached page only if it has been updatedI’m trying to achieve these goals, but no success.
My settings right now:
– Preload mode is ON, Refresh preloaded cache files every 0 minutes
screenshot https://joxi.ru/xAeO3ZDhYgkX4mwp cron is disabled in wp-config.php
define('DISABLE_WP_CRON', true);
but enabled in real cron
crontab contains the following string:
*/5 * * * * curl https://[my_domain]/wp-cron.php >/dev/null 2>&1
What I got with that settings
After 6-7 hours I pressed the button “Preload Cache Now” in the Preload tab.
there was 754 cached pages in the WP-Super-Cache section of the Contents tab and the number didn’t grow any more.
I pressed the button “Preload Cache Now” one more time, and number of cached pages flushed to zero and started to grow again.What I’m doing wrong?
- The topic ‘How to preload all posts and pages?’ is closed to new replies.