lighthouse 12.8.2-dev.20251006 → 12.8.2-dev.20251008

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 (91) hide show
  1. package/core/audits/insights/dom-size-insight.js +5 -1
  2. package/core/audits/insights/font-display-insight.js +3 -1
  3. package/core/audits/insights/insight-audit.d.ts +4 -2
  4. package/core/audits/insights/insight-audit.js +22 -3
  5. package/core/audits/predictive-perf.js +2 -2
  6. package/core/audits/redirects.js +0 -1
  7. package/core/audits/seo/crawlable-anchors.js +2 -3
  8. package/core/computed/metrics/lcp-breakdown.d.ts +10 -5
  9. package/core/computed/metrics/lcp-breakdown.js +50 -23
  10. package/core/computed/metrics/time-to-first-byte.js +33 -10
  11. package/core/computed/metrics/timing-summary.js +3 -2
  12. package/core/config/default-config.js +0 -12
  13. package/core/gather/gatherers/anchor-elements.js +8 -24
  14. package/core/gather/gatherers/inspector-issues.js +1 -28
  15. package/core/gather/gatherers/trace-elements.d.ts +0 -9
  16. package/core/gather/gatherers/trace-elements.js +0 -36
  17. package/core/lib/network-request.d.ts +0 -7
  18. package/core/lib/network-request.js +0 -16
  19. package/package.json +2 -4
  20. package/shared/localization/locales/ar-XB.json +20 -38
  21. package/shared/localization/locales/ar.json +20 -38
  22. package/shared/localization/locales/bg.json +9 -27
  23. package/shared/localization/locales/ca.json +9 -27
  24. package/shared/localization/locales/cs.json +9 -27
  25. package/shared/localization/locales/da.json +9 -27
  26. package/shared/localization/locales/de.json +9 -27
  27. package/shared/localization/locales/el.json +9 -27
  28. package/shared/localization/locales/en-GB.json +9 -27
  29. package/shared/localization/locales/en-US.json +18 -45
  30. package/shared/localization/locales/en-XA.json +0 -27
  31. package/shared/localization/locales/en-XL.json +18 -45
  32. package/shared/localization/locales/es-419.json +9 -27
  33. package/shared/localization/locales/es.json +9 -27
  34. package/shared/localization/locales/fi.json +9 -27
  35. package/shared/localization/locales/fil.json +9 -27
  36. package/shared/localization/locales/fr.json +9 -27
  37. package/shared/localization/locales/he.json +31 -49
  38. package/shared/localization/locales/hi.json +9 -27
  39. package/shared/localization/locales/hr.json +9 -27
  40. package/shared/localization/locales/hu.json +9 -27
  41. package/shared/localization/locales/id.json +9 -27
  42. package/shared/localization/locales/it.json +9 -27
  43. package/shared/localization/locales/ja.json +9 -27
  44. package/shared/localization/locales/ko.json +10 -28
  45. package/shared/localization/locales/lt.json +9 -27
  46. package/shared/localization/locales/lv.json +10 -28
  47. package/shared/localization/locales/nl.json +9 -27
  48. package/shared/localization/locales/no.json +9 -27
  49. package/shared/localization/locales/pl.json +9 -27
  50. package/shared/localization/locales/pt-PT.json +9 -27
  51. package/shared/localization/locales/pt.json +9 -27
  52. package/shared/localization/locales/ro.json +10 -28
  53. package/shared/localization/locales/ru.json +9 -27
  54. package/shared/localization/locales/sk.json +9 -27
  55. package/shared/localization/locales/sl.json +9 -27
  56. package/shared/localization/locales/sr-Latn.json +9 -27
  57. package/shared/localization/locales/sr.json +9 -27
  58. package/shared/localization/locales/sv.json +9 -27
  59. package/shared/localization/locales/ta.json +9 -27
  60. package/shared/localization/locales/te.json +10 -28
  61. package/shared/localization/locales/th.json +9 -27
  62. package/shared/localization/locales/tr.json +9 -27
  63. package/shared/localization/locales/uk.json +9 -27
  64. package/shared/localization/locales/vi.json +9 -27
  65. package/shared/localization/locales/zh-HK.json +9 -27
  66. package/shared/localization/locales/zh-TW.json +10 -28
  67. package/shared/localization/locales/zh.json +9 -27
  68. package/tsconfig.json +0 -3
  69. package/types/artifacts.d.ts +4 -43
  70. package/core/audits/byte-efficiency/offscreen-images.d.ts +0 -63
  71. package/core/audits/byte-efficiency/offscreen-images.js +0 -240
  72. package/core/audits/dobetterweb/no-document-write.d.ts +0 -16
  73. package/core/audits/dobetterweb/no-document-write.js +0 -86
  74. package/core/audits/dobetterweb/uses-passive-event-listeners.d.ts +0 -16
  75. package/core/audits/dobetterweb/uses-passive-event-listeners.js +0 -69
  76. package/core/audits/metrics/first-meaningful-paint.d.ts +0 -12
  77. package/core/audits/metrics/first-meaningful-paint.js +0 -47
  78. package/core/computed/critical-request-chains.d.ts +0 -42
  79. package/core/computed/critical-request-chains.js +0 -143
  80. package/core/computed/viewport-meta.d.ts +0 -37
  81. package/core/computed/viewport-meta.js +0 -71
  82. package/core/gather/gatherers/cache-contents.d.ts +0 -11
  83. package/core/gather/gatherers/cache-contents.js +0 -56
  84. package/core/gather/gatherers/dobetterweb/domstats.d.ts +0 -10
  85. package/core/gather/gatherers/dobetterweb/domstats.js +0 -102
  86. package/core/gather/gatherers/dobetterweb/optimized-images.d.ts +0 -48
  87. package/core/gather/gatherers/dobetterweb/optimized-images.js +0 -169
  88. package/core/gather/gatherers/dobetterweb/response-compression.d.ts +0 -23
  89. package/core/gather/gatherers/dobetterweb/response-compression.js +0 -136
  90. package/types/internal/metaviewport-parser.d.ts +0 -13
  91. package/types/internal/parse-cache-control.d.ts +0 -20
@@ -647,12 +647,6 @@
647
647
  "core/audits/bootup-time.js | title": {
648
648
  "message": "JavaScript execution time"
649
649
  },
650
- "core/audits/byte-efficiency/offscreen-images.js | description": {
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/)."
652
- },
653
- "core/audits/byte-efficiency/offscreen-images.js | title": {
654
- "message": "Defer offscreen images"
655
- },
656
650
  "core/audits/byte-efficiency/total-byte-weight.js | description": {
657
651
  "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/)."
658
652
  },
@@ -812,15 +806,6 @@
812
806
  "core/audits/dobetterweb/js-libraries.js | title": {
813
807
  "message": "Detected JavaScript libraries"
814
808
  },
815
- "core/audits/dobetterweb/no-document-write.js | description": {
816
- "message": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn how to avoid document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
817
- },
818
- "core/audits/dobetterweb/no-document-write.js | failureTitle": {
819
- "message": "Avoid `document.write()`"
820
- },
821
- "core/audits/dobetterweb/no-document-write.js | title": {
822
- "message": "Avoids `document.write()`"
823
- },
824
809
  "core/audits/dobetterweb/notification-on-start.js | description": {
825
810
  "message": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
826
811
  },
@@ -839,15 +824,6 @@
839
824
  "core/audits/dobetterweb/paste-preventing-inputs.js | title": {
840
825
  "message": "Allows users to paste into input fields"
841
826
  },
842
- "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
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/)."
844
- },
845
- "core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
846
- "message": "Does not use passive listeners to improve scrolling performance"
847
- },
848
- "core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
849
- "message": "Uses passive listeners to improve scrolling performance"
850
- },
851
827
  "core/audits/errors-in-console.js | description": {
852
828
  "message": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
853
829
  },
@@ -1001,9 +977,6 @@
1001
977
  "core/audits/metrics/first-contentful-paint.js | description": {
1002
978
  "message": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1003
979
  },
1004
- "core/audits/metrics/first-meaningful-paint.js | description": {
1005
- "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
1006
- },
1007
980
  "core/audits/metrics/interaction-to-next-paint.js | description": {
1008
981
  "message": "Interaction to Next Paint measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
1009
982
  },
@@ -2031,7 +2004,7 @@
2031
2004
  "message": "Animation"
2032
2005
  },
2033
2006
  "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2034
- "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed, or their fonts changing as the page loads."
2007
+ "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
2035
2008
  },
2036
2009
  "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | injectedIframe": {
2037
2010
  "message": "Injected iframe"
@@ -2067,7 +2040,7 @@
2067
2040
  "message": "Cache TTL"
2068
2041
  },
2069
2042
  "node_modules/@paulirish/trace_engine/models/trace/insights/Cache.js | description": {
2070
- "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl/)."
2043
+ "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
2071
2044
  },
2072
2045
  "node_modules/@paulirish/trace_engine/models/trace/insights/Cache.js | noRequestsToCache": {
2073
2046
  "message": "No requests with inefficient cache policies"
@@ -2082,7 +2055,7 @@
2082
2055
  "message": "Use efficient cache lifetimes"
2083
2056
  },
2084
2057
  "node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | description": {
2085
- "message": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
2058
+ "message": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size)."
2086
2059
  },
2087
2060
  "node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | duration": {
2088
2061
  "message": "Duration"
@@ -2118,7 +2091,7 @@
2118
2091
  "message": "Value"
2119
2092
  },
2120
2093
  "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2121
- "message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression."
2094
+ "message": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression."
2122
2095
  },
2123
2096
  "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedRedirects": {
2124
2097
  "message": "Had redirects ({PH1} redirects, +{PH2})"
@@ -2157,13 +2130,13 @@
2157
2130
  "message": "Source"
2158
2131
  },
2159
2132
  "node_modules/@paulirish/trace_engine/models/trace/insights/DuplicatedJavaScript.js | description": {
2160
- "message": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity."
2133
+ "message": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
2161
2134
  },
2162
2135
  "node_modules/@paulirish/trace_engine/models/trace/insights/DuplicatedJavaScript.js | title": {
2163
2136
  "message": "Duplicated JavaScript"
2164
2137
  },
2165
2138
  "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2166
- "message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
2139
+ "message": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
2167
2140
  },
2168
2141
  "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | fontColumn": {
2169
2142
  "message": "Font"
@@ -2178,7 +2151,7 @@
2178
2151
  "message": "(anonymous)"
2179
2152
  },
2180
2153
  "node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | description": {
2181
- "message": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and possible mitigations."
2154
+ "message": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
2182
2155
  },
2183
2156
  "node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | relatedStackTrace": {
2184
2157
  "message": "Stack trace"
@@ -2196,7 +2169,7 @@
2196
2169
  "message": "[unattributed]"
2197
2170
  },
2198
2171
  "node_modules/@paulirish/trace_engine/models/trace/insights/INPBreakdown.js | description": {
2199
- "message": "Start investigating with the longest subpart. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
2172
+ "message": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart."
2200
2173
  },
2201
2174
  "node_modules/@paulirish/trace_engine/models/trace/insights/INPBreakdown.js | duration": {
2202
2175
  "message": "Duration"
@@ -2220,7 +2193,7 @@
2220
2193
  "message": "INP breakdown"
2221
2194
  },
2222
2195
  "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | description": {
2223
- "message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
2196
+ "message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
2224
2197
  },
2225
2198
  "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | estimatedSavings": {
2226
2199
  "message": "{PH1} (Est {PH2})"
@@ -2250,7 +2223,7 @@
2250
2223
  "message": "Using video formats instead of GIFs can improve the download size of animated content."
2251
2224
  },
2252
2225
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js | description": {
2253
- "message": "Each [subpart has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
2226
+ "message": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
2254
2227
  },
2255
2228
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js | duration": {
2256
2229
  "message": "Duration"
@@ -2280,7 +2253,7 @@
2280
2253
  "message": "LCP breakdown"
2281
2254
  },
2282
2255
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2283
- "message": "Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)"
2256
+ "message": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
2284
2257
  },
2285
2258
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | fetchPriorityApplied": {
2286
2259
  "message": "fetchpriority=high applied"
@@ -2313,13 +2286,13 @@
2313
2286
  "message": "Wasted bytes"
2314
2287
  },
2315
2288
  "node_modules/@paulirish/trace_engine/models/trace/insights/LegacyJavaScript.js | description": {
2316
- "message": "Polyfills and transforms enable older 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/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
2289
+ "message": "Polyfills and transforms enable older 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/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
2317
2290
  },
2318
2291
  "node_modules/@paulirish/trace_engine/models/trace/insights/LegacyJavaScript.js | title": {
2319
2292
  "message": "Legacy JavaScript"
2320
2293
  },
2321
2294
  "node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | description": {
2322
- "message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
2295
+ "message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/performance/insights/modern-http)."
2323
2296
  },
2324
2297
  "node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | noOldProtocolRequests": {
2325
2298
  "message": "No requests used HTTP/1.1, or its current use of HTTP/1.1 does not present a significant optimization opportunity. HTTP/1.1 requests are only flagged if six or more static assets originate from the same origin, and they are not served from a local development environment or a third-party source."
@@ -2352,7 +2325,7 @@
2352
2325
  "message": "Unused preconnect. Check that the crossorigin attribute is used properly."
2353
2326
  },
2354
2327
  "node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | description": {
2355
- "message": "[Avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
2328
+ "message": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
2356
2329
  },
2357
2330
  "node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
2358
2331
  "message": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
@@ -2391,7 +2364,7 @@
2391
2364
  "message": "Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
2392
2365
  },
2393
2366
  "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2394
- "message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources) can move these network requests out of the critical path."
2367
+ "message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
2395
2368
  },
2396
2369
  "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | duration": {
2397
2370
  "message": "Duration"
@@ -2406,7 +2379,7 @@
2406
2379
  "message": "Render blocking requests"
2407
2380
  },
2408
2381
  "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2409
- "message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
2382
+ "message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/performance/insights/slow-css-selector) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
2410
2383
  },
2411
2384
  "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | elapsed": {
2412
2385
  "message": "Elapsed time"
@@ -2445,7 +2418,7 @@
2445
2418
  "message": "Transfer size"
2446
2419
  },
2447
2420
  "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2448
- "message": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://web.dev/articles/optimizing-content-efficiency-loading-third-party-javascript/) to prioritize your page's content."
2421
+ "message": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content."
2449
2422
  },
2450
2423
  "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | noThirdParties": {
2451
2424
  "message": "No third parties found"
@@ -2454,7 +2427,7 @@
2454
2427
  "message": "3rd parties"
2455
2428
  },
2456
2429
  "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2457
- "message": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile."
2430
+ "message": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile."
2458
2431
  },
2459
2432
  "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
2460
2433
  "message": "Mobile tap delay"
@@ -647,12 +647,6 @@
647
647
  "core/audits/bootup-time.js | title": {
648
648
  "message": "[ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three]"
649
649
  },
650
- "core/audits/byte-efficiency/offscreen-images.js | description": {
651
- "message": "[Çöñšîðéŕ ļåžý-ļöåðîñĝ öƒƒšçŕééñ åñð ĥîððéñ îmåĝéš åƒţéŕ åļļ çŕîţîçåļ ŕéšöûŕçéš ĥåvé ƒîñîšĥéð ļöåðîñĝ ţö ļöŵéŕ ţîmé ţö îñţéŕåçţîvé. ᐅ[ᐊĻéåŕñ ĥöŵ ţö ðéƒéŕ öƒƒšçŕééñ îmåĝéšᐅ](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
652
- },
653
- "core/audits/byte-efficiency/offscreen-images.js | title": {
654
- "message": "[Ðéƒéŕ öƒƒšçŕééñ îmåĝéš one two three]"
655
- },
656
650
  "core/audits/byte-efficiency/total-byte-weight.js | description": {
657
651
  "message": "[Ļåŕĝé ñéţŵöŕķ þåýļöåðš çöšţ ûšéŕš ŕéåļ möñéý åñð åŕé ĥîĝĥļý çöŕŕéļåţéð ŵîţĥ ļöñĝ ļöåð ţîméš. ᐅ[ᐊĻéåŕñ ĥöŵ ţö ŕéðûçé þåýļöåð šîžéšᐅ](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
658
652
  },
@@ -812,15 +806,6 @@
812
806
  "core/audits/dobetterweb/js-libraries.js | title": {
813
807
  "message": "[Ðéţéçţéð ĴåvåŠçŕîþţ ļîбŕåŕîéš one two three four]"
814
808
  },
815
- "core/audits/dobetterweb/no-document-write.js | description": {
816
- "message": "[Föŕ ûšéŕš öñ šļöŵ çöññéçţîöñš, éxţéŕñåļ šçŕîþţš ðýñåmîçåļļý îñĵéçţéð vîå ᐅ`document.write()`ᐊ çåñ ðéļåý þåĝé ļöåð бý ţéñš öƒ šéçöñðš. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð ðöçûméñţ.ŵŕîţé()ᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
817
- },
818
- "core/audits/dobetterweb/no-document-write.js | failureTitle": {
819
- "message": "[Åvöîð ᐅ`document.write()`ᐊ one two three]"
820
- },
821
- "core/audits/dobetterweb/no-document-write.js | title": {
822
- "message": "[Åvöîðš ᐅ`document.write()`ᐊ one two three]"
823
- },
824
809
  "core/audits/dobetterweb/notification-on-start.js | description": {
825
810
  "message": "[Ûšéŕš åŕé mîšţŕûšţƒûļ öƒ öŕ çöñƒûšéð бý šîţéš ţĥåţ ŕéqûéšţ ţö šéñð ñöţîƒîçåţîöñš ŵîţĥöûţ çöñţéxţ. Çöñšîðéŕ ţýîñĝ ţĥé ŕéqûéšţ ţö ûšéŕ ĝéšţûŕéš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ŕéšþöñšîбļý ĝéţţîñĝ þéŕmîššîöñ ƒöŕ ñöţîƒîçåţîöñšᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine]"
826
811
  },
@@ -839,15 +824,6 @@
839
824
  "core/audits/dobetterweb/paste-preventing-inputs.js | title": {
840
825
  "message": "[Åļļöŵš ûšéŕš ţö þåšţé îñţö îñþûţ ƒîéļðš one two three four five six seven eight]"
841
826
  },
842
- "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
843
- "message": "[Çöñšîðéŕ måŕķîñĝ ýöûŕ ţöûçĥ åñð ŵĥééļ évéñţ ļîšţéñéŕš åš ᐅ`passive`ᐊ ţö îmþŕövé ýöûŕ þåĝé'š šçŕöļļ þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕé åбöûţ åðöþţîñĝ þåššîvé évéñţ ļîšţéñéŕšᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
844
- },
845
- "core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
846
- "message": "[Ðöéš ñöţ ûšé þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven twelve]"
847
- },
848
- "core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
849
- "message": "[Ûšéš þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven]"
850
- },
851
827
  "core/audits/errors-in-console.js | description": {
852
828
  "message": "[Éŕŕöŕš ļöĝĝéð ţö ţĥé çöñšöļé îñðîçåţé ûñŕéšöļvéð þŕöбļémš. Ţĥéý çåñ çömé ƒŕöm ñéţŵöŕķ ŕéqûéšţ ƒåîļûŕéš åñð öţĥéŕ бŕöŵšéŕ çöñçéŕñš. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥîš éŕŕöŕš îñ çöñšöļé ðîåĝñöšţîç åûðîţᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
853
829
  },
@@ -980,9 +956,6 @@
980
956
  "core/audits/metrics/first-contentful-paint.js | description": {
981
957
  "message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ öŕ îmåĝé îš þåîñţéð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Fîŕšţ Çöñţéñţƒûļ Þåîñţ méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
982
958
  },
983
- "core/audits/metrics/first-meaningful-paint.js | description": {
984
- "message": "[Fîŕšţ Méåñîñĝƒûļ Þåîñţ méåšûŕéš ŵĥéñ ţĥé þŕîmåŕý çöñţéñţ öƒ å þåĝé îš vîšîбļé. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Fîŕšţ Méåñîñĝƒûļ Þåîñţ méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
985
- },
986
959
  "core/audits/metrics/interaction-to-next-paint.js | description": {
987
960
  "message": "[Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méåšûŕéš þåĝé ŕéšþöñšîvéñéšš, ĥöŵ ļöñĝ îţ ţåķéš ţĥé þåĝé ţö vîšîбļý ŕéšþöñð ţö ûšéŕ îñþûţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méţŕîçᐅ](https://web.dev/articles/inp)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
988
961
  },
@@ -647,12 +647,6 @@
647
647
  "core/audits/bootup-time.js | title": {
648
648
  "message": "Ĵáv̂áŜćr̂íp̂t́ êx́êćût́îón̂ t́îḿê"
649
649
  },
650
- "core/audits/byte-efficiency/offscreen-images.js | description": {
651
- "message": "Ĉón̂śîd́êŕ l̂áẑý-l̂óâd́îńĝ óf̂f́ŝćr̂éêń âńd̂ h́îd́d̂én̂ ím̂áĝéŝ áf̂t́êŕ âĺl̂ ćr̂ít̂íĉál̂ ŕêśôúr̂ćêś ĥáv̂é f̂ín̂íŝh́êd́ l̂óâd́îńĝ t́ô ĺôẃêŕ t̂ím̂é t̂ó îńt̂ér̂áĉt́îv́ê. [Ĺêár̂ń ĥóŵ t́ô d́êf́êŕ ôf́f̂śĉŕêén̂ ím̂áĝéŝ](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
652
- },
653
- "core/audits/byte-efficiency/offscreen-images.js | title": {
654
- "message": "D̂éf̂ér̂ óf̂f́ŝćr̂éêń îḿâǵêś"
655
- },
656
650
  "core/audits/byte-efficiency/total-byte-weight.js | description": {
657
651
  "message": "L̂ár̂ǵê ńêt́ŵór̂ḱ p̂áŷĺôád̂ś ĉóŝt́ ûśêŕŝ ŕêál̂ ḿôńêý âńd̂ ár̂é ĥíĝh́l̂ý ĉór̂ŕêĺât́êd́ ŵít̂h́ l̂ón̂ǵ l̂óâd́ t̂ím̂éŝ. [Ĺêár̂ń ĥóŵ t́ô ŕêd́ûćê ṕâýl̂óâd́ ŝíẑéŝ](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
658
652
  },
@@ -812,15 +806,6 @@
812
806
  "core/audits/dobetterweb/js-libraries.js | title": {
813
807
  "message": "D̂ét̂éĉt́êd́ Ĵáv̂áŜćr̂íp̂t́ l̂íb̂ŕâŕîéŝ"
814
808
  },
815
- "core/audits/dobetterweb/no-document-write.js | description": {
816
- "message": "F̂ór̂ úŝér̂ś ôń ŝĺôẃ ĉón̂ńêćt̂íôńŝ, éx̂t́êŕn̂ál̂ śĉŕîṕt̂ś d̂ýn̂ám̂íĉál̂ĺŷ ín̂j́êćt̂éd̂ v́îá `document.write()` ĉán̂ d́êĺâý p̂áĝé l̂óâd́ b̂ý t̂én̂ś ôf́ ŝéĉón̂d́ŝ. [Ĺêár̂ń ĥóŵ t́ô áv̂óîd́ d̂óĉúm̂én̂t́.ŵŕît́ê()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
817
- },
818
- "core/audits/dobetterweb/no-document-write.js | failureTitle": {
819
- "message": "Âv́ôíd̂ `document.write()`"
820
- },
821
- "core/audits/dobetterweb/no-document-write.js | title": {
822
- "message": "Âv́ôíd̂ś `document.write()`"
823
- },
824
809
  "core/audits/dobetterweb/notification-on-start.js | description": {
825
810
  "message": "Ûśêŕŝ ár̂é m̂íŝt́r̂úŝt́f̂úl̂ óf̂ ór̂ ćôńf̂úŝéd̂ b́ŷ śît́êś t̂h́ât́ r̂éq̂úêśt̂ t́ô śêńd̂ ńôt́îf́îćât́îón̂ś ŵít̂h́ôút̂ ćôńt̂éx̂t́. Ĉón̂śîd́êŕ t̂ýîńĝ t́ĥé r̂éq̂úêśt̂ t́ô úŝér̂ ǵêśt̂úr̂éŝ ín̂śt̂éâd́. [L̂éâŕn̂ ḿôŕê áb̂óût́ r̂éŝṕôńŝíb̂ĺŷ ǵêt́t̂ín̂ǵ p̂ér̂ḿîśŝíôń f̂ór̂ ńôt́îf́îćât́îón̂ś](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
826
811
  },
@@ -839,15 +824,6 @@
839
824
  "core/audits/dobetterweb/paste-preventing-inputs.js | title": {
840
825
  "message": "Âĺl̂óŵś ûśêŕŝ t́ô ṕâśt̂é îńt̂ó îńp̂út̂ f́îél̂d́ŝ"
841
826
  },
842
- "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
843
- "message": "Ĉón̂śîd́êŕ m̂ár̂ḱîńĝ ýôúr̂ t́ôúĉh́ âńd̂ ẃĥéêĺ êv́êńt̂ ĺîśt̂én̂ér̂ś âś `passive` t̂ó îḿp̂ŕôv́ê ýôúr̂ ṕâǵê'ś ŝćr̂ól̂ĺ p̂ér̂f́ôŕm̂án̂ćê. [Ĺêár̂ń m̂ór̂é âb́ôút̂ ád̂óp̂t́îńĝ ṕâśŝív̂é êv́êńt̂ ĺîśt̂én̂ér̂ś](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
844
- },
845
- "core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
846
- "message": "D̂óêś n̂ót̂ úŝé p̂áŝśîv́ê ĺîśt̂én̂ér̂ś t̂ó îḿp̂ŕôv́ê śĉŕôĺl̂ín̂ǵ p̂ér̂f́ôŕm̂án̂ćê"
847
- },
848
- "core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
849
- "message": "Ûśêś p̂áŝśîv́ê ĺîśt̂én̂ér̂ś t̂ó îḿp̂ŕôv́ê śĉŕôĺl̂ín̂ǵ p̂ér̂f́ôŕm̂án̂ćê"
850
- },
851
827
  "core/audits/errors-in-console.js | description": {
852
828
  "message": "Êŕr̂ór̂ś l̂óĝǵêd́ t̂ó t̂h́ê ćôńŝól̂é îńd̂íĉát̂é ûńr̂éŝól̂v́êd́ p̂ŕôb́l̂ém̂ś. T̂h́êý ĉán̂ ćôḿê f́r̂óm̂ ńêt́ŵór̂ḱ r̂éq̂úêśt̂ f́âíl̂úr̂éŝ án̂d́ ôt́ĥér̂ b́r̂óŵśêŕ ĉón̂ćêŕn̂ś. [L̂éâŕn̂ ḿôŕê áb̂óût́ t̂h́îś êŕr̂ór̂ś îń ĉón̂śôĺê d́îáĝńôśt̂íĉ áûd́ît́](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
853
829
  },
@@ -1001,9 +977,6 @@
1001
977
  "core/audits/metrics/first-contentful-paint.js | description": {
1002
978
  "message": "F̂ír̂śt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ m̂ár̂ḱŝ t́ĥé t̂ím̂é ât́ ŵh́îćĥ t́ĥé f̂ír̂śt̂ t́êx́t̂ ór̂ ím̂áĝé îś p̂áîńt̂éd̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ t́ĥé F̂ír̂śt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ m̂ét̂ŕîć](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1003
979
  },
1004
- "core/audits/metrics/first-meaningful-paint.js | description": {
1005
- "message": "F̂ír̂śt̂ Ḿêán̂ín̂ǵf̂úl̂ Ṕâín̂t́ m̂éâśûŕêś ŵh́êń t̂h́ê ṕr̂ím̂ár̂ý ĉón̂t́êńt̂ óf̂ á p̂áĝé îś v̂íŝíb̂ĺê. [Ĺêár̂ń m̂ór̂é âb́ôút̂ t́ĥé F̂ír̂śt̂ Ḿêán̂ín̂ǵf̂úl̂ Ṕâín̂t́ m̂ét̂ŕîć](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
1006
- },
1007
980
  "core/audits/metrics/interaction-to-next-paint.js | description": {
1008
981
  "message": "Îńt̂ér̂áĉt́îón̂ t́ô Ńêx́t̂ Ṕâín̂t́ m̂éâśûŕêś p̂áĝé r̂éŝṕôńŝív̂én̂éŝś, ĥóŵ ĺôńĝ ít̂ t́âḱêś t̂h́ê ṕâǵê t́ô v́îśîb́l̂ý r̂éŝṕôńd̂ t́ô úŝér̂ ín̂ṕût́. [L̂éâŕn̂ ḿôŕê áb̂óût́ t̂h́ê Ín̂t́êŕâćt̂íôń t̂ó N̂éx̂t́ P̂áîńt̂ ḿêt́r̂íĉ](https://web.dev/articles/inp)."
1009
982
  },
@@ -2031,7 +2004,7 @@
2031
2004
  "message": "Âńîḿât́îón̂"
2032
2005
  },
2033
2006
  "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2034
- "message": "L̂áŷóût́ ŝh́îf́t̂ś ôćĉúr̂ ẃĥén̂ él̂ém̂én̂t́ŝ ḿôv́ê áb̂śêńt̂ án̂ý ûśêŕ îńt̂ér̂áĉt́îón̂. [Ín̂v́êśt̂íĝát̂é t̂h́ê ćâúŝéŝ óf̂ ĺâýôút̂ śĥíf̂t́ŝ](https://web.dev/articles/optimize-cls), śûćĥ áŝ él̂ém̂én̂t́ŝ b́êín̂ǵ âd́d̂éd̂, ŕêḿôv́êd́, ôŕ t̂h́êír̂ f́ôńt̂ś ĉh́âńĝín̂ǵ âś t̂h́ê ṕâǵê ĺôád̂ś."
2007
+ "message": "L̂áŷóût́ ŝh́îf́t̂ś ôćĉúr̂ ẃĥén̂ él̂ém̂én̂t́ŝ ḿôv́ê áb̂śêńt̂ án̂ý ûśêŕ îńt̂ér̂áĉt́îón̂. [Ín̂v́êśt̂íĝát̂é t̂h́ê ćâúŝéŝ óf̂ ĺâýôút̂ śĥíf̂t́ŝ](https://developer.chrome.com/docs/performance/insights/cls-culprit), śûćĥ áŝ él̂ém̂én̂t́ŝ b́êín̂ǵ âd́d̂éd̂, ŕêḿôv́êd́, ôŕ t̂h́êír̂ f́ôńt̂ś ĉh́âńĝín̂ǵ âś t̂h́ê ṕâǵê ĺôád̂ś."
2035
2008
  },
2036
2009
  "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | injectedIframe": {
2037
2010
  "message": "Îńĵéĉt́êd́ îf́r̂ám̂é"
@@ -2067,7 +2040,7 @@
2067
2040
  "message": "Ĉáĉh́ê T́T̂Ĺ"
2068
2041
  },
2069
2042
  "node_modules/@paulirish/trace_engine/models/trace/insights/Cache.js | description": {
2070
- "message": "Â ĺôńĝ ćâćĥé l̂íf̂ét̂ím̂é ĉán̂ śp̂éêd́ ûṕ r̂ép̂éât́ v̂íŝít̂ś t̂ó ŷóûŕ p̂áĝé. [L̂éâŕn̂ ḿôŕê](https://web.dev/uses-long-cache-ttl/)."
2043
+ "message": "Â ĺôńĝ ćâćĥé l̂íf̂ét̂ím̂é ĉán̂ śp̂éêd́ ûṕ r̂ép̂éât́ v̂íŝít̂ś t̂ó ŷóûŕ p̂áĝé. [L̂éâŕn̂ ḿôŕê áb̂óût́ ĉáĉh́îńĝ](https://developer.chrome.com/docs/performance/insights/cache)."
2071
2044
  },
2072
2045
  "node_modules/@paulirish/trace_engine/models/trace/insights/Cache.js | noRequestsToCache": {
2073
2046
  "message": "N̂ó r̂éq̂úêśt̂ś ŵít̂h́ îńêf́f̂íĉíêńt̂ ćâćĥé p̂ól̂íĉíêś"
@@ -2082,7 +2055,7 @@
2082
2055
  "message": "Ûśê éf̂f́îćîén̂t́ ĉáĉh́ê ĺîf́êt́îḿêś"
2083
2056
  },
2084
2057
  "node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | description": {
2085
- "message": "Â ĺâŕĝé D̂ÓM̂ ćâń îńĉŕêáŝé t̂h́ê d́ûŕât́îón̂ óf̂ śt̂ýl̂é ĉál̂ćûĺât́îón̂ś âńd̂ ĺâýôút̂ ŕêf́l̂óŵś, îḿp̂áĉt́îńĝ ṕâǵê ŕêśp̂ón̂śîv́êńêśŝ. Á l̂ár̂ǵê D́ÔḾ ŵíl̂ĺ âĺŝó îńĉŕêáŝé m̂ém̂ór̂ý ûśâǵê. [Ĺêár̂ń ĥóŵ t́ô áv̂óîd́ âń êx́ĉéŝśîv́ê D́ÔḾ ŝíẑé](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
2058
+ "message": "Â ĺâŕĝé D̂ÓM̂ ćâń îńĉŕêáŝé t̂h́ê d́ûŕât́îón̂ óf̂ śt̂ýl̂é ĉál̂ćûĺât́îón̂ś âńd̂ ĺâýôút̂ ŕêf́l̂óŵś, îḿp̂áĉt́îńĝ ṕâǵê ŕêśp̂ón̂śîv́êńêśŝ. Á l̂ár̂ǵê D́ÔḾ ŵíl̂ĺ âĺŝó îńĉŕêáŝé m̂ém̂ór̂ý ûśâǵê. [Ĺêár̂ń ĥóŵ t́ô áv̂óîd́ âń êx́ĉéŝśîv́ê D́ÔḾ ŝíẑé](https://developer.chrome.com/docs/performance/insights/dom-size)."
2086
2059
  },
2087
2060
  "node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | duration": {
2088
2061
  "message": "D̂úr̂át̂íôń"
@@ -2118,7 +2091,7 @@
2118
2091
  "message": "V̂ál̂úê"
2119
2092
  },
2120
2093
  "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2121
- "message": "Ŷóûŕ f̂ír̂śt̂ ńêt́ŵór̂ḱ r̂éq̂úêśt̂ íŝ t́ĥé m̂óŝt́ îḿp̂ór̂t́âńt̂. Ŕêd́ûćê ít̂ś l̂át̂én̂ćŷ b́ŷ áv̂óîd́îńĝ ŕêd́îŕêćt̂ś, êńŝúr̂ín̂ǵ â f́âśt̂ śêŕv̂ér̂ ŕêśp̂ón̂śê, án̂d́ êńâb́l̂ín̂ǵ t̂éx̂t́ ĉóm̂ṕr̂éŝśîón̂."
2094
+ "message": "Ŷóûŕ f̂ír̂śt̂ ńêt́ŵór̂ḱ r̂éq̂úêśt̂ íŝ t́ĥé m̂óŝt́ îḿp̂ór̂t́âńt̂. [Ŕêd́ûćê ít̂ś l̂át̂én̂ćŷ](https://developer.chrome.com/docs/performance/insights/document-latency) b́ŷ áv̂óîd́îńĝ ŕêd́îŕêćt̂ś, êńŝúr̂ín̂ǵ â f́âśt̂ śêŕv̂ér̂ ŕêśp̂ón̂śê, án̂d́ êńâb́l̂ín̂ǵ t̂éx̂t́ ĉóm̂ṕr̂éŝśîón̂."
2122
2095
  },
2123
2096
  "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedRedirects": {
2124
2097
  "message": "Ĥád̂ ŕêd́îŕêćt̂ś ({PH1} r̂éd̂ír̂éĉt́ŝ, +{PH2})"
@@ -2157,13 +2130,13 @@
2157
2130
  "message": "Ŝóûŕĉé"
2158
2131
  },
2159
2132
  "node_modules/@paulirish/trace_engine/models/trace/insights/DuplicatedJavaScript.js | description": {
2160
- "message": "R̂ém̂óv̂é l̂ár̂ǵê, d́ûṕl̂íĉát̂é Ĵáv̂áŜćr̂íp̂t́ m̂ód̂úl̂éŝ f́r̂óm̂ b́ûńd̂ĺêś t̂ó r̂éd̂úĉé ûńn̂éĉéŝśâŕŷ b́ŷt́êś ĉón̂śûḿêd́ b̂ý n̂ét̂ẃôŕk̂ áĉt́îv́ît́ŷ."
2133
+ "message": "R̂ém̂óv̂é l̂ár̂ǵê, [d́ûṕl̂íĉát̂é Ĵáv̂áŜćr̂íp̂t́ m̂ód̂úl̂éŝ](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) f́r̂óm̂ b́ûńd̂ĺêś t̂ó r̂éd̂úĉé ûńn̂éĉéŝśâŕŷ b́ŷt́êś ĉón̂śûḿêd́ b̂ý n̂ét̂ẃôŕk̂ áĉt́îv́ît́ŷ."
2161
2134
  },
2162
2135
  "node_modules/@paulirish/trace_engine/models/trace/insights/DuplicatedJavaScript.js | title": {
2163
2136
  "message": "D̂úp̂ĺîćât́êd́ Ĵáv̂áŜćr̂íp̂t́"
2164
2137
  },
2165
2138
  "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2166
- "message": "Ĉón̂śîd́êŕ ŝét̂t́îńĝ [font-display](https://developer.chrome.com/blog/font-display) t́ô swap ór̂ optional t́ô én̂śûŕê t́êx́t̂ íŝ ćôńŝíŝt́êńt̂ĺŷ v́îśîb́l̂é. swap ĉán̂ b́ê f́ûŕt̂h́êŕ ôṕt̂ím̂íẑéd̂ t́ô ḿît́îǵât́ê ĺâýôút̂ śĥíf̂t́ŝ ẃît́ĥ [f́ôńt̂ ḿêt́r̂íĉ óv̂ér̂ŕîd́êś](https://developer.chrome.com/blog/font-fallbacks)."
2139
+ "message": "Ĉón̂śîd́êŕ ŝét̂t́îńĝ [font-display](https://developer.chrome.com/docs/performance/insights/font-display) t́ô swap ór̂ optional t́ô én̂śûŕê t́êx́t̂ íŝ ćôńŝíŝt́êńt̂ĺŷ v́îśîb́l̂é. swap ĉán̂ b́ê f́ûŕt̂h́êŕ ôṕt̂ím̂íẑéd̂ t́ô ḿît́îǵât́ê ĺâýôút̂ śĥíf̂t́ŝ ẃît́ĥ [f́ôńt̂ ḿêt́r̂íĉ óv̂ér̂ŕîd́êś](https://developer.chrome.com/blog/font-fallbacks)."
2167
2140
  },
2168
2141
  "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | fontColumn": {
2169
2142
  "message": "F̂ón̂t́"
@@ -2178,7 +2151,7 @@
2178
2151
  "message": "(âńôńŷḿôúŝ)"
2179
2152
  },
2180
2153
  "node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | description": {
2181
- "message": " f́ôŕĉéd̂ ŕêf́l̂óŵ óĉćûŕŝ ẃĥén̂ J́âv́âŚĉŕîṕt̂ q́ûér̂íêś ĝéôḿêt́r̂íĉ ṕr̂óp̂ér̂t́îéŝ (śûćĥ áŝ offsetWidth) áf̂t́êŕ ŝt́ŷĺêś ĥáv̂é b̂éêń îńv̂ál̂íd̂át̂éd̂ b́ŷ á ĉh́âńĝé t̂ó t̂h́ê D́ÔḾ ŝt́ât́ê. T́ĥíŝ ćâń r̂éŝúl̂t́ îń p̂óôŕ p̂ér̂f́ôŕm̂án̂ćê. Ĺêár̂ń m̂ór̂é âb́ôút̂ [f́ôŕĉéd̂ ŕêf́l̂óŵś](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) âńd̂ ṕôśŝíb̂ĺê ḿît́îǵât́îón̂ś."
2154
+ "message": " f́ôŕĉéd̂ ŕêf́l̂óŵ óĉćûŕŝ ẃĥén̂ J́âv́âŚĉŕîṕt̂ q́ûér̂íêś ĝéôḿêt́r̂íĉ ṕr̂óp̂ér̂t́îéŝ (śûćĥ áŝ offsetWidth) áf̂t́êŕ ŝt́ŷĺêś ĥáv̂é b̂éêń îńv̂ál̂íd̂át̂éd̂ b́ŷ á ĉh́âńĝé t̂ó t̂h́ê D́ÔḾ ŝt́ât́ê. T́ĥíŝ ćâń r̂éŝúl̂t́ îń p̂óôŕ p̂ér̂f́ôŕm̂án̂ćê. Ĺêár̂ń m̂ór̂é âb́ôút̂ [f́ôŕĉéd̂ ŕêf́l̂óŵś](https://developer.chrome.com/docs/performance/insights/forced-reflow) âńd̂ ṕôśŝíb̂ĺê ḿît́îǵât́îón̂ś."
2182
2155
  },
2183
2156
  "node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | relatedStackTrace": {
2184
2157
  "message": "Ŝt́âćk̂ t́r̂áĉé"
@@ -2196,7 +2169,7 @@
2196
2169
  "message": "[ûńât́t̂ŕîb́ût́êd́]"
2197
2170
  },
2198
2171
  "node_modules/@paulirish/trace_engine/models/trace/insights/INPBreakdown.js | description": {
2199
- "message": "Ŝt́âŕt̂ ín̂v́êśt̂íĝát̂ín̂ǵ ŵít̂ t̂h́ê ĺńĝéŝt́ ŝúb̂ṕŕt̂. [D́êĺâýŝ ćâń b̂m̂ín̂ím̂íẑéd̂](https://web.dev/articles/optimize-inp#optimize_interactions). T́ô ŕêd́ûćê ṕr̂ĉéŝśîńĝ d́ûŕât́îón̂, [óp̂t́îḿîźt́ĥé m̂áîń-t̂h́r̂éâd́ ĉóŝt́ŝ](https://web.dev/articles/optimize-long-tasks), óf̂t́êń ĴŚ."
2172
+ "message": "Ŝt́âŕt̂ ín̂v́êśt̂íĝát̂ín̂ǵ [ĥóŵ t́ô ím̂ṕr̂óv̂é ÎŃP̂](https://developer.chrome.com/docs/performance/insights/inp-breakdown) b́ŷ ĺôók̂ín̂ǵ ât́ t̂h́ê ĺôńĝéŝt́ úb̂ṕâŕt̂."
2200
2173
  },
2201
2174
  "node_modules/@paulirish/trace_engine/models/trace/insights/INPBreakdown.js | duration": {
2202
2175
  "message": "D̂úr̂át̂íôń"
@@ -2220,7 +2193,7 @@
2220
2193
  "message": "ÎŃP̂ b́r̂éâḱd̂óŵń"
2221
2194
  },
2222
2195
  "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | description": {
2223
- "message": "R̂éd̂úĉín̂ǵ t̂h́ê d́ôẃn̂ĺôád̂ t́îḿê óf̂ ím̂áĝéŝ ćâń îḿp̂ŕôv́ê t́ĥé p̂ér̂ćêív̂éd̂ ĺôád̂ t́îḿê óf̂ t́ĥé p̂áĝé âńd̂ ĹĈṔ. [L̂éâŕn̂ ḿôŕê áb̂óût́ ôṕt̂ím̂íẑín̂ǵ îḿâǵê śîźê](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
2196
+ "message": "R̂éd̂úĉín̂ǵ t̂h́ê d́ôẃn̂ĺôád̂ t́îḿê óf̂ ím̂áĝéŝ ćâń îḿp̂ŕôv́ê t́ĥé p̂ér̂ćêív̂éd̂ ĺôád̂ t́îḿê óf̂ t́ĥé p̂áĝé âńd̂ ĹĈṔ. [L̂éâŕn̂ ḿôŕê áb̂óût́ ôṕt̂ím̂íẑín̂ǵ îḿâǵê śîźê](https://developer.chrome.com/docs/performance/insights/image-delivery)"
2224
2197
  },
2225
2198
  "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | estimatedSavings": {
2226
2199
  "message": "{PH1} (Êśt̂ {PH2})"
@@ -2250,7 +2223,7 @@
2250
2223
  "message": "Ûśîńĝ v́îd́êó f̂ór̂ḿât́ŝ ín̂śt̂éâd́ ôf́ ĜÍF̂ś ĉán̂ ím̂ṕr̂óv̂é t̂h́ê d́ôẃn̂ĺôád̂ śîźê óf̂ án̂ím̂át̂éd̂ ćôńt̂én̂t́."
2251
2224
  },
2252
2225
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js | description": {
2253
- "message": "Êáĉh́ [ŝúb̂ṕâŕt̂ h́âś ŝṕêćîf́îć îḿp̂ŕôv́êḿêńt̂ śt̂ŕât́êǵîéŝ](https://web.dev/articles/optimize-lcp#lcp-breakdown). Íd̂éâĺl̂ý, m̂óŝt́ ôf́ t̂h́ê ĹĈṔ t̂ím̂é ŝh́ôúl̂d́ b̂é ŝṕêńt̂ ón̂ ĺôád̂ín̂ǵ t̂h́ê ŕêśôúr̂ćêś, n̂ót̂ ẃît́ĥín̂ d́êĺâýŝ."
2226
+ "message": "Êáĉh́ [ŝúb̂ṕâŕt̂ h́âś ŝṕêćîf́îć îḿp̂ŕôv́êḿêńt̂ śt̂ŕât́êǵîéŝ](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Íd̂éâĺl̂ý, m̂óŝt́ ôf́ t̂h́ê ĹĈṔ t̂ím̂é ŝh́ôúl̂d́ b̂é ŝṕêńt̂ ón̂ ĺôád̂ín̂ǵ t̂h́ê ŕêśôúr̂ćêś, n̂ót̂ ẃît́ĥín̂ d́êĺâýŝ."
2254
2227
  },
2255
2228
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js | duration": {
2256
2229
  "message": "D̂úr̂át̂íôń"
@@ -2280,7 +2253,7 @@
2280
2253
  "message": "L̂ĆP̂ b́r̂éâḱd̂óŵń"
2281
2254
  },
2282
2255
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2283
- "message": "Ôṕt̂ím̂íẑé L̂ĆP̂ b́ŷ ḿâḱîńĝ t́ĥé L̂ĆP̂ ím̂áĝé [d̂íŝćôv́êŕâb́l̂é](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) f̂ŕôḿ t̂h́ê H́T̂ḾL̂ ím̂ḿêd́îát̂él̂ý, âńd̂ [áv̂óîd́îńĝ ĺâźŷ-ĺôád̂ín̂ǵ](https://web.dev/articles/lcp-lazy-loading)"
2256
+ "message": "[Ôṕt̂ím̂íẑé L̂ĆP̂](https://developer.chrome.com/docs/performance/insights/lcp-discovery) b́ŷ ḿâḱîńĝ t́ĥé L̂ĆP̂ ím̂áĝé d̂íŝćôv́êŕâb́l̂é f̂ŕôḿ t̂h́ê H́T̂ḾL̂ ím̂ḿêd́îát̂él̂ý, âńd̂ áv̂óîd́îńĝ ĺâźŷ-ĺôád̂ín̂ǵ"
2284
2257
  },
2285
2258
  "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | fetchPriorityApplied": {
2286
2259
  "message": "f̂ét̂ćĥṕr̂íôŕît́ŷ=h́îǵĥ áp̂ṕl̂íêd́"
@@ -2313,13 +2286,13 @@
2313
2286
  "message": "Ŵáŝt́êd́ b̂ýt̂éŝ"
2314
2287
  },
2315
2288
  "node_modules/@paulirish/trace_engine/models/trace/insights/LegacyJavaScript.js | description": {
2316
- "message": "P̂ól̂ýf̂íl̂ĺŝ án̂d́ t̂ŕâńŝf́ôŕm̂ś êńâb́l̂é ôĺd̂ér̂ b́r̂óŵśêŕŝ t́ô úŝé n̂éŵ J́âv́âŚĉŕîṕt̂ f́êát̂úr̂éŝ. H́ôẃêv́êŕ, m̂án̂ý âŕêń't̂ ńêćêśŝár̂ý f̂ór̂ ḿôd́êŕn̂ b́r̂óŵśêŕŝ. Ćôńŝíd̂ér̂ ḿôd́îf́ŷín̂ǵ ŷóûŕ Ĵáv̂áŜćr̂íp̂t́ b̂úîĺd̂ ṕr̂óĉéŝś t̂ó n̂ót̂ t́r̂án̂śp̂íl̂é [B̂áŝél̂ín̂é](https://web.dev/articles/baseline-and-polyfills) f̂éât́ûŕêś, ûńl̂éŝś ŷóû ḱn̂óŵ ýôú m̂úŝt́ ŝúp̂ṕôŕt̂ ól̂d́êŕ b̂ŕôẃŝér̂ś. [L̂éâŕn̂ ẃĥý m̂óŝt́ ŝít̂éŝ ćâń d̂ép̂ĺôý ÊŚ6+ ĉód̂é ŵít̂h́ôút̂ t́r̂án̂śp̂íl̂ín̂ǵ](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
2289
+ "message": "P̂ól̂ýf̂íl̂ĺŝ án̂d́ t̂ŕâńŝf́ôŕm̂ś êńâb́l̂é ôĺd̂ér̂ b́r̂óŵśêŕŝ t́ô úŝé n̂éŵ J́âv́âŚĉŕîṕt̂ f́êát̂úr̂éŝ. H́ôẃêv́êŕ, m̂án̂ý âŕêń't̂ ńêćêśŝár̂ý f̂ór̂ ḿôd́êŕn̂ b́r̂óŵśêŕŝ. Ćôńŝíd̂ér̂ ḿôd́îf́ŷín̂ǵ ŷóûŕ Ĵáv̂áŜćr̂íp̂t́ b̂úîĺd̂ ṕr̂óĉéŝś t̂ó n̂ót̂ t́r̂án̂śp̂íl̂é [B̂áŝél̂ín̂é](https://web.dev/articles/baseline-and-polyfills) f̂éât́ûŕêś, ûńl̂éŝś ŷóû ḱn̂óŵ ýôú m̂úŝt́ ŝúp̂ṕôŕt̂ ól̂d́êŕ b̂ŕôẃŝér̂ś. [L̂éâŕn̂ ẃĥý m̂óŝt́ ŝít̂éŝ ćâń d̂ép̂ĺôý ÊŚ6+ ĉód̂é ŵít̂h́ôút̂ t́r̂án̂śp̂íl̂ín̂ǵ](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
2317
2290
  },
2318
2291
  "node_modules/@paulirish/trace_engine/models/trace/insights/LegacyJavaScript.js | title": {
2319
2292
  "message": "L̂éĝáĉý Ĵáv̂áŜćr̂íp̂t́"
2320
2293
  },
2321
2294
  "node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | description": {
2322
- "message": "ĤT́T̂Ṕ/2 âńd̂ H́T̂T́P̂/3 óf̂f́êŕ m̂án̂ý b̂én̂éf̂ít̂ś ôv́êŕ ĤT́T̂Ṕ/1.1, ŝúĉh́ âś m̂úl̂t́îṕl̂éx̂ín̂ǵ. [L̂éâŕn̂ ḿôŕê áb̂óût́ ûśîńĝ ḿôd́êŕn̂ H́T̂T́P̂](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
2295
+ "message": "ĤT́T̂Ṕ/2 âńd̂ H́T̂T́P̂/3 óf̂f́êŕ m̂án̂ý b̂én̂éf̂ít̂ś ôv́êŕ ĤT́T̂Ṕ/1.1, ŝúĉh́ âś m̂úl̂t́îṕl̂éx̂ín̂ǵ. [L̂éâŕn̂ ḿôŕê áb̂óût́ ûśîńĝ ḿôd́êŕn̂ H́T̂T́P̂](https://developer.chrome.com/docs/performance/insights/modern-http)."
2323
2296
  },
2324
2297
  "node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | noOldProtocolRequests": {
2325
2298
  "message": "N̂ó r̂éq̂úêśt̂ś ûśêd́ ĤT́T̂Ṕ/1.1, ôŕ ît́ŝ ćûŕr̂én̂t́ ûśê óf̂ H́T̂T́P̂/1.1 d́ôéŝ ńôt́ p̂ŕêśêńt̂ á ŝíĝńîf́îćâńt̂ óp̂t́îḿîźât́îón̂ óp̂ṕôŕt̂ún̂ít̂ý. ĤT́T̂Ṕ/1.1 r̂éq̂úêśt̂ś âŕê ón̂ĺŷ f́l̂áĝǵêd́ îf́ ŝíx̂ ór̂ ḿôŕê śt̂át̂íĉ áŝśêt́ŝ ór̂íĝín̂át̂é f̂ŕôḿ t̂h́ê śâḿê ór̂íĝín̂, án̂d́ t̂h́êý âŕê ńôt́ ŝér̂v́êd́ f̂ŕôḿ â ĺôćâĺ d̂év̂él̂óp̂ḿêńt̂ én̂v́îŕôńm̂én̂t́ ôŕ â t́ĥír̂d́-p̂ár̂t́ŷ śôúr̂ćê."
@@ -2352,7 +2325,7 @@
2352
2325
  "message": "Ûńûśêd́ p̂ŕêćôńn̂éĉt́. Ĉh́êćk̂ t́ĥát̂ t́ĥé crossorigin ât́t̂ŕîb́ût́ê íŝ úŝéd̂ ṕr̂óp̂ér̂ĺŷ."
2353
2326
  },
2354
2327
  "node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | description": {
2355
- "message": "[Âv́ôíd̂ ćĥáîńîńĝ ćr̂ít̂íĉál̂ ŕêq́ûéŝt́ŝ](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) b́ŷ ŕêd́ûćîńĝ t́ĥé l̂én̂ǵt̂h́ ôf́ ĉh́âín̂ś, r̂éd̂úĉín̂ǵ t̂h́ê d́ôẃn̂ĺôád̂ śîźê óf̂ ŕêśôúr̂ćêś, ôŕ d̂éf̂ér̂ŕîńĝ t́ĥé d̂óŵńl̂óâd́ ôf́ ûńn̂éĉéŝśâŕŷ ŕêśôúr̂ćêś t̂ó îḿp̂ŕôv́ê ṕâǵê ĺôád̂."
2328
+ "message": "[Âv́ôíd̂ ćĥáîńîńĝ ćr̂ít̂íĉál̂ ŕêq́ûéŝt́ŝ](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) b́ŷ ŕêd́ûćîńĝ t́ĥé l̂én̂ǵt̂h́ ôf́ ĉh́âín̂ś, r̂éd̂úĉín̂ǵ t̂h́ê d́ôẃn̂ĺôád̂ śîźê óf̂ ŕêśôúr̂ćêś, ôŕ d̂éf̂ér̂ŕîńĝ t́ĥé d̂óŵńl̂óâd́ ôf́ ûńn̂éĉéŝśâŕŷ ŕêśôúr̂ćêś t̂ó îḿp̂ŕôv́ê ṕâǵê ĺôád̂."
2356
2329
  },
2357
2330
  "node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
2358
2331
  "message": "Âd́d̂ [ṕr̂éĉón̂ńêćt̂](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) h́îńt̂ś t̂ó ŷóûŕ m̂óŝt́ îḿp̂ór̂t́âńt̂ ór̂íĝín̂ś, b̂út̂ t́r̂ý t̂ó ûśê ńô ḿôŕê t́ĥán̂ 4."
@@ -2391,7 +2364,7 @@
2391
2364
  "message": "Âv́ôíd̂ ćĥáîńîńĝ ćr̂ít̂íĉál̂ ŕêq́ûéŝt́ŝ b́ŷ ŕêd́ûćîńĝ t́ĥé l̂én̂ǵt̂h́ ôf́ ĉh́âín̂ś, r̂éd̂úĉín̂ǵ t̂h́ê d́ôẃn̂ĺôád̂ śîźê óf̂ ŕêśôúr̂ćêś, ôŕ d̂éf̂ér̂ŕîńĝ t́ĥé d̂óŵńl̂óâd́ ôf́ ûńn̂éĉéŝśâŕŷ ŕêśôúr̂ćêś t̂ó îḿp̂ŕôv́ê ṕâǵê ĺôád̂."
2392
2365
  },
2393
2366
  "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2394
- "message": "R̂éq̂úêśt̂ś âŕê b́l̂óĉḱîńĝ t́ĥé p̂áĝé'ŝ ín̂ít̂íâĺ r̂én̂d́êŕ, ŵh́îćĥ ḿâý d̂él̂áŷ ĹĈṔ. [D̂éf̂ér̂ŕîńĝ ór̂ ín̂ĺîńîńĝ](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources) ćâń m̂óv̂é t̂h́êśê ńêt́ŵór̂ḱ r̂éq̂úêśt̂ś ôút̂ óf̂ t́ĥé ĉŕît́îćâĺ p̂át̂h́."
2367
+ "message": "R̂éq̂úêśt̂ś âŕê b́l̂óĉḱîńĝ t́ĥé p̂áĝé'ŝ ín̂ít̂íâĺ r̂én̂d́êŕ, ŵh́îćĥ ḿâý d̂él̂áŷ ĹĈṔ. [D̂éf̂ér̂ŕîńĝ ór̂ ín̂ĺîńîńĝ](https://developer.chrome.com/docs/performance/insights/render-blocking) ćâń m̂óv̂é t̂h́êśê ńêt́ŵór̂ḱ r̂éq̂úêśt̂ś ôút̂ óf̂ t́ĥé ĉŕît́îćâĺ p̂át̂h́."
2395
2368
  },
2396
2369
  "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | duration": {
2397
2370
  "message": "D̂úr̂át̂íôń"
@@ -2406,7 +2379,7 @@
2406
2379
  "message": "R̂én̂d́êŕ b̂ĺôćk̂ín̂ǵ r̂éq̂úêśt̂ś"
2407
2380
  },
2408
2381
  "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2409
- "message": "Îf́ R̂éĉál̂ćûĺât́ê Śt̂ýl̂é ĉóŝt́ŝ ŕêḿâín̂ h́îǵĥ, śêĺêćt̂ór̂ óp̂t́îḿîźât́îón̂ ćâń r̂éd̂úĉé t̂h́êḿ. [Ôṕt̂ím̂íẑé t̂h́ê śêĺêćt̂ór̂ś](https://developer.chrome.com/docs/devtools/performance/selector-stats) ŵít̂h́ b̂ót̂h́ ĥíĝh́ êĺâṕŝéd̂ t́îḿê án̂d́ ĥíĝh́ ŝĺôẃ-p̂át̂h́ %. Ŝím̂ṕl̂ér̂ śêĺêćt̂ór̂ś, f̂éŵér̂ śêĺêćt̂ór̂ś, â śm̂ál̂ĺêŕ D̂ÓM̂, án̂d́ â śĥál̂ĺôẃêŕ D̂ÓM̂ ẃîĺl̂ ál̂ĺ r̂éd̂úĉé m̂át̂ćĥín̂ǵ ĉóŝt́ŝ."
2382
+ "message": "Îf́ R̂éĉál̂ćûĺât́ê Śt̂ýl̂é ĉóŝt́ŝ ŕêḿâín̂ h́îǵĥ, śêĺêćt̂ór̂ óp̂t́îḿîźât́îón̂ ćâń r̂éd̂úĉé t̂h́êḿ. [Ôṕt̂ím̂íẑé t̂h́ê śêĺêćt̂ór̂ś](https://developer.chrome.com/docs/performance/insights/slow-css-selector) ŵít̂h́ b̂ót̂h́ ĥíĝh́ êĺâṕŝéd̂ t́îḿê án̂d́ ĥíĝh́ ŝĺôẃ-p̂át̂h́ %. Ŝím̂ṕl̂ér̂ śêĺêćt̂ór̂ś, f̂éŵér̂ śêĺêćt̂ór̂ś, â śm̂ál̂ĺêŕ D̂ÓM̂, án̂d́ â śĥál̂ĺôẃêŕ D̂ÓM̂ ẃîĺl̂ ál̂ĺ r̂éd̂úĉé m̂át̂ćĥín̂ǵ ĉóŝt́ŝ."
2410
2383
  },
2411
2384
  "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | elapsed": {
2412
2385
  "message": "Êĺâṕŝéd̂ t́îḿê"
@@ -2445,7 +2418,7 @@
2445
2418
  "message": "T̂ŕâńŝf́êŕ ŝíẑé"
2446
2419
  },
2447
2420
  "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2448
- "message": "3r̂d́ p̂ár̂t́ŷ ćôd́ê ćâń ŝíĝńîf́îćâńt̂ĺŷ ím̂ṕâćt̂ ĺôád̂ ṕêŕf̂ór̂ḿâńĉé. [R̂éd̂úĉé âńd̂ d́êf́êŕ l̂óâd́îńĝ óf̂ 3ŕd̂ ṕâŕt̂ý ĉód̂é](https://web.dev/articles/optimizing-content-efficiency-loading-third-party-javascript/) t̂ó p̂ŕîór̂ít̂íẑé ŷóûŕ p̂áĝé'ŝ ćôńt̂én̂t́."
2421
+ "message": "3r̂d́ p̂ár̂t́ŷ ćôd́ê ćâń ŝíĝńîf́îćâńt̂ĺŷ ím̂ṕâćt̂ ĺôád̂ ṕêŕf̂ór̂ḿâńĉé. [R̂éd̂úĉé âńd̂ d́êf́êŕ l̂óâd́îńĝ óf̂ 3ŕd̂ ṕâŕt̂ý ĉód̂é](https://developer.chrome.com/docs/performance/insights/third-parties) t̂ó p̂ŕîór̂ít̂íẑé ŷóûŕ p̂áĝé'ŝ ćôńt̂én̂t́."
2449
2422
  },
2450
2423
  "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | noThirdParties": {
2451
2424
  "message": "N̂ó t̂h́îŕd̂ ṕâŕt̂íêś f̂óûńd̂"
@@ -2454,7 +2427,7 @@
2454
2427
  "message": "3r̂d́ p̂ár̂t́îéŝ"
2455
2428
  },
2456
2429
  "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2457
- "message": "T̂áp̂ ín̂t́êŕâćt̂íôńŝ ḿâý b̂é [d̂él̂áŷéd̂ b́ŷ úp̂ t́ô 300 ḿŝ](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) íf̂ t́ĥé v̂íêẃp̂ór̂t́ îś n̂ót̂ óp̂t́îḿîźêd́ f̂ór̂ ḿôb́îĺê."
2430
+ "message": "T̂áp̂ ín̂t́êŕâćt̂íôńŝ ḿâý b̂é [d̂él̂áŷéd̂ b́ŷ úp̂ t́ô 300 ḿŝ](https://developer.chrome.com/docs/performance/insights/viewport) íf̂ t́ĥé v̂íêẃp̂ór̂t́ îś n̂ót̂ óp̂t́îḿîźêd́ f̂ór̂ ḿôb́îĺê."
2458
2431
  },
2459
2432
  "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
2460
2433
  "message": "M̂ób̂íl̂é t̂áp̂ d́êĺâý"