lighthouse 11.7.0-dev.20240326 → 11.7.0-dev.20240328
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/audits/work-during-interaction.d.ts +2 -2
- package/core/audits/work-during-interaction.js +2 -2
- package/core/computed/metrics/lantern-first-contentful-paint.d.ts +13 -82
- package/core/computed/metrics/lantern-first-contentful-paint.js +15 -178
- package/core/computed/metrics/lantern-first-meaningful-paint.d.ts +13 -12
- package/core/computed/metrics/lantern-first-meaningful-paint.js +10 -49
- package/core/computed/metrics/lantern-interactive.d.ts +13 -21
- package/core/computed/metrics/lantern-interactive.js +11 -84
- package/core/computed/metrics/lantern-largest-contentful-paint.d.ts +13 -25
- package/core/computed/metrics/lantern-largest-contentful-paint.js +12 -80
- package/core/computed/metrics/lantern-max-potential-fid.d.ts +13 -24
- package/core/computed/metrics/lantern-max-potential-fid.js +11 -64
- package/core/computed/metrics/lantern-metric.d.ts +9 -18
- package/core/computed/metrics/lantern-metric.js +13 -31
- package/core/computed/metrics/lantern-speed-index.d.ts +13 -32
- package/core/computed/metrics/lantern-speed-index.js +12 -116
- package/core/computed/metrics/lantern-total-blocking-time.d.ts +13 -25
- package/core/computed/metrics/lantern-total-blocking-time.js +10 -94
- package/core/computed/metrics/metric.js +1 -3
- package/core/config/default-config.js +45 -58
- package/core/config/experimental-config.js +1 -1
- package/core/lib/lantern/metrics/first-contentful-paint.d.ts +79 -0
- package/core/lib/lantern/metrics/first-contentful-paint.js +200 -0
- package/core/lib/lantern/metrics/first-meaningful-paint.d.ts +6 -0
- package/core/lib/lantern/metrics/first-meaningful-paint.js +66 -0
- package/core/lib/lantern/metrics/interactive.d.ts +26 -0
- package/core/lib/lantern/metrics/interactive.js +112 -0
- package/core/lib/lantern/metrics/largest-contentful-paint.d.ts +19 -0
- package/core/lib/lantern/metrics/largest-contentful-paint.js +108 -0
- package/core/lib/lantern/metrics/max-potential-fid.d.ts +30 -0
- package/core/lib/lantern/metrics/max-potential-fid.js +92 -0
- package/core/lib/lantern/metrics/speed-index.d.ts +38 -0
- package/core/lib/lantern/metrics/speed-index.js +145 -0
- package/core/lib/lantern/metrics/total-blocking-time.d.ts +31 -0
- package/core/lib/lantern/metrics/total-blocking-time.js +128 -0
- package/core/lib/lighthouse-compatibility.js +53 -10
- package/dist/report/bundle.esm.js +1 -1
- package/dist/report/flow.js +2 -2
- package/dist/report/standalone.js +1 -1
- package/package.json +1 -1
- package/report/renderer/performance-category-renderer.d.ts +0 -7
- package/report/renderer/performance-category-renderer.js +1 -11
- package/report/renderer/report-utils.js +13 -10
- package/shared/localization/locales/ar-XB.json +1 -16
- package/shared/localization/locales/ar.json +1 -16
- package/shared/localization/locales/bg.json +1 -16
- package/shared/localization/locales/ca.json +1 -16
- package/shared/localization/locales/cs.json +1 -16
- package/shared/localization/locales/da.json +1 -16
- package/shared/localization/locales/de.json +1 -16
- package/shared/localization/locales/el.json +1 -16
- package/shared/localization/locales/en-GB.json +1 -16
- package/shared/localization/locales/en-US.json +2 -17
- package/shared/localization/locales/en-XA.json +1 -16
- package/shared/localization/locales/en-XL.json +2 -17
- package/shared/localization/locales/es-419.json +1 -16
- package/shared/localization/locales/es.json +1 -16
- package/shared/localization/locales/fi.json +1 -16
- package/shared/localization/locales/fil.json +1 -16
- package/shared/localization/locales/fr.json +1 -16
- package/shared/localization/locales/he.json +1 -16
- package/shared/localization/locales/hi.json +1 -16
- package/shared/localization/locales/hr.json +1 -16
- package/shared/localization/locales/hu.json +1 -16
- package/shared/localization/locales/id.json +1 -16
- package/shared/localization/locales/it.json +1 -16
- package/shared/localization/locales/ja.json +1 -16
- package/shared/localization/locales/ko.json +1 -16
- package/shared/localization/locales/lt.json +1 -16
- package/shared/localization/locales/lv.json +1 -16
- package/shared/localization/locales/nl.json +1 -16
- package/shared/localization/locales/no.json +1 -16
- package/shared/localization/locales/pl.json +1 -16
- package/shared/localization/locales/pt-PT.json +1 -16
- package/shared/localization/locales/pt.json +1 -16
- package/shared/localization/locales/ro.json +1 -16
- package/shared/localization/locales/ru.json +1 -16
- package/shared/localization/locales/sk.json +1 -16
- package/shared/localization/locales/sl.json +1 -16
- package/shared/localization/locales/sr-Latn.json +1 -16
- package/shared/localization/locales/sr.json +1 -16
- package/shared/localization/locales/sv.json +1 -16
- package/shared/localization/locales/ta.json +1 -16
- package/shared/localization/locales/te.json +1 -16
- package/shared/localization/locales/th.json +1 -16
- package/shared/localization/locales/tr.json +1 -16
- package/shared/localization/locales/uk.json +1 -16
- package/shared/localization/locales/vi.json +1 -16
- package/shared/localization/locales/zh-HK.json +1 -16
- package/shared/localization/locales/zh-TW.json +1 -16
- package/shared/localization/locales/zh.json +1 -16
- package/tsconfig.json +1 -0
- package/types/config.d.ts +0 -1
- package/types/lhr/lhr.d.ts +0 -2
- package/core/audits/no-unload-listeners.d.ts +0 -16
- package/core/audits/no-unload-listeners.js +0 -86
- package/core/config/metrics-to-audits.d.ts +0 -19
- package/core/config/metrics-to-audits.js +0 -60
- package/core/gather/gatherers/global-listeners.d.ts +0 -27
- package/core/gather/gatherers/global-listeners.js +0 -108
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Latències dorsals del servidor"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "L'esdeveniment `unload` no es pot activar amb fiabilitat i detectar-lo pot impedir optimitzacions del navegador, com ara la memòria cau endavant/enrere. Substitueix-lo pels esdeveniments `pagehide` o `visibilitychange`. [Més informació sobre com es poden baixar els detectors d'esdeveniments](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registra un detector de `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Evita detectors d'esdeveniments `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Les animacions que no són compostes poden ser lentes i augmentar el canvi de disseny acumulatiu. [Informació sobre com pots evitar les animacions no compostes](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Retard en la presentació"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Temps de processament"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Millores de la primera renderització"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Aquests suggeriments poden ajudar la pàgina a carregar-se més de pressa. No [afecten directament](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) el resultat del rendiment."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Oportunitats"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Mètriques"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Latence backendu na serveru"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "Událost `unload` se nespouští spolehlivě. Naslouchání této události může zabránit optimalizacím v prohlížečích, jako je mezipaměť pro přechod zpět nebo vpřed. Použijte místo ní událost `pagehide` nebo `visibilitychange`. [Další informace o posluchačích událostí unload](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registruje posluchač události `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Nepoužívá posluchače událostí `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Neskládané animace mohou být nekvalitní a mohou zvyšovat míru kumulativní změny rozvržení (CLS). [Jak se vyhnout neskládaným animacím](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Prodleva prezentace"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Doba zpracování"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Vylepšení prvního vykreslení"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Tyto návrhy vám mohou pomoci zrychlit načítání stránky. Na skóre výkonu nemají [přímý vliv](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Příležitosti"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Metriky"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Forsinkelser for serverens backend"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "Hændelsen `unload` starter ikke stabilt, og hvis der ventes på den, kan det forhindre browseroptimeringer som f.eks. Back-Forward Cache. Anvend hændelsen `pagehide` eller `visibilitychange` i stedet. [Få flere oplysninger om hændelsesfunktioner for frigivelse](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registrerer en hændelsesfunktion for `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Undgå hændelsesfunktioner for `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Animationer, der ikke er sammensat, kan være langsomme og øge CLS. [Få oplysninger om, hvordan du undgår ikke-sammensatte animationer](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Præsentationsforsinkelse"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Behandlingstid"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Forbedringer af første udfyldning"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Disse forslag kan være med til at forbedre indlæsningstiden for din side. De [berører ikke direkte](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) resultatet."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Muligheder"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Metrics"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Server-Backend-Latenzen"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "Das `unload`-Ereignis wird nicht zuverlässig ausgelöst. Wenn der Listener darauf wartet, kann das Browseroptimierungen wie den Back-Forward-Cache beeinträchtigen. Bitte verwende stattdessen `pagehide`- oder `visibilitychange`-Ereignisse. [Weitere Informationen zum Entfernen von Event-Listenern](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registriert einen `unload`-Listener"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Keine `unload`-Ereignis-Listener gefunden"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"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/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Verzögerung bei der Präsentation"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Verarbeitungszeit"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Verbesserungen beim Zeichnen der ersten Inhalte"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Mithilfe dieser Empfehlungen lässt sich die Ladezeit deiner Seite möglicherweise verkürzen. Sie haben keinen [direkten Einfluss](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) auf die Leistungsbewertung."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Empfehlungen"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Messwerte"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Λανθάνοντες χρόνοι συστημάτων υποστήριξης διακομιστή"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "Το συμβάν `unload` δεν ενεργοποιείται με αξιοπιστία και η ακρόαση για το συμβάν μπορεί να αποτρέψει τις βελτιστοποιήσεις προγράμματος περιήγησης, όπως την κρυφή μνήμη πίσω/εμπρός. Αντ' αυτού, χρησιμοποιήστε το `pagehide` ή το `visibilitychange`. [Μάθετε περισσότερα σχετικά με την κατάργηση φόρτωσης των λειτουργιών αναμονής συμβάντος](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Εγγράφει μια λειτουργία αναμονής `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Αποφεύγει λειτουργίες αναμονής συμβάντων `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Οι μη σύνθετες κινούμενες εικόνες ενδέχεται να είναι κακής ποιότητας και να αυξάνουν το CLS. [Μάθετε πώς μπορείτε να αποφύγετε τις μη σύνθετες κινούμενες εικόνες](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Καθυστέρηση παρουσίασης"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Χρόνος επεξεργασίας"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Βελτιώσεις πρώτης μορφής"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Αυτές οι προτάσεις μπορούν να βοηθήσουν στην ταχύτερη φόρτωση της σελίδας σας. Δεν [επηρεάζουν άμεσα](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) τη βαθμολογία απόδοσης."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Ευκαιρίες"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Μετρήσεις"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Server Back-end Latencies"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "The `unload` event does not fire reliably and listening for it can prevent browser optimisations like the back-forward cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registers an `unload` listener"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Avoids `unload` event listeners"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Animations that are not composited can be poor, slow and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Presentation delay"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Processing time"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "First Paint Improvements"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "These suggestions can help your page load faster. They don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the performance score."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Opportunities"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Metrics"
|
|
1825
1810
|
},
|
|
@@ -1289,15 +1289,6 @@
|
|
|
1289
1289
|
"core/audits/network-server-latency.js | title": {
|
|
1290
1290
|
"message": "Server Backend Latencies"
|
|
1291
1291
|
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1293
|
-
"message": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1296
|
-
"message": "Registers an `unload` listener"
|
|
1297
|
-
},
|
|
1298
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1299
|
-
"message": "Avoids `unload` event listeners"
|
|
1300
|
-
},
|
|
1301
1292
|
"core/audits/non-composited-animations.js | description": {
|
|
1302
1293
|
"message": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1303
1294
|
},
|
|
@@ -1721,8 +1712,8 @@
|
|
|
1721
1712
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1722
1713
|
"message": "Presentation delay"
|
|
1723
1714
|
},
|
|
1724
|
-
"core/audits/work-during-interaction.js |
|
|
1725
|
-
"message": "Processing
|
|
1715
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1716
|
+
"message": "Processing duration"
|
|
1726
1717
|
},
|
|
1727
1718
|
"core/audits/work-during-interaction.js | title": {
|
|
1728
1719
|
"message": "Minimizes work during key interaction"
|
|
@@ -1817,12 +1808,6 @@
|
|
|
1817
1808
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1818
1809
|
"message": "First Paint Improvements"
|
|
1819
1810
|
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1821
|
-
"message": "These suggestions can help your page load faster. They don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
|
|
1822
|
-
},
|
|
1823
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1824
|
-
"message": "Opportunities"
|
|
1825
|
-
},
|
|
1826
1811
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1827
1812
|
"message": "Metrics"
|
|
1828
1813
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "[Šéŕvéŕ Бåçķéñð Ļåţéñçîéš one two three]"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "[Ţĥé ᐅ`unload`ᐊ évéñţ ðöéš ñöţ ƒîŕé ŕéļîåбļý åñð ļîšţéñîñĝ ƒöŕ îţ çåñ þŕévéñţ бŕöŵšéŕ öþţîmîžåţîöñš ļîķé ţĥé Бåçķ-Föŕŵåŕð Çåçĥé. Ûšé ᐅ`pagehide`ᐊ öŕ ᐅ`visibilitychange`ᐊ évéñţš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ûñļöåð évéñţ ļîšţéñéŕšᐅ](https://web.dev/articles/bfcache#never_use_the_unload_event)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "[Ŕéĝîšţéŕš åñ ᐅ`unload`ᐊ ļîšţéñéŕ one two three four five six]"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "[Åvöîðš ᐅ`unload`ᐊ évéñţ ļîšţéñéŕš one two three four five six]"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "[Åñîmåţîöñš ŵĥîçĥ åŕé ñöţ çömþöšîţéð çåñ бé ĵåñķý åñð îñçŕéåšé ÇĻŠ. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð ñöñ-çömþöšîţéð åñîmåţîöñšᐅ](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "[Þŕéšéñţåţîöñ ðéļåý one two three]"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "[Þŕöçéššîñĝ ţîmé one two]"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "[Ţĥéšé šûĝĝéšţîöñš çåñ ĥéļþ ýöûŕ þåĝé ļöåð ƒåšţéŕ. Ţĥéý ðöñ'ţ ᐅ[ᐊðîŕéçţļý 僃éçţᐅ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)ᐊ ţĥé Þéŕƒöŕmåñçé šçöŕé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "[Öþþöŕţûñîţîéš one two]"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "[Méţŕîçš one]"
|
|
1825
1810
|
},
|
|
@@ -1289,15 +1289,6 @@
|
|
|
1289
1289
|
"core/audits/network-server-latency.js | title": {
|
|
1290
1290
|
"message": "Ŝér̂v́êŕ B̂áĉḱêńd̂ Ĺât́êńĉíêś"
|
|
1291
1291
|
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1293
|
-
"message": "T̂h́ê `unload` év̂én̂t́ d̂óêś n̂ót̂ f́îŕê ŕêĺîáb̂ĺŷ án̂d́ l̂íŝt́êńîńĝ f́ôŕ ît́ ĉán̂ ṕr̂év̂én̂t́ b̂ŕôẃŝér̂ óp̂t́îḿîźât́îón̂ś l̂ík̂é t̂h́ê B́âćk̂-F́ôŕŵár̂d́ Ĉáĉh́ê. Úŝé `pagehide` ôŕ `visibilitychange` êv́êńt̂ś îńŝt́êád̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ ún̂ĺôád̂ év̂én̂t́ l̂íŝt́êńêŕŝ](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1296
|
-
"message": "R̂éĝíŝt́êŕŝ án̂ `unload` ĺîśt̂én̂ér̂"
|
|
1297
|
-
},
|
|
1298
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1299
|
-
"message": "Âv́ôíd̂ś `unload` êv́êńt̂ ĺîśt̂én̂ér̂ś"
|
|
1300
|
-
},
|
|
1301
1292
|
"core/audits/non-composited-animations.js | description": {
|
|
1302
1293
|
"message": "Âńîḿât́îón̂ś ŵh́îćĥ ár̂é n̂ót̂ ćôḿp̂óŝít̂éd̂ ćâń b̂é ĵán̂ḱŷ án̂d́ îńĉŕêáŝé ĈĹŜ. [Ĺêár̂ń ĥóŵ t́ô áv̂óîd́ n̂ón̂-ćôḿp̂óŝít̂éd̂ án̂ím̂át̂íôńŝ](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1303
1294
|
},
|
|
@@ -1721,8 +1712,8 @@
|
|
|
1721
1712
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1722
1713
|
"message": "P̂ŕêśêńt̂át̂íôń d̂él̂áŷ"
|
|
1723
1714
|
},
|
|
1724
|
-
"core/audits/work-during-interaction.js |
|
|
1725
|
-
"message": "P̂ŕôćêśŝín̂ǵ t̂í
|
|
1715
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1716
|
+
"message": "P̂ŕôćêśŝín̂ǵ d̂úr̂át̂íôń"
|
|
1726
1717
|
},
|
|
1727
1718
|
"core/audits/work-during-interaction.js | title": {
|
|
1728
1719
|
"message": "M̂ín̂ím̂íẑéŝ ẃôŕk̂ d́ûŕîńĝ ḱêý îńt̂ér̂áĉt́îón̂"
|
|
@@ -1817,12 +1808,6 @@
|
|
|
1817
1808
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1818
1809
|
"message": "F̂ír̂śt̂ Ṕâín̂t́ Îḿp̂ŕôv́êḿêńt̂ś"
|
|
1819
1810
|
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1821
|
-
"message": "T̂h́êśê śûǵĝéŝt́îón̂ś ĉán̂ h́êĺp̂ ýôúr̂ ṕâǵê ĺôád̂ f́âśt̂ér̂. T́ĥéŷ d́ôń't̂ [d́îŕêćt̂ĺŷ áf̂f́êćt̂](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) t́ĥé P̂ér̂f́ôŕm̂án̂ćê śĉór̂é."
|
|
1822
|
-
},
|
|
1823
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1824
|
-
"message": "Ôṕp̂ór̂t́ûńît́îéŝ"
|
|
1825
|
-
},
|
|
1826
1811
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1827
1812
|
"message": "M̂ét̂ŕîćŝ"
|
|
1828
1813
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Latencias de backend del servidor"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "El evento `unload` no se ejecuta de forma confiable y su escucha puede impedir las optimizaciones del navegador, como la Memoria caché atrás/adelante. En su lugar, usa los eventos `pagehide` o `visibilitychange`. [Más información sobre la descarga de objetos de escucha de eventos](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registra un objeto de escucha de `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Evita los objetos de escucha de eventos de `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Es posible que las animaciones que no estén compuestas se vean entrecortadas y aumenten el valor de CLS. [Más información para evitar las animaciones no compuestas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Retraso en la presentación"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Tiempo de procesamiento"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Mejoras del primer procesamiento de imagen"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Estas sugerencias pueden hacer que tus páginas se carguen más rápido. No [afectan directamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) la medición del rendimiento."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Oportunidades"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Métricas"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Latencias de backend del servidor"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "El evento `unload` no se activa de manera fiable y esperar a que se detecte puede impedir optimizaciones del navegador, como el almacenamiento en caché de páginas completas. Usa los eventos `pagehide` o `visibilitychange` en su lugar. [Más información sobre los procesadores de eventos de descarga](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Registra un procesador `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Impide el uso de procesadores de eventos `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Las animaciones no compuestas pueden aparecer entrecortadas e incrementar el CLS. [Consulta cómo evitar las animaciones no compuestas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Retraso de la presentación"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Tiempo de procesamiento"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Mejoras del primer renderizado"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Estas sugerencias pueden ayudar a que tu página cargue más rápido. No [afectan directamente](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) a la puntuación del rendimiento"
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Oportunidades"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Métricas"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Palvelimen taustaviiveet"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "`unload` ei käynnisty luotettavasti, ja sen kuuntelu voi estää selaimen optimoinnin, esim. Back-Forward-välimuistin toiminnan. Käytä sen sijaan `pagehide`- tai `visibilitychange`-tapahtumia. [Lue lisää tapahtumaseurainten tyhjentämisestä](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Rekisteröi (`unload`) kuuntelijan"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Ohittaa (`unload`) kuuntelijat"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Sommittelemattomat animaatiot voivat olla huonolaatuisia ja nostaa CLS:ää. [Katso, miten voit välttää sommittelemattomia animaatioita](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Esityksen viive"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Käsittelyaika"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Ensimmäistä renderöintiä koskevat parannusehdotukset"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Nämä ehdotukset voivat auttaa sivua latautumaan nopeammin. Ne eivät [suoraan vaikuta](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) tehokkuusprosenttiin."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Suositukset"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Tiedot"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Mga Latency sa Backend ng Server"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "Hindi palaging gumagana nang maayos ang event na `unload` at puwedeng mapigilan ng paghihintay rito ang mga pag-optimize ng browser tulad ng Back-Forward Cache. Gamitin na lang ang event na `pagehide` o `visibilitychange`. [Matuto pa tungkol sa pag-unload ng mga event listener](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Nagrerehistro ng listener na `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Umiiwas sa mga event listener na `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Kapag hindi na-composite ang animation, posibleng hindi maganda ang kalidad ng mga ito at posible ring mapataas ng mga ito ang CLS. [Alamin kung paano iwasan ang mga hindi na-composite na animation](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Pagkaantala ng presentation"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Tagal ng pagpoproseso"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Mga Pagpapahusay sa First Paint"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Puwedeng makatulong ang mga suhestyon na ito na mapabilis ang pag-load ng iyong page. Hindi [direktang nakakaapekto](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) ang mga ito sa score sa Performance."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Mga Pagkakataon"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Mga Sukatan"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "Latences du backend serveur"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "L'événement `unload` ne se déclenche pas de manière fiable, et son analyse risque d'empêcher les optimisations du navigateur telles que la mise en cache des pages précédentes et suivantes. Utilisez plutôt les événements `pagehide` ou `visibilitychange`. [En savoir plus sur le déchargement des écouteurs d'événements](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "Permet d'enregistrer un écouteur `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "Permet d'éviter les écouteurs d'événements `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "Les animations non composées peuvent être lentes et augmenter le CLS. [Découvrez comment éviter les animations non composées.](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "Délai de présentation"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "Temps de traitement"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "Amélioration de First Paint"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "Ces suggestions peuvent contribuer à charger votre page plus rapidement. En revanche, elles n'ont pas d'[incidence directe](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) sur le score lié aux performances."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "Opportunités"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "Statistiques"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "זמני אחזור בקצה עורפי של שרת"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "האירוע `unload` לא מופעל בצורה אמינה, והפעלת ממשקי listener כדי לקלוט את האירוע הזה עשויה למנוע את השימוש באופטימיזציות שונות של הדפדפן, כמו האופטימיזציה במסגרת התכונה 'מטמון לדף הקודם/הבא'. יש להשתמש באירועי `pagehide` או `visibilitychange` במקום זאת. [מידע נוסף על ממשקי event listener להסרת הנתונים שנטענו](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "רישום מעבד אירוע של `unload`"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "הימנעות ממעבדי אירוע של `unload`"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "אנימציות שאינן מורכבות עלולות להיות איטיות ולהגדיל את ה-CLS. [איך להימנע מאנימציות לא מורכבות](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)?"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "השהיה של הצגת תגובה"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "זמן העיבוד"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "שיפורים בעיבוד ראשון"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "ההצעות האלה יכולות לעזור לך להאיץ את טעינת הדף. אין להן [השפעה ישירה](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) על ציון הביצועים."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "הזדמנויות"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "ערכים"
|
|
1825
1810
|
},
|
|
@@ -1286,15 +1286,6 @@
|
|
|
1286
1286
|
"core/audits/network-server-latency.js | title": {
|
|
1287
1287
|
"message": "सर्वर बैकएंड के इंतज़ार का समय"
|
|
1288
1288
|
},
|
|
1289
|
-
"core/audits/no-unload-listeners.js | description": {
|
|
1290
|
-
"message": "`unload` इवेंट भरोसेमंद नहीं होता और इसे इस्तेमाल करने की वजह से, ब्राउज़र को ऑप्टिमाइज़ करने की कुछ सुविधाएं रुक सकती हैं. जैसे, बैक-फ़ॉरवर्ड कैश मेमोरी. इसके बजाय, `pagehide` या `visibilitychange` इवेंट का इस्तेमाल करें. [अनलोड इवेंट लिसनर के बारे में ज़्यादा जानें](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1291
|
-
},
|
|
1292
|
-
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1293
|
-
"message": "एक `unload` लिसनर रजिस्टर करता है"
|
|
1294
|
-
},
|
|
1295
|
-
"core/audits/no-unload-listeners.js | title": {
|
|
1296
|
-
"message": "`unload` इवेंट लिसनर का इस्तेमाल नहीं किया जाता"
|
|
1297
|
-
},
|
|
1298
1289
|
"core/audits/non-composited-animations.js | description": {
|
|
1299
1290
|
"message": "कंपोज़िट नहीं किए गए ऐनिमेशन की क्वालिटी खराब हो सकती है और सीएलएस बढ़ सकता है. [कंपोज़ नहीं किए गए ऐनिमेशन से बचने का तरीका जानें](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1300
1291
|
},
|
|
@@ -1718,7 +1709,7 @@
|
|
|
1718
1709
|
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1719
1710
|
"message": "प्रज़ेंटेशन में देरी"
|
|
1720
1711
|
},
|
|
1721
|
-
"core/audits/work-during-interaction.js |
|
|
1712
|
+
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1722
1713
|
"message": "प्रोसेस करने में लगा समय"
|
|
1723
1714
|
},
|
|
1724
1715
|
"core/audits/work-during-interaction.js | title": {
|
|
@@ -1814,12 +1805,6 @@
|
|
|
1814
1805
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1815
1806
|
"message": "पहले पेंट के सुधार"
|
|
1816
1807
|
},
|
|
1817
|
-
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1818
|
-
"message": "इन सुझावों से आप अपने पेज को तेज़ी से लोड करा सकते हैं. इनसे आपके परफ़ॉर्मेंस स्कोर पर [सीधा असर](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) नहीं होगा."
|
|
1819
|
-
},
|
|
1820
|
-
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1821
|
-
"message": "अवसर"
|
|
1822
|
-
},
|
|
1823
1808
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1824
1809
|
"message": "मेट्रिक"
|
|
1825
1810
|
},
|