• Resolved digrand

    (@digrand)


    Hello.
    When I edit a product, the website all cache cleared. It is very bad when the site has more than 10 000 pages. How to disable automatic cache clearing when editing or adding an item?

Viewing 5 replies - 1 through 5 (of 5 total)
  • @digrand You can use the following filter inside your active theme’s functions.php file.

    add_filter( 'wpo_purge_all_cache_on_update', '__return_false' );

    Thread Starter digrand

    (@digrand)

    Sorry, but it doesn’t work.
    Please watch the video https://youtu.be/qP97lm6Qf-0

    @digrand Have you performed a conflict test yet?

    Try deactivating all plugins except for WP-Optimize and see if it is resolved.

    If so, reactivate each plugin one at a time until you find the culprit. You can check for the issue between activating each plugin, so you can see which one is causing problems.

    Please let us know your findings.

    Thread Starter digrand

    (@digrand)

    I deactivated all plugins (except
    WooCommerce) and activated the default theme. The cache is still deleted when updating products

    I have tested the plugin on 2 different sites.

    I can give you access to a test site, can you take a look? thanks

    @digrand Could you please submit your issue here: https://getwpo.com/ask-pre-sales-question/

    Please give a reference of this forum url.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Disable clearing the cache when updating products’ is closed to new replies.