diff --git a/config/reports.json b/config/reports.json index 36ea45b0..7e78ec7a 100644 --- a/config/reports.json +++ b/config/reports.json @@ -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", @@ -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": "%", @@ -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": "%", @@ -1208,8 +1170,6 @@ "cruxLargeCls", "cruxFastInp", "cruxSlowInp", - "cruxFastFid", - "cruxSlowFid", "cruxFastTtfb", "cruxSlowTtfb", "cruxFastFp", @@ -1218,7 +1178,6 @@ "cruxFcp", "cruxLcp", "cruxCls", - "cruxFid", "cruxInp", "cruxTtfb", "cruxFp",