How important is page load time and what you can do about it (2014)
woolleydesign.net
How important is page load time and what you can do about it (2014)
1–10 of 20 posts
Re: How important is page load time and what you can do about it (2014)
#2Re: How important is page load time and what you can do about it (2014)
#3Instead of this one example of a very basic solution to this very specific site's problem, I would prefer to see perhaps a list of common problems and how to deal with them. "Lastly, I changed a few configuration settings to improve transfer of data by the server." what configuration settings, and how do they improve the "transfer of data"?
Perhaps also an introduction to when optimising for fast load time makes sense, and some more statistics, instead of (paraphrasing) "it makes economical sense for two of the largest companies on earth, so I guess it's important".
Also why are they debugging asset requests using webpagetest.org instead of devtools?
Re: How important is page load time and what you can do about it (2014)
#4Magento is slow. Ofcourse you can optimize all assets but in the end Magento is still slow.
I've seen companies throwing lots and lots of money at Magento hosting to speed it up. But at the end of the day I think Magento is great for marketeers but not so great for the rest of the world.
Re: How important is page load time and what you can do about it (2014)
#5When a user needs something - he'll wait. No one gives up on a good search result just because the page loaded partially.
Re: How important is page load time and what you can do about it (2014)
#6Re: How important is page load time and what you can do about it (2014)
#7Re: How important is page load time and what you can do about it (2014)
#8Well if you look at the graph almost half of the load time is taken by Magento's server response. Magento is slow. Ofcourse you can optimize all assets but in the end Magento is still slow. I've seen companies throwing lots and lots of money at Magento hosting to speed it up. But at the end of the day I think Magento is great for marketeers but not so great for the rest of the world.
Re: How important is page load time and what you can do about it (2014)
#9And it doesn't really make that much of a difference compared to asset loading. As in, a dozen js / css files and a bunch of images. Even when you compress / gzip them as best as you can and load from CDN, they still tend to take up an excruciating amount of time.
The article is good but very "beginner". The more challenging stuff is browser caching with htaccess rules etc.
Google Page Speed tests are actually very useful here and if you follow all their advice you end up with a very noticeably faster site.
Re: How important is page load time and what you can do about it (2014)
#10* Doesn't actually explain why speed matters (hint: over 3 seconds people perceive a slow experience and over 10 seconds people will assume the site is broken)
* Doesn't say how to fix speed issues other than one specific small image/tiling "fix"
* If you worked at a real company this would never fly. The solution isn't to change the background altogether and go with tiling vs a big image.
I actually wrote an article on how to improve performance for everyone [1], and it's the biggest bang for your buck that anyone can do (designers, developers, or product folks).
[1] https://userinterfacing.com/the-fastest-way-to-increase-your...