• Resolved nathilha

    (@nathilha)


    Hello, I’m having an issue with this plugin.
    Every time I create a new taxonomy, the entire cache is purged. However, this process takes too long, and I receive a timeout error from Cloudflare. My website becomes unavailable for a while and only comes back after a few minutes.

    Plugin version:  6.5.0.1
    OpenLiteSpeed: 1.7.19 

    I have disabled all settings related to auto-purge.

    Here’s the purge log.

    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] ——POST HTTP/1.1 (HTTPS) /wp-admin/admin-ajax.php
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] Query String:
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] HTTP_REFERER: [URL REMOVED]/wp-admin/edit-tags.php?taxonomy…
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit…
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] Accept: /
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] Accept Encoding: gzip, br
    09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] Cookie lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99 09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] X-LSCACHE: true 09/06/24 15:48:40.887 [187.36.162.242:29344 1 zWu] LSCACHE_VARY_COOKIE: ,wp-postpass_0fd6be6b4c891128e3fbb14c52e6bbe5 09/06/24 15:48:40.888 [187.36.162.242:29344 1 zWu] X-LiteSpeed-Purge: public,stale,fac => LiteSpeed\LSC->send_headers()@624 => WP_Hook->apply_filters(,ARRAY)@324 => WP_Hook->do_action(ARRAY)@348 =>
    /usr/local/lsws/Example/wordpress/wp-includes/load.php@517

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please go to Cache -> Purge -> Purge All Hooks

    remove

    create_term
    edit_terms
    delete_term

    accordingly , this is related to taxonomy

    but I don’t know what you are gonna do with it , if you don’t do purge all , how will your new tax show up in front ?

    the timeout error could happens as when cache is all purged , and you still have number of requests coming in and exceed max PHP limit or something , you may want to check this part , instead of suppressing the purge that leave you an out-dated content or not showing up your newly created ones

    • This reply was modified 6 months, 3 weeks ago by qtwrk.
    Thread Starter nathilha

    (@nathilha)

    Thank you very much for the response. Removing the terms from hooks solved the problem. And yes, I’ll take a look in the PHP configuration to be able to enable the terms hooks again. The timeout was pissing me off.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto-puge after taxonomy creation’ is closed to new replies.