lighthouse 9.5.0-dev.20220728 → 9.5.0-dev.20220729

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 (464) hide show
  1. package/CONTRIBUTING.md +11 -11
  2. package/{lighthouse-cli → cli}/bin.js +5 -5
  3. package/{lighthouse-cli → cli}/cli-flags.js +1 -1
  4. package/{lighthouse-cli → cli}/commands/commands.js +0 -0
  5. package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
  6. package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
  7. package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
  8. package/{lighthouse-cli → cli}/index.js +0 -0
  9. package/{lighthouse-cli → cli}/package.json +0 -0
  10. package/{lighthouse-cli → cli}/printer.js +0 -0
  11. package/{lighthouse-cli → cli}/run.js +3 -3
  12. package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
  13. package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
  14. package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
  15. package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
  16. package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
  17. package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
  18. package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
  19. package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
  20. package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
  21. package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
  22. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
  23. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
  24. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
  25. package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
  26. package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
  27. package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
  28. package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
  29. package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
  30. package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
  31. package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
  32. package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
  33. package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
  34. package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
  35. package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
  36. package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
  37. package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
  38. package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
  39. package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
  40. package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
  41. package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
  42. package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
  43. package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
  44. package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
  45. package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
  46. package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
  47. package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
  48. package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
  49. package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
  50. package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
  51. package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
  52. package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
  53. package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
  54. package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
  55. package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
  56. package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
  57. package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
  58. package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
  59. package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
  60. package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
  61. package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
  62. package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
  63. package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
  64. package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
  65. package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
  66. package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
  67. package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
  68. package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
  69. package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
  70. package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
  71. package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
  72. package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
  73. package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
  74. package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
  75. package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
  76. package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
  77. package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
  78. package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
  79. package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
  80. package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
  81. package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
  82. package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
  83. package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
  84. package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
  85. package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
  86. package/{lighthouse-core → core}/audits/audit.js +0 -0
  87. package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
  88. package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
  89. package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
  90. package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
  91. package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
  92. package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
  93. package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
  94. package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
  95. package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
  96. package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
  97. package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
  98. package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
  99. package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
  100. package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
  101. package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
  102. package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
  103. package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
  104. package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
  105. package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
  106. package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
  107. package/{lighthouse-core → core}/audits/content-width.js +0 -0
  108. package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
  109. package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
  110. package/{lighthouse-core → core}/audits/deprecations.js +0 -0
  111. package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
  112. package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
  113. package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
  114. package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
  115. package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
  116. package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
  117. package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
  118. package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
  119. package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
  120. package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
  121. package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
  122. package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
  123. package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
  124. package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
  125. package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
  126. package/{lighthouse-core → core}/audits/font-display.js +0 -0
  127. package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
  128. package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
  129. package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
  130. package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
  131. package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
  132. package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
  133. package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
  134. package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
  135. package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
  136. package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
  137. package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
  138. package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
  139. package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
  140. package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
  141. package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
  142. package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
  143. package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
  144. package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
  145. package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
  146. package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
  147. package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
  148. package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
  149. package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
  150. package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
  151. package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
  152. package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
  153. package/{lighthouse-core → core}/audits/metrics.js +0 -0
  154. package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
  155. package/{lighthouse-core → core}/audits/network-requests.js +0 -0
  156. package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
  157. package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
  158. package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
  159. package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
  160. package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
  161. package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
  162. package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
  163. package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
  164. package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
  165. package/{lighthouse-core → core}/audits/redirects.js +0 -0
  166. package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
  167. package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
  168. package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
  169. package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
  170. package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
  171. package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
  172. package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
  173. package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
  174. package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
  175. package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
  176. package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
  177. package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
  178. package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
  179. package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
  180. package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
  181. package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
  182. package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
  183. package/{lighthouse-core → core}/audits/service-worker.js +0 -0
  184. package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
  185. package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
  186. package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
  187. package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
  188. package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
  189. package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
  190. package/{lighthouse-core → core}/audits/user-timings.js +0 -0
  191. package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
  192. package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
  193. package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
  194. package/{lighthouse-core → core}/audits/viewport.js +0 -0
  195. package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
  196. package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
  197. package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
  198. package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
  199. package/{lighthouse-core → core}/computed/image-records.js +0 -0
  200. package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
  201. package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
  202. package/{lighthouse-core → core}/computed/main-resource.js +0 -0
  203. package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
  204. package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
  205. package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
  206. package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
  207. package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
  208. package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
  209. package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
  210. package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
  211. package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
  212. package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
  213. package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
  214. package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
  215. package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
  216. package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
  217. package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
  218. package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
  219. package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
  220. package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
  221. package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
  222. package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
  223. package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
  224. package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
  225. package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
  226. package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
  227. package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
  228. package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
  229. package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
  230. package/{lighthouse-core → core}/computed/network-records.js +0 -0
  231. package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
  232. package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
  233. package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
  234. package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
  235. package/{lighthouse-core → core}/computed/screenshots.js +0 -0
  236. package/{lighthouse-core → core}/computed/speedline.js +0 -0
  237. package/{lighthouse-core → core}/computed/unused-css.js +0 -0
  238. package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
  239. package/{lighthouse-core → core}/computed/user-timings.js +0 -0
  240. package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
  241. package/{lighthouse-core → core}/config/budget.js +0 -0
  242. package/{lighthouse-core → core}/config/config-helpers.js +0 -0
  243. package/{lighthouse-core → core}/config/config-plugin.js +0 -0
  244. package/{lighthouse-core → core}/config/config.js +0 -0
  245. package/{lighthouse-core → core}/config/constants.js +0 -0
  246. package/{lighthouse-core → core}/config/default-config.js +0 -0
  247. package/{lighthouse-core → core}/config/desktop-config.js +0 -0
  248. package/{lighthouse-core → core}/config/experimental-config.js +0 -0
  249. package/{lighthouse-core → core}/config/full-config.js +0 -0
  250. package/{lighthouse-core → core}/config/legacy-default-config.js +0 -0
  251. package/{lighthouse-core → core}/config/lr-desktop-config.js +0 -0
  252. package/{lighthouse-core → core}/config/lr-mobile-config.js +0 -0
  253. package/{lighthouse-core → core}/config/metrics-to-audits.js +0 -0
  254. package/{lighthouse-core → core}/config/perf-config.js +0 -0
  255. package/{lighthouse-core → core}/fraggle-rock/api.js +0 -0
  256. package/{lighthouse-core → core}/fraggle-rock/config/config.js +0 -0
  257. package/{lighthouse-core → core}/fraggle-rock/config/filters.js +0 -0
  258. package/{lighthouse-core → core}/fraggle-rock/config/validation.js +0 -0
  259. package/{lighthouse-core → core}/fraggle-rock/gather/base-artifacts.js +0 -0
  260. package/{lighthouse-core → core}/fraggle-rock/gather/base-gatherer.js +1 -1
  261. package/{lighthouse-core → core}/fraggle-rock/gather/driver.js +0 -0
  262. package/{lighthouse-core → core}/fraggle-rock/gather/navigation-runner.js +0 -0
  263. package/{lighthouse-core → core}/fraggle-rock/gather/runner-helpers.js +0 -0
  264. package/{lighthouse-core → core}/fraggle-rock/gather/session.js +0 -0
  265. package/{lighthouse-core → core}/fraggle-rock/gather/snapshot-runner.js +0 -0
  266. package/{lighthouse-core → core}/fraggle-rock/gather/timespan-runner.js +0 -0
  267. package/{lighthouse-core → core}/fraggle-rock/user-flow.js +0 -0
  268. package/{lighthouse-core → core}/gather/connections/connection.js +0 -0
  269. package/{lighthouse-core → core}/gather/connections/cri.js +0 -0
  270. package/{lighthouse-core → core}/gather/connections/raw.js +0 -0
  271. package/{lighthouse-core → core}/gather/driver/dom.js +0 -0
  272. package/{lighthouse-core → core}/gather/driver/environment.js +0 -0
  273. package/{lighthouse-core → core}/gather/driver/execution-context.js +0 -0
  274. package/{lighthouse-core → core}/gather/driver/navigation.js +0 -0
  275. package/{lighthouse-core → core}/gather/driver/network-monitor.js +0 -0
  276. package/{lighthouse-core → core}/gather/driver/network.js +0 -0
  277. package/{lighthouse-core → core}/gather/driver/prepare.js +0 -0
  278. package/{lighthouse-core → core}/gather/driver/service-workers.js +0 -0
  279. package/{lighthouse-core → core}/gather/driver/storage.js +0 -0
  280. package/{lighthouse-core → core}/gather/driver/target-manager.js +0 -0
  281. package/{lighthouse-core → core}/gather/driver/wait-for-condition.js +0 -0
  282. package/{lighthouse-core → core}/gather/driver.js +0 -0
  283. package/{lighthouse-core → core}/gather/fetcher.js +0 -0
  284. package/{lighthouse-core → core}/gather/gather-runner.js +0 -0
  285. package/{lighthouse-core → core}/gather/gatherers/accessibility.js +0 -0
  286. package/{lighthouse-core → core}/gather/gatherers/anchor-elements.js +0 -0
  287. package/{lighthouse-core → core}/gather/gatherers/cache-contents.js +0 -0
  288. package/{lighthouse-core → core}/gather/gatherers/console-messages.js +0 -0
  289. package/{lighthouse-core → core}/gather/gatherers/css-usage.js +0 -0
  290. package/{lighthouse-core → core}/gather/gatherers/devtools-log-compat.js +0 -0
  291. package/{lighthouse-core → core}/gather/gatherers/devtools-log.js +0 -0
  292. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/doctype.js +0 -0
  293. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/domstats.js +0 -0
  294. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/optimized-images.js +0 -0
  295. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -0
  296. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/response-compression.js +0 -0
  297. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -0
  298. package/{lighthouse-core → core}/gather/gatherers/full-page-screenshot.js +0 -0
  299. package/{lighthouse-core → core}/gather/gatherers/gatherer.js +0 -0
  300. package/{lighthouse-core → core}/gather/gatherers/global-listeners.js +0 -0
  301. package/{lighthouse-core → core}/gather/gatherers/iframe-elements.js +0 -0
  302. package/{lighthouse-core → core}/gather/gatherers/image-elements.js +0 -0
  303. package/{lighthouse-core → core}/gather/gatherers/inputs.js +0 -0
  304. package/{lighthouse-core → core}/gather/gatherers/inspector-issues.js +0 -0
  305. package/{lighthouse-core → core}/gather/gatherers/installability-errors.js +0 -0
  306. package/{lighthouse-core → core}/gather/gatherers/js-usage.js +0 -0
  307. package/{lighthouse-core → core}/gather/gatherers/link-elements.js +0 -0
  308. package/{lighthouse-core → core}/gather/gatherers/main-document-content.js +0 -0
  309. package/{lighthouse-core → core}/gather/gatherers/meta-elements.js +0 -0
  310. package/{lighthouse-core → core}/gather/gatherers/network-user-agent.js +0 -0
  311. package/{lighthouse-core → core}/gather/gatherers/script-elements.js +0 -0
  312. package/{lighthouse-core → core}/gather/gatherers/scripts.js +0 -0
  313. package/{lighthouse-core → core}/gather/gatherers/seo/embedded-content.js +0 -0
  314. package/{lighthouse-core → core}/gather/gatherers/seo/font-size.js +0 -0
  315. package/{lighthouse-core → core}/gather/gatherers/seo/robots-txt.js +0 -0
  316. package/{lighthouse-core → core}/gather/gatherers/seo/tap-targets.js +0 -0
  317. package/{lighthouse-core → core}/gather/gatherers/service-worker.js +0 -0
  318. package/{lighthouse-core → core}/gather/gatherers/source-maps.js +0 -0
  319. package/{lighthouse-core → core}/gather/gatherers/stacks.js +0 -0
  320. package/{lighthouse-core → core}/gather/gatherers/trace-compat.js +0 -0
  321. package/{lighthouse-core → core}/gather/gatherers/trace-elements.js +0 -0
  322. package/{lighthouse-core → core}/gather/gatherers/trace.js +0 -0
  323. package/{lighthouse-core → core}/gather/gatherers/viewport-dimensions.js +0 -0
  324. package/{lighthouse-core → core}/gather/gatherers/web-app-manifest.js +0 -0
  325. package/{lighthouse-core → core}/index.cjs +0 -0
  326. package/{lighthouse-core → core}/index.js +1 -1
  327. package/{lighthouse-core → core}/lib/arbitrary-equality-map.js +0 -0
  328. package/{lighthouse-core → core}/lib/asset-saver.js +0 -0
  329. package/{lighthouse-core → core}/lib/axe.js +0 -0
  330. package/{lighthouse-core → core}/lib/cdt/Common.js +0 -0
  331. package/{lighthouse-core → core}/lib/cdt/Platform.js +0 -0
  332. package/{lighthouse-core → core}/lib/cdt/SDK.js +0 -0
  333. package/{lighthouse-core → core}/lib/cdt/generated/ParsedURL.js +0 -0
  334. package/{lighthouse-core → core}/lib/cdt/generated/SourceMap.js +0 -0
  335. package/{lighthouse-core → core}/lib/cdt/package.json +0 -0
  336. package/{lighthouse-core → core}/lib/csp-evaluator.js +0 -0
  337. package/{lighthouse-core → core}/lib/dependency-graph/base-node.js +0 -0
  338. package/{lighthouse-core → core}/lib/dependency-graph/cpu-node.js +0 -0
  339. package/{lighthouse-core → core}/lib/dependency-graph/network-node.js +0 -0
  340. package/{lighthouse-core → core}/lib/dependency-graph/simulator/connection-pool.js +0 -0
  341. package/{lighthouse-core → core}/lib/dependency-graph/simulator/dns-cache.js +0 -0
  342. package/{lighthouse-core → core}/lib/dependency-graph/simulator/network-analyzer.js +0 -0
  343. package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator-timing-map.js +0 -0
  344. package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator.js +0 -0
  345. package/{lighthouse-core → core}/lib/dependency-graph/simulator/tcp-connection.js +0 -0
  346. package/{lighthouse-core → core}/lib/deprecations-strings.js +0 -0
  347. package/{lighthouse-core → core}/lib/emulation.js +0 -0
  348. package/{lighthouse-core → core}/lib/i18n/README.md +2 -2
  349. package/{lighthouse-core → core}/lib/i18n/i18n.js +0 -0
  350. package/{lighthouse-core → core}/lib/icons.js +0 -0
  351. package/{lighthouse-core → core}/lib/lantern-trace-saver.js +0 -0
  352. package/{lighthouse-core → core}/lib/lh-env.js +0 -0
  353. package/{lighthouse-core → core}/lib/lh-error.js +0 -0
  354. package/{lighthouse-core → core}/lib/lh-trace-processor.js +0 -0
  355. package/{lighthouse-core → core}/lib/manifest-parser.js +0 -0
  356. package/{lighthouse-core → core}/lib/median-run.js +0 -0
  357. package/{lighthouse-core → core}/lib/minification-estimator.js +0 -0
  358. package/{lighthouse-core → core}/lib/minify-devtoolslog.js +0 -0
  359. package/{lighthouse-core → core}/lib/minify-trace.js +3 -3
  360. package/{lighthouse-core → core}/lib/navigation-error.js +0 -0
  361. package/{lighthouse-core → core}/lib/network-recorder.js +0 -0
  362. package/{lighthouse-core → core}/lib/network-request.js +0 -0
  363. package/{lighthouse-core → core}/lib/page-functions.js +0 -0
  364. package/{lighthouse-core → core}/lib/proto-preprocessor.js +0 -0
  365. package/{lighthouse-core → core}/lib/rect-helpers.js +0 -0
  366. package/{lighthouse-core → core}/lib/script-helpers.js +0 -0
  367. package/{lighthouse-core → core}/lib/sentry.js +0 -0
  368. package/{lighthouse-core → core}/lib/stack-packs.js +0 -0
  369. package/{lighthouse-core → core}/lib/statistics.js +0 -0
  370. package/{lighthouse-core → core}/lib/tappable-rects.js +0 -0
  371. package/{lighthouse-core → core}/lib/third-party-web.js +0 -0
  372. package/{lighthouse-core → core}/lib/timing-trace-saver.js +0 -0
  373. package/{lighthouse-core → core}/lib/tracehouse/cpu-profile-model.js +0 -0
  374. package/{lighthouse-core → core}/lib/tracehouse/main-thread-tasks.js +0 -0
  375. package/{lighthouse-core → core}/lib/tracehouse/task-groups.js +0 -0
  376. package/{lighthouse-core → core}/lib/tracehouse/task-summary.js +0 -0
  377. package/{lighthouse-core → core}/lib/tracehouse/trace-processor.js +0 -0
  378. package/{lighthouse-core → core}/lib/traces/pwmetrics-events.js +0 -0
  379. package/{lighthouse-core → core}/lib/url-shim.js +0 -0
  380. package/{lighthouse-core → core}/package.json +0 -0
  381. package/{lighthouse-core → core}/runner.js +0 -0
  382. package/{lighthouse-core → core}/scoring.js +0 -0
  383. package/{lighthouse-core → core}/scripts/download-chrome.sh +0 -0
  384. package/{lighthouse-core → core}/scripts/manual-chrome-launcher.js +1 -1
  385. package/{lighthouse-core → core}/scripts/package.json +0 -0
  386. package/{lighthouse-core → core}/util.cjs +1 -1
  387. package/eslint-local-rules.cjs +1 -1
  388. package/flow-report/test/common-test.tsx +1 -1
  389. package/flow-report/test/run-flow-report-tests.sh +1 -1
  390. package/flow-report/test/sample-flow.ts +1 -1
  391. package/flow-report/tsconfig.json +1 -1
  392. package/package.json +36 -36
  393. package/readme.md +4 -4
  394. package/report/clients/bundle.js +1 -1
  395. package/report/test/clients/bundle-test.js +1 -1
  396. package/report/test/generator/report-generator-test.js +2 -2
  397. package/report/test/renderer/category-renderer-test.js +2 -2
  398. package/report/test/renderer/i18n-test.js +1 -1
  399. package/report/test/renderer/performance-category-renderer-test.js +3 -3
  400. package/report/test/renderer/pwa-category-renderer-test.js +2 -2
  401. package/report/test/renderer/report-renderer-axe-test.js +3 -3
  402. package/report/test/renderer/report-renderer-test.js +3 -3
  403. package/report/test/renderer/report-ui-features-test.js +2 -2
  404. package/report/test/renderer/util-test.js +2 -2
  405. package/shared/localization/locales/ar-XB.json +641 -641
  406. package/shared/localization/locales/ar.json +641 -641
  407. package/shared/localization/locales/bg.json +641 -641
  408. package/shared/localization/locales/ca.json +641 -641
  409. package/shared/localization/locales/cs.json +641 -641
  410. package/shared/localization/locales/da.json +641 -641
  411. package/shared/localization/locales/de.json +641 -641
  412. package/shared/localization/locales/el.json +641 -641
  413. package/shared/localization/locales/en-GB.json +641 -641
  414. package/shared/localization/locales/en-US.json +830 -830
  415. package/shared/localization/locales/en-XA.json +641 -641
  416. package/shared/localization/locales/en-XL.json +830 -830
  417. package/shared/localization/locales/es-419.json +641 -641
  418. package/shared/localization/locales/es.json +641 -641
  419. package/shared/localization/locales/fi.json +641 -641
  420. package/shared/localization/locales/fil.json +641 -641
  421. package/shared/localization/locales/fr.json +641 -641
  422. package/shared/localization/locales/he.json +641 -641
  423. package/shared/localization/locales/hi.json +641 -641
  424. package/shared/localization/locales/hr.json +641 -641
  425. package/shared/localization/locales/hu.json +641 -641
  426. package/shared/localization/locales/id.json +641 -641
  427. package/shared/localization/locales/it.json +641 -641
  428. package/shared/localization/locales/ja.json +641 -641
  429. package/shared/localization/locales/ko.json +641 -641
  430. package/shared/localization/locales/lt.json +641 -641
  431. package/shared/localization/locales/lv.json +641 -641
  432. package/shared/localization/locales/nl.json +641 -641
  433. package/shared/localization/locales/no.json +641 -641
  434. package/shared/localization/locales/pl.json +641 -641
  435. package/shared/localization/locales/pt-PT.json +641 -641
  436. package/shared/localization/locales/pt.json +641 -641
  437. package/shared/localization/locales/ro.json +641 -641
  438. package/shared/localization/locales/ru.json +641 -641
  439. package/shared/localization/locales/sk.json +641 -641
  440. package/shared/localization/locales/sl.json +641 -641
  441. package/shared/localization/locales/sr-Latn.json +641 -641
  442. package/shared/localization/locales/sr.json +641 -641
  443. package/shared/localization/locales/sv.json +641 -641
  444. package/shared/localization/locales/ta.json +641 -641
  445. package/shared/localization/locales/te.json +641 -641
  446. package/shared/localization/locales/th.json +641 -641
  447. package/shared/localization/locales/tr.json +641 -641
  448. package/shared/localization/locales/uk.json +641 -641
  449. package/shared/localization/locales/vi.json +641 -641
  450. package/shared/localization/locales/zh-HK.json +641 -641
  451. package/shared/localization/locales/zh-TW.json +641 -641
  452. package/shared/localization/locales/zh.json +641 -641
  453. package/shared/localization/swap-locale.js +3 -3
  454. package/shared/test/localization/format-test.js +5 -5
  455. package/shared/test/localization/swap-locale-test.js +8 -8
  456. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
  457. package/third-party/chromium-synchronization/installability-errors-test.js +1 -1
  458. package/tsconfig.json +84 -84
  459. package/types/artifacts.d.ts +7 -7
  460. package/types/audit.d.ts +1 -1
  461. package/types/config.d.ts +1 -1
  462. package/types/gatherer.d.ts +8 -8
  463. package/types/global-lh.d.ts +2 -2
  464. package/types/user-flow.d.ts +1 -1
@@ -1,2230 +1,2230 @@
1
1
  {
2
- "flow-report/src/i18n/ui-strings.js | allReports": {
3
- "message": "All Reports"
4
- },
5
- "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
7
- },
8
- "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
- "message": "Accessibility"
10
- },
11
- "flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
12
- "message": "Best Practices"
13
- },
14
- "flow-report/src/i18n/ui-strings.js | categoryPerformance": {
15
- "message": "Performance"
16
- },
17
- "flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
18
- "message": "Progressive Web App"
19
- },
20
- "flow-report/src/i18n/ui-strings.js | categorySeo": {
21
- "message": "SEO"
22
- },
23
- "flow-report/src/i18n/ui-strings.js | desktop": {
24
- "message": "Desktop"
25
- },
26
- "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
28
- },
29
- "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
31
- },
32
- "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
34
- },
35
- "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
37
- },
38
- "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
40
- },
41
- "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
43
- },
44
- "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
45
- "message": "Measure page load Performance metrics such as Largest Contentful Paint and Speed Index."
46
- },
47
- "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
49
- },
50
- "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
51
- "message": "Find accessibility issues in single page applications or complex forms."
52
- },
53
- "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
54
- "message": "Evaluate best practices of menus and UI elements hidden behind interaction."
55
- },
56
- "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
57
- "message": "Measure layout shifts and JavaScript execution time on a series of interactions."
58
- },
59
- "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
60
- "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
61
- },
62
- "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
- "message": "Highest impact"
64
- },
65
- "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
- "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
67
- },
68
- "flow-report/src/i18n/ui-strings.js | mobile": {
69
- "message": "Mobile"
70
- },
71
- "flow-report/src/i18n/ui-strings.js | navigationDescription": {
72
- "message": "Page load"
73
- },
74
- "flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
75
- "message": "Navigation reports analyze a single page load, exactly like the original Lighthouse reports."
76
- },
77
- "flow-report/src/i18n/ui-strings.js | navigationReport": {
78
- "message": "Navigation report"
79
- },
80
- "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
- "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
82
- },
83
- "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
- "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
85
- },
86
- "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
- "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
88
- },
89
- "flow-report/src/i18n/ui-strings.js | ratingAverage": {
90
- "message": "Average"
91
- },
92
- "flow-report/src/i18n/ui-strings.js | ratingError": {
93
- "message": "Error"
94
- },
95
- "flow-report/src/i18n/ui-strings.js | ratingFail": {
96
- "message": "Poor"
97
- },
98
- "flow-report/src/i18n/ui-strings.js | ratingPass": {
99
- "message": "Good"
100
- },
101
- "flow-report/src/i18n/ui-strings.js | save": {
102
- "message": "Save"
103
- },
104
- "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
105
- "message": "Captured state of page"
106
- },
107
- "flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
108
- "message": "Snapshot reports analyze the page in a particular state, typically after user interactions."
109
- },
110
- "flow-report/src/i18n/ui-strings.js | snapshotReport": {
111
- "message": "Snapshot report"
112
- },
113
- "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
- "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
115
- },
116
- "flow-report/src/i18n/ui-strings.js | summary": {
117
- "message": "Summary"
118
- },
119
- "flow-report/src/i18n/ui-strings.js | timespanDescription": {
120
- "message": "User interactions"
121
- },
122
- "flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
123
- "message": "Timespan reports analyze an arbitrary period of time, typically containing user interactions."
124
- },
125
- "flow-report/src/i18n/ui-strings.js | timespanReport": {
126
- "message": "Timespan report"
127
- },
128
- "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
- "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
130
- },
131
- "flow-report/src/i18n/ui-strings.js | title": {
132
- "message": "Lighthouse User Flow Report"
133
- },
134
- "lighthouse-core/audits/accessibility/accesskeys.js | description": {
2
+ "core/audits/accessibility/accesskeys.js | description": {
135
3
  "message": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.4/accesskeys)."
136
4
  },
137
- "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": {
5
+ "core/audits/accessibility/accesskeys.js | failureTitle": {
138
6
  "message": "`[accesskey]` values are not unique"
139
7
  },
140
- "lighthouse-core/audits/accessibility/accesskeys.js | title": {
8
+ "core/audits/accessibility/accesskeys.js | title": {
141
9
  "message": "`[accesskey]` values are unique"
142
10
  },
143
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": {
11
+ "core/audits/accessibility/aria-allowed-attr.js | description": {
144
12
  "message": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr)."
145
13
  },
146
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
14
+ "core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
147
15
  "message": "`[aria-*]` attributes do not match their roles"
148
16
  },
149
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": {
17
+ "core/audits/accessibility/aria-allowed-attr.js | title": {
150
18
  "message": "`[aria-*]` attributes match their roles"
151
19
  },
152
- "lighthouse-core/audits/accessibility/aria-command-name.js | description": {
20
+ "core/audits/accessibility/aria-command-name.js | description": {
153
21
  "message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.4/aria-command-name)."
154
22
  },
155
- "lighthouse-core/audits/accessibility/aria-command-name.js | failureTitle": {
23
+ "core/audits/accessibility/aria-command-name.js | failureTitle": {
156
24
  "message": "`button`, `link`, and `menuitem` elements do not have accessible names."
157
25
  },
158
- "lighthouse-core/audits/accessibility/aria-command-name.js | title": {
26
+ "core/audits/accessibility/aria-command-name.js | title": {
159
27
  "message": "`button`, `link`, and `menuitem` elements have accessible names"
160
28
  },
161
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": {
29
+ "core/audits/accessibility/aria-hidden-body.js | description": {
162
30
  "message": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.4/aria-hidden-body)."
163
31
  },
164
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | failureTitle": {
32
+ "core/audits/accessibility/aria-hidden-body.js | failureTitle": {
165
33
  "message": "`[aria-hidden=\"true\"]` is present on the document `<body>`"
166
34
  },
167
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": {
35
+ "core/audits/accessibility/aria-hidden-body.js | title": {
168
36
  "message": "`[aria-hidden=\"true\"]` is not present on the document `<body>`"
169
37
  },
170
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": {
38
+ "core/audits/accessibility/aria-hidden-focus.js | description": {
171
39
  "message": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.4/aria-hidden-focus)."
172
40
  },
173
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
41
+ "core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
174
42
  "message": "`[aria-hidden=\"true\"]` elements contain focusable descendents"
175
43
  },
176
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | title": {
44
+ "core/audits/accessibility/aria-hidden-focus.js | title": {
177
45
  "message": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents"
178
46
  },
179
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | description": {
47
+ "core/audits/accessibility/aria-input-field-name.js | description": {
180
48
  "message": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.4/aria-input-field-name)."
181
49
  },
182
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | failureTitle": {
50
+ "core/audits/accessibility/aria-input-field-name.js | failureTitle": {
183
51
  "message": "ARIA input fields do not have accessible names"
184
52
  },
185
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | title": {
53
+ "core/audits/accessibility/aria-input-field-name.js | title": {
186
54
  "message": "ARIA input fields have accessible names"
187
55
  },
188
- "lighthouse-core/audits/accessibility/aria-meter-name.js | description": {
56
+ "core/audits/accessibility/aria-meter-name.js | description": {
189
57
  "message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.4/aria-meter-name)."
190
58
  },
191
- "lighthouse-core/audits/accessibility/aria-meter-name.js | failureTitle": {
59
+ "core/audits/accessibility/aria-meter-name.js | failureTitle": {
192
60
  "message": "ARIA `meter` elements do not have accessible names."
193
61
  },
194
- "lighthouse-core/audits/accessibility/aria-meter-name.js | title": {
62
+ "core/audits/accessibility/aria-meter-name.js | title": {
195
63
  "message": "ARIA `meter` elements have accessible names"
196
64
  },
197
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | description": {
65
+ "core/audits/accessibility/aria-progressbar-name.js | description": {
198
66
  "message": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.4/aria-progressbar-name)."
199
67
  },
200
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
68
+ "core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
201
69
  "message": "ARIA `progressbar` elements do not have accessible names."
202
70
  },
203
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | title": {
71
+ "core/audits/accessibility/aria-progressbar-name.js | title": {
204
72
  "message": "ARIA `progressbar` elements have accessible names"
205
73
  },
206
- "lighthouse-core/audits/accessibility/aria-required-attr.js | description": {
74
+ "core/audits/accessibility/aria-required-attr.js | description": {
207
75
  "message": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.4/aria-required-attr)."
208
76
  },
209
- "lighthouse-core/audits/accessibility/aria-required-attr.js | failureTitle": {
77
+ "core/audits/accessibility/aria-required-attr.js | failureTitle": {
210
78
  "message": "`[role]`s do not have all required `[aria-*]` attributes"
211
79
  },
212
- "lighthouse-core/audits/accessibility/aria-required-attr.js | title": {
80
+ "core/audits/accessibility/aria-required-attr.js | title": {
213
81
  "message": "`[role]`s have all required `[aria-*]` attributes"
214
82
  },
215
- "lighthouse-core/audits/accessibility/aria-required-children.js | description": {
83
+ "core/audits/accessibility/aria-required-children.js | description": {
216
84
  "message": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.4/aria-required-children)."
217
85
  },
218
- "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": {
86
+ "core/audits/accessibility/aria-required-children.js | failureTitle": {
219
87
  "message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children."
220
88
  },
221
- "lighthouse-core/audits/accessibility/aria-required-children.js | title": {
89
+ "core/audits/accessibility/aria-required-children.js | title": {
222
90
  "message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children."
223
91
  },
224
- "lighthouse-core/audits/accessibility/aria-required-parent.js | description": {
92
+ "core/audits/accessibility/aria-required-parent.js | description": {
225
93
  "message": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.4/aria-required-parent)."
226
94
  },
227
- "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": {
95
+ "core/audits/accessibility/aria-required-parent.js | failureTitle": {
228
96
  "message": "`[role]`s are not contained by their required parent element"
229
97
  },
230
- "lighthouse-core/audits/accessibility/aria-required-parent.js | title": {
98
+ "core/audits/accessibility/aria-required-parent.js | title": {
231
99
  "message": "`[role]`s are contained by their required parent element"
232
100
  },
233
- "lighthouse-core/audits/accessibility/aria-roles.js | description": {
101
+ "core/audits/accessibility/aria-roles.js | description": {
234
102
  "message": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.4/aria-roles)."
235
103
  },
236
- "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": {
104
+ "core/audits/accessibility/aria-roles.js | failureTitle": {
237
105
  "message": "`[role]` values are not valid"
238
106
  },
239
- "lighthouse-core/audits/accessibility/aria-roles.js | title": {
107
+ "core/audits/accessibility/aria-roles.js | title": {
240
108
  "message": "`[role]` values are valid"
241
109
  },
242
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | description": {
110
+ "core/audits/accessibility/aria-toggle-field-name.js | description": {
243
111
  "message": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.4/aria-toggle-field-name)."
244
112
  },
245
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
113
+ "core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
246
114
  "message": "ARIA toggle fields do not have accessible names"
247
115
  },
248
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | title": {
116
+ "core/audits/accessibility/aria-toggle-field-name.js | title": {
249
117
  "message": "ARIA toggle fields have accessible names"
250
118
  },
251
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | description": {
119
+ "core/audits/accessibility/aria-tooltip-name.js | description": {
252
120
  "message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.4/aria-tooltip-name)."
253
121
  },
254
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
122
+ "core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
255
123
  "message": "ARIA `tooltip` elements do not have accessible names."
256
124
  },
257
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | title": {
125
+ "core/audits/accessibility/aria-tooltip-name.js | title": {
258
126
  "message": "ARIA `tooltip` elements have accessible names"
259
127
  },
260
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | description": {
128
+ "core/audits/accessibility/aria-treeitem-name.js | description": {
261
129
  "message": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.4/aria-treeitem-name)."
262
130
  },
263
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
131
+ "core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
264
132
  "message": "ARIA `treeitem` elements do not have accessible names."
265
133
  },
266
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | title": {
134
+ "core/audits/accessibility/aria-treeitem-name.js | title": {
267
135
  "message": "ARIA `treeitem` elements have accessible names"
268
136
  },
269
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": {
137
+ "core/audits/accessibility/aria-valid-attr-value.js | description": {
270
138
  "message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr-value)."
271
139
  },
272
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
140
+ "core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
273
141
  "message": "`[aria-*]` attributes do not have valid values"
274
142
  },
275
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": {
143
+ "core/audits/accessibility/aria-valid-attr-value.js | title": {
276
144
  "message": "`[aria-*]` attributes have valid values"
277
145
  },
278
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": {
146
+ "core/audits/accessibility/aria-valid-attr.js | description": {
279
147
  "message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr)."
280
148
  },
281
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | failureTitle": {
149
+ "core/audits/accessibility/aria-valid-attr.js | failureTitle": {
282
150
  "message": "`[aria-*]` attributes are not valid or misspelled"
283
151
  },
284
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": {
152
+ "core/audits/accessibility/aria-valid-attr.js | title": {
285
153
  "message": "`[aria-*]` attributes are valid and not misspelled"
286
154
  },
287
- "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": {
155
+ "core/audits/accessibility/axe-audit.js | failingElementsHeader": {
288
156
  "message": "Failing Elements"
289
157
  },
290
- "lighthouse-core/audits/accessibility/button-name.js | description": {
158
+ "core/audits/accessibility/button-name.js | description": {
291
159
  "message": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.4/button-name)."
292
160
  },
293
- "lighthouse-core/audits/accessibility/button-name.js | failureTitle": {
161
+ "core/audits/accessibility/button-name.js | failureTitle": {
294
162
  "message": "Buttons do not have an accessible name"
295
163
  },
296
- "lighthouse-core/audits/accessibility/button-name.js | title": {
164
+ "core/audits/accessibility/button-name.js | title": {
297
165
  "message": "Buttons have an accessible name"
298
166
  },
299
- "lighthouse-core/audits/accessibility/bypass.js | description": {
167
+ "core/audits/accessibility/bypass.js | description": {
300
168
  "message": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.4/bypass)."
301
169
  },
302
- "lighthouse-core/audits/accessibility/bypass.js | failureTitle": {
170
+ "core/audits/accessibility/bypass.js | failureTitle": {
303
171
  "message": "The page does not contain a heading, skip link, or landmark region"
304
172
  },
305
- "lighthouse-core/audits/accessibility/bypass.js | title": {
173
+ "core/audits/accessibility/bypass.js | title": {
306
174
  "message": "The page contains a heading, skip link, or landmark region"
307
175
  },
308
- "lighthouse-core/audits/accessibility/color-contrast.js | description": {
176
+ "core/audits/accessibility/color-contrast.js | description": {
309
177
  "message": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.4/color-contrast)."
310
178
  },
311
- "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": {
179
+ "core/audits/accessibility/color-contrast.js | failureTitle": {
312
180
  "message": "Background and foreground colors do not have a sufficient contrast ratio."
313
181
  },
314
- "lighthouse-core/audits/accessibility/color-contrast.js | title": {
182
+ "core/audits/accessibility/color-contrast.js | title": {
315
183
  "message": "Background and foreground colors have a sufficient contrast ratio"
316
184
  },
317
- "lighthouse-core/audits/accessibility/definition-list.js | description": {
185
+ "core/audits/accessibility/definition-list.js | description": {
318
186
  "message": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.4/definition-list)."
319
187
  },
320
- "lighthouse-core/audits/accessibility/definition-list.js | failureTitle": {
188
+ "core/audits/accessibility/definition-list.js | failureTitle": {
321
189
  "message": "`<dl>`'s do not contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
322
190
  },
323
- "lighthouse-core/audits/accessibility/definition-list.js | title": {
191
+ "core/audits/accessibility/definition-list.js | title": {
324
192
  "message": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
325
193
  },
326
- "lighthouse-core/audits/accessibility/dlitem.js | description": {
194
+ "core/audits/accessibility/dlitem.js | description": {
327
195
  "message": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.4/dlitem)."
328
196
  },
329
- "lighthouse-core/audits/accessibility/dlitem.js | failureTitle": {
197
+ "core/audits/accessibility/dlitem.js | failureTitle": {
330
198
  "message": "Definition list items are not wrapped in `<dl>` elements"
331
199
  },
332
- "lighthouse-core/audits/accessibility/dlitem.js | title": {
200
+ "core/audits/accessibility/dlitem.js | title": {
333
201
  "message": "Definition list items are wrapped in `<dl>` elements"
334
202
  },
335
- "lighthouse-core/audits/accessibility/document-title.js | description": {
203
+ "core/audits/accessibility/document-title.js | description": {
336
204
  "message": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.4/document-title)."
337
205
  },
338
- "lighthouse-core/audits/accessibility/document-title.js | failureTitle": {
206
+ "core/audits/accessibility/document-title.js | failureTitle": {
339
207
  "message": "Document doesn't have a `<title>` element"
340
208
  },
341
- "lighthouse-core/audits/accessibility/document-title.js | title": {
209
+ "core/audits/accessibility/document-title.js | title": {
342
210
  "message": "Document has a `<title>` element"
343
211
  },
344
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": {
212
+ "core/audits/accessibility/duplicate-id-active.js | description": {
345
213
  "message": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn how to fix duplicate `id`s](https://dequeuniversity.com/rules/axe/4.4/duplicate-id-active)."
346
214
  },
347
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | failureTitle": {
215
+ "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
348
216
  "message": "`[id]` attributes on active, focusable elements are not unique"
349
217
  },
350
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | title": {
218
+ "core/audits/accessibility/duplicate-id-active.js | title": {
351
219
  "message": "`[id]` attributes on active, focusable elements are unique"
352
220
  },
353
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": {
221
+ "core/audits/accessibility/duplicate-id-aria.js | description": {
354
222
  "message": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.4/duplicate-id-aria)."
355
223
  },
356
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
224
+ "core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
357
225
  "message": "ARIA IDs are not unique"
358
226
  },
359
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": {
227
+ "core/audits/accessibility/duplicate-id-aria.js | title": {
360
228
  "message": "ARIA IDs are unique"
361
229
  },
362
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | description": {
230
+ "core/audits/accessibility/form-field-multiple-labels.js | description": {
363
231
  "message": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.4/form-field-multiple-labels)."
364
232
  },
365
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
233
+ "core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
366
234
  "message": "Form fields have multiple labels"
367
235
  },
368
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | title": {
236
+ "core/audits/accessibility/form-field-multiple-labels.js | title": {
369
237
  "message": "No form fields have multiple labels"
370
238
  },
371
- "lighthouse-core/audits/accessibility/frame-title.js | description": {
239
+ "core/audits/accessibility/frame-title.js | description": {
372
240
  "message": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.4/frame-title)."
373
241
  },
374
- "lighthouse-core/audits/accessibility/frame-title.js | failureTitle": {
242
+ "core/audits/accessibility/frame-title.js | failureTitle": {
375
243
  "message": "`<frame>` or `<iframe>` elements do not have a title"
376
244
  },
377
- "lighthouse-core/audits/accessibility/frame-title.js | title": {
245
+ "core/audits/accessibility/frame-title.js | title": {
378
246
  "message": "`<frame>` or `<iframe>` elements have a title"
379
247
  },
380
- "lighthouse-core/audits/accessibility/heading-order.js | description": {
248
+ "core/audits/accessibility/heading-order.js | description": {
381
249
  "message": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.4/heading-order)."
382
250
  },
383
- "lighthouse-core/audits/accessibility/heading-order.js | failureTitle": {
251
+ "core/audits/accessibility/heading-order.js | failureTitle": {
384
252
  "message": "Heading elements are not in a sequentially-descending order"
385
253
  },
386
- "lighthouse-core/audits/accessibility/heading-order.js | title": {
254
+ "core/audits/accessibility/heading-order.js | title": {
387
255
  "message": "Heading elements appear in a sequentially-descending order"
388
256
  },
389
- "lighthouse-core/audits/accessibility/html-has-lang.js | description": {
257
+ "core/audits/accessibility/html-has-lang.js | description": {
390
258
  "message": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.4/html-has-lang)."
391
259
  },
392
- "lighthouse-core/audits/accessibility/html-has-lang.js | failureTitle": {
260
+ "core/audits/accessibility/html-has-lang.js | failureTitle": {
393
261
  "message": "`<html>` element does not have a `[lang]` attribute"
394
262
  },
395
- "lighthouse-core/audits/accessibility/html-has-lang.js | title": {
263
+ "core/audits/accessibility/html-has-lang.js | title": {
396
264
  "message": "`<html>` element has a `[lang]` attribute"
397
265
  },
398
- "lighthouse-core/audits/accessibility/html-lang-valid.js | description": {
266
+ "core/audits/accessibility/html-lang-valid.js | description": {
399
267
  "message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.4/html-lang-valid)."
400
268
  },
401
- "lighthouse-core/audits/accessibility/html-lang-valid.js | failureTitle": {
269
+ "core/audits/accessibility/html-lang-valid.js | failureTitle": {
402
270
  "message": "`<html>` element does not have a valid value for its `[lang]` attribute."
403
271
  },
404
- "lighthouse-core/audits/accessibility/html-lang-valid.js | title": {
272
+ "core/audits/accessibility/html-lang-valid.js | title": {
405
273
  "message": "`<html>` element has a valid value for its `[lang]` attribute"
406
274
  },
407
- "lighthouse-core/audits/accessibility/image-alt.js | description": {
275
+ "core/audits/accessibility/image-alt.js | description": {
408
276
  "message": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.4/image-alt)."
409
277
  },
410
- "lighthouse-core/audits/accessibility/image-alt.js | failureTitle": {
278
+ "core/audits/accessibility/image-alt.js | failureTitle": {
411
279
  "message": "Image elements do not have `[alt]` attributes"
412
280
  },
413
- "lighthouse-core/audits/accessibility/image-alt.js | title": {
281
+ "core/audits/accessibility/image-alt.js | title": {
414
282
  "message": "Image elements have `[alt]` attributes"
415
283
  },
416
- "lighthouse-core/audits/accessibility/input-image-alt.js | description": {
284
+ "core/audits/accessibility/input-image-alt.js | description": {
417
285
  "message": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.4/input-image-alt)."
418
286
  },
419
- "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": {
287
+ "core/audits/accessibility/input-image-alt.js | failureTitle": {
420
288
  "message": "`<input type=\"image\">` elements do not have `[alt]` text"
421
289
  },
422
- "lighthouse-core/audits/accessibility/input-image-alt.js | title": {
290
+ "core/audits/accessibility/input-image-alt.js | title": {
423
291
  "message": "`<input type=\"image\">` elements have `[alt]` text"
424
292
  },
425
- "lighthouse-core/audits/accessibility/label.js | description": {
293
+ "core/audits/accessibility/label.js | description": {
426
294
  "message": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.4/label)."
427
295
  },
428
- "lighthouse-core/audits/accessibility/label.js | failureTitle": {
296
+ "core/audits/accessibility/label.js | failureTitle": {
429
297
  "message": "Form elements do not have associated labels"
430
298
  },
431
- "lighthouse-core/audits/accessibility/label.js | title": {
299
+ "core/audits/accessibility/label.js | title": {
432
300
  "message": "Form elements have associated labels"
433
301
  },
434
- "lighthouse-core/audits/accessibility/link-name.js | description": {
302
+ "core/audits/accessibility/link-name.js | description": {
435
303
  "message": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.4/link-name)."
436
304
  },
437
- "lighthouse-core/audits/accessibility/link-name.js | failureTitle": {
305
+ "core/audits/accessibility/link-name.js | failureTitle": {
438
306
  "message": "Links do not have a discernible name"
439
307
  },
440
- "lighthouse-core/audits/accessibility/link-name.js | title": {
308
+ "core/audits/accessibility/link-name.js | title": {
441
309
  "message": "Links have a discernible name"
442
310
  },
443
- "lighthouse-core/audits/accessibility/list.js | description": {
311
+ "core/audits/accessibility/list.js | description": {
444
312
  "message": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.4/list)."
445
313
  },
446
- "lighthouse-core/audits/accessibility/list.js | failureTitle": {
314
+ "core/audits/accessibility/list.js | failureTitle": {
447
315
  "message": "Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
448
316
  },
449
- "lighthouse-core/audits/accessibility/list.js | title": {
317
+ "core/audits/accessibility/list.js | title": {
450
318
  "message": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
451
319
  },
452
- "lighthouse-core/audits/accessibility/listitem.js | description": {
320
+ "core/audits/accessibility/listitem.js | description": {
453
321
  "message": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.4/listitem)."
454
322
  },
455
- "lighthouse-core/audits/accessibility/listitem.js | failureTitle": {
323
+ "core/audits/accessibility/listitem.js | failureTitle": {
456
324
  "message": "List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements."
457
325
  },
458
- "lighthouse-core/audits/accessibility/listitem.js | title": {
326
+ "core/audits/accessibility/listitem.js | title": {
459
327
  "message": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements"
460
328
  },
461
- "lighthouse-core/audits/accessibility/meta-refresh.js | description": {
329
+ "core/audits/accessibility/meta-refresh.js | description": {
462
330
  "message": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.4/meta-refresh)."
463
331
  },
464
- "lighthouse-core/audits/accessibility/meta-refresh.js | failureTitle": {
332
+ "core/audits/accessibility/meta-refresh.js | failureTitle": {
465
333
  "message": "The document uses `<meta http-equiv=\"refresh\">`"
466
334
  },
467
- "lighthouse-core/audits/accessibility/meta-refresh.js | title": {
335
+ "core/audits/accessibility/meta-refresh.js | title": {
468
336
  "message": "The document does not use `<meta http-equiv=\"refresh\">`"
469
337
  },
470
- "lighthouse-core/audits/accessibility/meta-viewport.js | description": {
338
+ "core/audits/accessibility/meta-viewport.js | description": {
471
339
  "message": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.4/meta-viewport)."
472
340
  },
473
- "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": {
341
+ "core/audits/accessibility/meta-viewport.js | failureTitle": {
474
342
  "message": "`[user-scalable=\"no\"]` is used in the `<meta name=\"viewport\">` element or the `[maximum-scale]` attribute is less than 5."
475
343
  },
476
- "lighthouse-core/audits/accessibility/meta-viewport.js | title": {
344
+ "core/audits/accessibility/meta-viewport.js | title": {
477
345
  "message": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5."
478
346
  },
479
- "lighthouse-core/audits/accessibility/object-alt.js | description": {
347
+ "core/audits/accessibility/object-alt.js | description": {
480
348
  "message": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.4/object-alt)."
481
349
  },
482
- "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
350
+ "core/audits/accessibility/object-alt.js | failureTitle": {
483
351
  "message": "`<object>` elements do not have alternate text"
484
352
  },
485
- "lighthouse-core/audits/accessibility/object-alt.js | title": {
353
+ "core/audits/accessibility/object-alt.js | title": {
486
354
  "message": "`<object>` elements have alternate text"
487
355
  },
488
- "lighthouse-core/audits/accessibility/tabindex.js | description": {
356
+ "core/audits/accessibility/tabindex.js | description": {
489
357
  "message": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.4/tabindex)."
490
358
  },
491
- "lighthouse-core/audits/accessibility/tabindex.js | failureTitle": {
359
+ "core/audits/accessibility/tabindex.js | failureTitle": {
492
360
  "message": "Some elements have a `[tabindex]` value greater than 0"
493
361
  },
494
- "lighthouse-core/audits/accessibility/tabindex.js | title": {
362
+ "core/audits/accessibility/tabindex.js | title": {
495
363
  "message": "No element has a `[tabindex]` value greater than 0"
496
364
  },
497
- "lighthouse-core/audits/accessibility/td-headers-attr.js | description": {
365
+ "core/audits/accessibility/td-headers-attr.js | description": {
498
366
  "message": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.4/td-headers-attr)."
499
367
  },
500
- "lighthouse-core/audits/accessibility/td-headers-attr.js | failureTitle": {
368
+ "core/audits/accessibility/td-headers-attr.js | failureTitle": {
501
369
  "message": "Cells in a `<table>` element that use the `[headers]` attribute refer to an element `id` not found within the same table."
502
370
  },
503
- "lighthouse-core/audits/accessibility/td-headers-attr.js | title": {
371
+ "core/audits/accessibility/td-headers-attr.js | title": {
504
372
  "message": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table."
505
373
  },
506
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | description": {
374
+ "core/audits/accessibility/th-has-data-cells.js | description": {
507
375
  "message": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.4/th-has-data-cells)."
508
376
  },
509
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | failureTitle": {
377
+ "core/audits/accessibility/th-has-data-cells.js | failureTitle": {
510
378
  "message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` do not have data cells they describe."
511
379
  },
512
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | title": {
380
+ "core/audits/accessibility/th-has-data-cells.js | title": {
513
381
  "message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe."
514
382
  },
515
- "lighthouse-core/audits/accessibility/valid-lang.js | description": {
383
+ "core/audits/accessibility/valid-lang.js | description": {
516
384
  "message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.4/valid-lang)."
517
385
  },
518
- "lighthouse-core/audits/accessibility/valid-lang.js | failureTitle": {
386
+ "core/audits/accessibility/valid-lang.js | failureTitle": {
519
387
  "message": "`[lang]` attributes do not have a valid value"
520
388
  },
521
- "lighthouse-core/audits/accessibility/valid-lang.js | title": {
389
+ "core/audits/accessibility/valid-lang.js | title": {
522
390
  "message": "`[lang]` attributes have a valid value"
523
391
  },
524
- "lighthouse-core/audits/accessibility/video-caption.js | description": {
392
+ "core/audits/accessibility/video-caption.js | description": {
525
393
  "message": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.4/video-caption)."
526
394
  },
527
- "lighthouse-core/audits/accessibility/video-caption.js | failureTitle": {
395
+ "core/audits/accessibility/video-caption.js | failureTitle": {
528
396
  "message": "`<video>` elements do not contain a `<track>` element with `[kind=\"captions\"]`."
529
397
  },
530
- "lighthouse-core/audits/accessibility/video-caption.js | title": {
398
+ "core/audits/accessibility/video-caption.js | title": {
531
399
  "message": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`"
532
400
  },
533
- "lighthouse-core/audits/autocomplete.js | columnCurrent": {
401
+ "core/audits/autocomplete.js | columnCurrent": {
534
402
  "message": "Current Value"
535
403
  },
536
- "lighthouse-core/audits/autocomplete.js | columnSuggestions": {
404
+ "core/audits/autocomplete.js | columnSuggestions": {
537
405
  "message": "Suggested Token"
538
406
  },
539
- "lighthouse-core/audits/autocomplete.js | description": {
407
+ "core/audits/autocomplete.js | description": {
540
408
  "message": "`autocomplete` helps users submit forms quicker. To reduce user effort, consider enabling by setting the `autocomplete` attribute to a valid value. [Learn more about `autocomplete` in forms](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
541
409
  },
542
- "lighthouse-core/audits/autocomplete.js | failureTitle": {
410
+ "core/audits/autocomplete.js | failureTitle": {
543
411
  "message": "`<input>` elements do not have correct `autocomplete` attributes"
544
412
  },
545
- "lighthouse-core/audits/autocomplete.js | manualReview": {
413
+ "core/audits/autocomplete.js | manualReview": {
546
414
  "message": "Requires manual review"
547
415
  },
548
- "lighthouse-core/audits/autocomplete.js | reviewOrder": {
416
+ "core/audits/autocomplete.js | reviewOrder": {
549
417
  "message": "Review order of tokens"
550
418
  },
551
- "lighthouse-core/audits/autocomplete.js | title": {
419
+ "core/audits/autocomplete.js | title": {
552
420
  "message": "`<input>` elements correctly use `autocomplete`"
553
421
  },
554
- "lighthouse-core/audits/autocomplete.js | warningInvalid": {
422
+ "core/audits/autocomplete.js | warningInvalid": {
555
423
  "message": "`autocomplete` token(s): \"{token}\" is invalid in {snippet}"
556
424
  },
557
- "lighthouse-core/audits/autocomplete.js | warningOrder": {
425
+ "core/audits/autocomplete.js | warningOrder": {
558
426
  "message": "Review order of tokens: \"{tokens}\" in {snippet}"
559
427
  },
560
- "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": {
428
+ "core/audits/bootup-time.js | chromeExtensionsWarning": {
561
429
  "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions."
562
430
  },
563
- "lighthouse-core/audits/bootup-time.js | columnScriptEval": {
431
+ "core/audits/bootup-time.js | columnScriptEval": {
564
432
  "message": "Script Evaluation"
565
433
  },
566
- "lighthouse-core/audits/bootup-time.js | columnScriptParse": {
434
+ "core/audits/bootup-time.js | columnScriptParse": {
567
435
  "message": "Script Parse"
568
436
  },
569
- "lighthouse-core/audits/bootup-time.js | columnTotal": {
437
+ "core/audits/bootup-time.js | columnTotal": {
570
438
  "message": "Total CPU Time"
571
439
  },
572
- "lighthouse-core/audits/bootup-time.js | description": {
440
+ "core/audits/bootup-time.js | description": {
573
441
  "message": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://web.dev/bootup-time/)."
574
442
  },
575
- "lighthouse-core/audits/bootup-time.js | failureTitle": {
443
+ "core/audits/bootup-time.js | failureTitle": {
576
444
  "message": "Reduce JavaScript execution time"
577
445
  },
578
- "lighthouse-core/audits/bootup-time.js | title": {
446
+ "core/audits/bootup-time.js | title": {
579
447
  "message": "JavaScript execution time"
580
448
  },
581
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | description": {
449
+ "core/audits/byte-efficiency/duplicated-javascript.js | description": {
582
450
  "message": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. "
583
451
  },
584
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | title": {
452
+ "core/audits/byte-efficiency/duplicated-javascript.js | title": {
585
453
  "message": "Remove duplicate modules in JavaScript bundles"
586
454
  },
587
- "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": {
455
+ "core/audits/byte-efficiency/efficient-animated-content.js | description": {
588
456
  "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://web.dev/efficient-animated-content/)"
589
457
  },
590
- "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": {
458
+ "core/audits/byte-efficiency/efficient-animated-content.js | title": {
591
459
  "message": "Use video formats for animated content"
592
460
  },
593
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
461
+ "core/audits/byte-efficiency/legacy-javascript.js | description": {
594
462
  "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https://web.dev/publish-modern-javascript/)"
595
463
  },
596
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
464
+ "core/audits/byte-efficiency/legacy-javascript.js | title": {
597
465
  "message": "Avoid serving legacy JavaScript to modern browsers"
598
466
  },
599
- "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | description": {
467
+ "core/audits/byte-efficiency/modern-image-formats.js | description": {
600
468
  "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://web.dev/uses-webp-images/)."
601
469
  },
602
- "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | title": {
470
+ "core/audits/byte-efficiency/modern-image-formats.js | title": {
603
471
  "message": "Serve images in next-gen formats"
604
472
  },
605
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": {
473
+ "core/audits/byte-efficiency/offscreen-images.js | description": {
606
474
  "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://web.dev/offscreen-images/)."
607
475
  },
608
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": {
476
+ "core/audits/byte-efficiency/offscreen-images.js | title": {
609
477
  "message": "Defer offscreen images"
610
478
  },
611
- "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": {
479
+ "core/audits/byte-efficiency/render-blocking-resources.js | description": {
612
480
  "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://web.dev/render-blocking-resources/)."
613
481
  },
614
- "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": {
482
+ "core/audits/byte-efficiency/render-blocking-resources.js | title": {
615
483
  "message": "Eliminate render-blocking resources"
616
484
  },
617
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": {
485
+ "core/audits/byte-efficiency/total-byte-weight.js | description": {
618
486
  "message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://web.dev/total-byte-weight/)."
619
487
  },
620
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
488
+ "core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
621
489
  "message": "Total size was {totalBytes, number, bytes} KiB"
622
490
  },
623
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
491
+ "core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
624
492
  "message": "Avoid enormous network payloads"
625
493
  },
626
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": {
494
+ "core/audits/byte-efficiency/total-byte-weight.js | title": {
627
495
  "message": "Avoids enormous network payloads"
628
496
  },
629
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": {
497
+ "core/audits/byte-efficiency/unminified-css.js | description": {
630
498
  "message": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://web.dev/unminified-css/)."
631
499
  },
632
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": {
500
+ "core/audits/byte-efficiency/unminified-css.js | title": {
633
501
  "message": "Minify CSS"
634
502
  },
635
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": {
503
+ "core/audits/byte-efficiency/unminified-javascript.js | description": {
636
504
  "message": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://web.dev/unminified-javascript/)."
637
505
  },
638
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": {
506
+ "core/audits/byte-efficiency/unminified-javascript.js | title": {
639
507
  "message": "Minify JavaScript"
640
508
  },
641
- "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": {
509
+ "core/audits/byte-efficiency/unused-css-rules.js | description": {
642
510
  "message": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://web.dev/unused-css-rules/)."
643
511
  },
644
- "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": {
512
+ "core/audits/byte-efficiency/unused-css-rules.js | title": {
645
513
  "message": "Reduce unused CSS"
646
514
  },
647
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": {
515
+ "core/audits/byte-efficiency/unused-javascript.js | description": {
648
516
  "message": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://web.dev/unused-javascript/)."
649
517
  },
650
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": {
518
+ "core/audits/byte-efficiency/unused-javascript.js | title": {
651
519
  "message": "Reduce unused JavaScript"
652
520
  },
653
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
521
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
654
522
  "message": "A long cache lifetime can speed up repeat visits to your page. [Learn more about efficient cache policies](https://web.dev/uses-long-cache-ttl/)."
655
523
  },
656
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
524
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
657
525
  "message": "{itemCount, plural,\n =1 {1 resource found}\n other {# resources found}\n }"
658
526
  },
659
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
527
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
660
528
  "message": "Serve static assets with an efficient cache policy"
661
529
  },
662
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
530
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
663
531
  "message": "Uses efficient cache policy on static assets"
664
532
  },
665
- "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": {
533
+ "core/audits/byte-efficiency/uses-optimized-images.js | description": {
666
534
  "message": "Optimized images load faster and consume less cellular data. [Learn how to efficiently encode images](https://web.dev/uses-optimized-images/)."
667
535
  },
668
- "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": {
536
+ "core/audits/byte-efficiency/uses-optimized-images.js | title": {
669
537
  "message": "Efficiently encode images"
670
538
  },
671
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
539
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
672
540
  "message": "Actual dimensions"
673
541
  },
674
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
542
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
675
543
  "message": "Displayed dimensions"
676
544
  },
677
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
545
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
678
546
  "message": "Images were larger than their displayed size"
679
547
  },
680
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
548
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
681
549
  "message": "Images were appropriate for their displayed size"
682
550
  },
683
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": {
551
+ "core/audits/byte-efficiency/uses-responsive-images.js | description": {
684
552
  "message": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn how to size images](https://web.dev/uses-responsive-images/)."
685
553
  },
686
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": {
554
+ "core/audits/byte-efficiency/uses-responsive-images.js | title": {
687
555
  "message": "Properly size images"
688
556
  },
689
- "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": {
557
+ "core/audits/byte-efficiency/uses-text-compression.js | description": {
690
558
  "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more about text compression](https://web.dev/uses-text-compression/)."
691
559
  },
692
- "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": {
560
+ "core/audits/byte-efficiency/uses-text-compression.js | title": {
693
561
  "message": "Enable text compression"
694
562
  },
695
- "lighthouse-core/audits/content-width.js | description": {
563
+ "core/audits/content-width.js | description": {
696
564
  "message": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://web.dev/content-width/)."
697
565
  },
698
- "lighthouse-core/audits/content-width.js | explanation": {
566
+ "core/audits/content-width.js | explanation": {
699
567
  "message": "The viewport size of {innerWidth}px does not match the window size of {outerWidth}px."
700
568
  },
701
- "lighthouse-core/audits/content-width.js | failureTitle": {
569
+ "core/audits/content-width.js | failureTitle": {
702
570
  "message": "Content is not sized correctly for the viewport"
703
571
  },
704
- "lighthouse-core/audits/content-width.js | title": {
572
+ "core/audits/content-width.js | title": {
705
573
  "message": "Content is sized correctly for the viewport"
706
574
  },
707
- "lighthouse-core/audits/critical-request-chains.js | description": {
575
+ "core/audits/critical-request-chains.js | description": {
708
576
  "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://web.dev/critical-request-chains/)."
709
577
  },
710
- "lighthouse-core/audits/critical-request-chains.js | displayValue": {
578
+ "core/audits/critical-request-chains.js | displayValue": {
711
579
  "message": "{itemCount, plural,\n =1 {1 chain found}\n other {# chains found}\n }"
712
580
  },
713
- "lighthouse-core/audits/critical-request-chains.js | title": {
581
+ "core/audits/critical-request-chains.js | title": {
714
582
  "message": "Avoid chaining critical requests"
715
583
  },
716
- "lighthouse-core/audits/csp-xss.js | columnDirective": {
584
+ "core/audits/csp-xss.js | columnDirective": {
717
585
  "message": "Directive"
718
586
  },
719
- "lighthouse-core/audits/csp-xss.js | columnSeverity": {
587
+ "core/audits/csp-xss.js | columnSeverity": {
720
588
  "message": "Severity"
721
589
  },
722
- "lighthouse-core/audits/csp-xss.js | description": {
590
+ "core/audits/csp-xss.js | description": {
723
591
  "message": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://web.dev/csp-xss/)"
724
592
  },
725
- "lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": {
593
+ "core/audits/csp-xss.js | itemSeveritySyntax": {
726
594
  "message": "Syntax"
727
595
  },
728
- "lighthouse-core/audits/csp-xss.js | metaTagMessage": {
596
+ "core/audits/csp-xss.js | metaTagMessage": {
729
597
  "message": "The page contains a CSP defined in a <meta> tag. Consider defining the CSP in an HTTP header if you can."
730
598
  },
731
- "lighthouse-core/audits/csp-xss.js | noCsp": {
599
+ "core/audits/csp-xss.js | noCsp": {
732
600
  "message": "No CSP found in enforcement mode"
733
601
  },
734
- "lighthouse-core/audits/csp-xss.js | title": {
602
+ "core/audits/csp-xss.js | title": {
735
603
  "message": "Ensure CSP is effective against XSS attacks"
736
604
  },
737
- "lighthouse-core/audits/deprecations.js | columnDeprecate": {
605
+ "core/audits/deprecations.js | columnDeprecate": {
738
606
  "message": "Deprecation / Warning"
739
607
  },
740
- "lighthouse-core/audits/deprecations.js | columnLine": {
608
+ "core/audits/deprecations.js | columnLine": {
741
609
  "message": "Line"
742
610
  },
743
- "lighthouse-core/audits/deprecations.js | description": {
611
+ "core/audits/deprecations.js | description": {
744
612
  "message": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://web.dev/deprecations/)."
745
613
  },
746
- "lighthouse-core/audits/deprecations.js | displayValue": {
614
+ "core/audits/deprecations.js | displayValue": {
747
615
  "message": "{itemCount, plural,\n =1 {1 warning found}\n other {# warnings found}\n }"
748
616
  },
749
- "lighthouse-core/audits/deprecations.js | failureTitle": {
617
+ "core/audits/deprecations.js | failureTitle": {
750
618
  "message": "Uses deprecated APIs"
751
619
  },
752
- "lighthouse-core/audits/deprecations.js | title": {
620
+ "core/audits/deprecations.js | title": {
753
621
  "message": "Avoids deprecated APIs"
754
622
  },
755
- "lighthouse-core/audits/dobetterweb/charset.js | description": {
623
+ "core/audits/dobetterweb/charset.js | description": {
756
624
  "message": "A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://web.dev/charset/)."
757
625
  },
758
- "lighthouse-core/audits/dobetterweb/charset.js | failureTitle": {
626
+ "core/audits/dobetterweb/charset.js | failureTitle": {
759
627
  "message": "Charset declaration is missing or occurs too late in the HTML"
760
628
  },
761
- "lighthouse-core/audits/dobetterweb/charset.js | title": {
629
+ "core/audits/dobetterweb/charset.js | title": {
762
630
  "message": "Properly defines charset"
763
631
  },
764
- "lighthouse-core/audits/dobetterweb/doctype.js | description": {
632
+ "core/audits/dobetterweb/doctype.js | description": {
765
633
  "message": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://web.dev/doctype/)."
766
634
  },
767
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
635
+ "core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
768
636
  "message": "Doctype name must be the string `html`"
769
637
  },
770
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
638
+ "core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
771
639
  "message": "Document must contain a doctype"
772
640
  },
773
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationPublicId": {
641
+ "core/audits/dobetterweb/doctype.js | explanationPublicId": {
774
642
  "message": "Expected publicId to be an empty string"
775
643
  },
776
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationSystemId": {
644
+ "core/audits/dobetterweb/doctype.js | explanationSystemId": {
777
645
  "message": "Expected systemId to be an empty string"
778
646
  },
779
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationWrongDoctype": {
647
+ "core/audits/dobetterweb/doctype.js | explanationWrongDoctype": {
780
648
  "message": "Document contains a doctype that triggers quirks-mode"
781
649
  },
782
- "lighthouse-core/audits/dobetterweb/doctype.js | failureTitle": {
650
+ "core/audits/dobetterweb/doctype.js | failureTitle": {
783
651
  "message": "Page lacks the HTML doctype, thus triggering quirks-mode"
784
652
  },
785
- "lighthouse-core/audits/dobetterweb/doctype.js | title": {
653
+ "core/audits/dobetterweb/doctype.js | title": {
786
654
  "message": "Page has the HTML doctype"
787
655
  },
788
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": {
656
+ "core/audits/dobetterweb/dom-size.js | columnStatistic": {
789
657
  "message": "Statistic"
790
658
  },
791
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": {
659
+ "core/audits/dobetterweb/dom-size.js | columnValue": {
792
660
  "message": "Value"
793
661
  },
794
- "lighthouse-core/audits/dobetterweb/dom-size.js | description": {
662
+ "core/audits/dobetterweb/dom-size.js | description": {
795
663
  "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://web.dev/dom-size/)."
796
664
  },
797
- "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": {
665
+ "core/audits/dobetterweb/dom-size.js | displayValue": {
798
666
  "message": "{itemCount, plural,\n =1 {1 element}\n other {# elements}\n }"
799
667
  },
800
- "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": {
668
+ "core/audits/dobetterweb/dom-size.js | failureTitle": {
801
669
  "message": "Avoid an excessive DOM size"
802
670
  },
803
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
671
+ "core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
804
672
  "message": "Maximum DOM Depth"
805
673
  },
806
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
674
+ "core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
807
675
  "message": "Total DOM Elements"
808
676
  },
809
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
677
+ "core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
810
678
  "message": "Maximum Child Elements"
811
679
  },
812
- "lighthouse-core/audits/dobetterweb/dom-size.js | title": {
680
+ "core/audits/dobetterweb/dom-size.js | title": {
813
681
  "message": "Avoids an excessive DOM size"
814
682
  },
815
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
683
+ "core/audits/dobetterweb/geolocation-on-start.js | description": {
816
684
  "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://web.dev/geolocation-on-start/)."
817
685
  },
818
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
686
+ "core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
819
687
  "message": "Requests the geolocation permission on page load"
820
688
  },
821
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": {
689
+ "core/audits/dobetterweb/geolocation-on-start.js | title": {
822
690
  "message": "Avoids requesting the geolocation permission on page load"
823
691
  },
824
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
692
+ "core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
825
693
  "message": "Issue type"
826
694
  },
827
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | description": {
695
+ "core/audits/dobetterweb/inspector-issues.js | description": {
828
696
  "message": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
829
697
  },
830
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | failureTitle": {
698
+ "core/audits/dobetterweb/inspector-issues.js | failureTitle": {
831
699
  "message": "Issues were logged in the `Issues` panel in Chrome Devtools"
832
700
  },
833
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
701
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
834
702
  "message": "Blocked by cross-origin policy"
835
703
  },
836
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
704
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
837
705
  "message": "Heavy resource usage by ads"
838
706
  },
839
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | title": {
707
+ "core/audits/dobetterweb/inspector-issues.js | title": {
840
708
  "message": "No issues in the `Issues` panel in Chrome Devtools"
841
709
  },
842
- "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": {
710
+ "core/audits/dobetterweb/js-libraries.js | columnVersion": {
843
711
  "message": "Version"
844
712
  },
845
- "lighthouse-core/audits/dobetterweb/js-libraries.js | description": {
713
+ "core/audits/dobetterweb/js-libraries.js | description": {
846
714
  "message": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://web.dev/js-libraries/)."
847
715
  },
848
- "lighthouse-core/audits/dobetterweb/js-libraries.js | title": {
716
+ "core/audits/dobetterweb/js-libraries.js | title": {
849
717
  "message": "Detected JavaScript libraries"
850
718
  },
851
- "lighthouse-core/audits/dobetterweb/no-document-write.js | description": {
719
+ "core/audits/dobetterweb/no-document-write.js | description": {
852
720
  "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://web.dev/no-document-write/)."
853
721
  },
854
- "lighthouse-core/audits/dobetterweb/no-document-write.js | failureTitle": {
722
+ "core/audits/dobetterweb/no-document-write.js | failureTitle": {
855
723
  "message": "Avoid `document.write()`"
856
724
  },
857
- "lighthouse-core/audits/dobetterweb/no-document-write.js | title": {
725
+ "core/audits/dobetterweb/no-document-write.js | title": {
858
726
  "message": "Avoids `document.write()`"
859
727
  },
860
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
728
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
861
729
  "message": "Highest Severity"
862
730
  },
863
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
731
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
864
732
  "message": "Library Version"
865
733
  },
866
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
734
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
867
735
  "message": "Vulnerability Count"
868
736
  },
869
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
737
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
870
738
  "message": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more about vulnerable libraries](https://web.dev/no-vulnerable-libraries/)."
871
739
  },
872
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
740
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
873
741
  "message": "{itemCount, plural,\n =1 {1 vulnerability detected}\n other {# vulnerabilities detected}\n }"
874
742
  },
875
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
743
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
876
744
  "message": "Includes front-end JavaScript libraries with known security vulnerabilities"
877
745
  },
878
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
746
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
879
747
  "message": "Avoids front-end JavaScript libraries with known security vulnerabilities"
880
748
  },
881
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": {
749
+ "core/audits/dobetterweb/notification-on-start.js | description": {
882
750
  "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://web.dev/notification-on-start/)."
883
751
  },
884
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | failureTitle": {
752
+ "core/audits/dobetterweb/notification-on-start.js | failureTitle": {
885
753
  "message": "Requests the notification permission on page load"
886
754
  },
887
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": {
755
+ "core/audits/dobetterweb/notification-on-start.js | title": {
888
756
  "message": "Avoids requesting the notification permission on page load"
889
757
  },
890
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
758
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
891
759
  "message": "Preventing password pasting undermines good security policy. [Learn more about user-friendly password fields](https://web.dev/password-inputs-can-be-pasted-into/)."
892
760
  },
893
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
761
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
894
762
  "message": "Prevents users to paste into password fields"
895
763
  },
896
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
764
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
897
765
  "message": "Allows users to paste into password fields"
898
766
  },
899
- "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": {
767
+ "core/audits/dobetterweb/uses-http2.js | columnProtocol": {
900
768
  "message": "Protocol"
901
769
  },
902
- "lighthouse-core/audits/dobetterweb/uses-http2.js | description": {
770
+ "core/audits/dobetterweb/uses-http2.js | description": {
903
771
  "message": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers and multiplexing. [Learn more about HTTP/2](https://web.dev/uses-http2/)."
904
772
  },
905
- "lighthouse-core/audits/dobetterweb/uses-http2.js | displayValue": {
773
+ "core/audits/dobetterweb/uses-http2.js | displayValue": {
906
774
  "message": "{itemCount, plural,\n =1 {1 request not served via HTTP/2}\n other {# requests not served via HTTP/2}\n }"
907
775
  },
908
- "lighthouse-core/audits/dobetterweb/uses-http2.js | title": {
776
+ "core/audits/dobetterweb/uses-http2.js | title": {
909
777
  "message": "Use HTTP/2"
910
778
  },
911
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
779
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
912
780
  "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://web.dev/uses-passive-event-listeners/)."
913
781
  },
914
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
782
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
915
783
  "message": "Does not use passive listeners to improve scrolling performance"
916
784
  },
917
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
785
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
918
786
  "message": "Uses passive listeners to improve scrolling performance"
919
787
  },
920
- "lighthouse-core/audits/errors-in-console.js | description": {
788
+ "core/audits/errors-in-console.js | description": {
921
789
  "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://web.dev/errors-in-console/)"
922
790
  },
923
- "lighthouse-core/audits/errors-in-console.js | failureTitle": {
791
+ "core/audits/errors-in-console.js | failureTitle": {
924
792
  "message": "Browser errors were logged to the console"
925
793
  },
926
- "lighthouse-core/audits/errors-in-console.js | title": {
794
+ "core/audits/errors-in-console.js | title": {
927
795
  "message": "No browser errors logged to the console"
928
796
  },
929
- "lighthouse-core/audits/font-display.js | description": {
797
+ "core/audits/font-display.js | description": {
930
798
  "message": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://web.dev/font-display/)."
931
799
  },
932
- "lighthouse-core/audits/font-display.js | failureTitle": {
800
+ "core/audits/font-display.js | failureTitle": {
933
801
  "message": "Ensure text remains visible during webfont load"
934
802
  },
935
- "lighthouse-core/audits/font-display.js | title": {
803
+ "core/audits/font-display.js | title": {
936
804
  "message": "All text remains visible during webfont loads"
937
805
  },
938
- "lighthouse-core/audits/font-display.js | undeclaredFontOriginWarning": {
806
+ "core/audits/font-display.js | undeclaredFontOriginWarning": {
939
807
  "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}.}}"
940
808
  },
941
- "lighthouse-core/audits/image-aspect-ratio.js | columnActual": {
809
+ "core/audits/image-aspect-ratio.js | columnActual": {
942
810
  "message": "Aspect Ratio (Actual)"
943
811
  },
944
- "lighthouse-core/audits/image-aspect-ratio.js | columnDisplayed": {
812
+ "core/audits/image-aspect-ratio.js | columnDisplayed": {
945
813
  "message": "Aspect Ratio (Displayed)"
946
814
  },
947
- "lighthouse-core/audits/image-aspect-ratio.js | description": {
815
+ "core/audits/image-aspect-ratio.js | description": {
948
816
  "message": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://web.dev/image-aspect-ratio/)."
949
817
  },
950
- "lighthouse-core/audits/image-aspect-ratio.js | failureTitle": {
818
+ "core/audits/image-aspect-ratio.js | failureTitle": {
951
819
  "message": "Displays images with incorrect aspect ratio"
952
820
  },
953
- "lighthouse-core/audits/image-aspect-ratio.js | title": {
821
+ "core/audits/image-aspect-ratio.js | title": {
954
822
  "message": "Displays images with correct aspect ratio"
955
823
  },
956
- "lighthouse-core/audits/image-size-responsive.js | columnActual": {
824
+ "core/audits/image-size-responsive.js | columnActual": {
957
825
  "message": "Actual size"
958
826
  },
959
- "lighthouse-core/audits/image-size-responsive.js | columnDisplayed": {
827
+ "core/audits/image-size-responsive.js | columnDisplayed": {
960
828
  "message": "Displayed size"
961
829
  },
962
- "lighthouse-core/audits/image-size-responsive.js | columnExpected": {
830
+ "core/audits/image-size-responsive.js | columnExpected": {
963
831
  "message": "Expected size"
964
832
  },
965
- "lighthouse-core/audits/image-size-responsive.js | description": {
833
+ "core/audits/image-size-responsive.js | description": {
966
834
  "message": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/serve-responsive-images/)."
967
835
  },
968
- "lighthouse-core/audits/image-size-responsive.js | failureTitle": {
836
+ "core/audits/image-size-responsive.js | failureTitle": {
969
837
  "message": "Serves images with low resolution"
970
838
  },
971
- "lighthouse-core/audits/image-size-responsive.js | title": {
839
+ "core/audits/image-size-responsive.js | title": {
972
840
  "message": "Serves images with appropriate resolution"
973
841
  },
974
- "lighthouse-core/audits/installable-manifest.js | already-installed": {
842
+ "core/audits/installable-manifest.js | already-installed": {
975
843
  "message": "The app is already installed"
976
844
  },
977
- "lighthouse-core/audits/installable-manifest.js | cannot-download-icon": {
845
+ "core/audits/installable-manifest.js | cannot-download-icon": {
978
846
  "message": "Could not download a required icon from the manifest"
979
847
  },
980
- "lighthouse-core/audits/installable-manifest.js | columnValue": {
848
+ "core/audits/installable-manifest.js | columnValue": {
981
849
  "message": "Failure reason"
982
850
  },
983
- "lighthouse-core/audits/installable-manifest.js | description": {
851
+ "core/audits/installable-manifest.js | description": {
984
852
  "message": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. ' +\n '[Learn more about manifest installability requirements](https://web.dev/installable-manifest/)."
985
853
  },
986
- "lighthouse-core/audits/installable-manifest.js | displayValue": {
854
+ "core/audits/installable-manifest.js | displayValue": {
987
855
  "message": "{itemCount, plural,\n =1 {1 reason}\n other {# reasons}\n }"
988
856
  },
989
- "lighthouse-core/audits/installable-manifest.js | failureTitle": {
857
+ "core/audits/installable-manifest.js | failureTitle": {
990
858
  "message": "Web app manifest or service worker do not meet the installability requirements"
991
859
  },
992
- "lighthouse-core/audits/installable-manifest.js | ids-do-not-match": {
860
+ "core/audits/installable-manifest.js | ids-do-not-match": {
993
861
  "message": "The Play Store app URL and Play Store ID do not match"
994
862
  },
995
- "lighthouse-core/audits/installable-manifest.js | in-incognito": {
863
+ "core/audits/installable-manifest.js | in-incognito": {
996
864
  "message": "Page is loaded in an incognito window"
997
865
  },
998
- "lighthouse-core/audits/installable-manifest.js | manifest-display-not-supported": {
866
+ "core/audits/installable-manifest.js | manifest-display-not-supported": {
999
867
  "message": "Manifest 'display' property must be one of 'standalone', 'fullscreen', or 'minimal-ui'"
1000
868
  },
1001
- "lighthouse-core/audits/installable-manifest.js | manifest-display-override-not-supported": {
869
+ "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
1002
870
  "message": "Manifest contains 'display_override' field, and the first supported display mode must be one of 'standalone', 'fullscreen', or 'minimal-ui'"
1003
871
  },
1004
- "lighthouse-core/audits/installable-manifest.js | manifest-empty": {
872
+ "core/audits/installable-manifest.js | manifest-empty": {
1005
873
  "message": "Manifest could not be fetched, is empty, or could not be parsed"
1006
874
  },
1007
- "lighthouse-core/audits/installable-manifest.js | manifest-location-changed": {
875
+ "core/audits/installable-manifest.js | manifest-location-changed": {
1008
876
  "message": "Manifest URL changed while the manifest was being fetched."
1009
877
  },
1010
- "lighthouse-core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
878
+ "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1011
879
  "message": "Manifest does not contain a 'name' or 'short_name' field"
1012
880
  },
1013
- "lighthouse-core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
881
+ "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1014
882
  "message": "Manifest does not contain a suitable icon - PNG, SVG or WebP format of at least {value0} px is required, the sizes attribute must be set, and the purpose attribute, if set, must include \"any\"."
1015
883
  },
1016
- "lighthouse-core/audits/installable-manifest.js | no-acceptable-icon": {
884
+ "core/audits/installable-manifest.js | no-acceptable-icon": {
1017
885
  "message": "No supplied icon is at least {value0} px square in PNG, SVG or WebP format, with the purpose attribute unset or set to \"any\""
1018
886
  },
1019
- "lighthouse-core/audits/installable-manifest.js | no-icon-available": {
887
+ "core/audits/installable-manifest.js | no-icon-available": {
1020
888
  "message": "Downloaded icon was empty or corrupted"
1021
889
  },
1022
- "lighthouse-core/audits/installable-manifest.js | no-id-specified": {
890
+ "core/audits/installable-manifest.js | no-id-specified": {
1023
891
  "message": "No Play store ID provided"
1024
892
  },
1025
- "lighthouse-core/audits/installable-manifest.js | no-manifest": {
893
+ "core/audits/installable-manifest.js | no-manifest": {
1026
894
  "message": "Page has no manifest <link> URL"
1027
895
  },
1028
- "lighthouse-core/audits/installable-manifest.js | no-matching-service-worker": {
896
+ "core/audits/installable-manifest.js | no-matching-service-worker": {
1029
897
  "message": "No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the current page encloses the scope and start URL from the manifest."
1030
898
  },
1031
- "lighthouse-core/audits/installable-manifest.js | no-url-for-service-worker": {
899
+ "core/audits/installable-manifest.js | no-url-for-service-worker": {
1032
900
  "message": "Could not check service worker without a 'start_url' field in the manifest"
1033
901
  },
1034
- "lighthouse-core/audits/installable-manifest.js | noErrorId": {
902
+ "core/audits/installable-manifest.js | noErrorId": {
1035
903
  "message": "Installability error id '{errorId}' is not recognized"
1036
904
  },
1037
- "lighthouse-core/audits/installable-manifest.js | not-from-secure-origin": {
905
+ "core/audits/installable-manifest.js | not-from-secure-origin": {
1038
906
  "message": "Page is not served from a secure origin"
1039
907
  },
1040
- "lighthouse-core/audits/installable-manifest.js | not-in-main-frame": {
908
+ "core/audits/installable-manifest.js | not-in-main-frame": {
1041
909
  "message": "Page is not loaded in the main frame"
1042
910
  },
1043
- "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
911
+ "core/audits/installable-manifest.js | not-offline-capable": {
1044
912
  "message": "Page does not work offline"
1045
913
  },
1046
- "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
914
+ "core/audits/installable-manifest.js | pipeline-restarted": {
1047
915
  "message": "PWA has been uninstalled and installability checks resetting."
1048
916
  },
1049
- "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
917
+ "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1050
918
  "message": "The specified application platform is not supported on Android"
1051
919
  },
1052
- "lighthouse-core/audits/installable-manifest.js | prefer-related-applications": {
920
+ "core/audits/installable-manifest.js | prefer-related-applications": {
1053
921
  "message": "Manifest specifies prefer_related_applications: true"
1054
922
  },
1055
- "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
923
+ "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1056
924
  "message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
1057
925
  },
1058
- "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
926
+ "core/audits/installable-manifest.js | protocol-timeout": {
1059
927
  "message": "Lighthouse could not determine if there was a service worker. Please try with a newer version of Chrome."
1060
928
  },
1061
- "lighthouse-core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
929
+ "core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
1062
930
  "message": "The manifest URL scheme ({scheme}) is not supported on Android."
1063
931
  },
1064
- "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
932
+ "core/audits/installable-manifest.js | start-url-not-valid": {
1065
933
  "message": "Manifest start URL is not valid"
1066
934
  },
1067
- "lighthouse-core/audits/installable-manifest.js | title": {
935
+ "core/audits/installable-manifest.js | title": {
1068
936
  "message": "Web app manifest and service worker meet the installability requirements"
1069
937
  },
1070
- "lighthouse-core/audits/installable-manifest.js | url-not-supported-for-webapk": {
938
+ "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1071
939
  "message": "A URL in the manifest contains a username, password, or port"
1072
940
  },
1073
- "lighthouse-core/audits/installable-manifest.js | warn-not-offline-capable": {
941
+ "core/audits/installable-manifest.js | warn-not-offline-capable": {
1074
942
  "message": "Page does not work offline. The page will not be regarded as installable after Chrome 93, stable release August 2021."
1075
943
  },
1076
- "lighthouse-core/audits/is-on-https.js | allowed": {
944
+ "core/audits/is-on-https.js | allowed": {
1077
945
  "message": "Allowed"
1078
946
  },
1079
- "lighthouse-core/audits/is-on-https.js | blocked": {
947
+ "core/audits/is-on-https.js | blocked": {
1080
948
  "message": "Blocked"
1081
949
  },
1082
- "lighthouse-core/audits/is-on-https.js | columnInsecureURL": {
950
+ "core/audits/is-on-https.js | columnInsecureURL": {
1083
951
  "message": "Insecure URL"
1084
952
  },
1085
- "lighthouse-core/audits/is-on-https.js | columnResolution": {
953
+ "core/audits/is-on-https.js | columnResolution": {
1086
954
  "message": "Request Resolution"
1087
955
  },
1088
- "lighthouse-core/audits/is-on-https.js | description": {
956
+ "core/audits/is-on-https.js | description": {
1089
957
  "message": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://web.dev/is-on-https/)."
1090
958
  },
1091
- "lighthouse-core/audits/is-on-https.js | displayValue": {
959
+ "core/audits/is-on-https.js | displayValue": {
1092
960
  "message": "{itemCount, plural,\n =1 {1 insecure request found}\n other {# insecure requests found}\n }"
1093
961
  },
1094
- "lighthouse-core/audits/is-on-https.js | failureTitle": {
962
+ "core/audits/is-on-https.js | failureTitle": {
1095
963
  "message": "Does not use HTTPS"
1096
964
  },
1097
- "lighthouse-core/audits/is-on-https.js | title": {
965
+ "core/audits/is-on-https.js | title": {
1098
966
  "message": "Uses HTTPS"
1099
967
  },
1100
- "lighthouse-core/audits/is-on-https.js | upgraded": {
968
+ "core/audits/is-on-https.js | upgraded": {
1101
969
  "message": "Automatically upgraded to HTTPS"
1102
970
  },
1103
- "lighthouse-core/audits/is-on-https.js | warning": {
971
+ "core/audits/is-on-https.js | warning": {
1104
972
  "message": "Allowed with warning"
1105
973
  },
1106
- "lighthouse-core/audits/largest-contentful-paint-element.js | description": {
974
+ "core/audits/largest-contentful-paint-element.js | description": {
1107
975
  "message": "This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element](https://web.dev/lighthouse-largest-contentful-paint/)"
1108
976
  },
1109
- "lighthouse-core/audits/largest-contentful-paint-element.js | title": {
977
+ "core/audits/largest-contentful-paint-element.js | title": {
1110
978
  "message": "Largest Contentful Paint element"
1111
979
  },
1112
- "lighthouse-core/audits/layout-shift-elements.js | columnContribution": {
980
+ "core/audits/layout-shift-elements.js | columnContribution": {
1113
981
  "message": "CLS Contribution"
1114
982
  },
1115
- "lighthouse-core/audits/layout-shift-elements.js | description": {
983
+ "core/audits/layout-shift-elements.js | description": {
1116
984
  "message": "These DOM elements contribute most to the CLS of the page."
1117
985
  },
1118
- "lighthouse-core/audits/layout-shift-elements.js | title": {
986
+ "core/audits/layout-shift-elements.js | title": {
1119
987
  "message": "Avoid large layout shifts"
1120
988
  },
1121
- "lighthouse-core/audits/lcp-lazy-loaded.js | description": {
989
+ "core/audits/lcp-lazy-loaded.js | description": {
1122
990
  "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/lcp-lazy-loading/)."
1123
991
  },
1124
- "lighthouse-core/audits/lcp-lazy-loaded.js | failureTitle": {
992
+ "core/audits/lcp-lazy-loaded.js | failureTitle": {
1125
993
  "message": "Largest Contentful Paint image was lazily loaded"
1126
994
  },
1127
- "lighthouse-core/audits/lcp-lazy-loaded.js | title": {
995
+ "core/audits/lcp-lazy-loaded.js | title": {
1128
996
  "message": "Largest Contentful Paint image was not lazily loaded"
1129
997
  },
1130
- "lighthouse-core/audits/long-tasks.js | description": {
998
+ "core/audits/long-tasks.js | description": {
1131
999
  "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/long-tasks-devtools/)"
1132
1000
  },
1133
- "lighthouse-core/audits/long-tasks.js | displayValue": {
1001
+ "core/audits/long-tasks.js | displayValue": {
1134
1002
  "message": "{itemCount, plural,\n =1 {# long task found}\n other {# long tasks found}\n }"
1135
1003
  },
1136
- "lighthouse-core/audits/long-tasks.js | title": {
1004
+ "core/audits/long-tasks.js | title": {
1137
1005
  "message": "Avoid long main-thread tasks"
1138
1006
  },
1139
- "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": {
1007
+ "core/audits/mainthread-work-breakdown.js | columnCategory": {
1140
1008
  "message": "Category"
1141
1009
  },
1142
- "lighthouse-core/audits/mainthread-work-breakdown.js | description": {
1010
+ "core/audits/mainthread-work-breakdown.js | description": {
1143
1011
  "message": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://web.dev/mainthread-work-breakdown/)"
1144
1012
  },
1145
- "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": {
1013
+ "core/audits/mainthread-work-breakdown.js | failureTitle": {
1146
1014
  "message": "Minimize main-thread work"
1147
1015
  },
1148
- "lighthouse-core/audits/mainthread-work-breakdown.js | title": {
1016
+ "core/audits/mainthread-work-breakdown.js | title": {
1149
1017
  "message": "Minimizes main-thread work"
1150
1018
  },
1151
- "lighthouse-core/audits/manual/pwa-cross-browser.js | description": {
1019
+ "core/audits/manual/pwa-cross-browser.js | description": {
1152
1020
  "message": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://web.dev/pwa-cross-browser/)."
1153
1021
  },
1154
- "lighthouse-core/audits/manual/pwa-cross-browser.js | title": {
1022
+ "core/audits/manual/pwa-cross-browser.js | title": {
1155
1023
  "message": "Site works cross-browser"
1156
1024
  },
1157
- "lighthouse-core/audits/manual/pwa-each-page-has-url.js | description": {
1025
+ "core/audits/manual/pwa-each-page-has-url.js | description": {
1158
1026
  "message": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://web.dev/pwa-each-page-has-url/)."
1159
1027
  },
1160
- "lighthouse-core/audits/manual/pwa-each-page-has-url.js | title": {
1028
+ "core/audits/manual/pwa-each-page-has-url.js | title": {
1161
1029
  "message": "Each page has a URL"
1162
1030
  },
1163
- "lighthouse-core/audits/manual/pwa-page-transitions.js | description": {
1031
+ "core/audits/manual/pwa-page-transitions.js | description": {
1164
1032
  "message": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://web.dev/pwa-page-transitions/)."
1165
1033
  },
1166
- "lighthouse-core/audits/manual/pwa-page-transitions.js | title": {
1034
+ "core/audits/manual/pwa-page-transitions.js | title": {
1167
1035
  "message": "Page transitions don't feel like they block on the network"
1168
1036
  },
1169
- "lighthouse-core/audits/maskable-icon.js | description": {
1037
+ "core/audits/maskable-icon.js | description": {
1170
1038
  "message": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://web.dev/maskable-icon-audit/)."
1171
1039
  },
1172
- "lighthouse-core/audits/maskable-icon.js | failureTitle": {
1040
+ "core/audits/maskable-icon.js | failureTitle": {
1173
1041
  "message": "Manifest doesn't have a maskable icon"
1174
1042
  },
1175
- "lighthouse-core/audits/maskable-icon.js | title": {
1043
+ "core/audits/maskable-icon.js | title": {
1176
1044
  "message": "Manifest has a maskable icon"
1177
1045
  },
1178
- "lighthouse-core/audits/metrics/cumulative-layout-shift.js | description": {
1046
+ "core/audits/metrics/cumulative-layout-shift.js | description": {
1179
1047
  "message": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/cls/)."
1180
1048
  },
1181
- "lighthouse-core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1049
+ "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1182
1050
  "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/inp/)."
1183
1051
  },
1184
- "lighthouse-core/audits/metrics/first-contentful-paint.js | description": {
1052
+ "core/audits/metrics/first-contentful-paint.js | description": {
1185
1053
  "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://web.dev/first-contentful-paint/)."
1186
1054
  },
1187
- "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": {
1055
+ "core/audits/metrics/first-meaningful-paint.js | description": {
1188
1056
  "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://web.dev/first-meaningful-paint/)."
1189
1057
  },
1190
- "lighthouse-core/audits/metrics/interactive.js | description": {
1058
+ "core/audits/metrics/interactive.js | description": {
1191
1059
  "message": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://web.dev/interactive/)."
1192
1060
  },
1193
- "lighthouse-core/audits/metrics/largest-contentful-paint.js | description": {
1061
+ "core/audits/metrics/largest-contentful-paint.js | description": {
1194
1062
  "message": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://web.dev/lighthouse-largest-contentful-paint/)"
1195
1063
  },
1196
- "lighthouse-core/audits/metrics/max-potential-fid.js | description": {
1064
+ "core/audits/metrics/max-potential-fid.js | description": {
1197
1065
  "message": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://web.dev/lighthouse-max-potential-fid/)."
1198
1066
  },
1199
- "lighthouse-core/audits/metrics/speed-index.js | description": {
1067
+ "core/audits/metrics/speed-index.js | description": {
1200
1068
  "message": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://web.dev/speed-index/)."
1201
1069
  },
1202
- "lighthouse-core/audits/metrics/total-blocking-time.js | description": {
1070
+ "core/audits/metrics/total-blocking-time.js | description": {
1203
1071
  "message": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://web.dev/lighthouse-total-blocking-time/)."
1204
1072
  },
1205
- "lighthouse-core/audits/network-rtt.js | description": {
1073
+ "core/audits/network-rtt.js | description": {
1206
1074
  "message": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/)."
1207
1075
  },
1208
- "lighthouse-core/audits/network-rtt.js | title": {
1076
+ "core/audits/network-rtt.js | title": {
1209
1077
  "message": "Network Round Trip Times"
1210
1078
  },
1211
- "lighthouse-core/audits/network-server-latency.js | description": {
1079
+ "core/audits/network-server-latency.js | description": {
1212
1080
  "message": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)."
1213
1081
  },
1214
- "lighthouse-core/audits/network-server-latency.js | title": {
1082
+ "core/audits/network-server-latency.js | title": {
1215
1083
  "message": "Server Backend Latencies"
1216
1084
  },
1217
- "lighthouse-core/audits/no-unload-listeners.js | description": {
1085
+ "core/audits/no-unload-listeners.js | description": {
1218
1086
  "message": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/bfcache/#never-use-the-unload-event)"
1219
1087
  },
1220
- "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1088
+ "core/audits/no-unload-listeners.js | failureTitle": {
1221
1089
  "message": "Registers an `unload` listener"
1222
1090
  },
1223
- "lighthouse-core/audits/no-unload-listeners.js | title": {
1091
+ "core/audits/no-unload-listeners.js | title": {
1224
1092
  "message": "Avoids `unload` event listeners"
1225
1093
  },
1226
- "lighthouse-core/audits/non-composited-animations.js | description": {
1094
+ "core/audits/non-composited-animations.js | description": {
1227
1095
  "message": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://web.dev/non-composited-animations)"
1228
1096
  },
1229
- "lighthouse-core/audits/non-composited-animations.js | displayValue": {
1097
+ "core/audits/non-composited-animations.js | displayValue": {
1230
1098
  "message": "{itemCount, plural,\n =1 {# animated element found}\n other {# animated elements found}\n }"
1231
1099
  },
1232
- "lighthouse-core/audits/non-composited-animations.js | filterMayMovePixels": {
1100
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
1233
1101
  "message": "Filter-related property may move pixels"
1234
1102
  },
1235
- "lighthouse-core/audits/non-composited-animations.js | incompatibleAnimations": {
1103
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
1236
1104
  "message": "Target has another animation which is incompatible"
1237
1105
  },
1238
- "lighthouse-core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1106
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1239
1107
  "message": "Effect has composite mode other than \"replace\""
1240
1108
  },
1241
- "lighthouse-core/audits/non-composited-animations.js | title": {
1109
+ "core/audits/non-composited-animations.js | title": {
1242
1110
  "message": "Avoid non-composited animations"
1243
1111
  },
1244
- "lighthouse-core/audits/non-composited-animations.js | transformDependsBoxSize": {
1112
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
1245
1113
  "message": "Transform-related property depends on box size"
1246
1114
  },
1247
- "lighthouse-core/audits/non-composited-animations.js | unsupportedCSSProperty": {
1115
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
1248
1116
  "message": "{propertyCount, plural,\n =1 {Unsupported CSS Property: {properties}}\n other {Unsupported CSS Properties: {properties}}\n }"
1249
1117
  },
1250
- "lighthouse-core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1118
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1251
1119
  "message": "Effect has unsupported timing parameters"
1252
1120
  },
1253
- "lighthouse-core/audits/performance-budget.js | description": {
1121
+ "core/audits/performance-budget.js | description": {
1254
1122
  "message": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
1255
1123
  },
1256
- "lighthouse-core/audits/performance-budget.js | requestCountOverBudget": {
1124
+ "core/audits/performance-budget.js | requestCountOverBudget": {
1257
1125
  "message": "{count, plural,\n =1 {1 request}\n other {# requests}\n }"
1258
1126
  },
1259
- "lighthouse-core/audits/performance-budget.js | title": {
1127
+ "core/audits/performance-budget.js | title": {
1260
1128
  "message": "Performance budget"
1261
1129
  },
1262
- "lighthouse-core/audits/preload-fonts.js | description": {
1130
+ "core/audits/preload-fonts.js | description": {
1263
1131
  "message": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/preload-optional-fonts/)"
1264
1132
  },
1265
- "lighthouse-core/audits/preload-fonts.js | failureTitle": {
1133
+ "core/audits/preload-fonts.js | failureTitle": {
1266
1134
  "message": "Fonts with `font-display: optional` are not preloaded"
1267
1135
  },
1268
- "lighthouse-core/audits/preload-fonts.js | title": {
1136
+ "core/audits/preload-fonts.js | title": {
1269
1137
  "message": "Fonts with `font-display: optional` are preloaded"
1270
1138
  },
1271
- "lighthouse-core/audits/preload-lcp-image.js | description": {
1139
+ "core/audits/preload-lcp-image.js | description": {
1272
1140
  "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/optimize-lcp/#preload-important-resources)."
1273
1141
  },
1274
- "lighthouse-core/audits/preload-lcp-image.js | title": {
1142
+ "core/audits/preload-lcp-image.js | title": {
1275
1143
  "message": "Preload Largest Contentful Paint image"
1276
1144
  },
1277
- "lighthouse-core/audits/redirects.js | description": {
1145
+ "core/audits/redirects.js | description": {
1278
1146
  "message": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://web.dev/redirects/)."
1279
1147
  },
1280
- "lighthouse-core/audits/redirects.js | title": {
1148
+ "core/audits/redirects.js | title": {
1281
1149
  "message": "Avoid multiple page redirects"
1282
1150
  },
1283
- "lighthouse-core/audits/resource-summary.js | description": {
1151
+ "core/audits/resource-summary.js | description": {
1284
1152
  "message": "To set budgets for the quantity and size of page resources, add a budget.json file. [Learn more about performance budgets](https://web.dev/use-lighthouse-for-performance-budgets/)."
1285
1153
  },
1286
- "lighthouse-core/audits/resource-summary.js | displayValue": {
1154
+ "core/audits/resource-summary.js | displayValue": {
1287
1155
  "message": "{requestCount, plural, =1 {1 request • {byteCount, number, bytes} KiB} other {# requests • {byteCount, number, bytes} KiB}}"
1288
1156
  },
1289
- "lighthouse-core/audits/resource-summary.js | title": {
1157
+ "core/audits/resource-summary.js | title": {
1290
1158
  "message": "Keep request counts low and transfer sizes small"
1291
1159
  },
1292
- "lighthouse-core/audits/seo/canonical.js | description": {
1160
+ "core/audits/seo/canonical.js | description": {
1293
1161
  "message": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://web.dev/canonical/)."
1294
1162
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1163
+ "core/audits/seo/canonical.js | explanationConflict": {
1296
1164
  "message": "Multiple conflicting URLs ({urlList})"
1297
1165
  },
1298
- "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1166
+ "core/audits/seo/canonical.js | explanationInvalid": {
1299
1167
  "message": "Invalid URL ({url})"
1300
1168
  },
1301
- "lighthouse-core/audits/seo/canonical.js | explanationPointsElsewhere": {
1169
+ "core/audits/seo/canonical.js | explanationPointsElsewhere": {
1302
1170
  "message": "Points to another `hreflang` location ({url})"
1303
1171
  },
1304
- "lighthouse-core/audits/seo/canonical.js | explanationRelative": {
1172
+ "core/audits/seo/canonical.js | explanationRelative": {
1305
1173
  "message": "Is not an absolute URL ({url})"
1306
1174
  },
1307
- "lighthouse-core/audits/seo/canonical.js | explanationRoot": {
1175
+ "core/audits/seo/canonical.js | explanationRoot": {
1308
1176
  "message": "Points to the domain's root URL (the homepage), instead of an equivalent page of content"
1309
1177
  },
1310
- "lighthouse-core/audits/seo/canonical.js | failureTitle": {
1178
+ "core/audits/seo/canonical.js | failureTitle": {
1311
1179
  "message": "Document does not have a valid `rel=canonical`"
1312
1180
  },
1313
- "lighthouse-core/audits/seo/canonical.js | title": {
1181
+ "core/audits/seo/canonical.js | title": {
1314
1182
  "message": "Document has a valid `rel=canonical`"
1315
1183
  },
1316
- "lighthouse-core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1184
+ "core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1317
1185
  "message": "Uncrawlable Link"
1318
1186
  },
1319
- "lighthouse-core/audits/seo/crawlable-anchors.js | description": {
1187
+ "core/audits/seo/crawlable-anchors.js | description": {
1320
1188
  "message": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
1321
1189
  },
1322
- "lighthouse-core/audits/seo/crawlable-anchors.js | failureTitle": {
1190
+ "core/audits/seo/crawlable-anchors.js | failureTitle": {
1323
1191
  "message": "Links are not crawlable"
1324
1192
  },
1325
- "lighthouse-core/audits/seo/crawlable-anchors.js | title": {
1193
+ "core/audits/seo/crawlable-anchors.js | title": {
1326
1194
  "message": "Links are crawlable"
1327
1195
  },
1328
- "lighthouse-core/audits/seo/font-size.js | additionalIllegibleText": {
1196
+ "core/audits/seo/font-size.js | additionalIllegibleText": {
1329
1197
  "message": "Add'l illegible text"
1330
1198
  },
1331
- "lighthouse-core/audits/seo/font-size.js | columnFontSize": {
1199
+ "core/audits/seo/font-size.js | columnFontSize": {
1332
1200
  "message": "Font Size"
1333
1201
  },
1334
- "lighthouse-core/audits/seo/font-size.js | columnPercentPageText": {
1202
+ "core/audits/seo/font-size.js | columnPercentPageText": {
1335
1203
  "message": "% of Page Text"
1336
1204
  },
1337
- "lighthouse-core/audits/seo/font-size.js | columnSelector": {
1205
+ "core/audits/seo/font-size.js | columnSelector": {
1338
1206
  "message": "Selector"
1339
1207
  },
1340
- "lighthouse-core/audits/seo/font-size.js | description": {
1208
+ "core/audits/seo/font-size.js | description": {
1341
1209
  "message": "Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more about legible font sizes](https://web.dev/font-size/)."
1342
1210
  },
1343
- "lighthouse-core/audits/seo/font-size.js | displayValue": {
1211
+ "core/audits/seo/font-size.js | displayValue": {
1344
1212
  "message": "{decimalProportion, number, extendedPercent} legible text"
1345
1213
  },
1346
- "lighthouse-core/audits/seo/font-size.js | explanationViewport": {
1214
+ "core/audits/seo/font-size.js | explanationViewport": {
1347
1215
  "message": "Text is illegible because there's no viewport meta tag optimized for mobile screens."
1348
1216
  },
1349
- "lighthouse-core/audits/seo/font-size.js | failureTitle": {
1217
+ "core/audits/seo/font-size.js | failureTitle": {
1350
1218
  "message": "Document doesn't use legible font sizes"
1351
1219
  },
1352
- "lighthouse-core/audits/seo/font-size.js | legibleText": {
1220
+ "core/audits/seo/font-size.js | legibleText": {
1353
1221
  "message": "Legible text"
1354
1222
  },
1355
- "lighthouse-core/audits/seo/font-size.js | title": {
1223
+ "core/audits/seo/font-size.js | title": {
1356
1224
  "message": "Document uses legible font sizes"
1357
1225
  },
1358
- "lighthouse-core/audits/seo/hreflang.js | description": {
1226
+ "core/audits/seo/hreflang.js | description": {
1359
1227
  "message": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://web.dev/hreflang/)."
1360
1228
  },
1361
- "lighthouse-core/audits/seo/hreflang.js | failureTitle": {
1229
+ "core/audits/seo/hreflang.js | failureTitle": {
1362
1230
  "message": "Document doesn't have a valid `hreflang`"
1363
1231
  },
1364
- "lighthouse-core/audits/seo/hreflang.js | notFullyQualified": {
1232
+ "core/audits/seo/hreflang.js | notFullyQualified": {
1365
1233
  "message": "Relative href value"
1366
1234
  },
1367
- "lighthouse-core/audits/seo/hreflang.js | title": {
1235
+ "core/audits/seo/hreflang.js | title": {
1368
1236
  "message": "Document has a valid `hreflang`"
1369
1237
  },
1370
- "lighthouse-core/audits/seo/hreflang.js | unexpectedLanguage": {
1238
+ "core/audits/seo/hreflang.js | unexpectedLanguage": {
1371
1239
  "message": "Unexpected language code"
1372
1240
  },
1373
- "lighthouse-core/audits/seo/http-status-code.js | description": {
1241
+ "core/audits/seo/http-status-code.js | description": {
1374
1242
  "message": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://web.dev/http-status-code/)."
1375
1243
  },
1376
- "lighthouse-core/audits/seo/http-status-code.js | failureTitle": {
1244
+ "core/audits/seo/http-status-code.js | failureTitle": {
1377
1245
  "message": "Page has unsuccessful HTTP status code"
1378
1246
  },
1379
- "lighthouse-core/audits/seo/http-status-code.js | title": {
1247
+ "core/audits/seo/http-status-code.js | title": {
1380
1248
  "message": "Page has successful HTTP status code"
1381
1249
  },
1382
- "lighthouse-core/audits/seo/is-crawlable.js | description": {
1250
+ "core/audits/seo/is-crawlable.js | description": {
1383
1251
  "message": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://web.dev/is-crawable/)."
1384
1252
  },
1385
- "lighthouse-core/audits/seo/is-crawlable.js | failureTitle": {
1253
+ "core/audits/seo/is-crawlable.js | failureTitle": {
1386
1254
  "message": "Page is blocked from indexing"
1387
1255
  },
1388
- "lighthouse-core/audits/seo/is-crawlable.js | title": {
1256
+ "core/audits/seo/is-crawlable.js | title": {
1389
1257
  "message": "Page isn’t blocked from indexing"
1390
1258
  },
1391
- "lighthouse-core/audits/seo/link-text.js | description": {
1259
+ "core/audits/seo/link-text.js | description": {
1392
1260
  "message": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://web.dev/link-text/)."
1393
1261
  },
1394
- "lighthouse-core/audits/seo/link-text.js | displayValue": {
1262
+ "core/audits/seo/link-text.js | displayValue": {
1395
1263
  "message": "{itemCount, plural,\n =1 {1 link found}\n other {# links found}\n }"
1396
1264
  },
1397
- "lighthouse-core/audits/seo/link-text.js | failureTitle": {
1265
+ "core/audits/seo/link-text.js | failureTitle": {
1398
1266
  "message": "Links do not have descriptive text"
1399
1267
  },
1400
- "lighthouse-core/audits/seo/link-text.js | title": {
1268
+ "core/audits/seo/link-text.js | title": {
1401
1269
  "message": "Links have descriptive text"
1402
1270
  },
1403
- "lighthouse-core/audits/seo/manual/structured-data.js | description": {
1271
+ "core/audits/seo/manual/structured-data.js | description": {
1404
1272
  "message": "Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more about Structured Data](https://web.dev/structured-data/)."
1405
1273
  },
1406
- "lighthouse-core/audits/seo/manual/structured-data.js | title": {
1274
+ "core/audits/seo/manual/structured-data.js | title": {
1407
1275
  "message": "Structured data is valid"
1408
1276
  },
1409
- "lighthouse-core/audits/seo/meta-description.js | description": {
1277
+ "core/audits/seo/meta-description.js | description": {
1410
1278
  "message": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://web.dev/meta-description/)."
1411
1279
  },
1412
- "lighthouse-core/audits/seo/meta-description.js | explanation": {
1280
+ "core/audits/seo/meta-description.js | explanation": {
1413
1281
  "message": "Description text is empty."
1414
1282
  },
1415
- "lighthouse-core/audits/seo/meta-description.js | failureTitle": {
1283
+ "core/audits/seo/meta-description.js | failureTitle": {
1416
1284
  "message": "Document does not have a meta description"
1417
1285
  },
1418
- "lighthouse-core/audits/seo/meta-description.js | title": {
1286
+ "core/audits/seo/meta-description.js | title": {
1419
1287
  "message": "Document has a meta description"
1420
1288
  },
1421
- "lighthouse-core/audits/seo/plugins.js | description": {
1289
+ "core/audits/seo/plugins.js | description": {
1422
1290
  "message": "Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more about avoiding plugins](https://web.dev/plugins/)."
1423
1291
  },
1424
- "lighthouse-core/audits/seo/plugins.js | failureTitle": {
1292
+ "core/audits/seo/plugins.js | failureTitle": {
1425
1293
  "message": "Document uses plugins"
1426
1294
  },
1427
- "lighthouse-core/audits/seo/plugins.js | title": {
1295
+ "core/audits/seo/plugins.js | title": {
1428
1296
  "message": "Document avoids plugins"
1429
1297
  },
1430
- "lighthouse-core/audits/seo/robots-txt.js | description": {
1298
+ "core/audits/seo/robots-txt.js | description": {
1431
1299
  "message": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://web.dev/robots-txt/)."
1432
1300
  },
1433
- "lighthouse-core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1301
+ "core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1434
1302
  "message": "Request for robots.txt returned HTTP status: {statusCode}"
1435
1303
  },
1436
- "lighthouse-core/audits/seo/robots-txt.js | displayValueValidationError": {
1304
+ "core/audits/seo/robots-txt.js | displayValueValidationError": {
1437
1305
  "message": "{itemCount, plural,\n =1 {1 error found}\n other {# errors found}\n }"
1438
1306
  },
1439
- "lighthouse-core/audits/seo/robots-txt.js | explanation": {
1307
+ "core/audits/seo/robots-txt.js | explanation": {
1440
1308
  "message": "Lighthouse was unable to download a robots.txt file"
1441
1309
  },
1442
- "lighthouse-core/audits/seo/robots-txt.js | failureTitle": {
1310
+ "core/audits/seo/robots-txt.js | failureTitle": {
1443
1311
  "message": "robots.txt is not valid"
1444
1312
  },
1445
- "lighthouse-core/audits/seo/robots-txt.js | title": {
1313
+ "core/audits/seo/robots-txt.js | title": {
1446
1314
  "message": "robots.txt is valid"
1447
1315
  },
1448
- "lighthouse-core/audits/seo/tap-targets.js | description": {
1316
+ "core/audits/seo/tap-targets.js | description": {
1449
1317
  "message": "Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more about tap targets](https://web.dev/tap-targets/)."
1450
1318
  },
1451
- "lighthouse-core/audits/seo/tap-targets.js | displayValue": {
1319
+ "core/audits/seo/tap-targets.js | displayValue": {
1452
1320
  "message": "{decimalProportion, number, percent} appropriately sized tap targets"
1453
1321
  },
1454
- "lighthouse-core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1322
+ "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1455
1323
  "message": "Tap targets are too small because there's no viewport meta tag optimized for mobile screens"
1456
1324
  },
1457
- "lighthouse-core/audits/seo/tap-targets.js | failureTitle": {
1325
+ "core/audits/seo/tap-targets.js | failureTitle": {
1458
1326
  "message": "Tap targets are not sized appropriately"
1459
1327
  },
1460
- "lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1328
+ "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1461
1329
  "message": "Overlapping Target"
1462
1330
  },
1463
- "lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader": {
1331
+ "core/audits/seo/tap-targets.js | tapTargetHeader": {
1464
1332
  "message": "Tap Target"
1465
1333
  },
1466
- "lighthouse-core/audits/seo/tap-targets.js | title": {
1334
+ "core/audits/seo/tap-targets.js | title": {
1467
1335
  "message": "Tap targets are sized appropriately"
1468
1336
  },
1469
- "lighthouse-core/audits/server-response-time.js | description": {
1337
+ "core/audits/server-response-time.js | description": {
1470
1338
  "message": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://web.dev/time-to-first-byte/)."
1471
1339
  },
1472
- "lighthouse-core/audits/server-response-time.js | displayValue": {
1340
+ "core/audits/server-response-time.js | displayValue": {
1473
1341
  "message": "Root document took {timeInMs, number, milliseconds} ms"
1474
1342
  },
1475
- "lighthouse-core/audits/server-response-time.js | failureTitle": {
1343
+ "core/audits/server-response-time.js | failureTitle": {
1476
1344
  "message": "Reduce initial server response time"
1477
1345
  },
1478
- "lighthouse-core/audits/server-response-time.js | title": {
1346
+ "core/audits/server-response-time.js | title": {
1479
1347
  "message": "Initial server response time was short"
1480
1348
  },
1481
- "lighthouse-core/audits/service-worker.js | description": {
1349
+ "core/audits/service-worker.js | description": {
1482
1350
  "message": "The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. [Learn more about Service Workers](https://web.dev/service-worker/)."
1483
1351
  },
1484
- "lighthouse-core/audits/service-worker.js | explanationBadManifest": {
1352
+ "core/audits/service-worker.js | explanationBadManifest": {
1485
1353
  "message": "This page is controlled by a service worker, however no `start_url` was found because manifest failed to parse as valid JSON"
1486
1354
  },
1487
- "lighthouse-core/audits/service-worker.js | explanationBadStartUrl": {
1355
+ "core/audits/service-worker.js | explanationBadStartUrl": {
1488
1356
  "message": "This page is controlled by a service worker, however the `start_url` ({startUrl}) is not in the service worker's scope ({scopeUrl})"
1489
1357
  },
1490
- "lighthouse-core/audits/service-worker.js | explanationNoManifest": {
1358
+ "core/audits/service-worker.js | explanationNoManifest": {
1491
1359
  "message": "This page is controlled by a service worker, however no `start_url` was found because no manifest was fetched."
1492
1360
  },
1493
- "lighthouse-core/audits/service-worker.js | explanationOutOfScope": {
1361
+ "core/audits/service-worker.js | explanationOutOfScope": {
1494
1362
  "message": "This origin has one or more service workers, however the page ({pageUrl}) is not in scope."
1495
1363
  },
1496
- "lighthouse-core/audits/service-worker.js | failureTitle": {
1364
+ "core/audits/service-worker.js | failureTitle": {
1497
1365
  "message": "Does not register a service worker that controls page and `start_url`"
1498
1366
  },
1499
- "lighthouse-core/audits/service-worker.js | title": {
1367
+ "core/audits/service-worker.js | title": {
1500
1368
  "message": "Registers a service worker that controls page and `start_url`"
1501
1369
  },
1502
- "lighthouse-core/audits/splash-screen.js | description": {
1370
+ "core/audits/splash-screen.js | description": {
1503
1371
  "message": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://web.dev/splash-screen/)."
1504
1372
  },
1505
- "lighthouse-core/audits/splash-screen.js | failureTitle": {
1373
+ "core/audits/splash-screen.js | failureTitle": {
1506
1374
  "message": "Is not configured for a custom splash screen"
1507
1375
  },
1508
- "lighthouse-core/audits/splash-screen.js | title": {
1376
+ "core/audits/splash-screen.js | title": {
1509
1377
  "message": "Configured for a custom splash screen"
1510
1378
  },
1511
- "lighthouse-core/audits/themed-omnibox.js | description": {
1379
+ "core/audits/themed-omnibox.js | description": {
1512
1380
  "message": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://web.dev/themed-omnibox/)."
1513
1381
  },
1514
- "lighthouse-core/audits/themed-omnibox.js | failureTitle": {
1382
+ "core/audits/themed-omnibox.js | failureTitle": {
1515
1383
  "message": "Does not set a theme color for the address bar."
1516
1384
  },
1517
- "lighthouse-core/audits/themed-omnibox.js | title": {
1385
+ "core/audits/themed-omnibox.js | title": {
1518
1386
  "message": "Sets a theme color for the address bar."
1519
1387
  },
1520
- "lighthouse-core/audits/third-party-facades.js | categoryCustomerSuccess": {
1388
+ "core/audits/third-party-facades.js | categoryCustomerSuccess": {
1521
1389
  "message": "{productName} (Customer Success)"
1522
1390
  },
1523
- "lighthouse-core/audits/third-party-facades.js | categoryMarketing": {
1391
+ "core/audits/third-party-facades.js | categoryMarketing": {
1524
1392
  "message": "{productName} (Marketing)"
1525
1393
  },
1526
- "lighthouse-core/audits/third-party-facades.js | categorySocial": {
1394
+ "core/audits/third-party-facades.js | categorySocial": {
1527
1395
  "message": "{productName} (Social)"
1528
1396
  },
1529
- "lighthouse-core/audits/third-party-facades.js | categoryVideo": {
1397
+ "core/audits/third-party-facades.js | categoryVideo": {
1530
1398
  "message": "{productName} (Video)"
1531
1399
  },
1532
- "lighthouse-core/audits/third-party-facades.js | columnProduct": {
1400
+ "core/audits/third-party-facades.js | columnProduct": {
1533
1401
  "message": "Product"
1534
1402
  },
1535
- "lighthouse-core/audits/third-party-facades.js | description": {
1403
+ "core/audits/third-party-facades.js | description": {
1536
1404
  "message": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn how to defer third-parties with a facade](https://web.dev/third-party-facades/)."
1537
1405
  },
1538
- "lighthouse-core/audits/third-party-facades.js | displayValue": {
1406
+ "core/audits/third-party-facades.js | displayValue": {
1539
1407
  "message": "{itemCount, plural,\n =1 {# facade alternative available}\n other {# facade alternatives available}\n }"
1540
1408
  },
1541
- "lighthouse-core/audits/third-party-facades.js | failureTitle": {
1409
+ "core/audits/third-party-facades.js | failureTitle": {
1542
1410
  "message": "Some third-party resources can be lazy loaded with a facade"
1543
1411
  },
1544
- "lighthouse-core/audits/third-party-facades.js | title": {
1412
+ "core/audits/third-party-facades.js | title": {
1545
1413
  "message": "Lazy load third-party resources with facades"
1546
1414
  },
1547
- "lighthouse-core/audits/third-party-summary.js | columnThirdParty": {
1415
+ "core/audits/third-party-summary.js | columnThirdParty": {
1548
1416
  "message": "Third-Party"
1549
1417
  },
1550
- "lighthouse-core/audits/third-party-summary.js | description": {
1418
+ "core/audits/third-party-summary.js | description": {
1551
1419
  "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/)."
1552
1420
  },
1553
- "lighthouse-core/audits/third-party-summary.js | displayValue": {
1421
+ "core/audits/third-party-summary.js | displayValue": {
1554
1422
  "message": "Third-party code blocked the main thread for {timeInMs, number, milliseconds} ms"
1555
1423
  },
1556
- "lighthouse-core/audits/third-party-summary.js | failureTitle": {
1424
+ "core/audits/third-party-summary.js | failureTitle": {
1557
1425
  "message": "Reduce the impact of third-party code"
1558
1426
  },
1559
- "lighthouse-core/audits/third-party-summary.js | title": {
1427
+ "core/audits/third-party-summary.js | title": {
1560
1428
  "message": "Minimize third-party usage"
1561
1429
  },
1562
- "lighthouse-core/audits/timing-budget.js | columnMeasurement": {
1430
+ "core/audits/timing-budget.js | columnMeasurement": {
1563
1431
  "message": "Measurement"
1564
1432
  },
1565
- "lighthouse-core/audits/timing-budget.js | columnTimingMetric": {
1433
+ "core/audits/timing-budget.js | columnTimingMetric": {
1566
1434
  "message": "Metric"
1567
1435
  },
1568
- "lighthouse-core/audits/timing-budget.js | description": {
1436
+ "core/audits/timing-budget.js | description": {
1569
1437
  "message": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
1570
1438
  },
1571
- "lighthouse-core/audits/timing-budget.js | title": {
1439
+ "core/audits/timing-budget.js | title": {
1572
1440
  "message": "Timing budget"
1573
1441
  },
1574
- "lighthouse-core/audits/unsized-images.js | description": {
1442
+ "core/audits/unsized-images.js | description": {
1575
1443
  "message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/optimize-cls/#images-without-dimensions)"
1576
1444
  },
1577
- "lighthouse-core/audits/unsized-images.js | failureTitle": {
1445
+ "core/audits/unsized-images.js | failureTitle": {
1578
1446
  "message": "Image elements do not have explicit `width` and `height`"
1579
1447
  },
1580
- "lighthouse-core/audits/unsized-images.js | title": {
1448
+ "core/audits/unsized-images.js | title": {
1581
1449
  "message": "Image elements have explicit `width` and `height`"
1582
1450
  },
1583
- "lighthouse-core/audits/user-timings.js | columnType": {
1451
+ "core/audits/user-timings.js | columnType": {
1584
1452
  "message": "Type"
1585
1453
  },
1586
- "lighthouse-core/audits/user-timings.js | description": {
1454
+ "core/audits/user-timings.js | description": {
1587
1455
  "message": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://web.dev/user-timings/)."
1588
1456
  },
1589
- "lighthouse-core/audits/user-timings.js | displayValue": {
1457
+ "core/audits/user-timings.js | displayValue": {
1590
1458
  "message": "{itemCount, plural,\n =1 {1 user timing}\n other {# user timings}\n }"
1591
1459
  },
1592
- "lighthouse-core/audits/user-timings.js | title": {
1460
+ "core/audits/user-timings.js | title": {
1593
1461
  "message": "User Timing marks and measures"
1594
1462
  },
1595
- "lighthouse-core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1463
+ "core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1596
1464
  "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."
1597
1465
  },
1598
- "lighthouse-core/audits/uses-rel-preconnect.js | description": {
1466
+ "core/audits/uses-rel-preconnect.js | description": {
1599
1467
  "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://web.dev/uses-rel-preconnect/)."
1600
1468
  },
1601
- "lighthouse-core/audits/uses-rel-preconnect.js | title": {
1469
+ "core/audits/uses-rel-preconnect.js | title": {
1602
1470
  "message": "Preconnect to required origins"
1603
1471
  },
1604
- "lighthouse-core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1472
+ "core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1605
1473
  "message": "More than 2 `<link rel=preconnect>` connections were found. These should be used sparingly and only to the most important origins."
1606
1474
  },
1607
- "lighthouse-core/audits/uses-rel-preconnect.js | unusedWarning": {
1475
+ "core/audits/uses-rel-preconnect.js | unusedWarning": {
1608
1476
  "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."
1609
1477
  },
1610
- "lighthouse-core/audits/uses-rel-preload.js | crossoriginWarning": {
1478
+ "core/audits/uses-rel-preload.js | crossoriginWarning": {
1611
1479
  "message": "A preload `<link>` was found for \"{preloadURL}\" but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
1612
1480
  },
1613
- "lighthouse-core/audits/uses-rel-preload.js | description": {
1481
+ "core/audits/uses-rel-preload.js | description": {
1614
1482
  "message": "Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. [Learn how to preload key requests](https://web.dev/uses-rel-preload/)."
1615
1483
  },
1616
- "lighthouse-core/audits/uses-rel-preload.js | title": {
1484
+ "core/audits/uses-rel-preload.js | title": {
1617
1485
  "message": "Preload key requests"
1618
1486
  },
1619
- "lighthouse-core/audits/valid-source-maps.js | columnMapURL": {
1487
+ "core/audits/valid-source-maps.js | columnMapURL": {
1620
1488
  "message": "Map URL"
1621
1489
  },
1622
- "lighthouse-core/audits/valid-source-maps.js | description": {
1490
+ "core/audits/valid-source-maps.js | description": {
1623
1491
  "message": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)."
1624
1492
  },
1625
- "lighthouse-core/audits/valid-source-maps.js | failureTitle": {
1493
+ "core/audits/valid-source-maps.js | failureTitle": {
1626
1494
  "message": "Missing source maps for large first-party JavaScript"
1627
1495
  },
1628
- "lighthouse-core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1496
+ "core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1629
1497
  "message": "Large JavaScript file is missing a source map"
1630
1498
  },
1631
- "lighthouse-core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
1499
+ "core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
1632
1500
  "message": "{missingItems, plural,\n =1 {Warning: missing 1 item in `.sourcesContent`}\n other {Warning: missing # items in `.sourcesContent`}\n }"
1633
1501
  },
1634
- "lighthouse-core/audits/valid-source-maps.js | title": {
1502
+ "core/audits/valid-source-maps.js | title": {
1635
1503
  "message": "Page has valid source maps"
1636
1504
  },
1637
- "lighthouse-core/audits/viewport.js | description": {
1505
+ "core/audits/viewport.js | description": {
1638
1506
  "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://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Learn more about using the viewport meta tag](https://web.dev/viewport/)."
1639
1507
  },
1640
- "lighthouse-core/audits/viewport.js | explanationNoTag": {
1508
+ "core/audits/viewport.js | explanationNoTag": {
1641
1509
  "message": "No `<meta name=\"viewport\">` tag found"
1642
1510
  },
1643
- "lighthouse-core/audits/viewport.js | failureTitle": {
1511
+ "core/audits/viewport.js | failureTitle": {
1644
1512
  "message": "Does not have a `<meta name=\"viewport\">` tag with `width` or `initial-scale`"
1645
1513
  },
1646
- "lighthouse-core/audits/viewport.js | title": {
1514
+ "core/audits/viewport.js | title": {
1647
1515
  "message": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`"
1648
1516
  },
1649
- "lighthouse-core/audits/work-during-interaction.js | description": {
1517
+ "core/audits/work-during-interaction.js | description": {
1650
1518
  "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/inp/)."
1651
1519
  },
1652
- "lighthouse-core/audits/work-during-interaction.js | displayValue": {
1520
+ "core/audits/work-during-interaction.js | displayValue": {
1653
1521
  "message": "{timeInMs, number, milliseconds} ms spent on event '{interactionType}'"
1654
1522
  },
1655
- "lighthouse-core/audits/work-during-interaction.js | eventTarget": {
1523
+ "core/audits/work-during-interaction.js | eventTarget": {
1656
1524
  "message": "Event target"
1657
1525
  },
1658
- "lighthouse-core/audits/work-during-interaction.js | failureTitle": {
1526
+ "core/audits/work-during-interaction.js | failureTitle": {
1659
1527
  "message": "Minimize work during key interaction"
1660
1528
  },
1661
- "lighthouse-core/audits/work-during-interaction.js | inputDelay": {
1529
+ "core/audits/work-during-interaction.js | inputDelay": {
1662
1530
  "message": "Input delay"
1663
1531
  },
1664
- "lighthouse-core/audits/work-during-interaction.js | presentationDelay": {
1532
+ "core/audits/work-during-interaction.js | presentationDelay": {
1665
1533
  "message": "Presentation delay"
1666
1534
  },
1667
- "lighthouse-core/audits/work-during-interaction.js | processingTime": {
1535
+ "core/audits/work-during-interaction.js | processingTime": {
1668
1536
  "message": "Processing time"
1669
1537
  },
1670
- "lighthouse-core/audits/work-during-interaction.js | title": {
1538
+ "core/audits/work-during-interaction.js | title": {
1671
1539
  "message": "Minimizes work during key interaction"
1672
1540
  },
1673
- "lighthouse-core/config/default-config.js | a11yAriaGroupDescription": {
1541
+ "core/config/default-config.js | a11yAriaGroupDescription": {
1674
1542
  "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."
1675
1543
  },
1676
- "lighthouse-core/config/default-config.js | a11yAriaGroupTitle": {
1544
+ "core/config/default-config.js | a11yAriaGroupTitle": {
1677
1545
  "message": "ARIA"
1678
1546
  },
1679
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription": {
1547
+ "core/config/default-config.js | a11yAudioVideoGroupDescription": {
1680
1548
  "message": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
1681
1549
  },
1682
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle": {
1550
+ "core/config/default-config.js | a11yAudioVideoGroupTitle": {
1683
1551
  "message": "Audio and video"
1684
1552
  },
1685
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription": {
1553
+ "core/config/default-config.js | a11yBestPracticesGroupDescription": {
1686
1554
  "message": "These items highlight common accessibility best practices."
1687
1555
  },
1688
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle": {
1556
+ "core/config/default-config.js | a11yBestPracticesGroupTitle": {
1689
1557
  "message": "Best practices"
1690
1558
  },
1691
- "lighthouse-core/config/default-config.js | a11yCategoryDescription": {
1559
+ "core/config/default-config.js | a11yCategoryDescription": {
1692
1560
  "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://web.dev/lighthouse-accessibility/). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged."
1693
1561
  },
1694
- "lighthouse-core/config/default-config.js | a11yCategoryManualDescription": {
1562
+ "core/config/default-config.js | a11yCategoryManualDescription": {
1695
1563
  "message": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/how-to-review/)."
1696
1564
  },
1697
- "lighthouse-core/config/default-config.js | a11yCategoryTitle": {
1565
+ "core/config/default-config.js | a11yCategoryTitle": {
1698
1566
  "message": "Accessibility"
1699
1567
  },
1700
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription": {
1568
+ "core/config/default-config.js | a11yColorContrastGroupDescription": {
1701
1569
  "message": "These are opportunities to improve the legibility of your content."
1702
1570
  },
1703
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle": {
1571
+ "core/config/default-config.js | a11yColorContrastGroupTitle": {
1704
1572
  "message": "Contrast"
1705
1573
  },
1706
- "lighthouse-core/config/default-config.js | a11yLanguageGroupDescription": {
1574
+ "core/config/default-config.js | a11yLanguageGroupDescription": {
1707
1575
  "message": "These are opportunities to improve the interpretation of your content by users in different locales."
1708
1576
  },
1709
- "lighthouse-core/config/default-config.js | a11yLanguageGroupTitle": {
1577
+ "core/config/default-config.js | a11yLanguageGroupTitle": {
1710
1578
  "message": "Internationalization and localization"
1711
1579
  },
1712
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1580
+ "core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1713
1581
  "message": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
1714
1582
  },
1715
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1583
+ "core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1716
1584
  "message": "Names and labels"
1717
1585
  },
1718
- "lighthouse-core/config/default-config.js | a11yNavigationGroupDescription": {
1586
+ "core/config/default-config.js | a11yNavigationGroupDescription": {
1719
1587
  "message": "These are opportunities to improve keyboard navigation in your application."
1720
1588
  },
1721
- "lighthouse-core/config/default-config.js | a11yNavigationGroupTitle": {
1589
+ "core/config/default-config.js | a11yNavigationGroupTitle": {
1722
1590
  "message": "Navigation"
1723
1591
  },
1724
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1592
+ "core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1725
1593
  "message": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
1726
1594
  },
1727
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1595
+ "core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1728
1596
  "message": "Tables and lists"
1729
1597
  },
1730
- "lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1598
+ "core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1731
1599
  "message": "Browser Compatibility"
1732
1600
  },
1733
- "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": {
1601
+ "core/config/default-config.js | bestPracticesCategoryTitle": {
1734
1602
  "message": "Best Practices"
1735
1603
  },
1736
- "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1604
+ "core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1737
1605
  "message": "General"
1738
1606
  },
1739
- "lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1607
+ "core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1740
1608
  "message": "Trust and Safety"
1741
1609
  },
1742
- "lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle": {
1610
+ "core/config/default-config.js | bestPracticesUXGroupTitle": {
1743
1611
  "message": "User Experience"
1744
1612
  },
1745
- "lighthouse-core/config/default-config.js | budgetsGroupDescription": {
1613
+ "core/config/default-config.js | budgetsGroupDescription": {
1746
1614
  "message": "Performance budgets set standards for the performance of your site."
1747
1615
  },
1748
- "lighthouse-core/config/default-config.js | budgetsGroupTitle": {
1616
+ "core/config/default-config.js | budgetsGroupTitle": {
1749
1617
  "message": "Budgets"
1750
1618
  },
1751
- "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": {
1619
+ "core/config/default-config.js | diagnosticsGroupDescription": {
1752
1620
  "message": "More information about the performance of your application. These numbers don't [directly affect](https://web.dev/performance-scoring/) the Performance score."
1753
1621
  },
1754
- "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": {
1622
+ "core/config/default-config.js | diagnosticsGroupTitle": {
1755
1623
  "message": "Diagnostics"
1756
1624
  },
1757
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1625
+ "core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1758
1626
  "message": "The most critical aspect of performance is how quickly pixels are rendered onscreen. Key metrics: First Contentful Paint, First Meaningful Paint"
1759
1627
  },
1760
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1628
+ "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1761
1629
  "message": "First Paint Improvements"
1762
1630
  },
1763
- "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": {
1631
+ "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1764
1632
  "message": "These suggestions can help your page load faster. They don't [directly affect](https://web.dev/performance-scoring/) the Performance score."
1765
1633
  },
1766
- "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": {
1634
+ "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1767
1635
  "message": "Opportunities"
1768
1636
  },
1769
- "lighthouse-core/config/default-config.js | metricGroupTitle": {
1637
+ "core/config/default-config.js | metricGroupTitle": {
1770
1638
  "message": "Metrics"
1771
1639
  },
1772
- "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": {
1640
+ "core/config/default-config.js | overallImprovementsGroupDescription": {
1773
1641
  "message": "Enhance the overall loading experience, so the page is responsive and ready to use as soon as possible. Key metrics: Time to Interactive, Speed Index"
1774
1642
  },
1775
- "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": {
1643
+ "core/config/default-config.js | overallImprovementsGroupTitle": {
1776
1644
  "message": "Overall Improvements"
1777
1645
  },
1778
- "lighthouse-core/config/default-config.js | performanceCategoryTitle": {
1646
+ "core/config/default-config.js | performanceCategoryTitle": {
1779
1647
  "message": "Performance"
1780
1648
  },
1781
- "lighthouse-core/config/default-config.js | pwaCategoryDescription": {
1649
+ "core/config/default-config.js | pwaCategoryDescription": {
1782
1650
  "message": "These checks validate the aspects of a Progressive Web App. [Learn more](https://web.dev/pwa-checklist/)."
1783
1651
  },
1784
- "lighthouse-core/config/default-config.js | pwaCategoryManualDescription": {
1652
+ "core/config/default-config.js | pwaCategoryManualDescription": {
1785
1653
  "message": "These checks are required by the baseline [PWA Checklist](https://web.dev/pwa-checklist/) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
1786
1654
  },
1787
- "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1655
+ "core/config/default-config.js | pwaCategoryTitle": {
1788
1656
  "message": "PWA"
1789
1657
  },
1790
- "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1658
+ "core/config/default-config.js | pwaInstallableGroupTitle": {
1791
1659
  "message": "Installable"
1792
1660
  },
1793
- "lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle": {
1661
+ "core/config/default-config.js | pwaOptimizedGroupTitle": {
1794
1662
  "message": "PWA Optimized"
1795
1663
  },
1796
- "lighthouse-core/config/default-config.js | seoCategoryDescription": {
1664
+ "core/config/default-config.js | seoCategoryDescription": {
1797
1665
  "message": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/learn-web-vitals/). [Learn more](https://support.google.com/webmasters/answer/35769)."
1798
1666
  },
1799
- "lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
1667
+ "core/config/default-config.js | seoCategoryManualDescription": {
1800
1668
  "message": "Run these additional validators on your site to check additional SEO best practices."
1801
1669
  },
1802
- "lighthouse-core/config/default-config.js | seoCategoryTitle": {
1670
+ "core/config/default-config.js | seoCategoryTitle": {
1803
1671
  "message": "SEO"
1804
1672
  },
1805
- "lighthouse-core/config/default-config.js | seoContentGroupDescription": {
1673
+ "core/config/default-config.js | seoContentGroupDescription": {
1806
1674
  "message": "Format your HTML in a way that enables crawlers to better understand your app’s content."
1807
1675
  },
1808
- "lighthouse-core/config/default-config.js | seoContentGroupTitle": {
1676
+ "core/config/default-config.js | seoContentGroupTitle": {
1809
1677
  "message": "Content Best Practices"
1810
1678
  },
1811
- "lighthouse-core/config/default-config.js | seoCrawlingGroupDescription": {
1679
+ "core/config/default-config.js | seoCrawlingGroupDescription": {
1812
1680
  "message": "To appear in search results, crawlers need access to your app."
1813
1681
  },
1814
- "lighthouse-core/config/default-config.js | seoCrawlingGroupTitle": {
1682
+ "core/config/default-config.js | seoCrawlingGroupTitle": {
1815
1683
  "message": "Crawling and Indexing"
1816
1684
  },
1817
- "lighthouse-core/config/default-config.js | seoMobileGroupDescription": {
1685
+ "core/config/default-config.js | seoMobileGroupDescription": {
1818
1686
  "message": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn more](https://developers.google.com/search/mobile-sites/)."
1819
1687
  },
1820
- "lighthouse-core/config/default-config.js | seoMobileGroupTitle": {
1688
+ "core/config/default-config.js | seoMobileGroupTitle": {
1821
1689
  "message": "Mobile Friendly"
1822
1690
  },
1823
- "lighthouse-core/gather/driver/environment.js | warningSlowHostCpu": {
1691
+ "core/gather/driver/environment.js | warningSlowHostCpu": {
1824
1692
  "message": "The tested device appears to have a slower CPU than Lighthouse expects. This can negatively affect your performance score. Learn more about [calibrating an appropriate CPU slowdown multiplier](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)."
1825
1693
  },
1826
- "lighthouse-core/gather/driver/navigation.js | warningRedirected": {
1694
+ "core/gather/driver/navigation.js | warningRedirected": {
1827
1695
  "message": "The page may not be loading as expected because your test URL ({requested}) was redirected to {final}. Try testing the second URL directly."
1828
1696
  },
1829
- "lighthouse-core/gather/driver/navigation.js | warningTimeout": {
1697
+ "core/gather/driver/navigation.js | warningTimeout": {
1830
1698
  "message": "The page loaded too slowly to finish within the time limit. Results may be incomplete."
1831
1699
  },
1832
- "lighthouse-core/gather/driver/storage.js | warningData": {
1700
+ "core/gather/driver/storage.js | warningData": {
1833
1701
  "message": "{locationCount, plural,\n =1 {There may be stored data affecting loading performance in this location: {locations}. Audit this page in an incognito window to prevent those resources from affecting your scores.}\n other {There may be stored data affecting loading performance in these locations: {locations}. Audit this page in an incognito window to prevent those resources from affecting your scores.}\n }"
1834
1702
  },
1835
- "lighthouse-core/lib/csp-evaluator.js | allowlistFallback": {
1703
+ "core/lib/csp-evaluator.js | allowlistFallback": {
1836
1704
  "message": "Consider adding https: and http: URL schemes (ignored by browsers supporting 'strict-dynamic') to be backward compatible with older browsers."
1837
1705
  },
1838
- "lighthouse-core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1706
+ "core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1839
1707
  "message": "disown-opener is deprecated since CSP3. Please, use the Cross-Origin-Opener-Policy header instead."
1840
1708
  },
1841
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReferrer": {
1709
+ "core/lib/csp-evaluator.js | deprecatedReferrer": {
1842
1710
  "message": "referrer is deprecated since CSP2. Please, use the Referrer-Policy header instead."
1843
1711
  },
1844
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1712
+ "core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1845
1713
  "message": "reflected-xss is deprecated since CSP2. Please, use the X-XSS-Protection header instead."
1846
1714
  },
1847
- "lighthouse-core/lib/csp-evaluator.js | missingBaseUri": {
1715
+ "core/lib/csp-evaluator.js | missingBaseUri": {
1848
1716
  "message": "Missing base-uri allows injected <base> tags to set the base URL for all relative URLs (e.g. scripts) to an attacker controlled domain. Consider setting base-uri to 'none' or 'self'."
1849
1717
  },
1850
- "lighthouse-core/lib/csp-evaluator.js | missingObjectSrc": {
1718
+ "core/lib/csp-evaluator.js | missingObjectSrc": {
1851
1719
  "message": "Missing object-src allows the injection of plugins that execute unsafe scripts. Consider setting object-src to 'none' if you can."
1852
1720
  },
1853
- "lighthouse-core/lib/csp-evaluator.js | missingScriptSrc": {
1721
+ "core/lib/csp-evaluator.js | missingScriptSrc": {
1854
1722
  "message": "script-src directive is missing. This can allow the execution of unsafe scripts."
1855
1723
  },
1856
- "lighthouse-core/lib/csp-evaluator.js | missingSemicolon": {
1724
+ "core/lib/csp-evaluator.js | missingSemicolon": {
1857
1725
  "message": "Did you forget the semicolon? {keyword} seems to be a directive, not a keyword."
1858
1726
  },
1859
- "lighthouse-core/lib/csp-evaluator.js | nonceCharset": {
1727
+ "core/lib/csp-evaluator.js | nonceCharset": {
1860
1728
  "message": "Nonces should use the base64 charset."
1861
1729
  },
1862
- "lighthouse-core/lib/csp-evaluator.js | nonceLength": {
1730
+ "core/lib/csp-evaluator.js | nonceLength": {
1863
1731
  "message": "Nonces should be at least 8 characters long."
1864
1732
  },
1865
- "lighthouse-core/lib/csp-evaluator.js | plainUrlScheme": {
1733
+ "core/lib/csp-evaluator.js | plainUrlScheme": {
1866
1734
  "message": "Avoid using plain URL schemes ({keyword}) in this directive. Plain URL schemes allow scripts to be sourced from an unsafe domain."
1867
1735
  },
1868
- "lighthouse-core/lib/csp-evaluator.js | plainWildcards": {
1736
+ "core/lib/csp-evaluator.js | plainWildcards": {
1869
1737
  "message": "Avoid using plain wildcards ({keyword}) in this directive. Plain wildcards allow scripts to be sourced from an unsafe domain."
1870
1738
  },
1871
- "lighthouse-core/lib/csp-evaluator.js | reportingDestinationMissing": {
1739
+ "core/lib/csp-evaluator.js | reportingDestinationMissing": {
1872
1740
  "message": "No CSP configures a reporting destination. This makes it difficult to maintain the CSP over time and monitor for any breakages."
1873
1741
  },
1874
- "lighthouse-core/lib/csp-evaluator.js | reportToOnly": {
1742
+ "core/lib/csp-evaluator.js | reportToOnly": {
1875
1743
  "message": "The reporting destination is only configured via the report-to directive. This directive is only supported in Chromium-based browsers so it is recommended to also use a report-uri directive."
1876
1744
  },
1877
- "lighthouse-core/lib/csp-evaluator.js | strictDynamic": {
1745
+ "core/lib/csp-evaluator.js | strictDynamic": {
1878
1746
  "message": "Host allowlists can frequently be bypassed. Consider using CSP nonces or hashes instead, along with 'strict-dynamic' if necessary."
1879
1747
  },
1880
- "lighthouse-core/lib/csp-evaluator.js | unknownDirective": {
1748
+ "core/lib/csp-evaluator.js | unknownDirective": {
1881
1749
  "message": "Unknown CSP directive."
1882
1750
  },
1883
- "lighthouse-core/lib/csp-evaluator.js | unknownKeyword": {
1751
+ "core/lib/csp-evaluator.js | unknownKeyword": {
1884
1752
  "message": "{keyword} seems to be an invalid keyword."
1885
1753
  },
1886
- "lighthouse-core/lib/csp-evaluator.js | unsafeInline": {
1754
+ "core/lib/csp-evaluator.js | unsafeInline": {
1887
1755
  "message": "'unsafe-inline' allows the execution of unsafe in-page scripts and event handlers. Consider using CSP nonces or hashes to allow scripts individually."
1888
1756
  },
1889
- "lighthouse-core/lib/csp-evaluator.js | unsafeInlineFallback": {
1757
+ "core/lib/csp-evaluator.js | unsafeInlineFallback": {
1890
1758
  "message": "Consider adding 'unsafe-inline' (ignored by browsers supporting nonces/hashes) to be backward compatible with older browsers."
1891
1759
  },
1892
- "lighthouse-core/lib/deprecations-strings.js | authorizationCoveredByWildcard": {
1760
+ "core/lib/deprecations-strings.js | authorizationCoveredByWildcard": {
1893
1761
  "message": "Authorization will not be covered by the wildcard symbol (*) in CORS `Access-Control-Allow-Headers` handling."
1894
1762
  },
1895
- "lighthouse-core/lib/deprecations-strings.js | canRequestURLHTTPContainingNewline": {
1763
+ "core/lib/deprecations-strings.js | canRequestURLHTTPContainingNewline": {
1896
1764
  "message": "Resource requests whose URLs contained both removed whitespace `(n|r|t)` characters and less-than characters (`<`) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
1897
1765
  },
1898
- "lighthouse-core/lib/deprecations-strings.js | chromeLoadTimesConnectionInfo": {
1766
+ "core/lib/deprecations-strings.js | chromeLoadTimesConnectionInfo": {
1899
1767
  "message": "`chrome.loadTimes()` is deprecated, instead use standardized API: Navigation Timing 2."
1900
1768
  },
1901
- "lighthouse-core/lib/deprecations-strings.js | chromeLoadTimesFirstPaintAfterLoadTime": {
1769
+ "core/lib/deprecations-strings.js | chromeLoadTimesFirstPaintAfterLoadTime": {
1902
1770
  "message": "`chrome.loadTimes()` is deprecated, instead use standardized API: Paint Timing."
1903
1771
  },
1904
- "lighthouse-core/lib/deprecations-strings.js | chromeLoadTimesWasAlternateProtocolAvailable": {
1772
+ "core/lib/deprecations-strings.js | chromeLoadTimesWasAlternateProtocolAvailable": {
1905
1773
  "message": "`chrome.loadTimes()` is deprecated, instead use standardized API: `nextHopProtocol` in Navigation Timing 2."
1906
1774
  },
1907
- "lighthouse-core/lib/deprecations-strings.js | cookieWithTruncatingChar": {
1775
+ "core/lib/deprecations-strings.js | cookieWithTruncatingChar": {
1908
1776
  "message": "Cookies containing a `(0|r|n)` character will be rejected instead of truncated."
1909
1777
  },
1910
- "lighthouse-core/lib/deprecations-strings.js | crossOriginAccessBasedOnDocumentDomain": {
1778
+ "core/lib/deprecations-strings.js | crossOriginAccessBasedOnDocumentDomain": {
1911
1779
  "message": "Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. This deprecation warning is for a cross-origin access that was enabled by setting `document.domain`."
1912
1780
  },
1913
- "lighthouse-core/lib/deprecations-strings.js | crossOriginWindowApi": {
1781
+ "core/lib/deprecations-strings.js | crossOriginWindowApi": {
1914
1782
  "message": "Triggering {PH1} from cross origin iframes has been deprecated and will be removed in the future."
1915
1783
  },
1916
- "lighthouse-core/lib/deprecations-strings.js | cssSelectorInternalMediaControlsOverlayCastButton": {
1784
+ "core/lib/deprecations-strings.js | cssSelectorInternalMediaControlsOverlayCastButton": {
1917
1785
  "message": "The `disableRemotePlayback` attribute should be used in order to disable the default Cast integration instead of using `-internal-media-controls-overlay-cast-button` selector."
1918
1786
  },
1919
- "lighthouse-core/lib/deprecations-strings.js | deprecatedWithReplacement": {
1787
+ "core/lib/deprecations-strings.js | deprecatedWithReplacement": {
1920
1788
  "message": "{PH1} is deprecated. Please use {PH2} instead."
1921
1789
  },
1922
- "lighthouse-core/lib/deprecations-strings.js | deprecationExample": {
1790
+ "core/lib/deprecations-strings.js | deprecationExample": {
1923
1791
  "message": "This is an example of a translated deprecation issue message."
1924
1792
  },
1925
- "lighthouse-core/lib/deprecations-strings.js | documentDomainSettingWithoutOriginAgentClusterHeader": {
1793
+ "core/lib/deprecations-strings.js | documentDomainSettingWithoutOriginAgentClusterHeader": {
1926
1794
  "message": "Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. To continue using this feature, please opt-out of origin-keyed agent clusters by sending an `Origin-Agent-Cluster: ?0` header along with the HTTP response for the document and frames. See https://developer.chrome.com/blog/immutable-document-domain/ for more details."
1927
1795
  },
1928
- "lighthouse-core/lib/deprecations-strings.js | eventPath": {
1796
+ "core/lib/deprecations-strings.js | eventPath": {
1929
1797
  "message": "`Event.path` is deprecated and will be removed. Please use `Event.composedPath()` instead."
1930
1798
  },
1931
- "lighthouse-core/lib/deprecations-strings.js | feature": {
1799
+ "core/lib/deprecations-strings.js | feature": {
1932
1800
  "message": "Check the feature status page for more details."
1933
1801
  },
1934
- "lighthouse-core/lib/deprecations-strings.js | geolocationInsecureOrigin": {
1802
+ "core/lib/deprecations-strings.js | geolocationInsecureOrigin": {
1935
1803
  "message": "`getCurrentPosition()` and `watchPosition()` no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
1936
1804
  },
1937
- "lighthouse-core/lib/deprecations-strings.js | geolocationInsecureOriginDeprecatedNotRemoved": {
1805
+ "core/lib/deprecations-strings.js | geolocationInsecureOriginDeprecatedNotRemoved": {
1938
1806
  "message": "`getCurrentPosition()` and `watchPosition()` are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
1939
1807
  },
1940
- "lighthouse-core/lib/deprecations-strings.js | getUserMediaInsecureOrigin": {
1808
+ "core/lib/deprecations-strings.js | getUserMediaInsecureOrigin": {
1941
1809
  "message": "`getUserMedia()` no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
1942
1810
  },
1943
- "lighthouse-core/lib/deprecations-strings.js | hostCandidateAttributeGetter": {
1811
+ "core/lib/deprecations-strings.js | hostCandidateAttributeGetter": {
1944
1812
  "message": "`RTCPeerConnectionIceErrorEvent.hostCandidate` is deprecated. Please use `RTCPeerConnectionIceErrorEvent.address` or `RTCPeerConnectionIceErrorEvent.port` instead."
1945
1813
  },
1946
- "lighthouse-core/lib/deprecations-strings.js | insecurePrivateNetworkSubresourceRequest": {
1814
+ "core/lib/deprecations-strings.js | insecurePrivateNetworkSubresourceRequest": {
1947
1815
  "message": "The website requested a subresource from a network that it could only access because of its users' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them."
1948
1816
  },
1949
- "lighthouse-core/lib/deprecations-strings.js | legacyConstraintGoogIPv6": {
1817
+ "core/lib/deprecations-strings.js | legacyConstraintGoogIPv6": {
1950
1818
  "message": "IPv6 is enabled-by-default and the ability to disable it using `googIPv6` is targeted to be removed in M108, after which it will be ignored. Please stop using this legacy constraint."
1951
1819
  },
1952
- "lighthouse-core/lib/deprecations-strings.js | localCSSFileExtensionRejected": {
1820
+ "core/lib/deprecations-strings.js | localCSSFileExtensionRejected": {
1953
1821
  "message": "CSS cannot be loaded from `file:` URLs unless they end in a `.css` file extension."
1954
1822
  },
1955
- "lighthouse-core/lib/deprecations-strings.js | mediaSourceAbortRemove": {
1823
+ "core/lib/deprecations-strings.js | mediaSourceAbortRemove": {
1956
1824
  "message": "Using `SourceBuffer.abort()` to abort `remove()`'s asynchronous range removal is deprecated due to specification change. Support will be removed in the future. You should listen to the `updateend` event instead. `abort()` is intended to only abort an asynchronous media append or reset parser state."
1957
1825
  },
1958
- "lighthouse-core/lib/deprecations-strings.js | mediaSourceDurationTruncatingBuffered": {
1826
+ "core/lib/deprecations-strings.js | mediaSourceDurationTruncatingBuffered": {
1959
1827
  "message": "Setting `MediaSource.duration` below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit `remove(newDuration, oldDuration)` on all `sourceBuffers`, where `newDuration < oldDuration`."
1960
1828
  },
1961
- "lighthouse-core/lib/deprecations-strings.js | milestone": {
1829
+ "core/lib/deprecations-strings.js | milestone": {
1962
1830
  "message": "This change will go into effect with milestone {milestone}."
1963
1831
  },
1964
- "lighthouse-core/lib/deprecations-strings.js | noSysexWebMIDIWithoutPermission": {
1832
+ "core/lib/deprecations-strings.js | noSysexWebMIDIWithoutPermission": {
1965
1833
  "message": "Web MIDI will ask a permission to use even if the sysex is not specified in the `MIDIOptions`."
1966
1834
  },
1967
- "lighthouse-core/lib/deprecations-strings.js | notificationInsecureOrigin": {
1835
+ "core/lib/deprecations-strings.js | notificationInsecureOrigin": {
1968
1836
  "message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
1969
1837
  },
1970
- "lighthouse-core/lib/deprecations-strings.js | notificationPermissionRequestedIframe": {
1838
+ "core/lib/deprecations-strings.js | notificationPermissionRequestedIframe": {
1971
1839
  "message": "Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead."
1972
1840
  },
1973
- "lighthouse-core/lib/deprecations-strings.js | obsoleteWebRtcCipherSuite": {
1841
+ "core/lib/deprecations-strings.js | obsoleteWebRtcCipherSuite": {
1974
1842
  "message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
1975
1843
  },
1976
- "lighthouse-core/lib/deprecations-strings.js | pictureSourceSrc": {
1844
+ "core/lib/deprecations-strings.js | pictureSourceSrc": {
1977
1845
  "message": "`<source src>` with a `<picture>` parent is invalid and therefore ignored. Please use `<source srcset>` instead."
1978
1846
  },
1979
- "lighthouse-core/lib/deprecations-strings.js | prefixedStorageInfo": {
1847
+ "core/lib/deprecations-strings.js | prefixedStorageInfo": {
1980
1848
  "message": "`window.webkitStorageInfo` is deprecated. Please use `navigator.webkitTemporaryStorage` or `navigator.webkitPersistentStorage` instead."
1981
1849
  },
1982
- "lighthouse-core/lib/deprecations-strings.js | requestedSubresourceWithEmbeddedCredentials": {
1850
+ "core/lib/deprecations-strings.js | requestedSubresourceWithEmbeddedCredentials": {
1983
1851
  "message": "Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked."
1984
1852
  },
1985
- "lighthouse-core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpFalse": {
1853
+ "core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpFalse": {
1986
1854
  "message": "The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `false` value for this constraint, which is interpreted as an attempt to use the removed `SDES key negotiation` method. This functionality is removed; use a service that supports `DTLS key negotiation` instead."
1987
1855
  },
1988
- "lighthouse-core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpTrue": {
1856
+ "core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpTrue": {
1989
1857
  "message": "The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `true` value for this constraint, which had no effect, but you can remove this constraint for tidiness."
1990
1858
  },
1991
- "lighthouse-core/lib/deprecations-strings.js | rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics": {
1859
+ "core/lib/deprecations-strings.js | rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics": {
1992
1860
  "message": "`Complex Plan B SDP` detected. This dialect of the `Session Description Protocol` is no longer supported. Please use `Unified Plan SDP` instead."
1993
1861
  },
1994
- "lighthouse-core/lib/deprecations-strings.js | rtcPeerConnectionSdpSemanticsPlanB": {
1862
+ "core/lib/deprecations-strings.js | rtcPeerConnectionSdpSemanticsPlanB": {
1995
1863
  "message": "`Plan B SDP semantics`, which is used when constructing an `RTCPeerConnection` with `{sdpSemantics:plan-b}`, is a legacy non-standard version of the `Session Description Protocol` that has been permanently deleted from the Web Platform. It is still available when building with `IS_FUCHSIA`, but we intend to delete it as soon as possible. Stop depending on it. See https://crbug.com/1302249 for status."
1996
1864
  },
1997
- "lighthouse-core/lib/deprecations-strings.js | rtcpMuxPolicyNegotiate": {
1865
+ "core/lib/deprecations-strings.js | rtcpMuxPolicyNegotiate": {
1998
1866
  "message": "The `rtcpMuxPolicy` option is deprecated and will be removed."
1999
1867
  },
2000
- "lighthouse-core/lib/deprecations-strings.js | sharedArrayBufferConstructedWithoutIsolation": {
1868
+ "core/lib/deprecations-strings.js | sharedArrayBufferConstructedWithoutIsolation": {
2001
1869
  "message": "`SharedArrayBuffer` will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
2002
1870
  },
2003
- "lighthouse-core/lib/deprecations-strings.js | textToSpeech_DisallowedByAutoplay": {
1871
+ "core/lib/deprecations-strings.js | textToSpeech_DisallowedByAutoplay": {
2004
1872
  "message": "`speechSynthesis.speak()` without user activation is deprecated and will be removed."
2005
1873
  },
2006
- "lighthouse-core/lib/deprecations-strings.js | title": {
1874
+ "core/lib/deprecations-strings.js | title": {
2007
1875
  "message": "Deprecated Feature Used"
2008
1876
  },
2009
- "lighthouse-core/lib/deprecations-strings.js | v8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
1877
+ "core/lib/deprecations-strings.js | v8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
2010
1878
  "message": "Extensions should opt into cross-origin isolation to continue using `SharedArrayBuffer`. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
2011
1879
  },
2012
- "lighthouse-core/lib/deprecations-strings.js | vendorSpecificApi": {
1880
+ "core/lib/deprecations-strings.js | vendorSpecificApi": {
2013
1881
  "message": "{PH1} is vendor-specific. Please use the standard {PH2} instead."
2014
1882
  },
2015
- "lighthouse-core/lib/deprecations-strings.js | xhrJSONEncodingDetection": {
1883
+ "core/lib/deprecations-strings.js | xhrJSONEncodingDetection": {
2016
1884
  "message": "UTF-16 is not supported by response json in `XMLHttpRequest`"
2017
1885
  },
2018
- "lighthouse-core/lib/deprecations-strings.js | xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
1886
+ "core/lib/deprecations-strings.js | xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
2019
1887
  "message": "Synchronous `XMLHttpRequest` on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/."
2020
1888
  },
2021
- "lighthouse-core/lib/deprecations-strings.js | xrSupportsSession": {
1889
+ "core/lib/deprecations-strings.js | xrSupportsSession": {
2022
1890
  "message": "`supportsSession()` is deprecated. Please use `isSessionSupported()` and check the resolved boolean value instead."
2023
1891
  },
2024
- "lighthouse-core/lib/i18n/i18n.js | columnBlockingTime": {
1892
+ "core/lib/i18n/i18n.js | columnBlockingTime": {
2025
1893
  "message": "Main-Thread Blocking Time"
2026
1894
  },
2027
- "lighthouse-core/lib/i18n/i18n.js | columnCacheTTL": {
1895
+ "core/lib/i18n/i18n.js | columnCacheTTL": {
2028
1896
  "message": "Cache TTL"
2029
1897
  },
2030
- "lighthouse-core/lib/i18n/i18n.js | columnDescription": {
1898
+ "core/lib/i18n/i18n.js | columnDescription": {
2031
1899
  "message": "Description"
2032
1900
  },
2033
- "lighthouse-core/lib/i18n/i18n.js | columnDuration": {
1901
+ "core/lib/i18n/i18n.js | columnDuration": {
2034
1902
  "message": "Duration"
2035
1903
  },
2036
- "lighthouse-core/lib/i18n/i18n.js | columnElement": {
1904
+ "core/lib/i18n/i18n.js | columnElement": {
2037
1905
  "message": "Element"
2038
1906
  },
2039
- "lighthouse-core/lib/i18n/i18n.js | columnFailingElem": {
1907
+ "core/lib/i18n/i18n.js | columnFailingElem": {
2040
1908
  "message": "Failing Elements"
2041
1909
  },
2042
- "lighthouse-core/lib/i18n/i18n.js | columnLocation": {
1910
+ "core/lib/i18n/i18n.js | columnLocation": {
2043
1911
  "message": "Location"
2044
1912
  },
2045
- "lighthouse-core/lib/i18n/i18n.js | columnName": {
1913
+ "core/lib/i18n/i18n.js | columnName": {
2046
1914
  "message": "Name"
2047
1915
  },
2048
- "lighthouse-core/lib/i18n/i18n.js | columnOverBudget": {
1916
+ "core/lib/i18n/i18n.js | columnOverBudget": {
2049
1917
  "message": "Over Budget"
2050
1918
  },
2051
- "lighthouse-core/lib/i18n/i18n.js | columnRequests": {
1919
+ "core/lib/i18n/i18n.js | columnRequests": {
2052
1920
  "message": "Requests"
2053
1921
  },
2054
- "lighthouse-core/lib/i18n/i18n.js | columnResourceSize": {
1922
+ "core/lib/i18n/i18n.js | columnResourceSize": {
2055
1923
  "message": "Resource Size"
2056
1924
  },
2057
- "lighthouse-core/lib/i18n/i18n.js | columnResourceType": {
1925
+ "core/lib/i18n/i18n.js | columnResourceType": {
2058
1926
  "message": "Resource Type"
2059
1927
  },
2060
- "lighthouse-core/lib/i18n/i18n.js | columnSize": {
1928
+ "core/lib/i18n/i18n.js | columnSize": {
2061
1929
  "message": "Size"
2062
1930
  },
2063
- "lighthouse-core/lib/i18n/i18n.js | columnSource": {
1931
+ "core/lib/i18n/i18n.js | columnSource": {
2064
1932
  "message": "Source"
2065
1933
  },
2066
- "lighthouse-core/lib/i18n/i18n.js | columnStartTime": {
1934
+ "core/lib/i18n/i18n.js | columnStartTime": {
2067
1935
  "message": "Start Time"
2068
1936
  },
2069
- "lighthouse-core/lib/i18n/i18n.js | columnTimeSpent": {
1937
+ "core/lib/i18n/i18n.js | columnTimeSpent": {
2070
1938
  "message": "Time Spent"
2071
1939
  },
2072
- "lighthouse-core/lib/i18n/i18n.js | columnTransferSize": {
1940
+ "core/lib/i18n/i18n.js | columnTransferSize": {
2073
1941
  "message": "Transfer Size"
2074
1942
  },
2075
- "lighthouse-core/lib/i18n/i18n.js | columnURL": {
1943
+ "core/lib/i18n/i18n.js | columnURL": {
2076
1944
  "message": "URL"
2077
1945
  },
2078
- "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
1946
+ "core/lib/i18n/i18n.js | columnWastedBytes": {
2079
1947
  "message": "Potential Savings"
2080
1948
  },
2081
- "lighthouse-core/lib/i18n/i18n.js | columnWastedMs": {
1949
+ "core/lib/i18n/i18n.js | columnWastedMs": {
2082
1950
  "message": "Potential Savings"
2083
1951
  },
2084
- "lighthouse-core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1952
+ "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
2085
1953
  "message": "Cumulative Layout Shift"
2086
1954
  },
2087
- "lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings": {
1955
+ "core/lib/i18n/i18n.js | displayValueByteSavings": {
2088
1956
  "message": "Potential savings of {wastedBytes, number, bytes} KiB"
2089
1957
  },
2090
- "lighthouse-core/lib/i18n/i18n.js | displayValueElementsFound": {
1958
+ "core/lib/i18n/i18n.js | displayValueElementsFound": {
2091
1959
  "message": "{nodeCount, plural, =1 {1 element found} other {# elements found}}"
2092
1960
  },
2093
- "lighthouse-core/lib/i18n/i18n.js | displayValueMsSavings": {
1961
+ "core/lib/i18n/i18n.js | displayValueMsSavings": {
2094
1962
  "message": "Potential savings of {wastedMs, number, milliseconds} ms"
2095
1963
  },
2096
- "lighthouse-core/lib/i18n/i18n.js | documentResourceType": {
1964
+ "core/lib/i18n/i18n.js | documentResourceType": {
2097
1965
  "message": "Document"
2098
1966
  },
2099
- "lighthouse-core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
1967
+ "core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
2100
1968
  "message": "First Contentful Paint"
2101
1969
  },
2102
- "lighthouse-core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
1970
+ "core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
2103
1971
  "message": "First Meaningful Paint"
2104
1972
  },
2105
- "lighthouse-core/lib/i18n/i18n.js | fontResourceType": {
1973
+ "core/lib/i18n/i18n.js | fontResourceType": {
2106
1974
  "message": "Font"
2107
1975
  },
2108
- "lighthouse-core/lib/i18n/i18n.js | imageResourceType": {
1976
+ "core/lib/i18n/i18n.js | imageResourceType": {
2109
1977
  "message": "Image"
2110
1978
  },
2111
- "lighthouse-core/lib/i18n/i18n.js | interactionToNextPaint": {
1979
+ "core/lib/i18n/i18n.js | interactionToNextPaint": {
2112
1980
  "message": "Interaction to Next Paint"
2113
1981
  },
2114
- "lighthouse-core/lib/i18n/i18n.js | interactiveMetric": {
1982
+ "core/lib/i18n/i18n.js | interactiveMetric": {
2115
1983
  "message": "Time to Interactive"
2116
1984
  },
2117
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityHigh": {
1985
+ "core/lib/i18n/i18n.js | itemSeverityHigh": {
2118
1986
  "message": "High"
2119
1987
  },
2120
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityLow": {
1988
+ "core/lib/i18n/i18n.js | itemSeverityLow": {
2121
1989
  "message": "Low"
2122
1990
  },
2123
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityMedium": {
1991
+ "core/lib/i18n/i18n.js | itemSeverityMedium": {
2124
1992
  "message": "Medium"
2125
1993
  },
2126
- "lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
1994
+ "core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
2127
1995
  "message": "Largest Contentful Paint"
2128
1996
  },
2129
- "lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
1997
+ "core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
2130
1998
  "message": "Max Potential First Input Delay"
2131
1999
  },
2132
- "lighthouse-core/lib/i18n/i18n.js | mediaResourceType": {
2000
+ "core/lib/i18n/i18n.js | mediaResourceType": {
2133
2001
  "message": "Media"
2134
2002
  },
2135
- "lighthouse-core/lib/i18n/i18n.js | ms": {
2003
+ "core/lib/i18n/i18n.js | ms": {
2136
2004
  "message": "{timeInMs, number, milliseconds} ms"
2137
2005
  },
2138
- "lighthouse-core/lib/i18n/i18n.js | otherResourcesLabel": {
2006
+ "core/lib/i18n/i18n.js | otherResourcesLabel": {
2139
2007
  "message": "Other resources"
2140
2008
  },
2141
- "lighthouse-core/lib/i18n/i18n.js | otherResourceType": {
2009
+ "core/lib/i18n/i18n.js | otherResourceType": {
2142
2010
  "message": "Other"
2143
2011
  },
2144
- "lighthouse-core/lib/i18n/i18n.js | scriptResourceType": {
2012
+ "core/lib/i18n/i18n.js | scriptResourceType": {
2145
2013
  "message": "Script"
2146
2014
  },
2147
- "lighthouse-core/lib/i18n/i18n.js | seconds": {
2015
+ "core/lib/i18n/i18n.js | seconds": {
2148
2016
  "message": "{timeInMs, number, seconds} s"
2149
2017
  },
2150
- "lighthouse-core/lib/i18n/i18n.js | speedIndexMetric": {
2018
+ "core/lib/i18n/i18n.js | speedIndexMetric": {
2151
2019
  "message": "Speed Index"
2152
2020
  },
2153
- "lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType": {
2021
+ "core/lib/i18n/i18n.js | stylesheetResourceType": {
2154
2022
  "message": "Stylesheet"
2155
2023
  },
2156
- "lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType": {
2024
+ "core/lib/i18n/i18n.js | thirdPartyResourceType": {
2157
2025
  "message": "Third-party"
2158
2026
  },
2159
- "lighthouse-core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
2027
+ "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
2160
2028
  "message": "Total Blocking Time"
2161
2029
  },
2162
- "lighthouse-core/lib/i18n/i18n.js | totalResourceType": {
2030
+ "core/lib/i18n/i18n.js | totalResourceType": {
2163
2031
  "message": "Total"
2164
2032
  },
2165
- "lighthouse-core/lib/lh-error.js | badTraceRecording": {
2033
+ "core/lib/lh-error.js | badTraceRecording": {
2166
2034
  "message": "Something went wrong with recording the trace over your page load. Please run Lighthouse again. ({errorCode})"
2167
2035
  },
2168
- "lighthouse-core/lib/lh-error.js | criTimeout": {
2036
+ "core/lib/lh-error.js | criTimeout": {
2169
2037
  "message": "Timeout waiting for initial Debugger Protocol connection."
2170
2038
  },
2171
- "lighthouse-core/lib/lh-error.js | didntCollectScreenshots": {
2039
+ "core/lib/lh-error.js | didntCollectScreenshots": {
2172
2040
  "message": "Chrome didn't collect any screenshots during the page load. Please make sure there is content visible on the page, and then try re-running Lighthouse. ({errorCode})"
2173
2041
  },
2174
- "lighthouse-core/lib/lh-error.js | dnsFailure": {
2042
+ "core/lib/lh-error.js | dnsFailure": {
2175
2043
  "message": "DNS servers could not resolve the provided domain."
2176
2044
  },
2177
- "lighthouse-core/lib/lh-error.js | erroredRequiredArtifact": {
2045
+ "core/lib/lh-error.js | erroredRequiredArtifact": {
2178
2046
  "message": "Required {artifactName} gatherer encountered an error: {errorMessage}"
2179
2047
  },
2180
- "lighthouse-core/lib/lh-error.js | internalChromeError": {
2048
+ "core/lib/lh-error.js | internalChromeError": {
2181
2049
  "message": "An internal Chrome error occurred. Please restart Chrome and try re-running Lighthouse."
2182
2050
  },
2183
- "lighthouse-core/lib/lh-error.js | missingRequiredArtifact": {
2051
+ "core/lib/lh-error.js | missingRequiredArtifact": {
2184
2052
  "message": "Required {artifactName} gatherer did not run."
2185
2053
  },
2186
- "lighthouse-core/lib/lh-error.js | noFcp": {
2054
+ "core/lib/lh-error.js | noFcp": {
2187
2055
  "message": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. ({errorCode})"
2188
2056
  },
2189
- "lighthouse-core/lib/lh-error.js | notHtml": {
2057
+ "core/lib/lh-error.js | notHtml": {
2190
2058
  "message": "The page provided is not HTML (served as MIME type {mimeType})."
2191
2059
  },
2192
- "lighthouse-core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2060
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2193
2061
  "message": "This version of Chrome is too old to support '{featureName}'. Use a newer version to see full results."
2194
2062
  },
2195
- "lighthouse-core/lib/lh-error.js | pageLoadFailed": {
2063
+ "core/lib/lh-error.js | pageLoadFailed": {
2196
2064
  "message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests."
2197
2065
  },
2198
- "lighthouse-core/lib/lh-error.js | pageLoadFailedHung": {
2066
+ "core/lib/lh-error.js | pageLoadFailedHung": {
2199
2067
  "message": "Lighthouse was unable to reliably load the URL you requested because the page stopped responding."
2200
2068
  },
2201
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInsecure": {
2069
+ "core/lib/lh-error.js | pageLoadFailedInsecure": {
2202
2070
  "message": "The URL you have provided does not have a valid security certificate. {securityMessages}"
2203
2071
  },
2204
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInterstitial": {
2072
+ "core/lib/lh-error.js | pageLoadFailedInterstitial": {
2205
2073
  "message": "Chrome prevented page load with an interstitial. Make sure you are testing the correct URL and that the server is properly responding to all requests."
2206
2074
  },
2207
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithDetails": {
2075
+ "core/lib/lh-error.js | pageLoadFailedWithDetails": {
2208
2076
  "message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Details: {errorDetails})"
2209
2077
  },
2210
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2078
+ "core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2211
2079
  "message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: {statusCode})"
2212
2080
  },
2213
- "lighthouse-core/lib/lh-error.js | pageLoadTookTooLong": {
2081
+ "core/lib/lh-error.js | pageLoadTookTooLong": {
2214
2082
  "message": "Your page took too long to load. Please follow the opportunities in the report to reduce your page load time, and then try re-running Lighthouse. ({errorCode})"
2215
2083
  },
2216
- "lighthouse-core/lib/lh-error.js | protocolTimeout": {
2084
+ "core/lib/lh-error.js | protocolTimeout": {
2217
2085
  "message": "Waiting for DevTools protocol response has exceeded the allotted time. (Method: {protocolMethod})"
2218
2086
  },
2219
- "lighthouse-core/lib/lh-error.js | requestContentTimeout": {
2087
+ "core/lib/lh-error.js | requestContentTimeout": {
2220
2088
  "message": "Fetching resource content has exceeded the allotted time"
2221
2089
  },
2222
- "lighthouse-core/lib/lh-error.js | urlInvalid": {
2090
+ "core/lib/lh-error.js | urlInvalid": {
2223
2091
  "message": "The URL you have provided appears to be invalid."
2224
2092
  },
2225
- "lighthouse-core/lib/navigation-error.js | warningXhtml": {
2093
+ "core/lib/navigation-error.js | warningXhtml": {
2226
2094
  "message": "The page MIME type is XHTML: Lighthouse does not explicitly support this document type"
2227
2095
  },
2096
+ "flow-report/src/i18n/ui-strings.js | allReports": {
2097
+ "message": "All Reports"
2098
+ },
2099
+ "flow-report/src/i18n/ui-strings.js | categories": {
2100
+ "message": "Categories"
2101
+ },
2102
+ "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
2103
+ "message": "Accessibility"
2104
+ },
2105
+ "flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
2106
+ "message": "Best Practices"
2107
+ },
2108
+ "flow-report/src/i18n/ui-strings.js | categoryPerformance": {
2109
+ "message": "Performance"
2110
+ },
2111
+ "flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
2112
+ "message": "Progressive Web App"
2113
+ },
2114
+ "flow-report/src/i18n/ui-strings.js | categorySeo": {
2115
+ "message": "SEO"
2116
+ },
2117
+ "flow-report/src/i18n/ui-strings.js | desktop": {
2118
+ "message": "Desktop"
2119
+ },
2120
+ "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
2121
+ "message": "Understanding the Lighthouse Flow Report"
2122
+ },
2123
+ "flow-report/src/i18n/ui-strings.js | helpLabel": {
2124
+ "message": "Understanding Flows"
2125
+ },
2126
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
2127
+ "message": "Use Navigation reports to..."
2128
+ },
2129
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
2130
+ "message": "Use Snapshot reports to..."
2131
+ },
2132
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
2133
+ "message": "Use Timespan reports to..."
2134
+ },
2135
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
2136
+ "message": "Obtain a Lighthouse Performance score."
2137
+ },
2138
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
2139
+ "message": "Measure page load Performance metrics such as Largest Contentful Paint and Speed Index."
2140
+ },
2141
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
2142
+ "message": "Assess Progressive Web App capabilities."
2143
+ },
2144
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
2145
+ "message": "Find accessibility issues in single page applications or complex forms."
2146
+ },
2147
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
2148
+ "message": "Evaluate best practices of menus and UI elements hidden behind interaction."
2149
+ },
2150
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
2151
+ "message": "Measure layout shifts and JavaScript execution time on a series of interactions."
2152
+ },
2153
+ "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
2154
+ "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
2155
+ },
2156
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
2157
+ "message": "Highest impact"
2158
+ },
2159
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
2160
+ "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
2161
+ },
2162
+ "flow-report/src/i18n/ui-strings.js | mobile": {
2163
+ "message": "Mobile"
2164
+ },
2165
+ "flow-report/src/i18n/ui-strings.js | navigationDescription": {
2166
+ "message": "Page load"
2167
+ },
2168
+ "flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
2169
+ "message": "Navigation reports analyze a single page load, exactly like the original Lighthouse reports."
2170
+ },
2171
+ "flow-report/src/i18n/ui-strings.js | navigationReport": {
2172
+ "message": "Navigation report"
2173
+ },
2174
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
2175
+ "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
2176
+ },
2177
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
2178
+ "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
2179
+ },
2180
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
2181
+ "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
2182
+ },
2183
+ "flow-report/src/i18n/ui-strings.js | ratingAverage": {
2184
+ "message": "Average"
2185
+ },
2186
+ "flow-report/src/i18n/ui-strings.js | ratingError": {
2187
+ "message": "Error"
2188
+ },
2189
+ "flow-report/src/i18n/ui-strings.js | ratingFail": {
2190
+ "message": "Poor"
2191
+ },
2192
+ "flow-report/src/i18n/ui-strings.js | ratingPass": {
2193
+ "message": "Good"
2194
+ },
2195
+ "flow-report/src/i18n/ui-strings.js | save": {
2196
+ "message": "Save"
2197
+ },
2198
+ "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
2199
+ "message": "Captured state of page"
2200
+ },
2201
+ "flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
2202
+ "message": "Snapshot reports analyze the page in a particular state, typically after user interactions."
2203
+ },
2204
+ "flow-report/src/i18n/ui-strings.js | snapshotReport": {
2205
+ "message": "Snapshot report"
2206
+ },
2207
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
2208
+ "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
2209
+ },
2210
+ "flow-report/src/i18n/ui-strings.js | summary": {
2211
+ "message": "Summary"
2212
+ },
2213
+ "flow-report/src/i18n/ui-strings.js | timespanDescription": {
2214
+ "message": "User interactions"
2215
+ },
2216
+ "flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
2217
+ "message": "Timespan reports analyze an arbitrary period of time, typically containing user interactions."
2218
+ },
2219
+ "flow-report/src/i18n/ui-strings.js | timespanReport": {
2220
+ "message": "Timespan report"
2221
+ },
2222
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
2223
+ "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
2224
+ },
2225
+ "flow-report/src/i18n/ui-strings.js | title": {
2226
+ "message": "Lighthouse User Flow Report"
2227
+ },
2228
2228
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2229
2229
  "message": "For animated content, use [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) to minimize CPU usage when the content is offscreen."
2230
2230
  },