Cache gets purged constantly
-
Hi,
I have a problem that the cache seems to be purged at very short intervals. Ive enabled debug logging and checking the debug.purge log.
I see a lot of these two type of messages:
12/15/21 15:29:02.097 [195.58.113.67:63431 1 ql4] ?? ——POST HTTP/1.1 (HTTPS) /wp-json/wc/v2/orders/63441/notes
12/15/21 15:29:02.097 [195.58.113.67:63431 1 ql4] Query String: consumer_key=x&consumer_secret=x
12/15/21 15:29:02.097 [195.58.113.67:63431 1 ql4] Cookie:
12/15/21 15:29:02.098 [195.58.113.67:63431 1 ql4] X-LiteSpeed-Purge: public,stale,3a6_FD,3a6_W.recent-comments-2;private,3a6_W.recent-comments-2 => LiteSpeed\LSC->send_headers()@552 => WP_Hook->apply_filters(,ARRAY)@303 => WP_Hook->do_action(ARRAY)@327 =>
/wp/wp-includes/load.php@47012/15/21 14:43:58.697 [91.201.60.17:33740 1 8me] ?? ------POST HTTP/1.1 (HTTPS) /wp-cron.php 12/15/21 14:43:58.697 [91.201.60.17:33740 1 8me] Query String: doing_wp_cron=1639579433.4083750247955322265625 12/15/21 14:43:58.697 [91.201.60.17:33740 1 8me] HTTP_REFERER: https://flowneuroscience.com/wp-cron.php?doing_wp_cron=1639579433.4083750247955322265625 12/15/21 14:43:58.697 [91.201.60.17:33740 1 8me] Cookie: 12/15/21 14:43:58.698 [91.201.60.17:33740 1 8me] X-LiteSpeed-Purge: public,stale,3a6_;private,3a6_W.recent-comments-2 => LiteSpeed\LSC->send_headers()@552 => WP_Hook->apply_filters(,ARRAY)@303 => WP_Hook->do_action(ARRAY)@327 => /home/flovvtes/public_html/wp2/wp-includes/load.php@470
How to interpret these? It seems like the cache is purged when a Woocommerce order note is added and when some cron job is run? Why?
Does “X-LiteSpeed-Purge: public,stale,3a6_;private,3a6_W.recent-comments-2” mean that the public and stale and private cache is purged?
The page I need help with: [log in to see the link]
- The topic ‘Cache gets purged constantly’ is closed to new replies.