Title: Faster preloading
Last modified: October 31, 2020

---

# Faster preloading

 *  Resolved [saens](https://wordpress.org/support/users/saens/)
 * (@saens)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/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?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13605812)
 * 1. the cronjon will continue working but the preload does not create cache
    2.
   I did not understand the question
 * by the way, if you want to speed up the preload feature, please take a look at
   the following tutorial.
    [https://www.wpfastestcache.com/features/manually-preload-with-cron-jobs/](https://www.wpfastestcache.com/features/manually-preload-with-cron-jobs/)
 *  Thread Starter [saens](https://wordpress.org/support/users/saens/)
 * (@saens)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13606610)
 * I’ve read the documentation and it led me to these questions.
 * 1) alright
 * 2) preload caches works from wp-cron.php, right? But if I also have a job calling(
   your-site.com/?action=wpfastestcache&type=preload) every two minutes the preload
   is called twice every 2nd minute. (Once from wp-cron.php and once from the manual
   preload job)
 *  So preload is activated twice when both jobs are called.
    -  This reply was modified 5 years, 9 months ago by [saens](https://wordpress.org/support/users/saens/).
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13606963)
 * 2. yes
 *  Thread Starter [saens](https://wordpress.org/support/users/saens/)
 * (@saens)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13607774)
 * Thank you.
 * I can assume parallel running jobs (from both wp-cron.php and /?action=wpfastestcache&
   type=preload) won’t interfere with eachother?
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13607796)
 * I hope not 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Faster preloading’ is closed to new replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/faster-preloading/#post-13607796)
 * Status: resolved