EDITOR’S NOTE: With Google’s Core Web Vitals completely rolled out, SEM Rush was able to move on from preliminary assessments and start identifying some common patterns with a study. This study reviews all 3 metrics – LCP, TBT, and CLS – to come up with some takeaways on how to improve the quality of your website and its pages. LCP measures the loading time of the largest piece of content on the page. Learn which tags generally slow down loading time and what you can do to improve site speed. TBT measures how long it takes before users begin interacting with your content. Be sure to take a look at your long tasks and see what is hindering your overall Total Blocking Time the most. Lastly, watch out for the extent of your layout shifts and get rid of the ones that take up too much of the CLS (Cumulative Layout Shift) threshold space. Read the charts below to learn more about what each of these factors are and how to troubleshoot specific issues with them.
With the last phase of the rollout taking place back in August 2021, the Core Web Vitals update is already here. This means that we can now move on from preliminary assessments and identify some common patterns.
Our extensive Core Web Vitals study covers the following areas:
Armed with these insights, you can be better equipped to optimize your pages for maximum CWV compliance and so ensure ultimate user-friendliness and higher rankings.
*Note: in Site Audit, we use the Total Blocking Time (TBT) metric instead of the First Input Delay (FID) metric, as the latter implies having access to data from real users. Google itself stated that these two metrics correlate with each other and can both be used to assess interactivity issues.
Our study is separated into a few parts:
The first part of the study is based on the analysis of 1.7M desktop and 324K mobile URLs. We stacked pre-update June 2021 values for LCP, TBT, and CLS metrics up against the stats from September 2021, when the update was complete.
To make the comparison, we checked how many pages were within the three category ranges — “good,” “poor,” “to improve” — for each metric before and after the update.
Good |
Needs Improvement |
Poor |
|
LCP |
≤ 2.5s |
≤ 4s |
> 4s |
TBT |
< 300ms |
≥ 300ms ≤ 600ms |
> 600ms |
CLS |
≤ 0.1 |
≤ 0.25 |
> 0.25 |
We also mention “Any TBT” and “Any CLS” scores. These simply reflect averaging metrics for all URLs without regard to their TBT or CLS performance.
To pinpoint factors that affect each metric and to see what errors come up more often than others, we took Site Audit’s September 2021 audit of 4M desktop and 1.7M mobile URLs. Overall, the tool passed these pages through 23 different CWV-specific checks.** which allowed us to reveal the most difficult and easy-to-pass audits.
The entire study is based on lab data.
**Note: You can find a list of all the checks, their definitions, and a full mobile-desktop breakdown of the audit at the very end of the post.
The graphs below show how many pages — mobile and desktop — actually passed the good thresholds for the three CWV metrics (combined and individual) as of June 2021 vs. September 2021.
Photo: SEM Rush
Photo: SEM Rush
Before the update, only 34.5% of desktop pages could meet the required thresholds for all three metrics. Post-update, the number of desktop URLs that come with all “good” scores for LCP, TBT, and CLS increased by 7 percentage points.
Mobile URLs show a grimmer picture, with less than 4% of mobile pages passing the “good” thresholds for all three metrics. Back in June 2021, this number was almost three times higher, implying that mobile pages were less update-ready than their desktop counterparts.
CWV metrics have more layers than a mere “good” score, though. LCP, TBT, and CLS can fall into three categories: “Good,” “To improve,” and “Poor”.
To analyze the post-update changes on a more granular level, we checked all the improvements that occurred across the three metrics, exploring how many URLs made some wins, moving their LCP, TBT, and CLS scores from category to category.
When it comes to positive shifts for pre- and post-update scores, we see the following trends:
Mobile URLs
TOTAL (any improving shift between thresholds) |
To improve -> Good |
Poor -> Good |
Poor -> To improve |
|
share of URLs that improved (all 3 metrics) |
0.1% |
0.01% |
0.07% |
0.02% |
share of URLs that improved (TBT only) |
14% |
5% |
3% |
6% |
share of URLs that improved (CLS only) |
19% |
8% |
7% |
4% |
share of URLs that improved (LCP only) |
7% |
1% |
1% |
5% |
share of URLs that improved (at least 1 metric) |
38% |
14% |
10% |
14% |
Desktop URLs
TOTAL (any improving shift between thresholds) |
To improve → Good |
Poor → Good |
Poor → To improve |
|
share of URLs that improved (all 3 metrics) |
0.09% |
0.05% |
0.03% |
0.01% |
share of URLs that improved (TBT only) |
7% |
4% |
1% |
1% |
share of URLs that improved (CLS only) |
21% |
9% |
7% |
5% |
share of URLs that improved (LCP only) |
14% |
9% |
2% |
4% |
share of URLs that improved (at least 1 metric) |
39% |
21% |
10% |
9% |
We collected our insights after Google lowered the CLS threshold, so the apparent ease is probably linked to this change.
Analyzing each metric’s elements in more detail, we managed to pinpoint factors that affect those scores.
As LCP measures the load time of the largest page element — image or text block — within the user’s viewport, anything that extends beyond the screen does not count.
Therefore, we looked at which of the following elements are present/absent from the analyzed pages:
Photo: SEM Rush
Our analysis showed that <img> and <div> tags are the most common elements that cause LCP slowness.
If we take a closer look, though, we’ll see more differences between mobile-desktop tag elements that affect LCP scores.
Photo: SEM Rush
Photo: SEM Rush
This means that there is a difference between what’s considered to be the largest element on mobile vs. desktop.
You can use the Site Audit tool to unwrap which specific page element is considered the largest contentful element within the viewport in your particular case.
Photo: SEM Rush
As TBT measures how quickly users can start interacting with elements of the page, we had to look at the long tasks.
With long tasks being part of a JavaScript code that freezes the UI, to get a “good” TBT score, you have to keep your overall TBT under 300 ms.
While you can have as many long tasks as you want (as long as they don’t exceed the 300 ms threshold), it’s still interesting to see that both mobile and desktop pages that have a “good” TBT score come with the lowest number of long tasks:
Photo: SEM Rush
Photo: SEM Rush
On average, a desktop page with a “poor” TBT score has 6X more long tasks compared to the ones that fall within the “good” range. On mobile, this difference is more modest — it’s threefold.
The CLS metric that measures the visual stability of the page heavily depends on layout shifts that appear whenever there is a position change for a visible element from one rendered frame to the next.
As with TBT, layout shifts are all about the extent rather than the number of those shifts. And if we didn’t see direct proof for this with TBT, our CLS analysis makes this obvious:
Photo: SEM Rush
Photo: SEM Rush
We don’t see a big difference in the number of layout shifts between pages with various CLS scores, which means that you can afford to have quite a few shifts as long as they meet the thresholds.
While we’ve pinpointed the top factors that affect pages’ CWV scores, that doesn’t mean that these can be considered the most pressing issues for site owners.
This is where Site Audit’s Core Web Vitals report enters the game and helps to identify the most difficult checks to pass.
The Site Audit tool passes any page through 23 various checks where we take Pagespeed Insights logic and consider:
From a bird’s-eye view, we can see that mobile pages face a much higher number of issues with CWV. Desktop URLs seem to be doing a pretty good job at passing CWV checks, with the majority — 68% — of checks in the green spot.
Photo: SEM Rush
Photo: SEM Rush
Unlike desktop, where pages passed the majority of checks, on mobile, only 34% of checks are green. A worrying 65% of all audits are either yellow or red, which means that mobile pages do not meet the CWV requirements for these checks.
Let’s take a more nuanced look at all the checks and see the top three easiest and hardest ones to pass for both mobile and desktop pages.
Photo: SEM Rush
The tops look almost the same — be it desktop or mobile URLs:
Site Audit does not only spot problems across all the metrics, but it also separates them into LCP, CLS, and TBT-related issues.
Photo: SEM Rush
Make sure to go through the metric-by-metric breakdown of the most common problems for your particular pages, as Site Audit actually shapes the problem in a way that includes the solution.
With the Core Web Vitals Update already here, you have no choice but to improve your score for all three metrics — CLS, LCP, and TBT — to show Google that your pages provide the ultimate user-friendliness and deserve those rankings.
We hope that our study, which covered a lot of ground and revealed key insights, provides clear guidance to support your optimization efforts further.
While we suggest that you take another look at all the discoveries, there are a few things that you should take away from this study:
Only a third of desktop and 3% of mobile URLs pass the thresholds for all the three CWV metrics.
Since the update, we only saw improvements across the board for around 1% of the pages. And only less than 40% saw better scores for at least one metric.
This means that chances are, you have a lot of space for improvement, and, done right and early, your page optimization efforts can give your pages a competitive edge.
The majority of checks for desktops are green (aka passed), while for mobiles, we mostly see yellows and reds. This means that it’s easier to pass audits on desktop than on mobile, with mobile pages on average facing more issues than desktop.
Most likely, this is due to the mobile thresholds and the fact that lab data is simulated on a 3G device.
With CLS as the least ‘problematic’ metric, you have to work on improving your LCP and TBT scores:
Photo: SEM Rush
Photo: SEM Rush
Watch out for image elements’ height and width and other common CWV issues.
Take a second look at the most difficult audits to pass. The majority of problems—both for mobile and desktop URLs—occur with image sizes. As it’s a CLS-related check that has a pretty quick fix, you can use it as a quick win for improving your CLS score.
For desktops, the most common shift is to go from the “to improve” to a “good” range. But the majority of mobile URLs jump from the “poor” to “to improve” category, with the only exception being CLS. So don’t expect to make a quick move from all “poor” to all “good” scores across each and every CWV metric, and watch out for any changes in the thresholds.
If you’re curious to explore the full list of all the Site Audit checks and to see the average scores for mobile-desktop pages, hover to the table below and get the complete picture.
Audit |
Average score (desktop) |
Average score (mobile) |
Remove duplicate modules in JavaScript bundles |
100% |
100% |
Avoid multiple page redirects |
100% |
100% |
Use video formats for animated content |
100% |
99% |
Minify CSS |
100% |
98% |
Avoid serving legacy JavaScript to modern browsers |
99% |
97% |
Reduce the impact of third-party code |
99% |
72% |
Reduce JavaScript execution time |
99% |
88% |
Minify JavaScript |
99% |
96% |
Minimize main thread work |
99% |
74% |
Preconnect to required origins |
94% |
86% |
Enable text compression |
93% |
88% |
Remove unused CSS |
92% |
72% |
Avoid enormous network payloads |
92% |
92% |
Avoid an excessive DOM size |
91% |
91% |
Remove unused JavaScript |
85% |
55% |
Reduce server response times (TTFB) |
82% |
82% |
Eliminate render-blocking resources |
76% |
57% |
Ensure text remains visible during webfont load |
33% |
36% |
Image elements do not have explicit width and height |
24% |
29% |
For your convenience, we are adding Google’s notes on each audit check:
Our founder reveals his shared tips for finding work on freelancer sites like Upwork and…
https://vimeo.com/794674545 I'm a huge believer in setting annual goals. Not just any goals, but SMART…
Starting SEO for a new site can seem like one of the most intimidating and…
A lot of writers will run the second we start talking about writing a list…
Do you ever find yourself just mindlessly maintaining your strategy or posting the same ole…
One of the most important parts of having a successful blog is running regular blog…
This website uses cookies.