lighthouse 12.2.3 → 12.3.0

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 (66) hide show
  1. package/cli/test/smokehouse/core-tests.js +8 -0
  2. package/core/audits/byte-efficiency/render-blocking-resources.js +1 -1
  3. package/core/audits/has-hsts.d.ts +44 -0
  4. package/core/audits/has-hsts.js +208 -0
  5. package/core/audits/origin-isolation.d.ts +40 -0
  6. package/core/audits/origin-isolation.js +155 -0
  7. package/core/computed/metrics/cumulative-layout-shift.js +4 -4
  8. package/core/computed/metrics/lantern-metric.js +4 -2
  9. package/core/computed/navigation-insights.d.ts +1 -1
  10. package/core/computed/network-analysis.js +13 -1
  11. package/core/computed/trace-engine-result.d.ts +4 -0
  12. package/core/computed/trace-engine-result.js +30 -4
  13. package/core/config/default-config.js +4 -0
  14. package/core/gather/gatherers/seo/font-size.d.ts +1 -0
  15. package/core/gather/gatherers/seo/font-size.js +20 -11
  16. package/core/lib/trace-engine.d.ts +1 -1
  17. package/core/lib/trace-engine.js +1 -1
  18. package/package.json +4 -4
  19. package/shared/localization/locales/ar-XB.json +60 -0
  20. package/shared/localization/locales/ar.json +60 -0
  21. package/shared/localization/locales/bg.json +77 -17
  22. package/shared/localization/locales/ca.json +77 -17
  23. package/shared/localization/locales/cs.json +77 -17
  24. package/shared/localization/locales/da.json +77 -17
  25. package/shared/localization/locales/de.json +77 -17
  26. package/shared/localization/locales/el.json +77 -17
  27. package/shared/localization/locales/en-GB.json +70 -10
  28. package/shared/localization/locales/en-US.json +154 -40
  29. package/shared/localization/locales/en-XL.json +154 -40
  30. package/shared/localization/locales/es-419.json +77 -17
  31. package/shared/localization/locales/es.json +60 -0
  32. package/shared/localization/locales/fi.json +60 -0
  33. package/shared/localization/locales/fil.json +60 -0
  34. package/shared/localization/locales/fr.json +77 -17
  35. package/shared/localization/locales/he.json +77 -17
  36. package/shared/localization/locales/hi.json +77 -17
  37. package/shared/localization/locales/hr.json +60 -0
  38. package/shared/localization/locales/hu.json +77 -17
  39. package/shared/localization/locales/id.json +77 -17
  40. package/shared/localization/locales/it.json +77 -17
  41. package/shared/localization/locales/ja.json +60 -0
  42. package/shared/localization/locales/ko.json +60 -0
  43. package/shared/localization/locales/lt.json +77 -17
  44. package/shared/localization/locales/lv.json +77 -17
  45. package/shared/localization/locales/nl.json +60 -0
  46. package/shared/localization/locales/no.json +77 -17
  47. package/shared/localization/locales/pl.json +60 -0
  48. package/shared/localization/locales/pt-PT.json +60 -0
  49. package/shared/localization/locales/pt.json +77 -17
  50. package/shared/localization/locales/ro.json +77 -17
  51. package/shared/localization/locales/ru.json +60 -0
  52. package/shared/localization/locales/sk.json +60 -0
  53. package/shared/localization/locales/sl.json +77 -17
  54. package/shared/localization/locales/sr-Latn.json +60 -0
  55. package/shared/localization/locales/sr.json +60 -0
  56. package/shared/localization/locales/sv.json +77 -17
  57. package/shared/localization/locales/ta.json +77 -17
  58. package/shared/localization/locales/te.json +72 -12
  59. package/shared/localization/locales/th.json +60 -0
  60. package/shared/localization/locales/tr.json +77 -17
  61. package/shared/localization/locales/uk.json +78 -18
  62. package/shared/localization/locales/vi.json +60 -0
  63. package/shared/localization/locales/zh-HK.json +77 -17
  64. package/shared/localization/locales/zh-TW.json +77 -17
  65. package/shared/localization/locales/zh.json +77 -17
  66. package/types/artifacts.d.ts +2 -2
@@ -2621,6 +2621,66 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Informe del flux d'usuaris de Lighthouse"
2623
2623
  },
2624
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
+ "message": "Els canvis de disseny es produeixen quan es mouen elements sense que l'usuari hi interaccioni. [Investiga les causes dels canvis de disseny](https://web.dev/articles/optimize-cls), com ara que s'afegeixin elements, se'n suprimeixin o se'n canviï la font a mesura que es carrega la pàgina."
2626
+ },
2627
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
+ "message": "Causants del canvi de disseny"
2629
+ },
2630
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
+ "message": "La primera sol·licitud de xarxa és la més important. Per reduir-ne la latència, evita les redireccions, assegura't que el servidor respongui amb rapidesa i activa la compressió de text."
2632
+ },
2633
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
+ "message": "Latència de la sol·licitud del document"
2635
+ },
2636
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
+ "message": "Prova d'establir [font-display](https://developer.chrome.com/blog/font-display) en swap o optional per assegurar-te que el text es vegi de manera coherent. swap es pot optimitzar encara més per mitigar els canvis de disseny amb [anul·lacions de mètriques de fonts](https://developer.chrome.com/blog/font-fallbacks)."
2638
+ },
2639
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
+ "message": "Visualització de la font"
2641
+ },
2642
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
+ "message": "Comença a investigar amb la fase més llarga. [Els retards es poden minimitzar](https://web.dev/articles/optimize-inp#optimize_interactions). Per reduir la durada del processament, [optimitza els costos del fil principal](https://web.dev/articles/optimize-long-tasks), sovint JavaScript."
2644
+ },
2645
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
+ "message": "INP per fase"
2647
+ },
2648
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
+ "message": "Optimitza l'LCP fent que la imatge LCP sigui [detectable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) immediatament des de l'HTML i [evitant la càrrega lenta](https://web.dev/articles/lcp-lazy-loading)"
2650
+ },
2651
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
+ "message": "Detecció de sol·licituds d'LCP"
2653
+ },
2654
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
+ "message": "Cada [fase té estratègies de millora específiques](https://web.dev/articles/optimize-lcp#lcp-breakdown). Idealment, la majoria del temps de l'LCP s'hauria de dedicar a carregar els recursos, i no hauria de consistir en retards."
2656
+ },
2657
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
+ "message": "LCP per fase"
2659
+ },
2660
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
+ "message": "Les sol·licituds estan bloquejant la renderització inicial de la pàgina, cosa que pot retardar l'LCP. [Ajornar o inserir](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) pot treure aquestes sol·licituds de xarxa del camí crític."
2662
+ },
2663
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
+ "message": "Sol·licituds de bloqueig de la renderització"
2665
+ },
2666
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
+ "message": "Si els costos de Torna a calcular l'estil continuen sent alts, es poden reduir optimitzant els selectors. [Optimitza els selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) en què el temps transcorregut i el percentatge de camí lent siguin elevats. Els costos de coincidència es poden reduir utilitzant selectors més senzills, un menor nombre de selectors, un DOM més petit i un DOM més superficial."
2668
+ },
2669
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
+ "message": "Costos del selector CSS"
2671
+ },
2672
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
+ "message": "El codi de tercers pot afectar significativament el rendiment de la càrrega. [Redueix i ajorna la càrrega de codi de tercers](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) per prioritzar el contingut de la pàgina."
2674
+ },
2675
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
+ "message": "Tercers"
2677
+ },
2678
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
+ "message": "La finestra gràfica de la pàgina no està optimitzada per a mòbils, de manera que les interaccions amb tocs poden [retardar-se fins a 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
+ },
2681
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
+ "message": "La finestra gràfica no està optimitzada per a mòbils"
2683
+ },
2624
2684
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2625
2685
  "message": "En el cas de contingut animat, fes servir [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) per minimitzar l'ús de la CPU quan el contingut és fora de la pantalla."
2626
2686
  },
@@ -2658,55 +2718,55 @@
2658
2718
  "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)."
2659
2719
  },
2660
2720
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2661
- "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video."
2721
+ "message": "Pots penjar el `GIF` en un servei que permeti inserir-lo com un vídeo HTML5."
2662
2722
  },
2663
2723
  "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
2664
2724
  "message": "Planteja't la possibilitat de configurar [formats d'imatge WebP amb un estil d'imatge Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) al teu lloc web."
2665
2725
  },
2666
2726
  "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
2667
- "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`."
2727
+ "message": "Pots configurar la càrrega lenta d'imatges a `Drupal`. Els formatejadors de camps per a imatges admeten la càrrega `lazy` o `eager`."
2668
2728
  },
2669
2729
  "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": {
2670
- "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
2730
+ "message": "Si l'element LCP s'afegeix dinàmicament a la pàgina, has d'optimitzar la imatge per poder millorar l'LCP. [Obtén més informació](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
2671
2731
  },
2672
2732
  "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": {
2673
- "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
2733
+ "message": "La mètrica Redireccions introdueix retards addicionals abans de poder carregar la pàgina. Si el mòdul [Redirecció](https://www.drupal.org/project/redirect) està instal·lat, revisa si es poden suprimir les redireccions innecessàries. [Obtén més informació](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
2674
2734
  },
2675
2735
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2676
- "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2736
+ "message": "Pots utilitzar [un mòdul](https://www.drupal.org/project/critical_css) per inserir fitxers JavaScript i CSS essencials. Fes servir l'atribut d'ajornament per a fitxers JavaScript o CSS que no siguin essencials."
2677
2737
  },
2678
2738
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2679
- "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time."
2739
+ "message": "Redueix el trànsit amb un o més mòduls de memòria cau de `Drupal`, com ara `Internal Page Cache`, `Internal Dynamic Page Cache` i `BigPipe`. Combina'ls amb una CDN per millorar encara més el temps de resposta. Els servidors d'allotjament han d'utilitzar PHP OPcache. Prova de fer servir la memòria cau, com ara Redis o Memcached, per reduir els temps de consulta de la base de dades. Finalment, utilitza temes, mòduls i servidors més ràpids d'alt rendiment per reduir el temps de resposta del servidor."
2680
2740
  },
2681
2741
  "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
2682
- "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) 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."
2742
+ "message": "Pots utilitzar [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) per reduir la mida de les imatges que carregues a la pàgina. Si utilitzes `Views` per mostrar diversos elements de contingut en una pàgina, pots implementar paginació per limitar el nombre d'elements de contingut que es mostren en una pàgina determinada."
2683
2743
  },
2684
2744
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2685
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page."
2745
+ "message": "Comprova que hagis activat Aggregate CSS files (Fitxers CSS agregats) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament)."
2686
2746
  },
2687
2747
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2688
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page."
2748
+ "message": "Comprova que hagis activat Aggregate JavaScript files (Fitxers JavaScript agregats) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament)."
2689
2749
  },
2690
2750
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2691
- "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](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/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 attach a stylesheet library if it is actually used on the page."
2751
+ "message": "Pots suprimir les regles de CSS no utilitzades i adjuntar només les biblioteques de `Drupal` necessàries a la pàgina o al component rellevants d'una pàgina. Per obtenir més informació, consulta la [documentació de `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per identificar les biblioteques adjuntes que afegeixen fitxers CSS externs, prova d'executar la [cobertura del codi](https://developer.chrome.com/docs/devtools/coverage) a Chrome DevTools. Pots identificar el tema o el mòdul responsables a partir de l'URL del full d'estil quan l'agregació de CSS estigui desactivada al teu lloc web de `Drupal`. Posa atenció als temes o mòduls que tinguin molts fulls d'estil a la llista amb molt de vermell a la cobertura del codi. Un tema o mòdul només hauria d'adjuntar una biblioteca de fulls d'estil si es fa servir a la pàgina."
2692
2752
  },
2693
2753
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
2694
- "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page."
2754
+ "message": "Pots suprimir els recursos de JavaScript no utilitzats i adjuntar només les biblioteques de `Drupal` necessàries a la pàgina o al component rellevants d'una pàgina. Per obtenir més informació, consulta la [documentació de Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per identificar les biblioteques adjuntes que afegeixen fitxers JavaScript externs, prova d'executar la [cobertura del codi](https://developer.chrome.com/docs/devtools/coverage) a Chrome DevTools. Pots identificar el tema o el mòdul responsables a partir de l'URL de l'script quan l'agregació de JavaScript estigui desactivada al teu lloc web de `Drupal`. Posa atenció als temes o mòduls que tinguin molts scripts a la llista amb molt de vermell a la cobertura del codi. Un tema o mòdul només hauria d'adjuntar una biblioteca de scripts si es fa servir a la pàgina."
2695
2755
  },
2696
2756
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
2697
- "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2757
+ "message": "Defineix l'opció Browser and proxy cache maximum age (Antiguitat màxima de la memòria cau del navegador i del servidor intermediari) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament). Obtén informació sobre [l'optimització per a un bon rendiment i la memòria cau de `Drupal`](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2698
2758
  },
2699
2759
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
2700
- "message": "Consider using [a module](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=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site."
2760
+ "message": "Pots utilitzar [un mòdul](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=image&solrsort=iss_project_release_usage+desc&op=Search) que optimitzi i redueixi automàticament la mida de les imatges penjades a través del lloc web sense perdre qualitat. A més, comprova que estiguis utilitzant els [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) natius proporcionats per `Drupal` en totes les imatges renderitzades al lloc web."
2701
2761
  },
2702
2762
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
2703
- "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints."
2763
+ "message": "Es poden afegir suggeriments de recursos amb `Preconnect` o `dns-prefetch` instal·lant i configurant [un mòdul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) que proporcioni elements per als suggeriments dels recursos d'agent d'usuari."
2704
2764
  },
2705
2765
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
2706
- "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor."
2766
+ "message": "Comprova que estiguis utilitzant els [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) natius proporcionats per `Drupal`. Utilitza els estils d'imatges responsives per renderitzar camps d'imatge mitjançant modes de visualització, visualitzacions o imatges penjades amb l'editor WYSIWYG."
2707
2767
  },
2708
2768
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": {
2709
- "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
2769
+ "message": "Els recursos basats en text s'han de publicar comprimits (gzip, deflate o brotli) per minimitzar el total de bytes a la xarxa. Pots utilitzar una CDN que admeti aquesta funció de manera nativa o configurar el servidor web perquè dugui a terme aquesta operació. [Obtén més informació](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
2710
2770
  },
2711
2771
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
2712
2772
  "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Optimize Fonts` per aprofitar automàticament la funció CSS `font-display` per assegurar-te que els usuaris poden veure el text mentre els tipus de lletra per a llocs web es carreguen."
@@ -3036,7 +3096,7 @@
3036
3096
  "message": "Hi ha diversos connectors de WordPress que et poden ajudar a [inserir recursos essencials](https://wordpress.org/plugins/search/critical+css/) o a [ajornar els recursos menys importants](https://wordpress.org/plugins/search/defer+css+javascript/). Tingues en compte que les optimitzacions que proporcionen aquests connectors poden afectar les funcions del tema o dels connectors, de manera que és possible que hagis de fer canvis al codi."
3037
3097
  },
3038
3098
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
3039
- "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service."
3099
+ "message": "Tria un tema lleuger (si pot ser, un tema de blocs) i implementa la memòria cau de pàgines completes o una solució de llocs webs estàtics. Desactiva els connectors innecessaris per minimitzar el temps de càrrega del servidor. Pots actualitzar l'allotjament a un servei gestionat o dedicat."
3040
3100
  },
3041
3101
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
3042
3102
  "message": "Pots mostrar extractes a les llistes de publicacions (per exemple, amb l'etiqueta més), reduir el nombre de publicacions que es mostren en una pàgina concreta, tallar les publicacions llargues en diverses pàgines o fer servir un connector per als comentaris de càrrega diferida."
@@ -2621,6 +2621,66 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Přehled toku uživatelů služby Lighthouse"
2623
2623
  },
2624
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
+ "message": "Ke změnám rozvržení dochází, když se prvky přesouvají bez interakce uživatele. [Prozkoumejte příčiny změn rozvržení](https://web.dev/articles/optimize-cls), jako jsou přidávání a odebírání prvků nebo změny písem během načítání stránky."
2626
+ },
2627
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
+ "message": "Viníci změny rozvržení"
2629
+ },
2630
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
+ "message": "První síťový požadavek je nejdůležitější. Snižte jeho latenci tím, že nebudete používat přesměrování, zajistíte rychlou odezvu serveru a zapnete kompresi textu."
2632
+ },
2633
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
+ "message": "Latence žádosti o dokument"
2635
+ },
2636
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
+ "message": "Zvažte nastavení [font-display](https://developer.chrome.com/blog/font-display) na swap nebo optional, aby byl text konzistentně viditelný. Deskriptor swap lze k omezení změn rozvržení dále optimalizovat [pomocí přepisů metrik písem](https://developer.chrome.com/blog/font-fallbacks)."
2638
+ },
2639
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
+ "message": "Zobrazení písma"
2641
+ },
2642
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
+ "message": "Začněte zkoumat nejdelší fází. [Zpoždění lze minimalizovat](https://web.dev/articles/optimize-inp#optimize_interactions). Dobu zpracování můžete zkrátit [optimalizací nákladů na hlavní vlákno](https://web.dev/articles/optimize-long-tasks) (často jím bývá JavaScript)."
2644
+ },
2645
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
+ "message": "INP podle fáze"
2647
+ },
2648
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
+ "message": "Optimalizujte LCP tím, že zajistíte, aby byl obrázek s LCP okamžitě [objevitelný](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) z HTML, a [nebudete používat líné načítání](https://web.dev/articles/lcp-lazy-loading)"
2650
+ },
2651
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
+ "message": "Zjištění požadavku LCP"
2653
+ },
2654
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
+ "message": "Každá [fáze má specifické strategie zlepšení](https://web.dev/articles/optimize-lcp#lcp-breakdown). V ideálním případě by většina času LCP měla být vynaložena na načítání zdrojů, nikoli na prodlevy."
2656
+ },
2657
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
+ "message": "LCP podle fáze"
2659
+ },
2660
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
+ "message": "Počáteční vykreslení stránky blokují požadavky, což může zpozdit LCP. [Odložením nebo vložením](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) lze tyto síťové požadavky přesunout mimo kritickou cestu."
2662
+ },
2663
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
+ "message": "Požadavky blokující vykreslování"
2665
+ },
2666
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
+ "message": "Pokud náklady na přepočítání stylu zůstanou vysoké, může je snížit optimalizace selektorů. [Optimalizujte selektory](https://developer.chrome.com/docs/devtools/performance/selector-stats) s vysokým uplynulým časem a vysokým procentem pomalé cesty. Náklady na nalezení shod lze snížit použitím jednodušších selektorů, méně selektorů, menšího modelu DOM a mělčího modelu DOM."
2668
+ },
2669
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
+ "message": "Náklady selektorů CSS"
2671
+ },
2672
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
+ "message": "Kód třetích stran může mít významný dopad na rychlost načítání. [Omezte a odložte načítání kódu třetích stran](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/), aby se mohl přednostně načíst obsah stránky."
2674
+ },
2675
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
+ "message": "Třetí strany"
2677
+ },
2678
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
+ "message": "Zobrazená oblast stránky není optimalizována pro mobily. Interakce klepnutím proto mohou být [zpožděny až o 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
+ },
2681
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
+ "message": "Zobrazovaná oblast není optimalizovaná pro mobilní zařízení"
2683
+ },
2624
2684
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2625
2685
  "message": "Pro animovaný obsah použijte prvek [`amp-anim`](https://amp.dev/documentation/components/amp-anim/), abyste minimalizovali využití procesoru, když příslušný obsah není na obrazovce."
2626
2686
  },
@@ -2658,55 +2718,55 @@
2658
2718
  "message": "Zvažte použití nástroje `BreakpointObserver` v sadě Component Dev Kit (CDK) ke správě dělicích bodů obrázků. [Další informace](https://material.angular.io/cdk/layout/overview)"
2659
2719
  },
2660
2720
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2661
- "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video."
2721
+ "message": "Zvažte nahrání souboru `GIF` do služby, pomocí které ho bude možné vložit jako video HTML5."
2662
2722
  },
2663
2723
  "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
2664
2724
  "message": "Zvažte možnost nakonfigurovat na webu [formáty obrázků WebP se stylem obrázků Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)."
2665
2725
  },
2666
2726
  "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
2667
- "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`."
2727
+ "message": "Zvažte nakonfigurování líného načítání obrázků na platformě `Drupal`. Formátovače polí pro obrázky podporují načítání `lazy` `eager`."
2668
2728
  },
2669
2729
  "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": {
2670
- "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
2730
+ "message": "Pokud je na stránce dynamicky přidán prvek LCP, měli byste obrázek optimalizovat, abyste dosáhli lepší hodnoty LCP. [Další informace](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)"
2671
2731
  },
2672
2732
  "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": {
2673
- "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
2733
+ "message": "Přesměrování způsobují další prodlevy před načtením stránky. Pokud je nainstalován modul [Redirect](https://www.drupal.org/project/redirect), zkontrolujte, zda není možné odstranit zbytečná přesměrování. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/redirects)"
2674
2734
  },
2675
2735
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2676
- "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2736
+ "message": "Zvažte použití [modulu](https://www.drupal.org/project/critical_css) k vložení kritických stylů CSS a JavaScriptu přímo do kódu a pro nekritické styly CSS a JavaScript použijte atribut defer."
2677
2737
  },
2678
2738
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2679
- "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time."
2739
+ "message": "Snižte provoz pomocí jednoho nebo více modulů `Drupal` pro ukládání do mezipaměti, jako jsou `Internal Page Cache`, `Internal Dynamic Page Cache` `BigPipe`. Dobu odezvy můžete dále zlepšit propojením se sítí CDN. Vaše hostingové servery by měly využívat PHP OPcache. Zvažte použití ukládání do mezipaměti, jako je Redis nebo Memcached, abyste zkrátili dobu dotazování databází. Nakonec použijte výkonné motivy, moduly a rychlejší servery, abyste zkrátili dobu odezvy serveru."
2680
2740
  },
2681
2741
  "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
2682
- "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) 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."
2742
+ "message": "Zvažte použití [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ke snížení velikosti obrázků načítaných stránkou. Pokud používáte funkci `Views` k zobrazování více obsahových položek na stránce, zvažte implementaci stránkování za účelem omezení počtu obsahových položek na jedné stránce."
2683
2743
  },
2684
2744
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2685
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page."
2745
+ "message": "Na stránce Administrace » Konfigurace » Vývoj aktivujte funkci Agregovat soubory CSS."
2686
2746
  },
2687
2747
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2688
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page."
2748
+ "message": "Na stránce Administrace » Konfigurace » Vývoj aktivujte funkci Agregovat javascriptové soubory."
2689
2749
  },
2690
2750
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2691
- "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](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/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 attach a stylesheet library if it is actually used on the page."
2751
+ "message": "Zvažte odstranění nepoužívaných pravidel CSS a k odpovídající stránce nebo komponentě stránky připojte pouze nezbytné knihovny `Drupal`. Podrobnosti naleznete v [dokumentaci systému `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Připojené knihovny, které přidávají nadbytečný kód CSS, můžete vyhledat spuštěním analýzy [využití kódu](https://developer.chrome.com/docs/devtools/coverage) v Nástrojích pro vývojáře Chrome. Odpovědný motiv či modul můžete identifikovat podle adresy URL šablony stylů, když je na vašem webu `Drupal` deaktivována agregace CSS. Hledejte motivy či moduly, které v seznamu mají mnoho šablon stylů, u nichž je při analýze využití kódu velké množství kódu označeno červeně. Motiv či modul by měl knihovnu šablon stylů připojit jen v případě, že se na stránce opravdu používá."
2692
2752
  },
2693
2753
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
2694
- "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page."
2754
+ "message": "Zvažte odstranění nepoužívaných javascriptových zdrojů a k odpovídající stránce nebo komponentě stránky připojte jen nezbytné knihovny `Drupal`. Podrobnosti najdete v [dokumentaci systému Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Připojené knihovny, které přidávají nadbytečný javascriptový kód, můžete vyhledat spuštěním analýzy [využití kódu](https://developer.chrome.com/docs/devtools/coverage) v Nástrojích pro vývojáře Chrome. Odpovědný motiv či modul můžete identifikovat podle adresy URL skriptu, když je na vašem webu `Drupal` deaktivována agregace JavaScriptu. Hledejte motivy či moduly, které v seznamu mají mnoho skriptů, u nichž je při analýze využití kódu velké množství kódu označeno červeně. Motiv či modul by měl knihovnu skriptu připojit jen v případě, že se na stránce opravdu používá."
2695
2755
  },
2696
2756
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
2697
- "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2757
+ "message": "Na stránce Administrace » Konfigurace » Vývoj nastavte možnost Maximální věk pro mezipaměť a proxy server. Přečtěte si [mezipaměti systému `Drupal` a optimalizaci pro vyšší výkon](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2698
2758
  },
2699
2759
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
2700
- "message": "Consider using [a module](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=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site."
2760
+ "message": "Zvažte použití [modulu](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=image&solrsort=iss_project_release_usage+desc&op=Search), který automaticky optimalizuje obrázky nahrávané přes web a snižuje jejich velikost, aniž by snižoval kvalitu. Zajistěte také použití nativních [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ze systému `Drupal` pro všechny obrázky vykreslované na webu."
2701
2761
  },
2702
2762
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
2703
- "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints."
2763
+ "message": "Pokyny k předběžnému připojení nebo načtení zdrojů (`Preconnect` nebo `dns-prefetch`) lze přidat nainstalováním a nakonfigurováním [modulu](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), který zprostředkuje hintingové instrukce pro zdroje user-agent."
2704
2764
  },
2705
2765
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
2706
- "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor."
2766
+ "message": "Zajistěte použití nativních [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ze systému `Drupal`. Použijte responzivní styly obrázků při vykreslování polí obrázků prostřednictvím režimů zobrazení, zobrazení nebo u obrázků nahraných prostřednictvím editoru WYSIWYG."
2707
2767
  },
2708
2768
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": {
2709
- "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
2769
+ "message": "Textové zdroje by se měly odesílat komprimované (gzip, deflate nebo brotli), aby se minimalizovalo množství přenášených dat. Zvažte použití sítě CDN, která to nativně podporuje, nebo nakonfigurujte webový server tak, aby tuto operaci prováděl. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
2710
2770
  },
2711
2771
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
2712
2772
  "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Optimize Fonts`, aby se automaticky využila funkce CSS `font-display` a text tak byl během načítání webových písem viditelný pro uživatele."
@@ -3036,7 +3096,7 @@
3036
3096
  "message": "K dispozici je celá řada pluginů služby WordPress, které vám pomohou [vložit kritické podklady přímo do kódu](https://wordpress.org/plugins/search/critical+css/) nebo [odložit načítání méně důležitých zdrojů](https://wordpress.org/plugins/search/defer+css+javascript/). Upozorňujeme, že optimalizace pomocí těchto pluginů může narušit funkčnost vašeho motivu nebo pluginů. V kódu proto pravděpodobně budete muset provést změny."
3037
3097
  },
3038
3098
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
3039
- "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service."
3099
+ "message": "Zvolte jednoduchý motiv (ideálně založený na blocích) a implementujte ukládání celé stránky do mezipaměti nebo řešení statického webu. Deaktivujte nepotřebné pluginy, abyste minimalizovali režii serveru. Zvažte upgrade hostingu na spravovanou nebo vyhrazenou službu."
3040
3100
  },
3041
3101
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
3042
3102
  "message": "Zvažte zobrazování ukázek v seznamech příspěvků (např. prostřednictvím značky k načtení dalšího obsahu), snížení počtu příspěvků zobrazených na jedné stránce, rozdělení dlouhých příspěvků na několik stránek nebo použití pluginu k línému načítání komentářů."
@@ -2621,6 +2621,66 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Rapport over brugerflow i Lighthouse"
2623
2623
  },
2624
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
+ "message": "Layoutændringer opstår, når elementer bevæger sig uden brugerinteraktion. [Undersøg årsagerne til layoutændringer](https://web.dev/articles/optimize-cls), f.eks. elementer, der tilføjes eller fjernes eller ændrer skrifttyper, mens siden indlæses."
2626
+ },
2627
+ "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
+ "message": "Årsager til layoutskift"
2629
+ },
2630
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
+ "message": "Din første netværksanmodning er den vigtigste. Reducer forsinkelsen ved at undgå omdirigeringer, sikre en hurtig serversvartid og aktivere tekstkomprimering."
2632
+ },
2633
+ "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
+ "message": "Forsinkelse for dokumentanmodning"
2635
+ },
2636
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
+ "message": "Overvej at angive [font-display](https://developer.chrome.com/blog/font-display) som swap eller optional for at sikre, at teksten er synlig hele tiden. swap kan optimeres yderligere for at mindske layoutskift med [tilsidesættelse af skriftmetrics](https://developer.chrome.com/blog/font-fallbacks)."
2638
+ },
2639
+ "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
+ "message": "Skrifttypevisning"
2641
+ },
2642
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
+ "message": "Start med at undersøge den længste fase. [Forsinkelser kan minimeres](https://web.dev/articles/optimize-inp#optimize_interactions). Hvis du vil reducere behandlingsvarigheden, skal du [optimere omkostningerne for hovedtråden](https://web.dev/articles/optimize-long-tasks) (typisk JS)."
2644
+ },
2645
+ "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
+ "message": "INP efter fase"
2647
+ },
2648
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
+ "message": "Optimer LCP ved at gøre LCP-billedet [synligt](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) i HTML med det samme, og [undgå lazy loading](https://web.dev/articles/lcp-lazy-loading)"
2650
+ },
2651
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
+ "message": "Registrering af LCP-anmodning"
2653
+ },
2654
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
+ "message": "Hver [fase har specifikke forbedringsstrategier](https://web.dev/articles/optimize-lcp#lcp-breakdown). Det meste af LCP-tiden bør ideelt set bruges på at indlæse ressourcerne og ikke på forsinkelser."
2656
+ },
2657
+ "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
+ "message": "LCP efter fase"
2659
+ },
2660
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
+ "message": "Anmodninger blokerer for sidens oprindelige gengivelse, hvilket kan forsinke LCP. [Udsættelse eller indlejring](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) kan flytte disse netværksanmodninger væk fra den kritiske sti."
2662
+ },
2663
+ "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
+ "message": "Anmodninger, der blokerer gengivelse"
2665
+ },
2666
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
+ "message": "Hvis omkostningerne for Genberegn typografi forbliver høje, kan vælgeroptimering reducere dem. [Optimer vælgere](https://developer.chrome.com/docs/devtools/performance/selector-stats), der både har lang forløbstid og langsom vej en stor procentdel af tiden. Enklere vælgere, færre vælgere, en mindre DOM og en mindre omfattende DOM er med til at reducere omkostningerne ved matching."
2668
+ },
2669
+ "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
+ "message": "Omkostninger for CSS-vælger"
2671
+ },
2672
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
+ "message": "Kode fra tredjeparter kan have en væsentlig indvirkning på indlæsningen. [Reducer og udskyd indlæsningen af tredjepartskoden](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) for at prioritere din sides indhold."
2674
+ },
2675
+ "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
+ "message": "Tredjeparter"
2677
+ },
2678
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
+ "message": "Sidens viewport er ikke optimeret til brug på mobil, så trykinteraktioner kan blive [forsinket med op til 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
+ },
2681
+ "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
+ "message": "Viewport er ikke optimeret til mobil"
2683
+ },
2624
2684
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2625
2685
  "message": "Ved animeret indhold bør du bruge [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) til at minimere brugen af CPU, når indholdet er uden for skærmen."
2626
2686
  },
@@ -2658,55 +2718,55 @@
2658
2718
  "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)."
2659
2719
  },
2660
2720
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2661
- "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video."
2721
+ "message": "Overvej at uploade din `GIF` til en tjeneste, hvor den kan indlejres som en HTML5-video."
2662
2722
  },
2663
2723
  "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
2664
2724
  "message": "Overvej at konfigurere [WebP-billedformater med en Convert-billedstilart](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) på dit website."
2665
2725
  },
2666
2726
  "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
2667
- "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`."
2727
+ "message": "Overvej at konfigurere lazy load-billeder i `Drupal`. Feltformateringerne for billeder understøtter `lazy` eller `eager`."
2668
2728
  },
2669
2729
  "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": {
2670
- "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
2730
+ "message": "Hvis LCP-elementet føjes til siden dynamisk, skal du optimere billedet for at forbedre LCP. [ flere oplysninger](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
2671
2731
  },
2672
2732
  "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": {
2673
- "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
2733
+ "message": "Omdirigeringer medfører yderligere forsinkelser, inden siden kan indlæses. Hvis modulet [Omdirigering](https://www.drupal.org/project/redirect) er installeret, skal du tjekke, om unødvendige omdirigeringer kan fjernes. [ flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
2674
2734
  },
2675
2735
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2676
- "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2736
+ "message": "Overvej at bruge [et modul](https://www.drupal.org/project/critical_css) til at indlejre vigtig CSS og JavaScript, og brug attributten defer til ikke-kritisk CSS eller JavaScript."
2677
2737
  },
2678
2738
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2679
- "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time."
2739
+ "message": "Overfør trafik med ét eller flere `Drupal`-cachemoduler, f.eks. `Internal Page Cache`, `Internal Dynamic Page Cache` og `BigPipe`. Par disse med et CDN for at forbedre responstiden yderligere. Dine hostingservere skal anvende PHP OPcache. Overvej at bruge hukommelsescachelagring, f.eks. Redis eller Memcached, til at reducere forespørgselstider i databaser. Brug til sidst effektive temaer, moduler og hurtigere servere for at reducere serversvartiden."
2680
2740
  },
2681
2741
  "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
2682
- "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) 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."
2742
+ "message": "Overvej at bruge [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) til at reducere størrelsen de billeder, der indlæses på din side. Hvis du bruger `Views` til at vise flere indholdselementer en side, kan du overveje at implementere sideinddeling for at begrænse mængden af indholdselementer, der vises på en bestemt side."
2683
2743
  },
2684
2744
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2685
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page."
2745
+ "message": "Sørg for, at du har aktiveret \"Sammenlæg CSS-filer\" siden \"Administration » Konfiguration » Udvikling\"."
2686
2746
  },
2687
2747
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2688
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page."
2748
+ "message": "Sørg for, at du har aktiveret \"Sammenlæg JavaScript-filer\" siden \"Administration » Konfiguration » Udvikling\"."
2689
2749
  },
2690
2750
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2691
- "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](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/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 attach a stylesheet library if it is actually used on the page."
2751
+ "message": "Overvej at fjerne ubrugte CSS-regler og kun vedhæfte de nødvendige `Drupal`-biblioteker til den relevante side eller komponent en side. Du kan få flere oplysninger i [`Drupal`-dokumentationen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Hvis du vil identificere vedhæftede biblioteker, der tilføjer irrelevant CSS, kan du prøve at køre [kodedækning](https://developer.chrome.com/docs/devtools/coverage) i Chrome Udviklerværktøjer. Du kan identificere det problematiske tema/modul via webadressen for typografiarket, når CSS-aggregering er deaktiveret dit `Drupal`-website. Hold øje med temaer/moduler med mange typografiark listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun vedhæfte et bibliotek til typografiark, hvis det rent faktisk anvendes siden."
2692
2752
  },
2693
2753
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
2694
- "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page."
2754
+ "message": "Overvej at fjerne ubrugte JavaScript-aktiver og kun vedhæfte de nødvendige `Drupal`-biblioteker til den relevante side eller komponent en side. Du kan få flere oplysninger via linket til [Drupal-dokumentationen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Hvis du vil identificere vedhæftede biblioteker, der tilføjer irrelevant JavaScript, kan du prøve at køre [kodedækning](https://developer.chrome.com/docs/devtools/coverage) i Chrome Udviklerværktøjer. Du kan identificere det ansvarlige tema/modul via webadressen for scriptet, når JavaScript-aggregeringen er deaktiveret dit `Drupal`-website. Hold øje med temaer/moduler med mange scripts listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun vedhæfte et scriptbibliotek, hvis det rent faktisk anvendes siden."
2695
2755
  },
2696
2756
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
2697
- "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2757
+ "message": "Angiv \"Maks. alder for browser- og proxycachelagring\" siden \"Administration » Konfiguration » Udvikling\". Læs om [`Drupal`-cache og optimering for bedre ydeevne](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
2698
2758
  },
2699
2759
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
2700
- "message": "Consider using [a module](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=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site."
2760
+ "message": "Overvej at bruge [et modul](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=image&solrsort=iss_project_release_usage+desc&op=Search), der automatisk optimerer og reducerer størrelsen billeder, der uploades gennem websitet, mens kvaliteten bevares. Sørg også for at bruge de indbyggede [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) fra `Drupal` til alle billeder, der gengives dette website."
2701
2761
  },
2702
2762
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
2703
- "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints."
2763
+ "message": "Ressourcehints til `Preconnect` eller `dns-prefetch` kan tilføjes ved at installere og konfigurere [et modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), der leverer faciliteter til ressourcehints for brugeragenter."
2704
2764
  },
2705
2765
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
2706
- "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor."
2766
+ "message": "Sørg for at bruge de indbyggede [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) fra `Drupal`. Brug de responsive billedformater, når du gengiver billedfelter gennem visningstilstande, visninger eller billeder, der uploades via WYSIWYG-redigeringsværktøjet."
2707
2767
  },
2708
2768
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": {
2709
- "message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
2769
+ "message": "Tekstbaserede ressourcer bør vises i komprimeret format (gzip, Deflate eller Brotli), netværkets samlede antal bytes formindskes. Overvej at bruge et CDN, der understøtter dette, eller konfigurere webserveren til at udføre denne handling. [ flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
2710
2770
  },
2711
2771
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
2712
2772
  "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Optimize Fonts` for automatisk at benytte funktionen for prissammenligningstjenesten (CSS) (`font-display`-funktionen), der sikrer, at tekst vises til brugerne, mens der indlæses webfonts."
@@ -3036,7 +3096,7 @@
3036
3096
  "message": "Der er en række WordPress-plugins, som kan hjælpe dig med at [indlejre vigtige aktiver](https://wordpress.org/plugins/search/critical+css/) eller [udskyde mindre vigtige ressourcer](https://wordpress.org/plugins/search/defer+css+javascript/). Vær opmærksom på, at optimeringer via disse plugins kan ødelægge funktioner i dine temaer og plugins. Du bliver derfor sandsynligvis nødt til at foretage kodeændringer."
3037
3097
  },
3038
3098
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
3039
- "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service."
3099
+ "message": "Vælg et simpelt tema (helst et bloktema), og implementer fuld sidecachelagring eller en statisk websiteløsning. Deaktiver unødvendige plugins for at minimere serverbelastningen. Overvej at opgradere din hosting til en administreret eller dedikeret tjeneste."
3040
3100
  },
3041
3101
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
3042
3102
  "message": "Overvej at vise uddrag på dine opslagslister (f.eks. via tagget Mere), reducere antallet af viste opslag på en given side, opdele dine lange opslag i flere sider eller bruge et plugin til at indlæse kommentarer langsomt."