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/test-config/rum-synth.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ Splunk Synthetic Monitoring automatically collects Web Vitals for Browser tests.
21
21
- Measures loading performance by capturing the render time of the largest image or text block visible within the viewport.
22
22
* - Cumulative layout shift (CLS)
23
23
- Measures visual stability by capturing the sum of all individual layout shift scores for every unexpected layout shift that occurs during the entire lifespan of the page. A layout shift occurs any time a visible element changes its position from one rendered frame to the next. Fewer shifts are better for page stability.
24
-
* - INP (interaction to next paint)
25
-
- Measures the time from when a user first interacts with a web page to the time when the browser responds to that interaction.
24
+
* - Interaction to next paint (INP)
25
+
- Measures responsiveness by observing all user interactions on a page and capturing the longest time it takes the browser to respond to an interaction.
26
26
* - Total blocking time (TBT)
27
27
- Measures the time it takes a page to become interactive and responsive for a user.
28
-
TBT is collected from a synthetic test, while INP is collected from real user data. They are considered equivalent to each other because they measure the same metric.
28
+
TBT is considered a lab proxy for INP, when INP might not be captured. Both TBT and INP can be improved by [optimizing interactions](https://web.dev/articles/optimize-inp#optimize_interactions).
29
29
30
30
Prerequisites
31
31
===================
@@ -60,4 +60,4 @@ See also
60
60
61
61
* See :ref:`rum-synth-scenario`
62
62
* See :new-page:`https://web.dev/vitals/` in the Google developer documentation to learn more about Web Vitals.
63
-
* See :ref:`error-aggregates` to learn more about Tag Spotlight.
63
+
* See :ref:`error-aggregates` to learn more about Tag Spotlight.
0 commit comments