Faster preloading
-
Hi,
I have a pretty decent hosting and looking at the stats there’s a lot of room for faster pre-loading.
As far as I can read it hooks into cron, which I trigger every minute (site.com/wp-cron.php). Which means every 5 minutes 15 pages are pre-cached.Thinking to create a server-cron which runs every 2 minutes (yoursite.com/?action=wpfastestcache&type=preload).
Questions:
1. Will it stop pre-loading when everything is cached (I have start again after finished turned OFF). Meaning (your-site.com/?action=wpfastestcache&type=preload) does not do anything until cache is cleared, even though it is called by server.2. Will caching from “regular” cron calls be halted? (site.com/wp-cron.php, which runs every minute). Or will (during time of building cache) these two run parallel?
The topic ‘Faster preloading’ is closed to new replies.