• Resolved drazon

    (@drazon)


    Hi Ramon,

    I noticed the new feature to prevent timeouts. I find it a good option for large sites with hundreds or thousands of posts, for example one eshop that I have and it always used to timeout. However I have several smaller websites on which I have set the cron job to run only once in a day. So is there anything we can do to increase the number 20? I think it would be great to add it as an option, for example:

    First Option - Default Functionality: 20 pages per crawl
    Second Option - User Defined: x pages per crawl
    Third Option - Crawl all pages 

    or a way to change the number 20 in functions.php perhaps?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Diosa-UK

    (@venus-hair-brighton)

    Can I second this ??

    If I need to clear out the cache, it’s good to have an option to quickly fill it up again, so now on a 500 page site, I’d need to run the cron 25 times before it would fill it again.

    Definitely like @drazon suggestions for the three options.

    But otherwise this is a really great plugin.

    Thread Starter drazon

    (@drazon)

    The solution until something official is provided is to add something like this in your functions.php

    update_option( 'plugin_warm_cache_limit', 150 );
    Change 150 with your desired number.

    It looks more like a hack but it’s working for now.

    Plugin Author ramon fincken

    (@ramon-fincken)

    The official feature will be released today in Version 2.1 ??

    Thanks for reporting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘20 pages per crawl feature, anyway to increase it?’ is closed to new replies.