20-40 sec page loading time

Discussion in 'Site & Server Administration' started by earnnet, Jan 31, 2012.

  1. #1
    Hello,
    I'm investigating my site for a while. Chrome devtools say high values for "Waiting" time for the URL. My site loads in average in 30 seconds. It's impossible to get PR this way. I don't think this would be due to programming. The site is written in php. There is no recursion or something. My browser (chrome) waits so much BEFORE it would load the page. All the requests are sent to index.php which evaluates REQUEST_URI header. The only visitor is me at this time, so I don't think it would be due to server capacity problems. Then what the hell could it be? I have another site hosted at this hosting company and it works fine.

    Any idea?
     
    earnnet, Jan 31, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    Are the sites on the same server? If not maybe you are on an overloaded server.
     
    SolidShellSecurity, Jan 31, 2012 IP
  3. supportex

    supportex Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    supportex, Jan 31, 2012 IP
  4. earnnet

    earnnet Member

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #4
    Found it! There was a line containing fsockopen in order to test proxy access. After removing it, it's as fast as before :p
     
    earnnet, Jan 31, 2012 IP
  5. ideamine

    ideamine Member

    Messages:
    83
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    28
    #5
    Hi,

    Good to know that the issue has been solved .. Take care :D
     
    ideamine, Jan 31, 2012 IP