lighthouse 12.8.2-dev.20251004 → 12.8.2-dev.20251006

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/cli/test/smokehouse/config/exclusions.js +0 -2
  2. package/core/audits/audit.js +0 -1
  3. package/core/audits/insights/cls-culprits-insight.js +1 -1
  4. package/core/audits/insights/dom-size-insight.js +6 -6
  5. package/core/audits/redirects.js +1 -0
  6. package/core/audits/server-response-time.d.ts +0 -5
  7. package/core/audits/server-response-time.js +12 -26
  8. package/core/computed/metrics/lcp-breakdown.js +1 -0
  9. package/core/config/default-config.js +20 -63
  10. package/core/config/experimental-config.js +1 -26
  11. package/core/config/filters.js +6 -9
  12. package/core/config/lr-desktop-config.js +0 -1
  13. package/core/config/lr-mobile-config.js +0 -1
  14. package/core/gather/gatherers/trace-elements.js +1 -0
  15. package/core/lib/proto-preprocessor.js +5 -22
  16. package/dist/report/bundle.esm.js +10 -49
  17. package/dist/report/flow.js +12 -51
  18. package/dist/report/standalone.js +11 -50
  19. package/flow-report/src/i18n/i18n.d.ts +4 -6
  20. package/package.json +3 -3
  21. package/report/assets/styles.css +0 -39
  22. package/report/renderer/api.js +0 -1
  23. package/report/renderer/category-renderer.js +6 -0
  24. package/report/renderer/components.js +1 -1
  25. package/report/renderer/dom.d.ts +0 -13
  26. package/report/renderer/dom.js +0 -38
  27. package/report/renderer/performance-category-renderer.d.ts +0 -26
  28. package/report/renderer/performance-category-renderer.js +10 -142
  29. package/report/renderer/report-ui-features.d.ts +0 -1
  30. package/report/renderer/report-ui-features.js +3 -13
  31. package/report/renderer/report-utils.d.ts +2 -3
  32. package/report/renderer/report-utils.js +4 -6
  33. package/report/types/report-renderer.d.ts +0 -6
  34. package/shared/localization/locales/ar-XB.json +0 -330
  35. package/shared/localization/locales/ar.json +0 -330
  36. package/shared/localization/locales/bg.json +0 -330
  37. package/shared/localization/locales/ca.json +0 -330
  38. package/shared/localization/locales/cs.json +0 -330
  39. package/shared/localization/locales/da.json +0 -330
  40. package/shared/localization/locales/de.json +0 -330
  41. package/shared/localization/locales/el.json +0 -330
  42. package/shared/localization/locales/en-GB.json +0 -330
  43. package/shared/localization/locales/en-US.json +26 -275
  44. package/shared/localization/locales/en-XA.json +0 -330
  45. package/shared/localization/locales/en-XL.json +26 -275
  46. package/shared/localization/locales/es-419.json +0 -330
  47. package/shared/localization/locales/es.json +0 -330
  48. package/shared/localization/locales/fi.json +0 -330
  49. package/shared/localization/locales/fil.json +0 -330
  50. package/shared/localization/locales/fr.json +0 -330
  51. package/shared/localization/locales/he.json +0 -330
  52. package/shared/localization/locales/hi.json +0 -330
  53. package/shared/localization/locales/hr.json +0 -330
  54. package/shared/localization/locales/hu.json +0 -330
  55. package/shared/localization/locales/id.json +0 -330
  56. package/shared/localization/locales/it.json +0 -330
  57. package/shared/localization/locales/ja.json +0 -330
  58. package/shared/localization/locales/ko.json +0 -330
  59. package/shared/localization/locales/lt.json +0 -330
  60. package/shared/localization/locales/lv.json +0 -330
  61. package/shared/localization/locales/nl.json +0 -330
  62. package/shared/localization/locales/no.json +0 -330
  63. package/shared/localization/locales/pl.json +0 -330
  64. package/shared/localization/locales/pt-PT.json +0 -330
  65. package/shared/localization/locales/pt.json +0 -330
  66. package/shared/localization/locales/ro.json +0 -330
  67. package/shared/localization/locales/ru.json +0 -330
  68. package/shared/localization/locales/sk.json +0 -330
  69. package/shared/localization/locales/sl.json +0 -330
  70. package/shared/localization/locales/sr-Latn.json +0 -330
  71. package/shared/localization/locales/sr.json +0 -330
  72. package/shared/localization/locales/sv.json +0 -330
  73. package/shared/localization/locales/ta.json +0 -330
  74. package/shared/localization/locales/te.json +0 -330
  75. package/shared/localization/locales/th.json +0 -330
  76. package/shared/localization/locales/tr.json +0 -330
  77. package/shared/localization/locales/uk.json +0 -330
  78. package/shared/localization/locales/vi.json +0 -330
  79. package/shared/localization/locales/zh-HK.json +0 -330
  80. package/shared/localization/locales/zh-TW.json +0 -330
  81. package/shared/localization/locales/zh.json +0 -330
  82. package/types/artifacts.d.ts +1 -0
  83. package/types/audit.d.ts +1 -1
  84. package/types/lhr/settings.d.ts +1 -1
  85. package/core/audits/byte-efficiency/duplicated-javascript.d.ts +0 -45
  86. package/core/audits/byte-efficiency/duplicated-javascript.js +0 -223
  87. package/core/audits/byte-efficiency/efficient-animated-content.d.ts +0 -22
  88. package/core/audits/byte-efficiency/efficient-animated-content.js +0 -93
  89. package/core/audits/byte-efficiency/legacy-javascript.d.ts +0 -28
  90. package/core/audits/byte-efficiency/legacy-javascript.js +0 -144
  91. package/core/audits/byte-efficiency/modern-image-formats.d.ts +0 -38
  92. package/core/audits/byte-efficiency/modern-image-formats.js +0 -187
  93. package/core/audits/byte-efficiency/render-blocking-resources.d.ts +0 -53
  94. package/core/audits/byte-efficiency/render-blocking-resources.js +0 -312
  95. package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +0 -59
  96. package/core/audits/byte-efficiency/uses-long-cache-ttl.js +0 -293
  97. package/core/audits/byte-efficiency/uses-optimized-images.d.ts +0 -33
  98. package/core/audits/byte-efficiency/uses-optimized-images.js +0 -146
  99. package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +0 -16
  100. package/core/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -106
  101. package/core/audits/byte-efficiency/uses-responsive-images.d.ts +0 -44
  102. package/core/audits/byte-efficiency/uses-responsive-images.js +0 -202
  103. package/core/audits/byte-efficiency/uses-text-compression.d.ts +0 -14
  104. package/core/audits/byte-efficiency/uses-text-compression.js +0 -108
  105. package/core/audits/critical-request-chains.d.ts +0 -44
  106. package/core/audits/critical-request-chains.js +0 -221
  107. package/core/audits/dobetterweb/dom-size.d.ts +0 -32
  108. package/core/audits/dobetterweb/dom-size.js +0 -182
  109. package/core/audits/dobetterweb/uses-http2.d.ts +0 -72
  110. package/core/audits/dobetterweb/uses-http2.js +0 -276
  111. package/core/audits/font-display.d.ts +0 -32
  112. package/core/audits/font-display.js +0 -195
  113. package/core/audits/largest-contentful-paint-element.d.ts +0 -34
  114. package/core/audits/largest-contentful-paint-element.js +0 -181
  115. package/core/audits/lcp-lazy-loaded.d.ts +0 -22
  116. package/core/audits/lcp-lazy-loaded.js +0 -115
  117. package/core/audits/prioritize-lcp-image.d.ts +0 -74
  118. package/core/audits/prioritize-lcp-image.js +0 -297
  119. package/core/audits/third-party-summary.d.ts +0 -78
  120. package/core/audits/third-party-summary.js +0 -236
  121. package/core/audits/uses-rel-preconnect.d.ts +0 -37
  122. package/core/audits/uses-rel-preconnect.js +0 -286
  123. package/core/audits/viewport.d.ts +0 -17
  124. package/core/audits/viewport.js +0 -87
  125. package/core/audits/work-during-interaction.d.ts +0 -81
  126. package/core/audits/work-during-interaction.js +0 -287
@@ -647,45 +647,12 @@
647
647
  "core/audits/bootup-time.js | title": {
648
648
  "message": "JavaScript execution time"
649
649
  },
650
- "core/audits/byte-efficiency/duplicated-javascript.js | description": {
651
- "message": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. "
652
- },
653
- "core/audits/byte-efficiency/duplicated-javascript.js | title": {
654
- "message": "Remove duplicate modules in JavaScript bundles"
655
- },
656
- "core/audits/byte-efficiency/efficient-animated-content.js | description": {
657
- "message": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more about efficient video formats](https://developer.chrome.com/docs/lighthouse/performance/efficient-animated-content/)"
658
- },
659
- "core/audits/byte-efficiency/efficient-animated-content.js | title": {
660
- "message": "Use video formats for animated content"
661
- },
662
- "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
- },
665
- "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
- "message": "Version 2 of core-js was detected on the page. You should upgrade to version 3 for many performance improvements."
667
- },
668
- "core/audits/byte-efficiency/legacy-javascript.js | title": {
669
- "message": "Avoid serving legacy JavaScript to modern browsers"
670
- },
671
- "core/audits/byte-efficiency/modern-image-formats.js | description": {
672
- "message": "Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more about modern image formats](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/)."
673
- },
674
- "core/audits/byte-efficiency/modern-image-formats.js | title": {
675
- "message": "Serve images in next-gen formats"
676
- },
677
650
  "core/audits/byte-efficiency/offscreen-images.js | description": {
678
651
  "message": "Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn how to defer offscreen images](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
679
652
  },
680
653
  "core/audits/byte-efficiency/offscreen-images.js | title": {
681
654
  "message": "Defer offscreen images"
682
655
  },
683
- "core/audits/byte-efficiency/render-blocking-resources.js | description": {
684
- "message": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn how to eliminate render-blocking resources](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)."
685
- },
686
- "core/audits/byte-efficiency/render-blocking-resources.js | title": {
687
- "message": "Eliminate render-blocking resources"
688
- },
689
656
  "core/audits/byte-efficiency/total-byte-weight.js | description": {
690
657
  "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
691
658
  },
@@ -722,48 +689,6 @@
722
689
  "core/audits/byte-efficiency/unused-javascript.js | title": {
723
690
  "message": "Reduce unused JavaScript"
724
691
  },
725
- "core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
726
- "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more about efficient cache policies](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/)."
727
- },
728
- "core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
729
- "message": "{itemCount, plural,\n =1 {1 resource found}\n other {# resources found}\n }"
730
- },
731
- "core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
732
- "message": "Serve static assets with an efficient cache policy"
733
- },
734
- "core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
735
- "message": "Uses efficient cache policy on static assets"
736
- },
737
- "core/audits/byte-efficiency/uses-optimized-images.js | description": {
738
- "message": "Optimized images load faster and consume less cellular data. [Learn how to efficiently encode images](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)."
739
- },
740
- "core/audits/byte-efficiency/uses-optimized-images.js | title": {
741
- "message": "Efficiently encode images"
742
- },
743
- "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
744
- "message": "Actual dimensions"
745
- },
746
- "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
747
- "message": "Displayed dimensions"
748
- },
749
- "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
750
- "message": "Images were larger than their displayed size"
751
- },
752
- "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
753
- "message": "Images were appropriate for their displayed size"
754
- },
755
- "core/audits/byte-efficiency/uses-responsive-images.js | description": {
756
- "message": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn how to size images](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/)."
757
- },
758
- "core/audits/byte-efficiency/uses-responsive-images.js | title": {
759
- "message": "Properly size images"
760
- },
761
- "core/audits/byte-efficiency/uses-text-compression.js | description": {
762
- "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more about text compression](https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/)."
763
- },
764
- "core/audits/byte-efficiency/uses-text-compression.js | title": {
765
- "message": "Enable text compression"
766
- },
767
692
  "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
693
  "message": "Severity"
769
694
  },
@@ -776,15 +701,6 @@
776
701
  "core/audits/clickjacking-mitigation.js | title": {
777
702
  "message": "Mitigate clickjacking with XFO or CSP"
778
703
  },
779
- "core/audits/critical-request-chains.js | description": {
780
- "message": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
781
- },
782
- "core/audits/critical-request-chains.js | displayValue": {
783
- "message": "{itemCount, plural,\n =1 {1 chain found}\n other {# chains found}\n }"
784
- },
785
- "core/audits/critical-request-chains.js | title": {
786
- "message": "Avoid chaining critical requests"
787
- },
788
704
  "core/audits/csp-xss.js | columnDirective": {
789
705
  "message": "Directive"
790
706
  },
@@ -860,33 +776,6 @@
860
776
  "core/audits/dobetterweb/doctype.js | title": {
861
777
  "message": "Page has the HTML doctype"
862
778
  },
863
- "core/audits/dobetterweb/dom-size.js | columnStatistic": {
864
- "message": "Statistic"
865
- },
866
- "core/audits/dobetterweb/dom-size.js | columnValue": {
867
- "message": "Value"
868
- },
869
- "core/audits/dobetterweb/dom-size.js | description": {
870
- "message": "A large DOM will increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
871
- },
872
- "core/audits/dobetterweb/dom-size.js | displayValue": {
873
- "message": "{itemCount, plural,\n =1 {1 element}\n other {# elements}\n }"
874
- },
875
- "core/audits/dobetterweb/dom-size.js | failureTitle": {
876
- "message": "Avoid an excessive DOM size"
877
- },
878
- "core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
879
- "message": "Maximum DOM Depth"
880
- },
881
- "core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
882
- "message": "Total DOM Elements"
883
- },
884
- "core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
885
- "message": "Maximum Child Elements"
886
- },
887
- "core/audits/dobetterweb/dom-size.js | title": {
888
- "message": "Avoids an excessive DOM size"
889
- },
890
779
  "core/audits/dobetterweb/geolocation-on-start.js | description": {
891
780
  "message": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/)."
892
781
  },
@@ -950,18 +839,6 @@
950
839
  "core/audits/dobetterweb/paste-preventing-inputs.js | title": {
951
840
  "message": "Allows users to paste into input fields"
952
841
  },
953
- "core/audits/dobetterweb/uses-http2.js | columnProtocol": {
954
- "message": "Protocol"
955
- },
956
- "core/audits/dobetterweb/uses-http2.js | description": {
957
- "message": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers and multiplexing. [Learn more about HTTP/2](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
958
- },
959
- "core/audits/dobetterweb/uses-http2.js | displayValue": {
960
- "message": "{itemCount, plural,\n =1 {1 request not served via HTTP/2}\n other {# requests not served via HTTP/2}\n }"
961
- },
962
- "core/audits/dobetterweb/uses-http2.js | title": {
963
- "message": "Use HTTP/2"
964
- },
965
842
  "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
966
843
  "message": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more about adopting passive event listeners](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
967
844
  },
@@ -980,18 +857,6 @@
980
857
  "core/audits/errors-in-console.js | title": {
981
858
  "message": "No browser errors logged to the console"
982
859
  },
983
- "core/audits/font-display.js | description": {
984
- "message": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)."
985
- },
986
- "core/audits/font-display.js | failureTitle": {
987
- "message": "Ensure text remains visible during webfont load"
988
- },
989
- "core/audits/font-display.js | title": {
990
- "message": "All text remains visible during webfont loads"
991
- },
992
- "core/audits/font-display.js | undeclaredFontOriginWarning": {
993
- "message": "{fontCountForOrigin, plural, =1 {Lighthouse was unable to automatically check the `font-display` value for the origin {fontOrigin}.} other {Lighthouse was unable to automatically check the `font-display` values for the origin {fontOrigin}.}}"
994
- },
995
860
  "core/audits/has-hsts.js | columnDirective": {
996
861
  "message": "Directive"
997
862
  },
@@ -1088,33 +953,6 @@
1088
953
  "core/audits/is-on-https.js | warning": {
1089
954
  "message": "Allowed with warning"
1090
955
  },
1091
- "core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
1092
- "message": "% of LCP"
1093
- },
1094
- "core/audits/largest-contentful-paint-element.js | columnPhase": {
1095
- "message": "Phase"
1096
- },
1097
- "core/audits/largest-contentful-paint-element.js | columnTiming": {
1098
- "message": "Timing"
1099
- },
1100
- "core/audits/largest-contentful-paint-element.js | description": {
1101
- "message": "This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
1102
- },
1103
- "core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
1104
- "message": "Load Delay"
1105
- },
1106
- "core/audits/largest-contentful-paint-element.js | itemLoadTime": {
1107
- "message": "Load Time"
1108
- },
1109
- "core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
1110
- "message": "Render Delay"
1111
- },
1112
- "core/audits/largest-contentful-paint-element.js | itemTTFB": {
1113
- "message": "TTFB"
1114
- },
1115
- "core/audits/largest-contentful-paint-element.js | title": {
1116
- "message": "Largest Contentful Paint element"
1117
- },
1118
956
  "core/audits/layout-shifts.js | columnScore": {
1119
957
  "message": "Layout shift score"
1120
958
  },
@@ -1136,15 +974,6 @@
1136
974
  "core/audits/layout-shifts.js | title": {
1137
975
  "message": "Avoid large layout shifts"
1138
976
  },
1139
- "core/audits/lcp-lazy-loaded.js | description": {
1140
- "message": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading)."
1141
- },
1142
- "core/audits/lcp-lazy-loaded.js | failureTitle": {
1143
- "message": "Largest Contentful Paint image was lazily loaded"
1144
- },
1145
- "core/audits/lcp-lazy-loaded.js | title": {
1146
- "message": "Largest Contentful Paint image was not lazily loaded"
1147
- },
1148
977
  "core/audits/long-tasks.js | description": {
1149
978
  "message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)"
1150
979
  },
@@ -1253,12 +1082,6 @@
1253
1082
  "core/audits/origin-isolation.js | title": {
1254
1083
  "message": "Ensure proper origin isolation with COOP"
1255
1084
  },
1256
- "core/audits/prioritize-lcp-image.js | description": {
1257
- "message": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)."
1258
- },
1259
- "core/audits/prioritize-lcp-image.js | title": {
1260
- "message": "Preload Largest Contentful Paint image"
1261
- },
1262
1085
  "core/audits/redirects-http.js | description": {
1263
1086
  "message": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/)."
1264
1087
  },
@@ -1415,21 +1238,6 @@
1415
1238
  "core/audits/third-party-cookies.js | title": {
1416
1239
  "message": "Avoids third-party cookies"
1417
1240
  },
1418
- "core/audits/third-party-summary.js | columnThirdParty": {
1419
- "message": "Third-Party"
1420
- },
1421
- "core/audits/third-party-summary.js | description": {
1422
- "message": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
1423
- },
1424
- "core/audits/third-party-summary.js | displayValue": {
1425
- "message": "Third-party code blocked the main thread for {timeInMs, number, milliseconds} ms"
1426
- },
1427
- "core/audits/third-party-summary.js | failureTitle": {
1428
- "message": "Reduce the impact of third-party code"
1429
- },
1430
- "core/audits/third-party-summary.js | title": {
1431
- "message": "Minimize third-party usage"
1432
- },
1433
1241
  "core/audits/trusted-types-xss.js | columnSeverity": {
1434
1242
  "message": "Severity"
1435
1243
  },
@@ -1463,21 +1271,6 @@
1463
1271
  "core/audits/user-timings.js | title": {
1464
1272
  "message": "User Timing marks and measures"
1465
1273
  },
1466
- "core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1467
- "message": "A `<link rel=preconnect>` was found for \"{securityOrigin}\" but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
1468
- },
1469
- "core/audits/uses-rel-preconnect.js | description": {
1470
- "message": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)."
1471
- },
1472
- "core/audits/uses-rel-preconnect.js | title": {
1473
- "message": "Preconnect to required origins"
1474
- },
1475
- "core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1476
- "message": "More than 2 `<link rel=preconnect>` connections were found. These should be used sparingly and only to the most important origins."
1477
- },
1478
- "core/audits/uses-rel-preconnect.js | unusedWarning": {
1479
- "message": "A `<link rel=preconnect>` was found for \"{securityOrigin}\" but was not used by the browser. Only use `preconnect` for important origins that the page will certainly request."
1480
- },
1481
1274
  "core/audits/valid-source-maps.js | columnMapURL": {
1482
1275
  "message": "Map URL"
1483
1276
  },
@@ -1496,42 +1289,6 @@
1496
1289
  "core/audits/valid-source-maps.js | title": {
1497
1290
  "message": "Page has valid source maps"
1498
1291
  },
1499
- "core/audits/viewport.js | description": {
1500
- "message": "A `<meta name=\"viewport\">` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/)."
1501
- },
1502
- "core/audits/viewport.js | explanationNoTag": {
1503
- "message": "No `<meta name=\"viewport\">` tag found"
1504
- },
1505
- "core/audits/viewport.js | failureTitle": {
1506
- "message": "Does not have a `<meta name=\"viewport\">` tag with `width` or `initial-scale`"
1507
- },
1508
- "core/audits/viewport.js | title": {
1509
- "message": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`"
1510
- },
1511
- "core/audits/work-during-interaction.js | description": {
1512
- "message": "This is the thread-blocking work occurring during the Interaction to Next Paint measurement. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
1513
- },
1514
- "core/audits/work-during-interaction.js | displayValue": {
1515
- "message": "{timeInMs, number, milliseconds} ms spent on event '{interactionType}'"
1516
- },
1517
- "core/audits/work-during-interaction.js | eventTarget": {
1518
- "message": "Event target"
1519
- },
1520
- "core/audits/work-during-interaction.js | failureTitle": {
1521
- "message": "Minimize work during key interaction"
1522
- },
1523
- "core/audits/work-during-interaction.js | inputDelay": {
1524
- "message": "Input delay"
1525
- },
1526
- "core/audits/work-during-interaction.js | presentationDelay": {
1527
- "message": "Presentation delay"
1528
- },
1529
- "core/audits/work-during-interaction.js | processingDuration": {
1530
- "message": "Processing duration"
1531
- },
1532
- "core/audits/work-during-interaction.js | title": {
1533
- "message": "Minimizes work during key interaction"
1534
- },
1535
1292
  "core/config/default-config.js | a11yAriaGroupDescription": {
1536
1293
  "message": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
1537
1294
  },
@@ -3156,43 +2913,43 @@
3156
2913
  "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
3157
2914
  },
3158
2915
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
3159
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading."
2916
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading."
3160
2917
  },
3161
2918
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
3162
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
2919
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
3163
2920
  },
3164
2921
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
3165
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
2922
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
3166
2923
  },
3167
2924
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
3168
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Critical CSS` and `Script Delay` to defer non-critical JS/CSS."
2925
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Script Delay` to defer non-critical JS."
3169
2926
  },
3170
2927
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
3171
- "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) to cache your content across our world wide network, improving time to first byte."
2928
+ "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) to cache your content across our world wide network, improving time to first byte."
3172
2929
  },
3173
2930
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
3174
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
2931
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
3175
2932
  },
3176
2933
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
3177
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
2934
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
3178
2935
  },
3179
2936
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
3180
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
2937
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
3181
2938
  },
3182
2939
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
3183
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assests."
2940
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assests."
3184
2941
  },
3185
2942
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
3186
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
2943
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
3187
2944
  },
3188
2945
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
3189
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
2946
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
3190
2947
  },
3191
2948
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
3192
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritize fetching resources that are currently requested later in page load."
2949
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritize fetching resources that are currently requested later in page load."
3193
2950
  },
3194
2951
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
3195
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Resize Images` to resize images to a device appropriate size, reducing network payload sizes."
2952
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Resize Images` to resize images to a device appropriate size, reducing network payload sizes."
3196
2953
  },
3197
2954
  "node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
3198
2955
  "message": "Use the `gatsby-plugin-image` component instead of `<img>` to automatically optimize image format. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -3300,16 +3057,16 @@
3300
3057
  "message": "`<link rel=preload>` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
3301
3058
  },
3302
3059
  "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
3303
- "message": "Use the `next/image` component instead of `<img>` to automatically optimize image format. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
3060
+ "message": "Use the `next/image` component instead of `<img>` to automatically optimize image format. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
3304
3061
  },
3305
3062
  "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
3306
- "message": "Use the `next/image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
3063
+ "message": "Use the `next/image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
3307
3064
  },
3308
3065
  "node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
3309
3066
  "message": "Use the `next/image` component and set \"priority\" to true to preload LCP image. [Learn more](https://nextjs.org/docs/api-reference/next/image#priority)."
3310
3067
  },
3311
3068
  "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
3312
- "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/basic-features/script)."
3069
+ "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/app/guides/scripts)."
3313
3070
  },
3314
3071
  "node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
3315
3072
  "message": "Use the `next/image` component to make sure images are always sized appropriately. [Learn more](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -3321,13 +3078,13 @@
3321
3078
  "message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
3322
3079
  },
3323
3080
  "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
3324
- "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/advanced-features/measuring-performance)."
3081
+ "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/pages/guides/analytics)."
3325
3082
  },
3326
3083
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
3327
- "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
3084
+ "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
3328
3085
  },
3329
3086
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
3330
- "message": "Use the `next/image` component instead of `<img>` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
3087
+ "message": "Use the `next/image` component instead of `<img>` to adjust image quality. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
3331
3088
  },
3332
3089
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
3333
3090
  "message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3371,9 +3128,6 @@
3371
3128
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3372
3129
  "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3373
3130
  },
3374
- "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3375
- "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3376
- },
3377
3131
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3378
3132
  "message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.nuxt.com/usage/nuxt-img#format)."
3379
3133
  },
@@ -3450,7 +3204,7 @@
3450
3204
  "message": "If your build system minifies JS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
3451
3205
  },
3452
3206
  "node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
3453
- "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
3207
+ "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://loadable-components.com/)."
3454
3208
  },
3455
3209
  "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
3456
3210
  "message": "Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of your components. [Learn more.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3596,15 +3350,9 @@
3596
3350
  "report/renderer/report-utils.js | footerIssue": {
3597
3351
  "message": "File an issue"
3598
3352
  },
3599
- "report/renderer/report-utils.js | goBackToAudits": {
3600
- "message": "Go back to audits"
3601
- },
3602
3353
  "report/renderer/report-utils.js | hide": {
3603
3354
  "message": "Hide"
3604
3355
  },
3605
- "report/renderer/report-utils.js | insightsNotice": {
3606
- "message": "Later this year, insights will replace performance audits. [Learn more and provide feedback here](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
3607
- },
3608
3356
  "report/renderer/report-utils.js | labDataTitle": {
3609
3357
  "message": "Lab Data"
3610
3358
  },
@@ -3704,12 +3452,15 @@
3704
3452
  "report/renderer/report-utils.js | toplevelWarningsMessage": {
3705
3453
  "message": "There were issues affecting this run of Lighthouse:"
3706
3454
  },
3707
- "report/renderer/report-utils.js | tryInsights": {
3708
- "message": "Try insights"
3709
- },
3710
3455
  "report/renderer/report-utils.js | unattributable": {
3711
3456
  "message": "Unattributable"
3712
3457
  },
3458
+ "report/renderer/report-utils.js | unscoredLabel": {
3459
+ "message": "Unscored"
3460
+ },
3461
+ "report/renderer/report-utils.js | unscoredTitle": {
3462
+ "message": "This audit does not contribute to the overall category score."
3463
+ },
3713
3464
  "report/renderer/report-utils.js | varianceDisclaimer": {
3714
3465
  "message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
3715
3466
  },