lighthouse 12.8.2-dev.20251007 → 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/font-display-insight.js +3 -1
- package/core/config/default-config.js +0 -12
- package/package.json +1 -2
- package/shared/localization/locales/ar-XB.json +0 -27
- package/shared/localization/locales/ar.json +0 -27
- package/shared/localization/locales/bg.json +0 -27
- package/shared/localization/locales/ca.json +0 -27
- package/shared/localization/locales/cs.json +0 -27
- package/shared/localization/locales/da.json +0 -27
- package/shared/localization/locales/de.json +0 -27
- package/shared/localization/locales/el.json +0 -27
- package/shared/localization/locales/en-GB.json +0 -27
- package/shared/localization/locales/en-US.json +0 -27
- package/shared/localization/locales/en-XA.json +0 -27
- package/shared/localization/locales/en-XL.json +0 -27
- package/shared/localization/locales/es-419.json +0 -27
- package/shared/localization/locales/es.json +0 -27
- package/shared/localization/locales/fi.json +0 -27
- package/shared/localization/locales/fil.json +0 -27
- package/shared/localization/locales/fr.json +0 -27
- package/shared/localization/locales/he.json +0 -27
- package/shared/localization/locales/hi.json +0 -27
- package/shared/localization/locales/hr.json +0 -27
- package/shared/localization/locales/hu.json +0 -27
- package/shared/localization/locales/id.json +0 -27
- package/shared/localization/locales/it.json +0 -27
- package/shared/localization/locales/ja.json +0 -27
- package/shared/localization/locales/ko.json +0 -27
- package/shared/localization/locales/lt.json +0 -27
- package/shared/localization/locales/lv.json +0 -27
- package/shared/localization/locales/nl.json +0 -27
- package/shared/localization/locales/no.json +0 -27
- package/shared/localization/locales/pl.json +0 -27
- package/shared/localization/locales/pt-PT.json +0 -27
- package/shared/localization/locales/pt.json +0 -27
- package/shared/localization/locales/ro.json +0 -27
- package/shared/localization/locales/ru.json +0 -27
- package/shared/localization/locales/sk.json +0 -27
- package/shared/localization/locales/sl.json +0 -27
- package/shared/localization/locales/sr-Latn.json +0 -27
- package/shared/localization/locales/sr.json +0 -27
- package/shared/localization/locales/sv.json +0 -27
- package/shared/localization/locales/ta.json +0 -27
- package/shared/localization/locales/te.json +0 -27
- package/shared/localization/locales/th.json +0 -27
- package/shared/localization/locales/tr.json +0 -27
- package/shared/localization/locales/uk.json +0 -27
- package/shared/localization/locales/vi.json +0 -27
- package/shared/localization/locales/zh-HK.json +0 -27
- package/shared/localization/locales/zh-TW.json +0 -27
- package/shared/localization/locales/zh.json +0 -27
- package/tsconfig.json +0 -3
- package/types/artifacts.d.ts +0 -37
- 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/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/parse-cache-control.d.ts +0 -20
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript execution time"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Consider lazy loading offscreen and hidden images after all critical resources have finished loading to lower Time to Interactive. [Learn how to defer offscreen images](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Defer off-screen images"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](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": "Detected JavaScript libraries"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn how to avoid 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": "Avoid `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Avoids `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](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": "Allows users to paste into input fields"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more about adopting passive event listeners](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": "Does not use passive listeners to improve scrolling performance"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Uses passive listeners to improve scrolling performance"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](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 marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](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 measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](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 measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScript execution time"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn how to defer offscreen images](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Defer offscreen images"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](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": "Detected JavaScript libraries"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn how to avoid 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": "Avoid `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Avoids `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](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": "Allows users to paste into input fields"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more about adopting passive event listeners](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": "Does not use passive listeners to improve scrolling performance"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Uses passive listeners to improve scrolling performance"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -1001,9 +977,6 @@
|
|
|
1001
977
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1002
978
|
"message": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
1003
979
|
},
|
|
1004
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1005
|
-
"message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
1006
|
-
},
|
|
1007
980
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1008
981
|
"message": "Interaction to Next Paint measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
|
|
1009
982
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "[ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three]"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "[Çöñšîðéŕ ļåžý-ļöåðîñĝ öƒƒšçŕééñ åñð ĥîððéñ îmåĝéš åƒţéŕ åļļ çŕîţîçåļ ŕéšöûŕçéš ĥåvé ƒîñîšĥéð ļöåðîñĝ ţö ļöŵéŕ ţîmé ţö îñţéŕåçţîvé. ᐅ[ᐊĻéåŕñ ĥöŵ ţö ðéƒéŕ öƒƒšçŕééñ îmåĝéšᐅ](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "[Ðéƒéŕ öƒƒšçŕééñ îmåĝéš one two three]"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "[Ļåŕĝé ñéţŵöŕķ þåýļöåðš çöšţ ûšéŕš ŕéåļ möñéý åñð åŕé ĥîĝĥļý çöŕŕéļåţéð ŵîţĥ ļöñĝ ļöåð ţîméš. ᐅ[ᐊĻéåŕñ ĥöŵ ţö ŕéðûçé þåýļöåð šîžéšᐅ](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "[Ðéţéçţéð ĴåvåŠçŕîþţ ļîбŕåŕîéš one two three four]"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "[Föŕ ûšéŕš öñ šļöŵ çöññéçţîöñš, éxţéŕñåļ šçŕîþţš ðýñåmîçåļļý îñĵéçţéð vîå ᐅ`document.write()`ᐊ çåñ ðéļåý þåĝé ļöåð бý ţéñš öƒ šéçöñðš. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð ðöçûméñţ.ŵŕîţé()ᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "[Åvöîð ᐅ`document.write()`ᐊ one two three]"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "[Åvöîðš ᐅ`document.write()`ᐊ one two three]"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "[Ûšéŕš åŕé mîšţŕûšţƒûļ öƒ öŕ çöñƒûšéð бý šîţéš ţĥåţ ŕéqûéšţ ţö šéñð ñöţîƒîçåţîöñš ŵîţĥöûţ çöñţéxţ. Çöñšîðéŕ ţýîñĝ ţĥé ŕéqûéšţ ţö ûšéŕ ĝéšţûŕéš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ŕéšþöñšîбļý ĝéţţîñĝ þéŕmîššîöñ ƒöŕ ñöţîƒîçåţîöñšᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)ᐊ. 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 twentyeight twentynine]"
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "[Åļļöŵš ûšéŕš ţö þåšţé îñţö îñþûţ ƒîéļðš one two three four five six seven eight]"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "[Çöñšîðéŕ måŕķîñĝ ýöûŕ ţöûçĥ åñð ŵĥééļ évéñţ ļîšţéñéŕš åš ᐅ`passive`ᐊ ţö îmþŕövé ýöûŕ þåĝé'š šçŕöļļ þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕé åбöûţ åðöþţîñĝ þåššîvé évéñţ ļîšţéñéŕšᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "[Ðöéš ñöţ ûšé þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven twelve]"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "[Ûšéš þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven]"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "[Éŕŕöŕš ļöĝĝéð ţö ţĥé çöñšöļé îñðîçåţé ûñŕéšöļvéð þŕöбļémš. Ţĥéý çåñ çömé ƒŕöm ñéţŵöŕķ ŕéqûéšţ ƒåîļûŕéš åñð öţĥéŕ бŕöŵšéŕ çöñçéŕñš. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥîš éŕŕöŕš îñ çöñšöļé ðîåĝñöšţîç åûðîţᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)ᐊ 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]"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ öŕ îmåĝé îš þåîñţéð. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Fîŕšţ Çöñţéñţƒûļ Þåîñţ méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "[Fîŕšţ Méåñîñĝƒûļ Þåîñţ méåšûŕéš ŵĥéñ ţĥé þŕîmåŕý çöñţéñţ öƒ å þåĝé îš vîšîбļé. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Fîŕšţ Méåñîñĝƒûļ Þåîñţ méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "[Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méåšûŕéš þåĝé ŕéšþöñšîvéñéšš, ĥöŵ ļöñĝ îţ ţåķéš ţĥé þåĝé ţö vîšîбļý ŕéšþöñð ţö ûšéŕ îñþûţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méţŕîçᐅ](https://web.dev/articles/inp)ᐊ. 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]"
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Ĵáv̂áŜćr̂íp̂t́ êx́êćût́îón̂ t́îḿê"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Ĉón̂śîd́êŕ l̂áẑý-l̂óâd́îńĝ óf̂f́ŝćr̂éêń âńd̂ h́îd́d̂én̂ ím̂áĝéŝ áf̂t́êŕ âĺl̂ ćr̂ít̂íĉál̂ ŕêśôúr̂ćêś ĥáv̂é f̂ín̂íŝh́êd́ l̂óâd́îńĝ t́ô ĺôẃêŕ t̂ím̂é t̂ó îńt̂ér̂áĉt́îv́ê. [Ĺêár̂ń ĥóŵ t́ô d́êf́êŕ ôf́f̂śĉŕêén̂ ím̂áĝéŝ](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "D̂éf̂ér̂ óf̂f́ŝćr̂éêń îḿâǵêś"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "L̂ár̂ǵê ńêt́ŵór̂ḱ p̂áŷĺôád̂ś ĉóŝt́ ûśêŕŝ ŕêál̂ ḿôńêý âńd̂ ár̂é ĥíĝh́l̂ý ĉór̂ŕêĺât́êd́ ŵít̂h́ l̂ón̂ǵ l̂óâd́ t̂ím̂éŝ. [Ĺêár̂ń ĥóŵ t́ô ŕêd́ûćê ṕâýl̂óâd́ ŝíẑéŝ](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": "D̂ét̂éĉt́êd́ Ĵáv̂áŜćr̂íp̂t́ l̂íb̂ŕâŕîéŝ"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "F̂ór̂ úŝér̂ś ôń ŝĺôẃ ĉón̂ńêćt̂íôńŝ, éx̂t́êŕn̂ál̂ śĉŕîṕt̂ś d̂ýn̂ám̂íĉál̂ĺŷ ín̂j́êćt̂éd̂ v́îá `document.write()` ĉán̂ d́êĺâý p̂áĝé l̂óâd́ b̂ý t̂én̂ś ôf́ ŝéĉón̂d́ŝ. [Ĺêár̂ń ĥóŵ t́ô áv̂óîd́ d̂óĉúm̂én̂t́.ŵŕît́ê()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Âv́ôíd̂ `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Âv́ôíd̂ś `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Ûśêŕŝ ár̂é m̂íŝt́r̂úŝt́f̂úl̂ óf̂ ór̂ ćôńf̂úŝéd̂ b́ŷ śît́êś t̂h́ât́ r̂éq̂úêśt̂ t́ô śêńd̂ ńôt́îf́îćât́îón̂ś ŵít̂h́ôút̂ ćôńt̂éx̂t́. Ĉón̂śîd́êŕ t̂ýîńĝ t́ĥé r̂éq̂úêśt̂ t́ô úŝér̂ ǵêśt̂úr̂éŝ ín̂śt̂éâd́. [L̂éâŕn̂ ḿôŕê áb̂óût́ r̂éŝṕôńŝíb̂ĺŷ ǵêt́t̂ín̂ǵ p̂ér̂ḿîśŝíôń f̂ór̂ ńôt́îf́îćât́îón̂ś](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": "Âĺl̂óŵś ûśêŕŝ t́ô ṕâśt̂é îńt̂ó îńp̂út̂ f́îél̂d́ŝ"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Ĉón̂śîd́êŕ m̂ár̂ḱîńĝ ýôúr̂ t́ôúĉh́ âńd̂ ẃĥéêĺ êv́êńt̂ ĺîśt̂én̂ér̂ś âś `passive` t̂ó îḿp̂ŕôv́ê ýôúr̂ ṕâǵê'ś ŝćr̂ól̂ĺ p̂ér̂f́ôŕm̂án̂ćê. [Ĺêár̂ń m̂ór̂é âb́ôút̂ ád̂óp̂t́îńĝ ṕâśŝív̂é êv́êńt̂ ĺîśt̂én̂ér̂ś](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": "D̂óêś n̂ót̂ úŝé p̂áŝśîv́ê ĺîśt̂én̂ér̂ś t̂ó îḿp̂ŕôv́ê śĉŕôĺl̂ín̂ǵ p̂ér̂f́ôŕm̂án̂ćê"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Ûśêś p̂áŝśîv́ê ĺîśt̂én̂ér̂ś t̂ó îḿp̂ŕôv́ê śĉŕôĺl̂ín̂ǵ p̂ér̂f́ôŕm̂án̂ćê"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Êŕr̂ór̂ś l̂óĝǵêd́ t̂ó t̂h́ê ćôńŝól̂é îńd̂íĉát̂é ûńr̂éŝól̂v́êd́ p̂ŕôb́l̂ém̂ś. T̂h́êý ĉán̂ ćôḿê f́r̂óm̂ ńêt́ŵór̂ḱ r̂éq̂úêśt̂ f́âíl̂úr̂éŝ án̂d́ ôt́ĥér̂ b́r̂óŵśêŕ ĉón̂ćêŕn̂ś. [L̂éâŕn̂ ḿôŕê áb̂óût́ t̂h́îś êŕr̂ór̂ś îń ĉón̂śôĺê d́îáĝńôśt̂íĉ áûd́ît́](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -1001,9 +977,6 @@
|
|
|
1001
977
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1002
978
|
"message": "F̂ír̂śt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ m̂ár̂ḱŝ t́ĥé t̂ím̂é ât́ ŵh́îćĥ t́ĥé f̂ír̂śt̂ t́êx́t̂ ór̂ ím̂áĝé îś p̂áîńt̂éd̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ t́ĥé F̂ír̂śt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ m̂ét̂ŕîć](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
1003
979
|
},
|
|
1004
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1005
|
-
"message": "F̂ír̂śt̂ Ḿêán̂ín̂ǵf̂úl̂ Ṕâín̂t́ m̂éâśûŕêś ŵh́êń t̂h́ê ṕr̂ím̂ár̂ý ĉón̂t́êńt̂ óf̂ á p̂áĝé îś v̂íŝíb̂ĺê. [Ĺêár̂ń m̂ór̂é âb́ôút̂ t́ĥé F̂ír̂śt̂ Ḿêán̂ín̂ǵf̂úl̂ Ṕâín̂t́ m̂ét̂ŕîć](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
1006
|
-
},
|
|
1007
980
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1008
981
|
"message": "Îńt̂ér̂áĉt́îón̂ t́ô Ńêx́t̂ Ṕâín̂t́ m̂éâśûŕêś p̂áĝé r̂éŝṕôńŝív̂én̂éŝś, ĥóŵ ĺôńĝ ít̂ t́âḱêś t̂h́ê ṕâǵê t́ô v́îśîb́l̂ý r̂éŝṕôńd̂ t́ô úŝér̂ ín̂ṕût́. [L̂éâŕn̂ ḿôŕê áb̂óût́ t̂h́ê Ín̂t́êŕâćt̂íôń t̂ó N̂éx̂t́ P̂áîńt̂ ḿêt́r̂íĉ](https://web.dev/articles/inp)."
|
|
1009
982
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Tiempo de ejecución de JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Te recomendamos que uses la carga diferida para las imágenes ocultas y fuera de pantalla una vez que hayan terminado de cargarse todos los recursos críticos a fin de reducir el tiempo de carga. [Obtén información para diferir las imágenes fuera de pantalla](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Posterga la carga de imágenes que no aparecen en pantalla"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Trabajar con cargas útiles de red de gran tamaño resulta oneroso para el usuario, además de aumentar considerablemente el tiempo de carga de las páginas. [Obtén información para reducir los tamaños de cargas útiles](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": "Se detectaron bibliotecas JavaScript"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "En el caso de usuarios con una conexión lenta, las secuencias de comandos externas que se incorporan dinámicamente a través de `document.write()` pueden retrasar la carga de la página decenas de segundos. [Obtén información para evitar 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": "No usa `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Los sitios que solicitan a los usuarios permiso para enviar notificaciones sin contexto los confunden o los hacen desconfiar. Te recomendamos vincular la solicitud a los gestos del usuario. [Obtén más información para obtener permiso de forma responsable para enviar notificaciones](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": "Permite que los usuarios peguen contenido en los campos de entrada"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Te recomendamos marcar tus objetos de escucha de eventos táctiles y de la rueda del mouse como `passive` para mejorar el rendimiento de desplazamiento de tu página. [Obtén más información sobre la adopción de objetos de escucha de eventos pasivos](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": "No usa objetos de escucha pasivos para mejorar el rendimiento del desplazamiento"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Usa objetos de escucha pasivos para mejorar el rendimiento del desplazamiento"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Los errores registrados en la consola indican la existencia de problemas no resueltos. Es posible que se deban a problemas con solicitudes de red y otros relativos al navegador. [Más información sobre estos errores en la auditoría de diagnóstico de la consola](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": "El primer procesamiento de imagen con contenido indica el momento en el que se visualiza en la pantalla el primer texto o imagen. [Obtén más información sobre la métrica de Primer procesamiento de imagen con contenido](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "La primera pintura significativa mide el momento en que se muestra el contenido principal de la página. [Obtén más información sobre la métrica de Primera pintura significativa](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": "La Interacción a la siguiente pintura mide la capacidad de respuesta de la página, es decir, cuánto tarda en responder de manera visible a las entradas del usuario. [Obtén más información sobre la métrica de Interacción a la siguiente pintura](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Tiempo de ejecución de JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Te recomendamos que uses la carga en diferido con imágenes ocultas y que no aparecen en pantalla una vez que todos los recursos críticos hayan terminado de cargarse para reducir el tiempo que pasa hasta que la página es interactiva. [Consulta cómo posponer las imágenes que no aparecen en pantalla](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Pospón la carga de imágenes que no aparecen en pantalla"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Si la carga útil de la red es muy grande, los usuarios consumen más datos móviles y las páginas tardan más en cargarse. [Consulta cómo reducir el tamaño de la carga útil](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": "Bibliotecas de JavaScript detectadas"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Las secuencias de comandos externas inyectadas dinámicamente mediante `document.write()` pueden retrasar la carga de la página varias decenas de segundos en conexiones lentas. [Consulta cómo evitar el elemento 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": "Evitar `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": "Los usuarios dudan o desconfían de los sitios que solicitan enviar notificaciones sin contexto. Como alternativa, puedes vincular la solicitud a los gestos de los usuarios. [Más información sobre cómo obtener permiso para recibir notificaciones de forma responsable](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": "Permite que los usuarios peguen texto en campos de entrada"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Se recomienda que los procesadores de eventos táctiles y de la rueda sean `passive` para mejorar el desplazamiento de tu página. [Más información sobre cómo adoptar procesadores de eventos pasivos](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": "No usa listeners pasivos para mejorar el desplazamiento"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Usa listeners pasivos para mejorar el desplazamiento"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Los errores registrados en la consola indican que hay problemas sin resolver. Pueden proceder de solicitudes fallidas de la red y otros errores del navegador. [Más información sobre estos errores en la auditoría de diagnóstico de la consola](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": "El primer renderizado con contenido indica el momento en el que se renderiza el primer texto o la primera imagen. [Más información sobre la métrica Primer renderizado con contenido](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "El primer renderizado significativo mide el momento en que se muestra el contenido principal de la página. [Más información sobre la métrica Primer renderizado significativo](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": "Interacción con el siguiente renderizado mide la capacidad de respuesta de la página, es decir, el tiempo que tarda la página en responder de forma visible a la entrada del usuario. [Más información sobre la métrica Interacción con el siguiente renderizado](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "JavaScriptin suorittamiseen kuluva aika"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Suosittelemme lykkäämään poissa näkyvistä olevien ja piilotettujen kuvien lataamista, kunnes kaikki kriittiset resurssit on ladattu. [Lue lisää poissa näkyvistä olevien kuvien latauksen lykkäämisestä](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Lykkää kuvien lataamista, jos ne eivät ole näkyvissä"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Suuret verkkoresurssit aiheuttavat kuluja käyttäjille ja liittyvät vahvasti pitkiin latausaikoihin. [Lue lisää resurssien koon pienentämisestä](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": "Havaitut JavaScript-kirjastot"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Hitaiden yhteyksien käyttäjien kohdalla `document.write()`-komennolla dynaamisesti lisätyt ulkoiset skriptit voivat hidastaa sivun latausta kymmenillä sekunneilla. [Katso, miten voit välttää document.write()-komentoa](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Vältä: `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Vältetty: `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Sivustot, jotka pyytävät lupaa ilmoitusten lähettämiseen ilman asiayhteyttä, saavat käyttäjät epäluuloisiksi tai hämmentävät heitä. Kokeile sen sijaan yhdistää pyyntö käyttäjäeleisiin. [Lue lisää ilmoitusluvan pyytämisestä vastuullisesti](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": "Sallii käyttäjien liittää sisältöä syötekenttiin"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Sinun kannattaa ehkä merkitä kosketus- ja vieritystapahtumien seurainten arvoksi `passive` sivun vieritystoiminnan parantamiseksi. [Lue lisää passiivisten tapahtumaseurainten käyttöönotosta](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": "Ei käytä passiivisia seuraimia vieritystoiminnan parantamiseen"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Käyttää passiivisia seuraimia vieritystoiminnan parantamiseen"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Konsoliin kirjatut virheet viittaavat ratkaisemattomiin ongelmiin. Ne voivat johtua epäonnistuneista verkkopyynnöistä ja muista selainongelmista. [Lue lisää virheistä konsolin diagnostiikkatarkastuksesta](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": "Ensimmäinen sisällön renderöinti kertoo, milloin ensimmäinen tekstikohde tai kuva renderöidään. [Lue lisää Ensimmäinen sisällön renderöinti ‐mittarista](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "Ensimmäinen merkityksellinen renderöinti kertoo, milloin sivun ensisijainen sisältö tulee näkyviin. [Lue lisää Ensimmäinen merkityksellinen renderöinti ‐mittarista](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": "Interaktiosta seuraavaan renderöintiin ‐mittari mittaa sivun responsiivisuutta eli sitä, kuinka pian sivu vastaa näkyvästi käyttäjän palautteeseen. [Lue lisää Interaktiosta seuraavaan renderöintiin ‐mittarista](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Bilis ng pagpapagana ng JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Pag-isipang bagalan ang pag-load ng mga offscreen at naka-hide na larawan kapag tapos nang mag-load ang lahat ng mahalagang resource para mapabilis ang oras bago maging interactive. [Alamin kung paano ipagpaliban ang mga offscreen na larawan](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Ipagpaliban ang mga larawang wala sa screen"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Napapagastos ang mga user sa malalaking payload ng network, at malaki ang kaugnayan ng mga ito sa matagal na pag-load. [Alamin kung paano bawasan ang mga laki ng 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": "Natukoy na mga library ng JavaScript"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Para sa mga user na may mabagal na koneksyon, puwedeng maantala nang matagal ang pag-load ng page dahil sa mga external na script na dynamic na inilagay sa pamamagitan ng `document.write()`. [Alamin kung paano iwasan ang 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": "Iwasan ang `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Umiiwas sa `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Walang tiwala o nalilito ang mga user sa mga site na humihiling na magpadala ng mga notification nang walang konteksto. Sa halip ay pag-isipang iugnay ang kahilingan sa mga galaw ng user. [Matuto pa tungkol sa responsableng pagkuha ng pahintulot para sa mga notification](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": "Pinapayagan ang mga user na mag-paste sa mga field ng input"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Pag-isipang markahan ang iyong mga touch and wheel event listener bilang `passive` para mapahusay ang performance sa pag-scroll ng iyong page. [Matuto pa tungkol sa paggamit ng mga passive na event listener](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": "Hindi gumagamit ng mga passive na listener para pahusayin ang performance sa pag-scroll"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Gumagamit ng mga passive na listener para pahusayin ang performance sa pag-scroll"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Nagsasaad ng mga hindi naresolbang problema ang mga error na naka-log sa console Puwedeng magmula ang mga ito sa mga hindi naisagawang kahilingan sa network at iba pang alalahanin sa browser. [Matuto pa tungkol sa mga error na ito sa diagnostic na pag-audit ng 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": "Minamarkahan ng First Contentful Paint ang tagal bago ma-paint ang unang text o larawan. [Matuto pa tungkol sa sukatang 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": "Sinusukat ng First Meaningful Paint ang bilis ng pagpapakita ng pangunahing content ng isang page. [Matuto pa tungkol sa sukatang 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": "Sinusukat ng Interaction to Next Paint ang pagiging responsive ng page, kung gaano katagal bago makitang tumutugon ang page sa input ng user. [Matuto pa tungkol sa sukatang Interaction to Next Paint](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Délai d'exécution de JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Envisagez de charger des images masquées ou hors écran après le chargement de toutes les ressources essentielles afin de réduire le délai avant interactivité. [Découvrez comment différer les images hors écran.](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Différez le chargement des images hors écran"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Les charges utiles des grands réseaux coûtent de l'argent réel aux utilisateurs et sont fortement corrélées aux délais de chargement interminables. [Découvrez comment réduire la taille des charges utiles.](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": "Bibliothèques JavaScript détectées"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Pour les utilisateurs rencontrant des problèmes de connexion lente, les scripts externes injectés dynamiquement via `document.write()` peuvent retarder le chargement des pages de plusieurs dizaines de secondes. [Découvrez comment éviter 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": "Évitez `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Évite `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Les utilisateurs se méfient des sites qui demandent à envoyer des notifications sans contexte. Envisagez plutôt d'associer la demande à des gestes de l'utilisateur. [Découvrez comment obtenir de façon responsable une autorisation pour les notifications.](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": "Autoriser les utilisateurs à coller du texte dans les champs de saisie"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Envisagez de marquer vos écouteurs d'événements tactiles et à la molette comme `passive` pour améliorer les performances de défilement de votre page. [En savoir plus sur l'utilisation d'écouteurs d'événements passifs](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": "La page n'utilise pas d'écouteurs d'événements passifs pour améliorer les performances de défilement"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "La page utilise des écouteurs d'événements passifs pour améliorer les performances de défilement"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Les erreurs enregistrées dans la console indiquent des problèmes non résolus. Ceux-ci peuvent être dus à des requêtes réseau qui ont échoué et à d'autres problèmes du navigateur. [En savoir plus sur ces erreurs dans l'audit de diagnostic de la 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": "La métrique \"First Contentful Paint\" indique le moment où le premier texte ou la première image sont affichés. [En savoir plus sur cette métrique](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\" mesure quand le contenu principal d'une page est visible. [En savoir plus sur cette métrique](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": "La métrique \"Interaction to Next Paint\" mesure la réactivité de la page, c'est-à-dire le temps que celle-ci met à répondre de manière visible à l'entrée utilisateur. [En savoir plus sur cette métrique](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -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": "מטענים ייעודיים (payload) בנפח גדול המועברים ברשת עולים למשתמשים כסף ולרוב מאריכים את זמני הטעינה. [כאן מוסבר איך להקטין נפח של מטען ייעודי (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": "ספריות 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` לפונקציות ה-event listener הקשורות למגע ולגלגלת. [מידע נוסף על הטמעה של פונקציות event listener פסיביות](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": "לא נעשה שימוש ברכיבי listener פסיביים לשיפור ביצועי הגלילה"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "נעשה שימוש ברכיבי listener פסיביים לשיפור ביצועי הגלילה"
|
|
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": "המדד 'הצגת תוכן ראשוני (FCP)' מציין את הזמן שבו הטקסט או התמונה הראשונים מוצגים. [מידע נוסף על המדד 'הצגת תוכן ראשוני (FCP)'](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "המדד 'הצגת התוכן העיקרי (FMP)' מציין מתי מוצג התוכן העיקרי של הדף. [מידע נוסף על המדד 'הצגת התוכן העיקרי (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": "המדד 'מאינטראקציה ועד הצגת התגובה' מודד את רמת הרספונסיביות של הדף – כמה זמן נדרש עד להצגת תגובה בדף לקלט של משתמש. [מידע נוסף על המדד 'מאינטראקציה ועד הצגת התגובה'](https://web.dev/articles/inp)"
|
|
988
961
|
},
|