lighthouse 10.4.0-dev.20230726 → 10.4.0-dev.20230728

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 (69) hide show
  1. package/cli/test/smokehouse/lighthouse-runners/bundle.js +1 -1
  2. package/core/audits/metrics/{experimental-interaction-to-next-paint.d.ts → interaction-to-next-paint.d.ts} +3 -3
  3. package/core/audits/metrics/{experimental-interaction-to-next-paint.js → interaction-to-next-paint.js} +3 -3
  4. package/core/audits/work-during-interaction.js +2 -2
  5. package/core/config/default-config.js +9 -9
  6. package/core/lib/stack-packs.js +4 -0
  7. package/dist/report/bundle.esm.js +4 -4
  8. package/dist/report/flow.js +11 -11
  9. package/dist/report/standalone.js +5 -5
  10. package/flow-report/src/i18n/i18n.d.ts +2 -2
  11. package/package.json +5 -5
  12. package/readme.md +1 -1
  13. package/report/assets/templates.html +3 -1
  14. package/report/renderer/category-renderer.d.ts +3 -2
  15. package/report/renderer/category-renderer.js +8 -4
  16. package/report/renderer/components.js +11 -5
  17. package/report/renderer/pwa-category-renderer.js +1 -1
  18. package/report/renderer/report-ui-features.js +9 -6
  19. package/report/renderer/report-utils.d.ts +1 -1
  20. package/report/renderer/report-utils.js +2 -2
  21. package/report/renderer/topbar-features.js +3 -0
  22. package/shared/localization/locales/ar-XB.json +0 -6
  23. package/shared/localization/locales/ar.json +0 -6
  24. package/shared/localization/locales/bg.json +0 -6
  25. package/shared/localization/locales/ca.json +0 -6
  26. package/shared/localization/locales/cs.json +0 -6
  27. package/shared/localization/locales/da.json +0 -6
  28. package/shared/localization/locales/de.json +0 -6
  29. package/shared/localization/locales/el.json +0 -6
  30. package/shared/localization/locales/en-GB.json +0 -6
  31. package/shared/localization/locales/en-US.json +52 -10
  32. package/shared/localization/locales/en-XA.json +0 -6
  33. package/shared/localization/locales/en-XL.json +52 -10
  34. package/shared/localization/locales/es-419.json +0 -6
  35. package/shared/localization/locales/es.json +0 -6
  36. package/shared/localization/locales/fi.json +0 -6
  37. package/shared/localization/locales/fil.json +0 -6
  38. package/shared/localization/locales/fr.json +0 -6
  39. package/shared/localization/locales/he.json +0 -6
  40. package/shared/localization/locales/hi.json +0 -6
  41. package/shared/localization/locales/hr.json +0 -6
  42. package/shared/localization/locales/hu.json +0 -6
  43. package/shared/localization/locales/id.json +0 -6
  44. package/shared/localization/locales/it.json +0 -6
  45. package/shared/localization/locales/ja.json +0 -6
  46. package/shared/localization/locales/ko.json +0 -6
  47. package/shared/localization/locales/lt.json +0 -6
  48. package/shared/localization/locales/lv.json +0 -6
  49. package/shared/localization/locales/nl.json +0 -6
  50. package/shared/localization/locales/no.json +0 -6
  51. package/shared/localization/locales/pl.json +0 -6
  52. package/shared/localization/locales/pt-PT.json +0 -6
  53. package/shared/localization/locales/pt.json +0 -6
  54. package/shared/localization/locales/ro.json +0 -6
  55. package/shared/localization/locales/ru.json +0 -6
  56. package/shared/localization/locales/sk.json +0 -6
  57. package/shared/localization/locales/sl.json +0 -6
  58. package/shared/localization/locales/sr-Latn.json +0 -6
  59. package/shared/localization/locales/sr.json +0 -6
  60. package/shared/localization/locales/sv.json +0 -6
  61. package/shared/localization/locales/ta.json +0 -6
  62. package/shared/localization/locales/te.json +0 -6
  63. package/shared/localization/locales/th.json +0 -6
  64. package/shared/localization/locales/tr.json +0 -6
  65. package/shared/localization/locales/uk.json +0 -6
  66. package/shared/localization/locales/vi.json +0 -6
  67. package/shared/localization/locales/zh-HK.json +0 -6
  68. package/shared/localization/locales/zh-TW.json +0 -6
  69. package/shared/localization/locales/zh.json +0 -6
@@ -531,7 +531,7 @@ function createStylesComponent(dom) {
531
531
  function createTopbarComponent(dom) {
532
532
  const el0 = dom.createFragment();
533
533
  const el1 = dom.createElement("style");
534
- el1.append("\n .lh-topbar {\n position: sticky;\n top: 0;\n left: 0;\n right: 0;\n z-index: 1000;\n display: flex;\n align-items: center;\n height: var(--topbar-height);\n padding: var(--topbar-padding);\n font-size: var(--report-font-size-secondary);\n background-color: var(--topbar-background-color);\n border-bottom: 1px solid var(--color-gray-200);\n }\n\n .lh-topbar__logo {\n width: var(--topbar-logo-size);\n height: var(--topbar-logo-size);\n user-select: none;\n flex: none;\n }\n\n .lh-topbar__url {\n margin: var(--topbar-padding);\n text-decoration: none;\n color: var(--report-text-color);\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n\n .lh-tools {\n display: flex;\n align-items: center;\n margin-left: auto;\n will-change: transform;\n min-width: var(--report-icon-size);\n }\n .lh-tools__button {\n width: var(--report-icon-size);\n min-width: 24px;\n height: var(--report-icon-size);\n cursor: pointer;\n margin-right: 5px;\n /* This is actually a button element, but we want to style it like a transparent div. */\n display: flex;\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n outline: inherit;\n }\n .lh-tools__button svg {\n fill: var(--tools-icon-color);\n }\n .lh-dark .lh-tools__button svg {\n filter: invert(1);\n }\n .lh-tools__button.lh-active + .lh-tools__dropdown {\n opacity: 1;\n clip: rect(-1px, 194px, 242px, -3px);\n visibility: visible;\n }\n .lh-tools__dropdown {\n position: absolute;\n background-color: var(--report-background-color);\n border: 1px solid var(--report-border-color);\n border-radius: 3px;\n padding: calc(var(--default-padding) / 2) 0;\n cursor: pointer;\n top: 36px;\n right: 0;\n box-shadow: 1px 1px 3px #ccc;\n min-width: 125px;\n clip: rect(0, 164px, 0, 0);\n visibility: hidden;\n opacity: 0;\n transition: all 200ms cubic-bezier(0,0,0.2,1);\n }\n .lh-tools__dropdown a {\n color: currentColor;\n text-decoration: none;\n white-space: nowrap;\n padding: 0 6px;\n line-height: 2;\n }\n .lh-tools__dropdown a:hover,\n .lh-tools__dropdown a:focus {\n background-color: var(--color-gray-200);\n outline: none;\n }\n /* save-gist option hidden in report. */\n .lh-tools__dropdown a[data-action='save-gist'] {\n display: none;\n }\n\n .lh-locale-selector {\n width: 100%;\n color: var(--report-text-color);\n background-color: var(--locale-selector-background-color);\n padding: 2px;\n }\n .lh-tools-locale {\n display: flex;\n align-items: center;\n flex-direction: row-reverse;\n }\n .lh-tools-locale__selector-wrapper {\n transition: opacity 0.15s;\n opacity: 0;\n max-width: 200px;\n }\n .lh-button.lh-tool-locale__button {\n height: var(--topbar-height);\n color: var(--tools-icon-color);\n padding: calc(var(--default-padding) / 2);\n }\n .lh-tool-locale__button.lh-active + .lh-tools-locale__selector-wrapper {\n opacity: 1;\n clip: rect(-1px, 194px, 242px, -3px);\n visibility: visible;\n margin: 0 4px;\n }\n\n @media screen and (max-width: 964px) {\n .lh-tools__dropdown {\n right: 0;\n left: initial;\n }\n }\n @media print {\n .lh-topbar {\n position: static;\n margin-left: 0;\n }\n\n .lh-tools__dropdown {\n display: none;\n }\n }\n ");
534
+ el1.append("\n .lh-topbar {\n position: sticky;\n top: 0;\n left: 0;\n right: 0;\n z-index: 1000;\n display: flex;\n align-items: center;\n height: var(--topbar-height);\n padding: var(--topbar-padding);\n font-size: var(--report-font-size-secondary);\n background-color: var(--topbar-background-color);\n border-bottom: 1px solid var(--color-gray-200);\n }\n\n .lh-topbar__logo {\n width: var(--topbar-logo-size);\n height: var(--topbar-logo-size);\n user-select: none;\n flex: none;\n }\n\n .lh-topbar__url {\n margin: var(--topbar-padding);\n text-decoration: none;\n color: var(--report-text-color);\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n\n .lh-tools {\n display: flex;\n align-items: center;\n margin-left: auto;\n will-change: transform;\n min-width: var(--report-icon-size);\n }\n .lh-tools__button {\n width: var(--report-icon-size);\n min-width: 24px;\n height: var(--report-icon-size);\n cursor: pointer;\n margin-right: 5px;\n /* This is actually a button element, but we want to style it like a transparent div. */\n display: flex;\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n outline: inherit;\n }\n .lh-tools__button svg {\n fill: var(--tools-icon-color);\n }\n .lh-dark .lh-tools__button svg {\n filter: invert(1);\n }\n .lh-tools__button.lh-active + .lh-tools__dropdown {\n opacity: 1;\n clip: rect(-1px, 194px, 270px, -3px);\n visibility: visible;\n }\n .lh-tools__dropdown {\n position: absolute;\n background-color: var(--report-background-color);\n border: 1px solid var(--report-border-color);\n border-radius: 3px;\n padding: calc(var(--default-padding) / 2) 0;\n cursor: pointer;\n top: 36px;\n right: 0;\n box-shadow: 1px 1px 3px #ccc;\n min-width: 125px;\n clip: rect(0, 164px, 0, 0);\n visibility: hidden;\n opacity: 0;\n transition: all 200ms cubic-bezier(0,0,0.2,1);\n }\n .lh-tools__dropdown a {\n color: currentColor;\n text-decoration: none;\n white-space: nowrap;\n padding: 0 6px;\n line-height: 2;\n }\n .lh-tools__dropdown a:hover,\n .lh-tools__dropdown a:focus {\n background-color: var(--color-gray-200);\n outline: none;\n }\n /* save-gist option hidden in report. */\n .lh-tools__dropdown a[data-action='save-gist'] {\n display: none;\n }\n\n .lh-locale-selector {\n width: 100%;\n color: var(--report-text-color);\n background-color: var(--locale-selector-background-color);\n padding: 2px;\n }\n .lh-tools-locale {\n display: flex;\n align-items: center;\n flex-direction: row-reverse;\n }\n .lh-tools-locale__selector-wrapper {\n transition: opacity 0.15s;\n opacity: 0;\n max-width: 200px;\n }\n .lh-button.lh-tool-locale__button {\n height: var(--topbar-height);\n color: var(--tools-icon-color);\n padding: calc(var(--default-padding) / 2);\n }\n .lh-tool-locale__button.lh-active + .lh-tools-locale__selector-wrapper {\n opacity: 1;\n clip: rect(-1px, 194px, 242px, -3px);\n visibility: visible;\n margin: 0 4px;\n }\n\n @media screen and (max-width: 964px) {\n .lh-tools__dropdown {\n right: 0;\n left: initial;\n }\n }\n @media print {\n .lh-topbar {\n position: static;\n margin-left: 0;\n }\n\n .lh-tools__dropdown {\n display: none;\n }\n }\n ");
535
535
  el0.append(el1);
536
536
  const el2 = dom.createElement("div", "lh-topbar");
537
537
  const el3 = dom.createElementNS("http://www.w3.org/2000/svg", "svg", "lh-topbar__logo");
@@ -646,13 +646,19 @@ function createTopbarComponent(dom) {
646
646
  el26.setAttribute('href', '#');
647
647
  el26.setAttribute('data-i18n', 'dropdownSaveGist');
648
648
  el26.setAttribute('data-action', 'save-gist');
649
- const el27 = dom.createElement("a", "lh-report-icon lh-report-icon--dark");
649
+ const el27 = dom.createElement("a", "lh-report-icon lh-report-icon--open lh-hidden");
650
650
  el27.setAttribute('role', 'menuitem');
651
651
  el27.setAttribute('tabindex', '-1');
652
652
  el27.setAttribute('href', '#');
653
- el27.setAttribute('data-i18n', 'dropdownDarkTheme');
654
- el27.setAttribute('data-action', 'toggle-dark');
655
- el19.append(" ",el20," ",el21," ",el22," "," ",el23," ",el24," ",el25," ",el26," ",el27," ");
653
+ el27.setAttribute('data-i18n', 'dropdownViewUnthrottledTrace');
654
+ el27.setAttribute('data-action', 'view-unthrottled-trace');
655
+ const el28 = dom.createElement("a", "lh-report-icon lh-report-icon--dark");
656
+ el28.setAttribute('role', 'menuitem');
657
+ el28.setAttribute('tabindex', '-1');
658
+ el28.setAttribute('href', '#');
659
+ el28.setAttribute('data-i18n', 'dropdownDarkTheme');
660
+ el28.setAttribute('data-action', 'toggle-dark');
661
+ el19.append(" ",el20," ",el21," ",el22," "," ",el23," ",el24," ",el25," ",el26," "," ",el27," ",el28," ");
656
662
  el8.append(" ",el9," ",el15," ",el19," ");
657
663
  el2.append(" "," ",el3," ",el7," ",el8," ");
658
664
  el0.append(el2);
@@ -41,7 +41,7 @@ export class PwaCategoryRenderer extends CategoryRenderer {
41
41
  // Manual audits are still in a manual clump.
42
42
  const manualAuditRefs = auditRefs.filter(ref => ref.result.scoreDisplayMode === 'manual');
43
43
  const manualElem = this.renderClump('manual',
44
- {auditRefs: manualAuditRefs, description: category.manualDescription});
44
+ {auditRefs: manualAuditRefs, description: category.manualDescription, openByDefault: true});
45
45
  categoryElem.append(manualElem);
46
46
 
47
47
  return categoryElem;
@@ -114,12 +114,15 @@ export class ReportUIFeatures {
114
114
  }
115
115
 
116
116
  if (this._opts.onViewTrace) {
117
- this.addButton({
118
- text: lhr.configSettings.throttlingMethod === 'simulate' ?
119
- Globals.strings.viewOriginalTraceLabel :
120
- Globals.strings.viewTraceLabel,
121
- onClick: () => this._opts.onViewTrace?.(),
122
- });
117
+ if (lhr.configSettings.throttlingMethod === 'simulate') {
118
+ // eslint-disable-next-line max-len
119
+ this._dom.find('a[data-action="view-unthrottled-trace"]', this._dom.rootEl).classList.remove('lh-hidden');
120
+ } else {
121
+ this.addButton({
122
+ text: Globals.strings.viewTraceLabel,
123
+ onClick: () => this._opts.onViewTrace?.(),
124
+ });
125
+ }
123
126
  }
124
127
 
125
128
  if (this._opts.getStandaloneReportHTML) {
@@ -100,7 +100,6 @@ export namespace UIStrings {
100
100
  const thirdPartyResourcesLabel: string;
101
101
  const viewTreemapLabel: string;
102
102
  const viewTraceLabel: string;
103
- const viewOriginalTraceLabel: string;
104
103
  const dropdownPrintSummary: string;
105
104
  const dropdownPrintExpanded: string;
106
105
  const dropdownCopyJSON: string;
@@ -109,6 +108,7 @@ export namespace UIStrings {
109
108
  const dropdownViewer: string;
110
109
  const dropdownSaveGist: string;
111
110
  const dropdownDarkTheme: string;
111
+ const dropdownViewUnthrottledTrace: string;
112
112
  const runtimeSettingsDevice: string;
113
113
  const runtimeSettingsNetworkThrottling: string;
114
114
  const runtimeSettingsCPUThrottling: string;
@@ -398,8 +398,6 @@ const UIStrings = {
398
398
  viewTreemapLabel: 'View Treemap',
399
399
  /** This label is for a button that will show the user a trace of the page. */
400
400
  viewTraceLabel: 'View Trace',
401
- /** This label is for a button that will show the user a trace of the page. */
402
- viewOriginalTraceLabel: 'View Original Trace',
403
401
 
404
402
  /** Option in a dropdown menu that opens a small, summary report in a print dialog. */
405
403
  dropdownPrintSummary: 'Print Summary',
@@ -417,6 +415,8 @@ const UIStrings = {
417
415
  dropdownSaveGist: 'Save as Gist',
418
416
  /** Option in a dropdown menu that toggles the themeing of the report between Light(default) and Dark themes. */
419
417
  dropdownDarkTheme: 'Toggle Dark Theme',
418
+ /** Option in a dropdown menu that opens the trace of the page without throttling. "Unthrottled" can be replaced with "Original". */
419
+ dropdownViewUnthrottledTrace: 'View Unthrottled Trace',
420
420
 
421
421
  /** Label for a row in a table that describes the kind of device that was emulated for the Lighthouse run. Example values for row elements: 'No Emulation', 'Emulated Desktop', etc. */
422
422
  runtimeSettingsDevice: 'Device',
@@ -114,6 +114,9 @@ export class TopbarFeatures {
114
114
  toggleDarkTheme(this._dom);
115
115
  break;
116
116
  }
117
+ case 'view-unthrottled-trace': {
118
+ this._reportUIFeatures._opts.onViewTrace?.();
119
+ }
117
120
  }
118
121
 
119
122
  this._dropDownMenu.close();
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "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/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "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/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "‏‮First‬‏ ‏‮Contentful‬‏ ‏‮Paint‬‏ ‏‮marks‬‏ ‏‮the‬‏ ‏‮time‬‏ ‏‮at‬‏ ‏‮which‬‏ ‏‮the‬‏ ‏‮first‬‏ ‏‮text‬‏ ‏‮or‬‏ ‏‮image‬‏ ‏‮is‬‏ ‏‮painted‬‏. [‏‮Learn‬‏ ‏‮more‬‏ ‏‮about‬‏ ‏‮the‬‏ ‏‮First‬‏ ‏‮Contentful‬‏ ‏‮Paint‬‏ ‏‮metric‬‏](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "‏‮Values‬‏ ‏‮are‬‏ ‏‮estimated‬‏ ‏‮and‬‏ ‏‮may‬‏ ‏‮vary‬‏. ‏‮The‬‏ [‏‮performance‬‏ ‏‮score‬‏ ‏‮is‬‏ ‏‮calculated‬‏](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) ‏‮directly‬‏ ‏‮from‬‏ ‏‮these‬‏ ‏‮metrics‬‏."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "‏‮View‬‏ ‏‮Original‬‏ ‏‮Trace‬‏"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "‏‮View‬‏ ‏‮Trace‬‏"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "يحدِّد مقياس \"متغيّرات التصميم التراكمية\" مقدار حركة العناصر المرئية في إطار العرض. [مزيد من المعلومات حول مقياس \"متغيّرات التصميم التراكمية\"](https://web.dev/cls/)"
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "يحدِّد مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\" سرعة استجابة الصفحة والمدّة التي تستغرِقها الصفحة للاستجابة بشكل واضح للبيانات التي أدخلها المستخدم. [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/inp/)"
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "يحدِّد مقياس \"سرعة عرض المحتوى على الصفحة\" الوقت الذي يُعرَض فيه أول نص أو صورة من محتوى الصفحة. [مزيد من المعلومات حول مقياس \"سرعة عرض المحتوى على الصفحة\"](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "القيم تقديرية وقابلة للتغيير. ويتم [حساب نتيجة الأداء](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) مباشرة من خلال هذه المقاييس."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "عرض سجلّ التتبّع الأصلي"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "عرض سجلّ التتبُّع"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "Показателят „Кумулативни структурни промени (CLS)“ измерва движението на видимите елементи в прозоречния изглед. [Научете повече за този показател](https://web.dev/cls/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "Показателят „Изобразяване след взаимодействие“ измерва колко време е необходимо на страницата, за да реагира визуално след входящи данни от действие на потребител. [Научете повече за този показател](https://web.dev/inp/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "Показателят „Първо изобразяване на съдържание (FCP)“ указва след колко време се изобразява първият текстов или графичен елемент. [Научете повече за този показател](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Стойностите са приблизителни и може да варират. [Рейтингът за ефективността се изчислява](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) директно от тези показатели."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Преглед на първоначалното трасиране"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Преглед на трасирането"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "El canvi de disseny acumulatiu mesura el moviment d'elements visibles a la finestra gràfica. [Obtén més informació sobre la mètrica Canvi de disseny acumulatiu](https://web.dev/cls/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "La mètrica Interacció amb la renderització següent mesura la capacitat de resposta de la pàgina; és a dir, el temps que tarda la pàgina a respondre visiblement a l'entrada de l'usuari. [Obtén més informació sobre la mètrica Interacció amb la renderització següent](https://web.dev/inp/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "La mètrica Primera renderització de contingut marca el moment en què es renderitza el primer text o la primera imatge. [Obtén més informació sobre la mètrica Primera renderització de contingut](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Els valors són estimacions i poden variar. El [resultat del rendiment es calcula](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directament a partir d'aquestes mètriques."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Mostra la traça original"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Mostra la traça"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "Kumulativní změna rozvržení měří přesuny viditelných prvků v zobrazované oblasti. [Další informace o metrice Kumulativní změna rozvržení](https://web.dev/cls/)"
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "Doba od interakce k dalšímu vykreslení měří rychlost odezvy stránky, tj. za jak dlouho stránka viditelně zareaguje na uživatelský vstup. [Další informace o metrice Doba od interakce k dalšímu vykreslení](https://web.dev/inp/)"
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "První vykreslení obsahu je okamžik vykreslení prvního textu nebo obrázku. [Další informace o metrice První vykreslení obsahu (FCP)](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Hodnoty jsou odhady a mohou se lišit. [Skóre výkonu se počítá](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) přímo z těchto metrik."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Zobrazit původní trasovací protokol"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Zobrazit trasovací protokol"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "Akkumuleret layoutskift måler synlige elementers bevægelse i det synlige område. [Få flere oplysninger om metric'en Akkumuleret layoutskift](https://web.dev/cls/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "Interaktion indtil næste visning måler sidens svartid, dvs. hvor lang tid det tager, før siden reagerer på brugerinput på en synlig måde. [Få flere oplysninger om metric'en for interaktion indtil næste visning](https://web.dev/inp/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "Første visning af indhold markerer tidspunktet, hvor den første tekst eller det første billede vises. [Få flere oplysninger om metric'en Første visning af indhold](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Værdierne er estimater og kan variere. [Resultatet beregnes](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direkte på baggrund af disse metrics."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Se oprindeligt spor"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Se spor"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "„Cumulative Layout Shift“ misst die Bewegung sichtbarer Elemente innerhalb des Darstellungsbereichs. [Weitere Informationen zum Messwert „Cumulative Layout Shift“.](https://web.dev/cls/)"
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "„Interaction to Next Paint“ misst die Reaktionsfähigkeit der Seite, d. h. wie lange die Seite braucht, um sichtbar auf Nutzereingaben zu reagieren. [Weitere Informationen zum Messwert „Interaction to Next Paint“.](https://web.dev/inp/)"
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "„First Contentful Paint“ gibt an, wann der erste Text oder das erste Bild gerendert wird. [Weitere Informationen zum Messwert „First Contentful Paint“.](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Die Werte sind geschätzt und können variieren. Die [Leistungsbewertung](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) wird direkt aus diesen Messwerten berechnet."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Ursprünglichen Trace anzeigen"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Trace anzeigen"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "Οι Συνολικές αλλαγές διάταξης μετρούν την κίνηση των ορατών στοιχείων εντός της θύρας προβολής. [Μάθετε περισσότερα σχετικά με τη μέτρηση Συνολικές αλλαγές διάταξης](https://web.dev/cls/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "Το Interaction to Next Paint μετρά την ανταπόκριση της σελίδας και τον χρόνο που χρειάζεται η σελίδα για να ανταποκριθεί εμφανώς στην εισαγωγή στοιχείων από τους χρήστες. [Μάθετε περισσότερα σχετικά με τη μέτρηση Interaction to Next Paint](https://web.dev/inp/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "Η Πρώτη σχεδίαση περιεχομένου (FCP) επισημαίνει πότε σχεδιάζεται το πρώτο κείμενο ή η πρώτη εικόνα. [Μάθετε περισσότερα σχετικά με τη μέτρηση Πρώτη σχεδίαση περιεχομένου (FCP)](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Οι τιμές εκτιμώνται και μπορεί να ποικίλουν. Η [βαθμολογία απόδοσης υπολογίζεται](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) απευθείας από αυτές τις μετρήσεις."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "Προβολή αρχικού ίχνους"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "Προβολή ίχνους"
3271
3265
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "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/)."
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "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/)."
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "View original trace"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "View trace"
3271
3265
  },
@@ -1226,15 +1226,15 @@
1226
1226
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1227
1227
  "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/)."
1228
1228
  },
1229
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1230
- "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/)."
1231
- },
1232
1229
  "core/audits/metrics/first-contentful-paint.js | description": {
1233
1230
  "message": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
1234
1231
  },
1235
1232
  "core/audits/metrics/first-meaningful-paint.js | description": {
1236
1233
  "message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
1237
1234
  },
1235
+ "core/audits/metrics/interaction-to-next-paint.js | description": {
1236
+ "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/)."
1237
+ },
1238
1238
  "core/audits/metrics/interactive.js | description": {
1239
1239
  "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://developer.chrome.com/docs/lighthouse/performance/interactive/)."
1240
1240
  },
@@ -1716,7 +1716,7 @@
1716
1716
  "message": "Best practices"
1717
1717
  },
1718
1718
  "core/config/default-config.js | a11yCategoryDescription": {
1719
- "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged."
1719
+ "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review/) is also encouraged."
1720
1720
  },
1721
1721
  "core/config/default-config.js | a11yCategoryManualDescription": {
1722
1722
  "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/)."
@@ -2862,7 +2862,7 @@
2862
2862
  "message": "Install [a Drupal module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) that can lazy load images. Such modules provide the ability to defer any offscreen images to improve performance."
2863
2863
  },
2864
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2865
- "message": "Consider using a module to inline critical CSS and JavaScript, or potentially load assets asynchronously via JavaScript such as the [Advanced CSS/JS Aggregation](https://www.drupal.org/project/advagg) module. Beware that optimizations provided by this module may break your site, so you will likely need to make code changes."
2865
+ "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2868
2868
  "message": "Themes, modules, and server specifications all contribute to server response time. Consider finding a more optimized theme, carefully selecting an optimization module, and/or upgrading your server. Your hosting servers should make use of PHP opcode caching, memory-caching to reduce database query times such as Redis or Memcached, as well as optimized application logic to prepare pages faster."
@@ -2871,10 +2871,10 @@
2871
2871
  "message": "Consider using [Responsive Image Styles](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) to reduce the size of images loaded on your page. If you are using Views to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page."
2872
2872
  },
2873
2873
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2874
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. You can also configure more advanced aggregation options through [additional modules](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=css+aggregation&solrsort=iss_project_release_usage+desc&op=Search) to speed up your site by concatenating, minifying, and compressing your CSS styles."
2874
+ "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2875
2875
  },
2876
2876
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2877
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. You can also configure more advanced aggregation options through [additional modules](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=javascript+aggregation&solrsort=iss_project_release_usage+desc&op=Search) to speed up your site by concatenating, minifying, and compressing your JavaScript assets."
2877
+ "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2878
2878
  },
2879
2879
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2880
2880
  "message": "Consider removing unused CSS rules and only attach the needed Drupal libraries to the relevant page or component in a page. See the [Drupal documentation link](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your Drupal site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only enqueue a stylesheet if it is actually used on the page."
@@ -3074,6 +3074,48 @@
3074
3074
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
3075
3075
  "message": "Enable compression on your Next.js server. [Learn more](https://nextjs.org/docs/api-reference/next.config.js/compression)."
3076
3076
  },
3077
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3078
+ "message": "Contact your account manager to enable [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Configuring it will prioritize and optimize your page rendering performance."
3079
+ },
3080
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3081
+ "message": "Use the [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) option in NitroPack to set a desired value for the CSS font-display rule."
3082
+ },
3083
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3084
+ "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3085
+ },
3086
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3087
+ "message": "Defer offscreen images by enabling [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3088
+ },
3089
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3090
+ "message": "Enable [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack for faster initial load times."
3091
+ },
3092
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3093
+ "message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3094
+ },
3095
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
3096
+ "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your CSS, HTML, and JavaScript files for faster load times."
3097
+ },
3098
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3099
+ "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your JS, HTML, and CSS files for faster load times."
3100
+ },
3101
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3102
+ "message": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page."
3103
+ },
3104
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3105
+ "message": "Configure [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack to delay loading of scripts until they are needed."
3106
+ },
3107
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3108
+ "message": "Go to the [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) feature in the `Caching` menu and adjust your page cache expiration time to improve loading times and user experience."
3109
+ },
3110
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3111
+ "message": "Automatically compress, optimize, and convert your images into WebP by enabling the [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) setting."
3112
+ },
3113
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3114
+ "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3115
+ },
3116
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3117
+ "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3118
+ },
3077
3119
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3078
3120
  "message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#format)."
3079
3121
  },
@@ -3278,6 +3320,9 @@
3278
3320
  "report/renderer/report-utils.js | dropdownViewer": {
3279
3321
  "message": "Open in Viewer"
3280
3322
  },
3323
+ "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3324
+ "message": "View Unthrottled Trace"
3325
+ },
3281
3326
  "report/renderer/report-utils.js | errorLabel": {
3282
3327
  "message": "Error!"
3283
3328
  },
@@ -3395,9 +3440,6 @@
3395
3440
  "report/renderer/report-utils.js | varianceDisclaimer": {
3396
3441
  "message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
3397
3442
  },
3398
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3399
- "message": "View Original Trace"
3400
- },
3401
3443
  "report/renderer/report-utils.js | viewTraceLabel": {
3402
3444
  "message": "View Trace"
3403
3445
  },
@@ -1109,9 +1109,6 @@
1109
1109
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1110
1110
  "message": "[Çûmûļåţîvé Ļåýöûţ Šĥîƒţ méåšûŕéš ţĥé mövéméñţ öƒ vîšîбļé éļéméñţš ŵîţĥîñ ţĥé vîéŵþöŕţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Çûmûļåţîvé Ļåýöûţ Šĥîƒţ méţŕîçᐅ](https://web.dev/cls/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1111
1111
  },
1112
- "core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
1113
- "message": "[Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méåšûŕéš þåĝé ŕéšþöñšîvéñéšš, ĥöŵ ļöñĝ îţ ţåķéš ţĥé þåĝé ţö vîšîбļý ŕéšþöñð ţö ûšéŕ îñþûţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méţŕîçᐅ](https://web.dev/inp/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
1114
- },
1115
1112
  "core/audits/metrics/first-contentful-paint.js | description": {
1116
1113
  "message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ öŕ îmåĝé îš þåîñţéð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Fîŕšţ Çöñţéñţƒûļ Þåîñţ méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1117
1114
  },
@@ -3263,9 +3260,6 @@
3263
3260
  "report/renderer/report-utils.js | varianceDisclaimer": {
3264
3261
  "message": "[Våļûéš åŕé éšţîmåţéð åñð måý våŕý. Ţĥé ᐅ[ᐊþéŕƒöŕmåñçé šçöŕé îš çåļçûļåţéðᐅ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)ᐊ ðîŕéçţļý ƒŕöm ţĥéšé méţŕîçš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
3265
3262
  },
3266
- "report/renderer/report-utils.js | viewOriginalTraceLabel": {
3267
- "message": "[Vîéŵ Öŕîĝîñåļ Ţŕåçé one two three]"
3268
- },
3269
3263
  "report/renderer/report-utils.js | viewTraceLabel": {
3270
3264
  "message": "[Vîéŵ Ţŕåçé one two]"
3271
3265
  },