Hi there, @perfectword7!
I asked our developers about that, and we’re still not sure why it would stop. You could enable the debug log in the plugin and try preloading again.
The debug entries that will be of interest to you all start with wp_cron_preload_cache:. The last one you should see would be wp_cron_preload_cache: no more posts to get. Limit (X) reached. with the limit reached stated in the message.
There’s a wp_cron_preload_cache: cancelling preload process. message that is shown when preload is no longer active. That happens when:
- someone clicks the stop button.
- no tags or categories left to preload (if that’s enabled)
- if no posts have been cached when the check is done.
The active check is done for the first time while categories/tags are being preloaded so condition 2 will make it appear active.
The cache counter is then incremented when posts are preloaded. You don’t need to know exactly how it works, as narrated above, but it’s just for sharing complete information.
The debug log may tell you why it’s not working. You could also check the PHP error log to see if any errors are happening. Also, you can use the WP Control plugin to check for any problems with scheduling jobs.
Let us know what you find out!
Hello @perfectword7,
Do you have updates about that, do you still need help? We usually close inactive threads after one week of no movement, but we want to make sure we’re all set before marking it as solved. Thanks!
Thanks. This week’s preload only got stuck once. And, of course, I forgot to turn on debugging. So the issue is persisting. I did get debugging turned on for when I restarted the preload. So I have that log.
I have a related issue as well. My preload also doesn’t cache my home page or the category pages in my WooCommerce store (yes, I have categories selected to preload). After I run a preload I have to visit these pages manually to generate their cached page. Thanks!
Hey @perfectword7,
If you have logs, would you mind sharing them with us? You can contact us via contact form – you should be able to attach the file, otherwise you will be able to do it once we reply to you. When you send the message, please mention this thread and the Woo-related new issue you asked about.
Thanks a lot for working this out with us!