lighthouse 12.2.3-dev.20241210 → 12.2.3

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 (62) hide show
  1. package/cli/test/smokehouse/core-tests.js +0 -4
  2. package/core/audits/byte-efficiency/render-blocking-resources.js +1 -1
  3. package/core/computed/metrics/cumulative-layout-shift.js +4 -4
  4. package/core/computed/metrics/lantern-metric.js +2 -4
  5. package/core/computed/navigation-insights.d.ts +1 -1
  6. package/core/computed/network-analysis.js +1 -13
  7. package/core/computed/trace-engine-result.d.ts +0 -4
  8. package/core/computed/trace-engine-result.js +4 -30
  9. package/core/config/default-config.js +0 -2
  10. package/core/lib/trace-engine.d.ts +1 -1
  11. package/core/lib/trace-engine.js +1 -1
  12. package/package.json +2 -2
  13. package/shared/localization/locales/ar-XB.json +0 -60
  14. package/shared/localization/locales/ar.json +0 -60
  15. package/shared/localization/locales/bg.json +0 -60
  16. package/shared/localization/locales/ca.json +0 -60
  17. package/shared/localization/locales/cs.json +0 -60
  18. package/shared/localization/locales/da.json +0 -60
  19. package/shared/localization/locales/de.json +0 -60
  20. package/shared/localization/locales/el.json +0 -60
  21. package/shared/localization/locales/en-GB.json +0 -60
  22. package/shared/localization/locales/en-US.json +40 -136
  23. package/shared/localization/locales/en-XL.json +40 -136
  24. package/shared/localization/locales/es-419.json +0 -60
  25. package/shared/localization/locales/es.json +0 -60
  26. package/shared/localization/locales/fi.json +0 -60
  27. package/shared/localization/locales/fil.json +0 -60
  28. package/shared/localization/locales/fr.json +0 -60
  29. package/shared/localization/locales/he.json +0 -60
  30. package/shared/localization/locales/hi.json +0 -60
  31. package/shared/localization/locales/hr.json +0 -60
  32. package/shared/localization/locales/hu.json +0 -60
  33. package/shared/localization/locales/id.json +0 -60
  34. package/shared/localization/locales/it.json +0 -60
  35. package/shared/localization/locales/ja.json +0 -60
  36. package/shared/localization/locales/ko.json +0 -60
  37. package/shared/localization/locales/lt.json +0 -60
  38. package/shared/localization/locales/lv.json +0 -60
  39. package/shared/localization/locales/nl.json +0 -60
  40. package/shared/localization/locales/no.json +0 -60
  41. package/shared/localization/locales/pl.json +0 -60
  42. package/shared/localization/locales/pt-PT.json +0 -60
  43. package/shared/localization/locales/pt.json +0 -60
  44. package/shared/localization/locales/ro.json +0 -60
  45. package/shared/localization/locales/ru.json +0 -60
  46. package/shared/localization/locales/sk.json +0 -60
  47. package/shared/localization/locales/sl.json +0 -60
  48. package/shared/localization/locales/sr-Latn.json +0 -60
  49. package/shared/localization/locales/sr.json +0 -60
  50. package/shared/localization/locales/sv.json +0 -60
  51. package/shared/localization/locales/ta.json +0 -60
  52. package/shared/localization/locales/te.json +0 -60
  53. package/shared/localization/locales/th.json +0 -60
  54. package/shared/localization/locales/tr.json +0 -60
  55. package/shared/localization/locales/uk.json +0 -60
  56. package/shared/localization/locales/vi.json +0 -60
  57. package/shared/localization/locales/zh-HK.json +0 -60
  58. package/shared/localization/locales/zh-TW.json +0 -60
  59. package/shared/localization/locales/zh.json +0 -60
  60. package/types/artifacts.d.ts +2 -2
  61. package/core/audits/has-hsts.d.ts +0 -44
  62. package/core/audits/has-hsts.js +0 -208
@@ -2621,66 +2621,6 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Rapport over brugerflow i Lighthouse"
2623
2623
  },
2624
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
- "message": "Layoutændringer opstår, når elementer bevæger sig uden brugerinteraktion. [Undersøg årsagerne til layoutændringer](https://web.dev/articles/optimize-cls), f.eks. elementer, der tilføjes eller fjernes eller ændrer skrifttyper, mens siden indlæses."
2626
- },
2627
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
- "message": "Årsager til layoutskift"
2629
- },
2630
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
- "message": "Din første netværksanmodning er den vigtigste. Reducer forsinkelsen ved at undgå omdirigeringer, sikre en hurtig serversvartid og aktivere tekstkomprimering."
2632
- },
2633
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
- "message": "Forsinkelse for dokumentanmodning"
2635
- },
2636
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
- "message": "Overvej at angive [font-display](https://developer.chrome.com/blog/font-display) som swap eller optional for at sikre, at teksten er synlig hele tiden. swap kan optimeres yderligere for at mindske layoutskift med [tilsidesættelse af skriftmetrics](https://developer.chrome.com/blog/font-fallbacks)."
2638
- },
2639
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
- "message": "Skrifttypevisning"
2641
- },
2642
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
- "message": "Start med at undersøge den længste fase. [Forsinkelser kan minimeres](https://web.dev/articles/optimize-inp#optimize_interactions). Hvis du vil reducere behandlingsvarigheden, skal du [optimere omkostningerne for hovedtråden](https://web.dev/articles/optimize-long-tasks) (typisk JS)."
2644
- },
2645
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
- "message": "INP efter fase"
2647
- },
2648
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
- "message": "Optimer LCP ved at gøre LCP-billedet [synligt](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) i HTML med det samme, og [undgå lazy loading](https://web.dev/articles/lcp-lazy-loading)"
2650
- },
2651
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
- "message": "Registrering af LCP-anmodning"
2653
- },
2654
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
- "message": "Hver [fase har specifikke forbedringsstrategier](https://web.dev/articles/optimize-lcp#lcp-breakdown). Det meste af LCP-tiden bør ideelt set bruges på at indlæse ressourcerne og ikke på forsinkelser."
2656
- },
2657
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
- "message": "LCP efter fase"
2659
- },
2660
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
- "message": "Anmodninger blokerer for sidens oprindelige gengivelse, hvilket kan forsinke LCP. [Udsættelse eller indlejring](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) kan flytte disse netværksanmodninger væk fra den kritiske sti."
2662
- },
2663
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
- "message": "Anmodninger, der blokerer gengivelse"
2665
- },
2666
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
- "message": "Hvis omkostningerne for Genberegn typografi forbliver høje, kan vælgeroptimering reducere dem. [Optimer vælgere](https://developer.chrome.com/docs/devtools/performance/selector-stats), der både har lang forløbstid og langsom vej en stor procentdel af tiden. Enklere vælgere, færre vælgere, en mindre DOM og en mindre omfattende DOM er med til at reducere omkostningerne ved matching."
2668
- },
2669
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
- "message": "Omkostninger for CSS-vælger"
2671
- },
2672
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
- "message": "Kode fra tredjeparter kan have en væsentlig indvirkning på indlæsningen. [Reducer og udskyd indlæsningen af tredjepartskoden](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) for at prioritere din sides indhold."
2674
- },
2675
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
- "message": "Tredjeparter"
2677
- },
2678
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
- "message": "Sidens viewport er ikke optimeret til brug på mobil, så trykinteraktioner kan blive [forsinket med op til 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
- },
2681
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
- "message": "Viewport er ikke optimeret til mobil"
2683
- },
2684
2624
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2685
2625
  "message": "Ved animeret indhold bør du bruge [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) til at minimere brugen af CPU, når indholdet er uden for skærmen."
2686
2626
  },
@@ -2621,66 +2621,6 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Lighthouse-Bericht zur Aufrufabfolge"
2623
2623
  },
2624
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
- "message": "Layout Shifts treten auf, wenn sich Elemente ohne Nutzerinteraktion bewegen. [Untersuche die Ursachen von Layout Shifts](https://web.dev/articles/optimize-cls), beispielsweise Elemente, die hinzugefügt oder entfernt werden oder deren Schriftart sich beim Laden der Seite ändert."
2626
- },
2627
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
- "message": "Verursacher von Layout Shifts"
2629
- },
2630
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
- "message": "Deine erste Netzwerkanfrage ist die wichtigste. Verringere die Latenz, indem du Weiterleitungen vermeidest, eine schnelle Serverantwort sicherstellst und die Textkomprimierung aktivierst."
2632
- },
2633
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
- "message": "Latenz der Dokumentanfrage"
2635
- },
2636
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
- "message": "Du kannst [font-display](https://developer.chrome.com/blog/font-display) auf „swap“ oder „optional“ setzen, damit der Text immer sichtbar ist. „swap“ kann weiter optimiert werden, um Layout Shifts durch [Überschreibungen von Messwerten zur Schriftart](https://developer.chrome.com/blog/font-fallbacks) zu reduzieren."
2638
- },
2639
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
- "message": "Schriftart-Anzeige"
2641
- },
2642
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
- "message": "Sieh dir zuerst die längste Phase an. [Verzögerungen können minimiert werden.](https://web.dev/articles/optimize-inp#optimize_interactions) Damit sich die Verarbeitungsdauer verringert, [musst du die Kosten des Hauptthreads](https://web.dev/articles/optimize-long-tasks), meist JS, optimieren."
2644
- },
2645
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
- "message": "INP nach Phase"
2647
- },
2648
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
- "message": "Optimiere den LCP, indem du das LCP-Bild im HTML-Code direkt [sichtbar](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) machst und [Lazy Loading vermeidest](https://web.dev/articles/lcp-lazy-loading)"
2650
- },
2651
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
- "message": "LCP-Anfrageerkennung"
2653
- },
2654
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
- "message": "Für jede [Phase gibt es spezifische Verbesserungsstrategien](https://web.dev/articles/optimize-lcp#lcp-breakdown). Idealerweise sollte der Großteil der LCP-Zeit für das Laden der Ressourcen und nicht für Verzögerungen aufgewendet werden."
2656
- },
2657
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
- "message": "LCP nach Phase"
2659
- },
2660
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
- "message": "Anfragen blockieren das erste Rendering der Seite, was den LCP verzögern kann. [Durch das Verschieben oder Einfügen](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) können diese Netzwerkanfragen aus dem kritischen Pfad entfernt werden."
2662
- },
2663
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
- "message": "Anfragen zum Blockieren des Renderings"
2665
- },
2666
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
- "message": "Wenn die Kosten für die Stilneuberechnung hoch bleiben, kann eine Selector-Optimierung diese senken. [Optimiere die Selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats), bei denen sowohl die verstrichene Zeit als auch der Prozentsatz der langsamen Pfade hoch ist. Einfachere Selectors, weniger Selectors, ein kleineres DOM sowie ein flacheres DOM reduzieren die Kosten für den Abgleich."
2668
- },
2669
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
- "message": "Kosten für CSS-Selektor"
2671
- },
2672
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
- "message": "Code von Drittanbietern kann die Ladegeschwindigkeit erheblich beeinträchtigen. [Reduziere Drittanbietercode und stelle den Ladevorgang zurück](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/), um die Inhalte deiner Seite zu priorisieren."
2674
- },
2675
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
- "message": "Drittanbieter"
2677
- },
2678
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
- "message": "Der Darstellungsbereich der Seite ist nicht für Mobilgeräte optimiert. Daher kann es bei Interaktionen durch Tippen zu einer [Verzögerung von bis zu 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) kommen."
2680
- },
2681
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
- "message": "Darstellungsbereich nicht für Mobilgeräte optimiert"
2683
- },
2684
2624
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2685
2625
  "message": "Verwende [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) für animierte Inhalte, um die CPU-Last auf ein Mindestmaß zu reduzieren, wenn die Inhalte nicht zu sehen sind."
2686
2626
  },
@@ -2621,66 +2621,6 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Αναφορά ροής χρήστη Lighthouse"
2623
2623
  },
2624
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
- "message": "Οι μετατοπίσεις διάταξης προκύπτουν, όταν τα στοιχεία μετακινούνται χωρίς αλληλεπίδραση με τον χρήστη. [Διερευνήστε τις αιτίες των μετατοπίσεων διάταξης](https://web.dev/articles/optimize-cls), όπως είναι η προσθήκη και η κατάργηση στοιχείων ή η αλλαγή των γραμματοσειρών τους κατά τη φόρτωση της σελίδας."
2626
- },
2627
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
- "message": "Αιτίες για τη μετατόπιση διάταξης"
2629
- },
2630
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
- "message": "Το πρώτο αίτημα δικτύου είναι το πιο σημαντικό. Μειώστε τον λανθάνοντα χρόνο αποφεύγοντας τις ανακατευθύνσεις, προκειμένου να διασφαλίσετε μια γρήγορη απόκριση διακομιστή, και ενεργοποιώντας τη συμπίεση κειμένου."
2632
- },
2633
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
- "message": "Λανθάνων χρόνος αιτήματος εγγράφου"
2635
- },
2636
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
- "message": "Μπορείτε να ορίσετε το [font-display](https://developer.chrome.com/blog/font-display) σε swap ή optional, για να διασφαλίσετε ότι το κείμενο θα είναι πάντα ορατό. Το swap μπορεί να βελτιστοποιηθεί περαιτέρω, για να περιοριστούν οι μετατοπίσεις διάταξης με [παρακάμψεις μετρήσεων γραμματοσειράς](https://developer.chrome.com/blog/font-fallbacks)."
2638
- },
2639
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
- "message": "Προβολή γραμματοσειράς"
2641
- },
2642
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
- "message": "Ξεκινήστε την έρευνα με τη μεγαλύτερη φάση. [Οι καθυστερήσεις μπορούν να ελαχιστοποιηθούν](https://web.dev/articles/optimize-inp#optimize_interactions). Για να μειώσετε τη διάρκεια επεξεργασίας, [βελτιστοποιήστε τα κόστη κύριου νήματος](https://web.dev/articles/optimize-long-tasks), συχνά σε JS."
2644
- },
2645
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
- "message": "INP κατά φάση"
2647
- },
2648
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
- "message": "Βελτιστοποιήστε το LCP κάνοντας την εικόνα LCP [ανακαλύψιμη](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) απευθείας από το HTML και [αποφεύγοντας την αργή φόρτωση](https://web.dev/articles/lcp-lazy-loading)"
2650
- },
2651
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
- "message": "Ανακάλυψη αιτήματος LCP"
2653
- },
2654
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
- "message": "Κάθε [φάση έχει συγκεκριμένες στρατηγικές βελτίωσης](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ιδανικά, το μεγαλύτερο μέρος του χρόνου LCP θα πρέπει να δαπανάται για τη φόρτωση των πόρων, όχι σε καθυστερήσεις."
2656
- },
2657
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
- "message": "LCP κατά φάση"
2659
- },
2660
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
- "message": "Τα αιτήματα αποκλείουν την αρχική απόδοση της σελίδας, κάτι που μπορεί να οδηγήσει σε καθυστέρηση της μέτρησης LCP. Η [αναβολή ή η ενσωμάτωση](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) μπορεί να μετακινήσει αυτά τα αιτήματα δικτύου εκτός της κρίσιμης διαδρομής."
2662
- },
2663
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
- "message": "Αιτήματα αποκλεισμού απόδοσης"
2665
- },
2666
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
- "message": "Αν τα κόστη του εκ νέου υπολογισμού στιλ παραμένουν υψηλά, η βελτιστοποίηση επιλογέα μπορεί να τα μειώσει. [Βελτιστοποιήστε τους επιλογείς](https://developer.chrome.com/docs/devtools/performance/selector-stats) με υψηλό χρόνο που έχει παρέλθει και υψηλό ποσοστό slow-path. Το κόστος αντιστοίχισης μπορεί να μειωθεί με τη χρήση λιγότερων και απλούστερων επιλογέων και DOM μικρότερου μεγέθους και βάθους."
2668
- },
2669
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
- "message": "Κόστος επιλογέων CSS"
2671
- },
2672
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
- "message": "Ο κώδικας τρίτου μέρους μπορεί να επηρεάσει σημαντικά την απόδοση φόρτωσης. [Μειώστε και αναβάλετε τη φόρτωση κώδικα τρίτου μέρους](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/), για να δώσετε προτεραιότητα στο περιεχόμενο της σελίδας σας."
2674
- },
2675
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
- "message": "Τρίτα μέρη"
2677
- },
2678
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
- "message": "Η θύρα προβολής της σελίδας δεν είναι βελτιστοποιημένη για κινητά, επομένως οι αλληλεπιδράσεις με πάτημα μπορεί να [καθυστερούν έως και 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
- },
2681
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
- "message": "Η θύρα προβολής δεν είναι βελτιστοποιημένη για κινητά"
2683
- },
2684
2624
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2685
2625
  "message": "Για περιεχόμενο κινούμενης εικόνας, χρησιμοποιήστε το [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) για να ελαχιστοποιήσετε τη χρήση CPU όταν το περιεχόμενο είναι εκτός οθόνης."
2686
2626
  },
@@ -2621,66 +2621,6 @@
2621
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2622
2622
  "message": "Lighthouse user flow report"
2623
2623
  },
2624
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2625
- "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed or their fonts changing as the page loads."
2626
- },
2627
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2628
- "message": "Layout shift culprits"
2629
- },
2630
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2631
- "message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response and enabling text compression."
2632
- },
2633
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2634
- "message": "Document request latency"
2635
- },
2636
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2637
- "message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure that text is consistently visible. swap can be further optimised to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
2638
- },
2639
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2640
- "message": "Font display"
2641
- },
2642
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2643
- "message": "Start investigating with the longest phase. [Delays can be minimised](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimise the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
2644
- },
2645
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2646
- "message": "INP by phase"
2647
- },
2648
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2649
- "message": "Optimise LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately and [avoiding lazy loading](https://web.dev/articles/lcp-lazy-loading)"
2650
- },
2651
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2652
- "message": "LCP request discovery"
2653
- },
2654
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2655
- "message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
2656
- },
2657
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2658
- "message": "LCP by phase"
2659
- },
2660
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2661
- "message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
2662
- },
2663
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2664
- "message": "Render blocking requests"
2665
- },
2666
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2667
- "message": "If Recalculate Style costs remain high, selector optimisation can reduce them. [Optimise the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both a high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM and a shallower DOM will all reduce matching costs."
2668
- },
2669
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2670
- "message": "CSS selector costs"
2671
- },
2672
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2673
- "message": "Third-party code can significantly impact load performance. [Reduce and defer loading of third-party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritise your page's content."
2674
- },
2675
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2676
- "message": "Third parties"
2677
- },
2678
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2679
- "message": "The page's viewport is not mobile-optimised, so tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2680
- },
2681
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2682
- "message": "Viewport not optimised for mobile"
2683
- },
2684
2624
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2685
2625
  "message": "For animated content, use [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) to minimise CPU usage when the content is offscreen."
2686
2626
  },
@@ -977,36 +977,6 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin, plural, =1 {Lighthouse was unable to automatically check the `font-display` value for the origin {fontOrigin}.} other {Lighthouse was unable to automatically check the `font-display` values for the origin {fontOrigin}.}}"
979
979
  },
980
- "core/audits/has-hsts.js | columnDirective": {
981
- "message": "Directive"
982
- },
983
- "core/audits/has-hsts.js | columnSeverity": {
984
- "message": "Severity"
985
- },
986
- "core/audits/has-hsts.js | description": {
987
- "message": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
- },
989
- "core/audits/has-hsts.js | invalidSyntax": {
990
- "message": "Invalid syntax"
991
- },
992
- "core/audits/has-hsts.js | lowMaxAge": {
993
- "message": "`max-age` is too low"
994
- },
995
- "core/audits/has-hsts.js | noHsts": {
996
- "message": "No HSTS header found"
997
- },
998
- "core/audits/has-hsts.js | noMaxAge": {
999
- "message": "No `max-age` directive"
1000
- },
1001
- "core/audits/has-hsts.js | noPreload": {
1002
- "message": "No `preload` directive found"
1003
- },
1004
- "core/audits/has-hsts.js | noSubdomain": {
1005
- "message": "No `includeSubDomains` directive found"
1006
- },
1007
- "core/audits/has-hsts.js | title": {
1008
- "message": "Use a strong HSTS policy"
1009
- },
1010
980
  "core/audits/image-aspect-ratio.js | columnActual": {
1011
981
  "message": "Aspect Ratio (Actual)"
1012
982
  },
@@ -1706,15 +1676,6 @@
1706
1676
  "core/gather/timespan-runner.js | warningNavigationDetected": {
1707
1677
  "message": "A page navigation was detected during the run. Using timespan mode to audit page navigations is not recommended. Use navigation mode to audit page navigations for better third-party attribution and main thread detection."
1708
1678
  },
1709
- "core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
1710
- "message": "Only pages loaded via a GET request are eligible for back/forward cache."
1711
- },
1712
- "core/lib/bf-cache-strings.js | HTTPStatusNotOK": {
1713
- "message": "Only pages with a status code of 2XX can be cached."
1714
- },
1715
- "core/lib/bf-cache-strings.js | JavaScriptExecution": {
1716
- "message": "Chrome detected an attempt to execute JavaScript while in the cache."
1717
- },
1718
1679
  "core/lib/bf-cache-strings.js | appBanner": {
1719
1680
  "message": "Pages that requested an AppBanner are not currently eligible for back/forward cache."
1720
1681
  },
@@ -1814,12 +1775,12 @@
1814
1775
  "core/lib/bf-cache-strings.js | embedderExtensionMessagingForOpenPort": {
1815
1776
  "message": "Extensions with long-lived connection should close the connection before entering back/forward cache."
1816
1777
  },
1817
- "core/lib/bf-cache-strings.js | embedderExtensionSentMessageToCachedFrame": {
1818
- "message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
1819
- },
1820
1778
  "core/lib/bf-cache-strings.js | embedderExtensions": {
1821
1779
  "message": "Back/forward cache is disabled due to extensions."
1822
1780
  },
1781
+ "core/lib/bf-cache-strings.js | embedderExtensionSentMessageToCachedFrame": {
1782
+ "message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
1783
+ },
1823
1784
  "core/lib/bf-cache-strings.js | embedderModalDialog": {
1824
1785
  "message": "Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away."
1825
1786
  },
@@ -1859,6 +1820,12 @@
1859
1820
  "core/lib/bf-cache-strings.js | haveInnerContents": {
1860
1821
  "message": "Pages that use portals are not currently eligible for back/forward cache."
1861
1822
  },
1823
+ "core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
1824
+ "message": "Only pages loaded via a GET request are eligible for back/forward cache."
1825
+ },
1826
+ "core/lib/bf-cache-strings.js | HTTPStatusNotOK": {
1827
+ "message": "Only pages with a status code of 2XX can be cached."
1828
+ },
1862
1829
  "core/lib/bf-cache-strings.js | idleManager": {
1863
1830
  "message": "Pages that use IdleManager are not currently eligible for back/forward cache."
1864
1831
  },
@@ -1880,6 +1847,9 @@
1880
1847
  "core/lib/bf-cache-strings.js | internalError": {
1881
1848
  "message": "Internal error."
1882
1849
  },
1850
+ "core/lib/bf-cache-strings.js | JavaScriptExecution": {
1851
+ "message": "Chrome detected an attempt to execute JavaScript while in the cache."
1852
+ },
1883
1853
  "core/lib/bf-cache-strings.js | keepaliveRequest": {
1884
1854
  "message": "Back/forward cache is disabled due to a keepalive request."
1885
1855
  },
@@ -2093,12 +2063,12 @@
2093
2063
  "core/lib/csp-evaluator.js | plainWildcards": {
2094
2064
  "message": "Avoid using plain wildcards ({keyword}) in this directive. Plain wildcards allow scripts to be sourced from an unsafe domain."
2095
2065
  },
2096
- "core/lib/csp-evaluator.js | reportToOnly": {
2097
- "message": "The reporting destination is only configured via the report-to directive. This directive is only supported in Chromium-based browsers so it is recommended to also use a `report-uri` directive."
2098
- },
2099
2066
  "core/lib/csp-evaluator.js | reportingDestinationMissing": {
2100
2067
  "message": "No CSP configures a reporting destination. This makes it difficult to maintain the CSP over time and monitor for any breakages."
2101
2068
  },
2069
+ "core/lib/csp-evaluator.js | reportToOnly": {
2070
+ "message": "The reporting destination is only configured via the report-to directive. This directive is only supported in Chromium-based browsers so it is recommended to also use a `report-uri` directive."
2071
+ },
2102
2072
  "core/lib/csp-evaluator.js | strictDynamic": {
2103
2073
  "message": "Host allowlists can frequently be bypassed. Consider using CSP nonces or hashes instead, along with `'strict-dynamic'` if necessary."
2104
2074
  },
@@ -2126,9 +2096,6 @@
2126
2096
  "core/lib/deprecations-strings.js | AuthorizationCoveredByWildcard": {
2127
2097
  "message": "Authorization will not be covered by the wildcard symbol (*) in CORS `Access-Control-Allow-Headers` handling."
2128
2098
  },
2129
- "core/lib/deprecations-strings.js | CSSSelectorInternalMediaControlsOverlayCastButton": {
2130
- "message": "The `disableRemotePlayback` attribute should be used in order to disable the default Cast integration instead of using `-internal-media-controls-overlay-cast-button` selector."
2131
- },
2132
2099
  "core/lib/deprecations-strings.js | CanRequestURLHTTPContainingNewline": {
2133
2100
  "message": "Resource requests whose URLs contained both removed whitespace `(n|r|t)` characters and less-than characters (`<`) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
2134
2101
  },
@@ -2153,8 +2120,8 @@
2153
2120
  "core/lib/deprecations-strings.js | CrossOriginWindowConfirm": {
2154
2121
  "message": "Triggering window.confirm from cross origin iframes has been deprecated and will be removed in the future."
2155
2122
  },
2156
- "core/lib/deprecations-strings.js | DOMMutationEvents": {
2157
- "message": "DOM Mutation Events, including `DOMSubtreeModified`, `DOMNodeInserted`, `DOMNodeRemoved`, `DOMNodeRemovedFromDocument`, `DOMNodeInsertedIntoDocument`, and `DOMCharacterDataModified` are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use `MutationObserver` instead."
2123
+ "core/lib/deprecations-strings.js | CSSSelectorInternalMediaControlsOverlayCastButton": {
2124
+ "message": "The `disableRemotePlayback` attribute should be used in order to disable the default Cast integration instead of using `-internal-media-controls-overlay-cast-button` selector."
2158
2125
  },
2159
2126
  "core/lib/deprecations-strings.js | DataUrlInSvgUse": {
2160
2127
  "message": "Support for data: URLs in SVG <use> element is deprecated and it will be removed in the future."
@@ -2162,6 +2129,9 @@
2162
2129
  "core/lib/deprecations-strings.js | DocumentDomainSettingWithoutOriginAgentClusterHeader": {
2163
2130
  "message": "Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. To continue using this feature, please opt-out of origin-keyed agent clusters by sending an `Origin-Agent-Cluster: ?0` header along with the HTTP response for the document and frames. See https://developer.chrome.com/blog/immutable-document-domain/ for more details."
2164
2131
  },
2132
+ "core/lib/deprecations-strings.js | DOMMutationEvents": {
2133
+ "message": "DOM Mutation Events, including `DOMSubtreeModified`, `DOMNodeInserted`, `DOMNodeRemoved`, `DOMNodeRemovedFromDocument`, `DOMNodeInsertedIntoDocument`, and `DOMCharacterDataModified` are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use `MutationObserver` instead."
2134
+ },
2165
2135
  "core/lib/deprecations-strings.js | ExpectCTHeader": {
2166
2136
  "message": "The `Expect-CT` header is deprecated and will be removed. Chrome requires Certificate Transparency for all publicly trusted certificates issued after April 30, 2018."
2167
2137
  },
@@ -2195,12 +2165,12 @@
2195
2165
  "core/lib/deprecations-strings.js | MediaSourceDurationTruncatingBuffered": {
2196
2166
  "message": "Setting `MediaSource.duration` below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit `remove(newDuration, oldDuration)` on all `sourceBuffers`, where `newDuration < oldDuration`."
2197
2167
  },
2198
- "core/lib/deprecations-strings.js | NoSysexWebMIDIWithoutPermission": {
2199
- "message": "Web MIDI will ask a permission to use even if the sysex is not specified in the `MIDIOptions`."
2200
- },
2201
2168
  "core/lib/deprecations-strings.js | NonStandardDeclarativeShadowDOM": {
2202
2169
  "message": "The older, non-standardized `shadowroot` attribute is deprecated, and will *no longer function* in M119. Please use the new, standardized `shadowrootmode` attribute instead."
2203
2170
  },
2171
+ "core/lib/deprecations-strings.js | NoSysexWebMIDIWithoutPermission": {
2172
+ "message": "Web MIDI will ask a permission to use even if the sysex is not specified in the `MIDIOptions`."
2173
+ },
2204
2174
  "core/lib/deprecations-strings.js | NotificationInsecureOrigin": {
2205
2175
  "message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
2206
2176
  },
@@ -2237,24 +2207,30 @@
2237
2207
  "core/lib/deprecations-strings.js | PrefixedVideoDisplayingFullscreen": {
2238
2208
  "message": "HTMLVideoElement.webkitDisplayingFullscreen is deprecated. Please use Document.fullscreenElement instead."
2239
2209
  },
2240
- "core/lib/deprecations-strings.js | PrefixedVideoEnterFullScreen": {
2241
- "message": "HTMLVideoElement.webkitEnterFullScreen() is deprecated. Please use Element.requestFullscreen() instead."
2242
- },
2243
2210
  "core/lib/deprecations-strings.js | PrefixedVideoEnterFullscreen": {
2244
2211
  "message": "HTMLVideoElement.webkitEnterFullscreen() is deprecated. Please use Element.requestFullscreen() instead."
2245
2212
  },
2246
- "core/lib/deprecations-strings.js | PrefixedVideoExitFullScreen": {
2247
- "message": "HTMLVideoElement.webkitExitFullScreen() is deprecated. Please use Document.exitFullscreen() instead."
2213
+ "core/lib/deprecations-strings.js | PrefixedVideoEnterFullScreen": {
2214
+ "message": "HTMLVideoElement.webkitEnterFullScreen() is deprecated. Please use Element.requestFullscreen() instead."
2248
2215
  },
2249
2216
  "core/lib/deprecations-strings.js | PrefixedVideoExitFullscreen": {
2250
2217
  "message": "HTMLVideoElement.webkitExitFullscreen() is deprecated. Please use Document.exitFullscreen() instead."
2251
2218
  },
2219
+ "core/lib/deprecations-strings.js | PrefixedVideoExitFullScreen": {
2220
+ "message": "HTMLVideoElement.webkitExitFullScreen() is deprecated. Please use Document.exitFullscreen() instead."
2221
+ },
2252
2222
  "core/lib/deprecations-strings.js | PrefixedVideoSupportsFullscreen": {
2253
2223
  "message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
2254
2224
  },
2255
2225
  "core/lib/deprecations-strings.js | PrivacySandboxExtensionsAPI": {
2256
2226
  "message": "We're deprecating the API `chrome.privacy.websites.privacySandboxEnabled`, though it will remain active for backward compatibility until release M113. Instead, please use `chrome.privacy.websites.topicsEnabled`, `chrome.privacy.websites.fledgeEnabled` and `chrome.privacy.websites.adMeasurementEnabled`. See https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
2257
2227
  },
2228
+ "core/lib/deprecations-strings.js | RangeExpand": {
2229
+ "message": "Range.expand() is deprecated. Please use Selection.modify() instead."
2230
+ },
2231
+ "core/lib/deprecations-strings.js | RequestedSubresourceWithEmbeddedCredentials": {
2232
+ "message": "Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked."
2233
+ },
2258
2234
  "core/lib/deprecations-strings.js | RTCConstraintEnableDtlsSrtpFalse": {
2259
2235
  "message": "The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `false` value for this constraint, which is interpreted as an attempt to use the removed `SDES key negotiation` method. This functionality is removed; use a service that supports `DTLS key negotiation` instead."
2260
2236
  },
@@ -2264,12 +2240,6 @@
2264
2240
  "core/lib/deprecations-strings.js | RTCPeerConnectionGetStatsLegacyNonCompliant": {
2265
2241
  "message": "The callback-based getStats() is deprecated and will be removed. Use the spec-compliant getStats() instead."
2266
2242
  },
2267
- "core/lib/deprecations-strings.js | RangeExpand": {
2268
- "message": "Range.expand() is deprecated. Please use Selection.modify() instead."
2269
- },
2270
- "core/lib/deprecations-strings.js | RequestedSubresourceWithEmbeddedCredentials": {
2271
- "message": "Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked."
2272
- },
2273
2243
  "core/lib/deprecations-strings.js | RtcpMuxPolicyNegotiate": {
2274
2244
  "message": "The `rtcpMuxPolicy` option is deprecated and will be removed."
2275
2245
  },
@@ -2411,12 +2381,12 @@
2411
2381
  "core/lib/i18n/i18n.js | ms": {
2412
2382
  "message": "{timeInMs, number, milliseconds} ms"
2413
2383
  },
2414
- "core/lib/i18n/i18n.js | otherResourceType": {
2415
- "message": "Other"
2416
- },
2417
2384
  "core/lib/i18n/i18n.js | otherResourcesLabel": {
2418
2385
  "message": "Other resources"
2419
2386
  },
2387
+ "core/lib/i18n/i18n.js | otherResourceType": {
2388
+ "message": "Other"
2389
+ },
2420
2390
  "core/lib/i18n/i18n.js | scriptResourceType": {
2421
2391
  "message": "Script"
2422
2392
  },
@@ -2651,72 +2621,6 @@
2651
2621
  "flow-report/src/i18n/ui-strings.js | title": {
2652
2622
  "message": "Lighthouse User Flow Report"
2653
2623
  },
2654
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | description": {
2655
- "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed, or their fonts changing as the page loads."
2656
- },
2657
- "node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | title": {
2658
- "message": "Layout shift culprits"
2659
- },
2660
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | description": {
2661
- "message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression."
2662
- },
2663
- "node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | title": {
2664
- "message": "Document request latency"
2665
- },
2666
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | description": {
2667
- "message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
2668
- },
2669
- "node_modules/@paulirish/trace_engine/models/trace/insights/FontDisplay.js | title": {
2670
- "message": "Font display"
2671
- },
2672
- "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | description": {
2673
- "message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
2674
- },
2675
- "node_modules/@paulirish/trace_engine/models/trace/insights/ImageDelivery.js | title": {
2676
- "message": "Improve image delivery"
2677
- },
2678
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | description": {
2679
- "message": "Start investigating with the longest phase. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
2680
- },
2681
- "node_modules/@paulirish/trace_engine/models/trace/insights/InteractionToNextPaint.js | title": {
2682
- "message": "INP by phase"
2683
- },
2684
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | description": {
2685
- "message": "Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)"
2686
- },
2687
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPDiscovery.js | title": {
2688
- "message": "LCP request discovery"
2689
- },
2690
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | description": {
2691
- "message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
2692
- },
2693
- "node_modules/@paulirish/trace_engine/models/trace/insights/LCPPhases.js | title": {
2694
- "message": "LCP by phase"
2695
- },
2696
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | description": {
2697
- "message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
2698
- },
2699
- "node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
2700
- "message": "Render blocking requests"
2701
- },
2702
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
2703
- "message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
2704
- },
2705
- "node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
2706
- "message": "CSS Selector costs"
2707
- },
2708
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | description": {
2709
- "message": "Third party code can significantly impact load performance. [Reduce and defer loading of third party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritize your page's content."
2710
- },
2711
- "node_modules/@paulirish/trace_engine/models/trace/insights/ThirdParties.js | title": {
2712
- "message": "Third parties"
2713
- },
2714
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
2715
- "message": "The page's viewport is not mobile-optimized, so tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
2716
- },
2717
- "node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
2718
- "message": "Viewport not optimized for mobile"
2719
- },
2720
2624
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2721
2625
  "message": "For animated content, use [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) to minimize CPU usage when the content is offscreen."
2722
2626
  },
@@ -3224,12 +3128,12 @@
3224
3128
  "report/renderer/report-utils.js | dropdownSaveJSON": {
3225
3129
  "message": "Save as JSON"
3226
3130
  },
3227
- "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3228
- "message": "View Unthrottled Trace"
3229
- },
3230
3131
  "report/renderer/report-utils.js | dropdownViewer": {
3231
3132
  "message": "Open in Viewer"
3232
3133
  },
3134
+ "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3135
+ "message": "View Unthrottled Trace"
3136
+ },
3233
3137
  "report/renderer/report-utils.js | errorLabel": {
3234
3138
  "message": "Error!"
3235
3139
  },