I was wondering if it would be possible to 'preload' the cache after cleaning/flushing it. I know that i.e. 'WP Super Cache' has a function for this in WordPress.
The reason why you want this is that every page loads slowly the first time you open them after cache cleaning. With a preload function, you could make the server read all the pages beforehand, not relying on a visitor to do the first visit.
As far as I know the WP Super Cache plugin calls 5 pages at a time in a loop until it has cached the entire site. Magento would profit from a function like this!
1 Answer 1
Currently this is not possible.
Try partially disable cache instead fully.
-
Maybe I'll post this as a feature suggest then :)Asitis– Asitis2016年10月12日 06:43:53 +00:00Commented Oct 12, 2016 at 6:43