• Resolved edge330

    (@edge330)


    Hello,

    I started to use Super Page Cache plugin and seems to working very well, didn’t notice any collision or problems after setting it up.

    But, I have some issues with preloading, according to Log 29 pages are added to queue, but after few lines process stuck.

    [2024-03-10 18:33:13] [cache_controller::start_cache_preloader_for_specific_urls] Adding 29 URLs to preloader queue
    [2024-03-10 18:33:13] [preloader::task] Preloading URL https://epozivnica.com/deja-blue-demo/
    [2024-03-10 18:33:15] [preloader::task] Preloading URL https://epozivnica.com/petal-fusion-demo/
    [2024-03-10 18:33:17] [preloader::task] Preloading URL https://epozivnica.com/bloom-joy-demo/
    [2024-03-10 18:33:19] [preloader::task] Preloading URL https://epozivnica.com/sunrise-club-demo/

    I’m a bit suspicious about server resources, and it looks like some block action from server side.

    Is there any function (within functin.php) which I can use to slow down a bit preloading time (default is 2 sec, but not waiting for full page load). Saw something similiar for WP Optimize, but really would like to stick with this plugin.

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@edge330)

    Found parameters in preloader.class.php timeout and delay. I increased timeout from 10 to 20s, and delay from 2 to 10 seconds, but still preloading stuck at some point.

    I tested wp optimize preloading and process finish in few mins, tried several for any case and there is no stoppers.

    What can be cause of the issue?

    • This reply was modified 2 years, 2 months ago by edge330.
    Plugin Contributor iSaumya

    (@isaumya)

    Huh! That’s wired. In the server log did you find any log did you find any reason or log behind this? I have never seen this issue before.

    Cause even if the cURL time out still after the timeout the process should end and not stay stuck.

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

The topic ‘Preloader stuck at some point’ is closed to new replies.