Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FID from CrUX report #931

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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