• Resolved Pandasonic2

    (@pandasonic2)


    Is it possible pause preloading?
    The plugin generated about 15.000 files and is slowing down my website. Often the server goes down. Can I pause the preloading and make it run in night hours?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Pandasonic2

    (@pandasonic2)

    I think that changing this parameter in class-who-load-url-task.php the preloading should be slower

    usleep(apply_filters('wpoptimize_preload_delay', 500000));

    • This reply was modified 2 years, 4 months ago by Pandasonic2.
    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @pandasonic2

    No. It is not possible to pause preload

    At this moment, only way to make a preload run at night hours is to schedule it at night hours. I mean, If you choose to run scheduled preload once everyday then you have to schedule that in night hours, so it will be repeated in night hours every day

    Preload doesn’t run continuously, it runs in chunks every 10 minutes. To change that interval you can use this filter wpo_page_cache_preload_continue_interval

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pause preload’ is closed to new replies.