Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.3 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
92 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/4e22b825-c68e-43ac-a6e2-dc066801ee34)<a href="https://beavercheck.com/results/4e22b825-c68e-43ac-a6e2-dc066801ee34"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnaver.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnaver.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 22.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~25%.
Page takes 22.4s to load
+12% bounceUsers abandon at ~3s — you're 19.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 910ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₩455,000 investment → ₩1,709/month returns + KRW 3,000,000,000 risk avoided
₩455,000
6h · 5 findings
₩1,709 /mo
~₩20,504 / year
KRW 3,000,000,000
if kept compliant
₩70,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,001,709 / month at risk
~₩3,000,020,504 / year if left unfixed
₩3,000,000,000
+1 more
₩1,709 /mo
15805.2 MB/mo × 108.108 KRW/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
11.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
910 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.94 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.21 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.chq_weather > div.chqw_ico_weather > div.wt7 > div.cloud1 a.chq_weather > div.chqw_ico_weather > div.wt7 > div.cloud1 | s.pstatic.net/static/www/m-new/uit/img/sp_weather_animation_05cf64fb.png | 345.7 KiB | 201.0 KiB |
네이버 footer > div.mf_info_wrap > div.mf_info > a.mf_logo_naver | s.pstatic.net/static/www/m-new/uit/img/sp_main_823cbda5.png | 371.6 KiB | 98.7 KiB |
li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_1776345198197VobKm.jpg | 112.0 KiB | 91.5 KiB |
li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_17763454422090mpEW.jpg | 102.7 KiB | 82.2 KiB |
li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_17763453021840zc6S.jpg | 102.3 KiB | 81.8 KiB |
li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img li.cc_clip_item > a.cc_link_clip > div.cc_clip_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_1776345143714YXGYC.jpg | 100.4 KiB | 79.9 KiB |
div.cc_clip_wrap > div.cc_clip_channel > button.cnf_btn_subscription > ::before div.cc_clip_wrap > div.cc_clip_channel > button.cnf_btn_subscription > ::before | s.pstatic.net/static/www/m-new/uit/img/sp_today_a4cb3650.png | 332.7 KiB | 76.9 KiB |
ul.chm_service_list > li.chm_service_item > a.chm_service > ::before ul.chm_service_list > li.chm_service_item > a.chm_service > ::before | s.pstatic.net/static/www/m-new/uit/img/sp_search_28c8ef40.png | 116.7 KiB | 44.1 KiB |
li.grid1 > a.cc_link_clip > div.cc_clip_mw > img li.grid1 > a.cc_link_clip > div.cc_clip_mw > img | /dthumb.phinf/?src=%22http%3A%2F%2Fblogfiles.naver.net%2F... | 38.4 KiB | 24.8 KiB |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img | /dthumb.phinf/?src=%22http%3A%2F%2Fblogfiles.naver.net%2F... | 62.0 KiB | 17.3 KiB |
li.grid1 > a.cc_link_clip > div.cc_clip_mw > img li.grid1 > a.cc_link_clip > div.cc_clip_mw > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Ftvcas... | 25.6 KiB | 16.5 KiB |
div.nav_area > nav#NAV > a#MM_SEARCH_FOCUS_BTN > ::before div.nav_area > nav#NAV > a#MM_SEARCH_FOCUS_BTN > ::before | s.pstatic.net/static/www/m-new/uit/img/sp_main_search_b49ba5bb.png | 60.7 KiB | 14.8 KiB |
li.cc_clip_item > a.cc_link_channel > div.cc_channel_mw > img li.cc_clip_item > a.cc_link_channel > div.cc_channel_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_1776345216192tnZYz.png | 12.0 KiB | 11.8 KiB |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img | /dthumb.phinf/?src=%22http%3A%2F%2Fblogfiles.naver.net%2F... | 52.6 KiB | 7.9 KiB |
미군 "이란, 합의 안하면 인프라 폭격…대규모 전투 재개 준비" div.comp_news_feed > a.cnf_news_area > div.cnf_news_thumb > img | /mimgnews/image/origin/003/2026/04/16/13892859.jpg?ut=202... | 10.7 KiB | 7.4 KiB |
li.cc_clip_item > a.cc_link_channel > div.cc_channel_mw > img li.cc_clip_item > a.cc_link_channel > div.cc_channel_mw > img | s.pstatic.net/static/weaving/20260416_20290415/file_1776345164980ZNGXR.png | 6.6 KiB | 6.4 KiB |
정정보도 모음 div.ccb_banner_wrap > a.ccb_link_banner > picture > img | /imgnews/image/upload/office_logo/007/2023/09/22/logo_007... | 27.4 KiB | 5.9 KiB |
div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img | /dthumb.phinf/?src=%22https%3A%2F%2Fclip-service-phinf.ps... | 73.2 KiB | 5.2 KiB |
[광고]내 짧은 기록을 모아봐요 클립 프로필 10초 만에 만들기 div.ad_main_search_home > a > span > img | /melona/libs/1556/1556464/1ec290a829924f10231a_2026031315... | 17.8 KiB | 4.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| mm.pstatic.net/js/build/vendors.94bf8cea.js | 1.1 MiB | 5.6 s |
| mm.pstatic.net/js/build/main.86ff2c41.js | 258.6 KiB | |
| mm.pstatic.net/css/build/vendors.92b7e970.css | 56.6 KiB | 151 ms |
| mm.pstatic.net/css/ncache/build/w_new.ddd9f783.css | 208.6 KiB | 2.0 s |
| mm.pstatic.net/js/build/index_head.78ef0f00.js | 34.2 KiB | 302 ms |
| ssl.pstatic.net/tveta/libs/assets/js/mo/main/min/mo.veta.core.min.js?20180328 | 5.7 KiB | 756 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| naver.com/ | 1.3 s |
| www.naver.com/ | 1.0 s |
| m.naver.com/ | 0.0 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| mm.pstatic.net/css/ncache/build/w_new.ddd9f783.css | 208.4 KiB | 181.0 KiB |
| mm.pstatic.net/css/build/vendors.92b7e970.css | 56.4 KiB | 56.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mm.pstatic.net/js/build/vendors.94bf8cea.js | 1.1 MiB | 774.3 KiB |
| mm.pstatic.net/js/build/main.86ff2c41.js | 256.6 KiB | 215.8 KiB |
| ntm.pstatic.net/scripts/ntm_eee540032831.js | 66.3 KiB | 28.1 KiB |
| ntm.pstatic.net/scripts/ntm_17c5bf488690.js | 81.1 KiB | 27.8 KiB |
| myspace.pstatic.net/nudge-sdk/2f3c345144a83cca6f1cab4b157b216468bcbe03/bundle.js | 29.9 KiB | 23.6 KiB |
| ntm.pstatic.net/ex/nlog.js | 47.2 KiB | 20.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m.naver.com/ | 3.1 s | 16 ms | 20 ms |
| mm.pstatic.net/js/build/main.86ff2c41.js | 1.6 s | 1.3 s | 141 ms |
| mm.pstatic.net/js/build/vendors.94bf8cea.js | 739 ms | 216 ms | 451 ms |
| Unattributable | 592 ms | 40 ms | 0.0 ms |
| ntm.pstatic.net/scripts/ntm_17c5bf488690.js | 198 ms | 160 ms | 37 ms |
| mm.pstatic.net/css/ncache/build/w_new.ddd9f783.css | 172 ms | 0.0 ms | 0.0 ms |
| ntm.pstatic.net/scripts/ntm_eee540032831.js | 135 ms | 107 ms | 28 ms |
| ssl.pstatic.net/tveta/libs/glad/prod/gfp-core.js | 108 ms | 102 ms | 4.8 ms |
| mm.pstatic.net/js/build/index_head.78ef0f00.js | 88 ms | 72 ms | 11 ms |
| ntm.pstatic.net/ex/nlog.js | 80 ms | 62 ms | 18 ms |
| ssl.pstatic.net/melona/libs/gfp-nac-module/synchronizer.js | 68 ms | 57 ms | 5.6 ms |
| ssl.pstatic.net/tveta/libs/glad/prod/3.9.0/gfp-display-sdk.js | 62 ms | 44 ms | 1.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 1.8 s |
| Style & Layout | 1.8 s |
| Script Parsing & Compilation | 766 ms |
| Rendering | 323 ms |
| Parse HTML & CSS | 209 ms |
| Garbage Collection | 35 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img | /navertv/livecloud/KR/stream/313061/live/14449982/record/... |
[광고]내 짧은 기록을 모아봐요 클립 프로필 10초 만에 만들기 div.ad_main_search_home > a > span > img | /melona/libs/1556/1556464/1ec290a829924f10231a_2026031315... |
정정보도 모음 div.ccb_banner_wrap > a.ccb_link_banner > picture > img | /imgnews/image/upload/office_logo/007/2023/09/22/logo_007... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
추천
뉴스
엔터
스포츠
쇼핑
경제
클립
패션뷰티
여행맛집
카테크
지식
리빙푸드
건강
게임
웹툰
우리동네
판 관리 바로가기 nav#NAV > div.nav_scroll_wrap > div#NAV_LIST > ul.nav_list |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
하락
0.01% li.chq_loop_item > div.chq_weather_side > a.chq_stock > span.chqs_gap |
챌린지 모음 div.cc_title_wrap > h3.cc_title > span.cc_main > em.comp_em |
로그인 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
전체서비스 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
PC버전 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
이용약관 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
개인정보처리방침 div.mf_info_wrap > div.mf_info > a.mf_info_link > strong |
고객센터 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
휘슬😙👌 노크✊ 챌린지 모음 div.grid1 > div.comp_common_feed > div.cc_title_wrap > h3.cc_title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb |
div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb |
div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb |
div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb |
div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_thumb > a.chf_link_thumb |
ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel |
ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel |
ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel |
ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel ul.native_scroll_list > li.cnb_channel_item > div.cnb_channel_mw > a.cnb_link_channel |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
난자로 플러팅하는 40대 누나 div.chf_feed_card > div.chf_feed_wrap > div.chf_feed_info > a.chf_link_info |
로그인 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
전체서비스 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
PC버전 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
이용약관 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
개인정보처리방침 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
고객센터 footer > div.mf_info_wrap > div.mf_info > a.mf_info_link |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.web html.web |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img | /navertv/livecloud/KR/stream/312870/live/18333419/record/... | 100 x 360 (0.28) | 640 x 360 (1.78) |
div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img | /navertv/livecloud/KR/stream/313057/live/12149425/record/... | 100 x 360 (0.28) | 640 x 360 (1.78) |
div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img div.cnb_broadcast_area > a.cnb_broadcast_news > div.cnb_broadcast_mw > img | /navertv/livecloud/KR/stream/573619/live/12925699/record/... | 100 x 360 (0.28) | 640 x 360 (1.78) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| help.naver.com/alias/search/word/word_16.naver | 자세히 보기 |
| help.naver.com/alias/search/word/word_16.naver | 자세히 보기 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img div.chf_grid_big > div.chf_grid_mw > div.chf_vw_box > img.chf_img |
a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img a.chf_link_thumb > div.chf_grid_big > div.chf_grid_mw > img.chf_img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
42 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.948
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.66 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.DailyBoardView-module__link_info_detail___miKv5 > div.DailyBoardView-module__info_weather___uEgXj > div.DailyBoardView-module__weather_icon___MfVmp > ::before a.DailyBoardView-module__link_info_detail___miKv5 > div.DailyBoardView-module__info_weather___uEgXj > div.DailyBoardView-module__weather_icon___MfVmp > ::before | pm.pstatic.net/resources/asset/sp_weather.11654bc0.png | 532.2 KiB | 287.3 KiB |
li.shortcut_item > a.link_service > span.service_icon > ::before li.shortcut_item > a.link_service > span.service_icon > ::before | pm.pstatic.net/resources/asset/sp_main.4e24fdaf.png | 415.2 KiB | 275.0 KiB |
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img | s.pstatic.net/static/www/mobile/edit/20260408_1095/upload_1775645092820gtAS0.png | 190.9 KiB | 178.4 KiB |
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img | s.pstatic.net/static/www/mobile/edit/20260414_1095/upload_1776151867560tuDXZ.png | 162.7 KiB | 150.2 KiB |
기간한정 네이버에서 배민을 네이버 멤버십은 배민클럽 무료 *기존 배민클럽 구독자 및 2개월 무료바우처 기이용자는 제외 div#gfp_sf_align > div.image_container_dgy7rxb > a.image_link > img.max_width | /20260401_267/1775018195252Fku1S_PNG/7f9e1ec492b9117c6fe2... | 150.0 KiB | 132.5 KiB |
li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Faudio... | 90.2 KiB | 88.0 KiB |
네이버 공식 창작자 프로그램 클립 크리에이터 신청하기 div#gfp_sf_align > div.image_container_elbdwm3 > a.image_link > img.max_width | /20260415_49/1776244186930DCRmi_PNG/f82e1dd02404c62f35db1... | 91.2 KiB | 85.7 KiB |
div.NewFocusItem-module-scss-module__p5rgZW__video_area > div.NewFocusItem-module-scss-module__p5rgZW__thumb > button.NewFocusItem-module-scss-module__p5rgZW__btn_sound > ::after div.NewFocusItem-module-scss-module__p5rgZW__video_area > div.NewFocusItem-module-scss-module__p5rgZW__thumb > button.NewFocusItem-module-scss-module__p5rgZW__btn_sound > ::after | /v1/shopad/static/shopad-spblock-node/v260327-134909/_nex... | 96.6 KiB | 71.8 KiB |
li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Faudio... | 69.4 KiB | 67.2 KiB |
NAVER div#search > h1#special-input-logo > a.link_naver > img | s.pstatic.net/static/www/mobile/edit/20230516_0/upload_1684217675277OZzsu.gif | 85.5 KiB | 64.1 KiB |
li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB | /dthumb/?src=https://searchad-phinf.pstatic.net/MjAyMjA4M... | 61.6 KiB | 60.3 KiB |
기획!하객룩~90% 독보적 러블리! div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260413_23/f6b6840e-018e-4001-9c17-72c1e... | 58.7 KiB | 56.0 KiB |
광고 이미지 a.rb_anchor > div.rb_product_area > div.rb_product_img_area > img | /MjAyNjAxMDZfNjUg/MDAxNzY3Njc1OTQ1NzQ1.LUDf36_DqwqfFNOVFr... | 58.5 KiB | 54.3 KiB |
미리 준비하는~ 마틸라 여름이불 div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260414_3/9c207706-fd01-48e4-9c30-313c72... | 54.3 KiB | 51.6 KiB |
이렇게~ 입으니 남친이 좋아해! div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260407_12/cee34c82-09cc-4494-8cfe-fb0f6... | 51.6 KiB | 48.9 KiB |
li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img li.RightWidget-module__vibe_item___KW0Ld > a.RightWidget-module__link_music___kPZQf > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Faudio... | 43.5 KiB | 41.2 KiB |
사랑스러운 무드 데일리~블라우스 div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260409_0/d73693ea-e1f2-46ed-ac04-cba8d8... | 43.5 KiB | 40.8 KiB |
광고 이미지 a.section_inner > div.content_box > div.thumb_area > img | /MjAyMzA3MThfMTQ0/MDAxNjg5NjU0OTYyMjA4.b_04p9uAQHMLvyoLw6... | 42.9 KiB | 40.4 KiB |
독보적인 예쁨! 한정수량~80%OFF div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260403_0/722f515b-46a9-4f92-b109-0d9f1d... | 42.7 KiB | 40.0 KiB |
반응UP BEST 무조건~소장각! div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260413_3/cc3cc583-3626-48da-aebf-e47dc8... | 42.2 KiB | 39.4 KiB |
[광고]지금 가장 인기있는 홈리빙 스토어 랭킹 확인! div#topSearchWrap > div#search-right > a.link_headline > img | /melona/libs/1564/1564335/c6db9d14d4b1fa8c63fb_2026033119... | 40.4 KiB | 36.1 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 33.6 KiB | 30.8 KiB |
li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB | /dthumb/?src=https://shopping-phinf.pstatic.net/main_8237... | 31.8 KiB | 30.4 KiB |
광고 이미지 div.rb_footer > div.rb_brand_area > div.rb_brand_thumbnail_area > img | /MjAyNTAzMTlfMjg4/MDAxNzQyMzY3NjMyOTcx.akIdB7OGe3V6lCKkVW... | 26.8 KiB | 26.7 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 29.1 KiB | 26.3 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 26.2 KiB | 23.4 KiB |
a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 25.5 KiB | 22.8 KiB |
시원하고 편안한 셋업 70% OFF div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260416_21/7ca3cf18-d505-41d7-92ab-a9dfb... | 25.4 KiB | 22.6 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 24.8 KiB | 22.1 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 24.6 KiB | 21.9 KiB |
a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 24.4 KiB | 21.7 KiB |
실버925 특가 30%할인 귀걸이 div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260330_0/77cb0b6b-87c2-4bf0-b046-18a54b... | 24.1 KiB | 21.4 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 24.1 KiB | 21.4 KiB |
잼, 버터도 아닌 복음자리 넛츠앤 div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260408_7/6d649213-70d5-425c-9154-0474f3... | 22.8 KiB | 20.0 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 19.2 KiB | 16.4 KiB |
a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 18.7 KiB | 16.0 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 17.4 KiB | 14.7 KiB |
a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 17.4 KiB | 14.7 KiB |
li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB li.recoShoppingView_item__R5HaM > a.link > div.recoShoppingView_inner__aKl9u > img.recoShoppingView_img__udoPB | /dthumb/?src=https://shopping-phinf.pstatic.net/main_8750... | 15.6 KiB | 14.3 KiB |
칙칙한 엄마피부 집에서 해결 div.NewHotItem-module-scss-module__jSZvja__product_column_mw > a.NewHotItem-module-scss-module__jSZvja__link_product_column > span.AdImage-module-scss-module__nud11W__content_img > img | /shopping.phinf/20260304_1/cc88d365-c213-4dfa-8047-722254... | 15.9 KiB | 13.5 KiB |
a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img a.SixColumnPosterView-module__link_item___soec8 > div.SixColumnPosterView-module__thumb___vQOfy > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 15.1 KiB | 12.4 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 14.9 KiB | 12.2 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 13.7 KiB | 11.0 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 13.3 KiB | 10.6 KiB |
a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img a.SixColumnPoster-module__link_item___gNbik > div.SixColumnPoster-module__thumb___uLLRt > span.ImgView-module__content_img___QA0gl > img | /dthumb.phinf/?src=%22https%3A%2F%2Fs.pstatic.net%2Fshopp... | 8.5 KiB | 6.3 KiB |
인민망 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/923.png | 5.9 KiB | 5.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| pm.pstatic.net/resources/css/main.f943df1b.css | 719.4 KiB | 822 ms |
| ssl.pstatic.net/sstatic/search/pc/css/sp_autocomplete_260205.css | 6.5 KiB | 207 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /static/www/m-new/uit/webfont_NanumSquareNeo/NanumSquareN... | 20 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| naver.com/ | 741 ms |
| www.naver.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
뉴스스탠드언론사편집
엔터
스포츠LIVE
경제
쇼핑투데이
전체언론사
연합뉴스
대장동 주역 남욱 "검사가 목표는 하나라고 해" vs "사실 아냐"… body > div#wrap > div#container | 0.948 |
G마켓 SUPER 마트,리빙! 장보기부터 리빙까지 한번에! div.TodayPick-module-scss-module__zDwfaq__header_sub_wrap > div.TodayPick-module-scss-module__zDwfaq__header_sub > a.TodayPick-module-scss-module__zDwfaq__link_mall > span.TodayPick-module-scss-module__zDwfaq__desc | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pm.pstatic.net/resources/css/main.f943df1b.css | 718.9 KiB | 534.6 KiB |
| /v1/shopad/static/shopad-spblock-node/v260327-134909/_nex... | 12.2 KiB | 10.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| pm.pstatic.net/resources/js/main.3789b045.js?o=www | 750.1 KiB | 343.1 KiB |
| pm.pstatic.net/resources/js/search.d9f69b84.js?o=www | 280.2 KiB | 141.6 KiB |
| pm.pstatic.net/resources/js/polyfill.e72edbd6.js?o=www | 252.2 KiB | 107.3 KiB |
| pm.pstatic.net/resources/js/preload.e5e2ade4.js?o=www | 178.0 KiB | 81.0 KiB |
| /v1/shopad/static/shopad-spblock-node/v260327-134909/_nex... | 102.9 KiB | 45.6 KiB |
| ntm.pstatic.net/ex/nlog.js | 47.2 KiB | 27.3 KiB |
| ntm.pstatic.net/ex/nlog.js | 47.2 KiB | 27.3 KiB |
| ntm.pstatic.net/scripts/ntm_27291e35193e.js | 58.1 KiB | 23.7 KiB |
| ntm.pstatic.net/scripts/ntm_27291e35193e.js | 58.1 KiB | 23.7 KiB |
| ntm.pstatic.net/ex/nlog.js | 47.2 KiB | 22.5 KiB |
| /v1/shopad/static/shopad-recoshopping-node/v260319-172001... | 62.4 KiB | 22.5 KiB |
| ntm.pstatic.net/scripts/ntm_27291e35193e.js | 58.1 KiB | 20.2 KiB |
| /v1/shopad/static/shopad-spblock-node/v260327-134909/_nex... | 41.2 KiB | 20.1 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.1 s |
| Other | 617 ms |
| Style & Layout | 421 ms |
| Script Parsing & Compilation | 175 ms |
| Rendering | 129 ms |
| Parse HTML & CSS | 51 ms |
| Garbage Collection | 25 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| s.pstatic.net/imgshopping/static/sb/js/lcs/lcslog_v0.11.0.js | 8.3 KiB | 3.8 KiB |
| s.pstatic.net/imgshopping/static/sb/js/nclick/nclk_v0.7.0.js | 5.4 KiB | 2.7 KiB |
| s.pstatic.net/imgshopping/static/sb/js/nclick/nclk_v0.7.0.js | 5.4 KiB | 2.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
중앙일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd181542864.png |
중앙데일리 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd182012954.png |
파이낸셜뉴스 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd182326399.png |
경북도민일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/978.png |
동아일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd17313279.png |
KBS World div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/326.png |
넥스트데일리 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/910.png |
한국경제TV div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd182944971.png |
국민일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd165523873.png |
비즈워치 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd174454995.png |
세계일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd174812228.png |
뉴스펭귄 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2022/0405/nsd15024245.png |
중부일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0512/nsd155319792.png |
매일노동뉴스 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/969.png |
문화일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd174041516.png |
경향신문 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd16545193.png |
OSEN div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2020/0610/nsd151458769.png |
인민망 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/923.png |
프레시안 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0421/nsd113059820.png |
한국일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd183051314.png |
뉴스타파 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd17236863.png |
영남일보 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/385.png |
이로운넷 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/2020/logo/light/0604/825.png |
한겨레 div.MediaSubscriptionView-module__subscription_group___peb21 > div.MediaSubscriptionView-module__subscription_box___z8NuT > a.MediaSubscriptionView-module__news_thumb___IA4y2 > img.news_logo | s.pstatic.net/static/newsstand/up/2025/0418/nsd182533332.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search_group > div#search > div.search_box > button#ke_kbd_btn div.search_group > div#search > div.search_box > button#ke_kbd_btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img |
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
웨일 설치 div.banner_top > div.top_inner > div.top_box > a.link_top |
전체
/4 div#newsstand > div.ContentPagingView-module__content_paging___QIMwB > div.ContentPagingView-module__content_page___ZM2wA > span.ContentPagingView-module__total___HUvt2 |
추천 ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > span.ContentHeaderView-module__tab___uYoNi > a.ContentHeaderView-module__tab_text___IuWnG |
카테크 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
웹툰 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
패션뷰티 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
리빙푸드 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
지식 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
건강 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
게임 div.ContentHeaderView-module__header_tab___WW6fU > ul.ContentHeaderView-module__tab_list___BWrWe > li.ContentHeaderView-module__tab_item___dz3nK > a.ContentHeaderView-module__tab___uYoNi |
NAVER
로그인 div.Layout-module__right_top___h3g3v > div#account > div.MyView-module__my_login___tOTgr > a.MyView-module__link_login___HpHMW |
최저기온
14° div.DailyBoardView-module__info_box___QhnLh > a.DailyBoardView-module__link_info_detail___miKv5 > div.DailyBoardView-module__info_temperature___ivR0A > span.DailyBoardView-module__temperature_low___aC6Fe |
최고기온
20° div.DailyBoardView-module__info_box___QhnLh > a.DailyBoardView-module__link_info_detail___miKv5 > div.DailyBoardView-module__info_temperature___ivR0A > span.DailyBoardView-module__temperature_high___QLp_M |
보통 div.DailyBoardView-module__info_box___QhnLh > a.DailyBoardView-module__link_weather_dust___sLUpk > span.DailyBoardView-module__dust_text___E7xUx > span.DailyBoardView-module__dust_status___zxYwi |
보통 div.DailyBoardView-module__info_box___QhnLh > a.DailyBoardView-module__link_weather_dust___sLUpk > span.DailyBoardView-module__dust_text___E7xUx > span.DailyBoardView-module__dust_status___zxYwi |
상승
26.33+0.11% div.AutoRolling-module__rolling-x___Omp83 > a.DailyBoardView-module__link_stock_info___pkG7w > div.DailyBoardView-module__stock_info___eS3yV > div.DailyBoardView-module__stock_gap___xupd6 |
+0.11% a.DailyBoardView-module__link_stock_info___pkG7w > div.DailyBoardView-module__stock_info___eS3yV > div.DailyBoardView-module__stock_gap___xupd6 > span.DailyBoardView-module__rate___aja8C |
3.08% li.DailyBoardView-module__stock_item___Iy8GB > a.DailyBoardView-module__link_stock___d9uPi > span.DailyBoardView-module__stock_price___uUj_R > span.DailyBoardView-module__stock_rate___gQf2i |
1.67% li.DailyBoardView-module__stock_item___Iy8GB > a.DailyBoardView-module__link_stock___d9uPi > span.DailyBoardView-module__stock_price___uUj_R > span.DailyBoardView-module__stock_rate___gQf2i |
6.33% li.DailyBoardView-module__stock_item___Iy8GB > a.DailyBoardView-module__link_stock___d9uPi > span.DailyBoardView-module__stock_price___uUj_R > span.DailyBoardView-module__stock_rate___gQf2i |
29 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__dimmed___ydNG4 |
30 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__dimmed___ydNG4 |
31 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__dimmed___ydNG4 |
12 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__sunday___mlznU |
19 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__sunday___mlznU |
26 table.RightWidget-module__calendar_table___ycJtd > tbody > tr > td.RightWidget-module__sunday___mlznU |
이용안내 div.service_box_wrap > div.service_box > div.service_info > a.dsc |
바로가기 div.service_box_wrap > div.service_box > div.service_info > a.dsc |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
공지사항 div.footer_inner > div.notice_area > div.notice_box > h3.title |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
정보 더보기 div.Layout-module__content_area___b_3TU > div.DailyBoardView-module__daily_board_area___Q6Jmf > div.DailyBoardView-module__header_group___uGkqW > button.DailyBoardView-module__btn_info___Vnd0i |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| help.naver.com/alias/search/word/word_16.naver | 자세히 보기 |
| help.naver.com/alias/search/word/word_16.naver | 자세히 보기 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img |
a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img a.HighlightedColumnView-module__link_item___kx28e > div.HighlightedColumnView-module__thumb___IN5Mg > span.ImgView-module__content_img___QA0gl > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback