why is my homepage serving fresh cached pages?
-
My website is: https://www.bartvandermark.nl
It is a pretty static website with circa 20 posts per year. I want to serve static cached files so i use wp super cache. My settings are:
cache time-out: 86400 seconds (1 day)
scheduler garbage collection: 0:00 1 per day
Preload: yes, every 60 minutesWhen I viste my homepage I notice that page load takes long because most times i get a new cached version which is generated at that time. I don’t get why i am not getting older versions?
can someone explain how i can investigate this: what is causing the new generated cached homepage in stead of an older version? Why is wp super cache generating a new cache instead of using an existing one?
- The topic ‘why is my homepage serving fresh cached pages?’ is closed to new replies.