Skip to content

Commit

Permalink
Remove FID from CrUX report (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Nov 6, 2024
1 parent 3574cf2 commit a8369f0
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions config/reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,17 +518,6 @@
"scale": 0.001
}
},
"cruxFid": {
"name": "First Input Delay",
"type": "ms",
"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).",
"timeseries": {
"enabled": false
},
"histogram": {
"minDate": "2018_06_01"
}
},
"cruxInp": {
"name": "Interaction to Next Paint",
"type": "ms",
Expand Down Expand Up @@ -621,20 +610,6 @@
]
}
},
"cruxFastFid": {
"name": "Good First Input Delay",
"type": "%",
"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).",
"downIsBad": true,
"histogram": {
"enabled": false
},
"timeseries": {
"fields": [
"percent"
]
}
},
"cruxFastInp": {
"name": "Good Interaction to Next Paint",
"type": "%",
Expand Down Expand Up @@ -704,19 +679,6 @@
]
}
},
"cruxSlowFid": {
"name": "Poor First Input Delay",
"type": "%",
"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).",
"histogram": {
"enabled": false
},
"timeseries": {
"fields": [
"percent"
]
}
},
"cruxSlowInp": {
"name": "Poor Interaction to Next Paint",
"type": "%",
Expand Down Expand Up @@ -1208,8 +1170,6 @@
"cruxLargeCls",
"cruxFastInp",
"cruxSlowInp",
"cruxFastFid",
"cruxSlowFid",
"cruxFastTtfb",
"cruxSlowTtfb",
"cruxFastFp",
Expand All @@ -1218,7 +1178,6 @@
"cruxFcp",
"cruxLcp",
"cruxCls",
"cruxFid",
"cruxInp",
"cruxTtfb",
"cruxFp",
Expand Down

0 comments on commit a8369f0

Please sign in to comment.