Monthly Shaarli

All links of one month in a single page.

January, 2021

Article - Décision n° 2018-0881 du 24 juillet 2018 de l'Autorité de régulation des communications électroniques et des postes établissant le plan national de numérotation et ses règles de gestion - Légifrance

Les numéros alloués aux œuvres audiovisuelles sont ceux ayant les racines suivantes :

Racines (format national) 0ZABPQ = 01 99 00, 02 61 91, 03 53 01, 04 65 71, 05 36 49, 06 39 98

"An increase weighting of CLS is one of the primary changes you can expect in our next scoring update in Q2 of 2021", Elizabeth Sweeny
thumbnail

About the weight of CLS in Lighthouse

"Speed: The Journey to Delivering a Faster Experience at Skroutz"
thumbnail

After a lot and fun work for over a year, varied from things that were low-effort to a few that were advanced, we’ve done it.

We’ve made Skroutz.gr faster.

Performance is a feature at Skroutz. But it is also a competitive advantage. Optimized experiences lead to higher user engagement, conversions, and ROI.

"HTML and CSS techniques to reduce your JavaScript", Anthony Ricaud (@anthony_ricaud)
thumbnail

In this article, we will explore some of these native solutions that are available to the majority of your users. We will see some examples but we won’t go into all the subtleties, because other resources do so very well. Rather, the goal is to inform you of the existence of these techniques.

"Optimizing Performance with the Import-on-Interaction Pattern", Addy Osmani (@addyosmani)
thumbnail

First-party JavaScript often impacts the interaction readiness of modern pages on the web, but it can often get delayed on the network behind non-critical JS from either first or third-party sources that keep the main thread busy.

"`undefined` vs. `null` revisited", Dr. Axel Rauschmayer (@rauschma)

Therefore I use either of the following two approaches if I need a special value:

  • I use null as a “switched off” value. (As an aside, this approach is relatively well supported by TypeScript.)
  • I avoid both undefined and null via one of the techniques described above. This has the upside of being cleaner and the downside of involving more work.
"How to avoid layout shifts caused by web fonts", Simon Hearne (@simonhearne)
thumbnail

An impressive article to explain how not to cause Layout Shifts and penalize your CLS.

"What I've Learned in 45 Years in the Software Industry", Joel Goldberg

Looking back on four decades in the software industry, I’m struck by how much has changed. I started my career with punch cards and I am ending in the era of cloud computing. Despite all this change, many principles that have helped me throughout my career haven’t changed and continue to be relevant. As I step away from the keyboard, I want to share six ideas I’ve learned from my career as a software engineer.

"The Dangers of data URIs", Andy Davies (@andydavies)
thumbnail

Embedding the resource directly removes the latency that’s incurred when the browser makes a separate request for the resource and so for critical resources it can make pages render faster.

But data URIs also come with quite a few trade offs too.

"The future of Google’s Core Web Vitals from a non-Googler perspective", Peter Hedenskog (@soulislove)
thumbnail
  1. The science behind Web Vitals was kind of weak, referencing many studies that Gilles Dubuc showed us were based more on feelings than science.
  2. You could only get those metrics from Chromium. Are they really Google Web Vitals if you only can get them from one of the browser engines? I think if we’re introducing something that’s supposed to be vital for all users, it should exist in all browsers.
  3. Almost all performance tools implemented the metrics (for Chrome) immediately. Google said jump, and web performance tool vendors said: ‘How high?’. A little more caution would have been good. I also felt the pressure of adding those metrics to the tools I build. Google’s monopoly on web performance metrics is not good for the web, I think.
"Search in the Jamstack World", Nebojsa Radakovic (from @bejamas_io)
thumbnail

A website search is often the first dynamic part you'll be adding to your new Jamstack project. Let’s see which solutions are available in the Jamstack world.

"How We Improved SmashingMag Performance", Vitaly Friedman (@smashingmag)
thumbnail

In this article, we’ll take a close look at some of the changes we made on this very site — running on JAMStack with React — to optimize the web performance and improve the Core Web Vitals metrics. With some of the mistakes we’ve made, and some of the unexpected changes that helped boost all the metrics across the board.

"The mythical “fast” web page", Rick Viscomi (@rick_viscomi)
thumbnail

Let’s stop here and recap:

  • Individual experiences are just data points along a distribution. What feels fast depends on the conditions under which it was experienced. Everyone’s conditions are different.
  • Lab tests may not be configured to be representative of the most common experiences on the curve, or any experience on the curve for that matter.
  • User-centric metrics require extra care to ensure that behaviors are emulated faithfully in the lab.

[…] An even better solution would be to build stronger data bridges between field and lab tools, so that the lab tool itself can make informed recommendations about the most realistic user profiles to simulate.

"The importance of documented results in performance tuning", Duncan Mackenzie, (@Duncanma)
thumbnail

I have worked on many sites and projects over the years, and I have found the single best way to ensure that quality is a core area of focus, is to make that work visible and easily understood. We must do more than just make things faster; we must be able to explain what we did and what impact it had.

"Y U No Revenue?", Tobias Baldauf (@tbaldauf)
thumbnail

tl;dr: Use traffic frequency as cadence and create cohorts. Effects of improved web performance can show better in a well-defined cohort. Regular users can have trained behavior that resists change.