lighthouse 11.3.0 → 11.4.0
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/accessibility/aria-allowed-role.js +1 -1
- package/core/audits/bf-cache.d.ts +1 -0
- package/core/audits/bf-cache.js +12 -2
- package/core/audits/bootup-time.js +3 -0
- package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +0 -10
- package/core/audits/byte-efficiency/byte-efficiency-audit.js +6 -46
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +0 -6
- package/core/audits/byte-efficiency/duplicated-javascript.js +9 -38
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +0 -11
- package/core/audits/byte-efficiency/legacy-javascript.js +5 -36
- package/core/audits/byte-efficiency/unminified-css.js +2 -2
- package/core/audits/byte-efficiency/unminified-javascript.js +2 -3
- package/core/audits/byte-efficiency/unused-javascript.js +10 -11
- package/core/audits/dobetterweb/uses-http2.d.ts +1 -1
- package/core/audits/dobetterweb/uses-http2.js +8 -5
- package/core/audits/layout-shift-elements.js +32 -17
- package/core/audits/metrics/cumulative-layout-shift.js +5 -1
- package/core/audits/metrics/max-potential-fid.d.ts +20 -0
- package/core/audits/metrics/max-potential-fid.js +69 -0
- package/core/audits/resource-summary.d.ts +11 -0
- package/core/audits/resource-summary.js +86 -0
- package/core/audits/third-party-cookies.d.ts +22 -0
- package/core/audits/third-party-cookies.js +112 -0
- package/core/audits/third-party-summary.d.ts +20 -2
- package/core/audits/third-party-summary.js +3 -48
- package/core/computed/entity-classification.js +1 -1
- package/core/computed/metrics/cumulative-layout-shift.d.ts +13 -1
- package/core/computed/metrics/cumulative-layout-shift.js +47 -1
- package/core/computed/metrics/lantern-first-contentful-paint.d.ts +50 -16
- package/core/computed/metrics/lantern-first-contentful-paint.js +56 -59
- package/core/computed/metrics/lantern-first-meaningful-paint.js +10 -12
- package/core/computed/metrics/lantern-largest-contentful-paint.js +9 -12
- package/core/computed/metrics/lantern-metric.d.ts +2 -2
- package/core/computed/metrics/lantern-metric.js +6 -5
- package/core/computed/resource-summary.d.ts +0 -1
- package/core/computed/resource-summary.js +2 -2
- package/core/computed/unused-css.js +2 -2
- package/core/config/constants.d.ts +2 -2
- package/core/config/constants.js +2 -2
- package/core/config/default-config.js +4 -0
- package/core/config/filters.js +1 -0
- package/core/gather/base-artifacts.js +2 -1
- package/core/gather/gatherers/css-usage.js +5 -0
- package/core/gather/gatherers/trace-elements.d.ts +6 -15
- package/core/gather/gatherers/trace-elements.js +15 -71
- package/core/gather/navigation-runner.js +1 -1
- package/core/lib/i18n/i18n.d.ts +2 -2
- package/core/lib/i18n/i18n.js +2 -2
- package/core/lib/minification-estimator.js +1 -1
- package/core/lib/network-recorder.d.ts +8 -0
- package/core/lib/network-recorder.js +13 -0
- package/core/lib/network-request.d.ts +11 -0
- package/core/lib/network-request.js +21 -1
- package/core/lib/rect-helpers.d.ts +5 -0
- package/core/lib/rect-helpers.js +15 -0
- package/core/lib/script-helpers.d.ts +34 -5
- package/core/lib/script-helpers.js +136 -0
- package/core/lib/url-utils.d.ts +6 -0
- package/core/lib/url-utils.js +14 -2
- package/core/runner.js +5 -1
- package/core/scripts/download-chrome.sh +56 -13
- package/dist/report/bundle.esm.js +30 -13
- package/dist/report/flow.js +32 -15
- package/dist/report/standalone.js +32 -15
- package/flow-report/src/i18n/i18n.d.ts +4 -0
- package/package.json +5 -4
- package/report/assets/styles.css +25 -8
- package/report/assets/templates.html +1 -1
- package/report/clients/standalone.js +1 -0
- package/report/renderer/components.js +2 -2
- package/report/renderer/explodey-gauge.js +0 -1
- package/report/renderer/performance-category-renderer.js +4 -2
- package/report/renderer/report-renderer.js +12 -1
- package/report/renderer/report-ui-features.js +3 -2
- package/report/renderer/report-utils.d.ts +2 -0
- package/report/renderer/report-utils.js +8 -4
- package/report/types/report-renderer.d.ts +2 -0
- package/shared/localization/locales/ar-XB.json +34 -25
- package/shared/localization/locales/ar.json +35 -26
- package/shared/localization/locales/bg.json +34 -25
- package/shared/localization/locales/ca.json +35 -26
- package/shared/localization/locales/cs.json +34 -25
- package/shared/localization/locales/da.json +51 -42
- package/shared/localization/locales/de.json +38 -29
- package/shared/localization/locales/el.json +34 -25
- package/shared/localization/locales/en-GB.json +35 -26
- package/shared/localization/locales/en-US.json +26 -5
- package/shared/localization/locales/en-XA.json +34 -25
- package/shared/localization/locales/en-XL.json +26 -5
- package/shared/localization/locales/es-419.json +34 -25
- package/shared/localization/locales/es.json +34 -25
- package/shared/localization/locales/fi.json +34 -25
- package/shared/localization/locales/fil.json +35 -26
- package/shared/localization/locales/fr.json +34 -25
- package/shared/localization/locales/he.json +35 -26
- package/shared/localization/locales/hi.json +35 -26
- package/shared/localization/locales/hr.json +35 -26
- package/shared/localization/locales/hu.json +34 -25
- package/shared/localization/locales/id.json +34 -25
- package/shared/localization/locales/it.json +34 -25
- package/shared/localization/locales/ja.json +34 -25
- package/shared/localization/locales/ko.json +35 -26
- package/shared/localization/locales/lt.json +34 -25
- package/shared/localization/locales/lv.json +35 -26
- package/shared/localization/locales/nl.json +35 -26
- package/shared/localization/locales/no.json +34 -25
- package/shared/localization/locales/pl.json +34 -25
- package/shared/localization/locales/pt-PT.json +35 -26
- package/shared/localization/locales/pt.json +35 -26
- package/shared/localization/locales/ro.json +34 -25
- package/shared/localization/locales/ru.json +35 -26
- package/shared/localization/locales/sk.json +35 -26
- package/shared/localization/locales/sl.json +35 -26
- package/shared/localization/locales/sr-Latn.json +34 -25
- package/shared/localization/locales/sr.json +34 -25
- package/shared/localization/locales/sv.json +35 -26
- package/shared/localization/locales/ta.json +35 -26
- package/shared/localization/locales/te.json +35 -26
- package/shared/localization/locales/th.json +34 -25
- package/shared/localization/locales/tr.json +35 -26
- package/shared/localization/locales/uk.json +34 -25
- package/shared/localization/locales/vi.json +34 -25
- package/shared/localization/locales/zh-HK.json +35 -26
- package/shared/localization/locales/zh-TW.json +38 -29
- package/shared/localization/locales/zh.json +34 -25
- package/shared/util.d.ts +14 -2
- package/shared/util.js +25 -3
- package/tsconfig.json +2 -0
- package/types/artifacts.d.ts +5 -2
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"message": "Izmantojiet video failu formātus animētam saturam"
|
|
640
640
|
},
|
|
641
641
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
642
|
-
"message": "Funkcionalitāšu un pārveidošanas kodi ļauj mantotos pārlūkos izmantot jaunas JavaScript funkcijas. Tomēr modernos pārlūkos daudzi no tiem nav nepieciešami. JavaScript pakai pielāgojiet modernu skripta izvietošanas stratēģiju, izmantojot moduļa/bez moduļa funkcijas noteikšanu, lai samazinātu uz moderniem pārlūkiem nosūtīta koda apjomu, vienlaikus nodrošinot atbalstu mantotiem pārlūkiem. [Uzziniet, kā izmantot modernu JavaScript](https://web.dev/publish-modern-javascript
|
|
642
|
+
"message": "Funkcionalitāšu un pārveidošanas kodi ļauj mantotos pārlūkos izmantot jaunas JavaScript funkcijas. Tomēr modernos pārlūkos daudzi no tiem nav nepieciešami. JavaScript pakai pielāgojiet modernu skripta izvietošanas stratēģiju, izmantojot moduļa/bez moduļa funkcijas noteikšanu, lai samazinātu uz moderniem pārlūkiem nosūtīta koda apjomu, vienlaikus nodrošinot atbalstu mantotiem pārlūkiem. [Uzziniet, kā izmantot modernu JavaScript](https://web.dev/articles/publish-modern-javascript)."
|
|
643
643
|
},
|
|
644
644
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
645
645
|
"message": "Novērsiet mantotā JavaScript koda izmantošanu modernos pārlūkos"
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"message": "Paredzamie izmēri"
|
|
994
994
|
},
|
|
995
995
|
"core/audits/image-size-responsive.js | description": {
|
|
996
|
-
"message": "Lai attēls būtu pēc iespējas skaidrāks, tā sākotnējiem izmēriem ir jābūt proporcionāliem attēlojuma lielumam un pikseļu attiecībai. [Uzziniet, kā iesniegt adaptīvus attēlus](https://web.dev/serve-responsive-images
|
|
996
|
+
"message": "Lai attēls būtu pēc iespējas skaidrāks, tā sākotnējiem izmēriem ir jābūt proporcionāliem attēlojuma lielumam un pikseļu attiecībai. [Uzziniet, kā iesniegt adaptīvus attēlus](https://web.dev/articles/serve-responsive-images)."
|
|
997
997
|
},
|
|
998
998
|
"core/audits/image-size-responsive.js | failureTitle": {
|
|
999
999
|
"message": "Attēli tiek rādīti zemā izšķirtspējā"
|
|
@@ -1158,13 +1158,13 @@
|
|
|
1158
1158
|
"message": "CLS daļa"
|
|
1159
1159
|
},
|
|
1160
1160
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Šie DOM elementi visvairāk veicina lapas CLS. [Uzziniet, kā uzlabot CLS](https://web.dev/optimize-cls
|
|
1161
|
+
"message": "Šie DOM elementi visvairāk veicina lapas CLS. [Uzziniet, kā uzlabot CLS](https://web.dev/articles/optimize-cls)."
|
|
1162
1162
|
},
|
|
1163
1163
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1164
|
"message": "Centieties novērst lielas izkārtojuma nobīdes"
|
|
1165
1165
|
},
|
|
1166
1166
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
|
-
"message": "Attēli pirmajā ekrānā, kam tiek veikta atliktā ielāde, tiek atveidoti vēlāk lapas darbības ciklā. Tas var aizkavēt Largest Contentful Paint. [Uzziniet vairāk par optimālu atlikto ielādi](https://web.dev/lcp-lazy-loading
|
|
1167
|
+
"message": "Attēli pirmajā ekrānā, kam tiek veikta atliktā ielāde, tiek atveidoti vēlāk lapas darbības ciklā. Tas var aizkavēt Largest Contentful Paint. [Uzziniet vairāk par optimālu atlikto ielādi](https://web.dev/articles/lcp-lazy-loading)."
|
|
1168
1168
|
},
|
|
1169
1169
|
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1170
1170
|
"message": "Lielākā satura atveidojuma attēlam tika veikta atliktā ielāde"
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"message": "Largest Contentful Paint attēlam netika veikta atliktā ielāde"
|
|
1174
1174
|
},
|
|
1175
1175
|
"core/audits/long-tasks.js | description": {
|
|
1176
|
-
"message": "Šeit ir norādīti galvenā pavediena uzdevumi ar visilgāko izpildes laiku, lai palīdzētu noteikt, kuri uzdevumi visvairāk palielina ievades aizkavi. [Uzziniet, kā izvairīties no ilgiem galvenā pavediena uzdevumiem](https://web.dev/long-tasks-devtools
|
|
1176
|
+
"message": "Šeit ir norādīti galvenā pavediena uzdevumi ar visilgāko izpildes laiku, lai palīdzētu noteikt, kuri uzdevumi visvairāk palielina ievades aizkavi. [Uzziniet, kā izvairīties no ilgiem galvenā pavediena uzdevumiem](https://web.dev/articles/long-tasks-devtools)."
|
|
1177
1177
|
},
|
|
1178
1178
|
"core/audits/long-tasks.js | displayValue": {
|
|
1179
1179
|
"message": "{itemCount,plural, =1{Tika atrasts # uzdevums ar ilgu izpildes laiku}zero{Tika atrasti # uzdevumi ar ilgu izpildes laiku}one{Tika atrasts # uzdevums ar ilgu izpildes laiku}other{Tika atrasti # uzdevumi ar ilgu izpildes laiku}}"
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"message": "Manifestā ir maskējama ikona"
|
|
1222
1222
|
},
|
|
1223
1223
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1224
|
-
"message": "Cumulative Layout Shift norāda redzamo elementu kustību skatvietā. [Uzziniet vairāk par rādītāju “Cumulative Layout Shift”](https://web.dev/cls
|
|
1224
|
+
"message": "Cumulative Layout Shift norāda redzamo elementu kustību skatvietā. [Uzziniet vairāk par rādītāju “Cumulative Layout Shift”](https://web.dev/articles/cls)."
|
|
1225
1225
|
},
|
|
1226
1226
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1227
1227
|
"message": "Rādītājs “First Contentful Paint” ataino laiku, kad tiek atveidots pirmais teksts vai attēls. [Uzziniet vairāk par rādītāju “First Contentful Paint”](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"message": "Rādītājs “Pirmais nozīmīgais satura atveidojums” ataino, kad kļūst redzams lapas galvenais saturs. [Uzziniet vairāk par rādītāju “Pirmais nozīmīgais satura atveidojums”](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
1231
1231
|
},
|
|
1232
1232
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1233
|
-
"message": "Interaction to Next Paint nosaka lapas atbildi — laiku, kas lapai nepieciešams, lai redzami reaģētu uz lietotāja ievadi. [Uzziniet vairāk par rādītāju “Interaction to Next Paint”](https://web.dev/inp
|
|
1233
|
+
"message": "Interaction to Next Paint nosaka lapas atbildi — laiku, kas lapai nepieciešams, lai redzami reaģētu uz lietotāja ievadi. [Uzziniet vairāk par rādītāju “Interaction to Next Paint”](https://web.dev/articles/inp)."
|
|
1234
1234
|
},
|
|
1235
1235
|
"core/audits/metrics/interactive.js | description": {
|
|
1236
1236
|
"message": "Rādītājs “Time to Interactive” ir laiks, kas nepieciešams, lai lapa kļūtu pilnībā interaktīva. [Uzziniet vairāk par rādītāju “Time to Interactive”](https://developer.chrome.com/docs/lighthouse/performance/interactive/)."
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"message": "Servera aizmugursistēmas latentums"
|
|
1261
1261
|
},
|
|
1262
1262
|
"core/audits/no-unload-listeners.js | description": {
|
|
1263
|
-
"message": "Notikums “`unload`” nenodrošināja uzticamu aktivizēšanu, un tā uztveršana var liegt pārlūka optimizāciju, piemēram, pilnīgu saglabāšanu kešatmiņā. Tā vietā izmantojiet notikumu “`pagehide`” vai “`visibilitychange`”. [Uzziniet vairāk par ielādes atcelšanas notikumu uztvērējiem](https://web.dev/bfcache
|
|
1263
|
+
"message": "Notikums “`unload`” nenodrošināja uzticamu aktivizēšanu, un tā uztveršana var liegt pārlūka optimizāciju, piemēram, pilnīgu saglabāšanu kešatmiņā. Tā vietā izmantojiet notikumu “`pagehide`” vai “`visibilitychange`”. [Uzziniet vairāk par ielādes atcelšanas notikumu uztvērējiem](https://web.dev/articles/bfcache#never_use_the_unload_event)."
|
|
1264
1264
|
},
|
|
1265
1265
|
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1266
1266
|
"message": "Reģistrē notikuma “`unload`” uztvērēju"
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"message": "Izpildes budžets"
|
|
1306
1306
|
},
|
|
1307
1307
|
"core/audits/preload-fonts.js | description": {
|
|
1308
|
-
"message": "Lai jaunie apmeklētāji varētu izmantot fontus ar atribūtu “`optional`”, ielādējiet tos iepriekš. [Uzziniet vairāk par fontu iepriekšēju ielādi](https://web.dev/preload-optional-fonts
|
|
1308
|
+
"message": "Lai jaunie apmeklētāji varētu izmantot fontus ar atribūtu “`optional`”, ielādējiet tos iepriekš. [Uzziniet vairāk par fontu iepriekšēju ielādi](https://web.dev/articles/preload-optional-fonts)."
|
|
1309
1309
|
},
|
|
1310
1310
|
"core/audits/preload-fonts.js | failureTitle": {
|
|
1311
1311
|
"message": "Fonti ar atribūtu `font-display: optional` nav iepriekš ielādēti"
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"message": "Fonti ar atribūtu `font-display: optional` ir ielādēti iepriekš"
|
|
1315
1315
|
},
|
|
1316
1316
|
"core/audits/prioritize-lcp-image.js | description": {
|
|
1317
|
-
"message": "Ja LCP elements tiek dinamiski pievienots lapai, jums attēls ir jāielādē iepriekš, lai varētu uzlabot LCP. [Uzziniet vairāk par LCP elementu iepriekšēju ielādi](https://web.dev/optimize-lcp
|
|
1317
|
+
"message": "Ja LCP elements tiek dinamiski pievienots lapai, jums attēls ir jāielādē iepriekš, lai varētu uzlabot LCP. [Uzziniet vairāk par LCP elementu iepriekšēju ielādi](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)."
|
|
1318
1318
|
},
|
|
1319
1319
|
"core/audits/prioritize-lcp-image.js | title": {
|
|
1320
1320
|
"message": "Largest Contentful Paint attēla iepriekšēja ielāde"
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"message": "Laika budžets"
|
|
1588
1588
|
},
|
|
1589
1589
|
"core/audits/unsized-images.js | description": {
|
|
1590
|
-
"message": "Iestatiet konkrētu platumu un augstumu attēlu elementiem, lai samazinātu izkārtojuma nobīdes un uzlabotu CLS. [Uzziniet, kā iestatīt attēlu izmērus](https://web.dev/optimize-cls
|
|
1590
|
+
"message": "Iestatiet konkrētu platumu un augstumu attēlu elementiem, lai samazinātu izkārtojuma nobīdes un uzlabotu CLS. [Uzziniet, kā iestatīt attēlu izmērus](https://web.dev/articles/optimize-cls#images_without_dimensions)."
|
|
1591
1591
|
},
|
|
1592
1592
|
"core/audits/unsized-images.js | failureTitle": {
|
|
1593
1593
|
"message": "Attēlu elementiem nav konkrēts `width` un `height`"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"message": "Ir tags `<meta name=\"viewport\">` ar `width` vai `initial-scale`"
|
|
1663
1663
|
},
|
|
1664
1664
|
"core/audits/work-during-interaction.js | description": {
|
|
1665
|
-
"message": "Tas ir pavediena bloķēšanas darbs laikā, kad notiek Interaction to Next Paint mērīšana. [Uzziniet vairāk par rādītāju “Interaction to Next Paint”](https://web.dev/inp
|
|
1665
|
+
"message": "Tas ir pavediena bloķēšanas darbs laikā, kad notiek Interaction to Next Paint mērīšana. [Uzziniet vairāk par rādītāju “Interaction to Next Paint”](https://web.dev/articles/inp)."
|
|
1666
1666
|
},
|
|
1667
1667
|
"core/audits/work-during-interaction.js | displayValue": {
|
|
1668
1668
|
"message": "{timeInMs, number, milliseconds} ms tika patērēts notikumam “{interactionType}”"
|
|
@@ -1704,10 +1704,10 @@
|
|
|
1704
1704
|
"message": "Paraugprakse"
|
|
1705
1705
|
},
|
|
1706
1706
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1707
|
-
"message": "Šīs pārbaudes izceļ iespējas [uzlabot tīmekļa lietotnes pieejamību](https://developer.chrome.com/docs/lighthouse/accessibility/). Automātiski var noteikt tikai daļu no problēmām, un netiek garantēta jūsu tīmekļa lietotnes atbilstība pieejamības standartiem, tādēļ ieteicams veikt arī [manuālu testēšanu](https://web.dev/how-to-review
|
|
1707
|
+
"message": "Šīs pārbaudes izceļ iespējas [uzlabot tīmekļa lietotnes pieejamību](https://developer.chrome.com/docs/lighthouse/accessibility/). Automātiski var noteikt tikai daļu no problēmām, un netiek garantēta jūsu tīmekļa lietotnes atbilstība pieejamības standartiem, tādēļ ieteicams veikt arī [manuālu testēšanu](https://web.dev/articles/how-to-review)."
|
|
1708
1708
|
},
|
|
1709
1709
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1710
|
-
"message": "Šie vienumi norāda uz vietām, kurām automātiskais testēšanas rīks nevar piekļūt. Uzziniet vairāk mūsu ceļvedī par [pieejamības pārskata veikšanu](https://web.dev/how-to-review
|
|
1710
|
+
"message": "Šie vienumi norāda uz vietām, kurām automātiskais testēšanas rīks nevar piekļūt. Uzziniet vairāk mūsu ceļvedī par [pieejamības pārskata veikšanu](https://web.dev/articles/how-to-review)."
|
|
1711
1711
|
},
|
|
1712
1712
|
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1713
1713
|
"message": "Pieejamība"
|
|
@@ -1794,10 +1794,10 @@
|
|
|
1794
1794
|
"message": "Veiktspēja"
|
|
1795
1795
|
},
|
|
1796
1796
|
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1797
|
-
"message": "Veicot šīs pārbaudes, varat validēt progresīvo tīmekļa lietotņu aspektus. [Uzziniet, kas veido labu progresīvo tīmekļa lietotni](https://web.dev/pwa-checklist
|
|
1797
|
+
"message": "Veicot šīs pārbaudes, varat validēt progresīvo tīmekļa lietotņu aspektus. [Uzziniet, kas veido labu progresīvo tīmekļa lietotni](https://web.dev/articles/pwa-checklist)."
|
|
1798
1798
|
},
|
|
1799
1799
|
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1800
|
-
"message": "Šīs pārbaudes ir vajadzīgas saskaņā ar standarta [PWA kontrolsarakstu](https://web.dev/pwa-checklist
|
|
1800
|
+
"message": "Šīs pārbaudes ir vajadzīgas saskaņā ar standarta [PWA kontrolsarakstu](https://web.dev/articles/pwa-checklist), taču Lighthouse neveic tās automātiski. Tās neietekmē jūsu rezultātu, taču ir svarīgi pārbaudīt šos lietotnes aspektus manuāli."
|
|
1801
1801
|
},
|
|
1802
1802
|
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1803
1803
|
"message": "PTL"
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"message": "PTL optimizācija"
|
|
1810
1810
|
},
|
|
1811
1811
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1812
|
-
"message": "Šīs pārbaudes nodrošina, ka jūsu lapa atbilst meklētājprogrammu optimizācijas pamatnostādnēm. Ir daudz papildu faktoru, kurus Lighthouse neņem vērā, taču kuri var ietekmēt jūsu meklēšanas rezultātu ranžēšanu, tostarp [Core Web Vitals](https://web.dev/
|
|
1812
|
+
"message": "Šīs pārbaudes nodrošina, ka jūsu lapa atbilst meklētājprogrammu optimizācijas pamatnostādnēm. Ir daudz papildu faktoru, kurus Lighthouse neņem vērā, taču kuri var ietekmēt jūsu meklēšanas rezultātu ranžēšanu, tostarp [Core Web Vitals](https://web.dev/explore/vitals) veiktspēju. [Uzziniet vairāk par Google meklēšanas pamatiem](https://support.google.com/webmasters/answer/35769)."
|
|
1813
1813
|
},
|
|
1814
1814
|
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1815
1815
|
"message": "Palaidiet savā vietnē šos papildu apstiprināšanas rīkus, lai aplūkotu papildu MPO paraugpraksi."
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"message": "Lighthouse nevarēja uzticami ielādēt jūsu pieprasīto lapu. Nodrošiniet, ka pārbaudāt pareizo URL un ka serveris pareizi reaģē uz visiem pieprasījumiem. (Detalizēta informācija: {errorDetails})"
|
|
2644
2644
|
},
|
|
2645
2645
|
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2646
|
-
"message": "Lighthouse nevarēja uzticami ielādēt jūsu pieprasīto lapu.
|
|
2646
|
+
"message": "Lighthouse nevarēja uzticami ielādēt jūsu pieprasīto lapu. Pārliecinieties, ka pārbaudāt pareizo URL un ka serveris pareizi reaģē uz visiem pieprasījumiem. (Statusa kods: {statusCode})"
|
|
2647
2647
|
},
|
|
2648
2648
|
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2649
2649
|
"message": "Lapas ielādei bija nepieciešams pārāk ilgs laiks. Lūdzu, izmantojiet pārskatā sniegtās iespējas, lai samazinātu lapas ielādes laiku, un pēc tam mēģiniet atkārtoti palaist Lighthouse. ({errorCode})"
|
|
@@ -2657,6 +2657,9 @@
|
|
|
2657
2657
|
"core/lib/lh-error.js | urlInvalid": {
|
|
2658
2658
|
"message": "Šķiet, ka jūsu norādītais URL nav derīgs."
|
|
2659
2659
|
},
|
|
2660
|
+
"core/lib/navigation-error.js | warningStatusCode": {
|
|
2661
|
+
"message": "Lighthouse nevarēja uzticami ielādēt jūsu pieprasīto lapu. Pārliecinieties, ka pārbaudāt pareizo URL un ka serveris pareizi reaģē uz visiem pieprasījumiem. (Statusa kods: {errorCode})"
|
|
2662
|
+
},
|
|
2660
2663
|
"core/lib/navigation-error.js | warningXhtml": {
|
|
2661
2664
|
"message": "Lapas MIME veids ir XHTML: rīkā Lighthouse šis dokumenta veids netiek atbalstīts."
|
|
2662
2665
|
},
|
|
@@ -3108,22 +3111,22 @@
|
|
|
3108
3111
|
"message": "Izmantojiet funkciju [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) ietvarā NitroPack, lai samazinātu pārlūkam nosūtīto failu lielumu."
|
|
3109
3112
|
},
|
|
3110
3113
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3111
|
-
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet vērtību `format=\"webp\"`. [Uzziniet vairāk](https://image.
|
|
3114
|
+
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet vērtību `format=\"webp\"`. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#format)."
|
|
3112
3115
|
},
|
|
3113
3116
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
3114
|
-
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet vērtību `loading=\"lazy\"` ārpus ekrāna esošajiem attēliem. [Uzziniet vairāk](https://image.
|
|
3117
|
+
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet vērtību `loading=\"lazy\"` ārpus ekrāna esošajiem attēliem. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#loading)."
|
|
3115
3118
|
},
|
|
3116
3119
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | prioritize-lcp-image": {
|
|
3117
|
-
"message": "Izmantojiet komponentu `nuxt/image` un norādiet elementa `preload` vērtību LCP attēlam. [Uzziniet vairāk](https://image.
|
|
3120
|
+
"message": "Izmantojiet komponentu `nuxt/image` un norādiet elementa `preload` vērtību LCP attēlam. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#preload)."
|
|
3118
3121
|
},
|
|
3119
3122
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
3120
|
-
"message": "Izmantojiet komponentu `nuxt/image` un norādiet skaidras vērtības `width` un `height`. [Uzziniet vairāk](https://image.
|
|
3123
|
+
"message": "Izmantojiet komponentu `nuxt/image` un norādiet skaidras vērtības `width` un `height`. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#width-height)."
|
|
3121
3124
|
},
|
|
3122
3125
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
3123
|
-
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet atbilstošo elementa `quality` vērtību. [Uzziniet vairāk](https://image.
|
|
3126
|
+
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet atbilstošo elementa `quality` vērtību. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#quality)."
|
|
3124
3127
|
},
|
|
3125
3128
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
3126
|
-
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet atbilstošo elementa `sizes` vērtību. [Uzziniet vairāk](https://image.
|
|
3129
|
+
"message": "Izmantojiet komponentu `nuxt/image` un iestatiet atbilstošo elementa `sizes` vērtību. [Uzziniet vairāk](https://image.nuxt.com/usage/nuxt-img#sizes)."
|
|
3127
3130
|
},
|
|
3128
3131
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
3129
3132
|
"message": "[Aizstājiet animētus GIF attēlus ar videoklipiem](https://web.dev/replace-gifs-with-videos/), lai paātrinātu tīmekļa lapas ielādi, un apsveriet iespēju izmantot modernus failu formātus, piemēram, [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) vai [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder), lai uzlabotu saspiešanas efektivitāti par vairāk nekā 30%, salīdzinot ar pašreizējo nozarē vadošo video kodeku VP9."
|
|
@@ -3359,6 +3362,12 @@
|
|
|
3359
3362
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3360
3363
|
"message": "Sākotnējā lapas ielāde"
|
|
3361
3364
|
},
|
|
3365
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowSnapshot": {
|
|
3366
|
+
"message": "Momentuzņēmums konkrētā brīdī"
|
|
3367
|
+
},
|
|
3368
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowTimespan": {
|
|
3369
|
+
"message": "Lietotāju mijiedarbības laika posms"
|
|
3370
|
+
},
|
|
3362
3371
|
"report/renderer/report-utils.js | runtimeCustom": {
|
|
3363
3372
|
"message": "Pielāgota ierobežošana"
|
|
3364
3373
|
},
|
|
@@ -3393,10 +3402,10 @@
|
|
|
3393
3402
|
"message": "Lietotāja aģents (tīkls)"
|
|
3394
3403
|
},
|
|
3395
3404
|
"report/renderer/report-utils.js | runtimeSingleLoad": {
|
|
3396
|
-
"message": "
|
|
3405
|
+
"message": "Vienas lapas sesija"
|
|
3397
3406
|
},
|
|
3398
3407
|
"report/renderer/report-utils.js | runtimeSingleLoadTooltip": {
|
|
3399
|
-
"message": "Šie dati ir iegūti no vienas lapas
|
|
3408
|
+
"message": "Šie dati ir iegūti no vienas lapas sesijas atšķirībā no lauka datiem, kas tiek apkopoti par daudzām sesijām."
|
|
3400
3409
|
},
|
|
3401
3410
|
"report/renderer/report-utils.js | runtimeSlow4g": {
|
|
3402
3411
|
"message": "Lēna 4G savienojuma ierobežošana"
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"message": "Gebruik video-indelingen voor content met animaties"
|
|
640
640
|
},
|
|
641
641
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
642
|
-
"message": "Met polyfills en transformaties kunnen verouderde browsers nieuwe JavaScript-functies gebruiken. Voor moderne browsers is dit meestal niet nodig. Volg voor je gebundelde JavaScript een implementatiestrategie voor moderne scripts op basis van module/nomodule-detectie. Dan beperk je namelijk de hoeveelheid code die naar moderne browsers wordt gestuurd, terwijl oudere browsers ondersteund blijven. [Meer informatie over hoe je modern JavaScript gebruikt](https://web.dev/publish-modern-javascript
|
|
642
|
+
"message": "Met polyfills en transformaties kunnen verouderde browsers nieuwe JavaScript-functies gebruiken. Voor moderne browsers is dit meestal niet nodig. Volg voor je gebundelde JavaScript een implementatiestrategie voor moderne scripts op basis van module/nomodule-detectie. Dan beperk je namelijk de hoeveelheid code die naar moderne browsers wordt gestuurd, terwijl oudere browsers ondersteund blijven. [Meer informatie over hoe je modern JavaScript gebruikt](https://web.dev/articles/publish-modern-javascript)"
|
|
643
643
|
},
|
|
644
644
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
645
645
|
"message": "Voorkomen dat verouderde JavaScript wordt geleverd aan moderne browsers"
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"message": "Verwacht formaat"
|
|
994
994
|
},
|
|
995
995
|
"core/audits/image-size-responsive.js | description": {
|
|
996
|
-
"message": "De natuurlijke afmetingen van de afbeelding moeten in verhouding zijn tot het weergaveformaat en de pixelratio om de helderheid van de afbeelding te maximaliseren. [Meer informatie over het leveren van responsieve afbeeldingen](https://web.dev/serve-responsive-images
|
|
996
|
+
"message": "De natuurlijke afmetingen van de afbeelding moeten in verhouding zijn tot het weergaveformaat en de pixelratio om de helderheid van de afbeelding te maximaliseren. [Meer informatie over het leveren van responsieve afbeeldingen](https://web.dev/articles/serve-responsive-images)"
|
|
997
997
|
},
|
|
998
998
|
"core/audits/image-size-responsive.js | failureTitle": {
|
|
999
999
|
"message": "Levert afbeeldingen met lage resolutie"
|
|
@@ -1158,13 +1158,13 @@
|
|
|
1158
1158
|
"message": "CLS-bijdrage"
|
|
1159
1159
|
},
|
|
1160
1160
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Deze DOM-elementen dragen het meeste bij aan de CLS van de pagina. [Meer informatie over hoe je CLS kunt verbeteren](https://web.dev/optimize-cls
|
|
1161
|
+
"message": "Deze DOM-elementen dragen het meeste bij aan de CLS van de pagina. [Meer informatie over hoe je CLS kunt verbeteren](https://web.dev/articles/optimize-cls)"
|
|
1162
1162
|
},
|
|
1163
1163
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1164
|
"message": "Grote indelingsverschuivingen vermijden"
|
|
1165
1165
|
},
|
|
1166
1166
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
|
-
"message": "Afbeeldingen boven de vouw die worden geladen met lazy loading, worden later tijdens de levenscyclus van de pagina weergegeven. Hierdoor kan de Grootste weergave met content (LCP) worden vertraagd. [Meer informatie over optimale lazy loading](https://web.dev/lcp-lazy-loading
|
|
1167
|
+
"message": "Afbeeldingen boven de vouw die worden geladen met lazy loading, worden later tijdens de levenscyclus van de pagina weergegeven. Hierdoor kan de Grootste weergave met content (LCP) worden vertraagd. [Meer informatie over optimale lazy loading](https://web.dev/articles/lcp-lazy-loading)"
|
|
1168
1168
|
},
|
|
1169
1169
|
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1170
1170
|
"message": "Afbeelding voor Grootste weergave met content (LCP) is geladen met lazy loading"
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"message": "Afbeelding voor Grootste weergave met content (LCP) is niet geladen met lazy loading"
|
|
1174
1174
|
},
|
|
1175
1175
|
"core/audits/long-tasks.js | description": {
|
|
1176
|
-
"message": "Vermeldt de langste taken in de primaire thread (dit is handig om de factoren te identificeren die tot de meeste invoervertraging leiden). [Meer informatie over hoe je lange taken voor de hoofdthread voorkomt](https://web.dev/long-tasks-devtools
|
|
1176
|
+
"message": "Vermeldt de langste taken in de primaire thread (dit is handig om de factoren te identificeren die tot de meeste invoervertraging leiden). [Meer informatie over hoe je lange taken voor de hoofdthread voorkomt](https://web.dev/articles/long-tasks-devtools)"
|
|
1177
1177
|
},
|
|
1178
1178
|
"core/audits/long-tasks.js | displayValue": {
|
|
1179
1179
|
"message": "{itemCount,plural, =1{# lange taak gevonden}other{# lange taken gevonden}}"
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"message": "Manifest heeft een maskeerbaar icoon"
|
|
1222
1222
|
},
|
|
1223
1223
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1224
|
-
"message": "Cumulatieve indelingsverschuiving (CLS) meet de beweging van zichtbare elementen binnen de viewport. [Meer informatie over de statistiek Cumulatieve indelingsverschuiving (CLS)](https://web.dev/cls
|
|
1224
|
+
"message": "Cumulatieve indelingsverschuiving (CLS) meet de beweging van zichtbare elementen binnen de viewport. [Meer informatie over de statistiek Cumulatieve indelingsverschuiving (CLS)](https://web.dev/articles/cls)"
|
|
1225
1225
|
},
|
|
1226
1226
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1227
1227
|
"message": "Eerste weergave met content (FCP) geeft de tijd aan waarbinnen de eerste tekst of afbeelding wordt weergegeven. [Meer informatie over de statistiek Eerste weergave met content (LCP)](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"message": "Eerste nuttige weergave (FMP) meet wanneer de primaire content van een pagina zichtbaar is. [Meer informatie over de statistiek Eerste nuttige weergave (FMP)](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
1231
1231
|
},
|
|
1232
1232
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1233
|
-
"message": "Interactie tot Volgende weergave meet de responsiviteit van de pagina, dat wil zeggen hoelang het duurt voordat de pagina zichtbaar reageert op gebruikersinvoer. [Meer informatie over de statistiek Interactie tot Volgende weergave](https://web.dev/inp
|
|
1233
|
+
"message": "Interactie tot Volgende weergave meet de responsiviteit van de pagina, dat wil zeggen hoelang het duurt voordat de pagina zichtbaar reageert op gebruikersinvoer. [Meer informatie over de statistiek Interactie tot Volgende weergave](https://web.dev/articles/inp)"
|
|
1234
1234
|
},
|
|
1235
1235
|
"core/audits/metrics/interactive.js | description": {
|
|
1236
1236
|
"message": "Tijd tot interactief is de hoeveelheid tijd die nodig is voordat een pagina volledig interactief is. [Meer informatie over de statistiek Tijd tot interactief](https://developer.chrome.com/docs/lighthouse/performance/interactive/)"
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"message": "Wachttijden van server-backend"
|
|
1261
1261
|
},
|
|
1262
1262
|
"core/audits/no-unload-listeners.js | description": {
|
|
1263
|
-
"message": "De gebeurtenis `unload` wordt niet op een betrouwbare manier geactiveerd en hierop wachten kan ertoe leiden dat browseroptimalisaties zoals de Back-Forward Cache niet worden uitgevoerd. Gebruik in plaats daarvan de gebeurtenis `pagehide` of `visibilitychange`. [Meer informatie over het ongedaan maken van laden van event-listeners](https://web.dev/bfcache
|
|
1263
|
+
"message": "De gebeurtenis `unload` wordt niet op een betrouwbare manier geactiveerd en hierop wachten kan ertoe leiden dat browseroptimalisaties zoals de Back-Forward Cache niet worden uitgevoerd. Gebruik in plaats daarvan de gebeurtenis `pagehide` of `visibilitychange`. [Meer informatie over het ongedaan maken van laden van event-listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1264
1264
|
},
|
|
1265
1265
|
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1266
1266
|
"message": "Registreert een `unload`-listener"
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"message": "Prestatiebudget"
|
|
1306
1306
|
},
|
|
1307
1307
|
"core/audits/preload-fonts.js | description": {
|
|
1308
|
-
"message": "Laad lettertypen `optional` vooraf zodat nieuwe bezoekers deze kunnen gebruiken. [Meer informatie over het vooraf laden van lettertypen](https://web.dev/preload-optional-fonts
|
|
1308
|
+
"message": "Laad lettertypen `optional` vooraf zodat nieuwe bezoekers deze kunnen gebruiken. [Meer informatie over het vooraf laden van lettertypen](https://web.dev/articles/preload-optional-fonts)"
|
|
1309
1309
|
},
|
|
1310
1310
|
"core/audits/preload-fonts.js | failureTitle": {
|
|
1311
1311
|
"message": "Lettertypen met `font-display: optional` zijn niet vooraf geladen"
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"message": "Lettertypen met `font-display: optional` zijn vooraf geladen"
|
|
1315
1315
|
},
|
|
1316
1316
|
"core/audits/prioritize-lcp-image.js | description": {
|
|
1317
|
-
"message": "Als het LCP-element dynamisch wordt toegevoegd aan de pagina, moet je de afbeelding vooraf laden om LCP te optimaliseren. [Meer informatie over het vooraf laden van LCP-elementen](https://web.dev/optimize-lcp
|
|
1317
|
+
"message": "Als het LCP-element dynamisch wordt toegevoegd aan de pagina, moet je de afbeelding vooraf laden om LCP te optimaliseren. [Meer informatie over het vooraf laden van LCP-elementen](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)"
|
|
1318
1318
|
},
|
|
1319
1319
|
"core/audits/prioritize-lcp-image.js | title": {
|
|
1320
1320
|
"message": "Afbeelding voor Grootste weergave met content (LCP) vooraf laden"
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"message": "Timingbudget"
|
|
1588
1588
|
},
|
|
1589
1589
|
"core/audits/unsized-images.js | description": {
|
|
1590
|
-
"message": "Stel een expliciete breedte en hoogte in voor afbeeldingselementen om opmaakverschuivingen te verminderen en CLS te verbeteren. [Meer informatie over hoe je afbeeldingsafmetingen instelt](https://web.dev/optimize-cls
|
|
1590
|
+
"message": "Stel een expliciete breedte en hoogte in voor afbeeldingselementen om opmaakverschuivingen te verminderen en CLS te verbeteren. [Meer informatie over hoe je afbeeldingsafmetingen instelt](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1591
1591
|
},
|
|
1592
1592
|
"core/audits/unsized-images.js | failureTitle": {
|
|
1593
1593
|
"message": "Afbeeldingselementen hebben geen expliciete `width` en `height`"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"message": "Bevat een `<meta name=\"viewport\">`-tag met `width` of `initial-scale`"
|
|
1663
1663
|
},
|
|
1664
1664
|
"core/audits/work-during-interaction.js | description": {
|
|
1665
|
-
"message": "Dit is het werk dat threads blokkeert tijdens het meten van de Interactie tot de Volgende weergave. [Meer informatie over de statistiek Interactie tot Volgende weergave](https://web.dev/inp
|
|
1665
|
+
"message": "Dit is het werk dat threads blokkeert tijdens het meten van de Interactie tot de Volgende weergave. [Meer informatie over de statistiek Interactie tot Volgende weergave](https://web.dev/articles/inp)"
|
|
1666
1666
|
},
|
|
1667
1667
|
"core/audits/work-during-interaction.js | displayValue": {
|
|
1668
1668
|
"message": "{timeInMs, number, milliseconds} ms besteed aan gebeurtenis '{interactionType}'"
|
|
@@ -1704,10 +1704,10 @@
|
|
|
1704
1704
|
"message": "Praktische tips"
|
|
1705
1705
|
},
|
|
1706
1706
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1707
|
-
"message": "Deze controles wijzen op mogelijkheden om [de toegankelijkheid van je web-app te verbeteren](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatische detectie kan alleen een subset van problemen vaststellen en biedt geen garantie voor de toegankelijkheid van je web-app. Daarom wordt ook [handmatig testen](https://web.dev/how-to-review
|
|
1707
|
+
"message": "Deze controles wijzen op mogelijkheden om [de toegankelijkheid van je web-app te verbeteren](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatische detectie kan alleen een subset van problemen vaststellen en biedt geen garantie voor de toegankelijkheid van je web-app. Daarom wordt ook [handmatig testen](https://web.dev/articles/how-to-review) aanbevolen."
|
|
1708
1708
|
},
|
|
1709
1709
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1710
|
-
"message": "Deze items gaan over gebieden die niet kunnen worden getest met een automatische testtool. Bekijk meer informatie in onze gids over [het uitvoeren van een toegankelijkheidscontrole](https://web.dev/how-to-review
|
|
1710
|
+
"message": "Deze items gaan over gebieden die niet kunnen worden getest met een automatische testtool. Bekijk meer informatie in onze gids over [het uitvoeren van een toegankelijkheidscontrole](https://web.dev/articles/how-to-review)."
|
|
1711
1711
|
},
|
|
1712
1712
|
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1713
1713
|
"message": "Toegankelijkheid"
|
|
@@ -1794,10 +1794,10 @@
|
|
|
1794
1794
|
"message": "Prestaties"
|
|
1795
1795
|
},
|
|
1796
1796
|
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1797
|
-
"message": "Deze checks valideren de aspecten van een progressive web-app. [Meer informatie over wat een goede progressive web-app is](https://web.dev/pwa-checklist
|
|
1797
|
+
"message": "Deze checks valideren de aspecten van een progressive web-app. [Meer informatie over wat een goede progressive web-app is](https://web.dev/articles/pwa-checklist)"
|
|
1798
1798
|
},
|
|
1799
1799
|
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1800
|
-
"message": "Deze controles worden vereist door de baseline [PWA-checklist](https://web.dev/pwa-checklist
|
|
1800
|
+
"message": "Deze controles worden vereist door de baseline [PWA-checklist](https://web.dev/articles/pwa-checklist) maar worden niet automatisch gecontroleerd door Lighthouse. Ze zijn niet van invloed op je score, maar het is wel belangrijk dat je ze handmatig verifieert."
|
|
1801
1801
|
},
|
|
1802
1802
|
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1803
1803
|
"message": "PWA"
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"message": "Geoptimaliseerd voor PWA"
|
|
1810
1810
|
},
|
|
1811
1811
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1812
|
-
"message": "Deze checks zorgen ervoor dat je pagina het algemene advies voor zoekmachineoptimalisatie volgt. Er zijn veel aanvullende factoren waarvoor Lighthouse hier geen score geeft, maar die wel van invloed kunnen zijn op je zoekpositie, waaronder de prestaties voor [Site-vitaliteit](https://web.dev/
|
|
1812
|
+
"message": "Deze checks zorgen ervoor dat je pagina het algemene advies voor zoekmachineoptimalisatie volgt. Er zijn veel aanvullende factoren waarvoor Lighthouse hier geen score geeft, maar die wel van invloed kunnen zijn op je zoekpositie, waaronder de prestaties voor [Site-vitaliteit](https://web.dev/explore/vitals). [Meer informatie over Google Search Essentials](https://support.google.com/webmasters/answer/35769)"
|
|
1813
1813
|
},
|
|
1814
1814
|
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1815
1815
|
"message": "Voer deze extra validators op je site uit om aanvullende praktische tips voor SEO te controleren."
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"message": "Lighthouse kan de aangevraagde pagina niet goed laden. Zorg ervoor dat je de juiste URL test en dat de server correct reageert op alle verzoeken. (Details: {errorDetails})"
|
|
2644
2644
|
},
|
|
2645
2645
|
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2646
|
-
"message": "Lighthouse kan de aangevraagde pagina niet goed laden. Zorg
|
|
2646
|
+
"message": "Lighthouse kan de aangevraagde pagina niet goed laden. Zorg dat je de juiste URL test en de server correct reageert op alle verzoeken. (Statuscode: {statusCode})"
|
|
2647
2647
|
},
|
|
2648
2648
|
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2649
2649
|
"message": "Het laden van je pagina duurde te lang. Volg de suggesties in het rapport om de laadtijd van je pagina te beperken. Voer Lighthouse daarna opnieuw uit. ({errorCode})"
|
|
@@ -2657,6 +2657,9 @@
|
|
|
2657
2657
|
"core/lib/lh-error.js | urlInvalid": {
|
|
2658
2658
|
"message": "Het lijkt erop dat je een ongeldige URL hebt opgegeven."
|
|
2659
2659
|
},
|
|
2660
|
+
"core/lib/navigation-error.js | warningStatusCode": {
|
|
2661
|
+
"message": "Lighthouse kan de aangevraagde pagina niet goed laden. Zorg dat je de juiste URL test en de server correct reageert op alle verzoeken. (Statuscode: {errorCode})"
|
|
2662
|
+
},
|
|
2660
2663
|
"core/lib/navigation-error.js | warningXhtml": {
|
|
2661
2664
|
"message": "Het MIME-type van de pagina is XHTML: Lighthouse ondersteunt dit documenttype niet expliciet"
|
|
2662
2665
|
},
|
|
@@ -3108,22 +3111,22 @@
|
|
|
3108
3111
|
"message": "Gebruik [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack om de grootte te verkleinen van de bestanden die naar de browser worden gestuurd."
|
|
3109
3112
|
},
|
|
3110
3113
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3111
|
-
"message": "Gebruik de component `nuxt/image` en stel `format=\"webp\"` in. [Meer informatie](https://image.
|
|
3114
|
+
"message": "Gebruik de component `nuxt/image` en stel `format=\"webp\"` in. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#format)"
|
|
3112
3115
|
},
|
|
3113
3116
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
3114
|
-
"message": "Gebruik de component `nuxt/image` en stel `loading=\"lazy\"` in voor afbeeldingen buiten het scherm. [Meer informatie](https://image.
|
|
3117
|
+
"message": "Gebruik de component `nuxt/image` en stel `loading=\"lazy\"` in voor afbeeldingen buiten het scherm. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#loading)"
|
|
3115
3118
|
},
|
|
3116
3119
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | prioritize-lcp-image": {
|
|
3117
|
-
"message": "Gebruik de component `nuxt/image` en geef `preload` voor de LCP-afbeelding op. [Meer informatie](https://image.
|
|
3120
|
+
"message": "Gebruik de component `nuxt/image` en geef `preload` voor de LCP-afbeelding op. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#preload)"
|
|
3118
3121
|
},
|
|
3119
3122
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
3120
|
-
"message": "Gebruik de component `nuxt/image` en geef expliciet `width` en `height` op. [Meer informatie](https://image.
|
|
3123
|
+
"message": "Gebruik de component `nuxt/image` en geef expliciet `width` en `height` op. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#width-height)"
|
|
3121
3124
|
},
|
|
3122
3125
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
3123
|
-
"message": "Gebruik de component `nuxt/image` en stel de juiste `quality` in. [Meer informatie](https://image.
|
|
3126
|
+
"message": "Gebruik de component `nuxt/image` en stel de juiste `quality` in. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#quality)"
|
|
3124
3127
|
},
|
|
3125
3128
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
3126
|
-
"message": "Gebruik de component `nuxt/image` en stel de juiste `sizes` in. [Meer informatie](https://image.
|
|
3129
|
+
"message": "Gebruik de component `nuxt/image` en stel de juiste `sizes` in. [Meer informatie](https://image.nuxt.com/usage/nuxt-img#sizes)"
|
|
3127
3130
|
},
|
|
3128
3131
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
3129
3132
|
"message": "[Vervang geanimeerde gif's door video](https://web.dev/replace-gifs-with-videos/) zodat de webpagina sneller laadt en overweeg moderne bestandsindelingen zoals [webm](https://web.dev/replace-gifs-with-videos/#create-webm-videos) of [av1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) te gebruiken voor een tot 30% efficiëntere compressie vergeleken met de huidige geavanceerde videocodec, vp9."
|
|
@@ -3359,6 +3362,12 @@
|
|
|
3359
3362
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3360
3363
|
"message": "Eerste keer laden van de pagina"
|
|
3361
3364
|
},
|
|
3365
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowSnapshot": {
|
|
3366
|
+
"message": "Momentopname op een specifiek tijdstip"
|
|
3367
|
+
},
|
|
3368
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowTimespan": {
|
|
3369
|
+
"message": "Tijdsduur van gebruikersinteracties"
|
|
3370
|
+
},
|
|
3362
3371
|
"report/renderer/report-utils.js | runtimeCustom": {
|
|
3363
3372
|
"message": "Aangepaste throttling"
|
|
3364
3373
|
},
|
|
@@ -3393,10 +3402,10 @@
|
|
|
3393
3402
|
"message": "User-agent (netwerk)"
|
|
3394
3403
|
},
|
|
3395
3404
|
"report/renderer/report-utils.js | runtimeSingleLoad": {
|
|
3396
|
-
"message": "
|
|
3405
|
+
"message": "Sessie waarbij één pagina wordt geladen"
|
|
3397
3406
|
},
|
|
3398
3407
|
"report/renderer/report-utils.js | runtimeSingleLoadTooltip": {
|
|
3399
|
-
"message": "Deze gegevens zijn afkomstig van
|
|
3408
|
+
"message": "Deze gegevens zijn afkomstig van een sessie waarbij één pagina wordt geladen, in tegenstelling tot veldgegevens die veel sessies samenvatten."
|
|
3400
3409
|
},
|
|
3401
3410
|
"report/renderer/report-utils.js | runtimeSlow4g": {
|
|
3402
3411
|
"message": "Langzame 4G-throttling"
|