lighthouse 10.4.0-dev.20230802 → 11.0.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.
Files changed (54) hide show
  1. package/core/config/default-config.js +0 -2
  2. package/dist/report/flow.js +1 -1
  3. package/package.json +3 -3
  4. package/shared/localization/locales/ar-XB.json +185 -14
  5. package/shared/localization/locales/ar.json +185 -14
  6. package/shared/localization/locales/bg.json +185 -14
  7. package/shared/localization/locales/ca.json +190 -19
  8. package/shared/localization/locales/cs.json +185 -14
  9. package/shared/localization/locales/da.json +185 -14
  10. package/shared/localization/locales/de.json +185 -14
  11. package/shared/localization/locales/el.json +185 -14
  12. package/shared/localization/locales/en-GB.json +185 -14
  13. package/shared/localization/locales/en-US.json +0 -9
  14. package/shared/localization/locales/en-XA.json +185 -14
  15. package/shared/localization/locales/en-XL.json +0 -9
  16. package/shared/localization/locales/es-419.json +185 -14
  17. package/shared/localization/locales/es.json +185 -14
  18. package/shared/localization/locales/fi.json +185 -14
  19. package/shared/localization/locales/fil.json +185 -14
  20. package/shared/localization/locales/fr.json +185 -14
  21. package/shared/localization/locales/he.json +186 -15
  22. package/shared/localization/locales/hi.json +185 -14
  23. package/shared/localization/locales/hr.json +185 -14
  24. package/shared/localization/locales/hu.json +185 -14
  25. package/shared/localization/locales/id.json +185 -14
  26. package/shared/localization/locales/it.json +185 -14
  27. package/shared/localization/locales/ja.json +185 -14
  28. package/shared/localization/locales/ko.json +185 -14
  29. package/shared/localization/locales/lt.json +185 -14
  30. package/shared/localization/locales/lv.json +185 -14
  31. package/shared/localization/locales/nl.json +185 -14
  32. package/shared/localization/locales/no.json +185 -14
  33. package/shared/localization/locales/pl.json +185 -14
  34. package/shared/localization/locales/pt-PT.json +185 -14
  35. package/shared/localization/locales/pt.json +190 -19
  36. package/shared/localization/locales/ro.json +185 -14
  37. package/shared/localization/locales/ru.json +185 -14
  38. package/shared/localization/locales/sk.json +185 -14
  39. package/shared/localization/locales/sl.json +185 -14
  40. package/shared/localization/locales/sr-Latn.json +185 -14
  41. package/shared/localization/locales/sr.json +185 -14
  42. package/shared/localization/locales/sv.json +185 -14
  43. package/shared/localization/locales/ta.json +185 -14
  44. package/shared/localization/locales/te.json +185 -14
  45. package/shared/localization/locales/th.json +185 -14
  46. package/shared/localization/locales/tr.json +185 -14
  47. package/shared/localization/locales/uk.json +185 -14
  48. package/shared/localization/locales/vi.json +185 -14
  49. package/shared/localization/locales/zh-HK.json +185 -14
  50. package/shared/localization/locales/zh-TW.json +185 -14
  51. package/shared/localization/locales/zh.json +185 -14
  52. package/types/internal/rxjs.d.ts +26 -0
  53. package/core/audits/resource-summary.d.ts +0 -16
  54. package/core/audits/resource-summary.js +0 -104
@@ -17,6 +17,15 @@
17
17
  "core/audits/accessibility/aria-allowed-attr.js | title": {
18
18
  "message": "Tumutugma ang mga attribute na `[aria-*]` sa mga tungkulin ng mga ito"
19
19
  },
20
+ "core/audits/accessibility/aria-allowed-role.js | description": {
21
+ "message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
22
+ },
23
+ "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
+ "message": "Values assigned to `role=\"\"` are not valid ARIA roles."
25
+ },
26
+ "core/audits/accessibility/aria-allowed-role.js | title": {
27
+ "message": "Values assigned to `role=\"\"` are valid ARIA roles."
28
+ },
20
29
  "core/audits/accessibility/aria-command-name.js | description": {
21
30
  "message": "Kapag walang accessible na pangalan ang isang element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Alamin kung paano gawing mas accessible ang mga element ng command](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
22
31
  },
@@ -26,6 +35,15 @@
26
35
  "core/audits/accessibility/aria-command-name.js | title": {
27
36
  "message": "May mga naa-access na pangalan ang mga element ng `button`, `link`, at `menuitem`"
28
37
  },
38
+ "core/audits/accessibility/aria-dialog-name.js | description": {
39
+ "message": "Posibleng mapigilan ng mga element ng dialog ng ARIA na walang accessible na pangalan ang mga user ng screen reader na matukoy ang layunin ng mga element na ito. [Matuto kung paano gagawing mas naa-access ang mga element ng dialog ng ARIA](https://dequeuniversity.com/rules/axe/4.7/aria-dialog-name)."
40
+ },
41
+ "core/audits/accessibility/aria-dialog-name.js | failureTitle": {
42
+ "message": "Walang accessible na pangalan ang mga element na may `role=\"dialog\"` o `role=\"alertdialog\"`."
43
+ },
44
+ "core/audits/accessibility/aria-dialog-name.js | title": {
45
+ "message": "May mga accessible na pangalan ang mga element na may `role=\"dialog\"` o `role=\"alertdialog\"`."
46
+ },
29
47
  "core/audits/accessibility/aria-hidden-body.js | description": {
30
48
  "message": "Ang mga pantulong na teknolohiya, tulad ng mga screen reader, ay hindi tuloy-tuloy na gumagana kapag nakatakda ang `aria-hidden=\"true\"` sa dokumentong `<body>`. [Alamin kung paano nakakaapekto ang `aria-hidden` sa nilalaman ng dokumento](https://dequeuniversity.com/rules/axe/4.7/aria-hidden-body)."
31
49
  },
@@ -107,6 +125,15 @@
107
125
  "core/audits/accessibility/aria-roles.js | title": {
108
126
  "message": "Valid ang mga value ng `[role]`"
109
127
  },
128
+ "core/audits/accessibility/aria-text.js | description": {
129
+ "message": "Kapag nagdagdag ng `role=text` sa palibot ng isang text node split sa pamamagitan ng markup, mabibigyang-daan ang VoiceOver na ituring ito bilang isang parirala, pero hindi iaanunsyo ang mga nafo-focus na descendent ng element. [Matuto pa tungkol sa attribute na `role=text`](https://dequeuniversity.com/rules/axe/4.7/aria-text)."
130
+ },
131
+ "core/audits/accessibility/aria-text.js | failureTitle": {
132
+ "message": "May mga nafo-focus na descendent ang mga element na may attribute na `role=text`."
133
+ },
134
+ "core/audits/accessibility/aria-text.js | title": {
135
+ "message": "Walang nafo-focus na descendent ang mga element na may attribute na `role=text`."
136
+ },
110
137
  "core/audits/accessibility/aria-toggle-field-name.js | description": {
111
138
  "message": "Kapag walang accessible na pangalan ang isang toggle field, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa tungkol sa mga toggle field](https://dequeuniversity.com/rules/axe/4.7/aria-toggle-field-name)."
112
139
  },
@@ -227,6 +254,15 @@
227
254
  "core/audits/accessibility/duplicate-id-aria.js | title": {
228
255
  "message": "Natatangi ang mga ARIA ID"
229
256
  },
257
+ "core/audits/accessibility/empty-heading.js | description": {
258
+ "message": "Napipigilan ng heading na walang content o may hindi naa-access na text ang mga user ng screen reader na ma-access ang impormasyon sa structure ng page. [Matuto pa tungkol sa mga heading](https://dequeuniversity.com/rules/axe/4.7/empty-heading)."
259
+ },
260
+ "core/audits/accessibility/empty-heading.js | failureTitle": {
261
+ "message": "Walang lamang content ang mga element ng heading."
262
+ },
263
+ "core/audits/accessibility/empty-heading.js | title": {
264
+ "message": "May lamang content ang lahat ng element ng heading."
265
+ },
230
266
  "core/audits/accessibility/form-field-multiple-labels.js | description": {
231
267
  "message": "Ang mga field ng form na may maraming label ay puwedeng hindi sinasadyang ianunsyo ng mga pantulong na teknolohiya tulad ng mga screen reader na ginagamit ang una, huli, o lahat ng label. [Alamin kung paano gumamit ng mga label ng form](https://dequeuniversity.com/rules/axe/4.7/form-field-multiple-labels)."
232
268
  },
@@ -281,6 +317,15 @@
281
317
  "core/audits/accessibility/html-xml-lang-mismatch.js | title": {
282
318
  "message": "Ang element na `<html>` ay may attribute na `[xml:lang]` na may parehong batayang wika tulad ng attribute na `[lang]`."
283
319
  },
320
+ "core/audits/accessibility/identical-links-same-purpose.js | description": {
321
+ "message": "May iisang paglalarawan dapat ang mga link na may iisang destinasyon, para matulungan ang mga user na maunawaan ang layunin ng link at magdesisyon kung susundan ito. [Matuto pa tungkol sa magkakatulad na link](https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose)."
322
+ },
323
+ "core/audits/accessibility/identical-links-same-purpose.js | failureTitle": {
324
+ "message": "Hindi magkakapareho ang layunin ng magkakatulad na link."
325
+ },
326
+ "core/audits/accessibility/identical-links-same-purpose.js | title": {
327
+ "message": "Magkakapareho ang layunin ng magkakatulad na link."
328
+ },
284
329
  "core/audits/accessibility/image-alt.js | description": {
285
330
  "message": "Layunin dapat ng mga nagbibigay-impormasyong element na magkaroon ng maikli at naglalarawang alternatibong text. Puwedeng balewalain ang mga decorative na element sa pamamagitan ng walang lamang kahaliling attribute. [Matuto pa tungkol sa attribute na `alt`](https://dequeuniversity.com/rules/axe/4.7/image-alt)."
286
331
  },
@@ -290,6 +335,15 @@
290
335
  "core/audits/accessibility/image-alt.js | title": {
291
336
  "message": "May mga attribute na `[alt]` ang mga element na larawan"
292
337
  },
338
+ "core/audits/accessibility/image-redundant-alt.js | description": {
339
+ "message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
340
+ },
341
+ "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
342
+ "message": "Image elements have `[alt]` attributes that are redundant text."
343
+ },
344
+ "core/audits/accessibility/image-redundant-alt.js | title": {
345
+ "message": "Image elements do not have `[alt]` attributes that are redundant text."
346
+ },
293
347
  "core/audits/accessibility/input-button-name.js | description": {
294
348
  "message": "Kapag nagdagdag ng natutukoy at accessible na text sa mga button ng input, posible nitong matulungan ang mga user ng screen reader na maunawaan ang layunin ng button ng input. [Matuto pa tungkol sa mga button ng input](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
295
349
  },
@@ -308,6 +362,15 @@
308
362
  "core/audits/accessibility/input-image-alt.js | title": {
309
363
  "message": "May text na `[alt]` ang mga element na `<input type=\"image\">`"
310
364
  },
365
+ "core/audits/accessibility/label-content-name-mismatch.js | description": {
366
+ "message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
367
+ },
368
+ "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
369
+ "message": "Elements with visible text labels do not have matching accessible names."
370
+ },
371
+ "core/audits/accessibility/label-content-name-mismatch.js | title": {
372
+ "message": "Elements with visible text labels have matching accessible names."
373
+ },
311
374
  "core/audits/accessibility/label.js | description": {
312
375
  "message": "Tinitiyak ng mga label na maayos na inaanunsyo ang mga kontrol ng form ng mga pantulong na teknolohiya, tulad ng mga screen reader. [Matuto pa tungkol sa mga label ng element ng form](https://dequeuniversity.com/rules/axe/4.7/label)."
313
376
  },
@@ -317,6 +380,24 @@
317
380
  "core/audits/accessibility/label.js | title": {
318
381
  "message": "May mga nauugnay na label ang mga element ng form"
319
382
  },
383
+ "core/audits/accessibility/landmark-one-main.js | description": {
384
+ "message": "Nakakatulong ang isang pangunahing landmark para ma-navigate ng mga user ng screen reader ang isang web page. [Matuto pa tungkol sa mga landmark](https://dequeuniversity.com/rules/axe/4.7/landmark-one-main)."
385
+ },
386
+ "core/audits/accessibility/landmark-one-main.js | failureTitle": {
387
+ "message": "Walang pangunahing landmark ang dokumento."
388
+ },
389
+ "core/audits/accessibility/landmark-one-main.js | title": {
390
+ "message": "May pangunahing landmark ang dokumento."
391
+ },
392
+ "core/audits/accessibility/link-in-text-block.js | description": {
393
+ "message": "Mahirap o imposibleng mabasa ng maraming user ang text na mababa ang contrast. Pinapahusay ng text ng link na nakikita ang experience para sa mga user na may malabong paningin. [Matuto kung paano gagawing natutukoy ang mga link](https://dequeuniversity.com/rules/axe/4.7/link-in-text-block)."
394
+ },
395
+ "core/audits/accessibility/link-in-text-block.js | failureTitle": {
396
+ "message": "Umaasa sa kulay para matukoy ang mga link."
397
+ },
398
+ "core/audits/accessibility/link-in-text-block.js | title": {
399
+ "message": "Natutukoy ang mga link nang hindi umaasa sa kulay."
400
+ },
320
401
  "core/audits/accessibility/link-name.js | description": {
321
402
  "message": "Pinapahusay ng text ng link (at alternatibong text para sa mga larawan, kapag ginamit bilang mga link) na nakikita, natatangi, at nafo-focus ang experience sa navigation para sa mga user ng screen reader. [Alamin kung paano gawing accessible ang mga link](https://dequeuniversity.com/rules/axe/4.7/link-name)."
322
403
  },
@@ -371,6 +452,24 @@
371
452
  "core/audits/accessibility/object-alt.js | title": {
372
453
  "message": "May alternatibong text ang mga element na `<object>`"
373
454
  },
455
+ "core/audits/accessibility/select-name.js | description": {
456
+ "message": "Ang mga element ng form na walang epektibong label ay puwedeng magdulot ng mga nakakainis na experience para sa mga user ng screen reader. [Matuto pa tungkol sa element na `select`](https://dequeuniversity.com/rules/axe/4.7/select-name)."
457
+ },
458
+ "core/audits/accessibility/select-name.js | failureTitle": {
459
+ "message": "Ang mga element ng select ay walang nauugnay na element ng label."
460
+ },
461
+ "core/audits/accessibility/select-name.js | title": {
462
+ "message": "Ang mga element ng select ay may mga nauugnay na element ng label."
463
+ },
464
+ "core/audits/accessibility/skip-link.js | description": {
465
+ "message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
466
+ },
467
+ "core/audits/accessibility/skip-link.js | failureTitle": {
468
+ "message": "Skip links are not focusable."
469
+ },
470
+ "core/audits/accessibility/skip-link.js | title": {
471
+ "message": "Skip links are focusable."
472
+ },
374
473
  "core/audits/accessibility/tabindex.js | description": {
375
474
  "message": "Nagpapahiwatig ng explicit na pagsasaayos ng navigation ang value na mas mataas sa 0. Bagama't kung tutuusin ay valid ito, madalas itong nagdudulot ng mga nakakainis na experience para sa mga user na umaasa sa mga pantulong na teknolohiya. [Matuto pa tungkol sa attribute na `tabindex`](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
376
475
  },
@@ -380,6 +479,15 @@
380
479
  "core/audits/accessibility/tabindex.js | title": {
381
480
  "message": "Walang element na may value na `[tabindex]` na mas mataas sa 0"
382
481
  },
482
+ "core/audits/accessibility/table-duplicate-name.js | description": {
483
+ "message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
484
+ },
485
+ "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
486
+ "message": "Tables have the same content in the summary attribute and `<caption>.`"
487
+ },
488
+ "core/audits/accessibility/table-duplicate-name.js | title": {
489
+ "message": "Tables have different content in the summary attribute and `<caption>`."
490
+ },
383
491
  "core/audits/accessibility/table-fake-caption.js | description": {
384
492
  "message": "May mga feature ang mga screen reader na mas nagpapadali ng pag-navigate sa mga talahanayan. Kapag tiniyak na ginagamit ng mga talahanayan ang mga aktwal na element ng caption sa halip na ang mga cell na may attribute na `[colspan]`, posibleng mapaganda ang experience para sa mga user ng screen reader. [Matuto pa tungkol sa mga caption](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
385
493
  },
@@ -389,6 +497,15 @@
389
497
  "core/audits/accessibility/table-fake-caption.js | title": {
390
498
  "message": "Gumagamit ang mga talahanayan ng `<caption>` sa halip na mga cell na may attribute na `[colspan]` para magsaad ng caption."
391
499
  },
500
+ "core/audits/accessibility/target-size.js | description": {
501
+ "message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.7/target-size)."
502
+ },
503
+ "core/audits/accessibility/target-size.js | failureTitle": {
504
+ "message": "Walang sapat na laki o puwang ang mga pipindutin."
505
+ },
506
+ "core/audits/accessibility/target-size.js | title": {
507
+ "message": "May sapat na laki at puwang ang mga pipindutin."
508
+ },
392
509
  "core/audits/accessibility/td-has-header.js | description": {
393
510
  "message": "May mga feature ang mga screen reader na mas nagpapadali ng pag-navigate sa mga talahanayan. Kapag tiniyak na may nauugnay na header ng talahanayan ang mga element na `<td>` sa isang malaking talahanayan (3 o higit pang cell sa lapad at taas), posibleng mapaganda ang experience para sa mga user ng screen reader. [Matuto pa tungkol sa mga header ng talahanayan](https://dequeuniversity.com/rules/axe/4.7/td-has-header)."
394
511
  },
@@ -966,7 +1083,7 @@
966
1083
  "message": "Sinusuportahan lang ang prefer_related_applications sa Chrome Beta at mga Stable na channel sa Android."
967
1084
  },
968
1085
  "core/audits/installable-manifest.js | protocol-timeout": {
969
- "message": "Hindi matukoy ng Lighthouse kung nagkaroon ng service worker. Pakisubukan sa mas bagong bersyon ng Chrome."
1086
+ "message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
970
1087
  },
971
1088
  "core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
972
1089
  "message": "Hindi sinusuportahan sa Android ang scheme ng URL ng manifest ({scheme})."
@@ -1115,6 +1232,9 @@
1115
1232
  "core/audits/metrics/first-meaningful-paint.js | description": {
1116
1233
  "message": "Sinusukat ng First Meaningful Paint ang bilis ng pagpapakita ng pangunahing content ng isang page. [Matuto pa tungkol sa sukatang First Meaningful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
1117
1234
  },
1235
+ "core/audits/metrics/interaction-to-next-paint.js | description": {
1236
+ "message": "Sinusukat ng Interaction to Next Paint ang pagiging responsive ng page, kung gaano katagal bago makitang tumutugon ang page sa input ng user. [Matuto pa tungkol sa sukatang Interaction to Next Paint](https://web.dev/inp/)."
1237
+ },
1118
1238
  "core/audits/metrics/interactive.js | description": {
1119
1239
  "message": "Ang Oras bago maging Interactive ay ang panahon bago maging ganap na interactive ang page. [Matuto pa tungkol sa sukatang Oras bago maging Interactive](https://developer.chrome.com/docs/lighthouse/performance/interactive/)."
1120
1240
  },
@@ -1208,15 +1328,6 @@
1208
1328
  "core/audits/redirects.js | title": {
1209
1329
  "message": "Iwasan ang mga pag-redirect sa maraming page"
1210
1330
  },
1211
- "core/audits/resource-summary.js | description": {
1212
- "message": "Para magtakda ng mga badyet para sa dami at laki ng mga resource ng page, magdagdag ng budget.json na file. [Matuto pa tungkol sa mga badyet sa performance](https://web.dev/use-lighthouse-for-performance-budgets/)."
1213
- },
1214
- "core/audits/resource-summary.js | displayValue": {
1215
- "message": "{requestCount,plural, =1{1 kahilingan • {byteCount, number, bytes} KiB}one{# kahilingan • {byteCount, number, bytes} KiB}other{# na kahilingan • {byteCount, number, bytes} KiB}}"
1216
- },
1217
- "core/audits/resource-summary.js | title": {
1218
- "message": "Panatilihing mababa ang mga bilang ng kahilingan at maliit ang mga paglipat"
1219
- },
1220
1331
  "core/audits/seo/canonical.js | description": {
1221
1332
  "message": "Iminumungkahi ng mga canonical na link kung aling URL ang ipapakita sa mga resulta ng paghahanap. [Matuto pa tungkol sa mga canonical na link](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
1222
1333
  },
@@ -1596,7 +1707,7 @@
1596
1707
  "message": "Pinakamahuhusay na kagawian"
1597
1708
  },
1598
1709
  "core/config/default-config.js | a11yCategoryDescription": {
1599
- "message": "Hina-highlight ng mga pagsusuring ito ang mga pagkakataong [gawing mas accessible ng iyong web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Isang subset lang ng mga isyu sa pagiging accessible ang awtomatikong matutukoy kaya hinihikayat din ang manual na pagsusuri."
1710
+ "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review/) is also encouraged."
1600
1711
  },
1601
1712
  "core/config/default-config.js | a11yCategoryManualDescription": {
1602
1713
  "message": "Tinutugunan ng mga item na ito ang mga bahaging hindi masasakop ng naka-automate na tool sa pagsusuri. Matuto pa sa aming gabay sa [pagsasagawa ng pagsusuri sa pagiging accessible](https://web.dev/how-to-review/)."
@@ -2742,7 +2853,7 @@
2742
2853
  "message": "Mag-install [ng module ng Drupal](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) na puwedeng mag-lazy load ng mga larawan. Nagbibigay ang mga module na iyon ng kakayahang ipagpaliban ang anumang offscreen na larawan para mapahusay ang performance."
2743
2854
  },
2744
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2745
- "message": "Pag-isipang gumamit ng module sa inline na mahalagang CSS at JavaScript, o puwedeng asynchronous na i-load ang mga asset sa pamamagitan ng JavaScript gaya ng module ng[Advanced na Pagsasama-sama ng CSS/JS](https://www.drupal.org/project/advagg). Tandaang puwedeng makasira sa iyong site ang mga pag-optimize na inihahatid ng module na ito, kaya malamang na kakailanganin mong gumawa ng mga pagbabago sa code."
2856
+ "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2746
2857
  },
2747
2858
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2748
2859
  "message": "Nakakaapekto ang mga tema, module, at detalye ng server sa oras ng pagtugon ng server. Pag-isipang maghanap ng mas naka-optimize na tema, maingat na pumili ng module sa pag-optimize, at/o i-upgrade ang iyong server. Dapat gamitin ng iyong mga nagho-host na server ang pag-cache ng PHP opcode at pag-cache ng memory para mabawasan ang mga oras ng query sa database gaya ng Redis o Memcached, pati na ang naka-optimize na logic ng application para mas mabilis na maihanda ang mga page."
@@ -2751,10 +2862,10 @@
2751
2862
  "message": "Pag-isipang gumamit ng [Mga Istilo ng Responsive na Larawan](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) para mabawasan ang laki ng mga larawang nilo-load sa iyong page. Kung gumagamit ka ng Views para magpakita ng maraming item ng content sa isang page, pag-isipang magpatupad ng pagination para limitahan ang bilang ng mga item ng content na ipinapakita sa isang page."
2752
2863
  },
2753
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2754
- "message": "Tiyaking na-enable mo ang \"Pagsama-samahin ang mga file sa CSS\" sa page na \"Pangangasiwa » Configuration » Pag-develop.\" Puwede mo ring i-configure ang mga mas advanced na opsyon sa pagsasama-sama sa pamamagitan ng [mga karagdagang module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=css+aggregation&solrsort=iss_project_release_usage+desc&op=Search) para pabilisin ang iyong site sa pamamagitan ng pag-concatenate, pagpapaliit, at pag-compress sa mga CSS style."
2865
+ "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2755
2866
  },
2756
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2757
- "message": "Tiyaking na-enable mo ang \"Pagsama-samahin ang mga file sa JavaScript\" sa page na \"Pangangasiwa » Configuration » Pag-develop.\" Puwede mo ring i-configure ang mga mas advanced na opsyon sa pagsasama-sama sa pamamagitan ng [mga karagdagang module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=javascript+aggregation&solrsort=iss_project_release_usage+desc&op=Search) para pabilisin ang iyong site sa pamamagitan ng pag-concatenate, pagpapaliit, at pag-compress sa mga asset ng JavaScript mo."
2868
+ "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2758
2869
  },
2759
2870
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2760
2871
  "message": "Pag-isipang alisin ang mga hindi ginagamit na panuntunan sa CSS at i-attach lang ang mga kinakailangang library ng Drupal sa kaugnay na page o component sa isang page. Tingnan ang [link ng dokumentasyon ng Drupal](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) para sa mga detalye. Para tukuyin ang mga naka-attach na library na nagdaragdag ng hindi nauugnay na CSS, subukang patakbuhin ang [sakop ng code](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) sa Chrome DevTools. Puwede mong tukuyin ang tema/module na responsable mula sa URL ng stylesheet kapag naka-disable ang pagsasama-sama sa CSS sa iyong site ng Drupal. Abangan ang mga tema/module na maraming stylesheet sa listahang mayroong maraming pula sa sakop ng code. Dapat lang i-enqueue ng tema/module ang isang stylesheet kung talagang ginagamit ito sa page."
@@ -2954,6 +3065,48 @@
2954
3065
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2955
3066
  "message": "I-enable ang pag-compress sa iyong Next.js server. [Matuto pa](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2956
3067
  },
3068
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3069
+ "message": "Contact your account manager to enable [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Configuring it will prioritize and optimize your page rendering performance."
3070
+ },
3071
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3072
+ "message": "Use the [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) option in NitroPack to set a desired value for the CSS font-display rule."
3073
+ },
3074
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3075
+ "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3076
+ },
3077
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3078
+ "message": "Defer offscreen images by enabling [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3079
+ },
3080
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3081
+ "message": "Enable [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack for faster initial load times."
3082
+ },
3083
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3084
+ "message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3085
+ },
3086
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
3087
+ "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your CSS, HTML, and JavaScript files for faster load times."
3088
+ },
3089
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3090
+ "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your JS, HTML, and CSS files for faster load times."
3091
+ },
3092
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3093
+ "message": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page."
3094
+ },
3095
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3096
+ "message": "Configure [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack to delay loading of scripts until they are needed."
3097
+ },
3098
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3099
+ "message": "Go to the [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) feature in the `Caching` menu and adjust your page cache expiration time to improve loading times and user experience."
3100
+ },
3101
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3102
+ "message": "Automatically compress, optimize, and convert your images into WebP by enabling the [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) setting."
3103
+ },
3104
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3105
+ "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3106
+ },
3107
+ "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3108
+ "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3109
+ },
2957
3110
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
2958
3111
  "message": "Gamitin ang bahaging `nuxt/image` at itakda ang `format=\"webp\"`. [Matuto pa](https://image.nuxtjs.org/components/nuxt-img#format)."
2959
3112
  },
@@ -3035,6 +3188,21 @@
3035
3188
  "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
3036
3189
  "message": "Gamitin ang React DevTools Profiler, na gumagamit ng Profiler API para sukatin ang performance sa pag-render ng iyong mga bahagi. [Matuto pa.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
3037
3190
  },
3191
+ "node_modules/lighthouse-stack-packs/packs/wix.js | efficient-animated-content": {
3192
+ "message": "Maglagay ng mga video sa loob ng `VideoBoxes`, i-customize ang mga ito gamit ang `Video Masks`, o magdagdag ng `Transparent Videos`. [Matuto pa](https://support.wix.com/en/article/wix-video-about-wix-video)."
3193
+ },
3194
+ "node_modules/lighthouse-stack-packs/packs/wix.js | modern-image-formats": {
3195
+ "message": "Mag-upload ng mga larawan gamit ang `Wix Media Manager` para matiyak na awtomatikong maihahatid ang mga ito bilang WebP. Makahanap ng [higit pang paraan para i-optimize](https://support.wix.com/en/article/site-performance-optimizing-your-media) ang media ng iyong site."
3196
+ },
3197
+ "node_modules/lighthouse-stack-packs/packs/wix.js | render-blocking-resources": {
3198
+ "message": "Kapag [nagdaragdag ng third-party na code](https://support.wix.com/en/article/site-performance-using-third-party-code-on-your-site) sa tab na `Custom Code` ng dashboard ng iyong site, tiyaking naka-defer o naka-load ito sa dulo ng body ng code. Kapag posible, gamitin ang [mga pag-integrate](https://support.wix.com/en/article/about-marketing-integrations) ng Wix para mag-embed ng mga tool sa marketing sa iyong site. "
3199
+ },
3200
+ "node_modules/lighthouse-stack-packs/packs/wix.js | server-response-time": {
3201
+ "message": "Gumagamit ang Wix ng mga CDN at pag-cache para maghatid ng mga sagot nang mabilis hangga't posible para sa karamihan ng mga bisita. Pag-isipang [manual na i-enable ang pag-cache](https://support.wix.com/en/article/site-performance-caching-pages-to-optimize-loading-speed) para sa iyong site, lalo na kung gumagamit ng `Velo`."
3202
+ },
3203
+ "node_modules/lighthouse-stack-packs/packs/wix.js | unused-javascript": {
3204
+ "message": "Suriin ang anumang third-party na code na idinagdag mo sa iyong site sa tab na `Custom Code` ng dashboard ng site mo at panatilihin lang ang mga serbisyong kailangan sa iyong site. [Alamin ang higit pa](https://support.wix.com/en/article/site-performance-removing-unused-javascript)."
3205
+ },
3038
3206
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
3039
3207
  "message": "Pag-isipang i-upload ang iyong GIF sa isang serbisyo kung saan gagawin itong available para i-embed bilang HTML5 video."
3040
3208
  },
@@ -3140,6 +3308,9 @@
3140
3308
  "report/renderer/report-utils.js | dropdownSaveJSON": {
3141
3309
  "message": "I-save bilang JSON"
3142
3310
  },
3311
+ "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3312
+ "message": "View Unthrottled Trace"
3313
+ },
3143
3314
  "report/renderer/report-utils.js | dropdownViewer": {
3144
3315
  "message": "Buksan sa Viewer"
3145
3316
  },