Skip to content

Commit 5988518

Browse files
authored
Update CWV report to replace FID with INP (#829)
* Update reports.json * Update reports.json * Update reports.json
1 parent d3f1c86 commit 5988518

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/reports.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"name": "Cumulative Layout Shift",
483483
"type": "",
484484
"singular": "",
485-
"description": "The layout shift scores for every unexpected layout shift that occurs during the entire lifespan of the page. See the [Cumulative Layout Shift (CLS)](https://web.dev/cls/) for more info.",
485+
"description": "The layout shift scores for every unexpected layout shift that occurs during the entire lifespan of the page. See the [Cumulative Layout Shift (CLS)](https://web.dev/articles/cls) for more info.",
486486
"timeseries": {
487487
"enabled": false
488488
},
@@ -544,7 +544,7 @@
544544
"cruxInp": {
545545
"name": "Interaction to Next Paint",
546546
"type": "ms",
547-
"description": "The number of milliseconds from the time the user initiates an interaction to the time the page responds. See [Interaction to Next Paint (INP)](https://web.dev/inp/).",
547+
"description": "The number of milliseconds from the time the user initiates an interaction to the time the page responds. See [Interaction to Next Paint (INP)](https://web.dev/articles/inp).",
548548
"timeseries": {
549549
"enabled": false
550550
},
@@ -555,7 +555,7 @@
555555
"cruxTtfb": {
556556
"name": "Time to First Byte",
557557
"type": "ms",
558-
"description": "The number of milliseconds from the time the user initiates a navigation until the first bytes are received. See [Time to First Byte (TTFB)](https://web.dev/ttfb/).",
558+
"description": "The number of milliseconds from the time the user initiates a navigation until the first bytes are received. See [Time to First Byte (TTFB)](https://web.dev/articles/ttfb).",
559559
"timeseries": {
560560
"enabled": false
561561
},
@@ -566,7 +566,7 @@
566566
"cruxPassesCWV": {
567567
"name": "Passes Core Web Vitals",
568568
"type": "%",
569-
"description": "The percentage of origins passing all three [Core Web Vitals](https://web.dev/vitals/#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.",
569+
"description": "The percentage of origins passing all three [Core Web Vitals](https://web.dev/articles/vitals#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. Also note that prior to March 2024, this metric used FID instead of INP.",
570570
"downIsBad": true,
571571
"histogram": {
572572
"enabled": false
@@ -650,7 +650,7 @@
650650
"cruxFastInp": {
651651
"name": "Good Interaction to Next Paint",
652652
"type": "%",
653-
"description": "The percentage of origins with \"good\" INP experiences, less than or equal to 200 ms. See [Interaction to Next Paint (INP)](https://web.dev/inp/).",
653+
"description": "The percentage of origins with \"good\" INP experiences, less than or equal to 200 ms. See [Interaction to Next Paint (INP)](https://web.dev/articles/inp).",
654654
"downIsBad": true,
655655
"histogram": {
656656
"enabled": false
@@ -678,7 +678,7 @@
678678
"cruxFastTtfb": {
679679
"name": "Good Time to First Byte",
680680
"type": "%",
681-
"description": "The percentage of origins with \"good\" TTFB experiences, less than or equal to 800ms. See [Time to First Byte (TTFB)](https://web.dev/ttfb/).",
681+
"description": "The percentage of origins with \"good\" TTFB experiences, less than or equal to 800ms. See [Time to First Byte (TTFB)](https://web.dev/articles/ttfb).",
682682
"downIsBad": true,
683683
"histogram": {
684684
"enabled": false
@@ -732,7 +732,7 @@
732732
"cruxSlowInp": {
733733
"name": "Poor Interaction to Next Paint",
734734
"type": "%",
735-
"description": "The percentage of origins with \"poor\" INP experiences, greater than 500 ms. See [Interaction to Next Paint (INP)](https://web.dev/inp/).",
735+
"description": "The percentage of origins with \"poor\" INP experiences, greater than 500 ms. See [Interaction to Next Paint (INP)](https://web.dev/articles/inp).",
736736
"histogram": {
737737
"enabled": false
738738
},
@@ -758,7 +758,7 @@
758758
"cruxSlowTtfb": {
759759
"name": "Poor Time to First Byte",
760760
"type": "%",
761-
"description": "The percentage of origins with \"poor\" TTFB experiences, greater than 1800ms. See [Time to First Byte (TTFB)](https://web.dev/ttfb/).",
761+
"description": "The percentage of origins with \"poor\" TTFB experiences, greater than 1800ms. See [Time to First Byte (TTFB)](https://web.dev/articles/ttfb).",
762762
"histogram": {
763763
"enabled": false
764764
},
@@ -1246,10 +1246,10 @@
12461246
"cruxSlowLcp",
12471247
"cruxSmallCls",
12481248
"cruxLargeCls",
1249-
"cruxFastFid",
1250-
"cruxSlowFid",
12511249
"cruxFastInp",
12521250
"cruxSlowInp",
1251+
"cruxFastFid",
1252+
"cruxSlowFid",
12531253
"cruxFastTtfb",
12541254
"cruxSlowTtfb",
12551255
"cruxFastFp",

0 commit comments

Comments
 (0)