Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other What Else can I do to improve webpage size/speed?

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #44532
    Ilya
    Member

    So, My website http://musicglaze.com is very heavily dependant on photography/imagery. Imagery comes from third party image host imgur.com , to decrease load on bandwidth.

    I did several things to improve speed/size of the page including:

    1) All images are optimised as far as possible in photoshop and exported for web.
    2) Website runs w3 total cache + Cloudflare cdn (I’m on wordpress)
    3) Javascript and css minified (as far as I could)
    4) put files together to reduce http requests (as far as I could)

    Yet, webpage size is still 2.8mb and load time is 5s (data from pingdom.com)

    I’m trying to find out what else can I do to decrease loading times. I was thinking, at the moment there are so many http requests for audio and image files, is it possible to make them all one request or something maybe?

    #133975
    TheDoc
    Member

    2.8mb isn’t too bad, but it doesn’t look like anything is being cached at all. Every time I load the page I’m getting 2.8mb. Though, that loads pretty quick for me.

    #134000
    chrisburton
    Participant

    I.Love.This.Site

    #134006
    Mottie
    Member

    I think part of the issue is that nothing is being rendered on the page until everything has loaded.

    Check out [this article](http://baymard.com/blog/making-a-slow-site-appear-fast) on reducing the “perceived load time”. Basically, show the key portions (frame work) of the page first and don’t wait for images or something like Discuq to finish loading before showing the page.

    #134016
    chrisburton
    Participant

    @Rugg Are you talking about Subsetter? It only works for FF webfonts.

    http://www.subsetter.com

    You can also use htaccess to gzip them.

    #134045
    Kitty Giraudel
    Participant
    #134289
    dxter
    Member

    The single best thing you can currently do is to server scaled images. Also there is some caching you can improve on. Here is full report for all possible things:

    http://iwebchk.com/reports/view/musicglaze.com

    #134309
    contentJones
    Member

    Whatever you did had an impact. I loaded 88 requests, 1.5mb, in 2.79s in Anchorage, Alaska a few minutes ago.

    At the size you’re using, I’d suggest making sure no image is larger than 70k. Several are at 100k.

    Amazingly small css, BTW!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Other’ is closed to new topics and replies.