• Resolved NLBlackEagle

    (@nlblackeagle)


    First of all, many kudos since out of all the plugins I could find and tried this plugin offers the best page loading speed. However, if you take into account that the page: https://new.dregora.com takes 3.68 seconds to load without and 7.37 with the plugin it still hurts a bit.

    So, I have been searching in the plugin file for any ping tool with a timeout function since this problem only occurs when the server listed is offline.

    The page speed has been determined by the pingdom tool.

    I look forward to any reply, note that even a pointer to the mechanism that controls the timeout would be very welcome.

    Greetings,

    NLBlackEagle

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

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

    (@nlblackeagle)

    Tested: IP & DNS – Both cause slower page loading.
    Tested: Multiple offline / non-existant servers

    Found out: It seems like the further away the location of the IP address is the longer the pageload takes.

    Maybe a placeholder could fix this? a default value of OFFLINE and once the page is loaded ping again?

    Thread Starter NLBlackEagle

    (@nlblackeagle)

    Solved:

    Changed $fp = @fsockopen($site, $port, $errno, $errstr, 3);
    to: $fp = @fsockopen($site, $port, $errno, $errstr, 0.1);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Slows down pagespeed over 3000ms’ is closed to new replies.