lighthouse 12.2.1-dev.20241103 → 12.2.1-dev.20241105
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/gather/driver/target-manager.js +4 -0
- package/package.json +4 -4
- package/shared/localization/locales/ar-XB.json +0 -6
- package/shared/localization/locales/ar.json +0 -6
- package/shared/localization/locales/bg.json +0 -6
- package/shared/localization/locales/ca.json +0 -6
- package/shared/localization/locales/cs.json +0 -6
- package/shared/localization/locales/da.json +0 -6
- package/shared/localization/locales/de.json +0 -6
- package/shared/localization/locales/el.json +0 -6
- package/shared/localization/locales/en-GB.json +0 -6
- package/shared/localization/locales/en-US.json +23 -20
- package/shared/localization/locales/en-XA.json +0 -6
- package/shared/localization/locales/en-XL.json +23 -20
- package/shared/localization/locales/es-419.json +0 -6
- package/shared/localization/locales/es.json +0 -6
- package/shared/localization/locales/fi.json +0 -6
- package/shared/localization/locales/fil.json +0 -6
- package/shared/localization/locales/fr.json +0 -6
- package/shared/localization/locales/he.json +0 -6
- package/shared/localization/locales/hi.json +0 -6
- package/shared/localization/locales/hr.json +0 -6
- package/shared/localization/locales/hu.json +0 -6
- package/shared/localization/locales/id.json +0 -6
- package/shared/localization/locales/it.json +0 -6
- package/shared/localization/locales/ja.json +0 -6
- package/shared/localization/locales/ko.json +0 -6
- package/shared/localization/locales/lt.json +0 -6
- package/shared/localization/locales/lv.json +0 -6
- package/shared/localization/locales/nl.json +0 -6
- package/shared/localization/locales/no.json +0 -6
- package/shared/localization/locales/pl.json +0 -6
- package/shared/localization/locales/pt-PT.json +0 -6
- package/shared/localization/locales/pt.json +0 -6
- package/shared/localization/locales/ro.json +0 -6
- package/shared/localization/locales/ru.json +0 -6
- package/shared/localization/locales/sk.json +0 -6
- package/shared/localization/locales/sl.json +0 -6
- package/shared/localization/locales/sr-Latn.json +0 -6
- package/shared/localization/locales/sr.json +0 -6
- package/shared/localization/locales/sv.json +0 -6
- package/shared/localization/locales/ta.json +0 -6
- package/shared/localization/locales/te.json +0 -6
- package/shared/localization/locales/th.json +0 -6
- package/shared/localization/locales/tr.json +0 -6
- package/shared/localization/locales/uk.json +0 -6
- package/shared/localization/locales/vi.json +0 -6
- package/shared/localization/locales/zh-HK.json +0 -6
- package/shared/localization/locales/zh-TW.json +0 -6
- package/shared/localization/locales/zh.json +0 -6
|
@@ -170,6 +170,10 @@ class TargetManager extends ProtocolEventEmitter {
|
|
|
170
170
|
// Sometimes targets can be closed before we even have a chance to listen to their network activity.
|
|
171
171
|
if (/Target closed/.test(err.message)) return;
|
|
172
172
|
|
|
173
|
+
// `Target.getTargetInfo` is not implemented for certain target types.
|
|
174
|
+
// Lighthouse isn't interested in these targets anyway so we can just ignore them.
|
|
175
|
+
if (/'Target.getTargetInfo' wasn't found/.test(err)) return;
|
|
176
|
+
|
|
173
177
|
// Worker targets can be a bit fickle and we only enable them for diagnostic purposes.
|
|
174
178
|
// We shouldn't throw a fatal error if there were issues attaching to them.
|
|
175
179
|
if (targetType === 'worker') {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.2.1-dev.
|
|
4
|
+
"version": "12.2.1-dev.20241105",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"dependencies": {
|
|
184
184
|
"@paulirish/trace_engine": "0.0.32",
|
|
185
185
|
"@sentry/node": "^7.0.0",
|
|
186
|
-
"axe-core": "^4.10.
|
|
186
|
+
"axe-core": "^4.10.2",
|
|
187
187
|
"chrome-launcher": "^1.1.2",
|
|
188
188
|
"configstore": "^5.0.1",
|
|
189
189
|
"csp_evaluator": "1.1.1",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"jpeg-js": "^0.4.4",
|
|
195
195
|
"js-library-detector": "^6.7.0",
|
|
196
196
|
"lighthouse-logger": "^2.0.1",
|
|
197
|
-
"lighthouse-stack-packs": "1.12.
|
|
197
|
+
"lighthouse-stack-packs": "1.12.2",
|
|
198
198
|
"lodash-es": "^4.17.21",
|
|
199
199
|
"lookup-closest-locale": "6.2.0",
|
|
200
200
|
"metaviewport-parser": "0.3.0",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"robots-parser": "^3.0.1",
|
|
205
205
|
"semver": "^5.3.0",
|
|
206
206
|
"speedline-core": "^1.4.3",
|
|
207
|
-
"third-party-web": "^0.
|
|
207
|
+
"third-party-web": "^0.26.1",
|
|
208
208
|
"tldts-icann": "^6.1.16",
|
|
209
209
|
"ws": "^7.0.0",
|
|
210
210
|
"yargs": "^17.3.1",
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Specify `@font-display` when defining custom fonts in your theme."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Consider configuring [WebP image formats with a Convert image style](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) on your site."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"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."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"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."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "يمكنك تحميل ملف GIF إلى خدمة ستتيح تضمينه في شكل فيديو HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "يمكنك اختيار `@font-display` عند تحديد خطوط مخصّصة في التصميم."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "يمكنك إعداد [تنسيقات الصور WebP باستخدام طريقة تحويل الصور](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) على موقعك الإلكتروني."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "يمكنك تفعيل ميزة [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) في NitroPack لتقليص مُدد التحميل المبدئي."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "يمكنك تحسين وقت استجابة الخادم وتحسين الأداء الملحوظ من خلال تفعيل ميزة [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "يمكنك تفعيل ميزة [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) في إعدادات \"التخزين المؤقت\" لتقليل حجم ملفات CSS وHTML وJavaScript لتقليص مُدد التحميل."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Добре е да качите GIF файла си в услуга, която ще даде възможност да бъде вграден като видеоклип с HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Посочете стойности за `@font-display`, когато дефинирате персонализирани шрифтове в темата си."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Можете да конфигурирате на сайта си [графичните формати WebP със стил за ограничаване на възможността за преобразуване](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Активирайте функцията [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) в NitroPack с цел по-бързо първоначално зареждане."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Намалете времето за реакция на сървъра и оптимизирайте възприеманата ефективност, като активирате функцията [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Активирайте функцията [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) в настройките за кеширане, за да намалите размера на CSS, HTML и JavaScript файловете с цел по-бързо зареждане."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Pots penjar el GIF en un servei que permeti inserir-lo com un vídeo HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Especifica `@font-display` quan defineixis tipus de lletra personalitzats al teu tema."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Planteja't la possibilitat de configurar [formats d'imatge WebP amb un estil d'imatge Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) al teu lloc web."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Activa [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) a NitroPack per agilitzar els temps de càrrega inicial."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Activa [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361) per millorar el temps de resposta del servidor i optimitzar el rendiment percebut."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Activa [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) a la configuració de la memòria cau per reduir la mida dels fitxers CSS, HTML i JavaScript a fi d'agilitzar els temps de càrrega."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Zvažte nahrání souboru GIF do služby, pomocí které ho bude možné vložit jako video HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Při definování vlastních písem pro motiv je třeba určit `@font-display`."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Zvažte možnost nakonfigurovat na webu [formáty obrázků WebP se stylem obrázků Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Pro rychlejší počáteční načítání zapněte ve službě NitroPack funkci [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack)."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Zkraťte dobu odezvy serveru a optimalizujte vnímaný výkon tím, že aktivujete možnost [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "V nastavení ukládání do mezipaměti zapněte možnost [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources), abyste snížili velikost souborů CSS, HTML a JavaScript a zkrátili dobu načítání."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Overvej at uploade din gif til en tjeneste, hvor den kan indlejres som en HTML5-video."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Angiv `@font-display`, når du definerer tilpassede skrifttyper i dit tema."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Overvej at konfigurere [WebP-billedformater med en Convert-billedstilart](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) på dit website."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Aktivér [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) i NitroPack for at gøre indlæsningstiden hurtigere."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Gør serverens svartid bedre, og optimer den opfattede ydeevne ved at aktivere [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Aktivér [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) i dine indstillinger for cachelagring for at reducere størrelsen på dine CSS-, HTML- og JavaScript-filer, så indlæsningstiden optimeres."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Du hast die Möglichkeit, dein GIF bei einem Dienst hochzuladen, der dafür sorgt, dass es als HTML5-Video eingebettet werden kann."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Gib \"`@font-display`\" an, wenn du benutzerdefinierte Schriftarten für dein Design definierst."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Du hast die Möglichkeit, [WebP-Bildformate mit einem Convert-Bildstil](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) auf deiner Website zu verwenden."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Du kannst [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack aktivieren, um anfängliche Ladezeiten zu verkürzen."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Du kannst [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361) aktivieren, um die Serverantwortzeit zu verbessern und die wahrgenommene Leistung zu optimieren."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Du kannst [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in deinen Caching-Einstellungen aktivieren, um die Größe deiner CSS-, HTML- und JavaScript-Dateien zu reduzieren und so Ladezeiten zu verkürzen."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Εξετάστε το ενδεχόμενο να ανεβάσετε το GIF σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Καθορίστε τη `@font-display` κατά τον προσδιορισμό προσαρμοσμένων γραμματοσειρών στο θέμα σας."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Εξετάστε το ενδεχόμενο διαμόρφωσης των [μορφών εικόνας WebP με ένα στιλ Μετατροπή εικόνας](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) στον ιστότοπό σας."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Ενεργοποιήστε τη λειτουργία [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) στο NitroPack για ταχύτερους χρόνους αρχικής φόρτωσης."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Βελτιώστε τον χρόνο απόκρισης διακομιστή και βελτιστοποιήστε την αντιληπτή απόδοση, ενεργοποιώντας τη λειτουργία [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Ενεργοποιήστε τη λειτουργία [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) στις ρυθμίσεις της κρυφής μνήμης για να μειώσετε το μέγεθος των αρχείων CSS, HTML και JavaScript για ταχύτερους χρόνους φόρτωσης."
|
|
2905
2899
|
},
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Consider uploading your GIF to a service that will make it available to embed as an HTML5 video."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Specify `@font-display` when defining custom fonts in your theme."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Consider configuring [WebP image formats with a Convert image style](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) on your site."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"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."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Improve server response time and optimise perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"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."
|
|
2905
2899
|
},
|
|
@@ -2658,49 +2658,55 @@
|
|
|
2658
2658
|
"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)."
|
|
2659
2659
|
},
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
|
-
"message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
|
|
2662
|
-
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Specify `@font-display` when defining custom fonts in your theme."
|
|
2661
|
+
"message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video."
|
|
2665
2662
|
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Consider configuring [WebP image formats with a Convert image style](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) on your site."
|
|
2668
2665
|
},
|
|
2669
2666
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
|
|
2670
|
-
"message": "
|
|
2667
|
+
"message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`."
|
|
2668
|
+
},
|
|
2669
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": {
|
|
2670
|
+
"message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
|
|
2671
|
+
},
|
|
2672
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": {
|
|
2673
|
+
"message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
|
|
2671
2674
|
},
|
|
2672
2675
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
|
|
2673
|
-
"message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
|
|
2676
|
+
"message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
|
|
2674
2677
|
},
|
|
2675
2678
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
|
|
2676
|
-
"message": "
|
|
2679
|
+
"message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time."
|
|
2677
2680
|
},
|
|
2678
2681
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
|
|
2679
|
-
"message": "Consider using [Responsive Image Styles](https://www.drupal.org/
|
|
2682
|
+
"message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page."
|
|
2680
2683
|
},
|
|
2681
2684
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
|
|
2682
|
-
"message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page.
|
|
2685
|
+
"message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page."
|
|
2683
2686
|
},
|
|
2684
2687
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
|
|
2685
|
-
"message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page.
|
|
2688
|
+
"message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page."
|
|
2686
2689
|
},
|
|
2687
2690
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
|
|
2688
|
-
"message": "Consider removing unused CSS rules and only attach the needed Drupal libraries to the relevant page or component in a page. See the [Drupal documentation
|
|
2691
|
+
"message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page."
|
|
2689
2692
|
},
|
|
2690
2693
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
|
|
2691
|
-
"message": "Consider removing unused JavaScript assets and only attach the needed Drupal libraries to the relevant page or component in a page. See the [Drupal documentation
|
|
2694
|
+
"message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page."
|
|
2692
2695
|
},
|
|
2693
2696
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
|
|
2694
|
-
"message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [Drupal cache and optimizing for performance](https://www.drupal.org/docs/
|
|
2697
|
+
"message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
|
|
2695
2698
|
},
|
|
2696
2699
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
|
|
2697
|
-
"message": "Consider using [a 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=
|
|
2700
|
+
"message": "Consider using [a 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=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site."
|
|
2698
2701
|
},
|
|
2699
2702
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
|
|
2700
|
-
"message": "Preconnect or dns-prefetch resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=
|
|
2703
|
+
"message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints."
|
|
2701
2704
|
},
|
|
2702
2705
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
|
|
2703
|
-
"message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/
|
|
2706
|
+
"message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor."
|
|
2707
|
+
},
|
|
2708
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": {
|
|
2709
|
+
"message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
|
|
2704
2710
|
},
|
|
2705
2711
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
|
|
2706
2712
|
"message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading."
|
|
@@ -2897,9 +2903,6 @@
|
|
|
2897
2903
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2904
|
"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."
|
|
2899
2905
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2906
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2907
|
"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."
|
|
2905
2908
|
},
|
|
@@ -3033,7 +3036,7 @@
|
|
|
3033
3036
|
"message": "There are a number of WordPress plugins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes."
|
|
3034
3037
|
},
|
|
3035
3038
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
|
|
3036
|
-
"message": "
|
|
3039
|
+
"message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service."
|
|
3037
3040
|
},
|
|
3038
3041
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
|
|
3039
3042
|
"message": "Consider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plugin to lazy-load comments."
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "[Çöñšîðéŕ ûþļöåðîñĝ ýöûŕ ĜÎF ţö å šéŕvîçé ŵĥîçĥ ŵîļļ måķé îţ åvåîļåбļé ţö émбéð åš åñ ĤŢMĻ5 vîðéö. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "[Šþéçîƒý ᐅ`@font-display`ᐊ ŵĥéñ ðéƒîñîñĝ çûšţöm ƒöñţš îñ ýöûŕ ţĥémé. one two three four five six seven eight nine ten eleven]"
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "[Çöñšîðéŕ çöñƒîĝûŕîñĝ ᐅ[ᐊŴéбÞ îmåĝé ƒöŕmåţš ŵîţĥ å Çöñvéŕţ îmåĝé šţýļéᐅ](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)ᐊ öñ ýöûŕ šîţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "[Éñåбļé ᐅ[ᐊᐅ`Remove render-blocking resources`ᐊᐅ](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack)ᐊ îñ ÑîţŕöÞåçķ ƒöŕ ƒåšţéŕ îñîţîåļ ļöåð ţîméš. one two three four five six seven eight nine ten eleven twelve]"
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "[Îmþŕövé šéŕvéŕ ŕéšþöñšé ţîmé åñð öþţîmîžé þéŕçéîvéð þéŕƒöŕmåñçé бý åçţîvåţîñĝ ᐅ[ᐊᐅ`Instant Load`ᐊᐅ](https://support.nitropack.io/hc/en-us/articles/16547340617361)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "[Éñåбļé ᐅ[ᐊᐅ`Minify resources`ᐊᐅ](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources)ᐊ îñ ýöûŕ Çåçĥîñĝ šéţţîñĝš ţö ŕéðûçé ţĥé šîžé öƒ ýöûŕ ÇŠŠ, ĤŢMĻ, åñð ĴåvåŠçŕîþţ ƒîļéš ƒöŕ ƒåšţéŕ ļöåð ţîméš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
|
|
2905
2899
|
},
|
|
@@ -2658,49 +2658,55 @@
|
|
|
2658
2658
|
"message": "Ĉón̂śîd́êŕ ûśîńĝ t́ĥé `BreakpointObserver` ût́îĺît́ŷ ín̂ t́ĥé Ĉóm̂ṕôńêńt̂ D́êv́ K̂ít̂ (ĆD̂Ḱ) t̂ó m̂án̂áĝé îḿâǵê b́r̂éâḱp̂óîńt̂ś. [L̂éâŕn̂ ḿôŕê](https://material.angular.io/cdk/layout/overview)."
|
|
2659
2659
|
},
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
|
-
"message": "Ĉón̂śîd́êŕ ûṕl̂óâd́îńĝ ýôúr̂
|
|
2662
|
-
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Ŝṕêćîf́ŷ `@font-display` ẃĥén̂ d́êf́îńîńĝ ćûśt̂óm̂ f́ôńt̂ś îń ŷóûŕ t̂h́êḿê."
|
|
2661
|
+
"message": "Ĉón̂śîd́êŕ ûṕl̂óâd́îńĝ ýôúr̂ `GIF` t́ô á ŝér̂v́îćê ẃĥíĉh́ ŵíl̂ĺ m̂ák̂é ît́ âv́âíl̂áb̂ĺê t́ô ém̂b́êd́ âś âń ĤT́M̂Ĺ5 v̂íd̂éô."
|
|
2665
2662
|
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Ĉón̂śîd́êŕ ĉón̂f́îǵûŕîńĝ [Ẃêb́P̂ ím̂áĝé f̂ór̂ḿât́ŝ ẃît́ĥ á Ĉón̂v́êŕt̂ ím̂áĝé ŝt́ŷĺê](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) ón̂ ýôúr̂ śît́ê."
|
|
2668
2665
|
},
|
|
2669
2666
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
|
|
2670
|
-
"message": "
|
|
2667
|
+
"message": "Ĉón̂śîd́êŕ ĉón̂f́îǵûŕîńĝ ĺâźŷ ĺôád̂ ím̂áĝéŝ ín̂ `Drupal`. T́ĥé f̂íêĺd̂ f́ôŕm̂át̂t́êŕŝ f́ôŕ îḿâǵêś ŝúp̂ṕôŕt̂ `lazy` ór̂ `eager`."
|
|
2668
|
+
},
|
|
2669
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": {
|
|
2670
|
+
"message": "Îf́ t̂h́ê ĹĈṔ êĺêḿêńt̂ íŝ d́ŷńâḿîćâĺl̂ý âd́d̂éd̂ t́ô t́ĥé p̂áĝé, ŷóû śĥóûĺd̂ óp̂t́îḿîźê t́ĥé îḿâǵê ín̂ ór̂d́êŕ t̂ó îḿp̂ŕôv́ê ĹĈṔ. [L̂éâŕn̂ ḿôŕê](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)."
|
|
2671
|
+
},
|
|
2672
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": {
|
|
2673
|
+
"message": "R̂éd̂ír̂éĉt́ŝ ín̂t́r̂ód̂úĉé âd́d̂ít̂íôńâĺ d̂él̂áŷś b̂éf̂ór̂é t̂h́ê ṕâǵê ćâń b̂é l̂óâd́êd́. Îf́ t̂h́ê [Ŕêd́îŕêćt̂](https://www.drupal.org/project/redirect) ḿôd́ûĺê íŝ ín̂śt̂ál̂ĺêd́, r̂év̂íêẃ îf́ ûńn̂éĉéŝśâŕŷ ŕêd́îŕêćt̂ś ĉán̂ b́ê ŕêḿôv́êd́. [L̂éâŕn̂ ḿôŕê](https://developers.google.com/web/tools/lighthouse/audits/redirects)."
|
|
2671
2674
|
},
|
|
2672
2675
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
|
|
2673
|
-
"message": "Ĉón̂śîd́êŕ ûśîńĝ á m̂ód̂úl̂é t̂ó îńl̂ín̂é ĉŕît́îćâĺ ĈŚŜ án̂d́ Ĵáv̂áŜćr̂íp̂t́, âńd̂ úŝé t̂h́ê d́êf́êŕ ât́t̂ŕîb́ût́ê f́ôŕ n̂ón̂-ćr̂ít̂íĉál̂ ĆŜŚ ôŕ Ĵáv̂áŜćr̂íp̂t́."
|
|
2676
|
+
"message": "Ĉón̂śîd́êŕ ûśîńĝ [á m̂ód̂úl̂é](https://www.drupal.org/project/critical_css) t̂ó îńl̂ín̂é ĉŕît́îćâĺ ĈŚŜ án̂d́ Ĵáv̂áŜćr̂íp̂t́, âńd̂ úŝé t̂h́ê d́êf́êŕ ât́t̂ŕîb́ût́ê f́ôŕ n̂ón̂-ćr̂ít̂íĉál̂ ĆŜŚ ôŕ Ĵáv̂áŜćr̂íp̂t́."
|
|
2674
2677
|
},
|
|
2675
2678
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
|
|
2676
|
-
"message": "
|
|
2679
|
+
"message": "Ôf́f̂ĺôád̂ t́r̂áf̂f́îć ŵít̂h́ ôńê ór̂ ḿôŕê `Drupal` ćâćĥín̂ǵ m̂ód̂úl̂éŝ śûćĥ áŝ `Internal Page Cache`, `Internal Dynamic Page Cache`, án̂d́ `BigPipe`. Ĉóûṕl̂é t̂h́êśê ẃît́ĥ á ĈD́N̂ t́ô f́ûŕt̂h́êŕ îḿp̂ŕôv́ê ŕêśp̂ón̂śê t́îḿê. Ýôúr̂ h́ôśt̂ín̂ǵ ŝér̂v́êŕŝ śĥóûĺd̂ ḿâḱê úŝé ôf́ P̂H́P̂ ÓP̂ćâćĥé. Ĉón̂śîd́êŕ ûśîńĝ ḿêḿôŕŷ-ćâćĥín̂ǵ ŝúĉh́ âś R̂éd̂íŝ ór̂ Ḿêḿĉáĉh́êd́ t̂ó r̂éd̂úĉé d̂át̂áb̂áŝé q̂úêŕŷ t́îḿêś. L̂áŝt́l̂ý ûśê ṕêŕf̂ór̂ḿâńt̂ t́ĥém̂éŝ, ḿôd́ûĺêś, âńd̂ f́âśt̂ér̂ śêŕv̂ér̂ś t̂ó l̂óŵér̂ śêŕv̂ér̂ ŕêśp̂ón̂śê t́îḿê."
|
|
2677
2680
|
},
|
|
2678
2681
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
|
|
2679
|
-
"message": "Ĉón̂śîd́êŕ ûśîńĝ [Ŕêśp̂ón̂śîv́ê Ím̂áĝé Ŝt́ŷĺêś](https://www.drupal.org/
|
|
2682
|
+
"message": "Ĉón̂śîd́êŕ ûśîńĝ [Ŕêśp̂ón̂śîv́ê Ím̂áĝé Ŝt́ŷĺêś](https://www.drupal.org/documentation/modules/responsive_image) t̂ó r̂éd̂úĉé t̂h́ê śîźê óf̂ ím̂áĝéŝ ĺôád̂éd̂ ón̂ ýôúr̂ ṕâǵê. Íf̂ ýôú âŕê úŝín̂ǵ `Views` t̂ó ŝh́ôẃ m̂úl̂t́îṕl̂é ĉón̂t́êńt̂ ít̂ém̂ś ôń â ṕâǵê, ćôńŝíd̂ér̂ ím̂ṕl̂ém̂én̂t́îńĝ ṕâǵîńât́îón̂ t́ô ĺîḿît́ t̂h́ê ńûḿb̂ér̂ óf̂ ćôńt̂én̂t́ ît́êḿŝ śĥóŵń ôń â ǵîv́êń p̂áĝé."
|
|
2680
2683
|
},
|
|
2681
2684
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
|
|
2682
|
-
"message": "Êńŝúr̂é ŷóû h́âv́ê én̂áb̂ĺêd́ \"Âǵĝŕêǵât́ê ĆŜŚ f̂íl̂éŝ\" ín̂ t́ĥé \"Âd́m̂ín̂íŝt́r̂át̂íôń » Ĉón̂f́îǵûŕât́îón̂ » D́êv́êĺôṕm̂én̂t́\" p̂áĝé.
|
|
2685
|
+
"message": "Êńŝúr̂é ŷóû h́âv́ê én̂áb̂ĺêd́ \"Âǵĝŕêǵât́ê ĆŜŚ f̂íl̂éŝ\" ín̂ t́ĥé \"Âd́m̂ín̂íŝt́r̂át̂íôń » Ĉón̂f́îǵûŕât́îón̂ » D́êv́êĺôṕm̂én̂t́\" p̂áĝé."
|
|
2683
2686
|
},
|
|
2684
2687
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
|
|
2685
|
-
"message": "Êńŝúr̂é ŷóû h́âv́ê én̂áb̂ĺêd́ \"Âǵĝŕêǵât́ê J́âv́âŚĉŕîṕt̂ f́îĺêś\" îń t̂h́ê \"Ád̂ḿîńîśt̂ŕât́îón̂ » Ćôńf̂íĝúr̂át̂íôń » D̂év̂él̂óp̂ḿêńt̂\" ṕâǵê.
|
|
2688
|
+
"message": "Êńŝúr̂é ŷóû h́âv́ê én̂áb̂ĺêd́ \"Âǵĝŕêǵât́ê J́âv́âŚĉŕîṕt̂ f́îĺêś\" îń t̂h́ê \"Ád̂ḿîńîśt̂ŕât́îón̂ » Ćôńf̂íĝúr̂át̂íôń » D̂év̂él̂óp̂ḿêńt̂\" ṕâǵê."
|
|
2686
2689
|
},
|
|
2687
2690
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
|
|
2688
|
-
"message": "Ĉón̂śîd́êŕ r̂ém̂óv̂ín̂ǵ ûńûśêd́ ĈŚŜ ŕûĺêś âńd̂ ón̂ĺŷ át̂t́âćĥ t́ĥé n̂éêd́êd́
|
|
2691
|
+
"message": "Ĉón̂śîd́êŕ r̂ém̂óv̂ín̂ǵ ûńûśêd́ ĈŚŜ ŕûĺêś âńd̂ ón̂ĺŷ át̂t́âćĥ t́ĥé n̂éêd́êd́ `Drupal` l̂íb̂ŕâŕîéŝ t́ô t́ĥé r̂él̂év̂án̂t́ p̂áĝé ôŕ ĉóm̂ṕôńêńt̂ ín̂ á p̂áĝé. Ŝéê t́ĥé [`Drupal` d̂óĉúm̂én̂t́ât́îón̂](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) f́ôŕ d̂ét̂áîĺŝ. T́ô íd̂én̂t́îf́ŷ át̂t́âćĥéd̂ ĺîb́r̂ár̂íêś t̂h́ât́ âŕê ád̂d́îńĝ éx̂t́r̂án̂éôúŝ ĆŜŚ, t̂ŕŷ ŕûńn̂ín̂ǵ [ĉód̂é ĉóv̂ér̂áĝé](https://developer.chrome.com/docs/devtools/coverage) îń Ĉh́r̂óm̂é D̂év̂T́ôól̂ś. Ŷóû ćâń îd́êńt̂íf̂ý t̂h́ê t́ĥém̂é/m̂ód̂úl̂é r̂éŝṕôńŝíb̂ĺê f́r̂óm̂ t́ĥé ÛŔL̂ óf̂ t́ĥé ŝt́ŷĺêśĥéêt́ ŵh́êń ĈŚŜ áĝǵr̂éĝát̂íôń îś d̂íŝáb̂ĺêd́ îń ŷóûŕ `Drupal` ŝít̂é. L̂óôḱ ôút̂ f́ôŕ t̂h́êḿêś/m̂ód̂úl̂éŝ t́ĥát̂ h́âv́ê ḿâńŷ śt̂ýl̂éŝh́êét̂ś îń t̂h́ê ĺîśt̂ ẃĥíĉh́ ĥáv̂é â ĺôt́ ôf́ r̂éd̂ ín̂ ćôd́ê ćôv́êŕâǵê. Á t̂h́êḿê/ḿôd́ûĺê śĥóûĺd̂ ón̂ĺŷ át̂t́âćĥ á ŝt́ŷĺêśĥéêt́ l̂íb̂ŕâŕŷ íf̂ ít̂ íŝ áĉt́ûál̂ĺŷ úŝéd̂ ón̂ t́ĥé p̂áĝé."
|
|
2689
2692
|
},
|
|
2690
2693
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
|
|
2691
|
-
"message": "Ĉón̂śîd́êŕ r̂ém̂óv̂ín̂ǵ ûńûśêd́ Ĵáv̂áŜćr̂íp̂t́ âśŝét̂ś âńd̂ ón̂ĺŷ át̂t́âćĥ t́ĥé n̂éêd́êd́
|
|
2694
|
+
"message": "Ĉón̂śîd́êŕ r̂ém̂óv̂ín̂ǵ ûńûśêd́ Ĵáv̂áŜćr̂íp̂t́ âśŝét̂ś âńd̂ ón̂ĺŷ át̂t́âćĥ t́ĥé n̂éêd́êd́ `Drupal` l̂íb̂ŕâŕîéŝ t́ô t́ĥé r̂él̂év̂án̂t́ p̂áĝé ôŕ ĉóm̂ṕôńêńt̂ ín̂ á p̂áĝé. Ŝéê t́ĥé [D̂ŕûṕâĺ d̂óĉúm̂én̂t́ât́îón̂](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) f́ôŕ d̂ét̂áîĺŝ. T́ô íd̂én̂t́îf́ŷ át̂t́âćĥéd̂ ĺîb́r̂ár̂íêś t̂h́ât́ âŕê ád̂d́îńĝ éx̂t́r̂án̂éôúŝ J́âv́âŚĉŕîṕt̂, t́r̂ý r̂ún̂ńîńĝ [ćôd́ê ćôv́êŕâǵê](https://developer.chrome.com/docs/devtools/coverage) ín̂ Ćĥŕôḿê D́êv́T̂óôĺŝ. Ýôú ĉán̂ íd̂én̂t́îf́ŷ t́ĥé t̂h́êḿê/ḿôd́ûĺê ŕêśp̂ón̂śîb́l̂é f̂ŕôḿ t̂h́ê ÚR̂Ĺ ôf́ t̂h́ê śĉŕîṕt̂ ẃĥén̂ J́âv́âŚĉŕîṕt̂ áĝǵr̂éĝát̂íôń îś d̂íŝáb̂ĺêd́ îń ŷóûŕ `Drupal` ŝít̂é. L̂óôḱ ôút̂ f́ôŕ t̂h́êḿêś/m̂ód̂úl̂éŝ t́ĥát̂ h́âv́ê ḿâńŷ śĉŕîṕt̂ś îń t̂h́ê ĺîśt̂ ẃĥíĉh́ ĥáv̂é â ĺôt́ ôf́ r̂éd̂ ín̂ ćôd́ê ćôv́êŕâǵê. Á t̂h́êḿê/ḿôd́ûĺê śĥóûĺd̂ ón̂ĺŷ át̂t́âćĥ á ŝćr̂íp̂t́ l̂íb̂ŕâŕŷ íf̂ ít̂ íŝ áĉt́ûál̂ĺŷ úŝéd̂ ón̂ t́ĥé p̂áĝé."
|
|
2692
2695
|
},
|
|
2693
2696
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
|
|
2694
|
-
"message": "Ŝét̂ t́ĥé \"B̂ŕôẃŝér̂ án̂d́ p̂ŕôx́ŷ ćâćĥé m̂áx̂ím̂úm̂ áĝé\" îń t̂h́ê \"Ád̂ḿîńîśt̂ŕât́îón̂ » Ćôńf̂íĝúr̂át̂íôń » D̂év̂él̂óp̂ḿêńt̂\" ṕâǵê. Ŕêád̂ áb̂óût́ [
|
|
2697
|
+
"message": "Ŝét̂ t́ĥé \"B̂ŕôẃŝér̂ án̂d́ p̂ŕôx́ŷ ćâćĥé m̂áx̂ím̂úm̂ áĝé\" îń t̂h́ê \"Ád̂ḿîńîśt̂ŕât́îón̂ » Ćôńf̂íĝúr̂át̂íôń » D̂év̂él̂óp̂ḿêńt̂\" ṕâǵê. Ŕêád̂ áb̂óût́ [`Drupal` ĉáĉh́ê án̂d́ ôṕt̂ím̂íẑín̂ǵ f̂ór̂ ṕêŕf̂ór̂ḿâńĉé](https://www.drupal.org/docs/8/api/cache-api/cache-api)."
|
|
2695
2698
|
},
|
|
2696
2699
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
|
|
2697
|
-
"message": "Ĉón̂śîd́êŕ ûśîńĝ [á m̂ód̂úl̂é](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=
|
|
2700
|
+
"message": "Ĉón̂śîd́êŕ ûśîńĝ [á m̂ód̂úl̂é](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=image&solrsort=iss_project_release_usage+desc&op=Search) t̂h́ât́ âút̂óm̂át̂íĉál̂ĺŷ óp̂t́îḿîźêś âńd̂ ŕêd́ûćêś t̂h́ê śîźê óf̂ ím̂áĝéŝ úp̂ĺôád̂éd̂ t́ĥŕôúĝh́ t̂h́ê śît́ê ẃĥíl̂é r̂ét̂áîńîńĝ q́ûál̂ít̂ý. Âĺŝó, êńŝúr̂é ŷóû ár̂é ûśîńĝ t́ĥé n̂át̂ív̂é [R̂éŝṕôńŝív̂é Îḿâǵê Śt̂ýl̂éŝ](https://www.drupal.org/documentation/modules/responsive_image) ṕr̂óv̂íd̂éd̂ f́r̂óm̂ `Drupal` f́ôŕ âĺl̂ ím̂áĝéŝ ŕêńd̂ér̂éd̂ ón̂ t́ĥé ŝít̂é."
|
|
2698
2701
|
},
|
|
2699
2702
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
|
|
2700
|
-
"message": "
|
|
2703
|
+
"message": "`Preconnect` ôŕ `dns-prefetch` r̂éŝóûŕĉé ĥín̂t́ŝ ćâń b̂é âd́d̂éd̂ b́ŷ ín̂śt̂ál̂ĺîńĝ án̂d́ ĉón̂f́îǵûŕîńĝ [á m̂ód̂úl̂é](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) t̂h́ât́ p̂ŕôv́îd́êś f̂áĉíl̂ít̂íêś f̂ór̂ úŝér̂ áĝén̂t́ r̂éŝóûŕĉé ĥín̂t́ŝ."
|
|
2701
2704
|
},
|
|
2702
2705
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
|
|
2703
|
-
"message": "Êńŝúr̂é t̂h́ât́ ŷóû ár̂é ûśîńĝ t́ĥé n̂át̂ív̂é [R̂éŝṕôńŝív̂é Îḿâǵê Śt̂ýl̂éŝ](https://www.drupal.org/
|
|
2706
|
+
"message": "Êńŝúr̂é t̂h́ât́ ŷóû ár̂é ûśîńĝ t́ĥé n̂át̂ív̂é [R̂éŝṕôńŝív̂é Îḿâǵê Śt̂ýl̂éŝ](https://www.drupal.org/documentation/modules/responsive_image) ṕr̂óv̂íd̂éd̂ f́r̂óm̂ `Drupal`. Úŝé t̂h́ê Ŕêśp̂ón̂śîv́ê Ím̂áĝé Ŝt́ŷĺêś ŵh́êń r̂én̂d́êŕîńĝ ím̂áĝé f̂íêĺd̂ś t̂h́r̂óûǵĥ v́îéŵ ḿôd́êś, v̂íêẃŝ, ór̂ ím̂áĝéŝ úp̂ĺôád̂éd̂ t́ĥŕôúĝh́ t̂h́ê ẂŶŚÎẂŶǴ êd́ît́ôŕ."
|
|
2707
|
+
},
|
|
2708
|
+
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": {
|
|
2709
|
+
"message": "T̂éx̂t́-b̂áŝéd̂ ŕêśôúr̂ćêś ŝh́ôúl̂d́ b̂é ŝér̂v́êd́ ŵít̂h́ ĉóm̂ṕr̂éŝśîón̂ (ǵẑíp̂, d́êf́l̂át̂é ôŕ b̂ŕôt́l̂í) t̂ó m̂ín̂ím̂íẑé t̂ót̂ál̂ ńêt́ŵór̂ḱ b̂ýt̂éŝ. Ćôńŝíd̂ér̂ úŝín̂ǵ â ĆD̂Ń t̂h́ât́ n̂át̂ív̂él̂ý ŝúp̂ṕôŕt̂ś t̂h́îś, ôŕ ĉón̂f́îǵûŕê t́ĥé ŵéb̂ śêŕv̂ér̂ t́ô ṕêŕf̂ór̂ḿ t̂h́îś ôṕêŕât́îón̂. [Ĺêár̂ń m̂ór̂é](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
|
|
2704
2710
|
},
|
|
2705
2711
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
|
|
2706
2712
|
"message": "Ûśê [Éẑóîć L̂éâṕ](https://pubdash.ezoic.com/speed) âńd̂ én̂áb̂ĺê `Optimize Fonts` t́ô áût́ôḿât́îćâĺl̂ý l̂év̂ér̂áĝé t̂h́ê `font-display` ĆŜŚ f̂éât́ûŕê t́ô én̂śûŕê t́êx́t̂ íŝ úŝér̂-v́îśîb́l̂é ŵh́îĺê ẃêb́f̂ón̂t́ŝ ár̂é l̂óâd́îńĝ."
|
|
@@ -2897,9 +2903,6 @@
|
|
|
2897
2903
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2904
|
"message": "Êńâb́l̂é [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) îń N̂ít̂ŕôṔâćk̂ f́ôŕ f̂áŝt́êŕ îńît́îál̂ ĺôád̂ t́îḿêś."
|
|
2899
2905
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Îḿp̂ŕôv́ê śêŕv̂ér̂ ŕêśp̂ón̂śê t́îḿê án̂d́ ôṕt̂ím̂íẑé p̂ér̂ćêív̂éd̂ ṕêŕf̂ór̂ḿâńĉé b̂ý âćt̂ív̂át̂ín̂ǵ [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2906
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2907
|
"message": "Êńâb́l̂é [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) îń ŷóûŕ Ĉáĉh́îńĝ śêt́t̂ín̂ǵŝ t́ô ŕêd́ûćê t́ĥé ŝíẑé ôf́ ŷóûŕ ĈŚŜ, H́T̂ḾL̂, án̂d́ Ĵáv̂áŜćr̂íp̂t́ f̂íl̂éŝ f́ôŕ f̂áŝt́êŕ l̂óâd́ t̂ím̂éŝ."
|
|
2905
2908
|
},
|
|
@@ -3033,7 +3036,7 @@
|
|
|
3033
3036
|
"message": "T̂h́êŕê ár̂é â ńûḿb̂ér̂ óf̂ Ẃôŕd̂Ṕr̂éŝś p̂ĺûǵîńŝ t́ĥát̂ ćâń ĥél̂ṕ ŷóû [ín̂ĺîńê ćr̂ít̂íĉál̂ áŝśêt́ŝ](https://wordpress.org/plugins/search/critical+css/) ór̂ [d́êf́êŕ l̂éŝś îḿp̂ór̂t́âńt̂ ŕêśôúr̂ćêś](https://wordpress.org/plugins/search/defer+css+javascript/). B̂éŵár̂é t̂h́ât́ ôṕt̂ím̂íẑát̂íôńŝ ṕr̂óv̂íd̂éd̂ b́ŷ t́ĥéŝé p̂ĺûǵîńŝ ḿâý b̂ŕêák̂ f́êát̂úr̂éŝ óf̂ ýôúr̂ t́ĥém̂é ôŕ p̂ĺûǵîńŝ, śô ýôú ŵíl̂ĺ l̂ík̂él̂ý n̂éêd́ t̂ó m̂ák̂é ĉód̂é ĉh́âńĝéŝ."
|
|
3034
3037
|
},
|
|
3035
3038
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
|
|
3036
|
-
"message": "
|
|
3039
|
+
"message": "Ĉh́ôóŝé â ĺîǵĥt́ŵéîǵĥt́ t̂h́êḿê (íd̂éâĺl̂ý â b́l̂óĉḱ t̂h́êḿê) án̂d́ îḿp̂ĺêḿêńt̂ f́ûĺl̂-ṕâǵê ćâćĥín̂ǵ ôŕ â śt̂át̂íĉ śît́ê śôĺût́îón̂. D́îśâb́l̂é ûńn̂éĉéŝśâŕŷ ṕl̂úĝín̂ś t̂ó m̂ín̂ím̂íẑé ŝér̂v́êŕ ôv́êŕĥéâd́. Ĉón̂śîd́êŕ ûṕĝŕâd́îńĝ ýôúr̂ h́ôśt̂ín̂ǵ t̂ó m̂án̂áĝéd̂ ór̂ d́êd́îćât́êd́ ŝér̂v́îćê."
|
|
3037
3040
|
},
|
|
3038
3041
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
|
|
3039
3042
|
"message": "Ĉón̂śîd́êŕ ŝh́ôẃîńĝ éx̂ćêŕp̂t́ŝ ín̂ ýôúr̂ ṕôśt̂ ĺîśt̂ś (ê.ǵ. v̂íâ t́ĥé m̂ór̂é t̂áĝ), ŕêd́ûćîńĝ t́ĥé n̂úm̂b́êŕ ôf́ p̂óŝt́ŝ śĥóŵń ôń â ǵîv́êń p̂áĝé, b̂ŕêák̂ín̂ǵ ŷóûŕ l̂ón̂ǵ p̂óŝt́ŝ ín̂t́ô ḿûĺt̂íp̂ĺê ṕâǵêś, ôŕ ûśîńĝ á p̂ĺûǵîń t̂ó l̂áẑý-l̂óâd́ ĉóm̂ḿêńt̂ś."
|
|
@@ -2660,9 +2660,6 @@
|
|
|
2660
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
|
|
2661
2661
|
"message": "Puedes subir tu GIF a un servicio que permita insertarlo como un video HTML5."
|
|
2662
2662
|
},
|
|
2663
|
-
"node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
|
|
2664
|
-
"message": "Especifica `@font-display` cuando definas fuentes personalizadas en tu tema."
|
|
2665
|
-
},
|
|
2666
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2667
2664
|
"message": "Puedes configurar [formatos de imagen WebP con un estilo conversor de imágenes ](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) en tu sitio."
|
|
2668
2665
|
},
|
|
@@ -2897,9 +2894,6 @@
|
|
|
2897
2894
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
|
|
2898
2895
|
"message": "Habilita [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) en NitroPack para acelerar los tiempos de carga iniciales."
|
|
2899
2896
|
},
|
|
2900
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
|
|
2901
|
-
"message": "Mejora el tiempo de respuesta del servidor y optimiza el rendimiento percibido mediante la activación de [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
|
|
2902
|
-
},
|
|
2903
2897
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
|
|
2904
2898
|
"message": "Habilita [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) en la configuración de almacenamiento en caché para reducir el tamaño de tus archivos CSS, HTML y JavaScript para acelerar los tiempos de carga."
|
|
2905
2899
|
},
|