Skip to content

Commit 8ea89ec

Browse files
authored
Lighthouse changes (#1057)
* Lighthouse changes * Missed some * Temporarily turn off broken audits
1 parent f7dac24 commit 8ea89ec

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@
1919
"is-crawlable": "off",
2020
"is-on-https:": "off",
2121
"largest-contentful-paint": "off",
22+
"lcp-lazy-loaded": "off",
2223
"legacy-javascript": "off",
2324
"mainthread-work-breakdown": "off",
2425
"maskable-icon": "off",
2526
"max-potential-fid": "off",
2627
"no-unload-listeners": "off",
28+
"non-composited-animations": "off",
29+
"prioritize-lcp-image": "off",
2730
"render-blocking-resources": "off",
2831
"server-response-time": "off",
2932
"service-worker": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
"installable-manifest": "off",
1818
"interactive": "off",
1919
"largest-contentful-paint": "off",
20+
"lcp-lazy-loaded": "off",
2021
"legacy-javascript": "off",
2122
"mainthread-work-breakdown": "off",
2223
"maskable-icon": "off",
2324
"max-potential-fid": "off",
2425
"no-unload-listeners": "off",
26+
"non-composited-animations": "off",
27+
"prioritize-lcp-image": "off",
2528
"render-blocking-resources": "off",
2629
"server-response-time": "off",
2730
"service-worker": "off",

config/techreport.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,23 @@
122122
},
123123
{
124124
"endpoint": "lighthouse",
125-
"category": "performance",
125+
"category": "accessibility",
126126
"metric": "median_score_pct",
127-
"label": "Lighthouse performance",
127+
"label": "Lighthouse Accessibility",
128128
"suffix": "",
129129
"change": "true",
130-
"description": "Median lighthouse performance score across tested origins.",
131-
"url": "#lighthouse"
130+
"description": "Median Lighthouse Accessibility score across tested origins.",
131+
"url": "?median-lighthouse-over-time=accessibility#lighthouse"
132132
},
133133
{
134134
"endpoint": "lighthouse",
135-
"category": "accessibility",
135+
"category": "seo",
136136
"metric": "median_score_pct",
137-
"label": "Lighthouse accessibility",
137+
"label": "Lighthouse SEO",
138138
"suffix": "",
139139
"change": "true",
140-
"description": "Median lighthouse accessibility score across tested origins.",
141-
"url": "#lighthouse&median-lighthouse-over-time=accessibility"
140+
"description": "Median Lighthouse SEO score across tested origins.",
141+
"url": "?median-lighthouse-over-time=seo#lighthouse"
142142
},
143143
{
144144
"endpoint": "pageWeight",
@@ -421,7 +421,7 @@
421421
}
422422
},
423423
"lighthouse_summary": {
424-
"title": "Latest lighthouse scores",
424+
"title": "Latest Lighthouse scores",
425425
"cards": [
426426
{
427427
"endpoint": "lighthouse",
@@ -430,7 +430,7 @@
430430
"change": "true",
431431
"label": "Performance",
432432
"url": "?median-lighthouse-over-time=performance#lighthouse",
433-
"description": "Median Lighthouse <strong>performance</strong> score."
433+
"description": "Median Lighthouse <strong>Performance</strong> score."
434434
},
435435
{
436436
"endpoint": "lighthouse",
@@ -439,7 +439,7 @@
439439
"change": "true",
440440
"label": "Accessibility",
441441
"url": "?median-lighthouse-over-time=accessibility#lighthouse",
442-
"description": "Median Lighthouse <strong>accessibility</strong> score."
442+
"description": "Median Lighthouse <strong>Accessibility</strong> score."
443443
},
444444
{
445445
"endpoint": "lighthouse",
@@ -456,7 +456,7 @@
456456
"metric": "median_score_pct",
457457
"label": "Best Practices",
458458
"url": "?median-lighthouse-over-time=best_practices#lighthouse",
459-
"description": "Median Lighthouse <strong>best practices</strong> score.",
459+
"description": "Median Lighthouse <strong>Best Practices</strong> score.",
460460
"change": "true"
461461
}
462462
]
@@ -483,7 +483,7 @@
483483
"value": "accessibility"
484484
},
485485
{
486-
"label": "SEO (Search Engine Optimisation)",
486+
"label": "SEO (Search Engine Optimization)",
487487
"value": "seo"
488488
},
489489
{
@@ -970,7 +970,7 @@
970970
},
971971
{
972972
"key": "median_score_pct",
973-
"name": "Median lighthouse score",
973+
"name": "Median Lighthouse score",
974974
"breakdown": "app",
975975
"className": "main-cell",
976976
"viz": "progress-circle"

0 commit comments

Comments
 (0)