Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1b39708

Browse files
Merge pull request #1574 from swaretech/patch-6
Update browser-test-metrics.rst
2 parents 1e273de + 36f185c commit 1b39708

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

synthetics/browser-test/browser-test-metrics.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Performance timing metrics capture information about how long it takes resources
162162

163163
Web vitals
164164
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
165-
Web vitals capture key metrics that affect user experience.
165+
Web vitals are metrics that represent user experience in terms of loading, interactivity, and visual stability.
166166

167167
.. list-table::
168168
:header-rows: 1
@@ -172,17 +172,17 @@ Web vitals capture key metrics that affect user experience.
172172
- :strong:`Source metric name`
173173
- :strong:`Description`
174174

175-
* - Cumulative layout shift (CLS)
176-
- ``synthetics.webvitals_cls.score``
177-
- Measures page stability. CLS is based on a formula that tallies up how many times the components on the page move or “shift” around while the page is loading. Fewer shifts are better.
178-
179175
* - Largest contentful paint (LCP)
180176
- ``synthetics.webvitals_lcp.time.ms``
181177
- Measures page loading times as perceived by users. The LCP metric reports the render time of the largest content element visible within the viewport.
182178

183179
* - Total blocking time (TBT)
184180
- ``synthetics.webvitals_tbt.time.ms``
185-
- Captures issues that affect interactivity. TBT is a synthetic alternative for First Input Delay (INP), which measures page responsiveness to user input. Optimizations that improve TBT in the lab can also help improve INP for your users.
181+
- Captures issues that affect interactivity. TBT is a synthetic alternative for Interaction to Next Paint (INP), which measures page responsiveness to user input. Optimizations that improve TBT in the lab can also help improve INP for your users.
182+
183+
* - Cumulative layout shift (CLS)
184+
- ``synthetics.webvitals_cls.score``
185+
- Measures page stability. CLS is based on a formula that tallies up how many times the components on the page move or “shift” around while the page is loading. Fewer shifts are better.
186186

187187

188188
To learn more about web vitals, see :new-page:`https://web.dev/vitals/` in the Google developer documentation.

0 commit comments

Comments
 (0)