Site VERY SLOW need help PLZ

Discussion in 'HTML & Website Design' started by sam123456, Feb 22, 2010.

  1. franktwin

    franktwin Member

    Messages:
    89
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #21
    works fine to me..
     
    franktwin, Feb 25, 2010 IP
  2. OnlineGamingNetworkLLC

    OnlineGamingNetworkLLC Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Are you using indexes on your tables?
     
    OnlineGamingNetworkLLC, Feb 26, 2010 IP
  3. sam123456

    sam123456 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    OnlineGamingNetworkLLC im not sure why and how do we check
     
    sam123456, Feb 26, 2010 IP
  4. OnlineGamingNetworkLLC

    OnlineGamingNetworkLLC Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Im assuming your using MySQL backend. If you have PHPMyAdmin, go ahead and login and check over the index for each table there. You need to set indexes on tables where you use:

    select * from whatever where name='$name';

    Then you would add an index onto name so it doesn;t have to constantly search over the entire table each time it grabs a record.

    Also check how many queries your headers and footers are making each time a user loads a page. If you have just one bad query in your header or footer then it can cause substantial slowdown.

    Hope this helped.
     
    OnlineGamingNetworkLLC, Feb 26, 2010 IP
  5. sam123456

    sam123456 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Ok so we did some changes and it looks like its a lot faster could we just get some input on the speed. Thanks to all that helped!
     
    sam123456, Feb 27, 2010 IP
  6. sam123456

    sam123456 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    And thanks OnlineGamingNetworkLLC
     
    sam123456, Feb 27, 2010 IP
  7. guruje

    guruje Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    hey! You can use gzip utillity if you use this than you can improve 80%.
     
    guruje, Mar 1, 2010 IP
  8. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #28
    it loads fine to me. looks pretty normal.
     
    olddocks, Mar 1, 2010 IP
  9. rizham

    rizham Greenhorn

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #29
    It is too painful to go down and view the end of the page.
     
    rizham, Mar 1, 2010 IP