Are pages automatically purged on call to `wp_update_post()`
-
Hi,
1. I wanted to know if LiteSpeed automatically purges the cache of a post as soon as I call
wp_update_post()
on that webpage?2. Is the cache of the page also purged from Quic Cloud CDN network?
3. Let’s say that a webpage has a TTL of 1 week. So, its cache will expire after 7 days. However, I use the
wp_update_post()
function to update it today. Will LiteSpeed automatically purge all caches of this page everywhere?4. Does this mean that LiteSpeed will automatically purge the cache and serve fresh content for all pages even if they have a long TTL?
5. If 4 is yes, then are there any situations where I might want to use a shorter TTL of 1 day instead of 1 week?
Thanks.
- The topic ‘Are pages automatically purged on call to `wp_update_post()`’ is closed to new replies.