Title: Faster preload
Last modified: December 9, 2021

---

# Faster preload

 *  Resolved [michaelcurtis](https://wordpress.org/support/users/michaelcurtis/)
 * (@michaelcurtis)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/)
 * Hi!
 * How can make preload faster? Currently it caches about 25 pages/minute. Server
   resources aren’t the bottleneck with these low numbers.

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

 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15156809)
 * There is no way to speed things up, as the requests needs to be made at a speed
   due to which CF won’t think this is a Bot attack or something and blocking the
   requests.
 *  Thread Starter [michaelcurtis](https://wordpress.org/support/users/michaelcurtis/)
 * (@michaelcurtis)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15168819)
 * Ha Saumya,
 * Thank you very much for you answer!
 * If I would like still experiment with it on a staging site, where can I change
   the number of pages cached per minute?
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15168839)
 * Hi, you can try defining an integer value to `SWCFPC_PRELOADER_MAX_POST_NUMBER`.
 * So like `define( 'SWCFPC_PRELOADER_MAX_POST_NUMBER', 500 );` in your `wp-config.
   php`
 * Furthermore, you can also check the plugin code to see how the preloader is performing
   it’s task (if you want).
 *  Thread Starter [michaelcurtis](https://wordpress.org/support/users/michaelcurtis/)
 * (@michaelcurtis)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15177212)
 * Thank you for your answer.
 * I changed the integer value to 10000, then to 5 but nothing changed. Do you have
   any idea why?
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15179246)
 * Well, that is the only parameter used inside the plugin to throttle requests.
   Then maybe at the server level you have some limit set of how many requests can
   be made. You can check the plugin code but you will see there are no other place
   which is restricting the requests.

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

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

 * ![](https://ps.w.org/wp-cloudflare-page-cache/assets/icon-256x256.gif?rev=3234997)
 * [Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals](https://wordpress.org/plugins/wp-cloudflare-page-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cloudflare-page-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/reviews/)

## Tags

 * [preload cache](https://wordpress.org/support/topic-tag/preload-cache/)

 * 5 replies
 * 2 participants
 * Last reply from: [iSaumya](https://wordpress.org/support/users/isaumya/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/faster-preload/#post-15179246)
 * Status: resolved