lighthouse 12.8.2-dev.20251005 → 12.8.2-dev.20251007
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 +11 -7
- package/core/audits/insights/insight-audit.d.ts +4 -2
- package/core/audits/insights/insight-audit.js +22 -3
- package/core/audits/predictive-perf.js +2 -2
- package/core/audits/seo/crawlable-anchors.js +2 -3
- 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.d.ts +10 -5
- package/core/computed/metrics/lcp-breakdown.js +50 -22
- package/core/computed/metrics/time-to-first-byte.js +33 -10
- package/core/computed/metrics/timing-summary.js +3 -2
- 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/anchor-elements.js +8 -24
- package/core/gather/gatherers/inspector-issues.js +1 -28
- package/core/gather/gatherers/trace-elements.d.ts +0 -9
- package/core/gather/gatherers/trace-elements.js +0 -35
- package/core/lib/network-request.d.ts +0 -7
- package/core/lib/network-request.js +0 -16
- 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 +4 -5
- 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 +20 -341
- package/shared/localization/locales/ar.json +20 -341
- package/shared/localization/locales/bg.json +9 -330
- package/shared/localization/locales/ca.json +9 -330
- package/shared/localization/locales/cs.json +9 -330
- package/shared/localization/locales/da.json +9 -330
- package/shared/localization/locales/de.json +9 -330
- package/shared/localization/locales/el.json +9 -330
- package/shared/localization/locales/en-GB.json +9 -330
- package/shared/localization/locales/en-US.json +44 -293
- package/shared/localization/locales/en-XA.json +0 -330
- package/shared/localization/locales/en-XL.json +44 -293
- package/shared/localization/locales/es-419.json +9 -330
- package/shared/localization/locales/es.json +9 -330
- package/shared/localization/locales/fi.json +9 -330
- package/shared/localization/locales/fil.json +9 -330
- package/shared/localization/locales/fr.json +9 -330
- package/shared/localization/locales/he.json +31 -352
- package/shared/localization/locales/hi.json +9 -330
- package/shared/localization/locales/hr.json +9 -330
- package/shared/localization/locales/hu.json +9 -330
- package/shared/localization/locales/id.json +9 -330
- package/shared/localization/locales/it.json +9 -330
- package/shared/localization/locales/ja.json +9 -330
- package/shared/localization/locales/ko.json +10 -331
- package/shared/localization/locales/lt.json +9 -330
- package/shared/localization/locales/lv.json +10 -331
- package/shared/localization/locales/nl.json +9 -330
- package/shared/localization/locales/no.json +9 -330
- package/shared/localization/locales/pl.json +9 -330
- package/shared/localization/locales/pt-PT.json +9 -330
- package/shared/localization/locales/pt.json +9 -330
- package/shared/localization/locales/ro.json +10 -331
- package/shared/localization/locales/ru.json +9 -330
- package/shared/localization/locales/sk.json +9 -330
- package/shared/localization/locales/sl.json +9 -330
- package/shared/localization/locales/sr-Latn.json +9 -330
- package/shared/localization/locales/sr.json +9 -330
- package/shared/localization/locales/sv.json +9 -330
- package/shared/localization/locales/ta.json +9 -330
- package/shared/localization/locales/te.json +10 -331
- package/shared/localization/locales/th.json +9 -330
- package/shared/localization/locales/tr.json +9 -330
- package/shared/localization/locales/uk.json +9 -330
- package/shared/localization/locales/vi.json +9 -330
- package/shared/localization/locales/zh-HK.json +9 -330
- package/shared/localization/locales/zh-TW.json +10 -331
- package/shared/localization/locales/zh.json +9 -330
- package/types/artifacts.d.ts +5 -6
- 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
- package/core/computed/critical-request-chains.d.ts +0 -42
- package/core/computed/critical-request-chains.js +0 -143
- package/core/computed/viewport-meta.d.ts +0 -37
- package/core/computed/viewport-meta.js +0 -71
- package/types/internal/metaviewport-parser.d.ts +0 -13
|
@@ -647,45 +647,12 @@
|
|
|
647
647
|
"core/audits/bootup-time.js | title": {
|
|
648
648
|
"message": "자바스크립트 실행 시간"
|
|
649
649
|
},
|
|
650
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
651
|
-
"message": "번들에서 큰 중복 자바스크립트 모듈을 삭제하여 네트워크 활동이 소비하는 불필요한 바이트 수를 줄입니다. "
|
|
652
|
-
},
|
|
653
|
-
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
654
|
-
"message": "자바스크립트 번들에서 중복 모듈 삭제"
|
|
655
|
-
},
|
|
656
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
657
|
-
"message": "대용량의 GIF는 애니메이션 콘텐츠를 전달하는 데 비효율적입니다. 애니메이션에는 MPEG4/WebM 동영상을, 정적인 이미지에는 GIF 대신 PNG/WebP를 사용하여 네트워크 용량을 절약하세요. [효율적인 동영상 형식에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/efficient-animated-content/)"
|
|
658
|
-
},
|
|
659
|
-
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
660
|
-
"message": "애니메이션 콘텐츠에 동영상 형식 사용하기"
|
|
661
|
-
},
|
|
662
|
-
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "폴리필 및 변환을 통해 레거시 브라우저에서 새로운 JavaScript 기능을 사용할 수 있습니다. 하지만 최신 브라우저에서는 대부분 필요하지 않습니다. 레거시 브라우저를 지원해야 하는 경우가 아니라면 [Baseline](https://web.dev/baseline) 기능을 트랜스파일하지 않도록 JavaScript 빌드 프로세스를 수정해 보세요. [대부분의 사이트에서 트랜스파일링 없이 ES6+ 코드를 배포할 수 있는 이유 알아보기](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
-
},
|
|
665
|
-
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
-
"message": "페이지에서 core-js 버전 2가 감지되었습니다. 다양한 성능 개선사항을 적용하려면 버전 3으로 업그레이드해야 합니다."
|
|
667
|
-
},
|
|
668
|
-
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
669
|
-
"message": "레거시 JavaScript를 최신 브라우저에 제공하지 않기"
|
|
670
|
-
},
|
|
671
|
-
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
672
|
-
"message": "WebP 및 AVIF와 같은 이미지 형식은 PNG나 JPEG보다 압축률이 높기 때문에 다운로드가 빠르고 데이터 소비량도 적습니다. [최신 이미지 형식에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/)"
|
|
673
|
-
},
|
|
674
|
-
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
675
|
-
"message": "차세대 형식을 사용해 이미지 제공하기"
|
|
676
|
-
},
|
|
677
650
|
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
678
651
|
"message": "중요한 리소스의 로드가 모두 완료된 후에는 오프스크린 및 숨겨진 이미지를 지연 로드함으로써 상호작용 시작 시간을 줄이는 것이 좋습니다. [오프스크린 이미지 지연 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)"
|
|
679
652
|
},
|
|
680
653
|
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
681
654
|
"message": "오프스크린 이미지 지연하기"
|
|
682
655
|
},
|
|
683
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
684
|
-
"message": "리소스가 페이지의 첫 페인트를 차단하고 있습니다. 중요한 JS/CSS를 인라인으로 전달하고 중요하지 않은 모든 JS/Style을 지연하는 것이 좋습니다. [렌더링 차단 리소스를 제거하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)"
|
|
685
|
-
},
|
|
686
|
-
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
687
|
-
"message": "렌더링 차단 리소스 제거하기"
|
|
688
|
-
},
|
|
689
656
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
690
657
|
"message": "네트워크 페이로드가 커지면 사용자에게 실제 비용 부담이 되며 로드 시간이 길어질 수 있습니다. [페이로드 크기를 줄이는 방법 알아보기](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": "사용하지 않는 자바스크립트 줄이기"
|
|
724
691
|
},
|
|
725
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
726
|
-
"message": "캐시 수명이 길면 페이지를 반복해서 방문하는 속도가 빨라질 수 있습니다. [효율적인 캐시 정책에 관해 자세히 알아보기](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{리소스 1개 발견됨}other{리소스 #개 발견됨}}"
|
|
730
|
-
},
|
|
731
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
732
|
-
"message": "효율적인 캐시 정책을 사용하여 정적인 애셋 제공하기"
|
|
733
|
-
},
|
|
734
|
-
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
735
|
-
"message": "정적인 애셋에 효율적인 캐시 정책 사용하기"
|
|
736
|
-
},
|
|
737
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
738
|
-
"message": "최적화된 이미지는 빠르게 로드되며 모바일 데이터를 적게 소비합니다. [효율적으로 이미지를 인코딩하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
739
|
-
},
|
|
740
|
-
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
741
|
-
"message": "효율적으로 이미지 인코딩하기"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
744
|
-
"message": "실제 크기"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
747
|
-
"message": "표시된 크기"
|
|
748
|
-
},
|
|
749
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
750
|
-
"message": "이미지가 표시된 크기보다 큽니다"
|
|
751
|
-
},
|
|
752
|
-
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
753
|
-
"message": "이미지가 표시된 크기에 적합합니다"
|
|
754
|
-
},
|
|
755
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
756
|
-
"message": "적절한 크기의 이미지를 게재하여 모바일 데이터를 절약하고 로드 시간을 단축하세요. [이미지 크기를 조정하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/)"
|
|
757
|
-
},
|
|
758
|
-
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
759
|
-
"message": "이미지 크기 적절하게 설정하기"
|
|
760
|
-
},
|
|
761
|
-
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
762
|
-
"message": "네트워크 사용 총량을 최소화하려면 텍스트 기반 리소스를 압축(gzip, deflate, brotli)하여 제공해야 합니다. [텍스트 압축 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/)"
|
|
763
|
-
},
|
|
764
|
-
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
765
|
-
"message": "텍스트 압축 사용"
|
|
766
|
-
},
|
|
767
692
|
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
693
|
"message": "심각도"
|
|
769
694
|
},
|
|
@@ -776,15 +701,6 @@
|
|
|
776
701
|
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
702
|
"message": "XFO 또는 CSP로 clickjacking 완화"
|
|
778
703
|
},
|
|
779
|
-
"core/audits/critical-request-chains.js | description": {
|
|
780
|
-
"message": "다음의 크리티컬 요청 체인은 로드 시 우선순위가 높은 리소스를 보여줍니다. 체인의 길이를 줄이고, 리소스의 다운로드 크기를 줄이거나 불필요한 리소스의 다운로드를 지연하여 페이지 로드 속도를 높이는 것이 좋습니다. [크리티컬 요청 체이닝을 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
|
|
781
|
-
},
|
|
782
|
-
"core/audits/critical-request-chains.js | displayValue": {
|
|
783
|
-
"message": "{itemCount,plural, =1{1개 체인 발견됨}other{#개 체인 발견됨}}"
|
|
784
|
-
},
|
|
785
|
-
"core/audits/critical-request-chains.js | title": {
|
|
786
|
-
"message": "중요 요청 체이닝 차단"
|
|
787
|
-
},
|
|
788
704
|
"core/audits/csp-xss.js | columnDirective": {
|
|
789
705
|
"message": "지시어"
|
|
790
706
|
},
|
|
@@ -860,33 +776,6 @@
|
|
|
860
776
|
"core/audits/dobetterweb/doctype.js | title": {
|
|
861
777
|
"message": "페이지에 HTML Doctype 있음"
|
|
862
778
|
},
|
|
863
|
-
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
864
|
-
"message": "통계"
|
|
865
|
-
},
|
|
866
|
-
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
867
|
-
"message": "값"
|
|
868
|
-
},
|
|
869
|
-
"core/audits/dobetterweb/dom-size.js | description": {
|
|
870
|
-
"message": "DOM이 크면 메모리 사용량이 늘어나고 [스타일 계산](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) 시간이 길어질 수 있으며 큰 비용이 드는 [레이아웃 리플로우](https://developers.google.com/speed/articles/reflow)가 발생할 수 있습니다. [과도한 DOM 크기를 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
|
|
871
|
-
},
|
|
872
|
-
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
873
|
-
"message": "{itemCount,plural, =1{요소 1개}other{요소 #개}}"
|
|
874
|
-
},
|
|
875
|
-
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
876
|
-
"message": "과도한 DOM 크기 지양하기"
|
|
877
|
-
},
|
|
878
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
879
|
-
"message": "최대 DOM 깊이"
|
|
880
|
-
},
|
|
881
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
882
|
-
"message": "총 DOM 요소 개수"
|
|
883
|
-
},
|
|
884
|
-
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
885
|
-
"message": "최대 하위 요소"
|
|
886
|
-
},
|
|
887
|
-
"core/audits/dobetterweb/dom-size.js | title": {
|
|
888
|
-
"message": "과도한 DOM 크기 지양하기"
|
|
889
|
-
},
|
|
890
779
|
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
891
780
|
"message": "사용자가 컨텍스트 없이 위치 정보를 요청한 사이트를 신뢰할 수 없거나 이로 인해 혼란스러운 상태입니다. 대신 사용자 작업 요청 입력을 고려해 보세요. [위치정보 권한에 관해 자세히 알아보기](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": "사용자가 입력란에 붙여넣을 수 있도록 허용"
|
|
952
841
|
},
|
|
953
|
-
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
954
|
-
"message": "프로토콜"
|
|
955
|
-
},
|
|
956
|
-
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
957
|
-
"message": "HTTP/2는 HTTP/1.1에 비해 바이너리 헤더, 멀티플렉싱 등의 다양한 이점을 제공합니다. [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{HTTP/2를 통해 게재되지 않는 요청 1건}other{HTTP/2를 통해 게재되지 않는 요청 #건}}"
|
|
961
|
-
},
|
|
962
|
-
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
963
|
-
"message": "HTTP/2를 사용하세요"
|
|
964
|
-
},
|
|
965
842
|
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
966
843
|
"message": "터치 및 휠 이벤트 리스너를 `passive`로 표시하면 페이지 스크롤 성능을 개선할 수 있습니다. [패시브 이벤트 리스너 채택에 관해 자세히 알아보기](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": "콘솔에 로그된 브라우저 오류 없음"
|
|
982
859
|
},
|
|
983
|
-
"core/audits/font-display.js | description": {
|
|
984
|
-
"message": "`font-display` CSS 기능을 활용하면 웹폰트를 로드하는 동안 사용자가 텍스트를 볼 수 있습니다. [`font-display`에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/font-display/)"
|
|
985
|
-
},
|
|
986
|
-
"core/audits/font-display.js | failureTitle": {
|
|
987
|
-
"message": "웹폰트가 로드되는 동안 텍스트가 계속 표시되는지 확인하기"
|
|
988
|
-
},
|
|
989
|
-
"core/audits/font-display.js | title": {
|
|
990
|
-
"message": "웹폰트가 로드되는 동안 모든 텍스트가 계속 표시됩니다"
|
|
991
|
-
},
|
|
992
|
-
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
993
|
-
"message": "{fontCountForOrigin,plural, =1{Lighthouse에서 원본 {fontOrigin}의 `font-display` 값을 자동으로 확인할 수 없습니다.}other{Lighthouse에서 원본 {fontOrigin}의 `font-display` 값을 자동으로 확인할 수 없습니다.}}"
|
|
994
|
-
},
|
|
995
860
|
"core/audits/has-hsts.js | columnDirective": {
|
|
996
861
|
"message": "지시어"
|
|
997
862
|
},
|
|
@@ -1088,63 +953,6 @@
|
|
|
1088
953
|
"core/audits/is-on-https.js | warning": {
|
|
1089
954
|
"message": "허용됨(경고 포함)"
|
|
1090
955
|
},
|
|
1091
|
-
"core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
|
|
1092
|
-
"message": "LCP 비율"
|
|
1093
|
-
},
|
|
1094
|
-
"core/audits/largest-contentful-paint-element.js | columnPhase": {
|
|
1095
|
-
"message": "단계"
|
|
1096
|
-
},
|
|
1097
|
-
"core/audits/largest-contentful-paint-element.js | columnTiming": {
|
|
1098
|
-
"message": "타이밍"
|
|
1099
|
-
},
|
|
1100
|
-
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1101
|
-
"message": "표시 영역에 페인팅된 가장 큰 콘텐츠 포함 요소입니다. [최대 콘텐츠 렌더링 시간 요소에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
1102
|
-
},
|
|
1103
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
|
|
1104
|
-
"message": "로드 지연"
|
|
1105
|
-
},
|
|
1106
|
-
"core/audits/largest-contentful-paint-element.js | itemLoadTime": {
|
|
1107
|
-
"message": "로드 시간"
|
|
1108
|
-
},
|
|
1109
|
-
"core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
|
|
1110
|
-
"message": "렌더링 지연"
|
|
1111
|
-
},
|
|
1112
|
-
"core/audits/largest-contentful-paint-element.js | itemTTFB": {
|
|
1113
|
-
"message": "TTFB"
|
|
1114
|
-
},
|
|
1115
|
-
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
|
-
"message": "콘텐츠가 포함된 최대 페인트 요소"
|
|
1117
|
-
},
|
|
1118
|
-
"core/audits/layout-shifts.js | columnScore": {
|
|
1119
|
-
"message": "레이아웃 변경 점수"
|
|
1120
|
-
},
|
|
1121
|
-
"core/audits/layout-shifts.js | description": {
|
|
1122
|
-
"message": "페이지에서 관찰된 가장 큰 레이아웃 변화입니다. 각 표 항목은 단일 레이아웃 변경을 나타내며 가장 많이 변경된 요소를 표시합니다. 각 항목 아래에는 레이아웃이 변경된 예상 근본 원인이 나와 있습니다. [윈도잉](https://web.dev/articles/cls#what_is_cls)으로 인해 일부 레이아웃 변경은 CLS 측정항목 값에 포함되지 않을 수 있습니다. [CLS 개선 방법 알아보기](https://web.dev/articles/optimize-cls)"
|
|
1123
|
-
},
|
|
1124
|
-
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1125
|
-
"message": "{shiftCount,plural, =1{레이아웃 변경 1건 발견}other{레이아웃 변경 #건 발견}}"
|
|
1126
|
-
},
|
|
1127
|
-
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1128
|
-
"message": "웹 글꼴 로드됨"
|
|
1129
|
-
},
|
|
1130
|
-
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1131
|
-
"message": "삽입된 iframe"
|
|
1132
|
-
},
|
|
1133
|
-
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1134
|
-
"message": "명시적인 크기가 없는 미디어 요소"
|
|
1135
|
-
},
|
|
1136
|
-
"core/audits/layout-shifts.js | title": {
|
|
1137
|
-
"message": "대규모 레이아웃 변경 피하기"
|
|
1138
|
-
},
|
|
1139
|
-
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1140
|
-
"message": "스크롤 없이 볼 수 있는 이미지가 지연 로드되면 페이지 수명 주기 후반에 렌더링되므로 최대 콘텐츠 렌더링 시간이 늘어날 수 있습니다. [최적의 지연 로드에 관해 자세히 알아보기](https://web.dev/articles/lcp-lazy-loading)"
|
|
1141
|
-
},
|
|
1142
|
-
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1143
|
-
"message": "최대 콘텐츠 렌더링 시간 이미지가 지연 로드되었습니다"
|
|
1144
|
-
},
|
|
1145
|
-
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1146
|
-
"message": "최대 콘텐츠 렌더링 시간 이미지가 지연 로드되지 않았습니다"
|
|
1147
|
-
},
|
|
1148
956
|
"core/audits/long-tasks.js | description": {
|
|
1149
957
|
"message": "기본 스레드의 가장 긴 작업을 열거합니다. 입력 지연을 가장 많이 유발하는 작업을 찾을 때 용이합니다. [긴 기본 스레드 작업을 방지하는 방법 알아보기](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": "서버 백엔드 지연 시간"
|
|
1207
1015
|
},
|
|
1208
|
-
"core/audits/non-composited-animations.js | description": {
|
|
1209
|
-
"message": "합성 작업을 거치지 않은 애니메이션은 품질이 나쁘고 CLS를 높일 수 있습니다. [합성 작업을 거치지 않은 애니메이션을 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/non-composited-animations.js | displayValue": {
|
|
1212
|
-
"message": "{itemCount,plural, =1{애니메이션 요소 #개 발견됨}other{애니메이션 요소 #개 발견됨}}"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1215
|
-
"message": "필터 관련 속성으로 인해 픽셀이 움직일 수 있음"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1218
|
-
"message": "타겟에 호환되지 않는 다른 애니메이션이 있음"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1221
|
-
"message": "효과에 'replace'가 아닌 합성 모드가 있음"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/non-composited-animations.js | title": {
|
|
1224
|
-
"message": "합성 작업을 거치지 않은 애니메이션 지양하기"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1227
|
-
"message": "변환 관련 속성은 박스 크기에 의존합니다."
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1230
|
-
"message": "{propertyCount,plural, =1{지원되지 않는 CSS 속성: {properties}}other{지원되지 않는 CSS 속성: {properties}}}"
|
|
1231
|
-
},
|
|
1232
|
-
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1233
|
-
"message": "지원되지 않는 타이밍 매개변수가 효과에 포함됨"
|
|
1234
|
-
},
|
|
1235
1016
|
"core/audits/origin-isolation.js | columnDirective": {
|
|
1236
1017
|
"message": "지시어"
|
|
1237
1018
|
},
|
|
@@ -1250,12 +1031,6 @@
|
|
|
1250
1031
|
"core/audits/origin-isolation.js | title": {
|
|
1251
1032
|
"message": "COOP을 통해 적절한 출처 분리 보장"
|
|
1252
1033
|
},
|
|
1253
|
-
"core/audits/prioritize-lcp-image.js | description": {
|
|
1254
|
-
"message": "LCP(최대 콘텐츠 렌더링 시간) 요소가 페이지에 동적으로 추가되는 경우 LCP를 개선하기 위해 이미지를 미리 로드해야 합니다. [LCP 요소 미리 로드에 관해 자세히 알아보기](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)"
|
|
1255
|
-
},
|
|
1256
|
-
"core/audits/prioritize-lcp-image.js | title": {
|
|
1257
|
-
"message": "콘텐츠가 포함된 최대 페인트 이미지 미리 로드"
|
|
1258
|
-
},
|
|
1259
1034
|
"core/audits/redirects-http.js | description": {
|
|
1260
1035
|
"message": "모든 사용자가 안전한 웹 기능을 사용할 수 있도록 모든 HTTP 트래픽을 HTTPS로 리디렉션해야 합니다. [자세히 알아보기](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": "HTTP 트래픽을 HTTPS로 리디렉션함"
|
|
1267
1042
|
},
|
|
1268
|
-
"core/audits/redirects.js | description": {
|
|
1269
|
-
"message": "리디렉션을 사용하면 페이지가 로드되기 전 추가적인 지연이 발생합니다. [페이지 리디렉션을 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
|
|
1270
|
-
},
|
|
1271
|
-
"core/audits/redirects.js | title": {
|
|
1272
|
-
"message": "여러 차례의 페이지 리디렉션 피하기"
|
|
1273
|
-
},
|
|
1274
1043
|
"core/audits/seo/canonical.js | description": {
|
|
1275
1044
|
"message": "표준 링크는 검색결과에 어떤 URL을 표시할지 알려줍니다. [표준 링크에 관해 자세히 알아보기](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가 유효함"
|
|
1390
1159
|
},
|
|
1391
|
-
"core/audits/server-response-time.js | description": {
|
|
1392
|
-
"message": "다른 모든 요청이 기본 문서의 영향을 받으므로 기본 문서에 대한 서버 응답 시간을 짧게 유지하세요. [Time to First Byte(첫 바이트까지의 시간) 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
|
|
1393
|
-
},
|
|
1394
|
-
"core/audits/server-response-time.js | displayValue": {
|
|
1395
|
-
"message": "루트 문서에 {timeInMs, number, milliseconds} ms 소요됨"
|
|
1396
|
-
},
|
|
1397
|
-
"core/audits/server-response-time.js | failureTitle": {
|
|
1398
|
-
"message": "초기 서버 응답 시간 단축"
|
|
1399
|
-
},
|
|
1400
|
-
"core/audits/server-response-time.js | title": {
|
|
1401
|
-
"message": "초기 서버 응답 시간 짧음"
|
|
1402
|
-
},
|
|
1403
1160
|
"core/audits/third-party-cookies.js | description": {
|
|
1404
1161
|
"message": "일부 상황에서는 서드 파티 쿠키가 차단될 수 있습니다. [서드 파티 쿠키 제한에 대비하는 방법 자세히 알아보기](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": "서드 파티 쿠키 방지"
|
|
1414
1171
|
},
|
|
1415
|
-
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1416
|
-
"message": "타사"
|
|
1417
|
-
},
|
|
1418
|
-
"core/audits/third-party-summary.js | description": {
|
|
1419
|
-
"message": "서드 파티 코드는 로드 성능에 크게 영향을 미칠 수 있습니다. 페이지에서 먼저 로딩을 끝낸 후 중복되는 서드 파티 공급업체의 수를 제한하고 서드 파티 코드를 로드해 보세요. [서드 파티 영향을 최소화하는 방법 알아보기](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": "타사 코드가 {timeInMs, number, milliseconds} ms 동안 기본 스레드를 차단했습니다."
|
|
1423
|
-
},
|
|
1424
|
-
"core/audits/third-party-summary.js | failureTitle": {
|
|
1425
|
-
"message": "타사 코드의 영향을 줄임"
|
|
1426
|
-
},
|
|
1427
|
-
"core/audits/third-party-summary.js | title": {
|
|
1428
|
-
"message": "타사 사용량 최소화"
|
|
1429
|
-
},
|
|
1430
1172
|
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1431
1173
|
"message": "심각도"
|
|
1432
1174
|
},
|
|
@@ -1439,15 +1181,6 @@
|
|
|
1439
1181
|
"core/audits/trusted-types-xss.js | title": {
|
|
1440
1182
|
"message": "신뢰할 수 있는 유형으로 DOM 기반 XSS 완화"
|
|
1441
1183
|
},
|
|
1442
|
-
"core/audits/unsized-images.js | description": {
|
|
1443
|
-
"message": "이미지 요소에 명시적인 너비 및 높이를 설정하여 레이아웃 변경 횟수를 줄이고 누적 레이아웃 변경을 개선합니다. [이미지 크기 설정 방법 알아보기](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1444
|
-
},
|
|
1445
|
-
"core/audits/unsized-images.js | failureTitle": {
|
|
1446
|
-
"message": "이미지 요소에 `width` 및 `height`가 명시되어 있지 않습니다"
|
|
1447
|
-
},
|
|
1448
|
-
"core/audits/unsized-images.js | title": {
|
|
1449
|
-
"message": "이미지 요소에 `width` 및 `height`가 명시되어 있습니다"
|
|
1450
|
-
},
|
|
1451
1184
|
"core/audits/user-timings.js | columnType": {
|
|
1452
1185
|
"message": "유형"
|
|
1453
1186
|
},
|
|
@@ -1460,21 +1193,6 @@
|
|
|
1460
1193
|
"core/audits/user-timings.js | title": {
|
|
1461
1194
|
"message": "사용자 타이밍 표시 및 측정 값"
|
|
1462
1195
|
},
|
|
1463
|
-
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1464
|
-
"message": "'{securityOrigin}'에 `<link rel=preconnect>` 링크가 있으나 브라우저에서 사용되지 않았습니다. `crossorigin` 속성을 올바르게 사용하고 있는지 확인하세요."
|
|
1465
|
-
},
|
|
1466
|
-
"core/audits/uses-rel-preconnect.js | description": {
|
|
1467
|
-
"message": "`preconnect` 또는 `dns-prefetch` 리소스 힌트를 추가하여 중요한 서드 파티 원본에 대한 조기 연결을 수립하는 것이 좋습니다. [필수 원본에 사전 연결하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)"
|
|
1468
|
-
},
|
|
1469
|
-
"core/audits/uses-rel-preconnect.js | title": {
|
|
1470
|
-
"message": "필수 원본 미리 연결하기"
|
|
1471
|
-
},
|
|
1472
|
-
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1473
|
-
"message": "`<link rel=preconnect>` 연결이 3개 이상 발견되었습니다. 사전 연결 링크는 가장 중요한 원본에 한해 조금만 사용해야 합니다."
|
|
1474
|
-
},
|
|
1475
|
-
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1476
|
-
"message": "'{securityOrigin}'에 `<link rel=preconnect>` 링크가 있으나 브라우저에서 사용되지 않았습니다. 페이지에서 확실하게 요청하는 중요 출처에만 `preconnect`를 사용합니다."
|
|
1477
|
-
},
|
|
1478
1196
|
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1479
1197
|
"message": "맵 URL"
|
|
1480
1198
|
},
|
|
@@ -1493,42 +1211,6 @@
|
|
|
1493
1211
|
"core/audits/valid-source-maps.js | title": {
|
|
1494
1212
|
"message": "페이지에 유효한 소스 맵이 있음"
|
|
1495
1213
|
},
|
|
1496
|
-
"core/audits/viewport.js | description": {
|
|
1497
|
-
"message": "`<meta name=\"viewport\">`는 앱을 모바일 화면 크기에 최적화할 뿐만 아니라 [사용자 입력 300밀리초 지연](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)도 방지합니다. [viewport meta 태그 사용에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/pwa/viewport/)"
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/viewport.js | explanationNoTag": {
|
|
1500
|
-
"message": "`<meta name=\"viewport\">` 태그 없음"
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/viewport.js | failureTitle": {
|
|
1503
|
-
"message": "`width` 또는 `initial-scale`이(가) 포함된 `<meta name=\"viewport\">` 태그가 없음"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/viewport.js | title": {
|
|
1506
|
-
"message": "`width` 또는 `initial-scale`이(가) 포함된 `<meta name=\"viewport\">` 태그가 있음"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/work-during-interaction.js | description": {
|
|
1509
|
-
"message": "Interaction to Next Paint(다음 페인트와의 상호작용) 측정 중에 발생하는 스레드 차단 작업입니다. [Interaction to Next Paint(다음 페인트와의 상호작용) 측정항목에 관해 자세히 알아보기](https://web.dev/articles/inp)"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/work-during-interaction.js | displayValue": {
|
|
1512
|
-
"message": "'{interactionType}' 이벤트에 {timeInMs, number, milliseconds}ms 소요"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1515
|
-
"message": "이벤트 타겟"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/work-during-interaction.js | failureTitle": {
|
|
1518
|
-
"message": "주요 상호작용 중 작업 최소화"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/work-during-interaction.js | inputDelay": {
|
|
1521
|
-
"message": "입력 지연"
|
|
1522
|
-
},
|
|
1523
|
-
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1524
|
-
"message": "표시 지연"
|
|
1525
|
-
},
|
|
1526
|
-
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1527
|
-
"message": "처리 기간"
|
|
1528
|
-
},
|
|
1529
|
-
"core/audits/work-during-interaction.js | title": {
|
|
1530
|
-
"message": "주요 상호작용 중 작업 최소화"
|
|
1531
|
-
},
|
|
1532
1214
|
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1533
1215
|
"message": "애플리케이션의 ARIA 사용을 개선하도록 추천된 사항입니다. 이를 통해 스크린 리더와 같은 지원 기술을 사용하는 사용자의 환경을 개선할 수 있습니다."
|
|
1534
1216
|
},
|
|
@@ -2664,7 +2346,7 @@
|
|
|
2664
2346
|
"message": "CSS 선택자 비용"
|
|
2665
2347
|
},
|
|
2666
2348
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2667
|
-
"message": "상위 선택자
|
|
2349
|
+
"message": "상위 선택자 경과 시간"
|
|
2668
2350
|
},
|
|
2669
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2670
2352
|
"message": "상위 선택자 일치 시도"
|
|
@@ -3044,15 +2726,24 @@
|
|
|
3044
2726
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
2727
|
"message": "WebRTC가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3046
2728
|
},
|
|
2729
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
2730
|
+
"message": "WebRTC가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2731
|
+
},
|
|
3047
2732
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3048
2733
|
"message": "WebShare를 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
3049
2734
|
},
|
|
3050
2735
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3051
2736
|
"message": "WebSocket이 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3052
2737
|
},
|
|
2738
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
2739
|
+
"message": "WebSocket이 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2740
|
+
},
|
|
3053
2741
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3054
2742
|
"message": "WebTransport가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3055
2743
|
},
|
|
2744
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
2745
|
+
"message": "WebTransport가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
2746
|
+
},
|
|
3056
2747
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3057
2748
|
"message": "WebXR을 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
3058
2749
|
},
|
|
@@ -3359,9 +3050,6 @@
|
|
|
3359
3050
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
|
|
3360
3051
|
"message": "이미지를 사전에 최적화하고 모든 기기에서 이미지가 표시되는 컨테이너의 크기와 일치시키려면 [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site)을 사용 설정합니다."
|
|
3361
3052
|
},
|
|
3362
|
-
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
|
|
3363
|
-
"message": "브라우저로 전송되는 파일의 크기를 줄이려면 NitroPack에서 [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression)을 사용합니다."
|
|
3364
|
-
},
|
|
3365
3053
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3366
3054
|
"message": "`nuxt/image` 구성요소를 사용해 `format=\"webp\"` 형식을 설정하세요. [자세히 알아보기](https://image.nuxt.com/usage/nuxt-img#format)"
|
|
3367
3055
|
},
|
|
@@ -3584,15 +3272,9 @@
|
|
|
3584
3272
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3585
3273
|
"message": "문제 신고"
|
|
3586
3274
|
},
|
|
3587
|
-
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3588
|
-
"message": "감사로 돌아가기"
|
|
3589
|
-
},
|
|
3590
3275
|
"report/renderer/report-utils.js | hide": {
|
|
3591
3276
|
"message": "숨기기"
|
|
3592
3277
|
},
|
|
3593
|
-
"report/renderer/report-utils.js | insightsNotice": {
|
|
3594
|
-
"message": "올해 말에는 통계가 성능 감사를 대체할 예정입니다. [여기에서 자세히 알아보고 의견을 제공하세요](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3595
|
-
},
|
|
3596
3278
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3597
3279
|
"message": "실험실 데이터"
|
|
3598
3280
|
},
|
|
@@ -3692,9 +3374,6 @@
|
|
|
3692
3374
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3693
3375
|
"message": "Lighthouse 실행에 영향을 미치는 문제가 발생했습니다."
|
|
3694
3376
|
},
|
|
3695
|
-
"report/renderer/report-utils.js | tryInsights": {
|
|
3696
|
-
"message": "통계 사용해 보기"
|
|
3697
|
-
},
|
|
3698
3377
|
"report/renderer/report-utils.js | unattributable": {
|
|
3699
3378
|
"message": "확인되지 않음"
|
|
3700
3379
|
},
|