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
Copy file name to clipboardExpand all lines: src/content/docs/web-analytics/data-metrics/core-web-vitals.mdx
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ Core Web Vitals is divided into three main sections, each one with information a
31
31
32
32
-[Largest Contentful Paint (LCP)](https://web.dev/optimize-lcp/): Measures perceived load speed by the user. It returns how long the main content of the page takes to be loaded.
33
33
-[Interaction to Next Paint (INP)](https://web.dev/inp/): Measures user interface responsiveness – how quickly a website responds to user interactions like clicks or key presses.
34
-
-[First Input Delay (FID)](https://web.dev/optimize-fid/): Measures how fast a website is to respond to the first user input.
35
34
-[Cumulative Layout Shift (CLS)](https://web.dev/optimize-cls/): Measures visual stability, that is, if there are shifts in the page layout as the various elements are being loaded into view.
36
35
37
36
Each of these metrics represents an impact to the user experience, which is quantified and graded by Web Analytics.
@@ -42,7 +41,7 @@ Cloudflare Web Analytics offers interactive exploration in Core Web Vitals by al
42
41
43
42
Below each graph, the Debug View section has the top five elements with a negative impact on each metric. Selecting the elements shown in the data table gives you more details about them.
44
43
45
-
Each table — LCP, FID, and CLS — also shows you the performance of these elements in the 75th percentile (P75) at a glance. Selecting in each row of the table lets you expand the element and have access to more information, including P50, P90 and P99 metrics.
44
+
Each table — LCP, INP, and CLS — also shows you the performance of these elements in the 75th percentile (P75) at a glance. Selecting in each row of the table lets you expand the element and have access to more information, including P50, P90 and P99 metrics.
46
45
47
46
These numbers refer to how an element performs relatively to others in your page. For example, if an element takes 3,900 ms to load and is in the 75 percentile, this means that it is slower to load than 75% of the elements in your page.
48
47
@@ -64,7 +63,7 @@ The URL path at the time the Core Web Vitals are captured.
64
63
65
64
#### Value
66
65
67
-
[The metric value](https://web.dev/cls/#layout-shift-score) for each Core Web Vitals. This value is in milliseconds for LCP or FID and a score for CLS.
66
+
[The metric value](https://web.dev/cls/#layout-shift-score) for each Core Web Vitals. This value is in milliseconds for LCP or NIP and a score for CLS.
68
67
69
68
### Additional data collected for Largest Contentful Paint
70
69
@@ -76,12 +75,6 @@ The source URL (such as image, text, web fonts).
76
75
77
76
The source object's size in bytes.
78
77
79
-
### Additional data collected for First Input Delay
80
-
81
-
#### Name
82
-
83
-
The type of event captured (such as `mousedown`, `keydown`, `pointerdown`).
84
-
85
78
### Additional data collected for Cumulative Layout Shift
86
79
87
80
Layout information is a JSON value that includes width, height, x axis position, y axis position, left, right, top, and bottom. These values represent the layout shifts that happen on the page.
0 commit comments