lighthouse 9.5.0-dev.20220726 → 9.5.0-dev.20220729
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/CONTRIBUTING.md +11 -11
- package/{lighthouse-cli → cli}/bin.js +5 -5
- package/{lighthouse-cli → cli}/cli-flags.js +1 -1
- package/{lighthouse-cli → cli}/commands/commands.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
- package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
- package/{lighthouse-cli → cli}/index.js +0 -0
- package/{lighthouse-cli → cli}/package.json +0 -0
- package/{lighthouse-cli → cli}/printer.js +0 -0
- package/{lighthouse-cli → cli}/run.js +3 -3
- package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
- package/{lighthouse-core → core}/audits/audit.js +0 -0
- package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
- package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
- package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
- package/{lighthouse-core → core}/audits/content-width.js +0 -0
- package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
- package/{lighthouse-core → core}/audits/deprecations.js +0 -0
- package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
- package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/font-display.js +0 -0
- package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
- package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
- package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
- package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
- package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
- package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
- package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
- package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
- package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
- package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/audits/metrics.js +0 -0
- package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
- package/{lighthouse-core → core}/audits/network-requests.js +0 -0
- package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
- package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
- package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
- package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
- package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
- package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
- package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
- package/{lighthouse-core → core}/audits/redirects.js +0 -0
- package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
- package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
- package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
- package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
- package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
- package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
- package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
- package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
- package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
- package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
- package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
- package/{lighthouse-core → core}/audits/service-worker.js +0 -0
- package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
- package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
- package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
- package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
- package/{lighthouse-core → core}/audits/user-timings.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
- package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
- package/{lighthouse-core → core}/audits/viewport.js +0 -0
- package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
- package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
- package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
- package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/computed/image-records.js +0 -0
- package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
- package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
- package/{lighthouse-core → core}/computed/main-resource.js +0 -0
- package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
- package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
- package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
- package/{lighthouse-core → core}/computed/network-records.js +0 -0
- package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
- package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
- package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
- package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
- package/{lighthouse-core → core}/computed/screenshots.js +0 -0
- package/{lighthouse-core → core}/computed/speedline.js +0 -0
- package/{lighthouse-core → core}/computed/unused-css.js +0 -0
- package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
- package/{lighthouse-core → core}/computed/user-timings.js +0 -0
- package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
- package/{lighthouse-core → core}/config/budget.js +0 -0
- package/{lighthouse-core → core}/config/config-helpers.js +0 -0
- package/{lighthouse-core → core}/config/config-plugin.js +0 -0
- package/{lighthouse-core → core}/config/config.js +0 -0
- package/{lighthouse-core → core}/config/constants.js +0 -0
- package/{lighthouse-core → core}/config/default-config.js +0 -2
- package/{lighthouse-core → core}/config/desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/experimental-config.js +0 -0
- package/{lighthouse-core → core}/config/full-config.js +0 -0
- package/{lighthouse-core → core}/config/legacy-default-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-mobile-config.js +0 -0
- package/{lighthouse-core → core}/config/metrics-to-audits.js +0 -0
- package/{lighthouse-core → core}/config/perf-config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/api.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/filters.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/validation.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-artifacts.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-gatherer.js +1 -1
- package/{lighthouse-core → core}/fraggle-rock/gather/driver.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/navigation-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/runner-helpers.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/session.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/snapshot-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/timespan-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/user-flow.js +0 -0
- package/{lighthouse-core → core}/gather/connections/connection.js +0 -0
- package/{lighthouse-core → core}/gather/connections/cri.js +0 -0
- package/{lighthouse-core → core}/gather/connections/raw.js +0 -0
- package/{lighthouse-core → core}/gather/driver/dom.js +0 -0
- package/{lighthouse-core → core}/gather/driver/environment.js +0 -0
- package/{lighthouse-core → core}/gather/driver/execution-context.js +0 -0
- package/{lighthouse-core → core}/gather/driver/navigation.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network-monitor.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network.js +0 -0
- package/{lighthouse-core → core}/gather/driver/prepare.js +0 -0
- package/{lighthouse-core → core}/gather/driver/service-workers.js +0 -0
- package/{lighthouse-core → core}/gather/driver/storage.js +0 -0
- package/{lighthouse-core → core}/gather/driver/target-manager.js +0 -0
- package/{lighthouse-core → core}/gather/driver/wait-for-condition.js +0 -0
- package/{lighthouse-core → core}/gather/driver.js +0 -0
- package/{lighthouse-core → core}/gather/fetcher.js +0 -0
- package/{lighthouse-core → core}/gather/gather-runner.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/accessibility.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/anchor-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/cache-contents.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/console-messages.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/css-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/domstats.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/optimized-images.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/response-compression.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/gatherer.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/global-listeners.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/iframe-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/image-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inputs.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/installability-errors.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/js-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/link-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/main-document-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/meta-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/network-user-agent.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/script-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/scripts.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/embedded-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/service-worker.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/source-maps.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/stacks.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/viewport-dimensions.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/web-app-manifest.js +0 -0
- package/{lighthouse-core → core}/index.cjs +0 -0
- package/{lighthouse-core → core}/index.js +1 -1
- package/{lighthouse-core → core}/lib/arbitrary-equality-map.js +0 -0
- package/{lighthouse-core → core}/lib/asset-saver.js +0 -0
- package/{lighthouse-core → core}/lib/axe.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Common.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Platform.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/SDK.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/ParsedURL.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/SourceMap.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/package.json +0 -0
- package/{lighthouse-core → core}/lib/csp-evaluator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/base-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/cpu-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/network-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/connection-pool.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/dns-cache.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/network-analyzer.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator-timing-map.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/tcp-connection.js +0 -0
- package/{lighthouse-core → core}/lib/deprecations-strings.js +0 -0
- package/{lighthouse-core → core}/lib/emulation.js +0 -0
- package/{lighthouse-core → core}/lib/i18n/README.md +2 -2
- package/{lighthouse-core → core}/lib/i18n/i18n.js +0 -0
- package/{lighthouse-core → core}/lib/icons.js +0 -0
- package/{lighthouse-core → core}/lib/lantern-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/lh-env.js +0 -0
- package/{lighthouse-core → core}/lib/lh-error.js +0 -0
- package/{lighthouse-core → core}/lib/lh-trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/manifest-parser.js +0 -0
- package/{lighthouse-core → core}/lib/median-run.js +0 -0
- package/{lighthouse-core → core}/lib/minification-estimator.js +0 -0
- package/{lighthouse-core → core}/lib/minify-devtoolslog.js +0 -0
- package/{lighthouse-core → core}/lib/minify-trace.js +3 -3
- package/{lighthouse-core → core}/lib/navigation-error.js +0 -0
- package/{lighthouse-core → core}/lib/network-recorder.js +0 -0
- package/{lighthouse-core → core}/lib/network-request.js +0 -0
- package/{lighthouse-core → core}/lib/page-functions.js +0 -0
- package/{lighthouse-core → core}/lib/proto-preprocessor.js +0 -0
- package/{lighthouse-core → core}/lib/rect-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/script-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/sentry.js +0 -0
- package/{lighthouse-core → core}/lib/stack-packs.js +0 -0
- package/{lighthouse-core → core}/lib/statistics.js +0 -0
- package/{lighthouse-core → core}/lib/tappable-rects.js +0 -0
- package/{lighthouse-core → core}/lib/third-party-web.js +0 -0
- package/{lighthouse-core → core}/lib/timing-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/cpu-profile-model.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-groups.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-summary.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/traces/pwmetrics-events.js +0 -0
- package/{lighthouse-core → core}/lib/url-shim.js +0 -0
- package/{lighthouse-core → core}/package.json +0 -0
- package/{lighthouse-core → core}/runner.js +0 -0
- package/{lighthouse-core → core}/scoring.js +0 -0
- package/{lighthouse-core → core}/scripts/download-chrome.sh +0 -0
- package/{lighthouse-core → core}/scripts/manual-chrome-launcher.js +1 -1
- package/{lighthouse-core → core}/scripts/package.json +0 -0
- package/{lighthouse-core → core}/util.cjs +1 -1
- package/eslint-local-rules.cjs +1 -1
- package/flow-report/test/common-test.tsx +1 -1
- package/flow-report/test/run-flow-report-tests.sh +1 -1
- package/flow-report/test/sample-flow.ts +1 -1
- package/flow-report/tsconfig.json +1 -1
- package/package.json +36 -36
- package/readme.md +4 -4
- package/report/clients/bundle.js +1 -1
- package/report/test/clients/bundle-test.js +1 -1
- package/report/test/generator/report-generator-test.js +3 -3
- package/report/test/renderer/category-renderer-test.js +4 -4
- package/report/test/renderer/i18n-test.js +1 -1
- package/report/test/renderer/performance-category-renderer-test.js +3 -3
- package/report/test/renderer/pwa-category-renderer-test.js +2 -2
- package/report/test/renderer/report-renderer-axe-test.js +3 -3
- package/report/test/renderer/report-renderer-test.js +3 -3
- package/report/test/renderer/report-ui-features-test.js +2 -2
- package/report/test/renderer/util-test.js +2 -2
- package/shared/localization/locales/ar-XB.json +641 -653
- package/shared/localization/locales/ar.json +641 -653
- package/shared/localization/locales/bg.json +641 -653
- package/shared/localization/locales/ca.json +641 -653
- package/shared/localization/locales/cs.json +641 -653
- package/shared/localization/locales/da.json +641 -653
- package/shared/localization/locales/de.json +641 -653
- package/shared/localization/locales/el.json +641 -653
- package/shared/localization/locales/en-GB.json +641 -653
- package/shared/localization/locales/en-US.json +830 -842
- package/shared/localization/locales/en-XA.json +641 -653
- package/shared/localization/locales/en-XL.json +830 -842
- package/shared/localization/locales/es-419.json +641 -653
- package/shared/localization/locales/es.json +641 -653
- package/shared/localization/locales/fi.json +641 -653
- package/shared/localization/locales/fil.json +641 -653
- package/shared/localization/locales/fr.json +641 -653
- package/shared/localization/locales/he.json +641 -653
- package/shared/localization/locales/hi.json +641 -653
- package/shared/localization/locales/hr.json +641 -653
- package/shared/localization/locales/hu.json +641 -653
- package/shared/localization/locales/id.json +641 -653
- package/shared/localization/locales/it.json +641 -653
- package/shared/localization/locales/ja.json +641 -653
- package/shared/localization/locales/ko.json +641 -653
- package/shared/localization/locales/lt.json +641 -653
- package/shared/localization/locales/lv.json +641 -653
- package/shared/localization/locales/nl.json +641 -653
- package/shared/localization/locales/no.json +641 -653
- package/shared/localization/locales/pl.json +641 -653
- package/shared/localization/locales/pt-PT.json +641 -653
- package/shared/localization/locales/pt.json +641 -653
- package/shared/localization/locales/ro.json +641 -653
- package/shared/localization/locales/ru.json +641 -653
- package/shared/localization/locales/sk.json +641 -653
- package/shared/localization/locales/sl.json +641 -653
- package/shared/localization/locales/sr-Latn.json +641 -653
- package/shared/localization/locales/sr.json +641 -653
- package/shared/localization/locales/sv.json +641 -653
- package/shared/localization/locales/ta.json +641 -653
- package/shared/localization/locales/te.json +641 -653
- package/shared/localization/locales/th.json +641 -653
- package/shared/localization/locales/tr.json +641 -653
- package/shared/localization/locales/uk.json +641 -653
- package/shared/localization/locales/vi.json +641 -653
- package/shared/localization/locales/zh-HK.json +641 -653
- package/shared/localization/locales/zh-TW.json +641 -653
- package/shared/localization/locales/zh.json +641 -653
- package/shared/localization/swap-locale.js +3 -3
- package/shared/test/localization/format-test.js +5 -5
- package/shared/test/localization/swap-locale-test.js +8 -8
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
- package/third-party/chromium-synchronization/installability-errors-test.js +1 -1
- package/tsconfig.json +84 -84
- package/types/artifacts.d.ts +7 -7
- package/types/audit.d.ts +1 -1
- package/types/config.d.ts +1 -1
- package/types/gatherer.d.ts +8 -8
- package/types/global-lh.d.ts +2 -2
- package/types/user-flow.d.ts +1 -1
- package/lighthouse-core/audits/apple-touch-icon.js +0 -72
|
@@ -131,1939 +131,1927 @@
|
|
|
131
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
132
|
"message": "Lighthouse 사용자 플로우 보고서"
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
135
|
"message": "액세스 키를 사용하면 사용자가 페이지의 특정 부분에 신속하게 포커스를 맞출 수 있습니다. 정상적으로 탐색하려면 모든 액세스 키가 고유해야 합니다. [자세히 알아보기](https://web.dev/accesskeys/)"
|
|
136
136
|
},
|
|
137
|
-
"
|
|
137
|
+
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
138
|
"message": "`[accesskey]` 값이 고유하지 않음"
|
|
139
139
|
},
|
|
140
|
-
"
|
|
140
|
+
"core/audits/accessibility/accesskeys.js | title": {
|
|
141
141
|
"message": "`[accesskey]` 값이 고유합니다"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
144
|
"message": "각 ARIA `role`은(는) `aria-*` 속성으로 구성된 특정 하위 세트를 지원합니다. 이 두 가지가 일치하지 않으면 `aria-*` 속성이 유효하지 않게 됩니다. [자세히 알아보기](https://web.dev/aria-allowed-attr/)"
|
|
145
145
|
},
|
|
146
|
-
"
|
|
146
|
+
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
147
|
"message": "`[aria-*]` 속성이 역할과 일치하지 않음"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"core/audits/accessibility/aria-allowed-attr.js | title": {
|
|
150
150
|
"message": "`[aria-*]` 속성이 역할과 일치함"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
153
|
"message": "접근성을 위한 이름이 요소에 없는 경우 스크린 리더가 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 이용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
154
154
|
},
|
|
155
|
-
"
|
|
155
|
+
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
156
|
"message": "`button`, `link` 및 `menuitem` 요소에 접근성을 위한 이름이 없음"
|
|
157
157
|
},
|
|
158
|
-
"
|
|
158
|
+
"core/audits/accessibility/aria-command-name.js | title": {
|
|
159
159
|
"message": "`button`, `link` 및 `menuitem` 요소에 접근성을 위한 이름이 있음"
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
162
|
"message": "스크린 리더와 같은 보조 기술은 `aria-hidden=\"true\"`이(가) 문서 `<body>`에 설정된 경우 일관성 없게 작동합니다. [자세히 알아보기](https://web.dev/aria-hidden-body/)"
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
165
|
"message": "`[aria-hidden=\"true\"]`이(가) 문서 `<body>`에 있음"
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"core/audits/accessibility/aria-hidden-body.js | title": {
|
|
168
168
|
"message": "`[aria-hidden=\"true\"]`이(가) 문서 `<body>`에 없음"
|
|
169
169
|
},
|
|
170
|
-
"
|
|
170
|
+
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
171
|
"message": "`[aria-hidden=\"true\"]` 요소 내 포커스할 수 있는 하위 요소는 스크린 리더와 같은 보조 기술 사용자가 상호 작용 가능한 요소를 사용하지 못하게 합니다. [자세히 알아보기](https://web.dev/aria-hidden-focus/)"
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
174
|
"message": "`[aria-hidden=\"true\"]` 요소에 포커스할 수 있는 하위 요소가 있음"
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"core/audits/accessibility/aria-hidden-focus.js | title": {
|
|
177
177
|
"message": "`[aria-hidden=\"true\"]` 요소에 포커스할 수 있는 하위 요소가 없음"
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
180
|
"message": "입력란에 접근 가능한 이름이 없는 경우 스크린 리더에서 일반 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 사용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
181
181
|
},
|
|
182
|
-
"
|
|
182
|
+
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
183
|
"message": "ARIA 입력란에 접근 가능한 이름이 없음"
|
|
184
184
|
},
|
|
185
|
-
"
|
|
185
|
+
"core/audits/accessibility/aria-input-field-name.js | title": {
|
|
186
186
|
"message": "ARIA 입력란에 접근 가능한 이름이 있음"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
188
|
+
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
189
|
"message": "접근성을 위한 이름이 요소에 없는 경우 스크린 리더가 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 이용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
192
|
"message": "ARIA `meter` 요소에 접근성을 위한 이름이 없음"
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"core/audits/accessibility/aria-meter-name.js | title": {
|
|
195
195
|
"message": "ARIA `meter` 요소에 접근성을 위한 이름이 있음"
|
|
196
196
|
},
|
|
197
|
-
"
|
|
197
|
+
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
198
|
"message": "`progressbar` 요소에 접근성을 위한 이름이 없는 경우 스크린 리더가 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 이용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
201
|
"message": "ARIA `progressbar` 요소에 접근성을 위한 이름이 없음"
|
|
202
202
|
},
|
|
203
|
-
"
|
|
203
|
+
"core/audits/accessibility/aria-progressbar-name.js | title": {
|
|
204
204
|
"message": "ARIA `progressbar` 요소에 접근성을 위한 이름이 있음"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
207
|
"message": "일부 ARIA 역할에는 스크린 리더에 관한 요소의 상태를 설명하는 속성이 필요합니다. [자세히 알아보기](https://web.dev/aria-required-attr/)"
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
210
|
"message": "`[role]`에 필요한 `[aria-*]` 속성이 일부 포함되지 않음"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"core/audits/accessibility/aria-required-attr.js | title": {
|
|
213
213
|
"message": "`[role]`에 필요한 모든 `[aria-*]` 속성이 있음"
|
|
214
214
|
},
|
|
215
|
-
"
|
|
215
|
+
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
216
|
"message": "일부 ARIA 상위 역할에서 의도한 접근성 기능을 실행하려면 특정 하위 역할을 포함하고 있어야 합니다. [자세히 알아보기](https://web.dev/aria-required-children/)"
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
219
|
"message": "하위 요소에 특정 `[role]`을(를) 포함해야 하는 ARIA `[role]` 지원 요소에 일부 또는 전체 하위 요소가 누락되었습니다."
|
|
220
220
|
},
|
|
221
|
-
"
|
|
221
|
+
"core/audits/accessibility/aria-required-children.js | title": {
|
|
222
222
|
"message": "하위 요소에 특정 `[role]`을(를) 포함해야 하는 ARIA `[role]` 지원 요소에 필요한 모든 하위 요소가 있습니다."
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
225
|
"message": "일부 ARIA 하위 역할에서 의도한 접근성 기능을 올바르게 실행하려면 특정 상위 역할에 포함되어 있어야 합니다. [자세히 알아보기](https://web.dev/aria-required-parent/)"
|
|
226
226
|
},
|
|
227
|
-
"
|
|
227
|
+
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
228
|
"message": "`[role]`이(가) 필수 상위 요소에 포함되지 않음"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"core/audits/accessibility/aria-required-parent.js | title": {
|
|
231
231
|
"message": "`[role]`이(가) 필수 상위 요소에 포함됨"
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
234
|
"message": "ARIA 역할에서 의도한 접근성 기능을 실행하려면 유효한 값을 포함하고 있어야 합니다. [자세히 알아보기](https://web.dev/aria-roles/)"
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
237
|
"message": "`[role]` 값이 유효하지 않음"
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"core/audits/accessibility/aria-roles.js | title": {
|
|
240
240
|
"message": "`[role]` 값이 유효함"
|
|
241
241
|
},
|
|
242
|
-
"
|
|
242
|
+
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
243
|
"message": "토글 입력란에 접근 가능한 이름이 없는 경우 스크린 리더에서 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 사용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
244
244
|
},
|
|
245
|
-
"
|
|
245
|
+
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
246
|
"message": "ARIA 토글 입력란에 접근 가능한 이름이 없음"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
248
|
+
"core/audits/accessibility/aria-toggle-field-name.js | title": {
|
|
249
249
|
"message": "ARIA 토글 입력란에 접근 가능한 이름이 있음"
|
|
250
250
|
},
|
|
251
|
-
"
|
|
251
|
+
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
252
|
"message": "접근성을 위한 이름이 요소에 없는 경우 스크린 리더가 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 이용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
253
253
|
},
|
|
254
|
-
"
|
|
254
|
+
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
255
|
"message": "ARIA `tooltip` 요소에 접근성을 위한 이름이 없음"
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"core/audits/accessibility/aria-tooltip-name.js | title": {
|
|
258
258
|
"message": "ARIA `tooltip` 요소에 접근성을 위한 이름이 있음"
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
261
|
"message": "접근성을 위한 이름이 요소에 없는 경우 스크린 리더가 일반적인 이름으로 읽기 때문에 스크린 리더에 의존하는 사용자는 이용할 수 없게 됩니다. [자세히 알아보기](https://web.dev/aria-name/)"
|
|
262
262
|
},
|
|
263
|
-
"
|
|
263
|
+
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
264
|
"message": "ARIA `treeitem` 요소에 접근성을 위한 이름이 없음"
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"core/audits/accessibility/aria-treeitem-name.js | title": {
|
|
267
267
|
"message": "ARIA `treeitem` 요소에 접근성을 위한 이름이 있음"
|
|
268
268
|
},
|
|
269
|
-
"
|
|
269
|
+
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
270
|
"message": "스크린 리더와 같은 보조 기술은 잘못된 값이 있는 ARIA 속성을 해석하지 못합니다. [자세히 알아보기](https://web.dev/aria-valid-attr-value/)"
|
|
271
271
|
},
|
|
272
|
-
"
|
|
272
|
+
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
273
|
"message": "`[aria-*]` 속성에 유효한 값이 없음"
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"core/audits/accessibility/aria-valid-attr-value.js | title": {
|
|
276
276
|
"message": "`[aria-*]` 속성에 유효한 값이 있음"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
279
|
"message": "스크린 리더와 같은 보조 기술은 잘못된 이름이 있는 ARIA 속성을 해석하지 못합니다. [자세히 알아보기](https://web.dev/aria-valid-attr/)"
|
|
280
280
|
},
|
|
281
|
-
"
|
|
281
|
+
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
282
|
"message": "`[aria-*]` 속성이 유효하지 않거나 맞춤법 오류가 있음"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
284
|
+
"core/audits/accessibility/aria-valid-attr.js | title": {
|
|
285
285
|
"message": "`[aria-*]` 속성이 유효하며 맞춤법 오류가 없음"
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"core/audits/accessibility/axe-audit.js | failingElementsHeader": {
|
|
288
288
|
"message": "통과하지 못한 요소"
|
|
289
289
|
},
|
|
290
|
-
"
|
|
290
|
+
"core/audits/accessibility/button-name.js | description": {
|
|
291
291
|
"message": "버튼에 접근 가능한 이름이 없는 경우 스크린 리더에서 '버튼'으로만 읽기 때문에 스크린 리더에 의존하는 사용자에게는 해당 버튼이 유용하지 않게 됩니다. [자세히 알아보기](https://web.dev/button-name/)"
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
294
|
"message": "버튼에 접근 가능한 이름이 없습니다"
|
|
295
295
|
},
|
|
296
|
-
"
|
|
296
|
+
"core/audits/accessibility/button-name.js | title": {
|
|
297
297
|
"message": "버튼에 접근 가능한 이름이 있습니다"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"core/audits/accessibility/bypass.js | description": {
|
|
300
300
|
"message": "반복적인 콘텐츠를 건너뛸 방법을 추가하면 키보드 사용자가 페이지를 더 효율적으로 탐색할 수 있습니다. [자세히 알아보기](https://web.dev/bypass/)"
|
|
301
301
|
},
|
|
302
|
-
"
|
|
302
|
+
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
303
|
"message": "페이지에 제목, 링크 건너뛰기, 랜드마크 영역이 포함되어 있지 않습니다"
|
|
304
304
|
},
|
|
305
|
-
"
|
|
305
|
+
"core/audits/accessibility/bypass.js | title": {
|
|
306
306
|
"message": "페이지에 제목, 링크 건너뛰기, 랜드마크 영역이 포함되어 있습니다"
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
309
|
"message": "많은 사용자가 저대비 텍스트를 읽는 데 어려움을 겪거나 전혀 읽지 못합니다. [자세히 알아보기](https://web.dev/color-contrast/)"
|
|
310
310
|
},
|
|
311
|
-
"
|
|
311
|
+
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
312
|
"message": "백그라운드 및 포그라운드 색상의 대비율이 충분하지 않습니다"
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"core/audits/accessibility/color-contrast.js | title": {
|
|
315
315
|
"message": "백그라운드 및 포그라운드 색상의 대비율이 충분합니다"
|
|
316
316
|
},
|
|
317
|
-
"
|
|
317
|
+
"core/audits/accessibility/definition-list.js | description": {
|
|
318
318
|
"message": "정의 목록이 올바르게 표시되지 않으면 스크린 리더에서 혼란스럽거나 정확하지 않은 내용을 말할 수 있습니다. [자세히 알아보기](https://web.dev/definition-list/)"
|
|
319
319
|
},
|
|
320
|
-
"
|
|
320
|
+
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
321
|
"message": "`<dl>`에 순서가 올바른 `<dt>` 및 `<dd>` 그룹, `<script>`, `<template>` 또는 `<div>` 요소만 포함되어 있지 않음"
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"core/audits/accessibility/definition-list.js | title": {
|
|
324
324
|
"message": "`<dl>`에 순서가 올바른 `<dt>` 및 `<dd>` 그룹, `<script>`, `<template>` 또는 `<div>` 요소만 포함되어 있음"
|
|
325
325
|
},
|
|
326
|
-
"
|
|
326
|
+
"core/audits/accessibility/dlitem.js | description": {
|
|
327
327
|
"message": "스크린 리더에서 정의 목록 항목(`<dt>` 및 `<dd>`)을 올바르게 읽으려면 정의 목록 항목이 상위 `<dl>` 요소에 래핑되어 있어야 합니다. [자세히 알아보기](https://web.dev/dlitem/)"
|
|
328
328
|
},
|
|
329
|
-
"
|
|
329
|
+
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
330
|
"message": "정의 목록 항목이 `<dl>` 요소에서 래핑되어 있지 않음"
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"core/audits/accessibility/dlitem.js | title": {
|
|
333
333
|
"message": "정의 목록 항목이 `<dl>` 요소에서 래핑되어 있음"
|
|
334
334
|
},
|
|
335
|
-
"
|
|
335
|
+
"core/audits/accessibility/document-title.js | description": {
|
|
336
336
|
"message": "제목을 사용하면 스크린 리더 사용자에게는 페이지의 개요를 제공할 수 있습니다. 검색엔진 사용자는 제목으로 페이지가 자신의 검색어와 관련되어 있는지 여부를 판단합니다. [자세히 알아보기](https://web.dev/document-title/)"
|
|
337
337
|
},
|
|
338
|
-
"
|
|
338
|
+
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
339
|
"message": "문서에 `<title>` 요소가 없음"
|
|
340
340
|
},
|
|
341
|
-
"
|
|
341
|
+
"core/audits/accessibility/document-title.js | title": {
|
|
342
342
|
"message": "문서에 `<title>` 요소가 있음"
|
|
343
343
|
},
|
|
344
|
-
"
|
|
344
|
+
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
345
|
"message": "포커스할 수 있는 모든 요소에는 고유한 `id`이(가) 있어 보조 기술에 올바르게 표시되어야 합니다. [자세히 알아보기](https://web.dev/duplicate-id-active/)"
|
|
346
346
|
},
|
|
347
|
-
"
|
|
347
|
+
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
348
|
"message": "포커스할 수 있는 활성 요소에 중복되는 `[id]` 속성이 있음"
|
|
349
349
|
},
|
|
350
|
-
"
|
|
350
|
+
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
351
351
|
"message": "포커스할 수 있는 활성 요소에 중복되는 `[id]` 속성이 없음"
|
|
352
352
|
},
|
|
353
|
-
"
|
|
353
|
+
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
354
|
"message": "중복되는 ARIA ID 값이 없어야 보조 기술이 다른 인스턴스를 놓치지 않습니다. [자세히 알아보기](https://web.dev/duplicate-id-aria/)"
|
|
355
355
|
},
|
|
356
|
-
"
|
|
356
|
+
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
357
|
"message": "중복되는 ARIA ID가 있음"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"core/audits/accessibility/duplicate-id-aria.js | title": {
|
|
360
360
|
"message": "중복되는 ARIA ID가 없음"
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
363
|
"message": "라벨이 여러 개인 양식 입력란은 첫 번째, 마지막 또는 모든 라벨을 사용하는 스크린 리더와 같은 보조 기술에서 잘못 읽을 수 있습니다. [자세히 알아보기](https://web.dev/form-field-multiple-labels/)"
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
366
|
"message": "양식 입력란에 라벨이 여러 개 있음"
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"core/audits/accessibility/form-field-multiple-labels.js | title": {
|
|
369
369
|
"message": "양식 입력란에 라벨이 여러 개가 아님"
|
|
370
370
|
},
|
|
371
|
-
"
|
|
371
|
+
"core/audits/accessibility/frame-title.js | description": {
|
|
372
372
|
"message": "스크린 리더 사용자는 프레임 콘텐츠를 설명해 주는 프레임 제목을 사용합니다. [자세히 알아보기](https://web.dev/frame-title/)"
|
|
373
373
|
},
|
|
374
|
-
"
|
|
374
|
+
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
375
|
"message": "`<frame>` 또는 `<iframe>` 요소에 제목이 없음"
|
|
376
376
|
},
|
|
377
|
-
"
|
|
377
|
+
"core/audits/accessibility/frame-title.js | title": {
|
|
378
378
|
"message": "`<frame>` 또는 `<iframe>` 요소에 제목이 있음"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"core/audits/accessibility/heading-order.js | description": {
|
|
381
381
|
"message": "레벨을 건너뛰지 않고 제대로 정렬된 제목은 페이지의 시맨틱 구조를 포함하여, 보조 기술을 사용할 때 더 쉽게 이동하고 이해하는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/heading-order/)"
|
|
382
382
|
},
|
|
383
|
-
"
|
|
383
|
+
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
384
|
"message": "제목 요소가 내림차순으로 표시되지 않음"
|
|
385
385
|
},
|
|
386
|
-
"
|
|
386
|
+
"core/audits/accessibility/heading-order.js | title": {
|
|
387
387
|
"message": "제목 요소가 내림차순으로 표시됨"
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
390
|
"message": "페이지에서 lang 속성을 지정하지 않는 경우 스크린 리더는 사용자가 스크린 리더를 설정할 때 선택한 기본 언어로 페이지가 작성되어 있다고 가정합니다. 페이지가 기본 언어로 작성되어 있지 않으면 스크린 리더에서 페이지에 있는 텍스트를 제대로 읽어줄 수 없습니다. [자세히 알아보기](https://web.dev/html-has-lang/)"
|
|
391
391
|
},
|
|
392
|
-
"
|
|
392
|
+
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
393
|
"message": "`<html>` 요소에 `[lang]` 속성이 없음"
|
|
394
394
|
},
|
|
395
|
-
"
|
|
395
|
+
"core/audits/accessibility/html-has-lang.js | title": {
|
|
396
396
|
"message": "`<html>` 요소에 `[lang]` 속성이 있음"
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
399
|
"message": "유효한 [BCP 47 언어](https://www.w3.org/International/questions/qa-choosing-language-tags#question)를 지정하면 스크린 리더에서 텍스트를 올바르게 읽는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/html-lang-valid/)"
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
402
|
"message": "`<html>` 요소의 `[lang]` 속성에 유효한 값이 없음"
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"core/audits/accessibility/html-lang-valid.js | title": {
|
|
405
405
|
"message": "`<html>` 요소에 `[lang]` 속성의 유효한 값이 있음"
|
|
406
406
|
},
|
|
407
|
-
"
|
|
407
|
+
"core/audits/accessibility/image-alt.js | description": {
|
|
408
408
|
"message": "정보 요소는 짧아야 하며 설명을 제공하는 대체 텍스트를 목표로 해야 합니다. 장식 요소는 Alt 속성이 비어 있는 경우 무시될 수 있습니다. [자세히 알아보기](https://web.dev/image-alt/)"
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
411
|
"message": "이미지 요소에 `[alt]` 속성 없음"
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"core/audits/accessibility/image-alt.js | title": {
|
|
414
414
|
"message": "이미지 요소에 `[alt]` 속성이 있음"
|
|
415
415
|
},
|
|
416
|
-
"
|
|
416
|
+
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
417
|
"message": "이미지가 `<input>` 버튼으로 사용되는 경우 대체 텍스트를 제공하면 스크린 리더 사용자가 버튼의 목적을 쉽게 이해하는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/input-image-alt/)"
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
420
|
"message": "`<input type=\"image\">` 요소에 `[alt]` 텍스트가 없음"
|
|
421
421
|
},
|
|
422
|
-
"
|
|
422
|
+
"core/audits/accessibility/input-image-alt.js | title": {
|
|
423
423
|
"message": "`<input type=\"image\">` 요소에 `[alt]` 텍스트가 있음"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"core/audits/accessibility/label.js | description": {
|
|
426
426
|
"message": "라벨을 사용하면 스크린 리더와 같은 보조 기술에서 양식 컨트롤을 올바르게 읽을 수 있습니다. [자세히 알아보기](https://web.dev/label/)"
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
429
|
"message": "양식 요소에 관련 라벨이 포함되어 있지 않습니다"
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"core/audits/accessibility/label.js | title": {
|
|
432
432
|
"message": "양식 요소에 관련 라벨이 포함되어 있습니다"
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"core/audits/accessibility/link-name.js | description": {
|
|
435
435
|
"message": "인식하기 쉽고, 고유하고, 초점을 맞추기 쉬운 링크 텍스트(및 이미지가 링크로 사용되는 경우 이미지의 대체 텍스트)를 사용하면 스크린 리더 사용자의 탐색 환경을 개선할 수 있습니다. [자세히 알아보기](https://web.dev/link-name/)"
|
|
436
436
|
},
|
|
437
|
-
"
|
|
437
|
+
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
438
|
"message": "링크에 인식 가능한 이름이 포함되어 있지 않습니다"
|
|
439
439
|
},
|
|
440
|
-
"
|
|
440
|
+
"core/audits/accessibility/link-name.js | title": {
|
|
441
441
|
"message": "링크에 인식 가능한 이름이 포함되어 있습니다"
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"core/audits/accessibility/list.js | description": {
|
|
444
444
|
"message": "스크린 리더에는 목록을 읽는 특정 방식이 있습니다. 목록 구조를 적절히 작성하면 스크린 리더 출력에 도움이 됩니다. [자세히 알아보기](https://web.dev/list/)"
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
447
|
"message": "목록에 `<li>` 요소와 스크립트 지원 요소(`<script>` 및 `<template>`)만 포함되지 않음"
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"core/audits/accessibility/list.js | title": {
|
|
450
450
|
"message": "목록에 `<li>` 요소와 요소 지원 스크립트(`<script>` 및 `<template>`)만 포함됨"
|
|
451
451
|
},
|
|
452
|
-
"
|
|
452
|
+
"core/audits/accessibility/listitem.js | description": {
|
|
453
453
|
"message": "스크린 리더에서 목록 항목(`<li>`)을 올바르게 읽으려면 목록 항목이 상위 `<ul>` 또는 `<ol>`에 포함되어 있어야 합니다. [자세히 알아보기](https://web.dev/listitem/)"
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
456
|
"message": "목록 항목(`<li>`)이 `<ul>` 또는 `<ol>` 상위 요소 내에 포함되지 않음"
|
|
457
457
|
},
|
|
458
|
-
"
|
|
458
|
+
"core/audits/accessibility/listitem.js | title": {
|
|
459
459
|
"message": "목록 항목(`<li>`)이 `<ul>` 또는 `<ol>` 상위 요소 내에 포함되어 있음"
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
462
|
"message": "사용자는 페이지가 자동으로 새로고침된다고 예상하지 못하기 때문에 페이지가 자동으로 새로고침되면 초점이 다시 페이지 상단에 맞춰집니다. 이로 인해 불쾌하거나 혼란스러운 상황이 발생할 수 있습니다. [자세히 알아보기](https://web.dev/meta-refresh/)"
|
|
463
463
|
},
|
|
464
|
-
"
|
|
464
|
+
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
465
|
"message": "문서에서 `<meta http-equiv=\"refresh\">` 사용됨"
|
|
466
466
|
},
|
|
467
|
-
"
|
|
467
|
+
"core/audits/accessibility/meta-refresh.js | title": {
|
|
468
468
|
"message": "문서에서 `<meta http-equiv=\"refresh\">`이(가) 사용되지 않음"
|
|
469
469
|
},
|
|
470
|
-
"
|
|
470
|
+
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
471
|
"message": "확대/축소를 사용 중지하면 저시력으로 인해 웹페이지의 콘텐츠를 제대로 확인하기 위해 화면 확대를 사용하는 사용자에게 문제가 될 수 있습니다. [자세히 알아보기](https://web.dev/meta-viewport/)"
|
|
472
472
|
},
|
|
473
|
-
"
|
|
473
|
+
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
474
|
"message": "`[user-scalable=\"no\"]`이(가) `<meta name=\"viewport\">` 요소에서 사용되거나 `[maximum-scale]` 속성이 5보다 작음"
|
|
475
475
|
},
|
|
476
|
-
"
|
|
476
|
+
"core/audits/accessibility/meta-viewport.js | title": {
|
|
477
477
|
"message": "`[user-scalable=\"no\"]`은(는) `<meta name=\"viewport\">` 요소에 사용되지 않으며 `[maximum-scale]` 속성이 5보다 작지 않음"
|
|
478
478
|
},
|
|
479
|
-
"
|
|
479
|
+
"core/audits/accessibility/object-alt.js | description": {
|
|
480
480
|
"message": "스크린 리더는 텍스트가 아닌 콘텐츠를 번역할 수 없습니다. `<object>` 요소에 대체 텍스트를 추가하면 스크린 리더에서 사용자에게 텍스트의 의미를 전달하는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/object-alt/)"
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
483
|
"message": "`<object>` 요소에 대체 텍스트가 없음"
|
|
484
484
|
},
|
|
485
|
-
"
|
|
485
|
+
"core/audits/accessibility/object-alt.js | title": {
|
|
486
486
|
"message": "`<object>` 요소에 대체 텍스트가 있음"
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"core/audits/accessibility/tabindex.js | description": {
|
|
489
489
|
"message": "0보다 큰 값은 명시적인 탐색 순서를 나타냅니다. 기술적으로는 유효하나 보조 기술에 의존하는 사용자에게 불편한 환경이 생기는 경우가 많습니다. [자세히 알아보기](https://web.dev/tabindex/)"
|
|
490
490
|
},
|
|
491
|
-
"
|
|
491
|
+
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
492
|
"message": "일부 요소의 `[tabindex]` 값이 0보다 큼"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"core/audits/accessibility/tabindex.js | title": {
|
|
495
495
|
"message": "`[tabindex]` 값이 0보다 큰 요소가 없음"
|
|
496
496
|
},
|
|
497
|
-
"
|
|
497
|
+
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
498
|
"message": "스크린 리더에는 표를 좀 더 쉽게 탐색하는 기능이 있습니다. `[headers]` 속성을 사용하는 `<td>` 셀이 동일한 테이블에 있는 다른 셀만 참조하게 하면 스크린 리더 사용자 환경을 개선할 수 있습니다. [자세히 알아보기](https://web.dev/td-headers-attr/)"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
501
|
"message": "`[headers]` 속성을 사용하는 `<table>` 요소의 셀은 동일한 테이블 내에 없는 요소 `id`만 참조합니다."
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"core/audits/accessibility/td-headers-attr.js | title": {
|
|
504
504
|
"message": "`[headers]` 속성을 사용하는 `<table>` 요소의 셀이 동일한 테이블 내의 테이블 셀을 참조합니다."
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
507
|
"message": "스크린 리더에는 표를 좀 더 쉽게 탐색하는 기능이 있습니다. 표 헤더에서 항상 셀 세트 일부를 참조하게 하면 스크린 리더 사용자 환경이 개선될 수 있습니다. [자세히 알아보기](https://web.dev/th-has-data-cells/)"
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
510
|
"message": "`<th>` 요소와 `[role=\"columnheader\"/\"rowheader\"]` 지원 요소가 설명하는 데이터 셀이 해당 요소에 포함되지 않음"
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"core/audits/accessibility/th-has-data-cells.js | title": {
|
|
513
513
|
"message": "`<th>` 요소와 `[role=\"columnheader\"/\"rowheader\"]` 지원 요소가 설명하는 데이터 셀이 해당 요소에 포함됨"
|
|
514
514
|
},
|
|
515
|
-
"
|
|
515
|
+
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
516
|
"message": "요소에 유효한 [BCP 47 언어](https://www.w3.org/International/questions/qa-choosing-language-tags#question)를 지정하면 스크린 리더에서 텍스트를 올바르게 읽는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/valid-lang/)"
|
|
517
517
|
},
|
|
518
|
-
"
|
|
518
|
+
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
519
|
"message": "`[lang]` 속성에 유효한 값이 없음"
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"core/audits/accessibility/valid-lang.js | title": {
|
|
522
522
|
"message": "`[lang]` 속성에 유효한 값이 있음"
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"core/audits/accessibility/video-caption.js | description": {
|
|
525
525
|
"message": "동영상에 자막이 제공되면 청각장애인이나 난청이 있는 사용자가 동영상의 정보에 더 쉽게 접근할 수 있습니다. [자세히 알아보기](https://web.dev/video-caption/)"
|
|
526
526
|
},
|
|
527
|
-
"
|
|
527
|
+
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
528
|
"message": "`<video>` 요소에 `[kind=\"captions\"]` 지원 `<track>` 요소가 포함되지 않음"
|
|
529
529
|
},
|
|
530
|
-
"
|
|
530
|
+
"core/audits/accessibility/video-caption.js | title": {
|
|
531
531
|
"message": "`<video>` 요소에 `[kind=\"captions\"]` 지원 `<track>` 요소가 포함됨"
|
|
532
532
|
},
|
|
533
|
-
"
|
|
534
|
-
"message": "프로그레시브 웹 앱을 홈 화면에 추가했을 때 iOS에서 제대로 표시되려면 `apple-touch-icon`을(를) 정의해야 합니다. 투명하지 않은 192px 또는 180px 정사각형 PNG로 설정되어야 합니다. [자세히 알아보기](https://web.dev/apple-touch-icon/)"
|
|
535
|
-
},
|
|
536
|
-
"lighthouse-core/audits/apple-touch-icon.js | failureTitle": {
|
|
537
|
-
"message": "유효한 `apple-touch-icon`이(가) 제공되지 않음"
|
|
538
|
-
},
|
|
539
|
-
"lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": {
|
|
540
|
-
"message": "`apple-touch-icon-precomposed`이(가) 최신 버전이 아니므로 `apple-touch-icon`이(가) 적합합니다."
|
|
541
|
-
},
|
|
542
|
-
"lighthouse-core/audits/apple-touch-icon.js | title": {
|
|
543
|
-
"message": "유효한 `apple-touch-icon` 제공"
|
|
544
|
-
},
|
|
545
|
-
"lighthouse-core/audits/autocomplete.js | columnCurrent": {
|
|
533
|
+
"core/audits/autocomplete.js | columnCurrent": {
|
|
546
534
|
"message": "현재 값"
|
|
547
535
|
},
|
|
548
|
-
"
|
|
536
|
+
"core/audits/autocomplete.js | columnSuggestions": {
|
|
549
537
|
"message": "추천 토큰"
|
|
550
538
|
},
|
|
551
|
-
"
|
|
539
|
+
"core/audits/autocomplete.js | description": {
|
|
552
540
|
"message": "`autocomplete`를 사용하면 사용자가 양식을 빨리 제출할 수 있습니다. 사용자가 더 쉽게 입력할 수 있도록 `autocomplete` 속성에 유효한 값을 지정하여 기능을 사용 설정하세요. [자세히 알아보기](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
|
|
553
541
|
},
|
|
554
|
-
"
|
|
542
|
+
"core/audits/autocomplete.js | failureTitle": {
|
|
555
543
|
"message": "`<input>` 요소에 올바른 `autocomplete` 속성이 없음"
|
|
556
544
|
},
|
|
557
|
-
"
|
|
545
|
+
"core/audits/autocomplete.js | manualReview": {
|
|
558
546
|
"message": "직접 검토가 필요함"
|
|
559
547
|
},
|
|
560
|
-
"
|
|
548
|
+
"core/audits/autocomplete.js | reviewOrder": {
|
|
561
549
|
"message": "토큰 순서 검토"
|
|
562
550
|
},
|
|
563
|
-
"
|
|
551
|
+
"core/audits/autocomplete.js | title": {
|
|
564
552
|
"message": "`<input>` 구성요소가 `autocomplete`를 올바르게 사용함"
|
|
565
553
|
},
|
|
566
|
-
"
|
|
554
|
+
"core/audits/autocomplete.js | warningInvalid": {
|
|
567
555
|
"message": "`autocomplete` 토큰: {snippet}에서 '{token}' 이름이 유효하지 않습니다."
|
|
568
556
|
},
|
|
569
|
-
"
|
|
557
|
+
"core/audits/autocomplete.js | warningOrder": {
|
|
570
558
|
"message": "{snippet}에서 '{tokens}' 토큰의 순서를 검토하세요."
|
|
571
559
|
},
|
|
572
|
-
"
|
|
560
|
+
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
573
561
|
"message": "Chrome 확장 프로그램이 이 페이지의 로드 성능에 부정적인 영향을 미쳤습니다. 시크릿 모드나 확장 프로그램이 없는 Chrome 프로필에서 페이지를 검사해 보세요."
|
|
574
562
|
},
|
|
575
|
-
"
|
|
563
|
+
"core/audits/bootup-time.js | columnScriptEval": {
|
|
576
564
|
"message": "스크립트 평가"
|
|
577
565
|
},
|
|
578
|
-
"
|
|
566
|
+
"core/audits/bootup-time.js | columnScriptParse": {
|
|
579
567
|
"message": "스크립트 파싱"
|
|
580
568
|
},
|
|
581
|
-
"
|
|
569
|
+
"core/audits/bootup-time.js | columnTotal": {
|
|
582
570
|
"message": "총 CPU 시간"
|
|
583
571
|
},
|
|
584
|
-
"
|
|
572
|
+
"core/audits/bootup-time.js | description": {
|
|
585
573
|
"message": "JS 파싱, 컴파일, 실행에 소요되는 시간을 줄여 보세요. 용량이 적은 JS 페이로드를 제공하면 도움이 될 수 있습니다. [자세히 알아보기](https://web.dev/bootup-time/)"
|
|
586
574
|
},
|
|
587
|
-
"
|
|
575
|
+
"core/audits/bootup-time.js | failureTitle": {
|
|
588
576
|
"message": "자바스크립트 실행 시간 단축"
|
|
589
577
|
},
|
|
590
|
-
"
|
|
578
|
+
"core/audits/bootup-time.js | title": {
|
|
591
579
|
"message": "자바스크립트 실행 시간"
|
|
592
580
|
},
|
|
593
|
-
"
|
|
581
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
594
582
|
"message": "번들에서 큰 중복 자바스크립트 모듈을 삭제하여 네트워크 활동이 소비하는 불필요한 바이트 수를 줄입니다. "
|
|
595
583
|
},
|
|
596
|
-
"
|
|
584
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
597
585
|
"message": "자바스크립트 번들에서 중복 모듈 삭제"
|
|
598
586
|
},
|
|
599
|
-
"
|
|
587
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
600
588
|
"message": "대용량의 GIF는 애니메이션 콘텐츠를 전달하는 데 비효율적입니다. 애니메이션에는 MPEG4/WebM 동영상을, 정적인 이미지에는 GIF 대신 PNG/WebP를 사용하여 네트워크 바이트를 절약하세요. [자세히 알아보기](https://web.dev/efficient-animated-content/)"
|
|
601
589
|
},
|
|
602
|
-
"
|
|
590
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
603
591
|
"message": "애니메이션 콘텐츠에 동영상 형식 사용하기"
|
|
604
592
|
},
|
|
605
|
-
"
|
|
593
|
+
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
606
594
|
"message": "Polyfill 및 변환을 통해 레거시 브라우저에서 새로운 자바스크립트 기능을 사용할 수 있습니다. 하지만 최신 브라우저에서는 대부분 필요하지 않습니다. 번들로 포함된 자바스크립트의 경우, module/nomodule 기능 감지를 사용하는 최신 스크립트 배포 전략을 채택하여 최신 브라우저에 적용되는 코드를 줄이고 레거시 브라우저 지원을 유지할 수 있습니다. [자세히 알아보기](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
|
|
607
595
|
},
|
|
608
|
-
"
|
|
596
|
+
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
609
597
|
"message": "레거시 JavaScript를 최신 브라우저에 제공하지 않기"
|
|
610
598
|
},
|
|
611
|
-
"
|
|
599
|
+
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
612
600
|
"message": "WebP 및 AVIF와 같은 이미지 형식은 PNG나 JPEG보다 압축률이 높기 때문에 다운로드가 빠르고 데이터 소비량도 적습니다. [자세히 알아보기](https://web.dev/uses-webp-images/)"
|
|
613
601
|
},
|
|
614
|
-
"
|
|
602
|
+
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
615
603
|
"message": "차세대 형식을 사용해 이미지 제공하기"
|
|
616
604
|
},
|
|
617
|
-
"
|
|
605
|
+
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
618
606
|
"message": "중요한 리소스의 로드가 모두 완료된 후에는 오프스크린 및 숨겨진 이미지를 지연 로드함으로써 상호작용 시간을 줄이는 것이 좋습니다. [자세히 알아보기](https://web.dev/offscreen-images/)"
|
|
619
607
|
},
|
|
620
|
-
"
|
|
608
|
+
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
621
609
|
"message": "오프스크린 이미지 지연하기"
|
|
622
610
|
},
|
|
623
|
-
"
|
|
611
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
624
612
|
"message": "리소스가 페이지의 첫 페인트를 차단하고 있습니다. 중요한 JS/CSS를 인라인으로 전달하고 중요하지 않은 모든 JS/Style을 지연하는 것이 좋습니다. [자세히 알아보기](https://web.dev/render-blocking-resources/)"
|
|
625
613
|
},
|
|
626
|
-
"
|
|
614
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
627
615
|
"message": "렌더링 차단 리소스 제거하기"
|
|
628
616
|
},
|
|
629
|
-
"
|
|
617
|
+
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
630
618
|
"message": "네트워크 페이로드가 커지면 사용자에게 실제 비용 부담이 되며 로드 시간이 길어질 수 있습니다. [자세히 알아보기](https://web.dev/total-byte-weight/)"
|
|
631
619
|
},
|
|
632
|
-
"
|
|
620
|
+
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
633
621
|
"message": "총 크기: {totalBytes, number, bytes}KiB"
|
|
634
622
|
},
|
|
635
|
-
"
|
|
623
|
+
"core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
|
|
636
624
|
"message": "네트워크 페이로드가 커지지 않도록 관리하기"
|
|
637
625
|
},
|
|
638
|
-
"
|
|
626
|
+
"core/audits/byte-efficiency/total-byte-weight.js | title": {
|
|
639
627
|
"message": "대규모 네트워크 페이로드 방지하기"
|
|
640
628
|
},
|
|
641
|
-
"
|
|
629
|
+
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
642
630
|
"message": "CSS 파일을 축소하면 네트워크 페이로드 크기를 줄일 수 있습니다. [자세히 알아보기](https://web.dev/unminified-css/)"
|
|
643
631
|
},
|
|
644
|
-
"
|
|
632
|
+
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
645
633
|
"message": "CSS 축소하기"
|
|
646
634
|
},
|
|
647
|
-
"
|
|
635
|
+
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
648
636
|
"message": "자바스크립트 파일을 축소하면 페이로드 크기와 스크립트 파싱 시간을 줄일 수 있습니다. [자세히 알아보기](https://web.dev/unminified-javascript/)"
|
|
649
637
|
},
|
|
650
|
-
"
|
|
638
|
+
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
651
639
|
"message": "자바스크립트 줄이기"
|
|
652
640
|
},
|
|
653
|
-
"
|
|
641
|
+
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
654
642
|
"message": "스타일시트에서 사용하지 않는 규칙을 줄이고 스크롤 없이 볼 수 있는 부분에 사용되지 않는 CSS의 로딩을 지연시켜 네트워크 활동에 소비되는 바이트를 줄이세요. [자세히 알아보기](https://web.dev/unused-css-rules/)"
|
|
655
643
|
},
|
|
656
|
-
"
|
|
644
|
+
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
657
645
|
"message": "사용하지 않는 CSS 줄이기"
|
|
658
646
|
},
|
|
659
|
-
"
|
|
647
|
+
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
660
648
|
"message": "사용하지 않는 자바스크립트를 줄이고 스크립트가 필요할 때까지 로딩을 지연시켜 네트워크 활동에 소비되는 바이트를 줄이세요. [자세히 알아보기](https://web.dev/unused-javascript/)"
|
|
661
649
|
},
|
|
662
|
-
"
|
|
650
|
+
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
663
651
|
"message": "사용하지 않는 자바스크립트 줄이기"
|
|
664
652
|
},
|
|
665
|
-
"
|
|
653
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
666
654
|
"message": "캐시 수명이 길면 페이지를 반복해서 방문하는 속도가 빨라질 수 있습니다. [자세히 알아보기](https://web.dev/uses-long-cache-ttl/)"
|
|
667
655
|
},
|
|
668
|
-
"
|
|
656
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
669
657
|
"message": "{itemCount,plural, =1{리소스 1개 발견됨}other{리소스 #개 발견됨}}"
|
|
670
658
|
},
|
|
671
|
-
"
|
|
659
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
672
660
|
"message": "효율적인 캐시 정책을 사용하여 정적인 애셋 제공하기"
|
|
673
661
|
},
|
|
674
|
-
"
|
|
662
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
675
663
|
"message": "정적인 애셋에 효율적인 캐시 정책 사용하기"
|
|
676
664
|
},
|
|
677
|
-
"
|
|
665
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
678
666
|
"message": "최적화된 이미지는 빠르게 로드되며 모바일 데이터를 적게 소비합니다. [자세히 알아보기](https://web.dev/uses-optimized-images/)"
|
|
679
667
|
},
|
|
680
|
-
"
|
|
668
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
681
669
|
"message": "효율적으로 이미지 인코딩하기"
|
|
682
670
|
},
|
|
683
|
-
"
|
|
671
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
684
672
|
"message": "실제 크기"
|
|
685
673
|
},
|
|
686
|
-
"
|
|
674
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
687
675
|
"message": "표시된 크기"
|
|
688
676
|
},
|
|
689
|
-
"
|
|
677
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
690
678
|
"message": "이미지가 표시된 크기보다 큽니다"
|
|
691
679
|
},
|
|
692
|
-
"
|
|
680
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
693
681
|
"message": "이미지가 표시된 크기에 적합합니다"
|
|
694
682
|
},
|
|
695
|
-
"
|
|
683
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
696
684
|
"message": "적절한 크기의 이미지를 게재하여 모바일 데이터를 절약하고 로드 시간을 단축하세요. [자세히 알아보기](https://web.dev/uses-responsive-images/)"
|
|
697
685
|
},
|
|
698
|
-
"
|
|
686
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
699
687
|
"message": "이미지 크기 적절하게 설정하기"
|
|
700
688
|
},
|
|
701
|
-
"
|
|
689
|
+
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
702
690
|
"message": "총 네트워크 바이트를 최소화하려면 텍스트 기반 리소스를 압축(gzip, deflate, brotli)하여 제공해야 합니다. [자세히 알아보기](https://web.dev/uses-text-compression/)"
|
|
703
691
|
},
|
|
704
|
-
"
|
|
692
|
+
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
705
693
|
"message": "텍스트 압축 사용"
|
|
706
694
|
},
|
|
707
|
-
"
|
|
695
|
+
"core/audits/content-width.js | description": {
|
|
708
696
|
"message": "앱 콘텐츠의 너비가 표시 영역의 너비와 일치하지 않을 경우 앱이 휴대기기 화면에 최적화되지 않을 수 있습니다. [자세히 알아보기](https://web.dev/content-width/)"
|
|
709
697
|
},
|
|
710
|
-
"
|
|
698
|
+
"core/audits/content-width.js | explanation": {
|
|
711
699
|
"message": "{innerWidth}px의 표시 영역 크기는 {outerWidth}px인 창 크기와 일치하지 않습니다."
|
|
712
700
|
},
|
|
713
|
-
"
|
|
701
|
+
"core/audits/content-width.js | failureTitle": {
|
|
714
702
|
"message": "콘텐츠의 크기가 표시 영역에 알맞지 않음"
|
|
715
703
|
},
|
|
716
|
-
"
|
|
704
|
+
"core/audits/content-width.js | title": {
|
|
717
705
|
"message": "콘텐츠의 크기가 표시 영역에 알맞음"
|
|
718
706
|
},
|
|
719
|
-
"
|
|
707
|
+
"core/audits/critical-request-chains.js | description": {
|
|
720
708
|
"message": "다음의 크리티컬 요청 체인은 로드 시 우선순위가 높은 리소스를 보여줍니다. 체인의 길이를 줄이고, 리소스의 다운로드 크기를 줄이거나 불필요한 리소스의 다운로드를 지연하여 페이지 로드 속도를 높이는 것이 좋습니다. [자세히 알아보기](https://web.dev/critical-request-chains/)"
|
|
721
709
|
},
|
|
722
|
-
"
|
|
710
|
+
"core/audits/critical-request-chains.js | displayValue": {
|
|
723
711
|
"message": "{itemCount,plural, =1{1개 체인 발견됨}other{#개 체인 발견됨}}"
|
|
724
712
|
},
|
|
725
|
-
"
|
|
713
|
+
"core/audits/critical-request-chains.js | title": {
|
|
726
714
|
"message": "중요 요청 체이닝 차단"
|
|
727
715
|
},
|
|
728
|
-
"
|
|
716
|
+
"core/audits/csp-xss.js | columnDirective": {
|
|
729
717
|
"message": "명령어"
|
|
730
718
|
},
|
|
731
|
-
"
|
|
719
|
+
"core/audits/csp-xss.js | columnSeverity": {
|
|
732
720
|
"message": "심각도"
|
|
733
721
|
},
|
|
734
|
-
"
|
|
722
|
+
"core/audits/csp-xss.js | description": {
|
|
735
723
|
"message": "강력한 콘텐츠 보안 정책(CSP)을 사용하면 교차 사이트 스크립팅(XSS) 공격을 받을 위험이 크게 줄어듭니다. [자세히 알아보기](https://web.dev/csp-xss/)"
|
|
736
724
|
},
|
|
737
|
-
"
|
|
725
|
+
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
738
726
|
"message": "구문"
|
|
739
727
|
},
|
|
740
|
-
"
|
|
728
|
+
"core/audits/csp-xss.js | metaTagMessage": {
|
|
741
729
|
"message": "페이지에 <meta> 태그에서 정의된 CSP가 포함되어 있습니다. 가능하면 HTTP 헤더에서 CSP를 정의하는 것이 좋습니다."
|
|
742
730
|
},
|
|
743
|
-
"
|
|
731
|
+
"core/audits/csp-xss.js | noCsp": {
|
|
744
732
|
"message": "시행 모드에 CSP가 없습니다."
|
|
745
733
|
},
|
|
746
|
-
"
|
|
734
|
+
"core/audits/csp-xss.js | title": {
|
|
747
735
|
"message": "CSP가 XSS 공격에 효과적인지 확인"
|
|
748
736
|
},
|
|
749
|
-
"
|
|
737
|
+
"core/audits/deprecations.js | columnDeprecate": {
|
|
750
738
|
"message": "지원 중단/경고"
|
|
751
739
|
},
|
|
752
|
-
"
|
|
740
|
+
"core/audits/deprecations.js | columnLine": {
|
|
753
741
|
"message": "행"
|
|
754
742
|
},
|
|
755
|
-
"
|
|
743
|
+
"core/audits/deprecations.js | description": {
|
|
756
744
|
"message": "이후에 지원 중단된 API는 브라우저에서 삭제됩니다. [자세히 알아보기](https://web.dev/deprecations/)"
|
|
757
745
|
},
|
|
758
|
-
"
|
|
746
|
+
"core/audits/deprecations.js | displayValue": {
|
|
759
747
|
"message": "{itemCount,plural, =1{경고 1개가 발견됨}other{경고 #개가 발견됨}}"
|
|
760
748
|
},
|
|
761
|
-
"
|
|
749
|
+
"core/audits/deprecations.js | failureTitle": {
|
|
762
750
|
"message": "지원 중단된 API 사용"
|
|
763
751
|
},
|
|
764
|
-
"
|
|
752
|
+
"core/audits/deprecations.js | title": {
|
|
765
753
|
"message": "지원 중단 API 사용하지 않기"
|
|
766
754
|
},
|
|
767
|
-
"
|
|
755
|
+
"core/audits/dobetterweb/charset.js | description": {
|
|
768
756
|
"message": "문자 인코딩 선언이 필요합니다. HTML의 첫 1,024바이트 또는 Content-Type HTTP 응답 헤더에서 `<meta>` 태그를 사용하여 선언할 수 있습니다. [자세히 알아보기](https://web.dev/charset/)"
|
|
769
757
|
},
|
|
770
|
-
"
|
|
758
|
+
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
771
759
|
"message": "문자 집합 선언이 없거나 HTML에서 너무 뒤에 있음"
|
|
772
760
|
},
|
|
773
|
-
"
|
|
761
|
+
"core/audits/dobetterweb/charset.js | title": {
|
|
774
762
|
"message": "문자 집합을 제대로 정의함"
|
|
775
763
|
},
|
|
776
|
-
"
|
|
764
|
+
"core/audits/dobetterweb/doctype.js | description": {
|
|
777
765
|
"message": "Doctype을 지정하면 브라우저가 쿼크 모드로 전환할 수 없습니다. [자세히 알아보기](https://web.dev/doctype/)"
|
|
778
766
|
},
|
|
779
|
-
"
|
|
767
|
+
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
780
768
|
"message": "Doctype 이름은 소문자 문자열 `html`이어야 합니다."
|
|
781
769
|
},
|
|
782
|
-
"
|
|
770
|
+
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
783
771
|
"message": "문서에는 Doctype이 포함되어 있어야 합니다."
|
|
784
772
|
},
|
|
785
|
-
"
|
|
773
|
+
"core/audits/dobetterweb/doctype.js | explanationPublicId": {
|
|
786
774
|
"message": "publicId가 빈 문자열일 것으로 예상됨"
|
|
787
775
|
},
|
|
788
|
-
"
|
|
776
|
+
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
789
777
|
"message": "systemId가 빈 문자열일 것으로 예상됨"
|
|
790
778
|
},
|
|
791
|
-
"
|
|
779
|
+
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
792
780
|
"message": "페이지에 HTML Doctype이 없으므로 쿼크 모드가 트리거됨"
|
|
793
781
|
},
|
|
794
|
-
"
|
|
782
|
+
"core/audits/dobetterweb/doctype.js | title": {
|
|
795
783
|
"message": "페이지에 HTML Doctype 있음"
|
|
796
784
|
},
|
|
797
|
-
"
|
|
785
|
+
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
798
786
|
"message": "통계"
|
|
799
787
|
},
|
|
800
|
-
"
|
|
788
|
+
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
801
789
|
"message": "값"
|
|
802
790
|
},
|
|
803
|
-
"
|
|
791
|
+
"core/audits/dobetterweb/dom-size.js | description": {
|
|
804
792
|
"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)가 발생할 수 있습니다. [자세히 알아보기](https://web.dev/dom-size/)"
|
|
805
793
|
},
|
|
806
|
-
"
|
|
794
|
+
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
807
795
|
"message": "{itemCount,plural, =1{요소 1개}other{요소 #개}}"
|
|
808
796
|
},
|
|
809
|
-
"
|
|
797
|
+
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
810
798
|
"message": "과도한 DOM 크기 지양하기"
|
|
811
799
|
},
|
|
812
|
-
"
|
|
800
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
813
801
|
"message": "최대 DOM 깊이"
|
|
814
802
|
},
|
|
815
|
-
"
|
|
803
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
816
804
|
"message": "총 DOM 요소 개수"
|
|
817
805
|
},
|
|
818
|
-
"
|
|
806
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
819
807
|
"message": "최대 하위 요소"
|
|
820
808
|
},
|
|
821
|
-
"
|
|
809
|
+
"core/audits/dobetterweb/dom-size.js | title": {
|
|
822
810
|
"message": "과도한 DOM 크기 지양하기"
|
|
823
811
|
},
|
|
824
|
-
"
|
|
812
|
+
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
825
813
|
"message": "사용자가 컨텍스트 없이 위치 정보를 요청한 사이트를 신뢰할 수 없거나 이로 인해 혼란스러운 상태입니다. 대신 사용자 작업 요청 입력을 고려해 보세요. [자세히 알아보기](https://web.dev/geolocation-on-start/)"
|
|
826
814
|
},
|
|
827
|
-
"
|
|
815
|
+
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
828
816
|
"message": "페이지 로드 시 위치정보 권한 요청"
|
|
829
817
|
},
|
|
830
|
-
"
|
|
818
|
+
"core/audits/dobetterweb/geolocation-on-start.js | title": {
|
|
831
819
|
"message": "페이지 로드 시 위치정보 권한 요청 방지하기"
|
|
832
820
|
},
|
|
833
|
-
"
|
|
821
|
+
"core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
|
|
834
822
|
"message": "문제 유형"
|
|
835
823
|
},
|
|
836
|
-
"
|
|
824
|
+
"core/audits/dobetterweb/inspector-issues.js | description": {
|
|
837
825
|
"message": "Chrome Devtools의 `Issues` 패널에 로그된 문제는 아직 해결되지 않은 문제들입니다. 이러한 문제는 네트워크 요청 실패, 충분하지 않은 보안 제어를 비롯한 기타 브라우저 문제로 인해 발생할 수 있습니다. 각 문제에 관한 자세한 내용은 Chrome DevTools의 문제 패널에서 확인하세요."
|
|
838
826
|
},
|
|
839
|
-
"
|
|
827
|
+
"core/audits/dobetterweb/inspector-issues.js | failureTitle": {
|
|
840
828
|
"message": "문제가 Chrome Devtools의 `Issues` 패널에 로그됨"
|
|
841
829
|
},
|
|
842
|
-
"
|
|
830
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
|
|
843
831
|
"message": "교차 도메인 정책에 의해 차단됨"
|
|
844
832
|
},
|
|
845
|
-
"
|
|
833
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
|
|
846
834
|
"message": "광고에서 과도한 리소스 사용"
|
|
847
835
|
},
|
|
848
|
-
"
|
|
836
|
+
"core/audits/dobetterweb/inspector-issues.js | title": {
|
|
849
837
|
"message": "Chrome Devtools의 `Issues` 패널에 문제 없음"
|
|
850
838
|
},
|
|
851
|
-
"
|
|
839
|
+
"core/audits/dobetterweb/js-libraries.js | columnVersion": {
|
|
852
840
|
"message": "버전"
|
|
853
841
|
},
|
|
854
|
-
"
|
|
842
|
+
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
855
843
|
"message": "페이지에서 감지된 모든 프런트 엔드 JavaScript 라이브러리입니다. [자세히 알아보기](https://web.dev/js-libraries/)"
|
|
856
844
|
},
|
|
857
|
-
"
|
|
845
|
+
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
858
846
|
"message": "감지된 JavaScript 라이브러리"
|
|
859
847
|
},
|
|
860
|
-
"
|
|
848
|
+
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
861
849
|
"message": "연결이 느린 사용자의 경우 `document.write()`에서 동적으로 삽입된 외부 스크립트로 인해 페이지 로드가 몇십 초까지 지연될 수 있습니다. [자세히 알아보기](https://web.dev/no-document-write/)"
|
|
862
850
|
},
|
|
863
|
-
"
|
|
851
|
+
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
864
852
|
"message": "`document.write()` 피하기"
|
|
865
853
|
},
|
|
866
|
-
"
|
|
854
|
+
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
867
855
|
"message": "`document.write()` 지양하기"
|
|
868
856
|
},
|
|
869
|
-
"
|
|
857
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
870
858
|
"message": "높은 심각도순"
|
|
871
859
|
},
|
|
872
|
-
"
|
|
860
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
873
861
|
"message": "라이브러리 버전"
|
|
874
862
|
},
|
|
875
|
-
"
|
|
863
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
876
864
|
"message": "취약점 수"
|
|
877
865
|
},
|
|
878
|
-
"
|
|
866
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
879
867
|
"message": "일부 타사 스크립트에는 공격자가 쉽게 식별하고 공격할 수 있는 알려진 보안 취약점이 포함되어 있을 수 있습니다. [자세히 알아보기](https://web.dev/no-vulnerable-libraries/)"
|
|
880
868
|
},
|
|
881
|
-
"
|
|
869
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
882
870
|
"message": "{itemCount,plural, =1{취약점 1개가 감지됨}other{취약점 #개가 감지됨}}"
|
|
883
871
|
},
|
|
884
|
-
"
|
|
872
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
885
873
|
"message": "알려진 보안 취약점이 있는 프런트 엔드 JavaScript 라이브러리가 포함됨"
|
|
886
874
|
},
|
|
887
|
-
"
|
|
875
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
888
876
|
"message": "알려진 보안 취약점이 있는 프런트 엔드 JavaScript 라이브러리를 사용하지 않음"
|
|
889
877
|
},
|
|
890
|
-
"
|
|
878
|
+
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
891
879
|
"message": "사용자가 컨텍스트 없이 알림 전송을 요청한 사이트를 신뢰할 수 없거나 이로 인해 혼란스러운 상태입니다. 대신 사용자 동작에 대한 요청 입력을 고려해 보세요. [자세히 알아보기](https://web.dev/notification-on-start/)"
|
|
892
880
|
},
|
|
893
|
-
"
|
|
881
|
+
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
894
882
|
"message": "페이지 로드 시 알림 권한 요청"
|
|
895
883
|
},
|
|
896
|
-
"
|
|
884
|
+
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
897
885
|
"message": "페이지 로드 시 알림 권한 요청 방지하기"
|
|
898
886
|
},
|
|
899
|
-
"
|
|
887
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
900
888
|
"message": "비밀번호 붙여넣기 방지로 인해 타당한 보안 정책이 저해됩니다. [자세히 알아보기](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
901
889
|
},
|
|
902
|
-
"
|
|
890
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
903
891
|
"message": "사용자가 비밀번호 입력란에 내용을 붙여넣지 못하도록 차단"
|
|
904
892
|
},
|
|
905
|
-
"
|
|
893
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
906
894
|
"message": "사용자가 비밀번호 입력란에 붙여넣을 수 있도록 허용"
|
|
907
895
|
},
|
|
908
|
-
"
|
|
896
|
+
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
909
897
|
"message": "프로토콜"
|
|
910
898
|
},
|
|
911
|
-
"
|
|
899
|
+
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
912
900
|
"message": "HTTP/2는 HTTP/1.1에 비해 바이너리 헤더, 멀티플렉싱 등의 다양한 이점을 제공합니다. [자세히 알아보기](https://web.dev/uses-http2/)"
|
|
913
901
|
},
|
|
914
|
-
"
|
|
902
|
+
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
915
903
|
"message": "{itemCount,plural, =1{HTTP/2를 통해 게재되지 않는 요청 1건}other{HTTP/2를 통해 게재되지 않는 요청 #건}}"
|
|
916
904
|
},
|
|
917
|
-
"
|
|
905
|
+
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
918
906
|
"message": "HTTP/2를 사용하세요"
|
|
919
907
|
},
|
|
920
|
-
"
|
|
908
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
921
909
|
"message": "터치 및 휠 이벤트 리스너를 `passive`(으)로 표시하면 페이지 스크롤 성능을 개선할 수 있습니다. [자세히 알아보기](https://web.dev/uses-passive-event-listeners/)"
|
|
922
910
|
},
|
|
923
|
-
"
|
|
911
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
924
912
|
"message": "스크롤 성능 개선에 패시브 리스너를 사용하지 않음"
|
|
925
913
|
},
|
|
926
|
-
"
|
|
914
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
927
915
|
"message": "스크롤 성능 개선에 패시브 리스너 사용"
|
|
928
916
|
},
|
|
929
|
-
"
|
|
917
|
+
"core/audits/errors-in-console.js | description": {
|
|
930
918
|
"message": "콘솔에 로그된 오류는 해결되지 않은 문제를 의미합니다. 네트워크 요청 실패를 비롯한 기타 브라우저 문제로 인해 발생할 수 있습니다. [자세히 알아보기](https://web.dev/errors-in-console/)"
|
|
931
919
|
},
|
|
932
|
-
"
|
|
920
|
+
"core/audits/errors-in-console.js | failureTitle": {
|
|
933
921
|
"message": "브라우저 오류가 콘솔에 로그됨"
|
|
934
922
|
},
|
|
935
|
-
"
|
|
923
|
+
"core/audits/errors-in-console.js | title": {
|
|
936
924
|
"message": "콘솔에 로그된 브라우저 오류 없음"
|
|
937
925
|
},
|
|
938
|
-
"
|
|
926
|
+
"core/audits/font-display.js | description": {
|
|
939
927
|
"message": "웹폰트가 로드되는 동안 사용자에게 텍스트가 표시되도록 글꼴 표시 CSS 기능을 사용합니다. [자세히 알아보기](https://web.dev/font-display/)"
|
|
940
928
|
},
|
|
941
|
-
"
|
|
929
|
+
"core/audits/font-display.js | failureTitle": {
|
|
942
930
|
"message": "웹폰트가 로드되는 동안 텍스트가 계속 표시되는지 확인하기"
|
|
943
931
|
},
|
|
944
|
-
"
|
|
932
|
+
"core/audits/font-display.js | title": {
|
|
945
933
|
"message": "웹폰트가 로드되는 동안 모든 텍스트가 계속 표시됩니다"
|
|
946
934
|
},
|
|
947
|
-
"
|
|
935
|
+
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
948
936
|
"message": "{fontCountForOrigin,plural, =1{Lighthouse에서 원본 {fontOrigin}의 `font-display` 값을 자동으로 확인할 수 없습니다.}other{Lighthouse에서 원본 {fontOrigin}의 `font-display` 값을 자동으로 확인할 수 없습니다.}}"
|
|
949
937
|
},
|
|
950
|
-
"
|
|
938
|
+
"core/audits/image-aspect-ratio.js | columnActual": {
|
|
951
939
|
"message": "가로세로 비율(실제)"
|
|
952
940
|
},
|
|
953
|
-
"
|
|
941
|
+
"core/audits/image-aspect-ratio.js | columnDisplayed": {
|
|
954
942
|
"message": "가로세로 비율(표시됨)"
|
|
955
943
|
},
|
|
956
|
-
"
|
|
944
|
+
"core/audits/image-aspect-ratio.js | description": {
|
|
957
945
|
"message": "이미지 표시 측정기준은 원래 가로세로 비율과 일치해야 합니다. [자세히 알아보기](https://web.dev/image-aspect-ratio/)"
|
|
958
946
|
},
|
|
959
|
-
"
|
|
947
|
+
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
960
948
|
"message": "이미지를 올바르지 않은 가로세로 비율로 표시"
|
|
961
949
|
},
|
|
962
|
-
"
|
|
950
|
+
"core/audits/image-aspect-ratio.js | title": {
|
|
963
951
|
"message": "이미지를 올바른 가로세로 비율로 표시"
|
|
964
952
|
},
|
|
965
|
-
"
|
|
953
|
+
"core/audits/image-size-responsive.js | columnActual": {
|
|
966
954
|
"message": "실제 크기"
|
|
967
955
|
},
|
|
968
|
-
"
|
|
956
|
+
"core/audits/image-size-responsive.js | columnDisplayed": {
|
|
969
957
|
"message": "표시된 크기"
|
|
970
958
|
},
|
|
971
|
-
"
|
|
959
|
+
"core/audits/image-size-responsive.js | columnExpected": {
|
|
972
960
|
"message": "예상 크기"
|
|
973
961
|
},
|
|
974
|
-
"
|
|
962
|
+
"core/audits/image-size-responsive.js | description": {
|
|
975
963
|
"message": "이미지의 본래 크기가 표시 크기와 픽셀 비율에 비례해야 이미지가 가장 선명하게 보입니다. [자세히 알아보기](https://web.dev/serve-responsive-images/)"
|
|
976
964
|
},
|
|
977
|
-
"
|
|
965
|
+
"core/audits/image-size-responsive.js | failureTitle": {
|
|
978
966
|
"message": "이미지가 낮은 해상도로 제공됨"
|
|
979
967
|
},
|
|
980
|
-
"
|
|
968
|
+
"core/audits/image-size-responsive.js | title": {
|
|
981
969
|
"message": "이미지가 적절한 해상도로 제공됨"
|
|
982
970
|
},
|
|
983
|
-
"
|
|
971
|
+
"core/audits/installable-manifest.js | already-installed": {
|
|
984
972
|
"message": "앱이 이미 설치되어 있습니다."
|
|
985
973
|
},
|
|
986
|
-
"
|
|
974
|
+
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
987
975
|
"message": "매니페스트에서 필요한 아이콘을 다운로드할 수 없음"
|
|
988
976
|
},
|
|
989
|
-
"
|
|
977
|
+
"core/audits/installable-manifest.js | columnValue": {
|
|
990
978
|
"message": "실패 이유"
|
|
991
979
|
},
|
|
992
|
-
"
|
|
980
|
+
"core/audits/installable-manifest.js | description": {
|
|
993
981
|
"message": "서비스 워커는 앱에서 오프라인, 홈 화면에 추가, 푸시 알림 등 다양한 프로그레시브 웹 앱 기능을 사용할 수 있도록 설정하는 기술입니다. 적절한 서비스 워커와 매니페스트를 구현할 경우 브라우저는 사용자에게 홈 화면에 앱을 추가하라는 메시지를 사전에 표시할 수 있으며 이렇게 하면 참여도가 높아질 수 있습니다. [자세히 알아보기](https://web.dev/installable-manifest/)"
|
|
994
982
|
},
|
|
995
|
-
"
|
|
983
|
+
"core/audits/installable-manifest.js | displayValue": {
|
|
996
984
|
"message": "{itemCount,plural, =1{이유: 1개}other{이유: #개}}"
|
|
997
985
|
},
|
|
998
|
-
"
|
|
986
|
+
"core/audits/installable-manifest.js | failureTitle": {
|
|
999
987
|
"message": "웹 앱 매니페스트 또는 서비스 워커가 설치 가능 요건을 충족하지 않음"
|
|
1000
988
|
},
|
|
1001
|
-
"
|
|
989
|
+
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1002
990
|
"message": "Play 스토어 앱 URL 및 Play 스토어 ID가 일치하지 않습니다."
|
|
1003
991
|
},
|
|
1004
|
-
"
|
|
992
|
+
"core/audits/installable-manifest.js | in-incognito": {
|
|
1005
993
|
"message": "페이지가 시크릿 창에 로드되었습니다."
|
|
1006
994
|
},
|
|
1007
|
-
"
|
|
995
|
+
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1008
996
|
"message": "매니페스트 'display' 속성은 'standalone', 'fullscreen', 'minimal-ui' 중 하나여야 합니다."
|
|
1009
997
|
},
|
|
1010
|
-
"
|
|
998
|
+
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1011
999
|
"message": "매니페스트에 'display_override' 입력란이 포함되어 있으며 첫 번째 지원되는 디스플레이 모드는 'standalone', 'fullscreen', 'minimal-ui' 중 하나여야 합니다."
|
|
1012
1000
|
},
|
|
1013
|
-
"
|
|
1001
|
+
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1014
1002
|
"message": "매니페스트를 가져올 수 없거나 비어있거나 파싱할 수 없습니다."
|
|
1015
1003
|
},
|
|
1016
|
-
"
|
|
1004
|
+
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1017
1005
|
"message": "매니페스트를 가져오는 중에 매니페스트 URL이 변경되었습니다."
|
|
1018
1006
|
},
|
|
1019
|
-
"
|
|
1007
|
+
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1020
1008
|
"message": "매니페스트에 'name' 또는 'short_name' 필드가 포함되어 있지 않습니다."
|
|
1021
1009
|
},
|
|
1022
|
-
"
|
|
1010
|
+
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1023
1011
|
"message": "매니페스트에 적절한 아이콘이 포함되어 있지 않습니다. 아이콘은 최소 {value0}px 크기의 PNG, SVG 또는 WebP 형식으로 sizes 속성이 설정되어야 하며 purpose 속성이 설정된 경우 'any'를 포함해야 합니다."
|
|
1024
1012
|
},
|
|
1025
|
-
"
|
|
1013
|
+
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1026
1014
|
"message": "제공된 아이콘 중 최소 {value0}px인 PNG, SVG, WebP 형식의 정사각형이며, purpose 속성이 설정되어 있지 않거나 'any'로 설정되어 있는 아이콘이 없습니다."
|
|
1027
1015
|
},
|
|
1028
|
-
"
|
|
1016
|
+
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1029
1017
|
"message": "다운로드된 아이콘이 비어 있거나 손상됨"
|
|
1030
1018
|
},
|
|
1031
|
-
"
|
|
1019
|
+
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1032
1020
|
"message": "제공된 Play 스토어 ID 없음"
|
|
1033
1021
|
},
|
|
1034
|
-
"
|
|
1022
|
+
"core/audits/installable-manifest.js | no-manifest": {
|
|
1035
1023
|
"message": "페이지에 매니페스트 <link> URL이 없습니다."
|
|
1036
1024
|
},
|
|
1037
|
-
"
|
|
1025
|
+
"core/audits/installable-manifest.js | no-matching-service-worker": {
|
|
1038
1026
|
"message": "일치하는 서비스 워커가 감지되지 않았습니다. 페이지를 새로고침하거나 현재 페이지에 관한 서비스 워커의 범위가 범위와 매니페스트의 시작 URL을 포괄하는지 확인하세요."
|
|
1039
1027
|
},
|
|
1040
|
-
"
|
|
1028
|
+
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1041
1029
|
"message": "매니페스트에 'start_url' 필드가 없는 서비스 워크를 확인할 수 없습니다."
|
|
1042
1030
|
},
|
|
1043
|
-
"
|
|
1031
|
+
"core/audits/installable-manifest.js | noErrorId": {
|
|
1044
1032
|
"message": "설치 가능 오류 ID ‘{errorId}’을(를) 인식할 수 없습니다."
|
|
1045
1033
|
},
|
|
1046
|
-
"
|
|
1034
|
+
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1047
1035
|
"message": "페이지가 보안이 설정된 출처에서 제공되지 않았습니다."
|
|
1048
1036
|
},
|
|
1049
|
-
"
|
|
1037
|
+
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1050
1038
|
"message": "메인 프레임에 페이지가 로드되지 않았습니다."
|
|
1051
1039
|
},
|
|
1052
|
-
"
|
|
1040
|
+
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1053
1041
|
"message": "페이지가 오프라인에서 작동하지 않습니다."
|
|
1054
1042
|
},
|
|
1055
|
-
"
|
|
1043
|
+
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1056
1044
|
"message": "PWA가 제거되었으며 설치 가능 여부 확인이 재설정되었습니다."
|
|
1057
1045
|
},
|
|
1058
|
-
"
|
|
1046
|
+
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1059
1047
|
"message": "지정된 애플리케이션 플랫폼이 Android에서 지원되지 않습니다."
|
|
1060
1048
|
},
|
|
1061
|
-
"
|
|
1049
|
+
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1062
1050
|
"message": "매니페스트에서 다음과 같이 지정합니다. prefer_related_applications: true"
|
|
1063
1051
|
},
|
|
1064
|
-
"
|
|
1052
|
+
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1065
1053
|
"message": "prefer_related_applications는 Android의 Chrome 베타 및 공개 버전 채널에서만 지원됩니다."
|
|
1066
1054
|
},
|
|
1067
|
-
"
|
|
1055
|
+
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1068
1056
|
"message": "Lighthouse에서 서비스 워커의 유무를 판단할 수 없습니다. 최신 버전의 Chrome을 사용해 시도해 보세요."
|
|
1069
1057
|
},
|
|
1070
|
-
"
|
|
1058
|
+
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1071
1059
|
"message": "잘못된 매니페스트 시작 URL입니다."
|
|
1072
1060
|
},
|
|
1073
|
-
"
|
|
1061
|
+
"core/audits/installable-manifest.js | title": {
|
|
1074
1062
|
"message": "웹 앱 매니페스트 및 서비스 워커가 설치 가능 요건을 충족함"
|
|
1075
1063
|
},
|
|
1076
|
-
"
|
|
1064
|
+
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1077
1065
|
"message": "매니페스트의 URL에 사용자 이름, 비밀번호 또는 포트가 포함되어 있습니다."
|
|
1078
1066
|
},
|
|
1079
|
-
"
|
|
1067
|
+
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1080
1068
|
"message": "페이지가 오프라인에서 작동하지 않습니다. Chrome 93 안정화 버전이 2021년 8월 출시된 이후에는 이 페이지가 설치 가능한 것으로 간주되지 않을 것입니다."
|
|
1081
1069
|
},
|
|
1082
|
-
"
|
|
1070
|
+
"core/audits/is-on-https.js | allowed": {
|
|
1083
1071
|
"message": "허용됨"
|
|
1084
1072
|
},
|
|
1085
|
-
"
|
|
1073
|
+
"core/audits/is-on-https.js | blocked": {
|
|
1086
1074
|
"message": "차단됨"
|
|
1087
1075
|
},
|
|
1088
|
-
"
|
|
1076
|
+
"core/audits/is-on-https.js | columnInsecureURL": {
|
|
1089
1077
|
"message": "안전하지 않은 URL"
|
|
1090
1078
|
},
|
|
1091
|
-
"
|
|
1079
|
+
"core/audits/is-on-https.js | columnResolution": {
|
|
1092
1080
|
"message": "해결 요청"
|
|
1093
1081
|
},
|
|
1094
|
-
"
|
|
1082
|
+
"core/audits/is-on-https.js | description": {
|
|
1095
1083
|
"message": "민감한 정보를 다루지 않는 사이트를 비롯해 모든 사이트는 HTTPS로 보호해야 합니다. 또한 [혼합 콘텐츠](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content)도 피해야 합니다. 혼합 콘텐츠에서는 초기 요청은 HTTPS로 전송되지만 일부 리소스가 HTTP를 통해 로드됩니다. HTTPS는 침입자가 앱과 사용자 사이의 통신을 조작하거나 통신에 대해 패시브 리스너를 사용하지 못하도록 방지하며 HTTP/2와 여러 신규 웹 플랫폼 API의 필수 요건이기도 합니다. [자세히 알아보기](https://web.dev/is-on-https/)"
|
|
1096
1084
|
},
|
|
1097
|
-
"
|
|
1085
|
+
"core/audits/is-on-https.js | displayValue": {
|
|
1098
1086
|
"message": "{itemCount,plural, =1{안전하지 않은 요청 1건 검색됨}other{안전하지 않은 요청 #건 검색됨}}"
|
|
1099
1087
|
},
|
|
1100
|
-
"
|
|
1088
|
+
"core/audits/is-on-https.js | failureTitle": {
|
|
1101
1089
|
"message": "HTTPS 사용하지 않음"
|
|
1102
1090
|
},
|
|
1103
|
-
"
|
|
1091
|
+
"core/audits/is-on-https.js | title": {
|
|
1104
1092
|
"message": "HTTPS 사용"
|
|
1105
1093
|
},
|
|
1106
|
-
"
|
|
1094
|
+
"core/audits/is-on-https.js | upgraded": {
|
|
1107
1095
|
"message": "HTTPS로 자동 업그레이드됨"
|
|
1108
1096
|
},
|
|
1109
|
-
"
|
|
1097
|
+
"core/audits/is-on-https.js | warning": {
|
|
1110
1098
|
"message": "허용됨(경고 포함)"
|
|
1111
1099
|
},
|
|
1112
|
-
"
|
|
1100
|
+
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1113
1101
|
"message": "표시 영역에 페인팅된 가장 큰 콘텐츠가 포함된 요소입니다. [자세히 알아보기](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1114
1102
|
},
|
|
1115
|
-
"
|
|
1103
|
+
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
1104
|
"message": "콘텐츠가 포함된 최대 페인트 요소"
|
|
1117
1105
|
},
|
|
1118
|
-
"
|
|
1106
|
+
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1119
1107
|
"message": "CLS에 기여한 양"
|
|
1120
1108
|
},
|
|
1121
|
-
"
|
|
1109
|
+
"core/audits/layout-shift-elements.js | description": {
|
|
1122
1110
|
"message": "DOM 요소가 페이지 CLS의 대부분을 차지합니다."
|
|
1123
1111
|
},
|
|
1124
|
-
"
|
|
1112
|
+
"core/audits/layout-shift-elements.js | title": {
|
|
1125
1113
|
"message": "대규모 레이아웃 변경 피하기"
|
|
1126
1114
|
},
|
|
1127
|
-
"
|
|
1115
|
+
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1128
1116
|
"message": "스크롤 없이 볼 수 있는 이미지가 지연 로드되면 페이지 수명 주기 후반에 렌더링되므로 최대 콘텐츠 렌더링 시간이 늘어날 수 있습니다. [자세히 알아보기](https://web.dev/lcp-lazy-loading/)"
|
|
1129
1117
|
},
|
|
1130
|
-
"
|
|
1118
|
+
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1131
1119
|
"message": "최대 콘텐츠 렌더링 시간 이미지가 지연 로드되었습니다"
|
|
1132
1120
|
},
|
|
1133
|
-
"
|
|
1121
|
+
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1134
1122
|
"message": "최대 콘텐츠 렌더링 시간 이미지가 지연 로드되지 않았습니다"
|
|
1135
1123
|
},
|
|
1136
|
-
"
|
|
1124
|
+
"core/audits/long-tasks.js | description": {
|
|
1137
1125
|
"message": "기본 스레드의 가장 긴 작업을 열거합니다. 입력 지연을 가장 많이 유발하는 작업을 찾을 때 용이합니다. [자세히 알아보기](https://web.dev/long-tasks-devtools/)"
|
|
1138
1126
|
},
|
|
1139
|
-
"
|
|
1127
|
+
"core/audits/long-tasks.js | displayValue": {
|
|
1140
1128
|
"message": "{itemCount,plural, =1{긴 작업 #개 발견}other{긴 작업 #개 발견}}"
|
|
1141
1129
|
},
|
|
1142
|
-
"
|
|
1130
|
+
"core/audits/long-tasks.js | title": {
|
|
1143
1131
|
"message": "긴 기본 스레드 작업 피하기"
|
|
1144
1132
|
},
|
|
1145
|
-
"
|
|
1133
|
+
"core/audits/mainthread-work-breakdown.js | columnCategory": {
|
|
1146
1134
|
"message": "카테고리"
|
|
1147
1135
|
},
|
|
1148
|
-
"
|
|
1136
|
+
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1149
1137
|
"message": "JS 파싱, 컴파일, 실행에 소요되는 시간을 줄여 보세요. 용량이 적은 JS 페이로드를 제공하면 도움이 될 수 있습니다. [자세히 알아보기](https://web.dev/mainthread-work-breakdown/)"
|
|
1150
1138
|
},
|
|
1151
|
-
"
|
|
1139
|
+
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1152
1140
|
"message": "기본 스레드 작업 최소화하기"
|
|
1153
1141
|
},
|
|
1154
|
-
"
|
|
1142
|
+
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1155
1143
|
"message": "기본 스레드 작업 최소화하기"
|
|
1156
1144
|
},
|
|
1157
|
-
"
|
|
1145
|
+
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1158
1146
|
"message": "최대한 많은 사용자가 이용할 수 있으려면 사이트가 모든 주요 브라우저에서 작동해야 합니다. [자세히 알아보기](https://web.dev/pwa-cross-browser/)"
|
|
1159
1147
|
},
|
|
1160
|
-
"
|
|
1148
|
+
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1161
1149
|
"message": "사이트가 다양한 브라우저에서 작동함"
|
|
1162
1150
|
},
|
|
1163
|
-
"
|
|
1151
|
+
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1164
1152
|
"message": "페이지를 소셜 미디어에 공유하려면 개별 페이지가 URL을 통해 딥 링크로 연결될 수 있어야 하며 페이지별로 URL이 달라야 합니다. [자세히 알아보기](https://web.dev/pwa-each-page-has-url/)"
|
|
1165
1153
|
},
|
|
1166
|
-
"
|
|
1154
|
+
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1167
1155
|
"message": "페이지마다 URL이 있음"
|
|
1168
1156
|
},
|
|
1169
|
-
"
|
|
1157
|
+
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1170
1158
|
"message": "탭을 했을 때 느린 네트워크에서도 전환이 빠르게 느껴져야 합니다. 이 전환 경험이야말로 사용자의 성능에 대한 인식에 중요한 영향을 미칩니다. [자세히 알아보기](https://web.dev/pwa-page-transitions/)"
|
|
1171
1159
|
},
|
|
1172
|
-
"
|
|
1160
|
+
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1173
1161
|
"message": "페이지 전환 시 네트워크에서 막히는 느낌이 들지 않음"
|
|
1174
1162
|
},
|
|
1175
|
-
"
|
|
1163
|
+
"core/audits/maskable-icon.js | description": {
|
|
1176
1164
|
"message": "마스크 가능한 아이콘은 앱을 기기에 설치할 때 레터박스 없이 이미지가 도형 전체를 채울 수 있게 합니다. [자세히 알아보기](https://web.dev/maskable-icon-audit/)"
|
|
1177
1165
|
},
|
|
1178
|
-
"
|
|
1166
|
+
"core/audits/maskable-icon.js | failureTitle": {
|
|
1179
1167
|
"message": "매니페스트에 마스크 가능한 아이콘이 없음"
|
|
1180
1168
|
},
|
|
1181
|
-
"
|
|
1169
|
+
"core/audits/maskable-icon.js | title": {
|
|
1182
1170
|
"message": "매니페스트에 마스크 가능한 아이콘이 있음"
|
|
1183
1171
|
},
|
|
1184
|
-
"
|
|
1172
|
+
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1185
1173
|
"message": "누적 레이아웃 변경은 표시 영역 안에 보이는 요소의 이동을 측정합니다. [자세히 알아보기](https://web.dev/cls/)"
|
|
1186
1174
|
},
|
|
1187
|
-
"
|
|
1175
|
+
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1188
1176
|
"message": "콘텐츠가 포함된 첫 페인트는 첫 번째 텍스트 또는 이미지가 표시되는 시간을 나타냅니다. [자세히 알아보기](https://web.dev/first-contentful-paint/)"
|
|
1189
1177
|
},
|
|
1190
|
-
"
|
|
1178
|
+
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1191
1179
|
"message": "유의미한 첫 페인트는 페이지의 기본 콘텐츠가 표시되는 경우를 측정합니다. [자세히 알아보기](https://web.dev/first-meaningful-paint/)"
|
|
1192
1180
|
},
|
|
1193
|
-
"
|
|
1181
|
+
"core/audits/metrics/interactive.js | description": {
|
|
1194
1182
|
"message": "사용할 수 있을 때까지 걸리는 시간은 완전히 페이지와 상호작용할 수 있게 될 때까지 걸리는 시간입니다. [자세히 알아보기](https://web.dev/interactive/)"
|
|
1195
1183
|
},
|
|
1196
|
-
"
|
|
1184
|
+
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1197
1185
|
"message": "콘텐츠가 포함된 최대 페인트는 최대 텍스트 또는 이미지가 표시되는 시간을 나타냅니다. [자세히 알아보기](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1198
1186
|
},
|
|
1199
|
-
"
|
|
1187
|
+
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1200
1188
|
"message": "사용자가 경험할 수 있는 최대 첫 입력 지연 예상 시간은 가장 긴 작업의 길이입니다. [자세히 알아보기](https://web.dev/lighthouse-max-potential-fid/)"
|
|
1201
1189
|
},
|
|
1202
|
-
"
|
|
1190
|
+
"core/audits/metrics/speed-index.js | description": {
|
|
1203
1191
|
"message": "속도 색인은 페이지 콘텐츠가 얼마나 빨리 표시되는지 보여줍니다. [자세히 알아보기](https://web.dev/speed-index/)"
|
|
1204
1192
|
},
|
|
1205
|
-
"
|
|
1193
|
+
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1206
1194
|
"message": "FCP와 상호작용 시간 사이의 모든 시간의 합으로 작업 지속 시간이 50ms를 넘으면 밀리초 단위로 표현됩니다. [자세히 알아보기](https://web.dev/lighthouse-total-blocking-time/)"
|
|
1207
1195
|
},
|
|
1208
|
-
"
|
|
1196
|
+
"core/audits/network-rtt.js | description": {
|
|
1209
1197
|
"message": "네트워크 왕복 시간(RTT)이 성능에 큰 영향을 줍니다. 출발지로의 RTT가 크면 서버가 사용자에게 가까울 때 성능이 향상될 수 있음을 나타냅니다. [자세히 알아보기](https://hpbn.co/primer-on-latency-and-bandwidth/)"
|
|
1210
1198
|
},
|
|
1211
|
-
"
|
|
1199
|
+
"core/audits/network-rtt.js | title": {
|
|
1212
1200
|
"message": "네트워크 왕복 시간"
|
|
1213
1201
|
},
|
|
1214
|
-
"
|
|
1202
|
+
"core/audits/network-server-latency.js | description": {
|
|
1215
1203
|
"message": "서버 지연 시간은 웹 성능에 영향을 줄 수 있습니다. 출발지의 서버 지연 시간이 길면 서버에 과부하가 걸렸거나 백엔드 성능이 낮음을 나타냅니다. [자세히 알아보기](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)"
|
|
1216
1204
|
},
|
|
1217
|
-
"
|
|
1205
|
+
"core/audits/network-server-latency.js | title": {
|
|
1218
1206
|
"message": "서버 백엔드 지연 시간"
|
|
1219
1207
|
},
|
|
1220
|
-
"
|
|
1208
|
+
"core/audits/no-unload-listeners.js | description": {
|
|
1221
1209
|
"message": "`unload` 이벤트는 안정적으로 실행되지 않으며 이 이벤트를 리스닝하면 뒤로-앞으로 캐시와 같은 브라우저 최적화 기능을 사용하지 못할 수 있습니다. `pagehide` 또는 `visibilitychange` 이벤트를 대신 사용하세요. [자세히 알아보기](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1222
1210
|
},
|
|
1223
|
-
"
|
|
1211
|
+
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1224
1212
|
"message": "`unload` 리스너 등록"
|
|
1225
1213
|
},
|
|
1226
|
-
"
|
|
1214
|
+
"core/audits/no-unload-listeners.js | title": {
|
|
1227
1215
|
"message": "`unload` 이벤트 리스너를 사용하지 않음"
|
|
1228
1216
|
},
|
|
1229
|
-
"
|
|
1217
|
+
"core/audits/non-composited-animations.js | description": {
|
|
1230
1218
|
"message": "합성 작업을 거치지 않은 애니메이션은 품질이 나쁘고 CLS를 높일 수 있습니다. [자세히 알아보기](https://web.dev/non-composited-animations)"
|
|
1231
1219
|
},
|
|
1232
|
-
"
|
|
1220
|
+
"core/audits/non-composited-animations.js | displayValue": {
|
|
1233
1221
|
"message": "{itemCount,plural, =1{애니메이션 요소 #개 발견됨}other{애니메이션 요소 #개 발견됨}}"
|
|
1234
1222
|
},
|
|
1235
|
-
"
|
|
1223
|
+
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1236
1224
|
"message": "필터 관련 속성으로 인해 픽셀이 움직일 수 있음"
|
|
1237
1225
|
},
|
|
1238
|
-
"
|
|
1226
|
+
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1239
1227
|
"message": "타겟에 호환되지 않는 다른 애니메이션이 있음"
|
|
1240
1228
|
},
|
|
1241
|
-
"
|
|
1229
|
+
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1242
1230
|
"message": "효과에 'replace'가 아닌 합성 모드가 있음"
|
|
1243
1231
|
},
|
|
1244
|
-
"
|
|
1232
|
+
"core/audits/non-composited-animations.js | title": {
|
|
1245
1233
|
"message": "합성 작업을 거치지 않은 애니메이션 지양하기"
|
|
1246
1234
|
},
|
|
1247
|
-
"
|
|
1235
|
+
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1248
1236
|
"message": "변환 관련 속성은 박스 크기에 의존합니다."
|
|
1249
1237
|
},
|
|
1250
|
-
"
|
|
1238
|
+
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1251
1239
|
"message": "{propertyCount,plural, =1{지원되지 않는 CSS 속성: {properties}}other{지원되지 않는 CSS 속성: {properties}}}"
|
|
1252
1240
|
},
|
|
1253
|
-
"
|
|
1241
|
+
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1254
1242
|
"message": "지원되지 않는 타이밍 매개변수가 효과에 포함됨"
|
|
1255
1243
|
},
|
|
1256
|
-
"
|
|
1244
|
+
"core/audits/performance-budget.js | description": {
|
|
1257
1245
|
"message": "네트워크 요청의 양과 크기는 제공된 성능 예산에 따라 설정된 목표치 아래로 유지하세요. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/budgets)"
|
|
1258
1246
|
},
|
|
1259
|
-
"
|
|
1247
|
+
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1260
1248
|
"message": "{count,plural, =1{요청 1건}other{요청 #건}}"
|
|
1261
1249
|
},
|
|
1262
|
-
"
|
|
1250
|
+
"core/audits/performance-budget.js | title": {
|
|
1263
1251
|
"message": "성능 예산"
|
|
1264
1252
|
},
|
|
1265
|
-
"
|
|
1253
|
+
"core/audits/preload-fonts.js | description": {
|
|
1266
1254
|
"message": "신규 방문자가 사용할 수 있도록 `optional` 글꼴을 미리 로드하세요. [자세히 알아보기](https://web.dev/preload-optional-fonts/)"
|
|
1267
1255
|
},
|
|
1268
|
-
"
|
|
1256
|
+
"core/audits/preload-fonts.js | failureTitle": {
|
|
1269
1257
|
"message": "`font-display: optional`을 사용하는 글꼴이 미리 로드되지 않음"
|
|
1270
1258
|
},
|
|
1271
|
-
"
|
|
1259
|
+
"core/audits/preload-fonts.js | title": {
|
|
1272
1260
|
"message": "`font-display: optional`을 사용하는 글꼴이 미리 로드됨"
|
|
1273
1261
|
},
|
|
1274
|
-
"
|
|
1262
|
+
"core/audits/preload-lcp-image.js | description": {
|
|
1275
1263
|
"message": "LCP 요소에서 사용된 이미지를 미리 로드하여 LCP 시간을 개선하세요. [자세히 알아보기](https://web.dev/optimize-lcp/#preload-important-resources)"
|
|
1276
1264
|
},
|
|
1277
|
-
"
|
|
1265
|
+
"core/audits/preload-lcp-image.js | title": {
|
|
1278
1266
|
"message": "콘텐츠가 포함된 최대 페인트 이미지 미리 로드"
|
|
1279
1267
|
},
|
|
1280
|
-
"
|
|
1268
|
+
"core/audits/redirects.js | description": {
|
|
1281
1269
|
"message": "리디렉션을 사용하면 페이지가 로드되기 전 추가적인 지연이 발생합니다. [자세히 알아보기](https://web.dev/redirects/)"
|
|
1282
1270
|
},
|
|
1283
|
-
"
|
|
1271
|
+
"core/audits/redirects.js | title": {
|
|
1284
1272
|
"message": "여러 차례의 페이지 리디렉션 피하기"
|
|
1285
1273
|
},
|
|
1286
|
-
"
|
|
1274
|
+
"core/audits/resource-summary.js | description": {
|
|
1287
1275
|
"message": "페이지 리소스의 수량과 크기와 관련해 예산을 설정하려면 budget.json 파일을 추가하세요. [자세히 알아보기](https://web.dev/use-lighthouse-for-performance-budgets/)"
|
|
1288
1276
|
},
|
|
1289
|
-
"
|
|
1277
|
+
"core/audits/resource-summary.js | displayValue": {
|
|
1290
1278
|
"message": "{requestCount,plural, =1{요청 1개 • {byteCount, number, bytes}KiB}other{요청 #개 • {byteCount, number, bytes}KiB}}"
|
|
1291
1279
|
},
|
|
1292
|
-
"
|
|
1280
|
+
"core/audits/resource-summary.js | title": {
|
|
1293
1281
|
"message": "요청 수는 낮게, 전송 크기는 작게 유지하기"
|
|
1294
1282
|
},
|
|
1295
|
-
"
|
|
1283
|
+
"core/audits/seo/canonical.js | description": {
|
|
1296
1284
|
"message": "표준 링크는 검색결과에 어떤 URL을 표시할지 알려줍니다. [자세히 알아보기](https://web.dev/canonical/)"
|
|
1297
1285
|
},
|
|
1298
|
-
"
|
|
1286
|
+
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1299
1287
|
"message": "여러 개의 URL({urlList})이 충돌됨"
|
|
1300
1288
|
},
|
|
1301
|
-
"
|
|
1289
|
+
"core/audits/seo/canonical.js | explanationInvalid": {
|
|
1302
1290
|
"message": "잘못된 URL({url})"
|
|
1303
1291
|
},
|
|
1304
|
-
"
|
|
1292
|
+
"core/audits/seo/canonical.js | explanationPointsElsewhere": {
|
|
1305
1293
|
"message": "다른 `hreflang` 위치({url})를 가리킵니다."
|
|
1306
1294
|
},
|
|
1307
|
-
"
|
|
1295
|
+
"core/audits/seo/canonical.js | explanationRelative": {
|
|
1308
1296
|
"message": "절대 URL이 아님({url})"
|
|
1309
1297
|
},
|
|
1310
|
-
"
|
|
1298
|
+
"core/audits/seo/canonical.js | explanationRoot": {
|
|
1311
1299
|
"message": "콘텐츠 페이지가 아닌 도메인의 루트 URL(홈페이지)을 가리킴"
|
|
1312
1300
|
},
|
|
1313
|
-
"
|
|
1301
|
+
"core/audits/seo/canonical.js | failureTitle": {
|
|
1314
1302
|
"message": "문서에 유효한 `rel=canonical` 없음"
|
|
1315
1303
|
},
|
|
1316
|
-
"
|
|
1304
|
+
"core/audits/seo/canonical.js | title": {
|
|
1317
1305
|
"message": "문서에 유효한 `rel=canonical` 있음"
|
|
1318
1306
|
},
|
|
1319
|
-
"
|
|
1307
|
+
"core/audits/seo/crawlable-anchors.js | columnFailingLink": {
|
|
1320
1308
|
"message": "크롤링할 수 없는 링크"
|
|
1321
1309
|
},
|
|
1322
|
-
"
|
|
1310
|
+
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1323
1311
|
"message": "검색엔진에서 링크에 대해 `href` 속성을 사용하여 웹사이트를 크롤링할 수 있습니다. 앵커 요소의 `href` 속성이 적절한 대상에 연결되어 사이트에서 더 많은 페이지가 검색되도록 하세요. [자세히 알아보기](https://support.google.com/webmasters/answer/9112205)"
|
|
1324
1312
|
},
|
|
1325
|
-
"
|
|
1313
|
+
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1326
1314
|
"message": "링크를 크롤링할 수 없음"
|
|
1327
1315
|
},
|
|
1328
|
-
"
|
|
1316
|
+
"core/audits/seo/crawlable-anchors.js | title": {
|
|
1329
1317
|
"message": "링크를 크롤링할 수 있음"
|
|
1330
1318
|
},
|
|
1331
|
-
"
|
|
1319
|
+
"core/audits/seo/font-size.js | additionalIllegibleText": {
|
|
1332
1320
|
"message": "읽을 수 없는 추가 텍스트"
|
|
1333
1321
|
},
|
|
1334
|
-
"
|
|
1322
|
+
"core/audits/seo/font-size.js | columnFontSize": {
|
|
1335
1323
|
"message": "글꼴 크기"
|
|
1336
1324
|
},
|
|
1337
|
-
"
|
|
1325
|
+
"core/audits/seo/font-size.js | columnPercentPageText": {
|
|
1338
1326
|
"message": "페이지 텍스트 비율(%)"
|
|
1339
1327
|
},
|
|
1340
|
-
"
|
|
1328
|
+
"core/audits/seo/font-size.js | columnSelector": {
|
|
1341
1329
|
"message": "선택기"
|
|
1342
1330
|
},
|
|
1343
|
-
"
|
|
1331
|
+
"core/audits/seo/font-size.js | description": {
|
|
1344
1332
|
"message": "12px보다 글꼴 크기가 작으면 읽기 어렵기 때문에 모바일 방문자가 '손가락으로 확대'해야만 읽을 수 있습니다. 페이지 텍스트의 60% 이상을 12px 이상으로 유지하도록 노력하세요. [자세히 알아보기](https://web.dev/font-size/)"
|
|
1345
1333
|
},
|
|
1346
|
-
"
|
|
1334
|
+
"core/audits/seo/font-size.js | displayValue": {
|
|
1347
1335
|
"message": "{decimalProportion, number, extendedPercent} 읽기 쉬운 텍스트"
|
|
1348
1336
|
},
|
|
1349
|
-
"
|
|
1337
|
+
"core/audits/seo/font-size.js | explanationViewport": {
|
|
1350
1338
|
"message": "모바일 화면에 최적화된 표시 영역 메타 태그가 없어서 텍스트를 알아볼 수 없음"
|
|
1351
1339
|
},
|
|
1352
|
-
"
|
|
1340
|
+
"core/audits/seo/font-size.js | failureTitle": {
|
|
1353
1341
|
"message": "문서에서 읽기 쉬운 글꼴 크기를 사용하지 않음"
|
|
1354
1342
|
},
|
|
1355
|
-
"
|
|
1343
|
+
"core/audits/seo/font-size.js | legibleText": {
|
|
1356
1344
|
"message": "읽기 쉬운 텍스트"
|
|
1357
1345
|
},
|
|
1358
|
-
"
|
|
1346
|
+
"core/audits/seo/font-size.js | title": {
|
|
1359
1347
|
"message": "문서가 읽기 쉬운 글꼴 크기를 사용함"
|
|
1360
1348
|
},
|
|
1361
|
-
"
|
|
1349
|
+
"core/audits/seo/hreflang.js | description": {
|
|
1362
1350
|
"message": "hreflang 링크는 검색엔진에 특정 언어나 지역에서 페이지의 어떤 버전을 검색결과로 표시해야 할지 알려줍니다. [자세히 알아보기](https://web.dev/hreflang/)"
|
|
1363
1351
|
},
|
|
1364
|
-
"
|
|
1352
|
+
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1365
1353
|
"message": "문서에 유효한 `hreflang` 없음"
|
|
1366
1354
|
},
|
|
1367
|
-
"
|
|
1355
|
+
"core/audits/seo/hreflang.js | notFullyQualified": {
|
|
1368
1356
|
"message": "상대적인 href 값"
|
|
1369
1357
|
},
|
|
1370
|
-
"
|
|
1358
|
+
"core/audits/seo/hreflang.js | title": {
|
|
1371
1359
|
"message": "문서에 유효한 `hreflang` 있음"
|
|
1372
1360
|
},
|
|
1373
|
-
"
|
|
1361
|
+
"core/audits/seo/hreflang.js | unexpectedLanguage": {
|
|
1374
1362
|
"message": "예상치 못한 언어 코드"
|
|
1375
1363
|
},
|
|
1376
|
-
"
|
|
1364
|
+
"core/audits/seo/http-status-code.js | description": {
|
|
1377
1365
|
"message": "실패한 HTTP 상태 코드가 있는 페이지는 제대로 색인이 생성되지 않을 수 있습니다. [자세히 알아보기](https://web.dev/http-status-code/)"
|
|
1378
1366
|
},
|
|
1379
|
-
"
|
|
1367
|
+
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1380
1368
|
"message": "페이지에 실패한 HTTP 상태 코드가 있음"
|
|
1381
1369
|
},
|
|
1382
|
-
"
|
|
1370
|
+
"core/audits/seo/http-status-code.js | title": {
|
|
1383
1371
|
"message": "페이지에 성공적인 HTTP 상태 코드가 있음"
|
|
1384
1372
|
},
|
|
1385
|
-
"
|
|
1373
|
+
"core/audits/seo/is-crawlable.js | description": {
|
|
1386
1374
|
"message": "검색엔진이 페이지를 크롤링할 권한이 없으면 검색결과에 포함할 수 없습니다. [자세히 알아보기](https://web.dev/is-crawable/)"
|
|
1387
1375
|
},
|
|
1388
|
-
"
|
|
1376
|
+
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1389
1377
|
"message": "페이지의 색인 생성이 차단됨"
|
|
1390
1378
|
},
|
|
1391
|
-
"
|
|
1379
|
+
"core/audits/seo/is-crawlable.js | title": {
|
|
1392
1380
|
"message": "페이지의 색인 생성이 차단되지 않음"
|
|
1393
1381
|
},
|
|
1394
|
-
"
|
|
1382
|
+
"core/audits/seo/link-text.js | description": {
|
|
1395
1383
|
"message": "구체적인 링크 텍스트는 검색엔진에서 콘텐츠를 이해하는 데 도움이 됩니다. [자세히 알아보기](https://web.dev/link-text/)"
|
|
1396
1384
|
},
|
|
1397
|
-
"
|
|
1385
|
+
"core/audits/seo/link-text.js | displayValue": {
|
|
1398
1386
|
"message": "{itemCount,plural, =1{링크 1개 찾음}other{링크 #개 찾음}}"
|
|
1399
1387
|
},
|
|
1400
|
-
"
|
|
1388
|
+
"core/audits/seo/link-text.js | failureTitle": {
|
|
1401
1389
|
"message": "링크에 설명 텍스트가 없음"
|
|
1402
1390
|
},
|
|
1403
|
-
"
|
|
1391
|
+
"core/audits/seo/link-text.js | title": {
|
|
1404
1392
|
"message": "링크에 설명 텍스트가 있음"
|
|
1405
1393
|
},
|
|
1406
|
-
"
|
|
1394
|
+
"core/audits/seo/manual/structured-data.js | description": {
|
|
1407
1395
|
"message": "[구조화된 데이터용 테스트 도구](https://search.google.com/structured-data/testing-tool/)와 [구조화된 데이터 Linter](http://linter.structured-data.org/)를 실행하여 구조화된 데이터를 검증합니다. [자세히 알아보기](https://web.dev/structured-data/)"
|
|
1408
1396
|
},
|
|
1409
|
-
"
|
|
1397
|
+
"core/audits/seo/manual/structured-data.js | title": {
|
|
1410
1398
|
"message": "구조화된 데이터가 유효함"
|
|
1411
1399
|
},
|
|
1412
|
-
"
|
|
1400
|
+
"core/audits/seo/meta-description.js | description": {
|
|
1413
1401
|
"message": "검색결과에 페이지 콘텐츠를 간략하게 요약하기 위한 메타 설명이 포함될 수 있습니다. [자세히 알아보기](https://web.dev/meta-description/)"
|
|
1414
1402
|
},
|
|
1415
|
-
"
|
|
1403
|
+
"core/audits/seo/meta-description.js | explanation": {
|
|
1416
1404
|
"message": "설명 텍스트가 비어 있습니다."
|
|
1417
1405
|
},
|
|
1418
|
-
"
|
|
1406
|
+
"core/audits/seo/meta-description.js | failureTitle": {
|
|
1419
1407
|
"message": "문서에 메타 설명이 없음"
|
|
1420
1408
|
},
|
|
1421
|
-
"
|
|
1409
|
+
"core/audits/seo/meta-description.js | title": {
|
|
1422
1410
|
"message": "문서에 메타 설명이 있음"
|
|
1423
1411
|
},
|
|
1424
|
-
"
|
|
1412
|
+
"core/audits/seo/plugins.js | description": {
|
|
1425
1413
|
"message": "검색엔진은 플러그인 콘텐츠의 색인을 생성할 수 없고 플러그인을 제한하거나 지원하지 않는 기기도 많습니다. [자세히 알아보기](https://web.dev/plugins/)"
|
|
1426
1414
|
},
|
|
1427
|
-
"
|
|
1415
|
+
"core/audits/seo/plugins.js | failureTitle": {
|
|
1428
1416
|
"message": "문서가 플러그인을 사용함"
|
|
1429
1417
|
},
|
|
1430
|
-
"
|
|
1418
|
+
"core/audits/seo/plugins.js | title": {
|
|
1431
1419
|
"message": "문서에서 플러그인을 사용할 수 없음"
|
|
1432
1420
|
},
|
|
1433
|
-
"
|
|
1421
|
+
"core/audits/seo/robots-txt.js | description": {
|
|
1434
1422
|
"message": "robots.txt 파일 형식이 잘못된 경우 크롤러가 웹사이트를 어떻게 크롤링하고 색인을 생성해야 할지 파악하지 못할 수 있습니다. [자세히 알아보기](https://web.dev/robots-txt/)"
|
|
1435
1423
|
},
|
|
1436
|
-
"
|
|
1424
|
+
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1437
1425
|
"message": "robots.txt 요청에 반환된 HTTP 상태: {statusCode}"
|
|
1438
1426
|
},
|
|
1439
|
-
"
|
|
1427
|
+
"core/audits/seo/robots-txt.js | displayValueValidationError": {
|
|
1440
1428
|
"message": "{itemCount,plural, =1{오류 1개 발견}other{오류 #개 발견}}"
|
|
1441
1429
|
},
|
|
1442
|
-
"
|
|
1430
|
+
"core/audits/seo/robots-txt.js | explanation": {
|
|
1443
1431
|
"message": "Lighthouse에서 robots.txt 파일을 다운로드할 수 없음"
|
|
1444
1432
|
},
|
|
1445
|
-
"
|
|
1433
|
+
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1446
1434
|
"message": "robots.txt가 유효하지 않음"
|
|
1447
1435
|
},
|
|
1448
|
-
"
|
|
1436
|
+
"core/audits/seo/robots-txt.js | title": {
|
|
1449
1437
|
"message": "robots.txt가 유효함"
|
|
1450
1438
|
},
|
|
1451
|
-
"
|
|
1439
|
+
"core/audits/seo/tap-targets.js | description": {
|
|
1452
1440
|
"message": "버튼이나 링크 같은 상호작용 요소는 충분히 커야 하며(48 x 48px), 주변에 충분한 공간이 있고 다른 요소와 겹치지 않아 쉽게 탭할 수 있어야 합니다. [자세히 알아보기](https://web.dev/tap-targets/)"
|
|
1453
1441
|
},
|
|
1454
|
-
"
|
|
1442
|
+
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1455
1443
|
"message": "{decimalProportion, number, percent} 탭 타겟 크기가 적절함"
|
|
1456
1444
|
},
|
|
1457
|
-
"
|
|
1445
|
+
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1458
1446
|
"message": "모바일 화면에 최적화된 표시 영역 메타 태그가 없어서 탭 타겟이 너무 작음"
|
|
1459
1447
|
},
|
|
1460
|
-
"
|
|
1448
|
+
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1461
1449
|
"message": "탭 타겟 크기가 적절하지 않음"
|
|
1462
1450
|
},
|
|
1463
|
-
"
|
|
1451
|
+
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1464
1452
|
"message": "타겟이 중복됨"
|
|
1465
1453
|
},
|
|
1466
|
-
"
|
|
1454
|
+
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1467
1455
|
"message": "탭 타겟"
|
|
1468
1456
|
},
|
|
1469
|
-
"
|
|
1457
|
+
"core/audits/seo/tap-targets.js | title": {
|
|
1470
1458
|
"message": "탭 타겟의 크기가 적절함"
|
|
1471
1459
|
},
|
|
1472
|
-
"
|
|
1460
|
+
"core/audits/server-response-time.js | description": {
|
|
1473
1461
|
"message": "다른 모든 요청이 기본 문서의 영향을 받으므로 기본 문서에 대한 서버 응답 시간을 짧게 유지하세요. [자세히 알아보기](https://web.dev/time-to-first-byte/)"
|
|
1474
1462
|
},
|
|
1475
|
-
"
|
|
1463
|
+
"core/audits/server-response-time.js | displayValue": {
|
|
1476
1464
|
"message": "루트 문서에 {timeInMs, number, milliseconds} ms 소요됨"
|
|
1477
1465
|
},
|
|
1478
|
-
"
|
|
1466
|
+
"core/audits/server-response-time.js | failureTitle": {
|
|
1479
1467
|
"message": "초기 서버 응답 시간 단축"
|
|
1480
1468
|
},
|
|
1481
|
-
"
|
|
1469
|
+
"core/audits/server-response-time.js | title": {
|
|
1482
1470
|
"message": "초기 서버 응답 시간 짧음"
|
|
1483
1471
|
},
|
|
1484
|
-
"
|
|
1472
|
+
"core/audits/service-worker.js | description": {
|
|
1485
1473
|
"message": "서비스 워커는 앱에서 오프라인, 홈 화면에 추가, 푸시 알림 등 다양한 프로그레시브 웹 앱 기능을 사용할 수 있도록 설정하는 기술입니다. [자세히 알아보기](https://web.dev/service-worker/)"
|
|
1486
1474
|
},
|
|
1487
|
-
"
|
|
1475
|
+
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1488
1476
|
"message": "이 페이지는 서비스 워커로 인해 제어되지만 매니페스트가 유효한 JSON으로 파싱하는 데 실패했으므로 `start_url`을(를) 찾지 못했습니다."
|
|
1489
1477
|
},
|
|
1490
|
-
"
|
|
1478
|
+
"core/audits/service-worker.js | explanationBadStartUrl": {
|
|
1491
1479
|
"message": "이 페이지는 서비스 워커로 인해 제어되지만 `start_url`({startUrl})이(가) 서비스 워커의 범위({scopeUrl})에 있지 않습니다."
|
|
1492
1480
|
},
|
|
1493
|
-
"
|
|
1481
|
+
"core/audits/service-worker.js | explanationNoManifest": {
|
|
1494
1482
|
"message": "이 페이지는 서비스 워커로 인해 제어되지만 가져온 매니페스트가 없으므로 `start_url`을(를) 찾지 못했습니다."
|
|
1495
1483
|
},
|
|
1496
|
-
"
|
|
1484
|
+
"core/audits/service-worker.js | explanationOutOfScope": {
|
|
1497
1485
|
"message": "이 원본에 하나 이상의 서비스 워커가 있지만 페이지({pageUrl})가 범위 내에 있지 않습니다."
|
|
1498
1486
|
},
|
|
1499
|
-
"
|
|
1487
|
+
"core/audits/service-worker.js | failureTitle": {
|
|
1500
1488
|
"message": "페이지와 `start_url`을(를) 제어하는 서비스 워커를 등록하지 않음"
|
|
1501
1489
|
},
|
|
1502
|
-
"
|
|
1490
|
+
"core/audits/service-worker.js | title": {
|
|
1503
1491
|
"message": "페이지와 `start_url`을(를) 제어하는 서비스 워커를 등록함"
|
|
1504
1492
|
},
|
|
1505
|
-
"
|
|
1493
|
+
"core/audits/splash-screen.js | description": {
|
|
1506
1494
|
"message": "테마 스플래시 화면을 사용하면 사용자가 홈 화면에서 앱을 실행했을 때 고품질의 환경을 경험할 수 있습니다. [자세히 알아보기](https://web.dev/splash-screen/)"
|
|
1507
1495
|
},
|
|
1508
|
-
"
|
|
1496
|
+
"core/audits/splash-screen.js | failureTitle": {
|
|
1509
1497
|
"message": "맞춤 스플래시 화면에 맞게 구성되지 않음"
|
|
1510
1498
|
},
|
|
1511
|
-
"
|
|
1499
|
+
"core/audits/splash-screen.js | title": {
|
|
1512
1500
|
"message": "맞춤 스플래시 화면에 맞게 구성됨"
|
|
1513
1501
|
},
|
|
1514
|
-
"
|
|
1502
|
+
"core/audits/themed-omnibox.js | description": {
|
|
1515
1503
|
"message": "브라우저 주소 표시줄에는 사이트와 맞는 테마를 설정할 수 있습니다. [자세히 알아보기](https://web.dev/themed-omnibox/)"
|
|
1516
1504
|
},
|
|
1517
|
-
"
|
|
1505
|
+
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1518
1506
|
"message": "주소 표시줄의 테마 색상을 설정하지 않음"
|
|
1519
1507
|
},
|
|
1520
|
-
"
|
|
1508
|
+
"core/audits/themed-omnibox.js | title": {
|
|
1521
1509
|
"message": "주소 표시줄의 테마 색상을 설정함"
|
|
1522
1510
|
},
|
|
1523
|
-
"
|
|
1511
|
+
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1524
1512
|
"message": "{productName}(고객 성공 사례)"
|
|
1525
1513
|
},
|
|
1526
|
-
"
|
|
1514
|
+
"core/audits/third-party-facades.js | categoryMarketing": {
|
|
1527
1515
|
"message": "{productName}(마케팅)"
|
|
1528
1516
|
},
|
|
1529
|
-
"
|
|
1517
|
+
"core/audits/third-party-facades.js | categorySocial": {
|
|
1530
1518
|
"message": "{productName}(소셜)"
|
|
1531
1519
|
},
|
|
1532
|
-
"
|
|
1520
|
+
"core/audits/third-party-facades.js | categoryVideo": {
|
|
1533
1521
|
"message": "{productName}(동영상)"
|
|
1534
1522
|
},
|
|
1535
|
-
"
|
|
1523
|
+
"core/audits/third-party-facades.js | columnProduct": {
|
|
1536
1524
|
"message": "제품"
|
|
1537
1525
|
},
|
|
1538
|
-
"
|
|
1526
|
+
"core/audits/third-party-facades.js | description": {
|
|
1539
1527
|
"message": "일부 타사 임베딩은 지연 로드될 수 있습니다. 필요할 때까지 파사드로 대체해 보세요. [자세히 알아보기](https://web.dev/third-party-facades/)"
|
|
1540
1528
|
},
|
|
1541
|
-
"
|
|
1529
|
+
"core/audits/third-party-facades.js | displayValue": {
|
|
1542
1530
|
"message": "{itemCount,plural, =1{대체 퍼사드 #개 사용 가능}other{대체 퍼사드 #개 사용 가능}}"
|
|
1543
1531
|
},
|
|
1544
|
-
"
|
|
1532
|
+
"core/audits/third-party-facades.js | failureTitle": {
|
|
1545
1533
|
"message": "일부 타사 리소스는 퍼사드와 함께 지연 로드될 수 있음"
|
|
1546
1534
|
},
|
|
1547
|
-
"
|
|
1535
|
+
"core/audits/third-party-facades.js | title": {
|
|
1548
1536
|
"message": "퍼사드로 타사 리소스 지연 로드"
|
|
1549
1537
|
},
|
|
1550
|
-
"
|
|
1538
|
+
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1551
1539
|
"message": "타사"
|
|
1552
1540
|
},
|
|
1553
|
-
"
|
|
1541
|
+
"core/audits/third-party-summary.js | description": {
|
|
1554
1542
|
"message": "타사 코드는 로드 성능에 크게 영향을 미칠 수 있습니다. 페이지에서 먼저 로딩을 끝낸 후 중복되는 타사 공급업체의 수를 제한하고 타사 코드를 로드해 보세요. [자세히 알아보기](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)"
|
|
1555
1543
|
},
|
|
1556
|
-
"
|
|
1544
|
+
"core/audits/third-party-summary.js | displayValue": {
|
|
1557
1545
|
"message": "타사 코드가 {timeInMs, number, milliseconds} ms 동안 기본 스레드를 차단했습니다."
|
|
1558
1546
|
},
|
|
1559
|
-
"
|
|
1547
|
+
"core/audits/third-party-summary.js | failureTitle": {
|
|
1560
1548
|
"message": "타사 코드의 영향을 줄임"
|
|
1561
1549
|
},
|
|
1562
|
-
"
|
|
1550
|
+
"core/audits/third-party-summary.js | title": {
|
|
1563
1551
|
"message": "타사 사용량 최소화"
|
|
1564
1552
|
},
|
|
1565
|
-
"
|
|
1553
|
+
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1566
1554
|
"message": "측정값"
|
|
1567
1555
|
},
|
|
1568
|
-
"
|
|
1556
|
+
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1569
1557
|
"message": "측정항목"
|
|
1570
1558
|
},
|
|
1571
|
-
"
|
|
1559
|
+
"core/audits/timing-budget.js | description": {
|
|
1572
1560
|
"message": "시기 예산을 설정하면 사이트 실적을 확인하는 데 도움이 됩니다. 성능 기준에 맞는 사이트는 빠르게 로드되고 사용자 입력 이벤트에 빠르게 응답합니다. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/budgets)"
|
|
1573
1561
|
},
|
|
1574
|
-
"
|
|
1562
|
+
"core/audits/timing-budget.js | title": {
|
|
1575
1563
|
"message": "시기 예산"
|
|
1576
1564
|
},
|
|
1577
|
-
"
|
|
1565
|
+
"core/audits/unsized-images.js | description": {
|
|
1578
1566
|
"message": "이미지 요소에 명시적인 너비 및 높이를 설정하여 레이아웃 변경 횟수를 줄이고 누적 레이아웃 변경을 개선합니다. [자세히 알아보기](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1579
1567
|
},
|
|
1580
|
-
"
|
|
1568
|
+
"core/audits/unsized-images.js | failureTitle": {
|
|
1581
1569
|
"message": "이미지 요소에 `width` 및 `height`가 명시되어 있지 않습니다"
|
|
1582
1570
|
},
|
|
1583
|
-
"
|
|
1571
|
+
"core/audits/unsized-images.js | title": {
|
|
1584
1572
|
"message": "이미지 요소에 `width` 및 `height`가 명시되어 있습니다"
|
|
1585
1573
|
},
|
|
1586
|
-
"
|
|
1574
|
+
"core/audits/user-timings.js | columnType": {
|
|
1587
1575
|
"message": "유형"
|
|
1588
1576
|
},
|
|
1589
|
-
"
|
|
1577
|
+
"core/audits/user-timings.js | description": {
|
|
1590
1578
|
"message": "앱에서 User Timing API를 사용하여 중요 사용자 경험이 이루어지는 동안의 실제 성능을 측정하세요. [자세히 알아보기](https://web.dev/user-timings/)"
|
|
1591
1579
|
},
|
|
1592
|
-
"
|
|
1580
|
+
"core/audits/user-timings.js | displayValue": {
|
|
1593
1581
|
"message": "{itemCount,plural, =1{사용자 시간 1회}other{사용자 시간 #회}}"
|
|
1594
1582
|
},
|
|
1595
|
-
"
|
|
1583
|
+
"core/audits/user-timings.js | title": {
|
|
1596
1584
|
"message": "사용자 타이밍 표시 및 측정 값"
|
|
1597
1585
|
},
|
|
1598
|
-
"
|
|
1586
|
+
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1599
1587
|
"message": "'{securityOrigin}'에 `<link rel=preconnect>` 링크가 있으나 브라우저에서 사용되지 않았습니다. `crossorigin` 속성을 올바르게 사용하고 있는지 확인하세요."
|
|
1600
1588
|
},
|
|
1601
|
-
"
|
|
1589
|
+
"core/audits/uses-rel-preconnect.js | description": {
|
|
1602
1590
|
"message": "`preconnect` 또는 `dns-prefetch` 리소스 힌트를 추가하여 중요한 타사 원본에 대한 조기 연결을 수립하는 것이 좋습니다. [자세히 알아보기](https://web.dev/uses-rel-preconnect/)"
|
|
1603
1591
|
},
|
|
1604
|
-
"
|
|
1592
|
+
"core/audits/uses-rel-preconnect.js | title": {
|
|
1605
1593
|
"message": "필수 원본 미리 연결하기"
|
|
1606
1594
|
},
|
|
1607
|
-
"
|
|
1595
|
+
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1608
1596
|
"message": "`<link rel=preconnect>` 연결이 3개 이상 발견되었습니다. 사전 연결 링크는 가장 중요한 원본에 한해 조금만 사용해야 합니다."
|
|
1609
1597
|
},
|
|
1610
|
-
"
|
|
1598
|
+
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1611
1599
|
"message": "'{securityOrigin}'에 `<link rel=preconnect>` 링크가 있으나 브라우저에서 사용되지 않았습니다. 페이지에서 확실하게 요청하는 중요 출처에만 `preconnect`를 사용합니다."
|
|
1612
1600
|
},
|
|
1613
|
-
"
|
|
1601
|
+
"core/audits/uses-rel-preload.js | crossoriginWarning": {
|
|
1614
1602
|
"message": "'{preloadURL}'에 미리 로드된 `<link>` 링크가 있으나 브라우저에서 사용되지 않았습니다. `crossorigin` 속성을 올바르게 사용하고 있는지 확인하세요."
|
|
1615
1603
|
},
|
|
1616
|
-
"
|
|
1604
|
+
"core/audits/uses-rel-preload.js | description": {
|
|
1617
1605
|
"message": "`<link rel=preload>`을(를) 사용하여 현재 요청되는 리소스를 페이지 로드에 나중에 가져올 때 우선순위를 정하는 것이 좋습니다. [자세히 알아보기](https://web.dev/uses-rel-preload/)"
|
|
1618
1606
|
},
|
|
1619
|
-
"
|
|
1607
|
+
"core/audits/uses-rel-preload.js | title": {
|
|
1620
1608
|
"message": "중요한 요청을 미리 로드하기"
|
|
1621
1609
|
},
|
|
1622
|
-
"
|
|
1610
|
+
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1623
1611
|
"message": "맵 URL"
|
|
1624
1612
|
},
|
|
1625
|
-
"
|
|
1613
|
+
"core/audits/valid-source-maps.js | description": {
|
|
1626
1614
|
"message": "소스 맵은 축소된 코드를 원본 소스 코드로 변환합니다. 이는 프로덕션 단계에서 개발자의 디버깅에 도움이 됩니다. 또한 Lighthouse에서 더 많은 정보를 확인할 수 있습니다. 소스 맵을 배포하여 이러한 이점을 활용해 보세요. [자세히 알아보기](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)"
|
|
1627
1615
|
},
|
|
1628
|
-
"
|
|
1616
|
+
"core/audits/valid-source-maps.js | failureTitle": {
|
|
1629
1617
|
"message": "큰 자사 자바스크립트에 소스 맵이 누락됨"
|
|
1630
1618
|
},
|
|
1631
|
-
"
|
|
1619
|
+
"core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
|
|
1632
1620
|
"message": "큰 자바스크립트 파일에 소스 맵이 없음"
|
|
1633
1621
|
},
|
|
1634
|
-
"
|
|
1622
|
+
"core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
|
|
1635
1623
|
"message": "{missingItems,plural, =1{경고: `.sourcesContent`에 항목 1개 누락}other{경고: `.sourcesContent`에 항목 #개 누락}}"
|
|
1636
1624
|
},
|
|
1637
|
-
"
|
|
1625
|
+
"core/audits/valid-source-maps.js | title": {
|
|
1638
1626
|
"message": "페이지에 유효한 소스 맵이 있음"
|
|
1639
1627
|
},
|
|
1640
|
-
"
|
|
1628
|
+
"core/audits/viewport.js | description": {
|
|
1641
1629
|
"message": "`<meta name=\"viewport\">`는 앱을 모바일 화면 크기에 최적화할 뿐만 아니라 [사용자 입력 300밀리초 지연](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away)도 방지합니다. [자세히 알아보기](https://web.dev/viewport/)"
|
|
1642
1630
|
},
|
|
1643
|
-
"
|
|
1631
|
+
"core/audits/viewport.js | explanationNoTag": {
|
|
1644
1632
|
"message": "`<meta name=\"viewport\">` 태그 없음"
|
|
1645
1633
|
},
|
|
1646
|
-
"
|
|
1634
|
+
"core/audits/viewport.js | failureTitle": {
|
|
1647
1635
|
"message": "`width` 또는 `initial-scale`이(가) 포함된 `<meta name=\"viewport\">` 태그가 없음"
|
|
1648
1636
|
},
|
|
1649
|
-
"
|
|
1637
|
+
"core/audits/viewport.js | title": {
|
|
1650
1638
|
"message": "`width` 또는 `initial-scale`이(가) 포함된 `<meta name=\"viewport\">` 태그가 있음"
|
|
1651
1639
|
},
|
|
1652
|
-
"
|
|
1640
|
+
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1653
1641
|
"message": "애플리케이션의 ARIA 사용을 개선하도록 추천된 사항입니다. 이를 통해 스크린 리더와 같은 지원 기술을 사용하는 사용자의 환경을 개선할 수 있습니다."
|
|
1654
1642
|
},
|
|
1655
|
-
"
|
|
1643
|
+
"core/config/default-config.js | a11yAriaGroupTitle": {
|
|
1656
1644
|
"message": "ARIA"
|
|
1657
1645
|
},
|
|
1658
|
-
"
|
|
1646
|
+
"core/config/default-config.js | a11yAudioVideoGroupDescription": {
|
|
1659
1647
|
"message": "오디오 및 비디오의 대체 콘텐츠를 제공하도록 추천된 사항입니다. 이를 통해 청각 장애나 시각 장애가 있는 사용자의 환경을 개선할 수 있습니다."
|
|
1660
1648
|
},
|
|
1661
|
-
"
|
|
1649
|
+
"core/config/default-config.js | a11yAudioVideoGroupTitle": {
|
|
1662
1650
|
"message": "오디오 및 동영상"
|
|
1663
1651
|
},
|
|
1664
|
-
"
|
|
1652
|
+
"core/config/default-config.js | a11yBestPracticesGroupDescription": {
|
|
1665
1653
|
"message": "일반적인 접근성 권장사항을 강조표시합니다."
|
|
1666
1654
|
},
|
|
1667
|
-
"
|
|
1655
|
+
"core/config/default-config.js | a11yBestPracticesGroupTitle": {
|
|
1668
1656
|
"message": "권장사항"
|
|
1669
1657
|
},
|
|
1670
|
-
"
|
|
1658
|
+
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1671
1659
|
"message": "이 검사에서는 [웹 앱의 접근성을 개선](https://developers.google.com/web/fundamentals/accessibility)하도록 추천된 사항을 강조합니다. 접근성 문제의 일부만 자동으로 감지되므로 직접 테스트하는 것도 좋습니다."
|
|
1672
1660
|
},
|
|
1673
|
-
"
|
|
1661
|
+
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1674
1662
|
"message": "자동화된 테스트 도구가 처리할 수 없는 영역을 다루는 항목입니다. [접근성 검토 실시](https://developers.google.com/web/fundamentals/accessibility/how-to-review)에 관한 가이드에서 자세히 알아보세요."
|
|
1675
1663
|
},
|
|
1676
|
-
"
|
|
1664
|
+
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1677
1665
|
"message": "접근성"
|
|
1678
1666
|
},
|
|
1679
|
-
"
|
|
1667
|
+
"core/config/default-config.js | a11yColorContrastGroupDescription": {
|
|
1680
1668
|
"message": "콘텐츠의 가독성을 개선할 추천 내용입니다."
|
|
1681
1669
|
},
|
|
1682
|
-
"
|
|
1670
|
+
"core/config/default-config.js | a11yColorContrastGroupTitle": {
|
|
1683
1671
|
"message": "대비"
|
|
1684
1672
|
},
|
|
1685
|
-
"
|
|
1673
|
+
"core/config/default-config.js | a11yLanguageGroupDescription": {
|
|
1686
1674
|
"message": "다른 언어를 사용하는 사용자가 콘텐츠를 더 쉽게 이해할 수 있게 개선하도록 추천된 사항입니다."
|
|
1687
1675
|
},
|
|
1688
|
-
"
|
|
1676
|
+
"core/config/default-config.js | a11yLanguageGroupTitle": {
|
|
1689
1677
|
"message": "다국어화 및 현지화"
|
|
1690
1678
|
},
|
|
1691
|
-
"
|
|
1679
|
+
"core/config/default-config.js | a11yNamesLabelsGroupDescription": {
|
|
1692
1680
|
"message": "애플리케이션 컨트롤의 의미 해석을 개선하도록 추천된 사항입니다. 이를 통해 스크린 리더와 같은 지원 기술을 사용하는 사용자의 환경을 개선할 수 있습니다."
|
|
1693
1681
|
},
|
|
1694
|
-
"
|
|
1682
|
+
"core/config/default-config.js | a11yNamesLabelsGroupTitle": {
|
|
1695
1683
|
"message": "이름 및 라벨"
|
|
1696
1684
|
},
|
|
1697
|
-
"
|
|
1685
|
+
"core/config/default-config.js | a11yNavigationGroupDescription": {
|
|
1698
1686
|
"message": "애플리케이션에서 키보드 탐색을 개선하도록 추천된 사항입니다."
|
|
1699
1687
|
},
|
|
1700
|
-
"
|
|
1688
|
+
"core/config/default-config.js | a11yNavigationGroupTitle": {
|
|
1701
1689
|
"message": "탐색"
|
|
1702
1690
|
},
|
|
1703
|
-
"
|
|
1691
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
|
|
1704
1692
|
"message": "다음은 스크린 리더와 같은 보조 기술을 사용하여 표나 목록 데이터를 읽는 사용자의 경험을 개선할 수 있는 기회입니다."
|
|
1705
1693
|
},
|
|
1706
|
-
"
|
|
1694
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
|
|
1707
1695
|
"message": "표와 목록"
|
|
1708
1696
|
},
|
|
1709
|
-
"
|
|
1697
|
+
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
|
|
1710
1698
|
"message": "브라우저 호환성"
|
|
1711
1699
|
},
|
|
1712
|
-
"
|
|
1700
|
+
"core/config/default-config.js | bestPracticesCategoryTitle": {
|
|
1713
1701
|
"message": "권장사항"
|
|
1714
1702
|
},
|
|
1715
|
-
"
|
|
1703
|
+
"core/config/default-config.js | bestPracticesGeneralGroupTitle": {
|
|
1716
1704
|
"message": "일반"
|
|
1717
1705
|
},
|
|
1718
|
-
"
|
|
1706
|
+
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
|
|
1719
1707
|
"message": "신뢰와 안전"
|
|
1720
1708
|
},
|
|
1721
|
-
"
|
|
1709
|
+
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1722
1710
|
"message": "사용자 환경"
|
|
1723
1711
|
},
|
|
1724
|
-
"
|
|
1712
|
+
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1725
1713
|
"message": "성능 예산은 사이트 성능의 표준을 설정합니다."
|
|
1726
1714
|
},
|
|
1727
|
-
"
|
|
1715
|
+
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1728
1716
|
"message": "예산"
|
|
1729
1717
|
},
|
|
1730
|
-
"
|
|
1718
|
+
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1731
1719
|
"message": "애플리케이션 성능과 관련된 추가 정보입니다. 이러한 숫자는 성능 점수에 [직접적인 영향](https://web.dev/performance-scoring/)을 미치지 않습니다."
|
|
1732
1720
|
},
|
|
1733
|
-
"
|
|
1721
|
+
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1734
1722
|
"message": "진단"
|
|
1735
1723
|
},
|
|
1736
|
-
"
|
|
1724
|
+
"core/config/default-config.js | firstPaintImprovementsGroupDescription": {
|
|
1737
1725
|
"message": "성능에서 가장 중요한 측면은 픽셀이 화면에 렌더링되는 속도입니다. 주요 측정항목: 최초 만족 페인트, 최초 유의미 페인트"
|
|
1738
1726
|
},
|
|
1739
|
-
"
|
|
1727
|
+
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1740
1728
|
"message": "최초 페인트 개선"
|
|
1741
1729
|
},
|
|
1742
|
-
"
|
|
1730
|
+
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1743
1731
|
"message": "이러한 권장사항은 페이지를 더 빠르게 로드하는 데 도움이 될 수 있습니다. 성능 점수에는 [직접적인 영향](https://web.dev/performance-scoring/)을 미치지 않습니다."
|
|
1744
1732
|
},
|
|
1745
|
-
"
|
|
1733
|
+
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1746
1734
|
"message": "추천"
|
|
1747
1735
|
},
|
|
1748
|
-
"
|
|
1736
|
+
"core/config/default-config.js | metricGroupTitle": {
|
|
1749
1737
|
"message": "측정항목"
|
|
1750
1738
|
},
|
|
1751
|
-
"
|
|
1739
|
+
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1752
1740
|
"message": "페이지가 빠르게 반응하고 가능한 한 빨리 사용할 수 있는 준비가 되도록 전반적인 로드 환경을 강화하세요. 주요 측정항목: 상호작용 시간, 속도 색인"
|
|
1753
1741
|
},
|
|
1754
|
-
"
|
|
1742
|
+
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1755
1743
|
"message": "전반적인 개선사항"
|
|
1756
1744
|
},
|
|
1757
|
-
"
|
|
1745
|
+
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1758
1746
|
"message": "성능"
|
|
1759
1747
|
},
|
|
1760
|
-
"
|
|
1748
|
+
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1761
1749
|
"message": "이 검사는 프로그레시브 웹 앱의 요소를 검사합니다. [자세히 알아보기](https://developers.google.com/web/progressive-web-apps/checklist)"
|
|
1762
1750
|
},
|
|
1763
|
-
"
|
|
1751
|
+
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1764
1752
|
"message": "이 검사는 기준 [PWA 체크리스트](https://developers.google.com/web/progressive-web-apps/checklist)의 필수 항목이지만 Lighthouse에서 자동으로 확인되지는 않습니다. 점수에 영향을 미치지는 않지만 직접 확인하는 것이 중요합니다."
|
|
1765
1753
|
},
|
|
1766
|
-
"
|
|
1754
|
+
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1767
1755
|
"message": "PWA"
|
|
1768
1756
|
},
|
|
1769
|
-
"
|
|
1757
|
+
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1770
1758
|
"message": "설치 가능"
|
|
1771
1759
|
},
|
|
1772
|
-
"
|
|
1760
|
+
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1773
1761
|
"message": "PWA 최적화됨"
|
|
1774
1762
|
},
|
|
1775
|
-
"
|
|
1763
|
+
"core/config/default-config.js | seoCategoryDescription": {
|
|
1776
1764
|
"message": "페이지가 기본 검색엔진 최적화 권고를 따르는지 확인하는 검사입니다. 이 외에도 여기에서 Lighthouse가 고려하지는 않지만 검색 순위에 영향을 줄 수 있는 요소(예: [코어 웹 바이탈](https://web.dev/learn-web-vitals/) 실적)도 많이 있습니다. [자세히 알아보기](https://support.google.com/webmasters/answer/35769)"
|
|
1777
1765
|
},
|
|
1778
|
-
"
|
|
1766
|
+
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1779
1767
|
"message": "사이트에서 이러한 추가 검증 도구를 실행하여 추가적인 검색엔진 최적화 권장사항을 확인합니다."
|
|
1780
1768
|
},
|
|
1781
|
-
"
|
|
1769
|
+
"core/config/default-config.js | seoCategoryTitle": {
|
|
1782
1770
|
"message": "검색엔진 최적화"
|
|
1783
1771
|
},
|
|
1784
|
-
"
|
|
1772
|
+
"core/config/default-config.js | seoContentGroupDescription": {
|
|
1785
1773
|
"message": "크롤러가 앱 콘텐츠를 효과적으로 파악할 수 있도록 HTML 형식을 지정하세요."
|
|
1786
1774
|
},
|
|
1787
|
-
"
|
|
1775
|
+
"core/config/default-config.js | seoContentGroupTitle": {
|
|
1788
1776
|
"message": "콘텐츠 권장사항"
|
|
1789
1777
|
},
|
|
1790
|
-
"
|
|
1778
|
+
"core/config/default-config.js | seoCrawlingGroupDescription": {
|
|
1791
1779
|
"message": "검색결과에 표시하려면 크롤러가 앱에 액세스할 수 있어야 합니다."
|
|
1792
1780
|
},
|
|
1793
|
-
"
|
|
1781
|
+
"core/config/default-config.js | seoCrawlingGroupTitle": {
|
|
1794
1782
|
"message": "크롤링 및 색인 생성"
|
|
1795
1783
|
},
|
|
1796
|
-
"
|
|
1784
|
+
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1797
1785
|
"message": "사용자가 콘텐츠를 읽기 위해 페이지를 확대하거나 축소할 필요가 없도록 모바일 친화적인 페이지를 지원하세요. [자세히 알아보기](https://developers.google.com/search/mobile-sites/)"
|
|
1798
1786
|
},
|
|
1799
|
-
"
|
|
1787
|
+
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1800
1788
|
"message": "모바일 친화적"
|
|
1801
1789
|
},
|
|
1802
|
-
"
|
|
1790
|
+
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1803
1791
|
"message": "테스트된 기기의 CPU가 Lighthouse의 예상보다 느린 것으로 보입니다. 이는 성능 점수에 부정적인 영향을 줄 수 있습니다. [적절한 CPU 감속 배율기 보정](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)에 관해 자세히 알아보세요."
|
|
1804
1792
|
},
|
|
1805
|
-
"
|
|
1793
|
+
"core/gather/driver/navigation.js | warningRedirected": {
|
|
1806
1794
|
"message": "테스트 URL({requested})이 {final}(으)로 리디렉션되었기 때문에 페이지가 예상대로 로드되지 않을 수 있습니다. 두 번째 URL을 직접 테스트해 보세요."
|
|
1807
1795
|
},
|
|
1808
|
-
"
|
|
1796
|
+
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1809
1797
|
"message": "페이지 로드가 너무 느려 시간 제한 내에 완료되지 않았습니다. 결과가 불완전할 수 있습니다."
|
|
1810
1798
|
},
|
|
1811
|
-
"
|
|
1799
|
+
"core/gather/driver/storage.js | warningData": {
|
|
1812
1800
|
"message": "{locationCount,plural, =1{{locations}에 저장된 데이터가 로드 성능에 영향을 줄 수 있습니다. 시크릿 창에서 페이지를 감사하여 이러한 리소스가 점수에 영향을 주지 않도록 하세요.}other{{locations}에 저장된 데이터가 로드 성능에 영향을 줄 수 있습니다. 시크릿 창에서 페이지를 감사하여 이러한 리소스가 점수에 영향을 주지 않도록 하세요.}}"
|
|
1813
1801
|
},
|
|
1814
|
-
"
|
|
1802
|
+
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1815
1803
|
"message": "기존 브라우저와의 하위 호환성을 위하여 https: 및 http: URL 스킴('strict-dynamic'을 지원하는 브라우저에서 무시됨)을 추가하는 것이 좋습니다."
|
|
1816
1804
|
},
|
|
1817
|
-
"
|
|
1805
|
+
"core/lib/csp-evaluator.js | deprecatedDisownOpener": {
|
|
1818
1806
|
"message": "disown-opener는 CSP3부터 지원 중단되었습니다. 대신 Cross-Origin-Opener-Policy 헤더를 사용해 주세요."
|
|
1819
1807
|
},
|
|
1820
|
-
"
|
|
1808
|
+
"core/lib/csp-evaluator.js | deprecatedReferrer": {
|
|
1821
1809
|
"message": "referrer는 CSP2부터 지원 중단되었습니다. 대신 Referrer-Policy 헤더를 사용해 주시기 바랍니다."
|
|
1822
1810
|
},
|
|
1823
|
-
"
|
|
1811
|
+
"core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
|
|
1824
1812
|
"message": "reflected-xss는 CSP2부터 지원 중단되었습니다. 대신 X-XSS-Protection 헤더를 사용해 주시기 바랍니다."
|
|
1825
1813
|
},
|
|
1826
|
-
"
|
|
1814
|
+
"core/lib/csp-evaluator.js | missingBaseUri": {
|
|
1827
1815
|
"message": "base-uri가 없으면 삽입된 <base> 태그로 인해 모든 상대 URL(예: 스크립트)에 대한 기본 URL이 공격자가 관리하는 도메인으로 설정될 수 있습니다. base-uri를 'none' 또는 'self'로 설정하는 것을 고려하세요."
|
|
1828
1816
|
},
|
|
1829
|
-
"
|
|
1817
|
+
"core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1830
1818
|
"message": "object-src가 누락되면 안전하지 않은 스크립트를 실행하는 플러그인이 삽입될 수 있습니다. 가능하면 object-src를 'none'으로 설정해 보세요."
|
|
1831
1819
|
},
|
|
1832
|
-
"
|
|
1820
|
+
"core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1833
1821
|
"message": "script-src 명령어가 누락되었습니다. 이렇게 되면 안전하지 않은 스크립트의 실행이 허용됩니다."
|
|
1834
1822
|
},
|
|
1835
|
-
"
|
|
1823
|
+
"core/lib/csp-evaluator.js | missingSemicolon": {
|
|
1836
1824
|
"message": "세미콜론 사용을 잊어버리셨나요? {keyword}은(는) 키워드가 아닌 명령어인 것 같습니다."
|
|
1837
1825
|
},
|
|
1838
|
-
"
|
|
1826
|
+
"core/lib/csp-evaluator.js | nonceCharset": {
|
|
1839
1827
|
"message": "nonce는 base64 문자 집합을 사용해야 합니다."
|
|
1840
1828
|
},
|
|
1841
|
-
"
|
|
1829
|
+
"core/lib/csp-evaluator.js | nonceLength": {
|
|
1842
1830
|
"message": "nonce는 8자 이상이어야 합니다."
|
|
1843
1831
|
},
|
|
1844
|
-
"
|
|
1832
|
+
"core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1845
1833
|
"message": "이 지시어에서는 플레인 URL 스킴({keyword})을 사용하지 않는 것이 좋습니다. 플레인 URL 스킴을 사용하면 안전하지 않은 도메인에서 스크립트를 가져올 수 있습니다."
|
|
1846
1834
|
},
|
|
1847
|
-
"
|
|
1835
|
+
"core/lib/csp-evaluator.js | plainWildcards": {
|
|
1848
1836
|
"message": "이 지시어에서는 플레인 와일드 카드({keyword})를 사용하지 않는 것이 좋습니다. 플레인 와일드카드를 사용하면 안전하지 않은 도메인에서 스크립트를 가져올 수 있습니다."
|
|
1849
1837
|
},
|
|
1850
|
-
"
|
|
1838
|
+
"core/lib/csp-evaluator.js | reportToOnly": {
|
|
1851
1839
|
"message": "보고 도착지는 report-to 명령어로만 구성할 수 있습니다. 이 명령어는 Chromium 기반 브라우저에서만 지원되므로 report-uri 명령어도 사용하는 것이 좋습니다."
|
|
1852
1840
|
},
|
|
1853
|
-
"
|
|
1841
|
+
"core/lib/csp-evaluator.js | reportingDestinationMissing": {
|
|
1854
1842
|
"message": "보고 도착지를 구성하는 CSP가 없습니다. 이렇게 되면 시간이 지날수록 CSP를 유지 관리하고 손상 여부를 모니터링하기가 어려워집니다."
|
|
1855
1843
|
},
|
|
1856
|
-
"
|
|
1844
|
+
"core/lib/csp-evaluator.js | strictDynamic": {
|
|
1857
1845
|
"message": "호스트 허용 목록을 우회하는 경우가 많아질 수 있습니다. 필요하면 'strict-dynamic'과 함께 CSP nonce 또는 hash를 대신 사용하는 것이 좋습니다."
|
|
1858
1846
|
},
|
|
1859
|
-
"
|
|
1847
|
+
"core/lib/csp-evaluator.js | unknownDirective": {
|
|
1860
1848
|
"message": "알 수 없는 CSP 명령어입니다."
|
|
1861
1849
|
},
|
|
1862
|
-
"
|
|
1850
|
+
"core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1863
1851
|
"message": "{keyword}은(는) 잘못된 키워드인 것 같습니다."
|
|
1864
1852
|
},
|
|
1865
|
-
"
|
|
1853
|
+
"core/lib/csp-evaluator.js | unsafeInline": {
|
|
1866
1854
|
"message": "'unsafe-inline'은 안전하지 않은 인페이지 스크립트 및 이벤트 핸들러의 실행을 허용합니다. CSP nonce 또는 hash를 사용해 스크립트를 개별적으로 허용하는 것이 좋습니다."
|
|
1867
1855
|
},
|
|
1868
|
-
"
|
|
1856
|
+
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1869
1857
|
"message": "기존 브라우저와의 하위 호환성을 위하여 'unsafe-inline(nonce/hash를 지원하는 브라우저에서 무시됨)'을 추가하는 것이 좋습니다."
|
|
1870
1858
|
},
|
|
1871
|
-
"
|
|
1859
|
+
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1872
1860
|
"message": "기본 스레드 차단 시간"
|
|
1873
1861
|
},
|
|
1874
|
-
"
|
|
1862
|
+
"core/lib/i18n/i18n.js | columnCacheTTL": {
|
|
1875
1863
|
"message": "캐시 TTL"
|
|
1876
1864
|
},
|
|
1877
|
-
"
|
|
1865
|
+
"core/lib/i18n/i18n.js | columnDescription": {
|
|
1878
1866
|
"message": "설명"
|
|
1879
1867
|
},
|
|
1880
|
-
"
|
|
1868
|
+
"core/lib/i18n/i18n.js | columnDuration": {
|
|
1881
1869
|
"message": "시간"
|
|
1882
1870
|
},
|
|
1883
|
-
"
|
|
1871
|
+
"core/lib/i18n/i18n.js | columnElement": {
|
|
1884
1872
|
"message": "요소"
|
|
1885
1873
|
},
|
|
1886
|
-
"
|
|
1874
|
+
"core/lib/i18n/i18n.js | columnFailingElem": {
|
|
1887
1875
|
"message": "통과하지 못한 요소"
|
|
1888
1876
|
},
|
|
1889
|
-
"
|
|
1877
|
+
"core/lib/i18n/i18n.js | columnLocation": {
|
|
1890
1878
|
"message": "위치"
|
|
1891
1879
|
},
|
|
1892
|
-
"
|
|
1880
|
+
"core/lib/i18n/i18n.js | columnName": {
|
|
1893
1881
|
"message": "이름"
|
|
1894
1882
|
},
|
|
1895
|
-
"
|
|
1883
|
+
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
1896
1884
|
"message": "예산 초과"
|
|
1897
1885
|
},
|
|
1898
|
-
"
|
|
1886
|
+
"core/lib/i18n/i18n.js | columnRequests": {
|
|
1899
1887
|
"message": "요청"
|
|
1900
1888
|
},
|
|
1901
|
-
"
|
|
1889
|
+
"core/lib/i18n/i18n.js | columnResourceSize": {
|
|
1902
1890
|
"message": "리소스 크기"
|
|
1903
1891
|
},
|
|
1904
|
-
"
|
|
1892
|
+
"core/lib/i18n/i18n.js | columnResourceType": {
|
|
1905
1893
|
"message": "리소스 유형"
|
|
1906
1894
|
},
|
|
1907
|
-
"
|
|
1895
|
+
"core/lib/i18n/i18n.js | columnSize": {
|
|
1908
1896
|
"message": "크기"
|
|
1909
1897
|
},
|
|
1910
|
-
"
|
|
1898
|
+
"core/lib/i18n/i18n.js | columnSource": {
|
|
1911
1899
|
"message": "소스"
|
|
1912
1900
|
},
|
|
1913
|
-
"
|
|
1901
|
+
"core/lib/i18n/i18n.js | columnStartTime": {
|
|
1914
1902
|
"message": "시작 시간"
|
|
1915
1903
|
},
|
|
1916
|
-
"
|
|
1904
|
+
"core/lib/i18n/i18n.js | columnTimeSpent": {
|
|
1917
1905
|
"message": "소요 시간"
|
|
1918
1906
|
},
|
|
1919
|
-
"
|
|
1907
|
+
"core/lib/i18n/i18n.js | columnTransferSize": {
|
|
1920
1908
|
"message": "전송 크기"
|
|
1921
1909
|
},
|
|
1922
|
-
"
|
|
1910
|
+
"core/lib/i18n/i18n.js | columnURL": {
|
|
1923
1911
|
"message": "URL"
|
|
1924
1912
|
},
|
|
1925
|
-
"
|
|
1913
|
+
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1926
1914
|
"message": "가능한 절감 효과"
|
|
1927
1915
|
},
|
|
1928
|
-
"
|
|
1916
|
+
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1929
1917
|
"message": "가능한 절감 효과"
|
|
1930
1918
|
},
|
|
1931
|
-
"
|
|
1919
|
+
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1932
1920
|
"message": "Cumulative Layout Shift"
|
|
1933
1921
|
},
|
|
1934
|
-
"
|
|
1922
|
+
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1935
1923
|
"message": "절감 가능치: {wastedBytes, number, bytes}KiB"
|
|
1936
1924
|
},
|
|
1937
|
-
"
|
|
1925
|
+
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1938
1926
|
"message": "{nodeCount,plural, =1{요소 1개 발견됨}other{요소 #개 발견됨}}"
|
|
1939
1927
|
},
|
|
1940
|
-
"
|
|
1928
|
+
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1941
1929
|
"message": "절감 가능치: {wastedMs, number, milliseconds} 밀리초"
|
|
1942
1930
|
},
|
|
1943
|
-
"
|
|
1931
|
+
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1944
1932
|
"message": "문서"
|
|
1945
1933
|
},
|
|
1946
|
-
"
|
|
1934
|
+
"core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
|
|
1947
1935
|
"message": "First Contentful Paint"
|
|
1948
1936
|
},
|
|
1949
|
-
"
|
|
1937
|
+
"core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
|
|
1950
1938
|
"message": "최초 유의미 페인트"
|
|
1951
1939
|
},
|
|
1952
|
-
"
|
|
1940
|
+
"core/lib/i18n/i18n.js | fontResourceType": {
|
|
1953
1941
|
"message": "글꼴"
|
|
1954
1942
|
},
|
|
1955
|
-
"
|
|
1943
|
+
"core/lib/i18n/i18n.js | imageResourceType": {
|
|
1956
1944
|
"message": "이미지"
|
|
1957
1945
|
},
|
|
1958
|
-
"
|
|
1946
|
+
"core/lib/i18n/i18n.js | interactiveMetric": {
|
|
1959
1947
|
"message": "Time to Interactive"
|
|
1960
1948
|
},
|
|
1961
|
-
"
|
|
1949
|
+
"core/lib/i18n/i18n.js | itemSeverityHigh": {
|
|
1962
1950
|
"message": "높음"
|
|
1963
1951
|
},
|
|
1964
|
-
"
|
|
1952
|
+
"core/lib/i18n/i18n.js | itemSeverityLow": {
|
|
1965
1953
|
"message": "낮음"
|
|
1966
1954
|
},
|
|
1967
|
-
"
|
|
1955
|
+
"core/lib/i18n/i18n.js | itemSeverityMedium": {
|
|
1968
1956
|
"message": "보통"
|
|
1969
1957
|
},
|
|
1970
|
-
"
|
|
1958
|
+
"core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
|
|
1971
1959
|
"message": "Largest Contentful Paint"
|
|
1972
1960
|
},
|
|
1973
|
-
"
|
|
1961
|
+
"core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
|
|
1974
1962
|
"message": "최대 첫 입력 지연 예상 시간"
|
|
1975
1963
|
},
|
|
1976
|
-
"
|
|
1964
|
+
"core/lib/i18n/i18n.js | mediaResourceType": {
|
|
1977
1965
|
"message": "미디어"
|
|
1978
1966
|
},
|
|
1979
|
-
"
|
|
1967
|
+
"core/lib/i18n/i18n.js | ms": {
|
|
1980
1968
|
"message": "{timeInMs, number, milliseconds} 밀리초"
|
|
1981
1969
|
},
|
|
1982
|
-
"
|
|
1970
|
+
"core/lib/i18n/i18n.js | otherResourceType": {
|
|
1983
1971
|
"message": "기타"
|
|
1984
1972
|
},
|
|
1985
|
-
"
|
|
1973
|
+
"core/lib/i18n/i18n.js | otherResourcesLabel": {
|
|
1986
1974
|
"message": "기타 리소스"
|
|
1987
1975
|
},
|
|
1988
|
-
"
|
|
1976
|
+
"core/lib/i18n/i18n.js | scriptResourceType": {
|
|
1989
1977
|
"message": "스크립트"
|
|
1990
1978
|
},
|
|
1991
|
-
"
|
|
1979
|
+
"core/lib/i18n/i18n.js | seconds": {
|
|
1992
1980
|
"message": "{timeInMs, number, seconds} 초"
|
|
1993
1981
|
},
|
|
1994
|
-
"
|
|
1982
|
+
"core/lib/i18n/i18n.js | speedIndexMetric": {
|
|
1995
1983
|
"message": "Speed Index"
|
|
1996
1984
|
},
|
|
1997
|
-
"
|
|
1985
|
+
"core/lib/i18n/i18n.js | stylesheetResourceType": {
|
|
1998
1986
|
"message": "스타일시트"
|
|
1999
1987
|
},
|
|
2000
|
-
"
|
|
1988
|
+
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
2001
1989
|
"message": "타사"
|
|
2002
1990
|
},
|
|
2003
|
-
"
|
|
1991
|
+
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
2004
1992
|
"message": "Total Blocking Time"
|
|
2005
1993
|
},
|
|
2006
|
-
"
|
|
1994
|
+
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
2007
1995
|
"message": "합계"
|
|
2008
1996
|
},
|
|
2009
|
-
"
|
|
1997
|
+
"core/lib/lh-error.js | badTraceRecording": {
|
|
2010
1998
|
"message": "페이지 로드 중 처리한 추적을 기록하던 중 문제가 발생했습니다. Lighthouse를 다시 실행하세요. ({errorCode})"
|
|
2011
1999
|
},
|
|
2012
|
-
"
|
|
2000
|
+
"core/lib/lh-error.js | criTimeout": {
|
|
2013
2001
|
"message": "초기 디버거 프로토콜 연결 대기 시간이 초과되었습니다."
|
|
2014
2002
|
},
|
|
2015
|
-
"
|
|
2003
|
+
"core/lib/lh-error.js | didntCollectScreenshots": {
|
|
2016
2004
|
"message": "Chrome이 페이지 로드 중 스크린샷을 수집하지 않았습니다. 페이지에 표시된 콘텐츠가 있는지 확인한 다음 Lighthouse를 다시 실행해 보세요. ({errorCode})"
|
|
2017
2005
|
},
|
|
2018
|
-
"
|
|
2006
|
+
"core/lib/lh-error.js | dnsFailure": {
|
|
2019
2007
|
"message": "DNS 서버에서 제공된 도메인을 해결하지 못했습니다."
|
|
2020
2008
|
},
|
|
2021
|
-
"
|
|
2009
|
+
"core/lib/lh-error.js | erroredRequiredArtifact": {
|
|
2022
2010
|
"message": "필수 {artifactName} 수집기에 다음 오류가 발생했습니다. {errorMessage}"
|
|
2023
2011
|
},
|
|
2024
|
-
"
|
|
2012
|
+
"core/lib/lh-error.js | internalChromeError": {
|
|
2025
2013
|
"message": "Chrome 내부 오류가 발생했습니다. Chrome을 다시 시작한 다음 Lighthouse를 다시 실행해 주세요."
|
|
2026
2014
|
},
|
|
2027
|
-
"
|
|
2015
|
+
"core/lib/lh-error.js | missingRequiredArtifact": {
|
|
2028
2016
|
"message": "필수 {artifactName} 수집기가 실행되지 않았습니다."
|
|
2029
2017
|
},
|
|
2030
|
-
"
|
|
2018
|
+
"core/lib/lh-error.js | noFcp": {
|
|
2031
2019
|
"message": "페이지에서 콘텐츠를 페인트하지 않았습니다. 로드 중 포그라운드에서 브라우저 창이 실행되었는지 확인 후 다시 시도해 보세요. ({errorCode})"
|
|
2032
2020
|
},
|
|
2033
|
-
"
|
|
2021
|
+
"core/lib/lh-error.js | notHtml": {
|
|
2034
2022
|
"message": "입력한 페이지가 HTML이 아닙니다(MIME {mimeType} 유형으로 게시됨)."
|
|
2035
2023
|
},
|
|
2036
|
-
"
|
|
2024
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
2037
2025
|
"message": "이 Chrome 버전은 너무 오래되어 '{featureName}'을(를) 지원할 수 없습니다. 전체 결과를 보려면 최신 버전을 사용하세요."
|
|
2038
2026
|
},
|
|
2039
|
-
"
|
|
2027
|
+
"core/lib/lh-error.js | pageLoadFailed": {
|
|
2040
2028
|
"message": "Lighthouse에서 사용자가 요청한 페이지를 안정적으로 로드하지 못했습니다. 올바른 URL을 테스트하고 있으며 서버에서 모든 요청에 적절하게 응답하고 있는지 확인하세요."
|
|
2041
2029
|
},
|
|
2042
|
-
"
|
|
2030
|
+
"core/lib/lh-error.js | pageLoadFailedHung": {
|
|
2043
2031
|
"message": "페이지 응답이 중지되었기 때문에 Lighthouse에서 사용자가 요청한 URL을 안정적으로 로드하지 못했습니다."
|
|
2044
2032
|
},
|
|
2045
|
-
"
|
|
2033
|
+
"core/lib/lh-error.js | pageLoadFailedInsecure": {
|
|
2046
2034
|
"message": "제공한 URL에 유효한 보안 인증서가 포함되어 있지 않습니다. {securityMessages}"
|
|
2047
2035
|
},
|
|
2048
|
-
"
|
|
2036
|
+
"core/lib/lh-error.js | pageLoadFailedInterstitial": {
|
|
2049
2037
|
"message": "Chrome에서 전면 광고가 있는 페이지를 로드하지 못하도록 했습니다. 올바른 URL로 테스트하고 있으며 서버가 모든 요청에 적절하게 응답하고 있는지 확인하세요."
|
|
2050
2038
|
},
|
|
2051
|
-
"
|
|
2039
|
+
"core/lib/lh-error.js | pageLoadFailedWithDetails": {
|
|
2052
2040
|
"message": "Lighthouse에서 사용자가 요청한 페이지를 안정적으로 로드하지 못했습니다. 올바른 URL로 테스트하고 있으며 서버가 모든 요청에 적절하게 응답하고 있는지 확인하세요. (세부정보: {errorDetails})"
|
|
2053
2041
|
},
|
|
2054
|
-
"
|
|
2042
|
+
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2055
2043
|
"message": "Lighthouse에서 사용자가 요청한 페이지를 안정적으로 로드하지 못했습니다. 올바른 URL로 테스트하고 있으며 서버가 모든 요청에 적절하게 응답하고 있는지 확인하세요. (상태 코드: {statusCode})"
|
|
2056
2044
|
},
|
|
2057
|
-
"
|
|
2045
|
+
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2058
2046
|
"message": "페이지 로드에 시간이 너무 오래 걸립니다. 보고서의 추천에 따라 페이지 로드 시간을 줄인 다음 Lighthouse를 다시 실행해 보세요. ({errorCode})"
|
|
2059
2047
|
},
|
|
2060
|
-
"
|
|
2048
|
+
"core/lib/lh-error.js | protocolTimeout": {
|
|
2061
2049
|
"message": "DevTools 프로토콜 응답 대기가 할당된 시간을 초과했습니다. (메서드: {protocolMethod})"
|
|
2062
2050
|
},
|
|
2063
|
-
"
|
|
2051
|
+
"core/lib/lh-error.js | requestContentTimeout": {
|
|
2064
2052
|
"message": "리소스 콘텐츠 가져오기 시간이 할당된 시간을 초과했습니다"
|
|
2065
2053
|
},
|
|
2066
|
-
"
|
|
2054
|
+
"core/lib/lh-error.js | urlInvalid": {
|
|
2067
2055
|
"message": "사용자가 제공한 URL이 잘못되었습니다."
|
|
2068
2056
|
},
|
|
2069
2057
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|