lighthouse 11.7.0-dev.20240327 → 11.7.0-dev.20240328

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 (88) hide show
  1. package/core/computed/metrics/lantern-first-contentful-paint.d.ts +13 -82
  2. package/core/computed/metrics/lantern-first-contentful-paint.js +15 -178
  3. package/core/computed/metrics/lantern-first-meaningful-paint.d.ts +13 -12
  4. package/core/computed/metrics/lantern-first-meaningful-paint.js +10 -49
  5. package/core/computed/metrics/lantern-interactive.d.ts +13 -21
  6. package/core/computed/metrics/lantern-interactive.js +11 -84
  7. package/core/computed/metrics/lantern-largest-contentful-paint.d.ts +13 -25
  8. package/core/computed/metrics/lantern-largest-contentful-paint.js +12 -80
  9. package/core/computed/metrics/lantern-max-potential-fid.d.ts +13 -24
  10. package/core/computed/metrics/lantern-max-potential-fid.js +11 -64
  11. package/core/computed/metrics/lantern-metric.d.ts +9 -18
  12. package/core/computed/metrics/lantern-metric.js +13 -29
  13. package/core/computed/metrics/lantern-speed-index.d.ts +13 -32
  14. package/core/computed/metrics/lantern-speed-index.js +12 -116
  15. package/core/computed/metrics/lantern-total-blocking-time.d.ts +13 -25
  16. package/core/computed/metrics/lantern-total-blocking-time.js +10 -94
  17. package/core/config/default-config.js +40 -49
  18. package/core/config/experimental-config.js +1 -1
  19. package/core/lib/lantern/metrics/first-contentful-paint.d.ts +79 -0
  20. package/core/lib/lantern/metrics/first-contentful-paint.js +200 -0
  21. package/core/lib/lantern/metrics/first-meaningful-paint.d.ts +6 -0
  22. package/core/lib/lantern/metrics/first-meaningful-paint.js +66 -0
  23. package/core/lib/lantern/metrics/interactive.d.ts +26 -0
  24. package/core/lib/lantern/metrics/interactive.js +112 -0
  25. package/core/lib/lantern/metrics/largest-contentful-paint.d.ts +19 -0
  26. package/core/lib/lantern/metrics/largest-contentful-paint.js +108 -0
  27. package/core/lib/lantern/metrics/max-potential-fid.d.ts +30 -0
  28. package/core/lib/lantern/metrics/max-potential-fid.js +92 -0
  29. package/core/lib/lantern/metrics/speed-index.d.ts +38 -0
  30. package/core/lib/lantern/metrics/speed-index.js +145 -0
  31. package/core/lib/lantern/metrics/total-blocking-time.d.ts +31 -0
  32. package/core/lib/lantern/metrics/total-blocking-time.js +128 -0
  33. package/core/lib/lighthouse-compatibility.js +21 -11
  34. package/dist/report/bundle.esm.js +1 -1
  35. package/dist/report/flow.js +2 -2
  36. package/dist/report/standalone.js +1 -1
  37. package/package.json +1 -1
  38. package/report/renderer/performance-category-renderer.d.ts +0 -7
  39. package/report/renderer/performance-category-renderer.js +1 -11
  40. package/shared/localization/locales/ar-XB.json +0 -6
  41. package/shared/localization/locales/ar.json +0 -6
  42. package/shared/localization/locales/bg.json +0 -6
  43. package/shared/localization/locales/ca.json +0 -6
  44. package/shared/localization/locales/cs.json +0 -6
  45. package/shared/localization/locales/da.json +0 -6
  46. package/shared/localization/locales/de.json +0 -6
  47. package/shared/localization/locales/el.json +0 -6
  48. package/shared/localization/locales/en-GB.json +0 -6
  49. package/shared/localization/locales/en-US.json +0 -6
  50. package/shared/localization/locales/en-XA.json +0 -6
  51. package/shared/localization/locales/en-XL.json +0 -6
  52. package/shared/localization/locales/es-419.json +0 -6
  53. package/shared/localization/locales/es.json +0 -6
  54. package/shared/localization/locales/fi.json +0 -6
  55. package/shared/localization/locales/fil.json +0 -6
  56. package/shared/localization/locales/fr.json +0 -6
  57. package/shared/localization/locales/he.json +0 -6
  58. package/shared/localization/locales/hi.json +0 -6
  59. package/shared/localization/locales/hr.json +0 -6
  60. package/shared/localization/locales/hu.json +0 -6
  61. package/shared/localization/locales/id.json +0 -6
  62. package/shared/localization/locales/it.json +0 -6
  63. package/shared/localization/locales/ja.json +0 -6
  64. package/shared/localization/locales/ko.json +0 -6
  65. package/shared/localization/locales/lt.json +0 -6
  66. package/shared/localization/locales/lv.json +0 -6
  67. package/shared/localization/locales/nl.json +0 -6
  68. package/shared/localization/locales/no.json +0 -6
  69. package/shared/localization/locales/pl.json +0 -6
  70. package/shared/localization/locales/pt-PT.json +0 -6
  71. package/shared/localization/locales/pt.json +0 -6
  72. package/shared/localization/locales/ro.json +0 -6
  73. package/shared/localization/locales/ru.json +0 -6
  74. package/shared/localization/locales/sk.json +0 -6
  75. package/shared/localization/locales/sl.json +0 -6
  76. package/shared/localization/locales/sr-Latn.json +0 -6
  77. package/shared/localization/locales/sr.json +0 -6
  78. package/shared/localization/locales/sv.json +0 -6
  79. package/shared/localization/locales/ta.json +0 -6
  80. package/shared/localization/locales/te.json +0 -6
  81. package/shared/localization/locales/th.json +0 -6
  82. package/shared/localization/locales/tr.json +0 -6
  83. package/shared/localization/locales/uk.json +0 -6
  84. package/shared/localization/locales/vi.json +0 -6
  85. package/shared/localization/locales/zh-HK.json +0 -6
  86. package/shared/localization/locales/zh-TW.json +0 -6
  87. package/shared/localization/locales/zh.json +0 -6
  88. package/tsconfig.json +1 -0
@@ -1808,12 +1808,6 @@
1808
1808
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1809
1809
  "message": "F̂ír̂śt̂ Ṕâín̂t́ Îḿp̂ŕôv́êḿêńt̂ś"
1810
1810
  },
1811
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1812
- "message": "T̂h́êśê śûǵĝéŝt́îón̂ś ĉán̂ h́êĺp̂ ýôúr̂ ṕâǵê ĺôád̂ f́âśt̂ér̂. T́ĥéŷ d́ôń't̂ [d́îŕêćt̂ĺŷ áf̂f́êćt̂](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) t́ĥé P̂ér̂f́ôŕm̂án̂ćê śĉór̂é."
1813
- },
1814
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1815
- "message": "Ôṕp̂ór̂t́ûńît́îéŝ"
1816
- },
1817
1811
  "core/config/default-config.js | metricGroupTitle": {
1818
1812
  "message": "M̂ét̂ŕîćŝ"
1819
1813
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Mejoras del primer procesamiento de imagen"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Estas sugerencias pueden hacer que tus páginas se carguen más rápido. No [afectan directamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) la medición del rendimiento."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Oportunidades"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Métricas"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Mejoras del primer renderizado"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Estas sugerencias pueden ayudar a que tu página cargue más rápido. No [afectan directamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) a la puntuación del rendimiento"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Oportunidades"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Métricas"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Ensimmäistä renderöintiä koskevat parannusehdotukset"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Nämä ehdotukset voivat auttaa sivua latautumaan nopeammin. Ne eivät [suoraan vaikuta](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) tehokkuusprosenttiin."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Suositukset"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Tiedot"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Mga Pagpapahusay sa First Paint"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Puwedeng makatulong ang mga suhestyon na ito na mapabilis ang pag-load ng iyong page. Hindi [direktang nakakaapekto](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) ang mga ito sa score sa Performance."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Mga Pagkakataon"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Mga Sukatan"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Amélioration de First Paint"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ces suggestions peuvent contribuer à charger votre page plus rapidement. En revanche, elles n'ont pas d'[incidence directe](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) sur le score lié aux performances."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Opportunités"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Statistiques"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "שיפורים בעיבוד ראשון"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "ההצעות האלה יכולות לעזור לך להאיץ את טעינת הדף. אין להן [השפעה ישירה](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) על ציון הביצועים."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "הזדמנויות"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "ערכים"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "पहले पेंट के सुधार"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "इन सुझावों से आप अपने पेज को तेज़ी से लोड करा सकते हैं. इनसे आपके परफ़ॉर्मेंस स्कोर पर [सीधा असर](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) नहीं होगा."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "अवसर"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "मेट्रिक"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Poboljšanja prvog bojenja"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ovi prijedlozi mogu vam pomoći da brže učitate stranicu. Oni ne [utječu izravno](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) na rezultat izvedbe."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Prilike"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Mjerni podaci"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Az első leképezést érintő fejlesztések"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ezek a javaslatok segíthetnek az oldalbetöltés felgyorsításában. Mindazonáltal a teljesítménypontszámra [nincs közvetlen hatásuk](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Lehetőségek"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Mutatók"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Penyempurnaan First Paint"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Saran ini dapat membantu pemuatan halaman menjadi lebih cepat. Saran tersebut tidak [secara langsung memengaruhi](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) skor Performa."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Peluang"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metrik"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Miglioramenti della prima visualizzazione"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Questi suggerimenti possono aiutarti a velocizzare il caricamento della pagina. Non [incidono direttamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) sul punteggio Prestazioni."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Opportunità"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metriche"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "First Paint の改善点"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "これらの提案を実施すると、ページの読み込み時間を短縮できる可能性があります。なお、パフォーマンス スコアには[直接影響](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)しません。"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "改善できる項目"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "指標"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "최초 페인트 개선"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "이러한 권장사항은 페이지를 더 빠르게 로드하는 데 도움이 될 수 있습니다. 성능 점수에는 [직접적인 영향](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)을 미치지 않습니다."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "추천"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "측정항목"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Pirmojo parodymo patobulinimai"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Pasinaudojus šiais pasiūlymais puslapis gali būti įkeliamas greičiau. Tai [tiesiogiai nepaveiks](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) našumo įvertinimo."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Galimybės"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metrika"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Pirmā satura atveidojuma uzlabojumi"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Šie ieteikumi var palīdzēt ātrāk ielādēt jūsu lapu. Tie [tieša veidā neietekmē](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) veiktspējas rezultātu."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Iespējas"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metrikas"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Verbeteringen voor eerste weergave"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Deze suggesties kunnen helpen je pagina sneller te laden. Ze hebben geen [directe invloed](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) op de prestatiescore."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Aanbevelingen"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Statistieken"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Forbedringer av første opptegning"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Disse forslagene kan bidra til at siden lastes inn raskere. De har ingen [direkte innvirkning](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) på ytelsespoengsummen."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Muligheter"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Beregninger"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Ulepszenia pierwszego renderowania"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Te sugestie mogą pomóc przyśpieszyć wczytywanie strony. Nie mają one [bezpośredniego wpływu](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) na wynik w kategorii Wydajność."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Możliwości"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Dane"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Melhorias no primeiro preenchimento"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Estas sugestões podem ajudar a sua página a ser carregada mais rapidamente. As mesmas não [afetam diretamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) a pontuação de desempenho."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Oportunidades"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Métricas"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Melhorias do primeiro aparecimento"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Essas sugestões podem ajudar a acelerar o carregamento de página. Elas não [afetam diretamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) o índice de desempenho."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Oportunidades"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Métricas"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Îmbunătățirile pentru prima redare"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Aceste sugestii îți pot face pagina să se încarce mai repede. Ele nu [influențează direct](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) scorul de performanță."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Oportunități"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Valori"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Уменьшение времени загрузки контента"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Эти рекомендации могут помочь вам ускорить загрузку страницы. Они не влияют на показатель производительности [напрямую](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Оптимизация"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Показатели"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Vylepšenia prvého vyfarbenia"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Tieto návrhy môžu pomôcť s rýchlejším načítavaním vašej stránky. [Neovplyvňujú priamo](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) skóre výkonnosti."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Príležitosti"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metriky"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Izboljšave prvega barvanja"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ti predlogi lahko pomagajo pri hitrejšem nalaganju strani. [Neposredno ne vplivajo](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) na rezultat uspešnosti."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Priložnosti"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Meritve"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Poboljšanja prvog prikazivanja"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ovi predlozi mogu da vam pomognu da se stranica učitava brže. Ne [utiču direktno](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) na ocenu učinka."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Mogućnosti"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Pokazatelji"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Побољшања првог приказивања"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ови предлози могу да вам помогну да се страница учитава брже. Не [утичу директно](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) на оцену учинка."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Могућности"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Показатељи"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Förbättringar av första skärmuppritningen"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Dessa förslag kan hjälpa sidan att läsas in snabbare. De påverkar inte prestandavärdet [direkt](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Möjligheter"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Mätvärden"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "முதல் தோற்ற மேம்பாடுகள்"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "இந்தப் பரிந்துரைகள் உங்கள் பக்கத்தை வேகமாக ஏற்ற உதவும். அவை செயல்திறன் ஸ்கோரை [நேரடியாகப் பாதிக்காது](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "பரிந்துரைகள்"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "அளவீடுகள்"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "మొదటి పెయింట్ మెరుగుదలలు"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "మీ పేజీని వేగంగా లోడ్ చేయడంలో ఈ సూచనలు సహాయపడగలవు. అవి పనితీరు స్కోర్‌పై [నేరుగా ప్రభావం](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) చూపవు."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "అవకాశాలు"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "గణాంకాలు"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "การปรับปรุงการแสดงผลครั้งแรก"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "คำแนะนำเหล่านี้จะช่วยให้หน้าโหลดได้เร็วขึ้น โดยจะไม่[ส่งผลกระทบโดยตรง](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)ต่อคะแนนประสิทธิภาพ"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "โอกาส"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "เมตริก"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "İlk Boya İyileştirmeleri"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Bu öneriler, sayfanızın daha hızlı yüklenmesine yardımcı olabilir. Performan skoruna [doğrudan etki](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) etmezler."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Fırsatlar"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Metrikler"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Покращення першого відображення"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Ці пропозиції допоможуть завантажувати сторінку швидше. Вони не [впливають безпосередньо](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) на значення ефективності."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Можливості"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Показники"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "Các thao tác để cải thiện thời gian hiển thị hình ảnh đầu tiên"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "Những đề xuất này có thể giúp trang của bạn tải nhanh hơn, chứ không [trực tiếp ảnh hưởng](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) đến Điểm hiệu suất."
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "Cơ hội"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "Các chỉ số"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "首次繪製改進"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "這些建議可加快網頁載入速度,但不會[直接影響](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)「效能」分數。"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "優化建議"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "數據"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "改進首次繪製程序"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "這些建議有助於提升網頁載入速度,但不會[直接影響](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)「效能」分數。"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "最佳化建議"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "指標"
1816
1810
  },
@@ -1805,12 +1805,6 @@
1805
1805
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1806
1806
  "message": "改进首次绘制"
1807
1807
  },
1808
- "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1809
- "message": "这些建议可以帮助您提高网页加载速度。它们不会[直接影响](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)性能得分。"
1810
- },
1811
- "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1812
- "message": "优化建议"
1813
- },
1814
1808
  "core/config/default-config.js | metricGroupTitle": {
1815
1809
  "message": "指标"
1816
1810
  },
package/tsconfig.json CHANGED
@@ -70,6 +70,7 @@
70
70
  "core/test/lib/i18n/i18n-test.js",
71
71
  "core/test/lib/icons-test.js",
72
72
  "core/test/lib/lantern/base-node-test.js",
73
+ "core/test/lib/lantern/metrics/*",
73
74
  "core/test/lib/lantern/page-dependency-graph-test.js",
74
75
  "core/test/lib/lantern/simulator/connection-pool-test.js",
75
76
  "core/test/lib/lantern/simulator/dns-cache-test.js",