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
|
@@ -46,7 +46,9 @@ class FontDisplayInsight extends Audit {
|
|
|
46
46
|
url: font.request.args.data.url,
|
|
47
47
|
wastedMs: font.wastedTime,
|
|
48
48
|
}));
|
|
49
|
-
|
|
49
|
+
const details = Audit.makeTableDetails(headings, items);
|
|
50
|
+
details.skipSumming = ['wastedMs'];
|
|
51
|
+
return details;
|
|
50
52
|
});
|
|
51
53
|
}
|
|
52
54
|
}
|
|
@@ -114,11 +114,9 @@ const defaultConfig = {
|
|
|
114
114
|
|
|
115
115
|
{id: 'Accessibility', gatherer: 'accessibility'},
|
|
116
116
|
{id: 'AnchorElements', gatherer: 'anchor-elements'},
|
|
117
|
-
{id: 'CacheContents', gatherer: 'cache-contents'},
|
|
118
117
|
{id: 'ConsoleMessages', gatherer: 'console-messages'},
|
|
119
118
|
{id: 'CSSUsage', gatherer: 'css-usage'},
|
|
120
119
|
{id: 'Doctype', gatherer: 'dobetterweb/doctype'},
|
|
121
|
-
{id: 'DOMStats', gatherer: 'dobetterweb/domstats'},
|
|
122
120
|
{id: 'Inputs', gatherer: 'inputs'},
|
|
123
121
|
{id: 'IFrameElements', gatherer: 'iframe-elements'},
|
|
124
122
|
{id: 'ImageElements', gatherer: 'image-elements'},
|
|
@@ -128,8 +126,6 @@ const defaultConfig = {
|
|
|
128
126
|
{id: 'MainDocumentContent', gatherer: 'main-document-content'},
|
|
129
127
|
{id: 'MetaElements', gatherer: 'meta-elements'},
|
|
130
128
|
{id: 'NetworkUserAgent', gatherer: 'network-user-agent'},
|
|
131
|
-
{id: 'OptimizedImages', gatherer: 'dobetterweb/optimized-images'},
|
|
132
|
-
{id: 'ResponseCompression', gatherer: 'dobetterweb/response-compression'},
|
|
133
129
|
{id: 'RobotsTxt', gatherer: 'seo/robots-txt'},
|
|
134
130
|
{id: 'Scripts', gatherer: 'scripts'},
|
|
135
131
|
{id: 'SourceMaps', gatherer: 'source-maps'},
|
|
@@ -149,7 +145,6 @@ const defaultConfig = {
|
|
|
149
145
|
'redirects-http',
|
|
150
146
|
'metrics/first-contentful-paint',
|
|
151
147
|
'metrics/largest-contentful-paint',
|
|
152
|
-
'metrics/first-meaningful-paint',
|
|
153
148
|
'metrics/speed-index',
|
|
154
149
|
'screenshot-thumbnails',
|
|
155
150
|
'final-screenshot',
|
|
@@ -260,7 +255,6 @@ const defaultConfig = {
|
|
|
260
255
|
'accessibility/manual/use-landmarks',
|
|
261
256
|
'accessibility/manual/visual-order-follows-dom',
|
|
262
257
|
'byte-efficiency/total-byte-weight',
|
|
263
|
-
'byte-efficiency/offscreen-images',
|
|
264
258
|
'byte-efficiency/unminified-css',
|
|
265
259
|
'byte-efficiency/unminified-javascript',
|
|
266
260
|
'byte-efficiency/unused-css-rules',
|
|
@@ -269,11 +263,9 @@ const defaultConfig = {
|
|
|
269
263
|
'dobetterweb/charset',
|
|
270
264
|
'dobetterweb/geolocation-on-start',
|
|
271
265
|
'dobetterweb/inspector-issues',
|
|
272
|
-
'dobetterweb/no-document-write',
|
|
273
266
|
'dobetterweb/js-libraries',
|
|
274
267
|
'dobetterweb/notification-on-start',
|
|
275
268
|
'dobetterweb/paste-preventing-inputs',
|
|
276
|
-
'dobetterweb/uses-passive-event-listeners',
|
|
277
269
|
'seo/meta-description',
|
|
278
270
|
'seo/http-status-code',
|
|
279
271
|
'seo/link-text',
|
|
@@ -407,9 +399,7 @@ const defaultConfig = {
|
|
|
407
399
|
// These are our "invisible" metrics. Not displayed, but still in the LHR.
|
|
408
400
|
{id: 'interactive', weight: 0, group: 'hidden', acronym: 'TTI'},
|
|
409
401
|
{id: 'max-potential-fid', weight: 0, group: 'hidden'},
|
|
410
|
-
{id: 'first-meaningful-paint', weight: 0, acronym: 'FMP', group: 'hidden'},
|
|
411
402
|
|
|
412
|
-
{id: 'offscreen-images', weight: 0, group: 'diagnostics'},
|
|
413
403
|
{id: 'unminified-css', weight: 0, group: 'diagnostics'},
|
|
414
404
|
{id: 'unminified-javascript', weight: 0, group: 'diagnostics'},
|
|
415
405
|
{id: 'unused-css-rules', weight: 0, group: 'diagnostics'},
|
|
@@ -418,8 +408,6 @@ const defaultConfig = {
|
|
|
418
408
|
{id: 'user-timings', weight: 0, group: 'diagnostics'},
|
|
419
409
|
{id: 'bootup-time', weight: 0, group: 'diagnostics'},
|
|
420
410
|
{id: 'mainthread-work-breakdown', weight: 0, group: 'diagnostics'},
|
|
421
|
-
{id: 'uses-passive-event-listeners', weight: 0, group: 'diagnostics'},
|
|
422
|
-
{id: 'no-document-write', weight: 0, group: 'diagnostics'},
|
|
423
411
|
{id: 'long-tasks', weight: 0, group: 'diagnostics'},
|
|
424
412
|
{id: 'non-composited-animations', weight: 0, group: 'diagnostics'},
|
|
425
413
|
{id: 'unsized-images', weight: 0, group: 'diagnostics'},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.8.2-dev.
|
|
4
|
+
"version": "12.8.2-dev.20251008",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -198,7 +198,6 @@
|
|
|
198
198
|
"lodash-es": "^4.17.21",
|
|
199
199
|
"lookup-closest-locale": "6.2.0",
|
|
200
200
|
"open": "^8.4.0",
|
|
201
|
-
"parse-cache-control": "1.0.1",
|
|
202
201
|
"puppeteer-core": "^24.23.0",
|
|
203
202
|
"robots-parser": "^3.0.1",
|
|
204
203
|
"speedline-core": "^1.4.3",
|
|
@@ -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
|
},
|
|
@@ -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"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "يمكنك استخدام طريقة التحميل الكسول للصور خارج الشاشة والصور المخفية بعد الانتهاء من تحميل جميع الموارد المُهمّة لتقليل وقت التفاعل. تعرَّف على [كيفية تأجيل تحميل الصور خارج الشاشة](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "تأجيل الصور خارج الشاشة"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "الحمولات الكبيرة للبيانات على الشبكة تُكلِّف المستخدمين الكثير من الأموال وترتبط إلى حد كبير بأوقات التحميل الطويلة. [تعرَّف على طريقة تقليل حمولات البيانات على الشبكة](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "مكتبات JavaScript التي تم رصدها"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "بالنسبة إلى المستخدمين الذين لديهم اتصالات بطيئة، يمكن أن تؤدي النصوص البرمجية الخارجية التي يتم إدخالها ديناميكيًا من خلال `document.write()` إلى تأخير تحميل الصفحة لمدة ثوانٍ متعددة. تعرَّف على [كيفية تجنُّب document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "تجنَّب `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "يتم تجنُب `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "لا يثق المستخدمون في المواقع الإلكترونية التي تطلب إرسال الإشعارات بدون سياق أو قد يؤدي ذلك إلى إرباكهم. يمكنك ربط الطلب بإيماءات المستخدم بدلاً من ذلك. [مزيد من المعلومات حول الحصول على إذن بشأن الإشعارات بشكلٍ مسؤول](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)"
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "يتم السماح للمستخدمين باللصق في حقول الإدخال"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "يمكنك وضع علامة على \"أدوات معالجة أحداث لمس الشاشة وتحريك الماوس\" بصفتها `passive` لتحسين عملية التنقل في صفحتك. [مزيد من المعلومات حول استخدام أدوات معالجة الأحداث السلبية](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "لا يتم استخدام أدوات معالجة الحدث السلبية لتحسين عملية التنقل في الصفحة"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "يتم استخدام أدوات معالجة الحدث السلبية لتحسين أداء التمرير"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "تشير الأخطاء التي تم تسجيلها في وحدة التحكّم إلى مشاكل لم يتم حلها. قد تنتج هذه المشاكل بسبب إخفاقات في طلبات الشبكة ومشاكل أخرى تتعلق بالمتصفِّح. [مزيد من المعلومات حول عملية التدقيق في بيانات التشخيص](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "يحدِّد مقياس \"سرعة عرض المحتوى على الصفحة\" الوقت الذي يُعرَض فيه أول نص أو صورة من محتوى الصفحة. [مزيد من المعلومات حول مقياس \"سرعة عرض المحتوى على الصفحة\"](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "يوضِّح مقياس \"سرعة عرض أوّل محتوى مفيد على الصفحة\" الوقت الذي تم فيه عرض المحتوى الأساسي لإحدى الصفحات. [مزيد من المعلومات حول مقياس \"سرعة عرض أوّل محتوى مفيد على الصفحة\"](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "يحدِّد مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\" سرعة استجابة الصفحة والمدّة التي تستغرِقها الصفحة للاستجابة بشكل واضح للبيانات التي أدخلها المستخدم. [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](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": "Мрежовите ресурси с голям размер струват пари на потребителите и са тясно свързани с бавното зареждане. [Научете как да намалите размера на ресурсите](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Открити библиотеки на JavaScript"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "За потребителите с бавни връзки външните скриптове, вмъквани динамично чрез `document.write()`, могат да забавят зареждането на страницата с десетки секунди. [Научете как да избягвате document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Избягвайте `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Избягва `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Потребителите се объркват или нямат доверие на сайтове, които искат да изпращат известия без контекст. Вместо това бихте могли да обвържете заявката към жестове на потребителя. [Научете повече за отговорното получаване на разрешение за известия](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Разрешава на потребителите да поставят в полетата за въвеждане"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "За да подобрите ефективността на страницата си при превъртане, бихте могли да означите като `passive` приемателите си на събития, свързани с докосване и с колелцето на мишката. [Научете повече за използването на пасивни приематели на събития](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Не използва пасивни приематели на събития за подобряване на ефективността при превъртане"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Използва пасивни приематели на събития за подобряване на ефективността при превъртане"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Грешките, записани в конзолата, показват нерешени проблеми. Те може да се дължат на неуспешни заявки за мрежата и други проблеми в браузъра. [Научете повече за тези грешки, като прегледате данните от диагностичната проверка в конзолата](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "Показателят „Първо изобразяване на съдържание (FCP)“ указва след колко време се изобразява първият текстов или графичен елемент. [Научете повече за този показател](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "Показателят „Първо значимо изобразяване“ измерва времето, за което основното съдържание на страницата става видимо. [Научете повече за този показател](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Показателят „Изобразяване след взаимодействие“ измерва колко време е необходимо на страницата, за да реагира визуално след входящи данни от действие на потребител. [Научете повече за този показател](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Temps d'execució de JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Et recomanem que utilitzis la càrrega lenta de les imatges amagades i fora de pantalla un cop s'acabin de carregar tots els recursos essencials a fi de reduir el temps fins que és interactiva. [Obtén informació sobre com pots ajornar les imatges fora de pantalla](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Ajorna les imatges fora de pantalla"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Si la càrrega útil de la xarxa és molt gran, els usuaris consumeixen més dades mòbils i els temps de càrrega són més llargs. [Obtén informació sobre com pots reduir les mides de les càrregues útils](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": "Biblioteques de JavaScript detectades"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Per als usuaris amb connexions lentes, els scripts externs injectats dinàmicament mitjançant `document.write()` poden retardar la càrrega de la pàgina unes desenes de segon. [Obtén informació sobre com pots 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": "Evita `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Els usuaris reaccionen amb desconfiança i desconcert davant dels llocs web que sol·liciten enviar notificacions sense context. Et recomanem que vinculis la sol·licitud als gestos de l'usuari. [Obtén més informació sobre com pots aconseguir de manera responsable permís per rebre notificacions](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": "Permet que els usuaris enganxin contingut als camps d'entrada"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Per millorar el rendiment del desplaçament per la pàgina, et recomanem que estableixis els detectors d'esdeveniments de toc i de roda de desplaçament en `passive`. [Obtén més informació sobre com pots adoptar detectors d'esdeveniments passius](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 utilitza detectors passius per millorar el rendiment del desplaçament"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Utilitza detectors passius per millorar el rendiment del desplaçament"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Els errors registrats a la consola indiquen problemes pendents de resoldre. Poden provenir d'errors de sol·licitud de la xarxa i d'altres problemes del navegador. [Més informació sobre aquests errors en l'auditoria de diagnòstic 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": "La mètrica Primera renderització de contingut marca el moment en què es renderitza el primer text o la primera imatge. [Obtén més informació sobre la mètrica Primera renderització de contingut](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "La mètrica Primera renderització significativa mesura el moment en què el contingut principal d'una pàgina és visible. [Obtén més informació sobre la mètrica Primera renderització 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 mètrica Interacció amb la renderització següent mesura la capacitat de resposta de la pàgina; és a dir, el temps que tarda la pàgina a respondre visiblement a l'entrada de l'usuari. [Obtén més informació sobre la mètrica Interacció amb la renderització següent](https://web.dev/articles/inp)."
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Doba provádění JavaScriptu"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Zvažte možnost načítat obrázky mimo obrazovku a skryté obrázky „líně“ až po načtení všech kritických zdrojů, abyste zkrátili dobu k dosažení interaktivnosti. [Jak odložit načtení obrázků mimo obrazovku](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Odložte načítání obrázků mimo obrazovku"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Přenášení velkého množství dat po síti je pro uživatele finančně nákladné a obvykle vede k pomalému načítání. [Jak velikost přenášených dat snížit](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": "Byly zjištěny javascriptové knihovny"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "U uživatelů s pomalým připojením mohou externí skripty vkládané metodou `document.write()` načtení stránky zpozdit o desítky sekund. [Jak se vyhnout použití metody 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": "Nepoužívejte `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Nepoužívá metodu `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Vůči webům, které bez kontextu žádají o oprávnění odesílat oznámení, mohou být uživatelé nedůvěřiví nebo z nich mohou být zmateni. Zvažte možnost spojit tuto žádost s gesty uživatele. [Další informace o odpovědném získání oprávnění zobrazovat oznámení](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": "Povoluje uživatelům vkládání obsahu do zadávacích polí"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Zvažte označení posluchačů událostí dotyku a kolečka jako pasivních (`passive`), aby se stránka posouvala plynuleji. [Další informace o používání pasivních posluchačů událostí](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": "Nepoužívá pasivní posluchače, které zlepšují posouvání"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Používá pasivní posluchače, které zlepšují posouvání"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Chyby zaprotokolované do konzole ukazují na nevyřešené problémy. Mohou pocházet ze selhání síťových požadavků nebo jiných problémů v prohlížeči. [Další informace o těchto chybách v diagnostickém auditu v konzoli](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": "První vykreslení obsahu je okamžik vykreslení prvního textu nebo obrázku. [Další informace o metrice První vykreslení obsahu (FCP)](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "První smysluplné vykreslení udává, kdy začne být viditelný primární obsah stránky. [Další informace o metrice První smysluplné vykreslení](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": "Doba od interakce k dalšímu vykreslení měří rychlost odezvy stránky, tj. za jak dlouho stránka viditelně zareaguje na uživatelský vstup. [Další informace o metrice Doba od interakce k dalšímu vykreslení](https://web.dev/articles/inp)"
|
|
988
961
|
},
|
|
@@ -647,12 +647,6 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Udførelsestid for JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Overvej at bruge lazy loading til billeder, der ikke er på skærmen, eller som er skjulte, når alle kritiske ressourcer er indlæst for at reducere den tiden inden interaktiv tilstand (Time to Interactive). [Få flere oplysninger om, hvordan du udskyder indlæsning af billeder, der ikke er på skærmen](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Udskyd billeder, der ikke er på skærmen"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Store datapakker på netværk koster brugerne mange penge og er forbundet med lang indlæsningstid. [Få flere oplysninger om, hvordan du reducerer størrelsen på datapakker](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": "Registrerede JavaScript-biblioteker"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Eksterne scripts, der indsættes dynamisk via `document.write()`, kan forsinke sideindlæsningen med flere sekunder for brugere med langsomme forbindelser. [Få flere oplysninger om, hvordan du undgår 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": "Undgå `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Undgår `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Brugere er mistænksomme over for eller forvirres af websites, der anmoder om at sende notifikationer uden sammenhæng. Overvej at knytte anmodningen til brugerbevægelser i stedet for. [Få flere oplysninger om ansvarlig indhentning af tilladelse til notifikationer](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": "Gør det muligt for brugere at indsætte indhold i indtastningsfelter"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Overvej at markere hændelsesfunktionerne for tryk og hjul som `passive` for at forbedre effektiviteten ved rulning på siden. [Få flere oplysninger om implementering af passive hændelsesfunktioner](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": "Anvender ikke passive hændelsesfunktioner til at forbedre rulning"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Anvender passive hændelsesfunktioner til at forbedre rulning"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Fejl, der er logført i konsollen, angiver uløste problemer. De kan stamme fra mislykkede netværksanmodninger og andre browserproblemer. [Få flere oplysninger om disse fejl i auditten af konsoldiagnostik](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 markerer tidspunktet, hvor den første tekst eller det første billede vises. [Få flere oplysninger om metric'en First Contentful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
982
958
|
},
|
|
983
|
-
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
984
|
-
"message": "First Meaningful Paint måler, hvornår det primære indhold på en side kan ses. [Få flere oplysninger om metric'en First Meaningful Paint\n](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": "Interaktion indtil næste visning (Interaction to Next Paint) måler sidens svartid, dvs. hvor lang tid det tager, før siden reagerer på brugerinput på en synlig måde. [Få flere oplysninger om metric'en 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": "JavaScript-Ausführungszeit"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Wenn du Lazy Loading für nicht sichtbare und versteckte Bilder verwendest und sie zurückstellst, bis alle wichtigen Ressourcen geladen wurden, kannst du die Zeit bis Interaktivität reduzieren. [Weitere Informationen.](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Nicht sichtbare Bilder aufschieben"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Informationen zum Verringern der Nutzlastgröße.](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "JavaScript-Bibliotheken erkannt"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Für Nutzer mit langsamen Verbindungen können externe Skripts, die dynamisch über `document.write()` eingefügt werden, den Seitenaufbau um einige Sekunden verzögern. [Informationen zum Vermeiden von „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()` vermeiden"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Verwendet kein `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Wenn Websites die Berechtigung zum Senden von Benachrichtigungen ohne Begründung anfordern, sind Nutzer schnell misstrauisch oder irritiert. Versuche stattdessen, die Anforderung mit Touch-Gesten zu verbinden. [Weitere Informationen zum verantwortungsvollen Einholen der Berechtigung zum Senden von Benachrichtigungen.](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": "Erlaubt Nutzern, Inhalte in Eingabefelder einzufügen"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Wenn du deine Event-Listener für Tipp- und Mausradbewegungen als `passive` markierst, kannst du damit die Scrollleistung deiner Seite verbessern. [Weitere Informationen zur Verwendung von passiven Event-Listenern.](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)"
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Verwendet keine passiven Listener zur Verbesserung der Scrollleistung"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Verwendet passive Listener zur Verbesserung der Scrollleistung"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "In der Konsole protokollierte Fehler weisen auf ungelöste Probleme hin. Sie können durch fehlgeschlagene Netzwerkanfragen und andere Browserprobleme verursacht werden. [Weitere Informationen](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“ gibt an, wann der erste Text oder das erste Bild gerendert wird. [Weitere Informationen zum Messwert „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": "„Inhalte weitgehend gezeichnet“ gibt an, wann die Hauptinhalte einer Seite sichtbar sind. [Weitere Informationen zum Messwert „Inhalte weitgehend gezeichnet“.](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“ misst die Reaktionsfähigkeit der Seite, d. h. wie lange die Seite braucht, um sichtbar auf Nutzereingaben zu reagieren. [Weitere Informationen zum Messwert „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": "Χρόνος εκτέλεσης JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
651
|
-
"message": "Εξετάστε το ενδεχόμενο αργής φόρτωσης των εικόνων εκτός οθόνης και των κρυφών εικόνων μετά τη φόρτωση όλων των κρίσιμων πόρων. Με αυτόν τον τρόπο, μπορεί να μειωθεί ο χρόνος για αλληλεπίδραση. [Μάθετε πώς μπορείτε να αναβάλετε τη φόρτωση εικόνων εκτός οθόνης](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
654
|
-
"message": "Καθυστέρηση φόρτωσης εικόνων εκτός οθόνης"
|
|
655
|
-
},
|
|
656
650
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
657
651
|
"message": "Τα μεγάλα φορτία δικτύου συνεπάγονται οικονομικό κόστος για τους χρήστες και σχετίζονται σε μεγάλο βαθμό με εκτενείς χρόνους φόρτωσης. [Μάθετε πώς μπορείτε να μειώσετε τα μεγέθη των ωφέλιμων φορτίων](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
658
652
|
},
|
|
@@ -812,15 +806,6 @@
|
|
|
812
806
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
813
807
|
"message": "Εντοπίστηκαν βιβλιοθήκες JavaScript"
|
|
814
808
|
},
|
|
815
|
-
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
816
|
-
"message": "Για τους χρήστες με αργές συνδέσεις, η δυναμική εισαγωγή εξωτερικών σεναρίων μέσω `document.write()` μπορεί να καθυστερήσει τη φόρτωση των σελίδων για δεκάδες δευτερόλεπτα. [Μάθετε πώς να μπορείτε να αποφύγετε το document.writing()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)."
|
|
817
|
-
},
|
|
818
|
-
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
819
|
-
"message": "Αποφυγή `document.write()`"
|
|
820
|
-
},
|
|
821
|
-
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
822
|
-
"message": "Αποφυγή `document.write()`"
|
|
823
|
-
},
|
|
824
809
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
825
810
|
"message": "Οι ιστότοποι που απαιτούν την αποστολή ειδοποιήσεων χωρίς προφανή αιτία προκαλούν σύγχυση ή φαίνονται ύποπτοι στους χρήστες. Συνιστάται τα αιτήματα να συνδέονται με τις κινήσεις των χρηστών. [Μάθετε περισσότερα σχετικά με την υπεύθυνη λήψη άδειας για τις ειδοποιήσεις](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)."
|
|
826
811
|
},
|
|
@@ -839,15 +824,6 @@
|
|
|
839
824
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
840
825
|
"message": "Επιτρέπει στους χρήστες την επικόλληση σε πεδία εισαγωγής"
|
|
841
826
|
},
|
|
842
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
843
|
-
"message": "Εξετάστε το ενδεχόμενο να επισημάνετε τις λειτουργίες αναμονής συμβάντων χρήσης αφής και τροχού κύλισης ως `passive`, για να βελτιώσετε την απόδοση κύλισης της σελίδας σας. [Μάθετε περισσότερα σχετικά με την υιοθέτηση των παθητικών λειτουργιών αναμονής συμβάντων](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
844
|
-
},
|
|
845
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
846
|
-
"message": "Δεν χρησιμοποιεί παθητικές λειτουργίες επεξεργασίας συμβάντων για τη βελτίωση της απόδοσης κύλισης"
|
|
847
|
-
},
|
|
848
|
-
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
849
|
-
"message": "Χρησιμοποιεί παθητικές λειτουργίες επεξεργασίας συμβάντων για τη βελτίωση της απόδοσης κύλισης"
|
|
850
|
-
},
|
|
851
827
|
"core/audits/errors-in-console.js | description": {
|
|
852
828
|
"message": "Τα σφάλματα που έχουν καταγραφεί στην κονσόλα υποδεικνύουν ότι υπάρχουν προβλήματα τα οποία δεν έχουν επιλυθεί. Μπορεί να σχετίζονται με σφάλματα αιτημάτων δικτύου και με άλλα ζητήματα του προγράμματος περιήγησης. [Μάθετε περισσότερα σχετικά με αυτά τα σφάλματα στον διαγνωστικό έλεγχο κονσόλας](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
853
829
|
},
|
|
@@ -980,9 +956,6 @@
|
|
|
980
956
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
981
957
|
"message": "Η Πρώτη σχεδίαση περιεχομένου (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": "Η Πρώτη χρήσιμη μορφή υπολογίζει πότε καθίσταται ορατό το κύριο περιεχόμενο μιας σελίδας. [Μάθετε περισσότερα σχετικά με τη μέτρηση Πρώτη χρήσιμη μορφή](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
985
|
-
},
|
|
986
959
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
987
960
|
"message": "Το Interaction to Next Paint μετρά την ανταπόκριση της σελίδας και τον χρόνο που χρειάζεται η σελίδα για να ανταποκριθεί εμφανώς στην εισαγωγή στοιχείων από τους χρήστες. [Μάθετε περισσότερα σχετικά με τη μέτρηση Interaction to Next Paint](https://web.dev/articles/inp)."
|
|
988
961
|
},
|