lighthouse 12.8.2-dev.20251004 → 12.8.2-dev.20251006
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/cli/test/smokehouse/config/exclusions.js +0 -2
- package/core/audits/audit.js +0 -1
- package/core/audits/insights/cls-culprits-insight.js +1 -1
- package/core/audits/insights/dom-size-insight.js +6 -6
- package/core/audits/redirects.js +1 -0
- package/core/audits/server-response-time.d.ts +0 -5
- package/core/audits/server-response-time.js +12 -26
- package/core/computed/metrics/lcp-breakdown.js +1 -0
- package/core/config/default-config.js +20 -63
- package/core/config/experimental-config.js +1 -26
- package/core/config/filters.js +6 -9
- package/core/config/lr-desktop-config.js +0 -1
- package/core/config/lr-mobile-config.js +0 -1
- package/core/gather/gatherers/trace-elements.js +1 -0
- package/core/lib/proto-preprocessor.js +5 -22
- package/dist/report/bundle.esm.js +10 -49
- package/dist/report/flow.js +12 -51
- package/dist/report/standalone.js +11 -50
- package/flow-report/src/i18n/i18n.d.ts +4 -6
- package/package.json +3 -3
- package/report/assets/styles.css +0 -39
- package/report/renderer/api.js +0 -1
- package/report/renderer/category-renderer.js +6 -0
- package/report/renderer/components.js +1 -1
- package/report/renderer/dom.d.ts +0 -13
- package/report/renderer/dom.js +0 -38
- package/report/renderer/performance-category-renderer.d.ts +0 -26
- package/report/renderer/performance-category-renderer.js +10 -142
- package/report/renderer/report-ui-features.d.ts +0 -1
- package/report/renderer/report-ui-features.js +3 -13
- package/report/renderer/report-utils.d.ts +2 -3
- package/report/renderer/report-utils.js +4 -6
- package/report/types/report-renderer.d.ts +0 -6
- package/shared/localization/locales/ar-XB.json +0 -330
- package/shared/localization/locales/ar.json +0 -330
- package/shared/localization/locales/bg.json +0 -330
- package/shared/localization/locales/ca.json +0 -330
- package/shared/localization/locales/cs.json +0 -330
- package/shared/localization/locales/da.json +0 -330
- package/shared/localization/locales/de.json +0 -330
- package/shared/localization/locales/el.json +0 -330
- package/shared/localization/locales/en-GB.json +0 -330
- package/shared/localization/locales/en-US.json +26 -275
- package/shared/localization/locales/en-XA.json +0 -330
- package/shared/localization/locales/en-XL.json +26 -275
- package/shared/localization/locales/es-419.json +0 -330
- package/shared/localization/locales/es.json +0 -330
- package/shared/localization/locales/fi.json +0 -330
- package/shared/localization/locales/fil.json +0 -330
- package/shared/localization/locales/fr.json +0 -330
- package/shared/localization/locales/he.json +0 -330
- package/shared/localization/locales/hi.json +0 -330
- package/shared/localization/locales/hr.json +0 -330
- package/shared/localization/locales/hu.json +0 -330
- package/shared/localization/locales/id.json +0 -330
- package/shared/localization/locales/it.json +0 -330
- package/shared/localization/locales/ja.json +0 -330
- package/shared/localization/locales/ko.json +0 -330
- package/shared/localization/locales/lt.json +0 -330
- package/shared/localization/locales/lv.json +0 -330
- package/shared/localization/locales/nl.json +0 -330
- package/shared/localization/locales/no.json +0 -330
- package/shared/localization/locales/pl.json +0 -330
- package/shared/localization/locales/pt-PT.json +0 -330
- package/shared/localization/locales/pt.json +0 -330
- package/shared/localization/locales/ro.json +0 -330
- package/shared/localization/locales/ru.json +0 -330
- package/shared/localization/locales/sk.json +0 -330
- package/shared/localization/locales/sl.json +0 -330
- package/shared/localization/locales/sr-Latn.json +0 -330
- package/shared/localization/locales/sr.json +0 -330
- package/shared/localization/locales/sv.json +0 -330
- package/shared/localization/locales/ta.json +0 -330
- package/shared/localization/locales/te.json +0 -330
- package/shared/localization/locales/th.json +0 -330
- package/shared/localization/locales/tr.json +0 -330
- package/shared/localization/locales/uk.json +0 -330
- package/shared/localization/locales/vi.json +0 -330
- package/shared/localization/locales/zh-HK.json +0 -330
- package/shared/localization/locales/zh-TW.json +0 -330
- package/shared/localization/locales/zh.json +0 -330
- package/types/artifacts.d.ts +1 -0
- package/types/audit.d.ts +1 -1
- package/types/lhr/settings.d.ts +1 -1
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +0 -45
- package/core/audits/byte-efficiency/duplicated-javascript.js +0 -223
- package/core/audits/byte-efficiency/efficient-animated-content.d.ts +0 -22
- package/core/audits/byte-efficiency/efficient-animated-content.js +0 -93
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +0 -28
- package/core/audits/byte-efficiency/legacy-javascript.js +0 -144
- package/core/audits/byte-efficiency/modern-image-formats.d.ts +0 -38
- package/core/audits/byte-efficiency/modern-image-formats.js +0 -187
- package/core/audits/byte-efficiency/render-blocking-resources.d.ts +0 -53
- package/core/audits/byte-efficiency/render-blocking-resources.js +0 -312
- package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +0 -59
- package/core/audits/byte-efficiency/uses-long-cache-ttl.js +0 -293
- package/core/audits/byte-efficiency/uses-optimized-images.d.ts +0 -33
- package/core/audits/byte-efficiency/uses-optimized-images.js +0 -146
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +0 -16
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -106
- package/core/audits/byte-efficiency/uses-responsive-images.d.ts +0 -44
- package/core/audits/byte-efficiency/uses-responsive-images.js +0 -202
- package/core/audits/byte-efficiency/uses-text-compression.d.ts +0 -14
- package/core/audits/byte-efficiency/uses-text-compression.js +0 -108
- package/core/audits/critical-request-chains.d.ts +0 -44
- package/core/audits/critical-request-chains.js +0 -221
- package/core/audits/dobetterweb/dom-size.d.ts +0 -32
- package/core/audits/dobetterweb/dom-size.js +0 -182
- package/core/audits/dobetterweb/uses-http2.d.ts +0 -72
- package/core/audits/dobetterweb/uses-http2.js +0 -276
- package/core/audits/font-display.d.ts +0 -32
- package/core/audits/font-display.js +0 -195
- package/core/audits/largest-contentful-paint-element.d.ts +0 -34
- package/core/audits/largest-contentful-paint-element.js +0 -181
- package/core/audits/lcp-lazy-loaded.d.ts +0 -22
- package/core/audits/lcp-lazy-loaded.js +0 -115
- package/core/audits/prioritize-lcp-image.d.ts +0 -74
- package/core/audits/prioritize-lcp-image.js +0 -297
- package/core/audits/third-party-summary.d.ts +0 -78
- package/core/audits/third-party-summary.js +0 -236
- package/core/audits/uses-rel-preconnect.d.ts +0 -37
- package/core/audits/uses-rel-preconnect.js +0 -286
- package/core/audits/viewport.d.ts +0 -17
- package/core/audits/viewport.js +0 -87
- package/core/audits/work-during-interaction.d.ts +0 -81
- package/core/audits/work-during-interaction.js +0 -287
|
@@ -647,45 +647,12 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "Thời gian thực thi JavaScript"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
651
|
-
"message": "Xóa các mô-đun JavaScript lớn, trùng lặp khỏi gói để giảm số byte mà hoạt động mạng tiêu thụ một cách không cần thiết. "
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
654
|
-
"message": "Xóa các mô-đun trùng lặp trong gói JavaScript"
|
|
655
|
-
},
|
|
656
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
657
|
-
"message": "Ảnh GIF lớn không có hiệu quả trong việc phân phối nội dung động. Hãy cân nhắc sử dụng video MPEG4/WebM cho ảnh động và PNG/WebP cho ảnh tĩnh thay vì ảnh GIF để tiết kiệm dữ liệu mạng. [Tìm hiểu thêm về định dạng video hiệu quả](https://developer.chrome.com/docs/lighthouse/performance/efficient-animated-content/)"
|
|
658
|
-
},
|
|
659
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
660
|
-
"message": "Sử dụng các định dạng video cho nội dung động"
|
|
661
|
-
},
|
|
662
|
-
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "Mã Polyfill và Transform cho phép trình duyệt cũ dùng các tính năng mới của JavaScript. Tuy nhiên, nhiều tính năng không cần thiết cho trình duyệt hiện đại. Hãy cân nhắc sửa đổi quy trình xây dựng JavaScript để không chuyển đổi mã nguồn các tính năng [Đường cơ sở](https://web.dev/baseline), trừ phi bạn biết rằng mình phải hỗ trợ các trình duyệt cũ. [Tìm hiểu lý do hầu hết các trang web có thể triển khai mã ES6+ mà không cần chuyển đổi mã nguồn](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
-
},
|
|
665
|
-
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
-
"message": "Phát hiện phiên bản 2 của core-js trên trang này. Bạn nên nâng cấp lên phiên bản 3 để sử dụng nhiều cải tiến về hiệu suất."
|
|
667
|
-
},
|
|
668
|
-
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
669
|
-
"message": "Tránh phân phối JavaScript cũ tới các trình duyệt hiện đại"
|
|
670
|
-
},
|
|
671
|
-
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
672
|
-
"message": "Các định dạng hình ảnh như WebP và AVIF thường nén tốt hơn so với các định dạng PNG hoặc JPEG. Điều này có nghĩa là tốc độ tải hình ảnh xuống sẽ nhanh hơn và tiêu tốn ít dữ liệu hơn. [Tìm hiểu thêm về định dạng hình ảnh mới](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/)."
|
|
673
|
-
},
|
|
674
|
-
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
675
|
-
"message": "Phân phối hình ảnh ở định dạng mới và hiệu quả hơn"
|
|
676
|
-
},
|
|
677
650
|
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
678
651
|
"message": "Hãy cân nhắc tải từng phần các hình ảnh ẩn và nằm ngoài màn hình sau khi tải xong tất cả tài nguyên quan trọng nhằm giảm thời gian tương tác. [Tìm hiểu cách trì hoãn hình ảnh ngoài màn hình](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)."
|
|
679
652
|
},
|
|
680
653
|
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
681
654
|
"message": "Trì hoãn tải các hình ảnh ngoài màn hình"
|
|
682
655
|
},
|
|
683
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
684
|
-
"message": "Các tài nguyên đang chặn lần hiển thị đầu tiên của trang. Hãy cân nhắc phân phối nội dòng JS/Biểu định kiểu xếp chồng (CSS) quan trọng và trì hoãn mọi JS/kiểu không quan trọng. [Tìm hiểu cách loại bỏ các tài nguyên chặn hiển thị](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)."
|
|
685
|
-
},
|
|
686
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
687
|
-
"message": "Loại bỏ các tài nguyên chặn hiển thị"
|
|
688
|
-
},
|
|
689
656
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
690
657
|
"message": "Tải trọng mạng lớn gây tốn kém cho người dùng và thường khiến thời gian tải kéo dài. [Tìm hiểu cách giảm kích thước tải trọng](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)."
|
|
691
658
|
},
|
|
@@ -722,48 +689,6 @@
|
|
|
722
689
|
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
723
690
|
"message": "Giảm JavaScript không dùng đến"
|
|
724
691
|
},
|
|
725
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
726
|
-
"message": "Bộ nhớ đệm có thời gian hữu dụng dài có thể giúp tăng tốc số lượt truy cập lặp lại vào trang của bạn. [Tìm hiểu thêm về chính sách bộ nhớ đệm hiệu quả](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/)."
|
|
727
|
-
},
|
|
728
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
729
|
-
"message": "{itemCount,plural, =1{Đã tìm thấy 1 tài nguyên}other{Đã tìm thấy # tài nguyên}}"
|
|
730
|
-
},
|
|
731
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
732
|
-
"message": "Phân phối các nội dung tĩnh bằng chính sách bộ nhớ đệm hiệu quả"
|
|
733
|
-
},
|
|
734
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
735
|
-
"message": "Sử dụng chính sách bộ nhớ đệm hiệu quả cho các nội dung tĩnh"
|
|
736
|
-
},
|
|
737
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
738
|
-
"message": "Hình ảnh được tối ưu hoá sẽ tải nhanh hơn và tiêu tốn ít dữ liệu di động hơn. [Tìm hiểu cách mã hoá hình ảnh hiệu quả](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
741
|
-
"message": "Mã hóa hình ảnh hiệu quả"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
744
|
-
"message": "Kích thước thực"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
747
|
-
"message": "Kích thước hiển thị"
|
|
748
|
-
},
|
|
749
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
750
|
-
"message": "Hình ảnh có kích thước lớn hơn kích thước hiển thị"
|
|
751
|
-
},
|
|
752
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
753
|
-
"message": "Hình ảnh có kích thước hiển thị phù hợp"
|
|
754
|
-
},
|
|
755
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
756
|
-
"message": "Phân phát hình ảnh có kích thước phù hợp để tiết kiệm dữ liệu di động và cải thiện thời gian tải. [Tìm hiểu cách định cỡ hình ảnh](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/)."
|
|
757
|
-
},
|
|
758
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
759
|
-
"message": "Thay đổi kích thước hình ảnh cho phù hợp"
|
|
760
|
-
},
|
|
761
|
-
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
762
|
-
"message": "Phải phân phát các tài nguyên dựa trên văn bản ở định dạng nén (gzip, deflate hoặc brotli) để giảm thiểu tổng số byte mạng. [Tìm hiểu thêm về việc nén văn bản](https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/)."
|
|
763
|
-
},
|
|
764
|
-
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
765
|
-
"message": "Bật tính năng nén văn bản"
|
|
766
|
-
},
|
|
767
692
|
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
693
|
"message": "Mức độ nghiêm trọng"
|
|
769
694
|
},
|
|
@@ -776,15 +701,6 @@
|
|
|
776
701
|
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
702
|
"message": "Giảm thiểu các cuộc tấn công clickjacking bằng XFO hoặc CSP"
|
|
778
703
|
},
|
|
779
|
-
"core/audits/critical-request-chains.js | description": {
|
|
780
|
-
"message": "Các Chuỗi yêu cầu quan trọng dưới đây cho bạn biết những tài nguyên được tải ở mức độ ưu tiên cao. Hãy cân nhắc giảm độ dài chuỗi, giảm kích thước tài nguyên tải xuống hoặc trì hoãn tải xuống các tài nguyên không cần thiết để cải thiện tốc độ tải trang. [Tìm hiểu cách tránh tạo chuỗi yêu cầu quan trọng](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
781
|
-
},
|
|
782
|
-
"core/audits/critical-request-chains.js | displayValue": {
|
|
783
|
-
"message": "{itemCount,plural, =1{Đã tìm thấy 1 chuỗi}other{Đã tìm thấy # chuỗi}}"
|
|
784
|
-
},
|
|
785
|
-
"core/audits/critical-request-chains.js | title": {
|
|
786
|
-
"message": "Tránh tạo chuỗi các yêu cầu quan trọng"
|
|
787
|
-
},
|
|
788
704
|
"core/audits/csp-xss.js | columnDirective": {
|
|
789
705
|
"message": "Lệnh"
|
|
790
706
|
},
|
|
@@ -860,33 +776,6 @@
|
|
|
860
776
|
"core/audits/dobetterweb/doctype.js | title": {
|
|
861
777
|
"message": "Trang có loại tài liệu HTML"
|
|
862
778
|
},
|
|
863
|
-
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
864
|
-
"message": "Thống kê"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
867
|
-
"message": "Giá trị"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/dom-size.js | description": {
|
|
870
|
-
"message": "Một DOM lớn sẽ làm tăng mức sử dụng bộ nhớ, khiến [các phép tính về kiểu](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) kéo dài hơn, đồng thời tạo ra [các quy trình trình bày lại bố cục](https://developers.google.com/speed/articles/reflow) tốn kém. [Tìm hiểu cách tránh kích thước DOM quá lớn](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
873
|
-
"message": "{itemCount,plural, =1{1 phần tử}other{# phần tử}}"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
876
|
-
"message": "Tránh kích thước DOM quá lớn"
|
|
877
|
-
},
|
|
878
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
879
|
-
"message": "Độ sâu DOM tối đa"
|
|
880
|
-
},
|
|
881
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
882
|
-
"message": "Tổng số các phần tử DOM"
|
|
883
|
-
},
|
|
884
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
885
|
-
"message": "Phần tử con tối đa"
|
|
886
|
-
},
|
|
887
|
-
"core/audits/dobetterweb/dom-size.js | title": {
|
|
888
|
-
"message": "Tránh kích thước DOM quá lớn"
|
|
889
|
-
},
|
|
890
779
|
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
891
780
|
"message": "Các trang web yêu cầu vị trí của người dùng mà không cung cấp ngữ cảnh sẽ khiến người dùng không tin tưởng hoặc bối rối. Hãy cân nhắc liên kết yêu cầu với hành động của người dùng. [Tìm hiểu thêm về quyền truy cập vị trí địa lý](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/)."
|
|
892
781
|
},
|
|
@@ -950,18 +839,6 @@
|
|
|
950
839
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
951
840
|
"message": "Cho phép người dùng dán nội dung vào các trường nhập dữ liệu"
|
|
952
841
|
},
|
|
953
|
-
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
954
|
-
"message": "Giao thức"
|
|
955
|
-
},
|
|
956
|
-
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
957
|
-
"message": "So với HTTP/1.1 thì HTTP/2 mang lại nhiều lợi ích hơn, trong đó có khả năng đa hợp và tiêu đề nhị phân. [Tìm hiểu thêm về HTTP/2](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
958
|
-
},
|
|
959
|
-
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
960
|
-
"message": "{itemCount,plural, =1{Chưa phân phát 1 yêu cầu qua HTTP/2}other{Chưa phân phát # yêu cầu qua HTTP/2}}"
|
|
961
|
-
},
|
|
962
|
-
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
963
|
-
"message": "Sử dụng HTTP/2"
|
|
964
|
-
},
|
|
965
842
|
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
966
843
|
"message": "Hãy cân nhắc đánh dấu trình nghe sự kiện chạm và di chuyển con lăn là `passive` để cải thiện hiệu suất cuộn trên trang. [Tìm hiểu thêm về cách sử dụng trình nghe sự kiện thụ động](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)."
|
|
967
844
|
},
|
|
@@ -980,18 +857,6 @@
|
|
|
980
857
|
"core/audits/errors-in-console.js | title": {
|
|
981
858
|
"message": "Chưa ghi lỗi nào của trình duyệt vào bảng điều khiển"
|
|
982
859
|
},
|
|
983
|
-
"core/audits/font-display.js | description": {
|
|
984
|
-
"message": "Tận dụng tính năng CSS `font-display` nhằm đảm bảo người dùng thấy được văn bản trong lúc phông chữ web đang tải. [Tìm hiểu thêm về `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)."
|
|
985
|
-
},
|
|
986
|
-
"core/audits/font-display.js | failureTitle": {
|
|
987
|
-
"message": "Đảm bảo văn bản vẫn hiển thị trong khi tải phông chữ web"
|
|
988
|
-
},
|
|
989
|
-
"core/audits/font-display.js | title": {
|
|
990
|
-
"message": "Tất cả văn bản vẫn hiển thị trong khi tải phông chữ web"
|
|
991
|
-
},
|
|
992
|
-
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
993
|
-
"message": "{fontCountForOrigin,plural, =1{Lighthouse không thể tự động kiểm tra `font-display` giá trị cho nguồn gốc {fontOrigin}.}other{Lighthouse không thể tự động kiểm tra `font-display` giá trị cho nguồn gốc {fontOrigin}.}}"
|
|
994
|
-
},
|
|
995
860
|
"core/audits/has-hsts.js | columnDirective": {
|
|
996
861
|
"message": "Lệnh"
|
|
997
862
|
},
|
|
@@ -1088,63 +953,6 @@
|
|
|
1088
953
|
"core/audits/is-on-https.js | warning": {
|
|
1089
954
|
"message": "Được phép nhưng có cảnh báo"
|
|
1090
955
|
},
|
|
1091
|
-
"core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
|
|
1092
|
-
"message": "% LCP (Nội dung lớn nhất hiển thị)"
|
|
1093
|
-
},
|
|
1094
|
-
"core/audits/largest-contentful-paint-element.js | columnPhase": {
|
|
1095
|
-
"message": "Giai đoạn"
|
|
1096
|
-
},
|
|
1097
|
-
"core/audits/largest-contentful-paint-element.js | columnTiming": {
|
|
1098
|
-
"message": "Thời gian"
|
|
1099
|
-
},
|
|
1100
|
-
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1101
|
-
"message": "Đây là thành phần nội dung lớn nhất hiển thị trong khung nhìn. [Tìm hiểu thêm về thành phần Thời gian hiển thị nội dung lớn nhất](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
1102
|
-
},
|
|
1103
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
|
|
1104
|
-
"message": "Độ trễ khi tải"
|
|
1105
|
-
},
|
|
1106
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadTime": {
|
|
1107
|
-
"message": "Thời gian tải"
|
|
1108
|
-
},
|
|
1109
|
-
"core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
|
|
1110
|
-
"message": "Độ trễ khi hiển thị"
|
|
1111
|
-
},
|
|
1112
|
-
"core/audits/largest-contentful-paint-element.js | itemTTFB": {
|
|
1113
|
-
"message": "TTFB (Thời gian cho byte đầu tiên)"
|
|
1114
|
-
},
|
|
1115
|
-
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
|
-
"message": "Thành phần Thời gian hiển thị nội dung lớn nhất"
|
|
1117
|
-
},
|
|
1118
|
-
"core/audits/layout-shifts.js | columnScore": {
|
|
1119
|
-
"message": "Điểm số về mức thay đổi bố cục"
|
|
1120
|
-
},
|
|
1121
|
-
"core/audits/layout-shifts.js | description": {
|
|
1122
|
-
"message": "Đây là những thay đổi lớn nhất về bố cục được ghi nhận trên trang. Mỗi mục trong bảng đại diện cho một lần thay đổi bố cục và cho biết phần tử đã thay đổi nhiều nhất. Bên dưới mỗi mục là các nguyên nhân gốc có thể dẫn đến sự thay đổi bố cục. Một vài trong số những thay đổi về bố cục này có thể không được tính vào giá trị chỉ số CLS (Mức thay đổi bố cục tích luỹ) do phương pháp [kết xuất cửa sổ hiện tại](https://web.dev/articles/cls#what_is_cls). [Tìm hiểu cách cải thiện CLS (Mức thay đổi bố cục tích luỹ)](https://web.dev/articles/optimize-cls)"
|
|
1123
|
-
},
|
|
1124
|
-
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1125
|
-
"message": "{shiftCount,plural, =1{Đã nhận thấy 1 lần thay đổi bố cục}other{Đã nhận thấy # lần thay đổi bố cục}}"
|
|
1126
|
-
},
|
|
1127
|
-
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1128
|
-
"message": "Phông chữ trên web đã tải"
|
|
1129
|
-
},
|
|
1130
|
-
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1131
|
-
"message": "iframe được chèn"
|
|
1132
|
-
},
|
|
1133
|
-
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1134
|
-
"message": "Phần tử nội dung đa phương tiện không có kích thước rõ ràng"
|
|
1135
|
-
},
|
|
1136
|
-
"core/audits/layout-shifts.js | title": {
|
|
1137
|
-
"message": "Tránh các thay đổi lớn về bố cục"
|
|
1138
|
-
},
|
|
1139
|
-
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1140
|
-
"message": "Hình ảnh trong màn hình đầu tiên được tải từng phần sẽ hiển thị sau trong vòng đời của trang, điều này có thể làm chậm thời gian hiển thị nội dung lớn nhất. [Tìm hiểu thêm về tính năng tải từng phần tối ưu](https://web.dev/articles/lcp-lazy-loading)."
|
|
1141
|
-
},
|
|
1142
|
-
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1143
|
-
"message": "Hình ảnh Thời gian hiển thị nội dung lớn nhất đã được tải từng phần"
|
|
1144
|
-
},
|
|
1145
|
-
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1146
|
-
"message": "Hình ảnh Thời gian hiển thị nội dung lớn nhất không được tải từng phần"
|
|
1147
|
-
},
|
|
1148
956
|
"core/audits/long-tasks.js | description": {
|
|
1149
957
|
"message": "Liệt kê những việc cần nhiều thời gian thực hiện nhất trong chuỗi chính. Thông tin này khá hữu ích trong việc xác định những thành phần có thời gian phản hồi tương tác chậm nhất. [Tìm hiểu cách tránh những việc cần nhiều thời gian thực hiện trong chuỗi chính](https://web.dev/articles/optimize-long-tasks)"
|
|
1150
958
|
},
|
|
@@ -1205,33 +1013,6 @@
|
|
|
1205
1013
|
"core/audits/network-server-latency.js | title": {
|
|
1206
1014
|
"message": "Thời gian dưới nền của máy chủ"
|
|
1207
1015
|
},
|
|
1208
|
-
"core/audits/non-composited-animations.js | description": {
|
|
1209
|
-
"message": "Các ảnh động không được ghép có thể kém chất lượng và làm tăng CLS (Điểm số tổng hợp về mức thay đổi bố cục). [Tìm hiểu cách tránh ảnh động không được ghép](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/non-composited-animations.js | displayValue": {
|
|
1212
|
-
"message": "{itemCount,plural, =1{Tìm thấy # phần tử ảnh động}other{Tìm thấy # phần tử ảnh động}}"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1215
|
-
"message": "Thuộc tính liên quan đến bộ lọc có thể di chuyển pixel"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1218
|
-
"message": "Mục tiêu có một ảnh động khác không tương thích"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1221
|
-
"message": "Hiệu ứng có chế độ ghép không phải là \"replace\""
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/non-composited-animations.js | title": {
|
|
1224
|
-
"message": "Tránh dùng các ảnh động không được ghép"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1227
|
-
"message": "Thuộc tính liên quan đến biến đổi phụ thuộc vào kích thước hộp"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1230
|
-
"message": "{propertyCount,plural, =1{Thuộc tính CSS không được hỗ trợ: {properties}}other{Các thuộc tính CSS không được hỗ trợ: {properties}}}"
|
|
1231
|
-
},
|
|
1232
|
-
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1233
|
-
"message": "Hiệu ứng có tham số thời gian không được hỗ trợ"
|
|
1234
|
-
},
|
|
1235
1016
|
"core/audits/origin-isolation.js | columnDirective": {
|
|
1236
1017
|
"message": "Lệnh"
|
|
1237
1018
|
},
|
|
@@ -1250,12 +1031,6 @@
|
|
|
1250
1031
|
"core/audits/origin-isolation.js | title": {
|
|
1251
1032
|
"message": "Đảm bảo tách biệt nguồn gốc theo cách phù hợp bằng COOP"
|
|
1252
1033
|
},
|
|
1253
|
-
"core/audits/prioritize-lcp-image.js | description": {
|
|
1254
|
-
"message": "Nếu phần tử LCP được thêm vào trang qua phương thức động, bạn nên tải trước hình ảnh để cải thiện LCP. [Tìm hiểu thêm về cách tải trước phần tử LCP](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)."
|
|
1255
|
-
},
|
|
1256
|
-
"core/audits/prioritize-lcp-image.js | title": {
|
|
1257
|
-
"message": "Tải trước hình ảnh có Thời gian hiển thị nội dung lớn nhất"
|
|
1258
|
-
},
|
|
1259
1034
|
"core/audits/redirects-http.js | description": {
|
|
1260
1035
|
"message": "Hãy nhớ chuyển hướng tất cả lưu lượng truy cập HTTP tới HTTPS để bật các tính năng web an toàn cho tất cả người dùng. [Tìm hiểu thêm](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/)."
|
|
1261
1036
|
},
|
|
@@ -1265,12 +1040,6 @@
|
|
|
1265
1040
|
"core/audits/redirects-http.js | title": {
|
|
1266
1041
|
"message": "Chuyển hướng lưu lượng truy cập HTTP tới HTTPS"
|
|
1267
1042
|
},
|
|
1268
|
-
"core/audits/redirects.js | description": {
|
|
1269
|
-
"message": "Các lần chuyển hướng sẽ khiến tốc độ tải trang chậm thêm. [Tìm hiểu cách tránh các lần chuyển hướng trang](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
|
|
1270
|
-
},
|
|
1271
|
-
"core/audits/redirects.js | title": {
|
|
1272
|
-
"message": "Tránh chuyển hướng trang nhiều lần"
|
|
1273
|
-
},
|
|
1274
1043
|
"core/audits/seo/canonical.js | description": {
|
|
1275
1044
|
"message": "Đường liên kết chính tắc đề xuất URL nào nên hiển thị trong kết quả tìm kiếm. [Tìm hiểu thêm về đường liên kết chính tắc](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
|
|
1276
1045
|
},
|
|
@@ -1388,18 +1157,6 @@
|
|
|
1388
1157
|
"core/audits/seo/robots-txt.js | title": {
|
|
1389
1158
|
"message": "robots.txt hợp lệ"
|
|
1390
1159
|
},
|
|
1391
|
-
"core/audits/server-response-time.js | description": {
|
|
1392
|
-
"message": "Giữ cho máy chủ phản hồi trong thời gian ngắn đối với tài liệu chính vì tất cả các yêu cầu khác phụ thuộc vào thời gian đó. [Tìm hiểu thêm về chỉ số Thời gian cho byte đầu tiên](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1393
|
-
},
|
|
1394
|
-
"core/audits/server-response-time.js | displayValue": {
|
|
1395
|
-
"message": "Tài liệu gốc mất {timeInMs, number, milliseconds} mili giây"
|
|
1396
|
-
},
|
|
1397
|
-
"core/audits/server-response-time.js | failureTitle": {
|
|
1398
|
-
"message": "Giảm thời gian phản hồi ban đầu của máy chủ"
|
|
1399
|
-
},
|
|
1400
|
-
"core/audits/server-response-time.js | title": {
|
|
1401
|
-
"message": "Thời gian phản hồi ban đầu của máy chủ là ngắn"
|
|
1402
|
-
},
|
|
1403
1160
|
"core/audits/third-party-cookies.js | description": {
|
|
1404
1161
|
"message": "Cookie của bên thứ ba có thể bị chặn trong một số trường hợp. [Tìm hiểu thêm về việc chuẩn bị cho các hạn chế đối với cookie của bên thứ ba](https://privacysandbox.google.com/cookies/prepare/overview)."
|
|
1405
1162
|
},
|
|
@@ -1412,21 +1169,6 @@
|
|
|
1412
1169
|
"core/audits/third-party-cookies.js | title": {
|
|
1413
1170
|
"message": "Tránh sử dụng cookie của bên thứ ba"
|
|
1414
1171
|
},
|
|
1415
|
-
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1416
|
-
"message": "Bên thứ ba"
|
|
1417
|
-
},
|
|
1418
|
-
"core/audits/third-party-summary.js | description": {
|
|
1419
|
-
"message": "Mã của bên thứ ba có thể tác động đáng kể đến hiệu suất tải. Hãy hạn chế số nhà cung cấp bên thứ ba dư thừa và cố gắng tải mã của bên thứ ba sau khi trang của bạn hoàn thành phần lớn quá trình tải. [Tìm hiểu cách giảm thiểu tác động từ mã của bên thứ ba](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
|
|
1420
|
-
},
|
|
1421
|
-
"core/audits/third-party-summary.js | displayValue": {
|
|
1422
|
-
"message": "Mã của bên thứ ba đã chặn chuỗi chính trong {timeInMs, number, milliseconds} mili giây"
|
|
1423
|
-
},
|
|
1424
|
-
"core/audits/third-party-summary.js | failureTitle": {
|
|
1425
|
-
"message": "Giảm mức ảnh hưởng của mã bên thứ ba"
|
|
1426
|
-
},
|
|
1427
|
-
"core/audits/third-party-summary.js | title": {
|
|
1428
|
-
"message": "Giảm thiểu mức sử dụng của bên thứ ba"
|
|
1429
|
-
},
|
|
1430
1172
|
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1431
1173
|
"message": "Mức độ nghiêm trọng"
|
|
1432
1174
|
},
|
|
@@ -1439,15 +1181,6 @@
|
|
|
1439
1181
|
"core/audits/trusted-types-xss.js | title": {
|
|
1440
1182
|
"message": "Giảm thiểu XSS dựa trên DOM bằng Trusted Types"
|
|
1441
1183
|
},
|
|
1442
|
-
"core/audits/unsized-images.js | description": {
|
|
1443
|
-
"message": "Đặt chiều rộng và chiều cao rõ ràng đối với các phần tử hình ảnh để giảm sự thay đổi về bố cục và cải thiện CLS (Điểm số tổng hợp về mức thay đổi bố cục). [Tìm hiểu cách đặt kích thước hình ảnh](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1444
|
-
},
|
|
1445
|
-
"core/audits/unsized-images.js | failureTitle": {
|
|
1446
|
-
"message": "Các phần tử hình ảnh không có `width` và `height` rõ ràng"
|
|
1447
|
-
},
|
|
1448
|
-
"core/audits/unsized-images.js | title": {
|
|
1449
|
-
"message": "Các phần tử hình ảnh có `width` và `height` rõ ràng"
|
|
1450
|
-
},
|
|
1451
1184
|
"core/audits/user-timings.js | columnType": {
|
|
1452
1185
|
"message": "Loại"
|
|
1453
1186
|
},
|
|
@@ -1460,21 +1193,6 @@
|
|
|
1460
1193
|
"core/audits/user-timings.js | title": {
|
|
1461
1194
|
"message": "Các thời điểm cụ thể và khoảng thời gian được ghi lại bằng API Thời gian người dùng"
|
|
1462
1195
|
},
|
|
1463
|
-
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1464
|
-
"message": "Đã tìm thấy `<link rel=preconnect>` cho \"{securityOrigin}\" nhưng trình duyệt không sử dụng thuộc tính này. Hãy kiểm tra để đảm bảo rằng bạn đang sử dụng thuộc tính `crossorigin` đúng cách."
|
|
1465
|
-
},
|
|
1466
|
-
"core/audits/uses-rel-preconnect.js | description": {
|
|
1467
|
-
"message": "Hãy cân nhắc thêm các gợi ý về tài nguyên `preconnect` hoặc `dns-prefetch` để thiết lập kết nối sớm tới những nguồn gốc quan trọng của bên thứ ba. [Tìm hiểu cách kết nối trước với những nguồn gốc bắt buộc](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)."
|
|
1468
|
-
},
|
|
1469
|
-
"core/audits/uses-rel-preconnect.js | title": {
|
|
1470
|
-
"message": "Kết nối trước với các tên miền bắt buộc"
|
|
1471
|
-
},
|
|
1472
|
-
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1473
|
-
"message": "Đã phát hiện có hơn 2 đường kết nối `<link rel=preconnect>`. Bạn nên dùng những đường kết nối này một cách hợp lý và chỉ dùng cho các điểm gốc quan trọng nhất."
|
|
1474
|
-
},
|
|
1475
|
-
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1476
|
-
"message": "Đã tìm thấy `<link rel=preconnect>` cho \"{securityOrigin}\" nhưng trình duyệt không sử dụng thuộc tính này. Chỉ sử dụng `preconnect` cho những điểm gốc quan trọng mà trang chắc chắn sẽ yêu cầu."
|
|
1477
|
-
},
|
|
1478
1196
|
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1479
1197
|
"message": "URL của bản đồ"
|
|
1480
1198
|
},
|
|
@@ -1493,42 +1211,6 @@
|
|
|
1493
1211
|
"core/audits/valid-source-maps.js | title": {
|
|
1494
1212
|
"message": "Trang có bản đồ nguồn hợp lệ"
|
|
1495
1213
|
},
|
|
1496
|
-
"core/audits/viewport.js | description": {
|
|
1497
|
-
"message": "`<meta name=\"viewport\">` không chỉ tối ưu hoá ứng dụng của bạn cho các kích thước màn hình trên thiết bị di động mà còn ngăn [độ trễ 300 mili giây xảy ra đối với hoạt động đầu vào của người dùng](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Tìm hiểu thêm về cách sử dụng thẻ meta cửa sổ xem](https://developer.chrome.com/docs/lighthouse/pwa/viewport/)."
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/viewport.js | explanationNoTag": {
|
|
1500
|
-
"message": "Không tìm thấy thẻ `<meta name=\"viewport\">`"
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/viewport.js | failureTitle": {
|
|
1503
|
-
"message": "Không có thẻ `<meta name=\"viewport\">` có `width` hoặc `initial-scale`"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/viewport.js | title": {
|
|
1506
|
-
"message": "Có thẻ `<meta name=\"viewport\">` có `width` hoặc `initial-scale`"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/work-during-interaction.js | description": {
|
|
1509
|
-
"message": "Đây là công việc chặn chuỗi xảy ra trong quá trình đo lường Hoạt động tương tác với thời gian hiển thị tiếp theo. [Tìm hiểu thêm về chỉ số Hoạt động tương tác với thời gian hiển thị tiếp theo](https://web.dev/articles/inp)."
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/work-during-interaction.js | displayValue": {
|
|
1512
|
-
"message": "Khoảng thời gian dành cho sự kiện \"{interactionType}\" là {timeInMs, number, milliseconds} mili giây"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1515
|
-
"message": "Mục tiêu của sự kiện"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/work-during-interaction.js | failureTitle": {
|
|
1518
|
-
"message": "Giảm thiểu công việc trong hoạt động tương tác chính"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/work-during-interaction.js | inputDelay": {
|
|
1521
|
-
"message": "Độ trễ khi nhập thông tin"
|
|
1522
|
-
},
|
|
1523
|
-
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1524
|
-
"message": "Độ trễ khi trình bày"
|
|
1525
|
-
},
|
|
1526
|
-
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1527
|
-
"message": "Thời gian xử lý"
|
|
1528
|
-
},
|
|
1529
|
-
"core/audits/work-during-interaction.js | title": {
|
|
1530
|
-
"message": "Giảm thiểu công việc trong hoạt động tương tác chính"
|
|
1531
|
-
},
|
|
1532
1214
|
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1533
1215
|
"message": "Đây là những cơ hội giúp cải thiện việc sử dụng ARIA trong ứng dụng của bạn, nhờ đó có thể nâng cao trải nghiệm cho người dùng công nghệ hỗ trợ, chẳng hạn như trình đọc màn hình."
|
|
1534
1216
|
},
|
|
@@ -3359,9 +3041,6 @@
|
|
|
3359
3041
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
|
|
3360
3042
|
"message": "Bật [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) để giành quyền tối ưu hoá hình ảnh và làm cho hình ảnh khớp với kích thước của vùng chứa hiển thị hình ảnh trên tất cả thiết bị."
|
|
3361
3043
|
},
|
|
3362
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
|
|
3363
|
-
"message": "Sử dụng [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) trong NitroPack để giảm kích thước của các tệp được gửi đến trình duyệt."
|
|
3364
|
-
},
|
|
3365
3044
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3366
3045
|
"message": "Sử dụng thành phần `nuxt/image` và thiết lập `format=\"webp\"`. [Tìm hiểu thêm](https://image.nuxt.com/usage/nuxt-img#format)."
|
|
3367
3046
|
},
|
|
@@ -3584,15 +3263,9 @@
|
|
|
3584
3263
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3585
3264
|
"message": "Tạo vấn đề"
|
|
3586
3265
|
},
|
|
3587
|
-
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3588
|
-
"message": "Quay lại phần kiểm tra"
|
|
3589
|
-
},
|
|
3590
3266
|
"report/renderer/report-utils.js | hide": {
|
|
3591
3267
|
"message": "Ẩn"
|
|
3592
3268
|
},
|
|
3593
|
-
"report/renderer/report-utils.js | insightsNotice": {
|
|
3594
|
-
"message": "Vào cuối năm nay, các báo cáo kiểm tra thông tin chi tiết sẽ thay thế cho báo cáo kiểm tra hiệu suất. [Tìm hiểu thêm và đưa ra ý kiến phản hồi tại đây](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3595
|
-
},
|
|
3596
3269
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3597
3270
|
"message": "Dữ liệu của phòng thí nghiệm"
|
|
3598
3271
|
},
|
|
@@ -3692,9 +3365,6 @@
|
|
|
3692
3365
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3693
3366
|
"message": "Đã xảy ra sự cố ảnh hưởng đến lần chạy Lighthouse này:"
|
|
3694
3367
|
},
|
|
3695
|
-
"report/renderer/report-utils.js | tryInsights": {
|
|
3696
|
-
"message": "Thử tính năng kiểm tra thông tin chi tiết"
|
|
3697
|
-
},
|
|
3698
3368
|
"report/renderer/report-utils.js | unattributable": {
|
|
3699
3369
|
"message": "Không thể phân bổ"
|
|
3700
3370
|
},
|