Skip to content

Commit e4b44c6

Browse files
[Web Analytics] Removes FID from docs (#23631)
* Remoces FID from docs * Typo
1 parent afc0896 commit e4b44c6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/content/docs/web-analytics/data-metrics/core-web-vitals.mdx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Core Web Vitals is divided into three main sections, each one with information a
3131

3232
- [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.
3333
- [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.
3534
- [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.
3635

3736
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
4241

4342
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.
4443

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.
4645

4746
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.
4847

@@ -64,7 +63,7 @@ The URL path at the time the Core Web Vitals are captured.
6463

6564
#### Value
6665

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.
6867

6968
### Additional data collected for Largest Contentful Paint
7069

@@ -76,12 +75,6 @@ The source URL (such as image, text, web fonts).
7675

7776
The source object's size in bytes.
7877

79-
### Additional data collected for First Input Delay
80-
81-
#### Name
82-
83-
The type of event captured (such as `mousedown`, `keydown`, `pointerdown`).
84-
8578
### Additional data collected for Cumulative Layout Shift
8679

8780
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

Comments
 (0)