Page Cache Evictions
-
We have a website with almost no updates. Some of the pages are expensive to create (>10seconds).
We have page caching and object caching enabled (memcached), browser caching disabled (we serve the same pages, but user gets a different view when logged-in, solved by group cache using a cookie after login).
We regularly see that pages are re-created and not taken from the cache. There is no W3TC cron job running.
What are the reasons/times that pages get evicted and recreated?
Does object caching evictions influence page caching?
Where can the behavior be changed, so that only on a manual cache purge the pages get evicted?I have read the github wiki, but couldn’t find any information. Can you please point me to a more in-depth explanation of w3tc.
- The topic ‘Page Cache Evictions’ is closed to new replies.