This year, as an industry we took big steps in dialing up the conversations about web page performance. A few focused changes can completely alter a site's performance, and every little bit – or rather, byte – is worth it. Performance matters because we're designing and developing for the user; so if it doesn't work for them, it doesn't work at all.
Site performance can be affected by a variety of elements, including network speeds, image sizes, non-minified resources, font file size, and the number of requests. Paravel developer Dave Rupert wrote not one (opens in new tab), but two (opens in new tab) blog posts about how he tackled a lot of these issues on his own responsive site.
- Choose a website builder: 17 top tools (opens in new tab)
When it comes to JavaScript and CSS, including workflows with minifying and preprocessor options is a huge help. Even though line breaks and white spaces (tabs) aren't key culprits, if the project is large enough, they can be. If you're using external JavaScript libraries, opt for customised versions rather than a whole library for two functions.
Font hosting can also cause page bloat. One way to reduce this is by only including the type weights that have been used in your project. Keep to a few weights and consider other ways to push contrast and hierarchy.
Below, check out three tools that help you dissect your site and learn more about how long it takes to load.
01. Varvy's Page Speed Optimization (opens in new tab)
Varvy's Page Speed Optimization tool is well-organised, detailed and includes resources about the whys of performance to make it identifiable.
02. Pingdom (opens in new tab)
Pingdom's free option includes details on the waterfall load time of each element or request.
03. WebPageSpeed (opens in new tab)
WebPageSpeed is an extremely popular tool. It includes all those options listed so far, plus downloadable videos of how long a site and its elements took to download.
This article was originally published in issue 286 of net magazine, buy it here. (opens in new tab)
Related articles:
- Adobe XD (Beta) now available on Windows (opens in new tab)
- Dogs explain the mysteries of HTTP status codes (opens in new tab)
- Countdown to Christmas with this UX themed advent calendar (opens in new tab)