lighthouse 12.8.2-dev.20251006 → 12.8.2-dev.20251008
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/core/audits/insights/dom-size-insight.js +5 -1
- package/core/audits/insights/font-display-insight.js +3 -1
- package/core/audits/insights/insight-audit.d.ts +4 -2
- package/core/audits/insights/insight-audit.js +22 -3
- package/core/audits/predictive-perf.js +2 -2
- package/core/audits/redirects.js +0 -1
- package/core/audits/seo/crawlable-anchors.js +2 -3
- package/core/computed/metrics/lcp-breakdown.d.ts +10 -5
- package/core/computed/metrics/lcp-breakdown.js +50 -23
- package/core/computed/metrics/time-to-first-byte.js +33 -10
- package/core/computed/metrics/timing-summary.js +3 -2
- package/core/config/default-config.js +0 -12
- package/core/gather/gatherers/anchor-elements.js +8 -24
- package/core/gather/gatherers/inspector-issues.js +1 -28
- package/core/gather/gatherers/trace-elements.d.ts +0 -9
- package/core/gather/gatherers/trace-elements.js +0 -36
- package/core/lib/network-request.d.ts +0 -7
- package/core/lib/network-request.js +0 -16
- package/package.json +2 -4
- package/shared/localization/locales/ar-XB.json +20 -38
- package/shared/localization/locales/ar.json +20 -38
- package/shared/localization/locales/bg.json +9 -27
- package/shared/localization/locales/ca.json +9 -27
- package/shared/localization/locales/cs.json +9 -27
- package/shared/localization/locales/da.json +9 -27
- package/shared/localization/locales/de.json +9 -27
- package/shared/localization/locales/el.json +9 -27
- package/shared/localization/locales/en-GB.json +9 -27
- package/shared/localization/locales/en-US.json +18 -45
- package/shared/localization/locales/en-XA.json +0 -27
- package/shared/localization/locales/en-XL.json +18 -45
- package/shared/localization/locales/es-419.json +9 -27
- package/shared/localization/locales/es.json +9 -27
- package/shared/localization/locales/fi.json +9 -27
- package/shared/localization/locales/fil.json +9 -27
- package/shared/localization/locales/fr.json +9 -27
- package/shared/localization/locales/he.json +31 -49
- package/shared/localization/locales/hi.json +9 -27
- package/shared/localization/locales/hr.json +9 -27
- package/shared/localization/locales/hu.json +9 -27
- package/shared/localization/locales/id.json +9 -27
- package/shared/localization/locales/it.json +9 -27
- package/shared/localization/locales/ja.json +9 -27
- package/shared/localization/locales/ko.json +10 -28
- package/shared/localization/locales/lt.json +9 -27
- package/shared/localization/locales/lv.json +10 -28
- package/shared/localization/locales/nl.json +9 -27
- package/shared/localization/locales/no.json +9 -27
- package/shared/localization/locales/pl.json +9 -27
- package/shared/localization/locales/pt-PT.json +9 -27
- package/shared/localization/locales/pt.json +9 -27
- package/shared/localization/locales/ro.json +10 -28
- package/shared/localization/locales/ru.json +9 -27
- package/shared/localization/locales/sk.json +9 -27
- package/shared/localization/locales/sl.json +9 -27
- package/shared/localization/locales/sr-Latn.json +9 -27
- package/shared/localization/locales/sr.json +9 -27
- package/shared/localization/locales/sv.json +9 -27
- package/shared/localization/locales/ta.json +9 -27
- package/shared/localization/locales/te.json +10 -28
- package/shared/localization/locales/th.json +9 -27
- package/shared/localization/locales/tr.json +9 -27
- package/shared/localization/locales/uk.json +9 -27
- package/shared/localization/locales/vi.json +9 -27
- package/shared/localization/locales/zh-HK.json +9 -27
- package/shared/localization/locales/zh-TW.json +10 -28
- package/shared/localization/locales/zh.json +9 -27
- package/tsconfig.json +0 -3
- package/types/artifacts.d.ts +4 -43
- package/core/audits/byte-efficiency/offscreen-images.d.ts +0 -63
- package/core/audits/byte-efficiency/offscreen-images.js +0 -240
- package/core/audits/dobetterweb/no-document-write.d.ts +0 -16
- package/core/audits/dobetterweb/no-document-write.js +0 -86
- package/core/audits/dobetterweb/uses-passive-event-listeners.d.ts +0 -16
- package/core/audits/dobetterweb/uses-passive-event-listeners.js +0 -69
- package/core/audits/metrics/first-meaningful-paint.d.ts +0 -12
- package/core/audits/metrics/first-meaningful-paint.js +0 -47
- package/core/computed/critical-request-chains.d.ts +0 -42
- package/core/computed/critical-request-chains.js +0 -143
- package/core/computed/viewport-meta.d.ts +0 -37
- package/core/computed/viewport-meta.js +0 -71
- package/core/gather/gatherers/cache-contents.d.ts +0 -11
- package/core/gather/gatherers/cache-contents.js +0 -56
- package/core/gather/gatherers/dobetterweb/domstats.d.ts +0 -10
- package/core/gather/gatherers/dobetterweb/domstats.js +0 -102
- package/core/gather/gatherers/dobetterweb/optimized-images.d.ts +0 -48
- package/core/gather/gatherers/dobetterweb/optimized-images.js +0 -169
- package/core/gather/gatherers/dobetterweb/response-compression.d.ts +0 -23
- package/core/gather/gatherers/dobetterweb/response-compression.js +0 -136
- package/types/internal/metaviewport-parser.d.ts +0 -13
- package/types/internal/parse-cache-control.d.ts +0 -20
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Waktu eksekusi JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Sebaiknya lakukan pemuatan lambat di balik layar dan gambar tersembunyi setelah semua resource penting selesai dimuat guna mengurangi waktu untuk interaktif. [Pelajari cara menunda gambar di balik layar](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Tunda gambar di balik layar"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Payload jaringan yang besar menimbulkan biaya yang tinggi bagi pengguna dan berkorelasi erat dengan waktu pemuatan yang lama. [Pelajari cara mengurangi ukuran payload](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Library JavaScript yang terdeteksi"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Untuk pengguna dengan koneksi lambat, skrip eksternal yang secara dinamis dimasukkan melalui `document.write()` dapat menunda pemuatan halaman selama puluhan detik. [Pelajari cara menghindari document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Hindari `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Menghindari `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Pengguna tidak percaya atau bingung dengan situs yang meminta untuk mengirim pemberitahuan tanpa konteks. Sebaiknya kaitkan permintaan dengan gestur pengguna. [Pelajari lebih lanjut cara mendapatkan izin untuk notifikasi secara bertanggung jawab](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Mengizinkan pengguna menempelkan konten ke kolom input"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Sebaiknya tandai pemroses peristiwa sentuh dan scroll sebagai `passive` untuk meningkatkan kualitas performa scroll halaman Anda. [Pelajari lebih lanjut cara menggunakan pemroses peristiwa pasif](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Tidak menggunakan pemroses pasif untuk menyempurnakan performa scroll"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Menggunakan pemroses pasif untuk menyempurnakan performa scroll"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Error yang dicatat di konsol menunjukkan masalah yang belum terselesaikan. Error dapat berasal dari permintaan jaringan yang gagal dan masalah browser lainnya. [Pelajari lebih lanjut error ini dalam audit diagnostik konsol](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "First Contentful Paint menandai waktu saat teks atau gambar pertama di-paint. [Pelajari lebih lanjut metrik First Contentful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "First Meaningful Paint mengukur waktu saat konten utama halaman terlihat. [Pelajari lebih lanjut metrik First Meaningful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Interaction to Next Paint mengukur responsivitas halaman, yaitu waktu yang diperlukan halaman untuk merespons input pengguna secara jelas. [Pelajari lebih lanjut metrik Interaction to Next Paint](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "Halaman dengan WebRTC tidak dapat disimpan dalam back-forward cache."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "Back-forward cache dinonaktifkan karena WebRTC telah digunakan."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "Halaman yang menggunakan WebShare saat ini tidak dapat disimpan dengan benar dalam back-forward cache."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "Halaman dengan WebSocket tidak dapat disimpan dalam back-forward cache."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "Back-forward cache dinonaktifkan karena WebSocket telah digunakan."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "Halaman dengan WebTransport tidak dapat disimpan dalam back-forward cache."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "Back-forward cache dinonaktifkan karena WebTransport telah digunakan."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "Halaman yang menggunakan WebXR saat ini tidak dapat disimpan dengan benar dalam back-forward cache."
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Tempo di esecuzione JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Potresti usare il caricamento lento per le immagini fuori schermo e nascoste al termine del caricamento di tutte le risorse fondamentali per ridurre il Tempo all'interattività. [Scopri come rimandare le immagini fuori schermo](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Rimanda immagini fuori schermo"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "I payload di rete di grandi dimensioni comportano costi reali per gli utenti e sono strettamente correlati a lunghi tempi di caricamento. [Scopri come ridurre le dimensioni dei payload](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Librerie JavaScript rilevate"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Per gli utenti con connessioni lente, gli script esterni inseriti in modo dinamico tramite `document.write()` potrebbero ritardare il caricamento pagina di decine di secondi. [Scopri come evitare document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Evita `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Evita `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Gli utenti sono sospettosi nei confronti dei siti che chiedono di inviare notifiche senza contesto o sono confusi da questi siti. Potresti associare la richiesta ai gesti dell'utente. [Scopri di più su come ottenere responsabilmente un'autorizzazione per le notifiche](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Consente agli utenti di incollare contenuti nei campi di immissione"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Potresti contrassegnare i listener di eventi di tocco e rotellina come `passive` per migliorare le prestazioni di scorrimento della pagina. [Scopri di più sull'utilizzo di listener di eventi passivi](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Non usa listener passivi per migliorare le prestazioni dello scorrimento"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Usa listener passivi per migliorare le prestazioni dello scorrimento"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Gli errori registrati nella console indicano la presenza di problemi irrisolti. Questi errori potrebbero riguardare richieste di rete non andate a buon fine e altri problemi del browser. [Scopri di più su questi errori nel controllo diagnostico della console](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "First Contentful Paint indica il momento in cui vengono visualizzati il primo testo o la prima immagine. [Scopri di più sulla metrica First Contentful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "La metrica First Meaningful Paint indica quando diventano visibili i contenuti principali di una pagina. [Scopri di più sulla metrica First Meaningful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "L'interazione con Next Paint misura l'adattabilità della pagina, il tempo necessario alla pagina per rispondere in modo visibile all'input utente. [Scopri di più sulla metrica Interaction to Next Paint](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "Le pagine con WebRTC non possono essere memorizzate nella cache back-forward."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebRTC."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "Al momento le pagine che utilizzano WebShare non possono essere memorizzate nella cache back-forward."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "Le pagine con WebSocket non possono essere memorizzate nella cache back-forward."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebSocket."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "Le pagine con WebTransport non possono essere memorizzate nella cache back-forward."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebTransport."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "Al momento le pagine che utilizzano WebXR non possono essere memorizzate nella cache back-forward."
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript の実行にかかる時間"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "オフスクリーンの非表示の画像は、重要なリソースをすべて読み込んだ後に遅れて読み込むようにして、操作可能になるまでの時間を短縮することをご検討ください。[オフスクリーンの画像を保留する方法の詳細](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "オフスクリーン画像の遅延読み込み"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "ネットワーク ペイロードのサイズが大きいと、ユーザーの金銭的負担が大きくなり、多くの場合、読み込み時間が長くなります。[ペイロード サイズを小さくする方法の詳細](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "JavaScript ライブラリが検出されました"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "接続速度が遅い環境のユーザーの場合、`document.write()` で動的に挿入される外部スクリプトによってページの読み込みが数十秒遅れる可能性があります。[document.write() を回避する方法の詳細](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)"
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "`document.write()` を使用しない"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "`document.write()` は使用されていません"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "サイトから脈絡なしに通知の送信許可を求められると、ユーザーは不信感を抱き、困惑します。リクエストはユーザーの操作と関連付けて行うようにしてください。[通知の許可を責任を持って取得する方法の詳細](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)"
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "ユーザーは入力フィールドに貼り付けできます"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "ページのスクロール パフォーマンスを高めるには、touch および wheel イベント リスナーを `passive` として指定することをご検討ください。[パッシブ イベント リスナーの採用についての詳細](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "スクロール パフォーマンスを高める受動的なリスナーが使用されていません"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "スクロール パフォーマンスを高める受動的なリスナーが使用されています"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "コンソールに記録されたエラーは未解決の問題を表します。これらはネットワーク リクエストの失敗や他のブラウザの問題が原因で表示される可能性があります。[コンソールの診断監査でのこのエラーの詳細](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "First Contentful Paint は、テキストまたは画像が初めてペイントされるまでにかかった時間です。[First Contentful Paint の指標の詳細](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "First Meaningful Paint は、ページの主要なコンテンツが可視化されるまでにかかった時間です。[First Meaningful Paint の指標の詳細](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Interaction to Next Paint は、ページの応答性、ユーザーの入力に対してページが視覚的に応答するまでの時間を測定します。[Interaction to Next Paint 指標の詳細](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "WebRTC を使用するページは、バックフォワード キャッシュに保存できません。"
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "バックフォワード キャッシュは、WebRTC が使用されているため無効になっています。"
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "WebShare を使用するページは、現時点ではバックフォワード キャッシュの対象になりません。"
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "WebSocket を使用するページはバックフォワード キャッシュに保存できません。"
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "バックフォワード キャッシュは、WebSocket が使用されているため無効になっています。"
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "WebTransport を使用するページはバックフォワード キャッシュに保存できません。"
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "バックフォワード キャッシュは、WebTransport が使用されているため無効になっています。"
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "WebXR を使用するページは、現時点ではバックフォワード キャッシュの対象になりません。"
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "자바스크립트 실행 시간"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "중요한 리소스의 로드가 모두 완료된 후에는 오프스크린 및 숨겨진 이미지를 지연 로드함으로써 상호작용 시작 시간을 줄이는 것이 좋습니다. [오프스크린 이미지 지연 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "오프스크린 이미지 지연하기"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "네트워크 페이로드가 커지면 사용자에게 실제 비용 부담이 되며 로드 시간이 길어질 수 있습니다. [페이로드 크기를 줄이는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "감지된 JavaScript 라이브러리"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "연결이 느린 사용자의 경우 `document.write()`에서 동적으로 삽입된 외부 스크립트로 인해 페이지 로드가 몇십 초까지 지연될 수 있습니다. [document.write()를 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)"
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "`document.write()` 피하기"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "`document.write()` 지양하기"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "사용자가 컨텍스트 없이 알림 전송을 요청한 사이트를 신뢰할 수 없거나 이로 인해 혼란스러운 상태입니다. 대신 사용자 동작에 대한 요청 입력을 고려해 보세요. [책임감 있는 방식으로 알림 권한을 받는 방법 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)"
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "사용자가 입력란에 붙여넣을 수 있도록 허용"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "터치 및 휠 이벤트 리스너를 `passive`로 표시하면 페이지 스크롤 성능을 개선할 수 있습니다. [패시브 이벤트 리스너 채택에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "스크롤 성능 개선에 패시브 리스너를 사용하지 않음"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "스크롤 성능 개선에 패시브 리스너 사용"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "콘솔에 로그된 오류는 해결되지 않은 문제를 의미합니다. 네트워크 요청 실패를 비롯한 기타 브라우저 문제로 인해 발생할 수 있습니다. [콘솔 진단 감사에서 이 오류에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "콘텐츠가 포함된 첫 페인트는 첫 번째 텍스트 또는 이미지가 표시되는 시간을 나타냅니다. [콘텐츠가 포함된 첫 페인트 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "유의미한 첫 페인트는 페이지의 기본 콘텐츠가 표시되는 경우를 측정합니다. [유의미한 첫 페인트 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Interaction to Next Paint(다음 페인트와의 상호작용)은 페이지 응답성, 즉 페이지가 사용자 입력에 시각적으로 반응하는 데 걸리는 시간을 측정합니다. [Interaction to Next Paint(다음 페인트와의 상호작용) 측정항목에 관해 자세히 알아보기](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -2346,7 +2319,7 @@
|
|
|
2346
2319
|
"message": "CSS 선택자 비용"
|
|
2347
2320
|
},
|
|
2348
2321
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2349
|
-
"message": "상위 선택자
|
|
2322
|
+
"message": "상위 선택자 경과 시간"
|
|
2350
2323
|
},
|
|
2351
2324
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2352
2325
|
"message": "상위 선택자 일치 시도"
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "WebRTC가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "WebRTC가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "WebShare를 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "WebSocket이 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "WebSocket이 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "WebTransport가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "WebTransport가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "WebXR을 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "„JavaScript“ vykdymo laikas"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Apsvarstykite galimybę įkelti ne ekraninius ir paslėptus vaizdus tik tada, kai bus įkelti visi svarbiausi ištekliai, kad sutrumpėtų laikas iki sąveikos. [Sužinokite, kaip atidėti ne ekraninius vaizdus](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Atidėkite ne ekraninius vaizdus"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Naudotojai turi mokėti už dideles tinklo naudingąsias apkrovas, be to, jos glaudžiai susijusios su ilgu įkėlimo laiku. [Sužinokite, kaip sumažinti naudingąją apkrovą](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Aptikta „JavaScript“ bibliotekų"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Esant lėtam ryšiui, išoriniai scenarijai, dinamiškai įterpiami naudojant „`document.write()`“, gali atidėti puslapio įkėlimą dešimtimis sekundžių. [Sužinokite, kaip išvengti „document.write()“](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "„`document.write()`“ vengimas"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Vengiama naudoti „`document.write()`“"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Naudotojai gali būti įtarūs arba sumišę, jei svetainėse bus prašoma suteikti pranešimų leidimą be jokio konteksto. Vietoj to apsvarstykite galimybę susieti užklausą su naudotojų gestais. [Sužinokite daugiau apie tai, kaip atsakingai gauti pranešimų leidimus](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Naudotojams leidžiama įklijuoti turinį į įvesties laukus"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Apsvarstykite galimybę pažymėti lietimo ir pelės ratuko sukimo įvykių apdorojimo priemones kaip „`passive`“, kad pagerintumėte puslapio slinkimo našumą. [Sužinokite daugiau apie pasyvių įvykių apdorojimo priemonių pritaikymą](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Nenaudojamos pasyvios apdorojimo priemonės siekiant pagerinti slinkimo našumą"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Naudojamos pasyvios apdorojimo priemonės siekiant pagerinti slinkimo našumą"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Pulte užregistruotos klaidos nurodo, kad esama neišspręstų problemų. Jos galėjo kilti nepavykus pateikti tinklo užklausų arba dėl kitų naršyklės problemų. [Sužinokite daugiau apie šias klaidas pulto diagnostikos audito skiltyje](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "Pirmas turiningas žymėjimas nurodo laiką, kada pažymimas pirmasis tekstas ar vaizdas. [Sužinokite daugiau apie pirmo turiningo žymėjimo metriką](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "Pirmasis reikšmingas parodymas nurodo, kada parodomas pagrindinis puslapio turinys. [Sužinokite daugiau apie pirmojo reikšmingo parodymo metriką](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Laikas nuo sąveikos iki kito žymėjimo įvertina puslapio atsako laiką: kiek laiko praeina, kol matomas puslapio atsakas į naudotojo įvestį. [Sužinokite daugiau apie laiką nuo sąveikos iki kito žymėjimo](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "Puslapiams su „WebRTC“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebRTC“."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "Puslapiams, kuriuose naudojama „WebShare“, šiuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "Puslapiams su „WebSocket“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebSocket“."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "Puslapiams su „WebTransport“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebTransport“."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "Puslapiams, kuriuose naudojama „WebXR“, šiuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript izpildes laiks"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Lai samazinātu laiku līdz interaktivitātei, ārpus ekrāna attēlus un paslēptos attēlus ar lēnu ielādi ieteicams atlikt līdz visu svarīgo resursu ielādes pabeigšanai. [Uzziniet, kā atlikt ārpus ekrāna esošus attēlus](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Ārpus ekrāna esošo attēlu atlikšana"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Lielas tīkla lietderīgās slodzes izmaksā lietotājiem īstu naudu un ir cieši saistītas ar ilgu ielādes laiku. [Uzziniet, kā samazināt lietderīgo slodzi](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Noteiktās JavaScript bibliotēkas"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Lietotājiem, kuriem ir lēns savienojums, ārējie skripti, kas ir dinamiski ievadīti, izmantojot metodi “`document.write()`”, var ievērojami aizkavēt lapas ielādi. [Uzziniet, kā izvairīties no metodes “document.write()”](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Izvairieties no: `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Netiek izmantots elements “`document.write()`”"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Lietotājus mulsina un viņiem nerada uzticību vietnes, kas pieprasa sūtīt paziņojumus bez konteksta. Tā vietā ieteicams saistīt pieprasījumu ar lietotāja žestiem. [Uzziniet vairāk par atbildīgu paziņojumu atļaujas saņemšanu](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Ļauj lietotājiem ielīmēt saturu ievades laukos"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Lai uzlabotu savas lapas ritināšanas veiktspēju, ieteicams atzīmēt pieskārienu un peles ritenīša notikumu uztvērējus kā “`passive`”. [Uzziniet vairāk par pasīvo notikumu uztvērēju ieviešanu](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Netiek izmantoti pasīvie klausītāji, lai uzlabotu ritināšanas veiktspēju"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Tiek izmantoti pasīvie klausītāji, lai uzlabotu ritināšanas veiktspēju"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Konsolē reģistrētās kļūdas norāda uz neatrisinātām problēmām. Tās var rasties no tīkla pieprasījuma kļūmēm un citām pārlūka problēmām. [Uzziniet vairāk par šīm kļūdām konsoles diagnostikas pārbaudē](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)."
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "Rādītājs “First Contentful Paint” ataino laiku, kad tiek atveidots pirmais teksts vai attēls. [Uzziniet vairāk par rādītāju “First Contentful Paint”](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "Rādītājs “Pirmais nozīmīgais satura atveidojums” ataino, kad kļūst redzams lapas galvenais saturs. [Uzziniet vairāk par rādītāju “Pirmais nozīmīgais satura atveidojums”](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Interaction to Next Paint nosaka lapas atbildi — laiku, kas lapai nepieciešams, lai redzami reaģētu uz lietotāja ievadi. [Uzziniet vairāk par rādītāju “Interaction to Next Paint”](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -2103,7 +2076,7 @@
|
|
|
2103
2076
|
"message": "Piespiedu plūduma pārkārtošana rodas, kad JavaScript pieprasa ģeometriskos parametrus (piemēram, offsetWidth) pēc tam, kad stili tiek atzīti par nederīgiem, mainot DOM stāvokli. Tā rezultātā var pasliktināties veiktspēja. Uzziniet vairāk par [piespiedu plūduma pārkārtošanu](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) un iespējamiem novēršanas pasākumiem."
|
|
2104
2077
|
},
|
|
2105
2078
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | relatedStackTrace": {
|
|
2106
|
-
"message": "Steka
|
|
2079
|
+
"message": "Steka trasēšana"
|
|
2107
2080
|
},
|
|
2108
2081
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | title": {
|
|
2109
2082
|
"message": "Plūduma piespiedu pārkārtošana"
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "Lapas, kurās tiek izmantota saskarne WebRTC, nevar pilnīgi saglabāt kešatmiņā."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebRTC."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "Lapas, kurās tiek izmantots starpniekserveris WebShare, pašlaik nav piemērotas pilnīgai saglabāšanai kešatmiņā."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "Lapas, kurās tiek izmantots protokols WebSocket, nevar pilnīgi saglabāt kešatmiņā."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebSocket."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "Lapas, kurās tiek izmantota saskarne WebTransport, nevar pilnīgi saglabāt kešatmiņā."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebTransport."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "Lapas, kurās tiek izmantota saskarne WebXR, pašlaik nav piemērotas pilnīgai saglabāšanai kešatmiņā."
|
|
2740
2722
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript-uitvoeringstijd"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Overweeg lazy loading voor verborgen afbeeldingen en afbeeldingen die uit het beeld zijn nadat alle kritieke bronnen zijn geladen om de tijd tot interactief te verminderen. [Meer informatie over hoe je laden uitstelt van afbeeldingen die uit het beeld zijn](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Laad afbeeldingen die niet in beeld zijn nog niet"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Grote netwerkpayloads kosten gebruikers effectief geld en hebben vaak lange laadtijden. [Meer informatie over hoe je de omvang van payloads beperkt](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Gedetecteerde JavaScript-bibliotheken"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Externe scripts die dynamisch worden geïnjecteerd via `document.write()` kunnen bij gebruikers met een langzame verbinding het laden van de pagina met tientallen seconden vertragen. [Meer informatie over hoe je document.write() vermijdt](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)"
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Vermijd `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Vermijdt `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Gebruikers wantrouwen of raken in de war van sites die vragen om meldingen zonder context te versturen. Overweeg het verzoek in plaats daarvan te koppelen aan gebruikersgebaren. [Meer informatie over het op een verantwoordelijke manier verkrijgen van toestemming voor meldingen](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)"
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Staat toe dat gebruikers content in invoervelden plakken"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Overweeg je touch- en event-listeners te markeren als `passive` om de scrollprestaties van je pagina te verbeteren. [Meer informatie over hoe je passieve event-listeners gebruikt](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Gebruikt geen passieve listeners om scrollprestaties te verbeteren"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Gebruikt passieve listeners voor de verbetering van de scrollprestaties"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Fouten die in de console worden geregistreerd, geven aan dat er onopgeloste problemen zijn. Ze kunnen afkomstig zijn van niet-uitgevoerde netwerkverzoeken en andere problemen met de browser. [Meer informatie over fouten in de console voor diagnostische controle](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "Eerste weergave met content (FCP) geeft de tijd aan waarbinnen de eerste tekst of afbeelding wordt weergegeven. [Meer informatie over de statistiek Eerste weergave met content (LCP)](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "Eerste nuttige weergave (FMP) meet wanneer de primaire content van een pagina zichtbaar is. [Meer informatie over de statistiek Eerste nuttige weergave (FMP)](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Interactie tot Volgende weergave meet de responsiviteit van de pagina, dat wil zeggen hoelang het duurt voordat de pagina zichtbaar reageert op gebruikersinvoer. [Meer informatie over de statistiek Interactie tot Volgende weergave](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -2726,15 +2699,24 @@
|
|
|
2726
2699
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
2727
2700
|
"message": "Pagina's met WebRTC kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
2728
2701
|
},
|
|
2702
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2703
|
+
"message": "Back-Forward Cache is uitgezet omdat WebRTC is gebruikt."
|
|
2704
|
+
},
|
|
2729
2705
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
2730
2706
|
"message": "Pagina's die WebShare gebruiken, komen momenteel niet in aanmerking voor Back-Forward Cache."
|
|
2731
2707
|
},
|
|
2732
2708
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
2733
2709
|
"message": "Pagina's met WebSocket kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
2734
2710
|
},
|
|
2711
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2712
|
+
"message": "Back-Forward Cache is uitgezet omdat WebSocket is gebruikt."
|
|
2713
|
+
},
|
|
2735
2714
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
2736
2715
|
"message": "Pagina's met WebTransport kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
2737
2716
|
},
|
|
2717
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2718
|
+
"message": "Back-Forward Cache is uitgezet omdat WebTransport is gebruikt."
|
|
2719
|
+
},
|
|
2738
2720
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
2739
2721
|
"message": "Pagina's die WebXR gebruiken, komen momenteel niet in aanmerking voor Back-Forward Cache."
|
|
2740
2722
|
},
|