April 20, 2021 Smashing Newsletter: Issue #297
This newsletter issue was sent out to 179,723 subscribers on Tuesday, April 20, 2021.
Editorial
Web performance. While we were getting ready for the page experience update in Google’s search index in May, we’ve just learned that the roll-out was pushed to mid-June 2021.
Indeed, we’ve been on the long journey to optimizing web performance for the last 6 months, and we’ve just managed to get into the green zone, just to be pushed down by amber scores on mobile. In this newsletter edition, we look into some of the perf resources we’ve found useful.
The issue is kindly powered by our dear friends at Storyblok, a friendly headless CMS with a visual editor, nested components and customizable content blocks for websites and apps. Great option when you look out for a headless CMS.
In Smashing news, we are getting ready to our free Smashing online meet-up on April 27 (please join in!), and we have a few online workshops starting this week — one by Harry Roberts on everything web performance, and one by yours truly on smart interface design patterns.
We’d love to welcome you there — or perhaps your friend or colleague would love to join this time around! With that in mind, off we go — let’s make our websites and apps faster!
— Vitaly (@smashingmag)
1. Cache-Control For Civilians
How is your knowledge of caching and cache-control
headers? No worries if you feel you could know more or are rather clueless even, Harry Roberts’ article “Cache-Control for Civilians” helps you make sense of it all — for good.
Harry’s refresher starts off taking a look at the Cache-Control
HTTP header which is one of the most common ways to manage the caching of your assets and goes on to explore its directives and their optimum use cases in detail — from public
and private
to max-age
, no-store
, no-cache
, and no-transform
.
At the end of the article, Harry also covers some real-world scenarios and the kinds of Cache-Control
headers that suit them best. A great summary to ensure you don’t miss out on the powerful opportunities that caching brings along. (cm)
2. Web Font Subsetting
One of the low-hanging fruits for improving performance is optimizing web fonts. Very often, font files contain way too many characters that aren’t really needed. Font Subsetter is a little helpful tool that allows you to subset your fonts by selecting just the right glyphs — assuming that your font provider allows font subsetting in their EULAs of course.
For Smashing, we support Basic Latin, Latin-1 Supplement, Uppercase, Lowercase, Numerals, Basic Punctuation, Currency Symbols and a specific set of single characters to generate a small subset.
You can also take it to the next step with Peter Mueller’s Subfont or Zach Leatherman’s Glyphhanger. The tools allow you to subset your fonts dynamically based on the glyphs that are actually used on a page. You can even subset font files automatically with every deploy, whitelist characters and use a speider to gather URLs from links.
Sara Soueidan also provides a tutorial on how to set up GlyphHanger as well. Ah, and don’t forget about the importance of @font-face source order when used with preload to avoid duplicate downloads! (vf)
3. Not Every Lighthouse Is The Same
When it comes to performance, we tend to rely on our Lighthouse scores, but depending on where and under which conditions the Lighthouse audit is running from, we might be expecting slightly different results. In general, it’s a good idea to have a dedicated, clean browser performance profile for your Lighthouse browser tests, to ensure that your browser extensions don’t skew your results. Yet still, the performance will be heavily influenced by your machine, available memory and storage.
PageSpeed Insights runs a Lighthouse audit online, and Lighthouse Metrics runs the Lighthouse tests from multiple locations. Web.dev Measure doesn’t just provide Lighthouse insights about your performance, but it also allows you to track your performance over time with a free account and arranges optimization suggestions based on their level of severity.
Additionally, Chrome UX Report allows you to track your core metrics over time based on the experience of Chrome users. Just plug in an URL, hit “Connect” and then hit “Create report” to get a report for your site. (vf)
4. Upcoming Smashing Online Workshops
Web performance is pretty much at the heart of the online workshops that we run — be it around accessibility, design or front-end. The interface has to load and respond quickly, and that affects all facets of users experience.
As the next workshops, we have coming up:
- Web Performance Masterclass Dev
with Harry Roberts. Apr 20 – May 5. - Smart Interface Design Patterns UX
with Vitaly Friedman. Apr 22 – May 6. - Make Design Systems People Want to Use Workflow
with Dan Mall. May 3–11. - Psychology For UX and Product Design UX
with Joe Leech. May 6–14. - The React Performance Masterclass Dev
with Ivan Akulov. May 20 – June 4. - Dynamic CSS Masterclass Dev
with Lea Verou. May 25 – June 8.
5. Debugging Layout Shifts
We’ve all been there before. As the page is loading, your layout changes due to incoming web fonts, ads, A/B tests or images that don’t have a width or height dimensions specified. This creates a quite jarring experience for your customers, so it’s not surprising that Cumulative Layout Shift is one of the Core Web Vitals. Getting CLS right is a challenge worth undertaking, but it’s not an easy one.
Layout Shift GIF Generator and CLS Debugger allows you to visually track what elements have shifted, and how heavily the page is loaded. Jess B Peck’s The Almost Complete Guide To CLS explains CLS in detail, how to measure it as well as common solutions for carousels, images, fonts, layouts, cookies and JavaScript.
Simon Hearne goes into the fine details of avoiding layout shifts caused by web fonts, and Barry Pollard has explained how to measure Core Web Vitals in general, including CLS. (vf)
6. Performance Optimization For Slow React Apps
A spinner appearing at 5.6 seconds after page load on desktop, the page content getting rendered at 6.2 seconds, 12.6 seconds even on a medium tier phone. These are the results of a WebPageTest audit for Notion’s app almost a year ago. And even though Notion shipped some tremendous speed enhancements in the meantime, digging a bit deeper into these performance issues is still an eye opener, as Ivan Akulov’s case study shows.
For the case study, Ivan reverse-engineered the Notion app to see how the performance of a slow React app can be optimized. Ivan looks into processing performance and JS execution and shows how a combination of code-splitting, executing fewer modules upfront, removing unused code, defering third parties, preloading API data, and some other optimization techniques can make the app load 30% faster. Practical takeaways guaranteed. (cm)
7. Performance Resources Delivered Right To Your Inbox
Staying on track of what’s happening in the world of web performance can be hard. That’s why Calibre’s Karolina, Ben and Michael curate the Performance Newsletter twice a month, delivering the latest news, tools, talks, and resources all about web performance right to your inbox.
If the wait for the next issue is too long, feel free to browse the newsletter’s archive — 72 issues have already been sent out since the newsletter made its debut back in 2016. A gold mine of resources to make your web perf adventures even more fruitful. (cm)
That’s All, Folks!
Wow, you’ve made it this far! We hope you’ve found at least one useful, practical tidbit that will help you get better at what you do. As you see, there are so many talented folks out there working on so many brilliant projects, and we’d sincerely appreciate it if you could help spread the word and give them all the credit they deserve!
Thank you so much for reading and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!
Smashing Newsletter
Useful front-end & UX bits, delivered once a week. Subscribe and get the Smart Interface Design Checklists PDF — in your inbox. 🎁
You can always unsubscribe with just one click.
Previous Issues
- UX Writing
- New Front-End Techniques
- Useful Front-End Techniques
- Design & UX Gems
- New Front-End Adventures In 2025
- Inclusive Design and Neurodiversity
- UX Kits, Tools & Methods
- How To Measure UX
- New In Front-End
- Web Accessibility
Looking for older issues? Drop us an email and we’ll happily share them with you. Would be quite a hassle searching and clicking through them here anyway.