How fast should a webpage take to load?

Discussion in 'HTML & Website Design' started by MichaelS, Aug 14, 2007.

  1. #1
    In your opinion, what is the Max. time a webpage should take to load?

    My in-progress portfolio takes 2.4 seconds.

    Also, any thoughts on how to speed up the loading time?
     
    MichaelS, Aug 14, 2007 IP
  2. eXtincT

    eXtincT Peon

    Messages:
    120
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well that issue is determined based on the person's internet connection as in if they are using dial up it would take 10-30seconds to load. Also if you got alot of traffic on the site it would be even slower so yeah those are some of the issues as far as speeding it I don't know.
     
    eXtincT, Aug 14, 2007 IP
  3. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #3
    2.4 sec speed on dsl is not bad actually.
    If your landing page is all html, it should be faster then that.
     
    webcosmo, Aug 14, 2007 IP
  4. naseerhaider

    naseerhaider Well-Known Member

    Messages:
    163
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #4
    2.4 sec speed on dsl in excellent in my opinion,Max. time for loading a web page should not exceed 15 second ,I believe.
     
    naseerhaider, Aug 14, 2007 IP
  5. burobu

    burobu Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you used less gradients, you could cut image sizes 70%, maybe more.

    Also, use a single external stylesheet.
     
    burobu, Aug 15, 2007 IP
  6. flippers.be

    flippers.be Peon

    Messages:
    432
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    max 15 seconds ??

    I definitely won't wait 15 seconds until I can read something on a page !
    Unless the content is there fast and only some small graphics need to be updated, or if it's a very long page and things under the fold have to wait..

    I just checked out the site of the OP and that takes a long time to load.
    Over 2 seconds for some basic empty boxes ???? that's bad !

    Reduce the image size (test with jpeg compression, PNG and GIF and see what gives the smalles file size), make background gradients 1 pixel wide and repeat them horizontal. Put in CSS first a background color and then image, so the viewer immediately gets the correct yellow color and then the gradient is put over it (so you don't immediately notice the slow loading).

    Take an example of the new layout I'm working on:
    http://www.paperarcade.com/tempsite/

    If you really want a gradient behind the main text box, make it just 1 pixel wide, and put the rounded corners in seperate images that you put in other div's around it. (see the code roundedcornr.com generates)

    In the images of the menu (home / portfolie /..) you hae a black border.
    WTF ?? Black is already the background of your website !
    There is NO use at all to make your images bigger by including thick black borders.
    Trim the images and use CSS padding/margin settings to position them so you still see a nice black border above and under it.

    To answer your original question: an empty basic layout like yours should load in less than 1 second.
     
    flippers.be, Aug 15, 2007 IP
  7. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #7
    2.4 is great, 10-15 is getting a little slow, 20 or more and you need to ask why is it loading so slow? is there image size issues? should you splice your images a little more? should you get a more responsive host?
     
    sabian1982, Aug 15, 2007 IP
  8. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #8
    If you are using firefox you can check the load time using FireBug, its a AddOn from Mozilla.
     
    webcosmo, Aug 15, 2007 IP
  9. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #9
    I didn't have a problem with the load-time of your page. One suggestion would be to move the text away from the sides (leave a bit of a margin) and maybe change the font size some. :)
     
    PHPGator, Aug 15, 2007 IP