lighthouse 9.2.0-dev.20220126 → 9.2.0-dev.20220127

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 (55) hide show
  1. package/dist/report/flow.js +7 -7
  2. package/lighthouse-core/audits/preload-fonts.js +2 -3
  3. package/lighthouse-core/audits/preload-lcp-image.js +1 -11
  4. package/lighthouse-core/audits/uses-rel-preload.js +2 -3
  5. package/lighthouse-core/gather/gatherers/inspector-issues.js +1 -0
  6. package/package.json +3 -3
  7. package/shared/localization/locales/ar-XB.json +40 -4
  8. package/shared/localization/locales/ar.json +59 -23
  9. package/shared/localization/locales/bg.json +40 -4
  10. package/shared/localization/locales/ca.json +45 -9
  11. package/shared/localization/locales/cs.json +39 -3
  12. package/shared/localization/locales/da.json +43 -7
  13. package/shared/localization/locales/de.json +42 -6
  14. package/shared/localization/locales/el.json +59 -23
  15. package/shared/localization/locales/en-GB.json +43 -7
  16. package/shared/localization/locales/en-XA.json +40 -4
  17. package/shared/localization/locales/es-419.json +39 -3
  18. package/shared/localization/locales/es.json +46 -10
  19. package/shared/localization/locales/fi.json +57 -21
  20. package/shared/localization/locales/fil.json +40 -4
  21. package/shared/localization/locales/fr.json +45 -9
  22. package/shared/localization/locales/he.json +41 -5
  23. package/shared/localization/locales/hi.json +59 -23
  24. package/shared/localization/locales/hr.json +57 -21
  25. package/shared/localization/locales/hu.json +39 -3
  26. package/shared/localization/locales/id.json +40 -4
  27. package/shared/localization/locales/it.json +40 -4
  28. package/shared/localization/locales/ja.json +39 -3
  29. package/shared/localization/locales/ko.json +40 -4
  30. package/shared/localization/locales/lt.json +40 -4
  31. package/shared/localization/locales/lv.json +56 -20
  32. package/shared/localization/locales/nl.json +40 -4
  33. package/shared/localization/locales/no.json +56 -20
  34. package/shared/localization/locales/pl.json +56 -20
  35. package/shared/localization/locales/pt-PT.json +57 -21
  36. package/shared/localization/locales/pt.json +41 -5
  37. package/shared/localization/locales/ro.json +39 -3
  38. package/shared/localization/locales/ru.json +40 -4
  39. package/shared/localization/locales/sk.json +39 -3
  40. package/shared/localization/locales/sl.json +39 -3
  41. package/shared/localization/locales/sr-Latn.json +40 -4
  42. package/shared/localization/locales/sr.json +40 -4
  43. package/shared/localization/locales/sv.json +39 -3
  44. package/shared/localization/locales/ta.json +47 -11
  45. package/shared/localization/locales/te.json +61 -25
  46. package/shared/localization/locales/th.json +39 -3
  47. package/shared/localization/locales/tr.json +40 -4
  48. package/shared/localization/locales/uk.json +40 -4
  49. package/shared/localization/locales/vi.json +63 -27
  50. package/shared/localization/locales/zh-HK.json +40 -4
  51. package/shared/localization/locales/zh-TW.json +45 -9
  52. package/shared/localization/locales/zh.json +41 -5
  53. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -0
  54. package/third-party/snyk/snapshot.json +1 -0
  55. package/types/artifacts.d.ts +1 -0
@@ -3,7 +3,7 @@
3
3
  "message": "Όλες οι αναφορές"
4
4
  },
5
5
  "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
6
+ "message": "Κατηγορίες"
7
7
  },
8
8
  "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
9
  "message": "Προσβασιμότητα"
@@ -24,40 +24,40 @@
24
24
  "message": "Υπολογιστής"
25
25
  },
26
26
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
27
+ "message": "Κατανόηση της αναφοράς ροής του Lighthouse"
28
28
  },
29
29
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
30
+ "message": "Κατανόηση των ροών"
31
31
  },
32
32
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
33
+ "message": "Χρησιμοποιήστε τις αναφορές των αναφορών πλοήγησης για να..."
34
34
  },
35
35
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
36
+ "message": "Χρησιμοποιήστε τις αναφορές Snapshot για να..."
37
37
  },
38
38
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
39
+ "message": "Χρησιμοποιήστε τις αναφορές χρονικού διαστήματος για να..."
40
40
  },
41
41
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
42
+ "message": "Λάβετε μια βαθμολογία απόδοσης του Lighthouse."
43
43
  },
44
44
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
45
- "message": "Measure page load Performance metrics such as Largest Contentful Paint and Speed Index."
45
+ "message": "Υπολογίσετε τις μετρήσεις απόδοσης φόρτωσης σελίδας, όπως Μεγαλύτερη σχεδίαση με περιεχόμενο και Ευρετήριο ταχύτητας."
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "Αξιολογήσετε τις δυνατότητες προηγμένων εφαρμογών ιστού."
49
49
  },
50
50
  "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
51
- "message": "Find accessibility issues in single page applications or complex forms."
51
+ "message": "Εντοπίσετε ζητήματα προσβασιμότητας σε εφαρμογές μίας σελίδας ή σύνθετες φόρμες."
52
52
  },
53
53
  "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
54
- "message": "Evaluate best practices of menus and UI elements hidden behind interaction."
54
+ "message": "Αξιολογήσετε τις βέλτιστες πρακτικές των μενού και στοιχείων διεπαφής χρήστη που κρύβονται πίσω από αλληλεπιδράσεις."
55
55
  },
56
56
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
57
- "message": "Measure layout shifts and JavaScript execution time on a series of interactions."
57
+ "message": "Μετρήσετε τις αλλαγές διάταξης και τον χρόνο εκτέλεσης JavaScript σε μια σειρά αλληλεπιδράσεων."
58
58
  },
59
59
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
60
- "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
60
+ "message": "Ανακαλύψετε ευκαιρίες απόδοσης για να βελτιώσετε την εμπειρία για σελίδες μεγάλης διάρκειας και εφαρμογές μίας σελίδας."
61
61
  },
62
62
  "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
63
  "message": "Υψηλότερος αντίκτυπος"
@@ -72,7 +72,7 @@
72
72
  "message": "Φόρτωση σελίδας"
73
73
  },
74
74
  "flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
75
- "message": "Navigation reports analyze a single page load, exactly like the original Lighthouse reports."
75
+ "message": "Οι αναφορές πλοήγησης αναλύουν τη φόρτωση μίας σελίδας, ακριβώς όπως οι πρωτότυπες αναφορές του Lighthouse."
76
76
  },
77
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
78
78
  "message": "Αναφορά πλοήγησης"
@@ -99,13 +99,13 @@
99
99
  "message": "Καλή"
100
100
  },
101
101
  "flow-report/src/i18n/ui-strings.js | save": {
102
- "message": "Save"
102
+ "message": "Αποθήκευση"
103
103
  },
104
104
  "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
105
105
  "message": "Καταγεγραμμένη κατάσταση σελίδας"
106
106
  },
107
107
  "flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
108
- "message": "Snapshot reports analyze the page in a particular state, typically after user interactions."
108
+ "message": "Οι αναφορές Snapshot αναλύουν τη σελίδα σε μια συγκεκριμένη κατάσταση, συνήθως μετά από αλληλεπιδράσεις χρηστών."
109
109
  },
110
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
111
111
  "message": "Αναφορά σύνοψης"
@@ -120,7 +120,7 @@
120
120
  "message": "Αλληλεπιδράσεις χρήστη"
121
121
  },
122
122
  "flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
123
- "message": "Timespan reports analyze an arbitrary period of time, typically containing user interactions."
123
+ "message": "Οι αναφορές χρονικού διαστήματος αναλύουν μια τυχαία χρονική περίοδο, η οποία συνήθως περιέχει αλληλεπιδράσεις χρηστών."
124
124
  },
125
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
126
126
  "message": "Αναφορά χρονικού διαστήματος"
@@ -480,10 +480,10 @@
480
480
  "message": "Οι αναγνώστες οθόνης δεν μπορούν να μεταφράσουν περιεχόμενο που δεν είναι κείμενο. Η προσθήκη εναλλακτικού κειμένου στα στοιχεία `<object>` βοηθά τους αναγνώστες οθόνης να αποδίδουν το νόημα στους χρήστες. [Μάθετε περισσότερα](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "Τα στοιχεία `<object>` δεν έχουν κείμενο `[alt]`"
483
+ "message": "Τα στοιχεία `<object>` δεν έχουν εναλλακτικό κείμενο"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "Τα στοιχεία `<object>` έχουν κείμενο `[alt]`"
486
+ "message": "Τα στοιχεία `<object>` έχουν εναλλακτικό κείμενο"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Μια τιμή μεγαλύτερη από 0 υποδηλώνει μια ρητή σειρά πλοήγησης. Εάν και ορθό από τεχνικής άποψης, αυτό συχνά επηρεάζει αρνητικά την εμπειρία των χρηστών που βασίζονται στις τεχνολογίες υποβοήθησης. [Μάθετε περισσότερα](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Η σελίδα δεν λειτουργεί εκτός σύνδεσης."
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "Το PWA έχει απεγκατασταθεί και γίνεται επαναφορά των ελέγχων δυνατότητας εγκατάστασης."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "Η καθορισμένη πλατφόρμα εφαρμογών δεν υποστηρίζεται σε Android."
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "Η παράμετρος prefer_related_applications υποστηρίζεται μόνο σε κανάλια Chrome Beta και κανάλια σταθερής έκδοσης σε Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Το Lighthouse δεν κατόρθωσε να ανιχνεύσει service worker. Δοκιμάστε με μια νεότερη έκδοση του Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "Το URL έναρξης μανιφέστου δεν είναι έγκυρο"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Λανθάνοντες χρόνοι συστημάτων υποστήριξης διακομιστή"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "Το συμβάν `unload` δεν ενεργοποιείται με αξιοπιστία και η ακρόαση για το συμβάν μπορεί να αποτρέψει τις βελτιστοποιήσεις προγράμματος περιήγησης, όπως την κρυφή μνήμη Πίσω/Εμπρός. Αντ΄ αυτού, εξετάστε το ενδεχόμενο χρήσης των συμβάντων `pagehide` ή `visibilitychange`. [Μάθετε περισσότερα](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "Το συμβάν `unload` δεν ενεργοποιείται με αξιοπιστία και η ακρόαση για το συμβάν μπορεί να αποτρέψει τις βελτιστοποιήσεις προγράμματος περιήγησης, όπως την κρυφή μνήμη πίσω/εμπρός. Αντ' αυτού, χρησιμοποιήστε τα συμβάντα `pagehide` ή `visibilitychange`. [Μάθετε περισσότερα](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Εγγράφει μια λειτουργία αναμονής `unload`"
@@ -2097,7 +2103,7 @@
2097
2103
  "message": "Μπορείτε να χρησιμοποιήσετε το βοηθητικό πρόγραμμα `BreakpointObserver` στο Component Dev Kit (CDK) για να διαχειρίζεστε τα σημεία διακοπής εικόνας. [Μάθετε περισσότερα](https://material.angular.io/cdk/layout/overview)."
2098
2104
  },
2099
2105
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2100
- "message": "Εξετάστε το ενδεχόμενο μεταφόρτωσης του GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2106
+ "message": "Εξετάστε το ενδεχόμενο να ανεβάσετε το GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2101
2107
  },
2102
2108
  "node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
2103
2109
  "message": "Καθορίστε τη `@font-display` κατά τον προσδιορισμό προσαρμοσμένων γραμματοσειρών στο θέμα σας."
@@ -2142,7 +2148,7 @@
2142
2148
  "message": "Βεβαιωθείτε ότι χρησιμοποιείτε τα εγγενή [Στιλ αποκριτικών εικόνων](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) που παρέχονται από το Drupal (διατίθενται στο Drupal 8 και σε νεότερες εκδόσεις). Χρησιμοποιήστε Στιλ αποκριτικών εικόνων κατά την απόδοση πεδίων εικόνων μέσω λειτουργιών προβολής, προβολών ή εικόνων που μεταφορτώθηκαν μέσω του εργαλείου επεξεργασίας WYSIWYG."
2143
2149
  },
2144
2150
  "node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
2145
- "message": "Εξετάστε το ενδεχόμενο μεταφόρτωσης του GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2151
+ "message": "Εξετάστε το ενδεχόμενο να ανεβάσετε το GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2146
2152
  },
2147
2153
  "node_modules/lighthouse-stack-packs/packs/joomla.js | modern-image-formats": {
2148
2154
  "message": "Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε μια [προσθήκη](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=webp) ή μια υπηρεσία που θα μετατρέπει αυτόματα τις μεταφορτωμένες εικόνες σας στη βέλτιστη μορφή."
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Οι ετικέτες `<link rel=preload>` μπορούν να προστεθούν [τροποποιώντας τη διάταξη ενός θέματος](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Χρησιμοποιήστε το API βελτιστοποίησης εικόνας `Next.js` για να προβάλετε σύγχρονες μορφές όπως `WebP` και `AVIF`. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image`, για το οποίο η προεπιλογή είναι `loading=\"lazy\"`. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Χρησιμοποιήστε το στοιχείο `next/script` για να αναβάλετε τη φόρτωση των σεναρίων τρίτου μέρους δευτερεύουσας σημασίας. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Εξετάστε το ενδεχόμενο να ρυθμίσετε το στοιχείο `PurgeCSS` στη διαμόρφωση `Next.js` για να καταργήσετε τους κανόνες που δεν χρησιμοποιούνται από τα φύλλα στιλ. [Μάθετε περισσότερα](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Χρησιμοποιήστε το στοιχείο `Webpack Bundle Analyzer` για ανίχνευση κώδικα JavaScript που δεν χρησιμοποιείται. [Μάθετε περισσότερα](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε το στοιχείο `Next.js Analytics` για να μετράτε την πραγματική απόδοση της εφαρμογής σας. [Μάθετε περισσότερα](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Διαμόρφωση κρυφής μνήμης για αμετάβλητα στοιχεία και σελίδες `Server-side Rendered` (SSR). [Μάθετε περισσότερα](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί για το στοιχείο `<img>` για να βελτιστοποιήσετε τις εικόνες. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image` για να ρυθμίσετε το κατάλληλο `sizes`. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Ενεργοποιήστε τη συμπίεση στον διακομιστή Next.js. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Αντικαταστήστε τις κινούμενες εικόνες GIF με βίντεο](https://web.dev/replace-gifs-with-videos/) για ταχύτερη φόρτωση ιστοσελίδας, ενώ μπορείτε επίσης να χρησιμοποιήσετε σύγχρονες μορφές αρχείων όπως [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) ή [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) για τη βελτίωση της απόδοσης συμπίεσης κατά περισσότερο από 30% σε σχέση με τον τρέχοντα υπερσύγχρονο κωδικοποιητή βίντεο, VP9."
2224
2260
  },
@@ -2283,7 +2319,7 @@
2283
2319
  "message": "Χρησιμοποιήστε το React DevTools Profiler, το οποίο χρησιμοποιεί το API του Profiler, για να μετρήσετε τις επιδόσεις απόδοσης των στοιχείων σας. [Μάθετε περισσότερα.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
2284
2320
  },
2285
2321
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
2286
- "message": "Εξετάστε το ενδεχόμενο μεταφόρτωσης του GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2322
+ "message": "Εξετάστε το ενδεχόμενο να ανεβάσετε το GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
2287
2323
  },
2288
2324
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | modern-image-formats": {
2289
2325
  "message": "Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε μια [προσθήκη](https://wordpress.org/plugins/search/convert+webp/) ή μια υπηρεσία που θα μετατρέπει αυτόματα τις μεταφορτωμένες εικόνες σας στη βέλτιστη μορφή."
@@ -477,13 +477,13 @@
477
477
  "message": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5."
478
478
  },
479
479
  "lighthouse-core/audits/accessibility/object-alt.js | description": {
480
- "message": "Screen readers cannot translate non-text content. Adding alt text to `<object>` elements helps screen readers convey meaning to users. [Learn more](https://web.dev/object-alt/)."
480
+ "message": "Screen readers cannot translate non-text content. Adding alternative text to `<object>` elements helps screen readers convey meaning to users. [Learn more](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "`<object>` elements do not have `[alt]` text"
483
+ "message": "`<object>` elements do not have alternative text"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "`<object>` elements have `[alt]` text"
486
+ "message": "`<object>` elements have alternative text"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "Page does not work offline"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "PWA has been uninstalled and installability checks resetting."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "The specified application platform is not supported on Android"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse could not determine if there was a service worker. Please try with a newer version of Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "Manifest start URL is not valid"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Server Back-end Latencies"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "The `unload` event does not fire reliably and listening for it can prevent browser optimisations like the back-forward cache. Consider using the `pagehide` or `visibilitychange` events instead. [Learn more](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "The `unload` event does not fire reliably and listening for it can prevent browser optimisations like the back-forward cache. Use `pagehide` or `visibilitychange` events instead. [Learn more](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registers an `unload` listener"
@@ -2097,7 +2103,7 @@
2097
2103
  "message": "Consider using the `BreakpointObserver` utility in the Component Dev Kit (CDK) to manage image breakpoints. [Learn more](https://material.angular.io/cdk/layout/overview)."
2098
2104
  },
2099
2105
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
2100
- "message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
2106
+ "message": "Consider uploading your GIF to a service that will make it available to embed as an HTML5 video."
2101
2107
  },
2102
2108
  "node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
2103
2109
  "message": "Specify `@font-display` when defining custom fonts in your theme."
@@ -2142,7 +2148,7 @@
2142
2148
  "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) provided from Drupal (available in Drupal 8 and above). Use the Responsive Image Styles when rendering image fields through view modes, views or images uploaded through the WYSIWYG editor."
2143
2149
  },
2144
2150
  "node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
2145
- "message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
2151
+ "message": "Consider uploading your GIF to a service that will make it available to embed as an HTML5 video."
2146
2152
  },
2147
2153
  "node_modules/lighthouse-stack-packs/packs/joomla.js | modern-image-formats": {
2148
2154
  "message": "Consider using a [plug-in](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=webp) or service that will automatically convert your uploaded images to the optimal formats."
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "`<link rel=preload>` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Use the `Next.js` Image optimisation API to serve modern formats like `WebP` and `AVIF`. [Learn more](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Use the `next/image` component, which defaults to `loading=\"lazy\"`. [Learn more](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Consider setting up `PurgeCSS` in `Next.js` configuration to remove unused rules from stylesheets. [Learn more](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn mode](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Use the `next/image` component instead of `<img>` to optimise images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Enable compression on your Next.js server. [Learn more](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Replace animated GIFs with video](https://web.dev/replace-gifs-with-videos/) for faster web page loads, and consider using modern file formats, such as [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) or [AV1,](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) to improve compression efficiency by greater than 30% over the current state-of-the-art video codec, VP9."
2224
2260
  },
@@ -2283,7 +2319,7 @@
2283
2319
  "message": "Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of your components. [Learn more.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
2284
2320
  },
2285
2321
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
2286
- "message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
2322
+ "message": "Consider uploading your GIF to a service that will make it available to embed as an HTML5 video."
2287
2323
  },
2288
2324
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | modern-image-formats": {
2289
2325
  "message": "Consider using a [plug-in](https://wordpress.org/plugins/search/convert+webp/) or service that will automatically convert your uploaded images to the optimal formats."
@@ -477,13 +477,13 @@
477
477
  "message": "[ᐅ`[user-scalable=\"no\"]`ᐊ îš ñöţ ûšéð îñ ţĥé ᐅ`<meta name=\"viewport\">`ᐊ éļéméñţ åñð ţĥé ᐅ`[maximum-scale]`ᐊ åţţŕîбûţé îš ñöţ ļéšš ţĥåñ 5. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
478
478
  },
479
479
  "lighthouse-core/audits/accessibility/object-alt.js | description": {
480
- "message": "[Šçŕééñ ŕéåðéŕš çåññöţ ţŕåñšļåţé ñöñ-ţéxţ çöñţéñţ. Åððîñĝ åļţ ţéxţ ţö ᐅ`<object>`ᐊ éļéméñţš ĥéļþš šçŕééñ ŕéåðéŕš çöñvéý méåñîñĝ ţö ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/object-alt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
480
+ "message": "[Šçŕééñ ŕéåðéŕš çåññöţ ţŕåñšļåţé ñöñ-ţéxţ çöñţéñţ. Åððîñĝ åļţéŕñåţé ţéxţ ţö ᐅ`<object>`ᐊ éļéméñţš ĥéļþš šçŕééñ ŕéåðéŕš çöñvéý méåñîñĝ ţö ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/object-alt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "[ᐅ`<object>`ᐊ éļéméñţš ðö ñöţ ĥåvé ᐅ`[alt]`ᐊ ţéxţ one two three four five six seven]"
483
+ "message": "[ᐅ`<object>`ᐊ éļéméñţš ðö ñöţ ĥåvé åļţéŕñåţé ţéxţ one two three four five six seven eight]"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "[ᐅ`<object>`ᐊ éļéméñţš ĥåvé ᐅ`[alt]`ᐊ ţéxţ one two three four five six]"
486
+ "message": "[ᐅ`<object>`ᐊ éļéméñţš ĥåvé åļţéŕñåţé ţéxţ one two three four five six seven]"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "[Å våļûé ĝŕéåţéŕ ţĥåñ 0 îmþļîéš åñ éxþļîçîţ ñåvîĝåţîöñ öŕðéŕîñĝ. Åļţĥöûĝĥ ţéçĥñîçåļļý våļîð, ţĥîš öƒţéñ çŕéåţéš ƒŕûšţŕåţîñĝ éxþéŕîéñçéš ƒöŕ ûšéŕš ŵĥö ŕéļý öñ åššîšţîvé ţéçĥñöļöĝîéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/tabindex/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]"
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "[Þåĝé ðöéš ñöţ ŵöŕķ öƒƒļîñé one two three four five six]"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "[ÞŴÅ ĥåš бééñ ûñîñšţåļļéð åñð îñšţåļļåбîļîţý çĥéçķš ŕéšéţţîñĝ. one two three four five six seven eight nine ten eleven twelve]"
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "[Ţĥé šþéçîƒîéð åþþļîçåţîöñ þļåţƒöŕm îš ñöţ šûþþöŕţéð öñ Åñðŕöîð one two three four five six seven eight nine ten eleven twelve]"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "[þŕéƒéŕ_ŕéļåţéð_åþþļîçåţîöñš îš öñļý šûþþöŕţéð öñ Çĥŕömé Бéţå åñð Šţåбļé çĥåññéļš öñ Åñðŕöîð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "[Ļîĝĥţĥöûšé çöûļð ñöţ ðéţéŕmîñé îƒ ţĥéŕé ŵåš å šéŕvîçé ŵöŕķéŕ. Þļéåšé ţŕý ŵîţĥ å ñéŵéŕ véŕšîöñ öƒ Çĥŕömé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "[Måñîƒéšţ šţåŕţ ÛŔĻ îš ñöţ våļîð one two three four five six seven]"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "[Šéŕvéŕ Бåçķéñð Ļåţéñçîéš one two three]"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "[Ţĥé ᐅ`unload`ᐊ évéñţ ðöéš ñöţ ƒîŕé ŕéļîåбļý åñð ļîšţéñîñĝ ƒöŕ îţ çåñ þŕévéñţ бŕöŵšéŕ öþţîmîžåţîöñš ļîķé ţĥé Бåçķ-Föŕŵåŕð Çåçĥé. Çöñšîðéŕ ûšîñĝ ţĥé ᐅ`pagehide`ᐊ öŕ ᐅ`visibilitychange`ᐊ évéñţš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
1221
+ "message": "[Ţĥé ᐅ`unload`ᐊ évéñţ ðöéš ñöţ ƒîŕé ŕéļîåбļý åñð ļîšţéñîñĝ ƒöŕ îţ çåñ þŕévéñţ бŕöŵšéŕ öþţîmîžåţîöñš ļîķé ţĥé Бåçķ-Föŕŵåŕð Çåçĥé. Ûšé ᐅ`pagehide`ᐊ öŕ ᐅ`visibilitychange`ᐊ évéñţš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/bfcache/#never-use-the-unload-event)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "[Ŕéĝîšţéŕš åñ ᐅ`unload`ᐊ ļîšţéñéŕ one two three four five six]"
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "[ᐅ`<link rel=preload>`ᐊ ţåĝš çåñ бé åððéð бý ᐅ[ᐊmöðîƒýîñĝ å ţĥéméš'š ļåýöûţᐅ](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)ᐊ. one two three four five six seven eight nine ten eleven twelve]"
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "[Ûšé ţĥé ᐅ`Next.js`ᐊ Îmåĝé Öþţîmîžåţîöñ ÅÞÎ ţö šéŕvé möðéŕñ ƒöŕmåţš ļîķé ᐅ`WebP`ᐊ åñð ᐅ`AVIF`ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ, ŵĥîçĥ ðéƒåûļţš ţö ᐅ`loading=\"lazy\"`ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#loading)ᐊ. one two three four five six seven eight nine ten eleven twelve]"
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "[Ûšé ţĥé ᐅ`next/script`ᐊ çömþöñéñţ ţö ðéƒéŕ ļöåðîñĝ öƒ ñöñ-çŕîţîçåļ ţĥîŕð-þåŕţý šçŕîþţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/script)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "[Çöñšîðéŕ šéţţîñĝ ûþ ᐅ`PurgeCSS`ᐊ îñ ᐅ`Next.js`ᐊ çöñƒîĝûŕåţîöñ ţö ŕémövé ûñûšéð ŕûļéš ƒŕöm šţýļéšĥééţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://purgecss.com/guides/next.html)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "[Ûšé ᐅ`Webpack Bundle Analyzer`ᐊ ţö ðéţéçţ ûñûšéð ĴåvåŠçŕîþţ çöðé. ᐅ[ᐊĻéåŕñ möðéᐅ](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)ᐊ one two three four five six seven eight nine ten eleven twelve]"
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "[Çöñšîðéŕ ûšîñĝ ᐅ`Next.js Analytics`ᐊ ţö méåšûŕé ýöûŕ åþþ'š ŕéåļ-ŵöŕļð þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/advanced-features/measuring-performance)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "[Çöñƒîĝûŕé çåçĥîñĝ ƒöŕ îmmûţåбļé åššéţš åñð ᐅ`Server-side Rendered`ᐊ (ŠŠŔ) þåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/going-to-production#caching)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ`<img>`ᐊ ţö öþţîmîžé îmåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/image-optimization)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ ţö šéţ ţĥé åþþŕöþŕîåţé ᐅ`sizes`ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#sizes)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen]"
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "[Éñåбļé çömþŕéššîöñ öñ ýöûŕ Ñéxţ.ĵš šéŕvéŕ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next.config.js/compression)ᐊ. one two three four five six seven eight nine ten eleven twelve]"
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[ᐅ[ᐊŔéþļåçé åñîmåţéð ĜÎFš ŵîţĥ vîðéöᐅ](https://web.dev/replace-gifs-with-videos/)ᐊ ƒöŕ ƒåšţéŕ ŵéб þåĝé ļöåðš åñð çöñšîðéŕ ûšîñĝ möðéŕñ ƒîļé ƒöŕmåţš šûçĥ åš ᐅ[ᐊŴéбMᐅ](https://web.dev/replace-gifs-with-videos/#create-webm-videos)ᐊ öŕ ᐅ[ᐊÅV1ᐅ](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder)ᐊ ţö îmþŕövé çömþŕéššîöñ 郃îçîéñçý бý ĝŕéåţéŕ ţĥåñ 30% ovéŕ ţĥé çûŕŕéñţ šţåţé-öƒ-ţĥé-åŕţ vîðéö çöðéç, VÞ9. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone]"
2224
2260
  },
@@ -480,10 +480,10 @@
480
480
  "message": "Los lectores de pantalla no pueden traducir contenido que no sea texto. El agregado de texto alternativo a los elementos `<object>` ayuda a los lectores de pantalla a transmitir el significado correspondiente a los usuarios. [Obtén más información](https://web.dev/object-alt/)."
481
481
  },
482
482
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
483
- "message": "Los elementos `<object>` no tienen texto `[alt]`"
483
+ "message": "Los elementos `<object>` no tienen texto alternativo"
484
484
  },
485
485
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
486
- "message": "Los elementos `<object>` tienen texto `[alt]`"
486
+ "message": "Los elementos `<object>` tienen texto alternativo"
487
487
  },
488
488
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "Si el valor es superior a 0, el orden de navegación es explícito. Aunque técnicamente esta es una posibilidad válida, suele producir experiencias frustrantes en los usuarios que necesitan las tecnologías de asistencia. [Obtén más información](https://web.dev/tabindex/)."
@@ -1052,6 +1052,9 @@
1052
1052
  "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1053
1053
  "message": "La página no funciona sin conexión"
1054
1054
  },
1055
+ "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1056
+ "message": "Se desisntaló AWP y se están restableciendo las verificaciones de instalabilidad."
1057
+ },
1055
1058
  "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1056
1059
  "message": "La plataforma de aplicaciones especificada no es compatible con Android"
1057
1060
  },
@@ -1061,6 +1064,9 @@
1061
1064
  "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1062
1065
  "message": "prefer_related_applications solo es compatible en Chrome Beta y en canales estables de Android."
1063
1066
  },
1067
+ "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1068
+ "message": "Lighthouse no pudo determinar si había un service worker. Prueba con una nueva versión de Chrome."
1069
+ },
1064
1070
  "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1065
1071
  "message": "La URL de inicio del manifiesto no es válida"
1066
1072
  },
@@ -1212,7 +1218,7 @@
1212
1218
  "message": "Latencias de backend del servidor"
1213
1219
  },
1214
1220
  "lighthouse-core/audits/no-unload-listeners.js | description": {
1215
- "message": "El evento `unload` no se ejecuta de forma confiable y su escucha puede impedir las optimizaciones del navegador, como la Memoria caché atrás/adelante. En su lugar, considera usar los eventos `pagehide` o `visibilitychange`. [Más información](https://developers.google.com/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
1221
+ "message": "El evento `unload` no se ejecuta de forma confiable y su escucha puede impedir las optimizaciones del navegador, como la Memoria caché atrás/adelante. Usa los eventos `pagehide` o `visibilitychange` en su lugar. [Más información](https://web.dev/bfcache/#never-use-the-unload-event)"
1216
1222
  },
1217
1223
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1218
1224
  "message": "Registra un objeto de escucha de `unload`"
@@ -2219,6 +2225,36 @@
2219
2225
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
2220
2226
  "message": "Para agregar las etiquetas de `<link rel=preload>`, [modifica el diseño de los temas](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
2221
2227
  },
2228
+ "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2229
+ "message": "Utiliza la API de optimización de imagen de `Next.js` para publicar formatos modernos como `WebP` y `AVIF`. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#acceptable-formats)."
2230
+ },
2231
+ "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2232
+ "message": "Utiliza el componente `next/image`, cuya configuración predeterminada es `loading=\"lazy\"`. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#loading)."
2233
+ },
2234
+ "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2235
+ "message": "Utiliza el componente `next/script` para posponer la carga de secuencias de comandos no críticas de terceros. [Obtén más información](https://nextjs.org/docs/basic-features/script)."
2236
+ },
2237
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
2238
+ "message": "Puedes configurar `PurgeCSS` en la configuración de `Next.js` para quitar las reglas que no se usan de las hojas de estilo. [Obtén más información](https://purgecss.com/guides/next.html)."
2239
+ },
2240
+ "node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
2241
+ "message": "Utiliza `Webpack Bundle Analyzer` para detectar códigos de JavaScript sin uso. [Obtén más información](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
2242
+ },
2243
+ "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2244
+ "message": "Puedes utilizar `Next.js Analytics` para calcular el rendimiento real de tu app. [Obtén más información](https://nextjs.org/docs/advanced-features/measuring-performance)."
2245
+ },
2246
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2247
+ "message": "Configura el almacenamiento en caché para elementos inmutables y páginas `Server-side Rendered` (SSR). [Obtén más información](https://nextjs.org/docs/going-to-production#caching)."
2248
+ },
2249
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2250
+ "message": "Utiliza el componente `next/image` en lugar de `<img>` para optimizar las imágenes. [Obtén más información](https://nextjs.org/docs/basic-features/image-optimization)."
2251
+ },
2252
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2253
+ "message": "Utiliza el componente `next/image` para establecer las `sizes` correspondientes. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#sizes)."
2254
+ },
2255
+ "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2256
+ "message": "Habilita la compresión en tu servidor Next.js. [Obtén más información](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2257
+ },
2222
2258
  "node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
2223
2259
  "message": "[Reemplaza los GIF animados con video](https://web.dev/replace-gifs-with-videos/) para que se cargue la página web más rápido y considera utilizar formatos de archivo modernos, como [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) o [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) para mejorar la eficiencia de la compresión en más de un 30% con respecto al VP9, el códec de video de vanguardia actual."
2224
2260
  },