You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/browser-test/browser-test-metrics.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Performance timing metrics capture information about how long it takes resources
162
162
163
163
Web vitals
164
164
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
166
166
167
167
.. list-table::
168
168
:header-rows: 1
@@ -172,17 +172,17 @@ Web vitals capture key metrics that affect user experience.
172
172
- :strong:`Source metric name`
173
173
- :strong:`Description`
174
174
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
-
179
175
* - Largest contentful paint (LCP)
180
176
- ``synthetics.webvitals_lcp.time.ms``
181
177
- Measures page loading times as perceived by users. The LCP metric reports the render time of the largest content element visible within the viewport.
182
178
183
179
* - Total blocking time (TBT)
184
180
- ``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.
186
186
187
187
188
188
To learn more about web vitals, see :new-page:`https://web.dev/vitals/` in the Google developer documentation.
0 commit comments