Skip to content

Commit a8369f0

Browse files
authored
Remove FID from CrUX report (#931)
1 parent 3574cf2 commit a8369f0

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

config/reports.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -518,17 +518,6 @@
518518
"scale": 0.001
519519
}
520520
},
521-
"cruxFid": {
522-
"name": "First Input Delay",
523-
"type": "ms",
524-
"description": "The number of milliseconds from the time the user initiates their first interaction to the time the page responds. See [FID in CrUX](https://developers.google.com/web/updates/2018/07/first-input-delay-in-crux).",
525-
"timeseries": {
526-
"enabled": false
527-
},
528-
"histogram": {
529-
"minDate": "2018_06_01"
530-
}
531-
},
532521
"cruxInp": {
533522
"name": "Interaction to Next Paint",
534523
"type": "ms",
@@ -621,20 +610,6 @@
621610
]
622611
}
623612
},
624-
"cruxFastFid": {
625-
"name": "Good First Input Delay",
626-
"type": "%",
627-
"description": "The percentage of origins with \"good\" FID experiences, less than or equal to 100 ms. See [FID in CrUX](https://developers.google.com/web/updates/2018/07/first-input-delay-in-crux).",
628-
"downIsBad": true,
629-
"histogram": {
630-
"enabled": false
631-
},
632-
"timeseries": {
633-
"fields": [
634-
"percent"
635-
]
636-
}
637-
},
638613
"cruxFastInp": {
639614
"name": "Good Interaction to Next Paint",
640615
"type": "%",
@@ -704,19 +679,6 @@
704679
]
705680
}
706681
},
707-
"cruxSlowFid": {
708-
"name": "Poor First Input Delay",
709-
"type": "%",
710-
"description": "The percentage of origins with \"poor\" FID experiences, greater than 250 ms. See [FID in CrUX](https://developers.google.com/web/updates/2018/07/first-input-delay-in-crux).",
711-
"histogram": {
712-
"enabled": false
713-
},
714-
"timeseries": {
715-
"fields": [
716-
"percent"
717-
]
718-
}
719-
},
720682
"cruxSlowInp": {
721683
"name": "Poor Interaction to Next Paint",
722684
"type": "%",
@@ -1208,8 +1170,6 @@
12081170
"cruxLargeCls",
12091171
"cruxFastInp",
12101172
"cruxSlowInp",
1211-
"cruxFastFid",
1212-
"cruxSlowFid",
12131173
"cruxFastTtfb",
12141174
"cruxSlowTtfb",
12151175
"cruxFastFp",
@@ -1218,7 +1178,6 @@
12181178
"cruxFcp",
12191179
"cruxLcp",
12201180
"cruxCls",
1221-
"cruxFid",
12221181
"cruxInp",
12231182
"cruxTtfb",
12241183
"cruxFp",

0 commit comments

Comments
 (0)