Page Cache: Preload and overwrite existing files
-
Hello!
My aim is to preload the cache for all pages of the sitemap.
When this is finished, the cronjob should redo the same thing all 10 minutes, over and over again and overwrite the existing cached files.
This is in my view the best strategy: Always have all pages cached and have them not older than 10 minutes.
However, there does not seem to be a configuration that makes this possible.
The closest I got is (for example if I have 50 pages in total):
– Update interval: 300 seconds
– Pages per interval: 50This seems to not help. I also have to set:
– Maximum lifetime of cache objects: 300 seconds
– Garbage collection interval: 300 secondsHowever then all 5 minutes the complete cache seems to vanish and needs to be rebuilt. I just want that the crawler recaches page by page and updates its content.
Is this somehow possible?
- The topic ‘Page Cache: Preload and overwrite existing files’ is closed to new replies.