The Daily Shaarli

All links of one day in a single page.

09/14/21

"HTTP Caching is a Superpower", Hugh Haworth (@elliotclydenz)
thumbnail

You now have a simple, platform-reliant way of preventing unnecessary requests. You have another tool in your belt to save your users time and money. Also you’ve got a way to save a little carbon from being released into our atmosphere to power a server farm. And you can use this tool with any style of website: static file sites, single page applications, and server rendered applications. It’s a superpower.

"Improving responsiveness in text inputs", Nolan Lawson
thumbnail

Make use of the requestIdleCallback callback to improve the responsiveness of input while ensuring JS actions during the typing.

"How to Eliminate Render-Blocking Resources: a Deep Dive", Sia Karamalegos (@thegreengreek)
thumbnail

Render-blocking resources are a common hurdle to rendering your page faster. They impact your Web Vitals which now impact your SEO. Slow render times also frustrate your users and can cause them to abandon your page.

"How to write about web performance", Nolan Lawson
thumbnail

Writing about browser performance is hard, but it’s not fruitless. I’ve had enough successes over the years (and enough stubbornness and curiosity, I guess) that I keep doing it.