The article is from 2014.
How important is page load time and what you can do about it (2014)
11–20 of 20 posts
Re: How important is page load time and what you can do about it (2014)
#12How did this get so many upvotes? * 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…
Your article is good. But it's still incomplete, simple tasks like using a CDN / Reduce the number of HTTP calls / Caching can be implemented in an afternoon for lots of simple website, et can dramatically improve load times.
Re: How important is page load time and what you can do about it (2014)
#13How did this get so many upvotes? * 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…
There is a number of issues with each and every tool you mentioned, e.g. color information stripped with metadata causing color shifts in wide-gamut and non-sRGB images, camera images changing orientation when Exif stripped, color banding on PNGs and JPEGs even when using Guetzli (JPEGmini is not nearly as good in other cases, but Guetzli is extremely slow), unexpected dithering noise on flat PNGs, tracing artefacts on screen recorded GIFs, JPEGs being overcompressed, poor lossless compression (virtually any online service), progressive JPEGs incompatible with Photoshop, etc.
These are just some of the problems I've been solving, and yes, there are better tools.
Re: How important is page load time and what you can do about it (2014)
#14How did this get so many upvotes? * 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…
It's pretty good. The problem with automatic lossy compression is consistent quality. There is a number of issues with each and every tool you mentioned, e.g. color information stripped with metadata causing color shifts in wide-gamut and non-sRGB images, camera images changing orientation when Exif stripped, color banding on PNGs and JPEGs even when using Guetzli (JPEGmini is not nearly as good in other cases, but G…
Re: How important is page load time and what you can do about it (2014)
#15How did this get so many upvotes? * 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…
I don't understand either how this article got so many upvotes. Your article is good. But it's still incomplete, simple tasks like using a CDN / Reduce the number of HTTP calls / Caching can be implemented in an afternoon for lots of simple website, et can dramatically improve load times.
Perhaps some day I'll create a mega checklist of all things to consider to speed up a site :)
Re: How important is page load time and what you can do about it (2014)
#16Well 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)
#17Re: How important is page load time and what you can do about it (2014)
#18Earlier quoted context omitted.
It's pretty good. The problem with automatic lossy compression is consistent quality. There is a number of issues with each and every tool you mentioned, e.g. color information stripped with metadata causing color shifts in wide-gamut and non-sRGB images, camera images changing orientation when Exif stripped, color banding on PNGs and JPEGs even when using Guetzli (JPEGmini is not nearly as good in other cases, but G…
How are you getting around those issues? Very interesting! I only saw issues w stripping metadata on JPEGs (same issues you saw).
Re: How important is page load time and what you can do about it (2014)
#19Earlier quoted context omitted.
How are you getting around those issues? Very interesting! I only saw issues w stripping metadata on JPEGs (same issues you saw).
The only solution I found is to build a new tool, and that required a complete rewrite of existing optimizers and significant changes to underlying libraries.
Re: How important is page load time and what you can do about it (2014)
#20Earlier quoted context omitted.
The only solution I found is to build a new tool, and that required a complete rewrite of existing optimizers and significant changes to underlying libraries.
But can't you choose the compression algorithm in those tools? I know you can in ImageOptim and JpegMini...