|
482 | 482 | "name": "Cumulative Layout Shift",
|
483 | 483 | "type": "",
|
484 | 484 | "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.", |
486 | 486 | "timeseries": {
|
487 | 487 | "enabled": false
|
488 | 488 | },
|
|
544 | 544 | "cruxInp": {
|
545 | 545 | "name": "Interaction to Next Paint",
|
546 | 546 | "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).", |
548 | 548 | "timeseries": {
|
549 | 549 | "enabled": false
|
550 | 550 | },
|
|
555 | 555 | "cruxTtfb": {
|
556 | 556 | "name": "Time to First Byte",
|
557 | 557 | "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).", |
559 | 559 | "timeseries": {
|
560 | 560 | "enabled": false
|
561 | 561 | },
|
|
566 | 566 | "cruxPassesCWV": {
|
567 | 567 | "name": "Passes Core Web Vitals",
|
568 | 568 | "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.", |
570 | 570 | "downIsBad": true,
|
571 | 571 | "histogram": {
|
572 | 572 | "enabled": false
|
|
650 | 650 | "cruxFastInp": {
|
651 | 651 | "name": "Good Interaction to Next Paint",
|
652 | 652 | "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).", |
654 | 654 | "downIsBad": true,
|
655 | 655 | "histogram": {
|
656 | 656 | "enabled": false
|
|
678 | 678 | "cruxFastTtfb": {
|
679 | 679 | "name": "Good Time to First Byte",
|
680 | 680 | "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).", |
682 | 682 | "downIsBad": true,
|
683 | 683 | "histogram": {
|
684 | 684 | "enabled": false
|
|
732 | 732 | "cruxSlowInp": {
|
733 | 733 | "name": "Poor Interaction to Next Paint",
|
734 | 734 | "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).", |
736 | 736 | "histogram": {
|
737 | 737 | "enabled": false
|
738 | 738 | },
|
|
758 | 758 | "cruxSlowTtfb": {
|
759 | 759 | "name": "Poor Time to First Byte",
|
760 | 760 | "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).", |
762 | 762 | "histogram": {
|
763 | 763 | "enabled": false
|
764 | 764 | },
|
|
1246 | 1246 | "cruxSlowLcp",
|
1247 | 1247 | "cruxSmallCls",
|
1248 | 1248 | "cruxLargeCls",
|
1249 |
| - "cruxFastFid", |
1250 |
| - "cruxSlowFid", |
1251 | 1249 | "cruxFastInp",
|
1252 | 1250 | "cruxSlowInp",
|
| 1251 | + "cruxFastFid", |
| 1252 | + "cruxSlowFid", |
1253 | 1253 | "cruxFastTtfb",
|
1254 | 1254 | "cruxSlowTtfb",
|
1255 | 1255 | "cruxFastFp",
|
|
0 commit comments