Skip to content

Commit 0f5cca3

Browse files
authored
Remove FID from new tech report (#921)
1 parent 65adbdf commit 0f5cca3

1 file changed

Lines changed: 1 addition & 36 deletions

File tree

config/techreport.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"summary": "The Core Web Vitals Technology Report is a dashboard combining the powers of real-user experiences in the [Chrome User Experience Report (CrUX)](https://developers.google.com/web/tools/chrome-user-experience-report/) dataset with web technology detections available in HTTP Archive, to allow analysis of the way websites are both built and experienced.",
55
"config": {
66
"cwv_subcategories": [
7-
"FID",
87
"CLS",
98
"LCP",
109
"FCP",
@@ -242,15 +241,6 @@
242241
"description": "Percentage of origins with good LCP scores (under 0.25s).",
243242
"url": "?good-cwv-over-time=LCP#good-cwvs"
244243
},
245-
{
246-
"endpoint": "vitals",
247-
"category": "FID",
248-
"metric": "good_pct",
249-
"label": "Good FID",
250-
"suffix": "%",
251-
"description": "Percentage of origins with good FID scores (under 100ms).",
252-
"url": "?good-cwv-over-time=FID#good-cwvs"
253-
},
254244
{
255245
"endpoint": "vitals",
256246
"category": "CLS",
@@ -290,10 +280,6 @@
290280
"label": "LCP",
291281
"value": "LCP"
292282
},
293-
{
294-
"label": "FID",
295-
"value": "FID"
296-
},
297283
{
298284
"label": "CLS",
299285
"value": "CLS"
@@ -746,15 +732,6 @@
746732
"endpoint": "vitals",
747733
"metric": "good_pct"
748734
},
749-
{
750-
"key": "good_pct",
751-
"name": "FID",
752-
"breakdown": "subcategory",
753-
"subcategory": "FID",
754-
"suffix": "%",
755-
"endpoint": "vitals",
756-
"metric": "good_pct"
757-
},
758735
{
759736
"key": "medium_score_pct",
760737
"name": "Accessibility",
@@ -791,10 +768,6 @@
791768
"label": "LCP",
792769
"value": "LCP"
793770
},
794-
{
795-
"label": "FID",
796-
"value": "FID"
797-
},
798771
{
799772
"label": "CLS",
800773
"value": "CLS"
@@ -1175,18 +1148,13 @@
11751148
"overall": {
11761149
"label": "Overall Core Web Vitals",
11771150
"title": "Passes Core Web Vitals",
1178-
"description": "The percentage of origins passing all three Core Web Vitals (LCP, FID, CLS) with a good experience. Note that if an origin is missing FID data, it's assessed based on the performance of the remaining metrics."
1151+
"description": "The percentage of origins passing all three Core Web Vitals (LCP, INP, CLS) with a good experience. Note that if an origin is missing INP data, it's assessed based on the performance of the remaining metrics."
11791152
},
11801153
"LCP": {
11811154
"label": "LCP",
11821155
"title": "Good Largest Contentful Paint",
11831156
"description": "Largest Contentful Paint (LCP) is an important, stable Core Web Vital metric for measuring perceived load speed because it marks the point in the page load timeline when the page's main content has likely loaded—a fast LCP helps reassure the user that the page is useful. Good experiences are less than or equal to 2.5 seconds."
11841157
},
1185-
"FID": {
1186-
"label": "FID",
1187-
"title": "Good First Input Delay",
1188-
"description": "First Input Delay (FID) measures the time from when a user first interacts with a page, to the time when the browser is actually able to begin processing event handlers in response to that interaction. Sites should strive to have a First Input Delay of 100 milliseconds or less. FID will be replaced by Interaction to Next Paint (INP) as a Core Web Vital in March 2024."
1189-
},
11901158
"CLS": {
11911159
"label": "CLS",
11921160
"title": "Good Cumulative Layout Shift",
@@ -1236,23 +1204,20 @@
12361204
"origins": "Origins",
12371205

12381206
"origins_eligible_for_cwv": "Eligible",
1239-
"origins_eligible_for_fid": "Eligible",
12401207
"origins_eligible_for_cls": "Eligible",
12411208
"origins_eligible_for_lcp": "Eligible",
12421209
"origins_eligible_for_fcp": "Eligible",
12431210
"origins_eligible_for_inp": "Eligible",
12441211
"origins_eligible_for_ttfb": "Eligible",
12451212

12461213
"origins_with_good_cwv": "Having good CWVs",
1247-
"origins_with_good_fid": "Having good FID",
12481214
"origins_with_good_cls": "Having good CLS",
12491215
"origins_with_good_lcp": "Having good LCP",
12501216
"origins_with_good_fcp": "Having good FCP",
12511217
"origins_with_good_inp": "Having good INP",
12521218
"origins_with_good_ttfb": "Having good TTFB",
12531219

12541220
"pct_good_cwv": "% Good CWVs",
1255-
"pct_good_fid": "% Good FID",
12561221
"pct_good_cls": "% Good CLS",
12571222
"pct_good_lcp": "% Good LCP",
12581223
"pct_good_fcp": "% Good FCP",

0 commit comments

Comments
 (0)