Monitor Core Web Vitals With Datadog RUM and Synthetic Monitoring | Datadog

Monitor Core Web Vitals with Datadog RUM and Synthetic Monitoring

Author Thomas Sobolik

Published: February 18, 2021

In May 2020, Google introduced Core Web Vitals, a set of three metrics that serve as the gold standard for monitoring a site’s UX performance. These metrics, which focus on load performance, interactivity, and visual stability, simplify UX metric collection by signaling which frontend performance indicators matter the most. Core Web Vitals will be incorporated into Google’s PageRank algorithm in May 2021, so suboptimal scores will not only lead to increased churn and lost revenue, but may also make it difficult for potential users to find your site in the first place. This makes the collection and analysis of these metrics paramount not only to your frontend engineering team’s usability goals, but also to your organization’s bottom line.

The addition of Core Web Vitals to RUM and Synthetic Monitoring provides comprehensive visibility into your site’s Core Web Vitals scores. In this post, we’ll give a brief overview of the Core Web Vitals, explain their significance to frontend performance, and show how you can:

  • Use RUM to gather and analyze Core Web Vitals insights from real user sessions
  • Use Synthetic browser tests to proactively monitor Core Web Vitals scores in any environment

What are the Core Web Vitals?

Google specifies three Core Web Vitals: Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). These metrics observe load performance, interactivity, and visual stability, respectively. The benchmark for each of these metrics is computed over the 75th percentile of page loads in order to account for mobile performance issues that result from poor network connectivity and are therefore expected.

Largest Contentful Paint

Largest Contentful Paint refers to the moment in the page load timeline in which the largest DOM object in the viewport is rendered. A LCP score that exceeds 2.5 seconds could be the result of slow service responses or render-blocking JavaScript tags and CSS style sheets.

First Input Delay

First Input Delay represents the time elapsed between a user’s first interaction with the page and the browser’s response. A FID score that exceeds 100 milliseconds could indicate that, at the time of your user’s first interaction, the browser’s main thread was busy with other tasks, such as parsing or executing CSS or JavaScript files.

Cumulative Layout Shift

If your page includes dynamic content that is rendered asynchronously, such as third party ads, users may experience visual instability as parts of the site move around unpredictably. Cumulative Layout Shift quantifies this phenomenon with a decimal score, where a score of 0 indicates that no layout shift has occurred. Google recommends that a CLS score should be less than 0.1.

View Core Web Vitals in the RUM Performance Overview dashboard

Get a high-level view of your Core Web Vitals scores across your most visited pages with the RUM Performance Overview Dashboard.

By collecting Core Web Vitals within RUM, Datadog enables you to incorporate these metrics into the broader picture of your web app’s user-facing performance. RUM’s out-of-the-box Performance Overview dashboard shows p75 values for each Core Web Vital as it relates to Google’s defined thresholds, alongside traffic volume data and traditional RUM performance metrics. You can customize the dashboard to show a higher percentile if you need to set a stricter standard.

With this bird’s-eye-view, you can characterize the overall load performance of your web page, and begin to investigate potential bottlenecks. Using the included tags, you can filter the metric data to identify issues affecting particular regions, device types, or browsers. You can also customize the dashboard to add further layers of insight, such as user behavior metrics (i.e., overall traffic, the length of user sessions).

Troubleshoot suboptimal Core Web Vitals scores in the RUM Explorer

Once you’ve spotted a moment in the data you’d like to investigate, you can pivot from the Performance Overview dashboard to the RUM Explorer for a more granular view. The RUM Explorer presents a list of page views that occurred during the specified time frame, and you can use tag-based filters to zero in on views from a specific subset of users—or to isolate views that exceed the accepted threshold for a particular Core Web Vital.

Clicking on a specific page view will take you to its corresponding RUM waterfall, which gives a rundown of each resource the page loads in order, along with how long it took. RUM metrics—including the Core Web Vitals—are graphed on the waterfall to provide insight into the potential causes of load performance bottlenecks.

Correlate suboptimal Largest Contentful Paint scores with corresponding page load events in the RUM waterfall.

In the above example, we can observe that the Largest Contentful Paint is getting delayed by two very long image loads. You can improve image load time and, by extension, the LCP score by compressing the images or adopting an image CDN. The waterfall also shows a pair of long tasks—likely the deminification or parsing of Javascript or CSS files—run by the browser prior to the LCP. You will need to drill into this code to find optimizations to improve its runtime, such as code splitting. You can also reduce the blocking time of JavaScript and CSS with a minification plugin, such as optimize-css-assets-webpack. And because Datadog correlates RUM and APM data, you can seamlessly pivot from the waterfall to backend traces to identify backend issues that are contributing to the problem.

Monitor Core Web Vitals scores with Synthetic browser tests

While RUM enables teams to diagnose suboptimal Core Web Vitals scores that are affecting real users, Datadog Synthetic Monitoring allows you to create browser tests that can proactively validate Core Web Vitals scores before your users ever notice an issue. Browser tests can be run in any location and against any environment, including the CI/CD pipeline, so you can identify UX issues quickly and prevent them from happening again.

Use lab CWV data to place a gate in your deployment pipeline and ensure that new code changes don't degrade your user experience.

Each page load step in a browser test now includes lab Core Web Vitals metrics by default, with the color indicating where your scores stand in relation to Google’s acceptable performance thresholds. You can click on any step to view the details of any errors thrown, as well as a breakdown of each process invoked (CSS style sheet imports, API calls, or HTTP requests, for example) to investigate a suboptimal score.

Start monitoring your Core Web Vitals

The addition of Core Web Vitals scores to RUM and Datadog Synthetic Monitoring provides crucial insights into your application’s frontend performance, so you can maintain a seamless user experience and ensure that your site continues to rank well on Google. To learn more about monitoring Core Web Vitals, check out the documentation for RUM and Synthetic Monitoring. Or, if you’re brand new to Datadog, sign up for a 14-day .