• Resolved omibeaver

    (@omibeaver)


    After I use preload mode, after waiting for caching, the page cache will be deleted soon, even if I set to turn off garbage collection. So I turned off preload and used simple mode. Setting the page cache timeout to 600000s, the organization cache was deleted, but after about 30 minutes, the cache was still deleted.

    • This topic was modified 1 month, 3 weeks ago by omibeaver.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Joseph B. (a11n)

    (@tamirat22)

    Hi @omibeaver ,

    How to set cached page to never be remove?

    As pointed out in our public docs, pages will eventually become outdated, and updating them by submitting comments or editing posts will clear portions of your cache.

    To make preloading more effective in your case, you can disable garbage collection just like you mentioned above. However, even with garbage collection turned off, other factors such as third-party plugins or server configuration, may cause the cache to be cleared.

    Please ensure that there are no other caching plugins or server-side rules that may affect WP Super Cache’s behavior.

    Additionally, check your WordPress Cron jobs to see if there’s a task that might be clearing the cache. You can use a plugin like this to monitor your cron jobs: https://wordpress.org/plugins/wp-crontrol/. For WP Super Cache, you can look for wp_cache_gc and wp_cache_full_preload_hook jobs.

    Look forward to your updates.

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hey @omibeaver,

    Do you have updates about that? 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.