How decrease page loading time of my website

Discussion in 'Google' started by ronalddrake, Oct 21, 2010.

  1. #1
    Dear All,

    Loading time of my website is 50.53 seconds.

    What is the solution ?

    Warm Regards,
    Ronald
     
    ronalddrake, Oct 21, 2010 IP
  2. haveseo

    haveseo Well-Known Member

    Messages:
    995
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    If you are using MYSQL database on your website i think the problem is relating to it. Try to fix and optimize your codes to reduce it.
    Also if you are using shared server, moving to dedicated one can increase the speed of your website a lot.
     
    haveseo, Oct 21, 2010 IP
  3. ronalddrake

    ronalddrake Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    My database is mysql & I am using shared server. I can can't change both.
    If there is any other way please let me know.

    Warm Regards,
    Ronald
     
    ronalddrake, Oct 21, 2010 IP
  4. Grimm

    Grimm Peon

    Messages:
    3,072
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #4
    50 Seconds?! The hell?! What is your website about anyways? High Resolution image gallery?
     
    Grimm, Oct 21, 2010 IP
  5. haveseo

    haveseo Well-Known Member

    Messages:
    995
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #5
    So i suggest you to go to the control panel of your website and then go to 'phpMyAdmin' page and then select the database of your website and select all raws of it and then in the below the page on drop down menu select 'optimize' . If you do it, the database of your website will be optimized and i think the speed of your website will be improved a lot.
     
    haveseo, Oct 21, 2010 IP
  6. Montreal Classifieds

    Montreal Classifieds Active Member

    Messages:
    808
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    60
    #6
    install site speed analyzer and check what component(s) takes long time to load. Sometimes it can be related to external elements placed on your website and you can consider to remove them. If it comes from your side, like your business logic, try to optimize it, or divide across multiple pages (don't try to show all inf on one page).
    It is hard to tell because I don't know what your website is.
    As it was raised here about MySQL, well to run queries that consume 50 seconds, you must have tables with several millions records and performing full table scan (no index). I don't believe that this is your case.
     
    Montreal Classifieds, Oct 21, 2010 IP
  7. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #7
    50 seconds??????

    You've got big problems. What is your website? How can we tell you what may be causing the problem if we don't know the website?
     
    longcall911, Oct 21, 2010 IP
  8. ronalddrake

    ronalddrake Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Here is my site Bestdebtcare(dot)com . When I checked in SItereportcard(dot)com it showing 50.53 seconds loading time.
     
    ronalddrake, Oct 21, 2010 IP
  9. Grimm

    Grimm Peon

    Messages:
    3,072
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You're just being silly, your homepage fully loads round about 7 to 8 seconds and not 50 flippin' seconds! LOL
     
    Grimm, Oct 21, 2010 IP
  10. ronalddrake

    ronalddrake Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Will U please let me know In which tool U checked it.

    Warm Regards,
    Ronald
     
    ronalddrake, Oct 21, 2010 IP
  11. Grimm

    Grimm Peon

    Messages:
    3,072
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You can download Page Speed if you want to check how fast your website is and what are the things that you can still do to make it a bit faster for better UI.

    http://code.google.com/speed/page-speed/

    Note: You first need to have Firebug if you want to install this code in your browser. You can get firebug here - http://getfirebug.com/

    Make sure that you read the notes on how Page Speed and Firebug works!
     
    Grimm, Oct 21, 2010 IP
  12. rohnsmith

    rohnsmith Active Member

    Messages:
    720
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #12
    use compressed images. do not give deep linking to your database. dynamic pages load faster than static if your content management system is good.
     
    rohnsmith, Oct 21, 2010 IP
  13. arunch2007

    arunch2007 Active Member

    Messages:
    214
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #13
    50 sec i dont think your site is opening correctly on my side
     
    Last edited: Oct 21, 2010
    arunch2007, Oct 21, 2010 IP
  14. denverice

    denverice Peon

    Messages:
    539
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    instead of jpeg use .png images to reduce load time of your site also optimize your code
     
    denverice, Oct 22, 2010 IP
  15. virtuat

    virtuat Peon

    Messages:
    109
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    use low resolution images and yes use .png images instead of .jpeg images
     
    virtuat, Oct 22, 2010 IP
  16. xprtwalk

    xprtwalk Peon

    Messages:
    663
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Just optimize your site well, use less images and make site simple and useful, don't use heavy images or flash on the site and if you have any back-end database, just optimize that and it will be ok.
     
    xprtwalk, Oct 22, 2010 IP
  17. shrkscn

    shrkscn Peon

    Messages:
    1,157
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Use YSlow or Page Speed from google addon for firefox & look at the bottlenecks... you will see all elements which you can optimize to reduce the size.. I like page speed because it automatically optimizes the images without losing quality & gives you option to download those to replace your images.
     
    shrkscn, Oct 22, 2010 IP
  18. Khaludi92

    Khaludi92 Member

    Messages:
    259
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #18
    Stop using all those gay tools..just use google webmaster..! accurate as sh*T!
     
    Khaludi92, Oct 22, 2010 IP
  19. DoDo Me

    DoDo Me Peon

    Messages:
    2,257
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #19
    host your textlink banner locally.
     
    DoDo Me, Oct 22, 2010 IP
  20. MayaLocke

    MayaLocke Peon

    Messages:
    1,016
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #20
    You can cache your images to help the load time.
     
    MayaLocke, Oct 23, 2010 IP