Core Web Vitals are a key Google innovation that allows you to access the ranking algorithm to see how a page measures the key indicators of website quality: user experience.
Con Web Vitals, attivati da Apile 2020, Google sta specificando una serie di 3 metriche delle prestazioni per creare i propri "Core Web Vitals" utilizzati per valutare se un sito Web offre o meno una buona esperienza utente. Google sta anche specificando alcune metriche degli indicatori principali nella specifica Web Vitals che non sono classificate come "core".
Google has highlighted theimportance of website speed since their inception, so no surprises at the moment. However, this is the first time that explicitly identifies the specific performance metrics used to compile the search ranking.
This is a big problem because previously, you had to verify and check hundreds of (sometimes contradictory) pieces of information on the topic, then hypothesize the best strategy for improvement needs and tinker with multiple directives in the hopes of making Google's secret algorithm happy. While quickly building a professional, commercial website can still be challenging, at least now there are some guidelines for where to start.
Core Web Vitals focus on three simple UX characteristics of a page:
The math behind metrics can get complicated, but understanding what Google is trying to achieve can help simplify things.
The Core Web Vitals metrics are as follows:
These Core Web Vitals are metrics that can be used to serve as leading indicators and predict user experience changes.
Largest Contentful Paint (LCP) measures the page load times perceived by users. The Largest Contentful Paint (LCP) metric reports the rendering time of the largest visible content element within the viewport (image, video, text, etc.).
The purpose of LCP is to measure how long it takes for the main content of the page to be displayed in the user's browser, focusing on the user's perceived experience rather than a long list of metrics that measure the various steps of the loading process.

First Input Delay (FID) measures the responsiveness of a page to user input. FID measures the time from when a user first interacts with a page (i.e., clicking a link, tapping a button, or using a custom JavaScript-based control) to when the browser is actually able to respond to that interaction.

This is important as even very small delays can be very frustrating for users.
Cumulative Layout Shift (CLS) misura la stabilità della pagina. CLS si basa su una formula che calcola quante volte i componenti della pagina si spostano o "spostano" durante il caricamento della pagina stessa. Meno spostamenti ci sono e meglio è. 
We've all had frustrating experiences with websites that "jump at you" or "attack" you while the page loads. While the page may be ready for interaction, if elements keep "moving," the user experience will be poor.
To quote MOZ: “The distance component is the greatest distance an unstable element has moved in the frame while moving (horizontally or vertically) divided by the largest dimension of the viewport (width or height, whichever is greater), and is always measured as a percentage.”
The CLS is therefore the product of these two components and for a good UX it should be less than 0.1. 
Google consiglia di correggere tutte le metriche etichettate come "Scarse" e alcune delle correzioni di pagina più comuni dovrebbero includere:
Tool support is still very limited because Web Vitals is so new, but Google has added support for Core Web Vitals to several of its tools to display these metrics for testing. The Webpagetest community has also added support for the metrics in their tests. A plugin for the Google Cheome browser has also been released.
Oltre a Core Web Vitals, ci sono metriche aggiuntive che fungono da "indicatori principali" che possono essere molto utili.
Overall, Google's Web Vitals announcement is very positive, and Google's approach helps simplify the user experience. However, Web Vitals will certainly undergo changes in the future. For example, Google is currently on the sixth iteration of its Lighthouse score (which is now driven by Web Vitals).