• Michael

    (@lilmike)


    Hi,
    I was looking into using your plugin on my site, which seems to fit the profile of the site you intended it to work for. However, in the past like 2 hours, the plugin claims it’s reset 63 times, and pruned 21 times. I’m pretty sure I haven’t even been visited 63 times, probably not even 21 times. This is really odd. Is there anything that you know of that could cause this behavior?
    Thanks,
    -Michael.

    https://wordpress.org/plugins/next-level-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Michael

    (@lilmike)

    Oh, I forgot to mention: Each time I go to look at the stats, it shows 0 cached queries.

    progresst

    (@progresst)

    In the plugin settings, look for the Last Reset Query: and you’ll see the last query that caused a reset. You don’t need visits as WordPress does plenty of update, inserts on it’s own. You’ll need to start using the define(‘CACHE_WRITE_WHITELIST’ in your wp-config and whitelist common queries that are resetting the plugin cache. For example I just added _transient_timeout__redux_activation_redirect (see below) as it was resetting the cache.

    UPDATE wp_options SET option_value = ‘1460231683’ WHERE option_name = ‘_transient_timeout__redux_activation_redirect’

    Thread Starter Michael

    (@lilmike)

    Hi,
    Ok, is there perhaps a list of queries that are causing the resets? Or should I just refresh the page a bunch and see if anything comes up?

    Also, what exactly causes the resets to happen? I’m not clear on this, perhaps knowing this would give me a little more insight into what could be resetting it and pruning it so much.

    -Michael.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘insane amount of resets/prunes?’ is closed to new replies.