Jump to main content

Nicolas Hoizey

  • articles
  • billets
  • links
  • notes
  • talks
  • archives
  • about

Note from 21 March 2023

  • Nicolas Hoizey
  • 21 March 2023
  • Core Web Vitals, Google, WebPerf
  • 3 reactions

Looks like Google likes it when we start improving websites performance! 🚀

Screenshot of Google Search Console's Core Web Vitals report, with an increasing number of green pages

3 reactions

2 likes

  1. Holger Bartel avatar
  2. Tyler Sticka avatar

1 reply

  1. Pierre Martin 🍵 avatar Pierre Martin 🍵
    @nhoizey avais-tu fait quelque chose de spécifique ? J'ai vu un site qui a eu une augmentation similaire aux mêmes dates ... mais sans raison particulière.Je me demande si ce n'est pas lié à une mise à jour côté Google
    • 22 March 2023, 02:31
    • Source
  • Older: Note from 16 March 2023
  • Newer: Note from 23 March 2023

Related contents with similar topics

  1. screenshot of New field insights for debugging INP

    Jeremy Wagner

    New field insights for debugging INP

    • Nicolas Hoizey
    • 20 May 2024
    • INP, WebPerf, Core Web Vitals
    • 2 reactions

    Interaction to Next Paint (INP) is a Core Web Vital that measures how responsive a page is to interactions. Due to INP's scope, it can be difficult…

  2. Note from 6 June 2023

    • Nicolas Hoizey
    • 6 June 2023
    • Core Web Vitals, image, LCP, WebPerf
    • 6 reactions

    Apparently, an image whose part above the fold is indeed the largest, but of which only a small part can be seen, can be considered an LCP element, even if another image has a larger part visible... 😭

    You can see this for my photography site in this WebPageTest result:

    https://www.webpagetest.org/vitals.php?test=230606_BiDcN4_4NJ&run=3&cached=0#lcp

    Screenshot from WebPageTest showing the image mostly hidden behind another one is the LCP

  3. screenshot of Watch Out for Layout Shifts with ‘ch’ Units

    Paul Hebert avatar Paul Hebert

    Watch Out for Layout Shifts with ‘ch’ Units

    • Nicolas Hoizey
    • 31 May 2023
    • WebPerf, Core Web Vitals, CLS, CSS
    • 5 reactions

    In our case, we were using ch units to define our page layout. This meant that our post content was equal to 50ch units (or the width of fifty…

  4. Note from 16 May 2023

    • Nicolas Hoizey
    • 16 May 2023
    • Core Web Vitals, image, LCP, WebPerf
    • 3 reactions

    Limiting the image density on mobile devices drasticaly improves performance, with no visual loss, so we did it!

    Graph of performance monitoring showing a great improvement of LCP

    I still wish it was much easier than dealing with <picture> and x descriptors for fluid images… 😞

    With a <img maxdensity="2.5" …> attribute for example!

    If you agree, comment:
    https://github.com/whatwg/html/issues/4421

  5. Note from 13 April 2023

    • Nicolas Hoizey
    • 13 April 2023
    • Core Web Vitals, RUM, SpeedCurve, WebPerf
    • 11 reactions

    I love #SpeedCurve's simple and efficient Core Web Vitals Real User Monitoring, especially when everything is green! 🥳

    Screenshot of graphs for last week's Core Web Vitals in SpeedCurve Real User Monitoring

    This is a real e-commerce site, with many real users everyday. After a few months of performance optimisation.

If you want to share an error or suggest an enhancement of this content, please edit the source on GitHub.

© Nicolas Hoizey

Built with Eleventy