To satisfy your consumers' and Googles' expectations in terms of speed and performance, in addition to Core Web Vitals, you'll need to track a couple more performance metrics that will provide you with a more accurate insights into how your pages perform.
These other Web Vitals serve as proxies or supplemental metrics for the CWV and help you gain a deeper understanding of loading experience, interactivity, and visual stability.
Time to first byte (TTFB) and first contentful paint (FCP) are useful metrics to track in terms of loading experience, in addition to the largest contentful paint (LCP).
Total blocking time (TBT) and first input delay (FID) help us better understand interactivity alongside interaction to next paint (INP). As of March 2024, INP replaced FID as Core Web Vitals.
Cumulative Layout Shift (CLS) is the sole metric responsible for visual stability.
Time to Interactive (TTI) measures a page's length to become fully interactive.
Finally, Speed Index is a performance metric that measures how quickly your page is visually complete above the fold.
First Contentful Paint (FCP) is a performance metric used to measure the time it takes for a web page to display its first piece of content on the user's screen. It indicates how quickly the browser can render the first content element (e.g., text, image, or canvas) after the user navigates to the page.
A faster FCP generally results in a better user experience, as it helps users perceive the page as loading quickly. To provide a good user experience, Google suggests sites should strive to have an FCP of 1.8 seconds or less.
Improving First Contentful Paint can be achieved through various optimization techniques including:
Time to First Byte (TTFB) is a web performance metric measuring the time it takes from when a user makes an HTTP request to when the browser receives the first byte of data from the server.
TTFB is a critical indicator of a web server and network's responsiveness, as it reflects the server's processing time, network latency, and the time required to generate a response.
A faster TTFB contributes to a better user experience, as the server responds quickly to user requests. Google recommends that your server respond to navigation requests quickly enough so that the 75th percentile of users experience an FCP within the good threshold. As a rough guide, most sites should strive for a TTFB of 0.8 seconds or less.
Improving Time to First Byte can be achieved through various optimization techniques, including:
Total Blocking Time (TBT) is a web performance metric that quantifies the total amount of time during which the main thread is blocked due to long tasks, preventing user input from being processed in a timely manner. A long task is defined as any task that takes more than 50 milliseconds to complete.
TBT is particularly important for evaluating a website or application's interactivity and responsiveness, as it provides insight into how quickly the user interface can respond to user input.
A lower TBT contributes to a more responsive and smoother user experience. To provide a good user experience, Google suggests sites should strive to have a TBT of less than 200 milliseconds when tested on average mobile hardware.

Improving Total Blocking Time can be achieved through various optimization techniques, including:
Time to Interactive (TTI) is a web performance metric that measures the time it takes for a web page to become fully interactive and responsive to user input.
TTI is a critical indicator of a website or application's overall user experience, as it reflects how quickly users can meaningfully engage with the content on the page.
A faster TTI contributes to a more enjoyable and seamless user experience. To provide a good user experience, Google suggests sites should strive to have a TTI of less than 5 seconds when tested on average mobile hardware.

Improving Time to Interactive can be achieved through various optimization techniques, including:
First Input Delay (FID) is a user-centric performance metric that measures the time it takes for a web page to become interactive and respond to a user's first input event, such as a click, tap, or key press. It is no longer part of Core Web Vitals, and it was replaced in March 2024 by Interaction to Next Paint (INP).
FID was considered to be one of the critical metrics for assessing a page's load responsiveness and overall user experience, as it quantifies the delay users experience when trying to interact with the page content.
FID is particularly important for pages that require user interaction, such as login forms, navigation menus, or buttons. A high FID can lead to user frustration and increased bounce rates, as users may perceive the page as slow or unresponsive. On the other hand, a web page with a low FID offers a more responsive and engaging experience, as users can interact with the page elements without encountering delays or unresponsiveness.
Google recommends aiming for an FID of 100 milliseconds or less to ensure an optimal user experience.
To improve FID, several optimization techniques can be employed, including:
Speed Index is a web performance metric that quantifies the visual completeness of a web page's content as it loads, with a focus on the above-the-fold (visible) portion of the page. Speed Index is expressed in milliseconds, and a lower value indicates a faster-loading page.
This metric provides valuable insight into the perceived loading speed of a page, as it reflects how quickly the content becomes visible and recognizable to the user.
A lower Speed Index contributes to a better user experience, as users perceive the page as loading quickly. To provide a good user experience, Google suggests sites should strive to have a mobile Speed Index score between 0 and 3.4 seconds.
Improving Speed Index can be achieved through various optimization techniques. Here are some strategies to consider:
Get into a performance-first mindset with our comprehensive frontend performance checklist.
Continuously monitor and analyze your website's performance to identify areas for improvement and maintain a high-performing site.