Google’s Core Web Vitals report is a part of Google’s efforts to improve the web user experience by providing website owners and developers with essential performance metrics and insights. It focuses on four key aspects of web performance that have a significant impact on user satisfaction and engagement:
Loading (Largest Contentful Paint – LCP): LCP measures how quickly the largest element within the user’s viewport (typically an image or text block) becomes visible and fully rendered on the screen. A good LCP score means that users can see and interact with the most important content sooner, which enhances their perception of a fast-loading page.
Interactivity (First Input Delay – FID): FID measures the time it takes for a web page to respond to a user’s first interaction, such as clicking a button or entering text in a form. A low FID score indicates that the page is responsive and ready for user interaction, improving the overall user experience.
Visual Stability (Cumulative Layout Shift – CLS): CLS measures how stable the visual elements of a web page are while it loads. It quantifies the extent to which page content shifts unexpectedly, potentially causing user frustration. A low CLS score means that the page is less likely to disrupt the user’s experience by moving elements around during loading.
User Interactions (Interaction to Next Paint – INP): INP is a metric that gauges a webpage’s responsiveness to user interactions. It measures the time it takes for the page to respond to various user actions, such as clicks, taps, and keyboard inputs, from the moment they occur until the page’s next significant visual update. The INP value is derived from the longest observed interaction, disregarding any outliers.