• 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

    (@isaumya)

    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

    (@michaelcurtis)

    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

    (@isaumya)

    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

    (@michaelcurtis)

    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

    (@isaumya)

    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.