lighthouse 9.2.0-dev.20220123 → 9.2.0-dev.20220127

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 (59) hide show
  1. package/dist/report/flow.js +7 -7
  2. package/lighthouse-cli/bin.js +0 -4
  3. package/lighthouse-cli/cli-flags.js +22 -8
  4. package/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js +2 -1
  5. package/lighthouse-core/audits/preload-fonts.js +2 -3
  6. package/lighthouse-core/audits/preload-lcp-image.js +1 -11
  7. package/lighthouse-core/audits/uses-rel-preload.js +2 -3
  8. package/lighthouse-core/gather/gatherers/inspector-issues.js +3 -5
  9. package/lighthouse-core/runner.js +13 -0
  10. package/package.json +7 -9
  11. package/shared/localization/locales/ar-XB.json +40 -4
  12. package/shared/localization/locales/ar.json +59 -23
  13. package/shared/localization/locales/bg.json +40 -4
  14. package/shared/localization/locales/ca.json +45 -9
  15. package/shared/localization/locales/cs.json +39 -3
  16. package/shared/localization/locales/da.json +43 -7
  17. package/shared/localization/locales/de.json +42 -6
  18. package/shared/localization/locales/el.json +59 -23
  19. package/shared/localization/locales/en-GB.json +43 -7
  20. package/shared/localization/locales/en-XA.json +40 -4
  21. package/shared/localization/locales/es-419.json +39 -3
  22. package/shared/localization/locales/es.json +46 -10
  23. package/shared/localization/locales/fi.json +57 -21
  24. package/shared/localization/locales/fil.json +40 -4
  25. package/shared/localization/locales/fr.json +45 -9
  26. package/shared/localization/locales/he.json +41 -5
  27. package/shared/localization/locales/hi.json +59 -23
  28. package/shared/localization/locales/hr.json +57 -21
  29. package/shared/localization/locales/hu.json +39 -3
  30. package/shared/localization/locales/id.json +40 -4
  31. package/shared/localization/locales/it.json +40 -4
  32. package/shared/localization/locales/ja.json +39 -3
  33. package/shared/localization/locales/ko.json +40 -4
  34. package/shared/localization/locales/lt.json +40 -4
  35. package/shared/localization/locales/lv.json +56 -20
  36. package/shared/localization/locales/nl.json +40 -4
  37. package/shared/localization/locales/no.json +56 -20
  38. package/shared/localization/locales/pl.json +56 -20
  39. package/shared/localization/locales/pt-PT.json +57 -21
  40. package/shared/localization/locales/pt.json +41 -5
  41. package/shared/localization/locales/ro.json +39 -3
  42. package/shared/localization/locales/ru.json +40 -4
  43. package/shared/localization/locales/sk.json +39 -3
  44. package/shared/localization/locales/sl.json +39 -3
  45. package/shared/localization/locales/sr-Latn.json +40 -4
  46. package/shared/localization/locales/sr.json +40 -4
  47. package/shared/localization/locales/sv.json +39 -3
  48. package/shared/localization/locales/ta.json +47 -11
  49. package/shared/localization/locales/te.json +61 -25
  50. package/shared/localization/locales/th.json +39 -3
  51. package/shared/localization/locales/tr.json +40 -4
  52. package/shared/localization/locales/uk.json +40 -4
  53. package/shared/localization/locales/vi.json +63 -27
  54. package/shared/localization/locales/zh-HK.json +40 -4
  55. package/shared/localization/locales/zh-TW.json +45 -9
  56. package/shared/localization/locales/zh.json +41 -5
  57. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
  58. package/third-party/snyk/snapshot.json +1 -0
  59. package/types/artifacts.d.ts +1 -1
@@ -417,7 +417,7 @@
417
417
  "message": "Когато за бутон от тип `<input>` се използва изображение, предоставянето на алтернативен текст помага на потребителите на екранни четци да разберат за какво служи бутонът. [Научете повече](https://web.dev/input-image-alt/)."
418
418
  },
419
419
  "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": {
420
- "message": "Някои елементи `<input type=\"image\">` нямат алтернативен текст `[alt]`"
420
+ "message": "Някои елементи `<input type=\"image\">` нямат алтернативен текст (`[alt]`)"
421
421
  },
422
422
  "lighthouse-core/audits/accessibility/input-image-alt.js | title": {
423
423
  "message": "Елементите `<input type=\"image\">` имат алтернативен текст (`[alt]`)"
@@ -480,10 +480,10 @@
480
480
  "message": "Екранните четци не могат да интерпретират нетекстово съдържание. Добавянето на алтернативен текст към елементите `<object>` помага на екранните четци да предават смисъла им на потребителите. [Научете повече](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "Някои елементи `<object>` нямат алтернативен текст `[alt]`"
483
+ "message": "`<object>` елемента нямат алтернативен текст"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "Елементите `<object>` имат алтернативен текст (`[alt]`)"
486
+ "message": "`<object>` елемента имат алтернативен текст"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Ако стойността е по-голяма от 0, значи се използва изричен ред на навигиране. Въпреки че е технически валидно, това често създава неудобства за потребителите, които разчитат на помощни технологии. [Научете повече](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Страницата не работи офлайн"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "PWA бе деинсталирано и проверките на възможността за инсталиране се нулират."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "Посочената платформа за приложения не се поддържа от Android"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "prefer_related_applications се поддържа само в бета- и стабилния канал на Chrome за Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse не успя да установи дали е налице service worker. Опитайте с по-нова версия на Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "URL адресът за стартиране в манифеста не е валиден"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Забавяния в задния слой на сървъра"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "Събитието `unload` не се задейства надеждно и приемането му може да попречи на оптимизациите на браузъра, като например кеш за назад/напред. Вместо това можете да използвате събитията `pagehide` или `visibilitychange`. [Научете повече](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "Събитието `unload` не се задейства надеждно и приемането му може да попречи на оптимизациите на браузъра, като например кеш за назад/напред. Вместо това използвайте събитията `pagehide` или `visibilitychange`. [Научете повече](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Регистрира приемател за `unload`"
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Можете да добавите маркери `<link rel=preload>`, като [промените оформлението на дадената тема](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Използвайте API на `Next.js` за оптимизиране на изображенията, за да се показват в съвременни формати, като например `WebP` и `AVIF`. [Научете повече](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Използвайте компонента `next/image`, който по подразбиране задава `loading=\"lazy\"`. [Научете повече](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Използвайте компонента `next/script`, за да отложите зареждането на некритични скриптове от трети страни. [Научете повече](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Добре е да настроите `PurgeCSS` в конфигурацията с `Next.js`, за да премахнете неизползваните правила от стиловите листове. [Научете повече](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Използвайте `Webpack Bundle Analyzer`, за да откриете неизползван JavaScript код. [Научете повече](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Добре е да използвате `Next.js Analytics`, за да измервате действителната ефективност на приложението си. [Научете повече](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Конфигурирайте кеширането на непроменливите активи и SSR (`Server-side Rendered`) страници. [Научете повече](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Използвайте компонента `next/image` вместо `<img>`, за да оптимизирате изображенията. [Научете повече](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Използвайте компонента `next/image`, за да зададете подходяща стойност за `sizes`. [Научете повече](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Активирайте компресирането в Next.js сървъра си. [Научете повече](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Заменете анимираните GIF файлове с видеосъдържание](https://web.dev/replace-gifs-with-videos/), за да ускорите зареждането на уеб страницата, и помислете за използването на съвременни файлови формати, като [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) или [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder), за да подобрите ефективността при компресиране с повече от 30% спрямо най-модерния понастоящем видеокодек VP9."
2224
2260
  },
@@ -480,10 +480,10 @@
480
480
  "message": "Els lectors de pantalla no poden traduir contingut que no sigui text. Si afegeixes text alternatiu als elements `<object>`, ajudes els lectors de pantalla a transmetre el significat als usuaris. [Obtén més informació](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "Els elements `<object>` no tenen text `[alt]`"
483
+ "message": "Els elements `<object>` no tenen text alternatiu"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "Els elements `<object>` tenen text `[alt]`"
486
+ "message": "Els elements `<object>` tenen text alternatiu"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Un valor superior a 0 implica una ordenació explícita de navegació. Tècnicament és vàlid, però sol suposar experiències frustrants per als usuaris que depenen de les tecnologies d'assistència. [Obtén més informació](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "La pàgina no funciona sense connexió"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "S'ha desinstal·lat la PWA i s'estan restablint les comprovacions d'instal·labilitat."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "La plataforma de l'aplicació especificada no s'admet a Android"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "prefer_related_applications només s'admet a Chrome beta i als canals estables a Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse no ha pogut determinar si hi havia un Service Worker. Prova-ho amb una versió més recent de Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "L'URL d'inici del manifest no és vàlid"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Latències dorsals del servidor"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "L'esdeveniment `unload` no es pot activar amb fiabilitat i detectar-lo pot impedir optimitzacions del navegador, com ara la memòria cau back-forward. També pots fer servir els esdeveniments `pagehide` o `visibilitychange`. [Més informació](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "L'esdeveniment `unload` no es pot activar amb fiabilitat i detectar-lo pot impedir optimitzacions del navegador, com ara la memòria cau back-forward. Utilitza els esdeveniments `pagehide` o `visibilitychange`. [Més informació](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registra un detector de `unload`"
@@ -1257,7 +1263,7 @@
1257
1263
  "message": "Pressupost de rendiment"
1258
1264
  },
1259
1265
  "lighthouse-core/audits/preload-fonts.js | description": {
1260
- "message": "Carrega prèviament els tipus de lletra `optional` perquè els visitants nous puguin utilitzar-los. [Més informació](https://web.dev/preload-optional-fonts/)"
1266
+ "message": "Precarrega els tipus de lletra `optional` perquè els visitants nous puguin utilitzar-los. [Més informació](https://web.dev/preload-optional-fonts/)"
1261
1267
  },
1262
1268
  "lighthouse-core/audits/preload-fonts.js | failureTitle": {
1263
1269
  "message": "No s'han carregat prèviament els tipus de lletra `font-display: optional`"
@@ -1266,10 +1272,10 @@
1266
1272
  "message": "S'han carregat prèviament els tipus de lletra `font-display: optional`"
1267
1273
  },
1268
1274
  "lighthouse-core/audits/preload-lcp-image.js | description": {
1269
- "message": "Carrega prèviament la imatge utilitzada per l'element LCP per millorar el teu temps LCP. [Obtén més informació](https://web.dev/optimize-lcp/#preload-important-resources)."
1275
+ "message": "Precarrega la imatge utilitzada per l'element LCP per millorar el teu temps LCP. [Obtén més informació](https://web.dev/optimize-lcp/#preload-important-resources)."
1270
1276
  },
1271
1277
  "lighthouse-core/audits/preload-lcp-image.js | title": {
1272
- "message": "Carrega prèviament la imatge de renderització de l'element més gran amb contingut"
1278
+ "message": "Precarrega la imatge de renderització de l'element més gran amb contingut"
1273
1279
  },
1274
1280
  "lighthouse-core/audits/redirects.js | description": {
1275
1281
  "message": "La mètrica Redireccions introdueix retards addicionals abans de poder carregar la pàgina. [Obtén més informació](https://web.dev/redirects/)."
@@ -1605,13 +1611,13 @@
1605
1611
  "message": "S'ha trobat un element `<link rel=preconnect>` per a \"{securityOrigin}\", però el navegador no l'ha utilitzat. Utilitza `preconnect` només per a orígens importants que la pàgina sol·licitarà de segur."
1606
1612
  },
1607
1613
  "lighthouse-core/audits/uses-rel-preload.js | crossoriginWarning": {
1608
- "message": "S'ha trobat un element `<link>` de càrrega prèvia per a \"{preloadURL}\", però el navegador no l'ha utilitzat. Comprova que estiguis utilitzant correctament l'atribut `crossorigin`."
1614
+ "message": "S'ha trobat un element `<link>` de precàrrega per a \"{preloadURL}\", però el navegador no l'ha utilitzat. Comprova que estiguis utilitzant correctament l'atribut `crossorigin`."
1609
1615
  },
1610
1616
  "lighthouse-core/audits/uses-rel-preload.js | description": {
1611
1617
  "message": "Et recomanem que utilitzis `<link rel=preload>` per prioritzar l'obtenció de recursos que en aquests moments se sol·liciten en un moment posterior de la càrrega de pàgines. [Obtén més informació](https://web.dev/uses-rel-preload/)."
1612
1618
  },
1613
1619
  "lighthouse-core/audits/uses-rel-preload.js | title": {
1614
- "message": "Carrega prèviament les sol·licituds de clau"
1620
+ "message": "Precarrega les sol·licituds de clau"
1615
1621
  },
1616
1622
  "lighthouse-core/audits/valid-source-maps.js | columnMapURL": {
1617
1623
  "message": "URL del mapa"
@@ -2091,7 +2097,7 @@
2091
2097
  "message": "Si utilitzes Angular CLI, inclou mapes d'origen a la compilació de producció per inspeccionar els teus paquets. [Obtén més informació](https://angular.io/guide/deployment#inspect-the-bundles)."
2092
2098
  },
2093
2099
  "node_modules/lighthouse-stack-packs/packs/angular.js | uses-rel-preload": {
2094
- "message": "Carrega rutes amb antelació per accelerar la navegació. [Obtén més informació](https://web.dev/route-preloading-in-angular/)."
2100
+ "message": "Precarrega rutes amb antelació per accelerar la navegació. [Obtén més informació](https://web.dev/route-preloading-in-angular/)."
2095
2101
  },
2096
2102
  "node_modules/lighthouse-stack-packs/packs/angular.js | uses-responsive-images": {
2097
2103
  "message": "Pots optar per fer servir la utilitat `BreakpointObserver` del Component Dev Kit (CDK) per gestionar els punts de ruptura de la imatge. [Obtén més informació](https://material.angular.io/cdk/layout/overview)."
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Es poden afegir etiquetes `<link rel=preload>` [modificant el disseny dels temes](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Utilitza l'API Image Optimization de `Next.js` per difondre formats moderns, com ara `WebP` i `AVIF`. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Utilitza el component `next/image`, que s'estableix en `loading=\"lazy\"` de manera predeterminada. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Utilitza el component `next/script` per ajornar la càrrega de scripts de tercers que no siguin essencials. [Obtén més informació](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Pots establir `PurgeCSS` a la configuració de `Next.js` per suprimir regles sense utilitzar dels fulls d'estil. [Obtén més informació](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Utilitza `Webpack Bundle Analyzer` per detectar codi JavaScript sense utilitzar. [Obtén més informació](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Pots utilitzar `Next.js Analytics` per mesurar el rendiment de la teva aplicació al món real. [Obtén més informació](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Configura l'emmagatzematge a la memòria cau per a recursos invariables i pàgines `Server-side Rendered` (SSR). [Obtén més informació](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Utilitza el component `next/image` (i no `<img>`) per optimitzar imatges. [Obtén més informació](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Utilitza el component `next/image` per establir les `sizes` adequades. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Activa la compressió al teu servidor de Next.js. [Obtén més informació](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Suprimeix els GIF animats amb vídeo](https://web.dev/replace-gifs-with-videos/) per carregar les pàgines web més ràpidament i planteja't l'opció d'utilitzar formats de fitxer moderns, com ara [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) o [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder), per millorar l'eficàcia de compressió en més d'un 30% respecte al còdec de vídeo actual més avançat, VP9."
2224
2260
  },
@@ -480,10 +480,10 @@
480
480
  "message": "Čtečky obrazovek nedokážou přeložit obsah jiného typu, než je text. Když k prvkům `<object>` přidáte alternativní text, čtečky obrazovek budou moci předat uživatelům význam. [Další informace](https://web.dev/object-alt/)"
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "Prvky `<object>` nemají text `[alt]`"
483
+ "message": "Prvky `<object>` nemají alternativní text"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "Prvky `<object>` mají text `[alt]`"
486
+ "message": "Prvky `<object>` mají alternativní text"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Hodnota větší než 0 naznačuje explicitní řazení navigace. Ačkoli je platná, často vede k chování, které je pro uživatele závislé na asistenčních technologiích nepříjemné. [Další informace](https://web.dev/tabindex/)"
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Stránka nefunguje offline"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "Progresivní webová aplikace byla odinstalována a probíhá resetování kontrol instalovatelnosti."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "Zadaná aplikační platforma v systému Android není podporována"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "Parametr prefer_related_applications je podporován pouze v beta verzi Chromu a ve stabilních verzích v systému Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Nástroj Lighthouse nedokázal zjistit, zda byl spuštěn skript service worker. Zkuste to s novější verzí Chromu."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "Počáteční URL (start_url) v manifestu není platná"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Latence backendu na serveru"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "Událost `unload` se nespouští spolehlivě. Naslouchání této události může zabránit optimalizacím v prohlížečích, jako je mezipaměť pro přechod zpět nebo vpřed. Zvažte namísto toho použití události `pagehide` nebo `visibilitychange`. [Další informace](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "Událost `unload` se nespouští spolehlivě. Naslouchání této události může zabránit optimalizacím v prohlížečích, jako je mezipaměť pro přechod zpět nebo vpřed. Použijte místo událost `pagehide` nebo `visibilitychange`. [Další informace](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registruje posluchač události `unload`"
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Značky `<link rel=preload>` lze přidat [úpravou rozvržení motivů](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Používejte rozhraní Image Optimization API platformy `Next.js` k zobrazování moderních formátů, jako jsou `WebP` a `AVIF`. [Další informace](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)"
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Použijte komponentu `next/image`, která ve výchozím nastavení používá `loading=\"lazy\"`. [Další informace](https://nextjs.org/docs/api-reference/next/image#loading)"
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Odložte načítání nekritických skriptů třetích stran pomocí komponenty `next/script`. [Další informace](https://nextjs.org/docs/basic-features/script)"
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Zvažte nastavení pluginu `PurgeCSS` v konfiguraci platformy `Next.js` k odstranění nepoužívaných pravidel ze šablon stylů. [Další informace](https://purgecss.com/guides/next.html)"
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Vyhledejte pomocí nástroje `Webpack Bundle Analyzer` nepoužívaný kód JavaScript. [Další informace](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Zvažte změření výkonu aplikace v reálném světě pomocí nástroje `Next.js Analytics`. [Další informace](https://nextjs.org/docs/advanced-features/measuring-performance)"
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Nakonfigurujte ukládání neměnných podkladů a stránek vykreslovaných na serveru (`Server-side Rendered` – SSR) do mezipaměti. [Další informace](https://nextjs.org/docs/going-to-production#caching)"
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Optimalizujte obrázky tím, že namísto značky `<img>` použijete komponentu `next/image`. [Další informace](https://nextjs.org/docs/basic-features/image-optimization)"
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Pomocí komponenty `next/image` nastavte vhodné velikosti (`sizes`). [Další informace](https://nextjs.org/docs/api-reference/next/image#sizes)"
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Zapněte na serveru Next.js kompresi. [Další informace](https://nextjs.org/docs/api-reference/next.config.js/compression)"
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Když animované obrázky GIF nahradí video](https://web.dev/replace-gifs-with-videos/), budou se webové stránky načítat rychleji. Zvažte použití moderních formátů, jako je [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) nebo [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder), které v porovnání se současným videokodekem VP9 zvýší efektivitu komprese o více než 30 %."
2224
2260
  },
@@ -477,13 +477,13 @@
477
477
  "message": "`[user-scalable=\"no\"]` anvendes ikke i `<meta name=\"viewport\">`-elementet, og attributten `[maximum-scale]` er ikke mindre end 5."
478
478
  },
479
479
  "lighthouse-core/audits/accessibility/object-alt.js | description": {
480
- "message": "Skærmlæsere kan ikke oversætte indhold, som ikke er tekst. Du kan føje alternativ tekst til `<object>`-elementer for at hjælpe skærmlæsere med at formidle meningen til brugerne. [Få flere oplysninger](https://web.dev/object-alt/)."
480
+ "message": "Skærmlæsere kan ikke oversætte indhold, som ikke er tekst Du kan føje alternativ tekst til `<object>`-elementer for at hjælpe skærmlæsere med at formidle meningen til brugerne. [Få flere oplysninger](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "`<object>`-elementerne har ikke `[alt]`-tekst"
483
+ "message": "`<object>`-elementerne har ikke alternativ tekst"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "`<object>`-elementerne har `[alt]`-tekst"
486
+ "message": "`<object>`-elementerne har alternativ tekst"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "En værdi over 0 antyder en utvetydig sortering af navigation. Selvom dette teknisk er gyldigt, skaber det ofte en frustrerende oplevelse for brugere, der anvender hjælpeteknologier. [Få flere oplysninger](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Siden fungerer ikke offline"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "PWA'en er blevet afinstalleret, og installerbarhedstjek nulstilles."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "Den angivne app-platform understøttes ikke i Android"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "prefer_related_applications understøttes kun i betaversionen af Chrome og stabile kanaler i Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse kunne ikke fastslå, om der var en scripttjeneste. Prøv med en nyere version af Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "Manifestets startwebadresse er ikke gyldig"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Forsinkelser for serverens backend"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "Hændelsen `unload` starter ikke stabilt, og hvis der ventes på den, kan det forhindre browseroptimeringer som f.eks. back/forward-cache. Du bør i stedet overveje at bruge hændelserne `pagehide` eller `visibilitychange`. [Få flere oplysninger](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "Hændelsen `unload` starter ikke stabilt, og hvis der ventes på den, kan det forhindre browseroptimeringer som f.eks. back/forward-cache. Anvend hændelsen `pagehide` eller `visibilitychange` i stedet. [Få flere oplysninger](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registrerer en hændelsesfunktion for `unload`"
@@ -2097,7 +2103,7 @@
2097
2103
  "message": "Du kan også vælge at bruge værktøjet `BreakpointObserver` i Component Dev Kit (CDK) til at administrere skillepunkter for billeder. [Få flere oplysninger](https://material.angular.io/cdk/layout/overview)."
2098
2104
  },
2099
2105
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2100
- "message": "Overvej at uploade din gif til en tjeneste, hvor den kan integreres som en HTML5-video."
2106
+ "message": "Overvej at uploade din gif til en tjeneste, hvor den kan indlejres som en HTML5-video."
2101
2107
  },
2102
2108
  "node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
2103
2109
  "message": "Angiv `@font-display`, når du definerer tilpassede skrifttyper i dit tema."
@@ -2142,7 +2148,7 @@
2142
2148
  "message": "Sørg for at bruge de indbyggede [responsive billedformater](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) fra Drupal (tilgængelig i Drupal 8 og nyere versioner). Brug de responsive billedformater, når du gengiver billedfelter gennem visningstilstande, visninger eller billeder, der uploades via WYSIWYG-editoren."
2143
2149
  },
2144
2150
  "node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
2145
- "message": "Overvej at uploade din gif til en tjeneste, hvor den kan integreres som en HTML5-video."
2151
+ "message": "Overvej at uploade din gif til en tjeneste, hvor den kan indlejres som en HTML5-video."
2146
2152
  },
2147
2153
  "node_modules/lighthouse-stack-packs/packs/joomla.js | modern-image-formats": {
2148
2154
  "message": "Overvej at bruge et [plugin](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=webp) eller en tjeneste, der automatisk konverterer dine uploadede billeder til deres optimale formater."
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "`<link rel=preload>`-tags kan tilføjes ved at [ændre layoutet for et tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Brug `Next.js` Image Optimization API til at vise moderne formater som f.eks. `WebP` og `AVIF`. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Brug komponenten `next/image`, der som standard anvender `loading=\"lazy\"`. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Brug komponenten `next/script` til at udskyde indlæsning af tredjepartsscripts, som ikke er kritiske. [Få flere oplysninger](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Overvej at konfigurere `PurgeCSS` i `Next.js`-konfigurationen for at fjerne ubrugte regler fra typografiark. [Få flere oplysninger](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Brug `Webpack Bundle Analyzer` til at registrere ubrugt JavaScript-kode. [Få flere oplysninger](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Overvej at bruge `Next.js Analytics` til at måle din apps ydeevne i den virkelige verden. [Få flere oplysninger](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Konfigurer cachelagring for uforanderlige aktiver og SSR-sider (`Server-side Rendered`). [Få flere oplysninger](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Brug komponenten `next/image` i stedet for `<img>` til at optimere billeder. [Få flere oplysninger](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Brug komponenten `next/image` til at angive de rigtige `sizes`. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Aktivér komprimering på din Next.js-server. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Udskift animerede giffer med video](https://web.dev/replace-gifs-with-videos/) for at få hurtigere websideindlæsning, og overvej at bruge moderne filformater som f.eks. [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) eller [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) for at forbedre effektiviteten af komprimering med mere end 30 % i forhold til det topmoderne videocodec VP9."
2224
2260
  },
@@ -2283,7 +2319,7 @@
2283
2319
  "message": "Brug React DevTools Profiler, som anvender Profiler API til at måle effektiviteten og gengivelsen af dine komponenter. [Få flere oplysninger.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
2284
2320
  },
2285
2321
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
2286
- "message": "Overvej at uploade din gif til en tjeneste, hvor den kan integreres som en HTML5-video."
2322
+ "message": "Overvej at uploade din gif til en tjeneste, hvor den kan indlejres som en HTML5-video."
2287
2323
  },
2288
2324
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | modern-image-formats": {
2289
2325
  "message": "Overvej at bruge et [plugin](https://wordpress.org/plugins/search/convert+webp/) eller en tjeneste, der automatisk konverterer dine uploadede billeder til deres optimale formater."
@@ -417,10 +417,10 @@
417
417
  "message": "Wenn ein Bild als `<input>`-Schaltfläche verwendet wird, kann die Angabe von alternativem Text Screenreader-Nutzern helfen, den Zweck der Schaltfläche besser zu verstehen. [Weitere Informationen.](https://web.dev/input-image-alt/)"
418
418
  },
419
419
  "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": {
420
- "message": "`<input type=\"image\">`-Elemente verfügen nicht über `[alt]`-Text"
420
+ "message": "`<input type=\"image\">`-Elemente haben keinen `[alt]`-Text"
421
421
  },
422
422
  "lighthouse-core/audits/accessibility/input-image-alt.js | title": {
423
- "message": "`<input type=\"image\">`-Elemente verfügen über `[alt]`-Text"
423
+ "message": "`<input type=\"image\">`-Elemente haben `[alt]`-Text"
424
424
  },
425
425
  "lighthouse-core/audits/accessibility/label.js | description": {
426
426
  "message": "Durch Labels wird gewährleistet, dass Steuerelemente für Formulare von Hilfstechnologien wie Screenreadern richtig angesagt werden. [Weitere Informationen.](https://web.dev/label/)"
@@ -477,13 +477,13 @@
477
477
  "message": "`[user-scalable=\"no\"]` wird nicht im `<meta name=\"viewport\">`-Element verwendet und das `[maximum-scale]`-Attribut ist nicht kleiner als 5."
478
478
  },
479
479
  "lighthouse-core/audits/accessibility/object-alt.js | description": {
480
- "message": "Screenreader können lediglich Textinhalte interpretieren. Wenn Sie `<object>`-Elementen Alt-Text hinzufügen, können Screenreader-Nutzer besser verstehen, was diese Elemente darstellen. [Weitere Informationen.](https://web.dev/object-alt/)"
480
+ "message": "Screenreader können lediglich Textinhalte interpretieren. Wenn Sie `<object>`-Elementen alternativen Text hinzufügen, können Screenreader-Nutzer besser verstehen, was diese Elemente darstellen. [Weitere Informationen](https://web.dev/object-alt/)"
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "`<object>`-Elemente verfügen nicht über `[alt]`-Text"
483
+ "message": "`<object>`-Elemente haben keinen alternativen Text"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "`<object>`-Elemente verfügen über `[alt]`-Text"
486
+ "message": "`<object>`-Elemente haben alternativen Text"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Ein Wert größer als 0 impliziert eine explizite Navigationsanordnung. Das ist zwar technisch möglich; aber für Nutzer, die auf Hilfstechnologien angewiesen sind, ist dies häufig frustrierend. [Weitere Informationen.](https://web.dev/tabindex/)"
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Seite kann offline nicht geladen werden"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "PWA wurde installiert und die Überprüfungen zur Installierbarkeit wurden zurückgesetzt."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "Die angegebene Anwendungsplattform wird nicht von Android unterstützt"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "„prefer_related_applications“ wird nur in Chrome Beta und stabilen Versionen von Android unterstützt."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse konnte nicht feststellen, ob es einen Service Worker gibt. Bitte versuchen Sie es mit einer neueren Version von Chrome noch einmal."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "Start-URL des Manifests ist nicht gültig"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Server-Back-End-Latenzen"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "Das `unload`-Ereignis wird nicht zuverlässig ausgelöst. Wenn der Listener darauf wartet, kann das Browseroptimierungen wie den Back-Forward-Cache beeinträchtigen. Möglicherweise ist es sinnvoll, stattdessen das `pagehide`- oder das `visibilitychange`-Ereignis zu verwenden. [Weitere Informationen](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "Das `unload`-Ereignis wird nicht zuverlässig ausgelöst. Wenn der Listener darauf wartet, kann das Browseroptimierungen wie den Back-Forward-Cache beeinträchtigen. Verwenden Sie stattdessen `pagehide`- oder `visibilitychange`-Ereignisse. [Weitere Informationen](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registriert einen `unload`-Listener"
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Sie können \"`<link rel=preload>`\"-Tags hinzufügen, indem Sie [das Layout eines Designs ändern](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Sie können die `Next.js` Image Optimization API verwenden, um moderne Formate wie „`WebP`“ und „`AVIF`“ bereitzustellen. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)"
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Sie können die Komponente „`next/image`“ verwenden, die standardmäßig auf „`loading=\"lazy\"`“ festgelegt ist. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#loading)"
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Sie können die Komponente „`next/script`“ verwenden, um das Laden von unkritischen Drittanbieter-Skripts zu verzögern. [Weitere Informationen](https://nextjs.org/docs/basic-features/script)"
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Sie können „`PurgeCSS`“ in der`Next.js`-Konfiguration einrichten, um nicht verwendete Regeln aus Stylesheets zu entfernen. [Weitere Informationen](https://purgecss.com/guides/next.html)"
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Sie können „`Webpack Bundle Analyzer`“ verwenden, um nicht verwendeten JavaScript-Code zu entdecken. [Weitere Informationen](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Sie können „`Next.js Analytics`“ verwenden, um die Leistung Ihrer App in der Praxis zu messen. [Weitere Informationen](https://nextjs.org/docs/advanced-features/measuring-performance)"
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Konfigurieren Sie das Caching von unveränderlichen Assets und `Server-side Rendered`-Seiten (SSR). [Weitere Informationen](https://nextjs.org/docs/going-to-production#caching)"
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Sie können statt „`<img>`“ die Komponente „`next/image`“ verwenden, um Bilder zu optimieren. [Weitere Informationen](https://nextjs.org/docs/basic-features/image-optimization)"
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Sie können die Komponente „`next/image`“ verwenden, um den geeigneten Wert für „`sizes`“ festzulegen. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#sizes)"
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Aktivieren Sie die Komprimierung auf Ihrem Next.js-Server. [Weitere Informationen](https://nextjs.org/docs/api-reference/next.config.js/compression)"
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Ersetzen Sie animierte GIFs durch Videos](https://web.dev/replace-gifs-with-videos/), damit die Webseite schneller lädt, und verwenden Sie moderne Dateiformate wie [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) oder [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder), um die Kompressionseffizienz um mehr als 30 % gegenüber dem neuesten Video-Codec bzw. VP9 zu verbessern."
2224
2260
  },