lighthouse 12.8.2-dev.20251004 → 12.8.2-dev.20251006
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.
- package/cli/test/smokehouse/config/exclusions.js +0 -2
- package/core/audits/audit.js +0 -1
- package/core/audits/insights/cls-culprits-insight.js +1 -1
- package/core/audits/insights/dom-size-insight.js +6 -6
- package/core/audits/redirects.js +1 -0
- package/core/audits/server-response-time.d.ts +0 -5
- package/core/audits/server-response-time.js +12 -26
- package/core/computed/metrics/lcp-breakdown.js +1 -0
- package/core/config/default-config.js +20 -63
- package/core/config/experimental-config.js +1 -26
- package/core/config/filters.js +6 -9
- package/core/config/lr-desktop-config.js +0 -1
- package/core/config/lr-mobile-config.js +0 -1
- package/core/gather/gatherers/trace-elements.js +1 -0
- package/core/lib/proto-preprocessor.js +5 -22
- package/dist/report/bundle.esm.js +10 -49
- package/dist/report/flow.js +12 -51
- package/dist/report/standalone.js +11 -50
- package/flow-report/src/i18n/i18n.d.ts +4 -6
- package/package.json +3 -3
- package/report/assets/styles.css +0 -39
- package/report/renderer/api.js +0 -1
- package/report/renderer/category-renderer.js +6 -0
- package/report/renderer/components.js +1 -1
- package/report/renderer/dom.d.ts +0 -13
- package/report/renderer/dom.js +0 -38
- package/report/renderer/performance-category-renderer.d.ts +0 -26
- package/report/renderer/performance-category-renderer.js +10 -142
- package/report/renderer/report-ui-features.d.ts +0 -1
- package/report/renderer/report-ui-features.js +3 -13
- package/report/renderer/report-utils.d.ts +2 -3
- package/report/renderer/report-utils.js +4 -6
- package/report/types/report-renderer.d.ts +0 -6
- package/shared/localization/locales/ar-XB.json +0 -330
- package/shared/localization/locales/ar.json +0 -330
- package/shared/localization/locales/bg.json +0 -330
- package/shared/localization/locales/ca.json +0 -330
- package/shared/localization/locales/cs.json +0 -330
- package/shared/localization/locales/da.json +0 -330
- package/shared/localization/locales/de.json +0 -330
- package/shared/localization/locales/el.json +0 -330
- package/shared/localization/locales/en-GB.json +0 -330
- package/shared/localization/locales/en-US.json +26 -275
- package/shared/localization/locales/en-XA.json +0 -330
- package/shared/localization/locales/en-XL.json +26 -275
- package/shared/localization/locales/es-419.json +0 -330
- package/shared/localization/locales/es.json +0 -330
- package/shared/localization/locales/fi.json +0 -330
- package/shared/localization/locales/fil.json +0 -330
- package/shared/localization/locales/fr.json +0 -330
- package/shared/localization/locales/he.json +0 -330
- package/shared/localization/locales/hi.json +0 -330
- package/shared/localization/locales/hr.json +0 -330
- package/shared/localization/locales/hu.json +0 -330
- package/shared/localization/locales/id.json +0 -330
- package/shared/localization/locales/it.json +0 -330
- package/shared/localization/locales/ja.json +0 -330
- package/shared/localization/locales/ko.json +0 -330
- package/shared/localization/locales/lt.json +0 -330
- package/shared/localization/locales/lv.json +0 -330
- package/shared/localization/locales/nl.json +0 -330
- package/shared/localization/locales/no.json +0 -330
- package/shared/localization/locales/pl.json +0 -330
- package/shared/localization/locales/pt-PT.json +0 -330
- package/shared/localization/locales/pt.json +0 -330
- package/shared/localization/locales/ro.json +0 -330
- package/shared/localization/locales/ru.json +0 -330
- package/shared/localization/locales/sk.json +0 -330
- package/shared/localization/locales/sl.json +0 -330
- package/shared/localization/locales/sr-Latn.json +0 -330
- package/shared/localization/locales/sr.json +0 -330
- package/shared/localization/locales/sv.json +0 -330
- package/shared/localization/locales/ta.json +0 -330
- package/shared/localization/locales/te.json +0 -330
- package/shared/localization/locales/th.json +0 -330
- package/shared/localization/locales/tr.json +0 -330
- package/shared/localization/locales/uk.json +0 -330
- package/shared/localization/locales/vi.json +0 -330
- package/shared/localization/locales/zh-HK.json +0 -330
- package/shared/localization/locales/zh-TW.json +0 -330
- package/shared/localization/locales/zh.json +0 -330
- package/types/artifacts.d.ts +1 -0
- package/types/audit.d.ts +1 -1
- package/types/lhr/settings.d.ts +1 -1
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +0 -45
- package/core/audits/byte-efficiency/duplicated-javascript.js +0 -223
- package/core/audits/byte-efficiency/efficient-animated-content.d.ts +0 -22
- package/core/audits/byte-efficiency/efficient-animated-content.js +0 -93
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +0 -28
- package/core/audits/byte-efficiency/legacy-javascript.js +0 -144
- package/core/audits/byte-efficiency/modern-image-formats.d.ts +0 -38
- package/core/audits/byte-efficiency/modern-image-formats.js +0 -187
- package/core/audits/byte-efficiency/render-blocking-resources.d.ts +0 -53
- package/core/audits/byte-efficiency/render-blocking-resources.js +0 -312
- package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +0 -59
- package/core/audits/byte-efficiency/uses-long-cache-ttl.js +0 -293
- package/core/audits/byte-efficiency/uses-optimized-images.d.ts +0 -33
- package/core/audits/byte-efficiency/uses-optimized-images.js +0 -146
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +0 -16
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -106
- package/core/audits/byte-efficiency/uses-responsive-images.d.ts +0 -44
- package/core/audits/byte-efficiency/uses-responsive-images.js +0 -202
- package/core/audits/byte-efficiency/uses-text-compression.d.ts +0 -14
- package/core/audits/byte-efficiency/uses-text-compression.js +0 -108
- package/core/audits/critical-request-chains.d.ts +0 -44
- package/core/audits/critical-request-chains.js +0 -221
- package/core/audits/dobetterweb/dom-size.d.ts +0 -32
- package/core/audits/dobetterweb/dom-size.js +0 -182
- package/core/audits/dobetterweb/uses-http2.d.ts +0 -72
- package/core/audits/dobetterweb/uses-http2.js +0 -276
- package/core/audits/font-display.d.ts +0 -32
- package/core/audits/font-display.js +0 -195
- package/core/audits/largest-contentful-paint-element.d.ts +0 -34
- package/core/audits/largest-contentful-paint-element.js +0 -181
- package/core/audits/lcp-lazy-loaded.d.ts +0 -22
- package/core/audits/lcp-lazy-loaded.js +0 -115
- package/core/audits/prioritize-lcp-image.d.ts +0 -74
- package/core/audits/prioritize-lcp-image.js +0 -297
- package/core/audits/third-party-summary.d.ts +0 -78
- package/core/audits/third-party-summary.js +0 -236
- package/core/audits/uses-rel-preconnect.d.ts +0 -37
- package/core/audits/uses-rel-preconnect.js +0 -286
- package/core/audits/viewport.d.ts +0 -17
- package/core/audits/viewport.js +0 -87
- package/core/audits/work-during-interaction.d.ts +0 -81
- package/core/audits/work-during-interaction.js +0 -287
|
@@ -647,45 +647,12 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript-Ausführungszeit"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
651
|
-
"message": "Entferne große, doppelt vorhandene JavaScript-Module aus Bundles, um unnötige Datenübertragungen im Netzwerk zu reduzieren."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
654
|
-
"message": "In JavaScript-Bundles doppelt vorhandene Module entfernen"
|
|
655
|
-
},
|
|
656
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
657
|
-
"message": "Große GIF-Dateien sind nur bedingt für die Auslieferung animierter Inhalte geeignet. Du kannst stattdessen MPEG4- oder WebM-Videos für Animationen und PNG oder WebP für statische Bilder verwenden und so die Netzwerkbytes reduzieren. [Weitere Informationen zu effizienten Videoformaten](https://developer.chrome.com/docs/lighthouse/performance/efficient-animated-content/)"
|
|
658
|
-
},
|
|
659
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
660
|
-
"message": "Videoformate für animierte Inhalte verwenden"
|
|
661
|
-
},
|
|
662
|
-
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "Dank Polyfills und Transformationen können veraltete Browser die neuen JavaScript-Funktionen nutzen. Bei modernen Browsern hingegen sind viele davon nicht erforderlich. Du solltest den Build-Prozess deines JavaScripts so anpassen, dass [Baseline](https://web.dev/baseline)-Funktionen nicht transpiliert werden, es sei denn, du weißt, dass du alte Browser unterstützen musst. [Hier erfährst du, warum die meisten Websites ES6+ Code ohne Transpilierung bereitstellen können](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
-
},
|
|
665
|
-
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
-
"message": "Auf der Seite wurde Version 2 von core-js erkannt. Ein Upgrade auf Version 3 bietet viele Leistungsverbesserungen."
|
|
667
|
-
},
|
|
668
|
-
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
669
|
-
"message": "Verhindern, dass in modernen Browsern veraltetes JavaScript bereitgestellt wird"
|
|
670
|
-
},
|
|
671
|
-
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
672
|
-
"message": "Bildformate wie WebP und AVIF bieten oft eine bessere Komprimierung als PNG oder JPEG, wodurch sie schneller heruntergeladen werden und weniger Daten verbrauchen. [Weitere Informationen zu modernen Bildformaten.](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/)"
|
|
673
|
-
},
|
|
674
|
-
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
675
|
-
"message": "Bilder in modernen Formaten bereitstellen"
|
|
676
|
-
},
|
|
677
650
|
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
678
651
|
"message": "Wenn du Lazy Loading für nicht sichtbare und versteckte Bilder verwendest und sie zurückstellst, bis alle wichtigen Ressourcen geladen wurden, kannst du die Zeit bis Interaktivität reduzieren. [Weitere Informationen.](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
679
652
|
},
|
|
680
653
|
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
681
654
|
"message": "Nicht sichtbare Bilder aufschieben"
|
|
682
655
|
},
|
|
683
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
684
|
-
"message": "Ressourcen blockieren den First Paint deiner Seite. Versuche, wichtiges JS und wichtige CSS inline anzugeben und alle nicht kritischen JS und Stile zurückzustellen. [Informationen dazu, wie sich Ressourcen eliminieren lassen, die das Rendering blockieren.](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)"
|
|
685
|
-
},
|
|
686
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
687
|
-
"message": "Ressourcen entfernen, die das Rendering blockieren"
|
|
688
|
-
},
|
|
689
656
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
690
657
|
"message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Informationen zum Verringern der Nutzlastgröße.](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
|
|
691
658
|
},
|
|
@@ -722,48 +689,6 @@
|
|
|
722
689
|
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
723
690
|
"message": "Reduziere nicht verwendetes JavaScript"
|
|
724
691
|
},
|
|
725
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
726
|
-
"message": "Eine lange Verweildauer im Cache kann wiederholte Besuche deiner Seite beschleunigen. [Weitere Informationen zu effizienten Cache-Richtlinien.](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/)"
|
|
727
|
-
},
|
|
728
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
729
|
-
"message": "{itemCount,plural, =1{1 Ressource gefunden}other{# Ressourcen gefunden}}"
|
|
730
|
-
},
|
|
731
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
732
|
-
"message": "Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen"
|
|
733
|
-
},
|
|
734
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
735
|
-
"message": "Verwendet eine effiziente Cache-Richtlinie für statische Inhalte"
|
|
736
|
-
},
|
|
737
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
738
|
-
"message": "Optimierte Bilder werden schneller geladen und verbrauchen weniger mobile Daten. [Informationen zum effizienten Codieren von Bildern.](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
739
|
-
},
|
|
740
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
741
|
-
"message": "Bilder effizient codieren"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
744
|
-
"message": "Tatsächliche Abmessungen"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
747
|
-
"message": "Angezeigte Abmessungen"
|
|
748
|
-
},
|
|
749
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
750
|
-
"message": "Bilder waren größer als die angezeigte Größe"
|
|
751
|
-
},
|
|
752
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
753
|
-
"message": "Bilder entsprachen der angezeigten Größe"
|
|
754
|
-
},
|
|
755
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
756
|
-
"message": "Stelle Bilder bereit, die eine angemessene Größe haben, um mobile Daten zu sparen und die Ladezeit zu verbessern. [Weitere Informationen.](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/)"
|
|
757
|
-
},
|
|
758
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
759
|
-
"message": "Bilder richtig dimensionieren"
|
|
760
|
-
},
|
|
761
|
-
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
762
|
-
"message": "Textbasierte Ressourcen sollten komprimiert (gzip, Deflate oder Brotli) ausgeliefert werden, um die Netzwerkbytes insgesamt zu minimieren. [Weitere Informationen zur Textkomprimierung.](https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/)"
|
|
763
|
-
},
|
|
764
|
-
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
765
|
-
"message": "Textkomprimierung aktivieren"
|
|
766
|
-
},
|
|
767
692
|
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
693
|
"message": "Schweregrad"
|
|
769
694
|
},
|
|
@@ -776,15 +701,6 @@
|
|
|
776
701
|
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
702
|
"message": "Clickjacking mit XFO oder CSP abschwächen"
|
|
778
703
|
},
|
|
779
|
-
"core/audits/critical-request-chains.js | description": {
|
|
780
|
-
"message": "In den unten aufgeführten Ketten kritischer Anfragen kannst du sehen, welche Ressourcen mit einer hohen Priorität geladen werden. Versuche, die Ketten zu kürzen, die Downloadgröße von Ressourcen zu reduzieren oder das Herunterladen unnötiger Ressourcen zurückzustellen, um den Seitenaufbau zu beschleunigen. [Informationen dazu, wie sich das Verketten kritischer Anfragen vermeiden lässt.](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
|
|
781
|
-
},
|
|
782
|
-
"core/audits/critical-request-chains.js | displayValue": {
|
|
783
|
-
"message": "{itemCount,plural, =1{1 Kette gefunden}other{# Ketten gefunden}}"
|
|
784
|
-
},
|
|
785
|
-
"core/audits/critical-request-chains.js | title": {
|
|
786
|
-
"message": "Verkettung kritischer Anfragen vermeiden"
|
|
787
|
-
},
|
|
788
704
|
"core/audits/csp-xss.js | columnDirective": {
|
|
789
705
|
"message": "Anweisung"
|
|
790
706
|
},
|
|
@@ -860,33 +776,6 @@
|
|
|
860
776
|
"core/audits/dobetterweb/doctype.js | title": {
|
|
861
777
|
"message": "Seite verfügt über den HTML-DOCTYPE"
|
|
862
778
|
},
|
|
863
|
-
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
864
|
-
"message": "Statistik"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
867
|
-
"message": "Wert"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/dom-size.js | description": {
|
|
870
|
-
"message": "Ein großes DOM führt zu hoher Arbeitsspeichernutzung, langwierigen [Stilberechnungen](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) und kostspieligen [dynamischen Umbrüchen im Layout](https://developers.google.com/speed/articles/reflow). [Informationen zum Vermeiden eines zu großen DOMs.](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
873
|
-
"message": "{itemCount,plural, =1{1 Element}other{# Elemente}}"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
876
|
-
"message": "Übermäßige DOM-Größe vermeiden"
|
|
877
|
-
},
|
|
878
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
879
|
-
"message": "Maximale DOM-Tiefe"
|
|
880
|
-
},
|
|
881
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
882
|
-
"message": "DOM-Elemente insgesamt"
|
|
883
|
-
},
|
|
884
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
885
|
-
"message": "Maximale Anzahl von untergeordneten Elementen"
|
|
886
|
-
},
|
|
887
|
-
"core/audits/dobetterweb/dom-size.js | title": {
|
|
888
|
-
"message": "Vermeidet eine übermäßige DOM-Größe"
|
|
889
|
-
},
|
|
890
779
|
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
891
780
|
"message": "Wenn Websites den Standort ohne Begründung anfordern, sind Nutzer schnell misstrauisch oder irritiert. Versuche stattdessen, die Anforderung mit einer Nutzeraktion zu verbinden. [Weitere Informationen zur Berechtigung zur Standortbestimmung.](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/)"
|
|
892
781
|
},
|
|
@@ -950,18 +839,6 @@
|
|
|
950
839
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
951
840
|
"message": "Erlaubt Nutzern, Inhalte in Eingabefelder einzufügen"
|
|
952
841
|
},
|
|
953
|
-
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
954
|
-
"message": "Protokoll"
|
|
955
|
-
},
|
|
956
|
-
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
957
|
-
"message": "HTTP/2 bietet gegenüber HTTP/1.1 viele Vorteile, wie z. B. binäre Header und Multiplexverfahren. [Weitere Informationen zu HTTP/2.](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)"
|
|
958
|
-
},
|
|
959
|
-
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
960
|
-
"message": "{itemCount,plural, =1{Ressourcen für 1 Anfrage nicht über HTTP/2 bereitgestellt}other{Ressourcen für # Anfragen nicht über HTTP/2 bereitgestellt}}"
|
|
961
|
-
},
|
|
962
|
-
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
963
|
-
"message": "Verwende HTTP/2"
|
|
964
|
-
},
|
|
965
842
|
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
966
843
|
"message": "Wenn du deine Event-Listener für Tipp- und Mausradbewegungen als `passive` markierst, kannst du damit die Scrollleistung deiner Seite verbessern. [Weitere Informationen zur Verwendung von passiven Event-Listenern.](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
967
844
|
},
|
|
@@ -980,18 +857,6 @@
|
|
|
980
857
|
"core/audits/errors-in-console.js | title": {
|
|
981
858
|
"message": "Es wurden keine Browserfehler in der Konsole protokolliert"
|
|
982
859
|
},
|
|
983
|
-
"core/audits/font-display.js | description": {
|
|
984
|
-
"message": "Nutze das CSS-Feature `font-display`, damit der Text für Nutzer sichtbar ist, während Webfonts geladen werden. [Weitere Informationen zu `font-display`.](https://developer.chrome.com/docs/lighthouse/performance/font-display/)"
|
|
985
|
-
},
|
|
986
|
-
"core/audits/font-display.js | failureTitle": {
|
|
987
|
-
"message": "Darauf achten, dass der Text während der Webfont-Ladevorgänge sichtbar bleibt"
|
|
988
|
-
},
|
|
989
|
-
"core/audits/font-display.js | title": {
|
|
990
|
-
"message": "Der gesamte Text bleibt während der Webfont-Ladevorgänge sichtbar"
|
|
991
|
-
},
|
|
992
|
-
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
993
|
-
"message": "{fontCountForOrigin,plural, =1{Lighthouse konnte den Wert „`font-display`“ für den Ursprung „{fontOrigin}“ nicht automatisch prüfen.}other{Lighthouse konnte die Werte „`font-display`“ für den Ursprung „{fontOrigin}“ nicht automatisch prüfen.}}"
|
|
994
|
-
},
|
|
995
860
|
"core/audits/has-hsts.js | columnDirective": {
|
|
996
861
|
"message": "Anweisung"
|
|
997
862
|
},
|
|
@@ -1088,63 +953,6 @@
|
|
|
1088
953
|
"core/audits/is-on-https.js | warning": {
|
|
1089
954
|
"message": "Zugelassen mit Warnung"
|
|
1090
955
|
},
|
|
1091
|
-
"core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
|
|
1092
|
-
"message": "Prozentanteil des LCP"
|
|
1093
|
-
},
|
|
1094
|
-
"core/audits/largest-contentful-paint-element.js | columnPhase": {
|
|
1095
|
-
"message": "Phasenwinkel"
|
|
1096
|
-
},
|
|
1097
|
-
"core/audits/largest-contentful-paint-element.js | columnTiming": {
|
|
1098
|
-
"message": "Dauer"
|
|
1099
|
-
},
|
|
1100
|
-
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1101
|
-
"message": "Dies ist das größte Inhaltselement, das im Darstellungsbereich angezeigt wird. [Weitere Informationen zum Largest Contentful Paint-Element](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
1102
|
-
},
|
|
1103
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
|
|
1104
|
-
"message": "Ladeverzögerung"
|
|
1105
|
-
},
|
|
1106
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadTime": {
|
|
1107
|
-
"message": "Ladezeit"
|
|
1108
|
-
},
|
|
1109
|
-
"core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
|
|
1110
|
-
"message": "Rendering-Verzögerung"
|
|
1111
|
-
},
|
|
1112
|
-
"core/audits/largest-contentful-paint-element.js | itemTTFB": {
|
|
1113
|
-
"message": "TTFB"
|
|
1114
|
-
},
|
|
1115
|
-
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
|
-
"message": "Largest Contentful Paint-Element"
|
|
1117
|
-
},
|
|
1118
|
-
"core/audits/layout-shifts.js | columnScore": {
|
|
1119
|
-
"message": "Layout-Shift-Ergebnis"
|
|
1120
|
-
},
|
|
1121
|
-
"core/audits/layout-shifts.js | description": {
|
|
1122
|
-
"message": "Dies sind die größten Layout Shifts auf der Seite. Jedes Tabellenelement stellt einen einzelnen Layout Shift dar und zeigt das Element mit der größten Verschiebung. Unter jedem Element sind mögliche Ursachen aufgeführt, die zu einem Layout Shift geführt haben. Einige dieser Layout Shifts sind aufgrund von [Windowing](https://web.dev/articles/cls#what_is_cls) möglicherweise nicht im CLS-Messwert enthalten. [Informationen zur Verbesserung der CLS](https://web.dev/articles/optimize-cls)"
|
|
1123
|
-
},
|
|
1124
|
-
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1125
|
-
"message": "{shiftCount,plural, =1{1 Layout Shift gefunden}other{# Layout Shifts gefunden}}"
|
|
1126
|
-
},
|
|
1127
|
-
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1128
|
-
"message": "Webschriftart geladen"
|
|
1129
|
-
},
|
|
1130
|
-
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1131
|
-
"message": "Eingefügter iFrame"
|
|
1132
|
-
},
|
|
1133
|
-
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1134
|
-
"message": "Medienelement ohne explizite Größe"
|
|
1135
|
-
},
|
|
1136
|
-
"core/audits/layout-shifts.js | title": {
|
|
1137
|
-
"message": "Umfangreiche Layoutverschiebungen vermeiden"
|
|
1138
|
-
},
|
|
1139
|
-
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1140
|
-
"message": "Ohne Scrollen sichtbare Bilder („above the fold“) die mit Lazy Loading geladen werden, werden später im Lebenszyklus der Seite gerendert. Dies kann zu Verzögerungen beim Largest Contentful Paint führen. [Weitere Informationen zum optimalen Lazy Loading.](https://web.dev/articles/lcp-lazy-loading)"
|
|
1141
|
-
},
|
|
1142
|
-
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1143
|
-
"message": "Largest Contentful Paint-Bild wurde mit Lazy Loading geladen"
|
|
1144
|
-
},
|
|
1145
|
-
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1146
|
-
"message": "Largest Contentful Paint-Bild wurde nicht mit Lazy Loading geladen"
|
|
1147
|
-
},
|
|
1148
956
|
"core/audits/long-tasks.js | description": {
|
|
1149
957
|
"message": "Listet die längsten Aufgaben im Hauptthread auf. Das ist nützlich, um die wichtigsten Ursachen für die Eingabeverzögerungen zu ermitteln. [Informationen dazu, wie sich lange Aufgaben im Hauptthread vermeiden lassen](https://web.dev/articles/optimize-long-tasks)"
|
|
1150
958
|
},
|
|
@@ -1205,33 +1013,6 @@
|
|
|
1205
1013
|
"core/audits/network-server-latency.js | title": {
|
|
1206
1014
|
"message": "Server-Backend-Latenzen"
|
|
1207
1015
|
},
|
|
1208
|
-
"core/audits/non-composited-animations.js | description": {
|
|
1209
|
-
"message": "Nicht zusammengesetzte Animationen werden eventuell nicht richtig gerendert und können den CLS-Wert erhöhen. [Informationen dazu, wie sich nicht zusammengefasste Animationen vermeiden lassen](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/non-composited-animations.js | displayValue": {
|
|
1212
|
-
"message": "{itemCount,plural, =1{# animiertes Element gefunden}other{# animierte Elemente gefunden}}"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1215
|
-
"message": "Filterbezogene Property verschiebt möglicherweise Pixel"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1218
|
-
"message": "Ziel hat eine andere Animation, die nicht kompatibel ist"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1221
|
-
"message": "Effekt hat einen zusammengesetzten Modus, der nicht \"replace\" ist"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/non-composited-animations.js | title": {
|
|
1224
|
-
"message": "Nicht zusammengesetzte Animationen vermeiden"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1227
|
-
"message": "Transformationsbezogene Property hängt von Boxgröße ab"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1230
|
-
"message": "{propertyCount,plural, =1{Nicht unterstützte CSS-Property: {properties}}other{Nicht unterstützte CSS-Properties: {properties}}}"
|
|
1231
|
-
},
|
|
1232
|
-
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1233
|
-
"message": "Effekt hat nicht unterstützte Timingparameter"
|
|
1234
|
-
},
|
|
1235
1016
|
"core/audits/origin-isolation.js | columnDirective": {
|
|
1236
1017
|
"message": "Anweisung"
|
|
1237
1018
|
},
|
|
@@ -1250,12 +1031,6 @@
|
|
|
1250
1031
|
"core/audits/origin-isolation.js | title": {
|
|
1251
1032
|
"message": "Mit COOP für die richtige Isolation des Ursprungs sorgen"
|
|
1252
1033
|
},
|
|
1253
|
-
"core/audits/prioritize-lcp-image.js | description": {
|
|
1254
|
-
"message": "Wenn der Seite das LCP-Element dynamisch hinzugefügt wird, solltest du das Bild vorab laden, um den LCP zu verbessern. [Weitere Informationen zum Vorabladen von LCP-Elementen.](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)"
|
|
1255
|
-
},
|
|
1256
|
-
"core/audits/prioritize-lcp-image.js | title": {
|
|
1257
|
-
"message": "Largest Contentful Paint-Bild vorab laden"
|
|
1258
|
-
},
|
|
1259
1034
|
"core/audits/redirects-http.js | description": {
|
|
1260
1035
|
"message": "Achte darauf, den gesamten HTTP-Traffic zu HTTPS weiterzuleiten, damit sichere Webfunktionen für alle Nutzer aktiviert werden. [Weitere Informationen](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/)."
|
|
1261
1036
|
},
|
|
@@ -1265,12 +1040,6 @@
|
|
|
1265
1040
|
"core/audits/redirects-http.js | title": {
|
|
1266
1041
|
"message": "HTTP-Traffic wird auf HTTPS weitergeleitet"
|
|
1267
1042
|
},
|
|
1268
|
-
"core/audits/redirects.js | description": {
|
|
1269
|
-
"message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Informationen zum Vermeiden von Seitenweiterleitungen.](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
|
|
1270
|
-
},
|
|
1271
|
-
"core/audits/redirects.js | title": {
|
|
1272
|
-
"message": "Mehrere Weiterleitungen auf die Seite vermeiden"
|
|
1273
|
-
},
|
|
1274
1043
|
"core/audits/seo/canonical.js | description": {
|
|
1275
1044
|
"message": "Über kanonische Links wird angegeben, welche URL in den Suchergebnissen angezeigt werden soll. [Weitere Informationen zu kanonischen Links.](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
|
|
1276
1045
|
},
|
|
@@ -1388,18 +1157,6 @@
|
|
|
1388
1157
|
"core/audits/seo/robots-txt.js | title": {
|
|
1389
1158
|
"message": "robots.txt ist gültig"
|
|
1390
1159
|
},
|
|
1391
|
-
"core/audits/server-response-time.js | description": {
|
|
1392
|
-
"message": "Achte auf eine möglichst kurze Serverantwortzeit für das Hauptdokument, weil alle anderen Anfragen davon abhängen. [Weitere Informationen zum Messwert „Time to First Byte“.](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
|
|
1393
|
-
},
|
|
1394
|
-
"core/audits/server-response-time.js | displayValue": {
|
|
1395
|
-
"message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms"
|
|
1396
|
-
},
|
|
1397
|
-
"core/audits/server-response-time.js | failureTitle": {
|
|
1398
|
-
"message": "Erstreaktionszeit des Servers verringern"
|
|
1399
|
-
},
|
|
1400
|
-
"core/audits/server-response-time.js | title": {
|
|
1401
|
-
"message": "Kurze Erstreaktionszeit des Servers"
|
|
1402
|
-
},
|
|
1403
1160
|
"core/audits/third-party-cookies.js | description": {
|
|
1404
1161
|
"message": "Drittanbieter-Cookies werden möglicherweise in bestimmten Kontexten blockiert. [Weitere Informationen zur Vorbereitung auf Einschränkungen für Drittanbieter-Cookies](https://privacysandbox.google.com/cookies/prepare/overview)"
|
|
1405
1162
|
},
|
|
@@ -1412,21 +1169,6 @@
|
|
|
1412
1169
|
"core/audits/third-party-cookies.js | title": {
|
|
1413
1170
|
"message": "Vermeidet Drittanbieter-Cookies"
|
|
1414
1171
|
},
|
|
1415
|
-
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1416
|
-
"message": "Drittanbieter"
|
|
1417
|
-
},
|
|
1418
|
-
"core/audits/third-party-summary.js | description": {
|
|
1419
|
-
"message": "Code von Drittanbietern kann die Ladegeschwindigkeit erheblich beeinträchtigen. Beschränke die Zahl redundanter Drittanbieter und versuche, solchen Code erst zu laden, nachdem die Seite vollständig geladen wurde. [Informationen dazu, wie sich die Auswirkungen von Drittanbietercode minimieren lassen.](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)"
|
|
1420
|
-
},
|
|
1421
|
-
"core/audits/third-party-summary.js | displayValue": {
|
|
1422
|
-
"message": "Code von Drittanbietern hat den Hauptthread {timeInMs, number, milliseconds} ms lang blockiert"
|
|
1423
|
-
},
|
|
1424
|
-
"core/audits/third-party-summary.js | failureTitle": {
|
|
1425
|
-
"message": "Die Auswirkungen von Drittanbieter-Code minimieren"
|
|
1426
|
-
},
|
|
1427
|
-
"core/audits/third-party-summary.js | title": {
|
|
1428
|
-
"message": "Drittanbieternutzung minimieren"
|
|
1429
|
-
},
|
|
1430
1172
|
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1431
1173
|
"message": "Schweregrad"
|
|
1432
1174
|
},
|
|
@@ -1439,15 +1181,6 @@
|
|
|
1439
1181
|
"core/audits/trusted-types-xss.js | title": {
|
|
1440
1182
|
"message": "DOM-basiertes XSS-Angriffe mit vertrauenswürdigen Typen reduzieren"
|
|
1441
1183
|
},
|
|
1442
|
-
"core/audits/unsized-images.js | description": {
|
|
1443
|
-
"message": "Lege eine explizite Breite und Höhe für Bildelemente fest, um Layoutverschiebungen zu reduzieren und den CLS-Wert zu verbessern. [Informationen zum Festlegen von Bildabmessungen](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1444
|
-
},
|
|
1445
|
-
"core/audits/unsized-images.js | failureTitle": {
|
|
1446
|
-
"message": "Bildelemente haben keine explizite `width` und `height`"
|
|
1447
|
-
},
|
|
1448
|
-
"core/audits/unsized-images.js | title": {
|
|
1449
|
-
"message": "Bildelemente haben eine explizite `width` und `height`"
|
|
1450
|
-
},
|
|
1451
1184
|
"core/audits/user-timings.js | columnType": {
|
|
1452
1185
|
"message": "Typ"
|
|
1453
1186
|
},
|
|
@@ -1460,21 +1193,6 @@
|
|
|
1460
1193
|
"core/audits/user-timings.js | title": {
|
|
1461
1194
|
"message": "Markierungen und Messungen für das Nutzertiming"
|
|
1462
1195
|
},
|
|
1463
|
-
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1464
|
-
"message": "Für {securityOrigin} wurde ein `<link rel=preconnect>` gefunden, das jedoch nicht vom Browser verwendet wurde. Sieh nach, ob das `crossorigin`-Attribut richtig verwendet wird."
|
|
1465
|
-
},
|
|
1466
|
-
"core/audits/uses-rel-preconnect.js | description": {
|
|
1467
|
-
"message": "Mithilfe von Hinweisen auf Ressourcen wie `preconnect` oder `dns-prefetch` lassen sich frühzeitig Verbindungen zu wichtigen Drittanbieterursprüngen herstellen. [Informationen zum Vorverbinden mit erforderlichen Ursprüngen.](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)"
|
|
1468
|
-
},
|
|
1469
|
-
"core/audits/uses-rel-preconnect.js | title": {
|
|
1470
|
-
"message": "Vorverbindung zu erforderlichen Ursprüngen aufbauen"
|
|
1471
|
-
},
|
|
1472
|
-
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1473
|
-
"message": "Es wurden mehr als zwei `<link rel=preconnect>`-Links gefunden. Diese Links sollten aber sparsam und nur zu den wichtigsten Ursprüngen gesetzt werden."
|
|
1474
|
-
},
|
|
1475
|
-
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1476
|
-
"message": "Für {securityOrigin} wurde ein `<link rel=preconnect>` gefunden, das jedoch nicht vom Browser verwendet wurde. Erstelle nur ein `preconnect` zu wichtigen Quellen, die von der Webseite auf jeden Fall abgefragt werden."
|
|
1477
|
-
},
|
|
1478
1196
|
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1479
1197
|
"message": "Zuordnungs-URL"
|
|
1480
1198
|
},
|
|
@@ -1493,42 +1211,6 @@
|
|
|
1493
1211
|
"core/audits/valid-source-maps.js | title": {
|
|
1494
1212
|
"message": "Seite hat gültige Quellzuordnungen"
|
|
1495
1213
|
},
|
|
1496
|
-
"core/audits/viewport.js | description": {
|
|
1497
|
-
"message": "Ein `<meta name=\"viewport\">` optimiert deine App für Bildschirmgrößen von Mobilgeräten und verhindert darüber hinaus [300-Millisekunden-Verzögerungen bei Nutzereingaben](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Weitere Informationen zur Verwendung des Darstellungsbereich-Meta-Tags.](https://developer.chrome.com/docs/lighthouse/pwa/viewport/)"
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/viewport.js | explanationNoTag": {
|
|
1500
|
-
"message": "Kein `<meta name=\"viewport\">`-Tag gefunden"
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/viewport.js | failureTitle": {
|
|
1503
|
-
"message": "Hat kein `<meta name=\"viewport\">`-Tag mit `width` oder `initial-scale`"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/viewport.js | title": {
|
|
1506
|
-
"message": "Hat ein `<meta name=\"viewport\">`-Tag mit `width` oder `initial-scale`"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/work-during-interaction.js | description": {
|
|
1509
|
-
"message": "Dies sind die Aufgaben zur Blockierung des Threads, die beim Erfassen des Messwerts „Interaction to Next Paint“ ausgeführt werden. [Weitere Informationen zum Messwert „Interaction to Next Paint“.](https://web.dev/articles/inp)"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/work-during-interaction.js | displayValue": {
|
|
1512
|
-
"message": "{timeInMs, number, milliseconds} ms für {interactionType}-Ereignis benötigt"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1515
|
-
"message": "Ereignisziel"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/work-during-interaction.js | failureTitle": {
|
|
1518
|
-
"message": "Aufwand während der Hauptinteraktion minimieren"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/work-during-interaction.js | inputDelay": {
|
|
1521
|
-
"message": "Eingabeverzögerung"
|
|
1522
|
-
},
|
|
1523
|
-
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1524
|
-
"message": "Verzögerung bei der Präsentation"
|
|
1525
|
-
},
|
|
1526
|
-
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1527
|
-
"message": "Verarbeitungsdauer"
|
|
1528
|
-
},
|
|
1529
|
-
"core/audits/work-during-interaction.js | title": {
|
|
1530
|
-
"message": "Minimiert den Aufwand während der Hauptinteraktion"
|
|
1531
|
-
},
|
|
1532
1214
|
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1533
1215
|
"message": "Anhand dieser Möglichkeiten kannst du die Nutzung von ARIA in deiner Anwendung verbessern, wovon Nutzer von Hilfstechnologien wie Screenreadern unter Umständen profitieren."
|
|
1534
1216
|
},
|
|
@@ -3359,9 +3041,6 @@
|
|
|
3359
3041
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
|
|
3360
3042
|
"message": "Du kannst [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) aktivieren, um deine Bilder vorzeitig optimieren zu lassen und dafür zu sorgen, dass sie mit den Abmessungen der Container auf allen Geräten übereinstimmen, auf denen sie angezeigt werden."
|
|
3361
3043
|
},
|
|
3362
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
|
|
3363
|
-
"message": "Du kannst [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack verwenden, um die Größe der Dateien, die an den Browser gesendet werden, zu reduzieren."
|
|
3364
|
-
},
|
|
3365
3044
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3366
3045
|
"message": "Du kannst die Komponente „`nuxt/image`“ verwenden und „`format=\"webp\"`“ festlegen. [Weitere Informationen](https://image.nuxt.com/usage/nuxt-img#format)"
|
|
3367
3046
|
},
|
|
@@ -3584,15 +3263,9 @@
|
|
|
3584
3263
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3585
3264
|
"message": "Problem melden"
|
|
3586
3265
|
},
|
|
3587
|
-
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3588
|
-
"message": "Zurück zu Prüfungen"
|
|
3589
|
-
},
|
|
3590
3266
|
"report/renderer/report-utils.js | hide": {
|
|
3591
3267
|
"message": "Ausblenden"
|
|
3592
3268
|
},
|
|
3593
|
-
"report/renderer/report-utils.js | insightsNotice": {
|
|
3594
|
-
"message": "Im Laufe des Jahres werden die Leistungsprüfungen durch Statistiken ersetzt. [Hier findest du weitere Informationen und kannst Feedback geben.](https://github.com/GoogleChrome/lighthouse/discussions/16462)"
|
|
3595
|
-
},
|
|
3596
3269
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3597
3270
|
"message": "Labdaten"
|
|
3598
3271
|
},
|
|
@@ -3692,9 +3365,6 @@
|
|
|
3692
3365
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3693
3366
|
"message": "Einige Probleme haben diese Ausführung von Lighthouse beeinträchtigt:"
|
|
3694
3367
|
},
|
|
3695
|
-
"report/renderer/report-utils.js | tryInsights": {
|
|
3696
|
-
"message": "Statistiken ausprobieren"
|
|
3697
|
-
},
|
|
3698
3368
|
"report/renderer/report-utils.js | unattributable": {
|
|
3699
3369
|
"message": "Nicht zuordenbar"
|
|
3700
3370
|
},
|