Preload after finish overwrite
-
So, I was wondering how this feature actually works.
We have a page with a lot of custom posttypes and attachments on a single page.
This is how the preload page?action=wpfastestcache&type=preload
looks like:homepage: 1/1
customposttypes: 0/2068
post: 0/0
attachment: 372/2258
page: 28/28
category: 0/1
tag: 0/1
customTaxonomies: 0/1271The page is extremely slow without cache and takes very long to load. With a full cache, it’s just some ms until it’s loaded.
Our server is dedicated and quite powerful, but the plugin limits us to 12 pages to be cached per minute. I have set up a cronjob the the URL, to keep the cache constantly running.
1. Is there any way to cache more than 12 pages per minute?
2. I have checked the optionRestart After Complete
to have newer posts appear once the cache is done and starts over.
How does the restart work? Does it clear all the cache when it’s finished and purge it, so until it’s cached again the page will be super slow again? Or will it start at 1, clear it, cache it again and go to the next?
So will it overwrite them one by one and update the cache? Or will it be remove completely and started fresh?
If it’s removed completely, that’s not really and option for us, because then 50% of the time the page is super slow. What would be a better option for us then? I want to have the page cached, but also update the cache automatically from time to time to get newer post in the cache.
Any suggestions?
- You must be logged in to reply to this topic.