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.
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).
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.