Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.1s 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.
Good content signals with minor gaps.
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 12.0 MB (5.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/6f59e13e-35b7-4503-8f34-35eb3951508e)<a href="https://beavercheck.com/results/6f59e13e-35b7-4503-8f34-35eb3951508e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdaum.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdaum.netThis 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 17.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 17.1s to load
+12% bounceUsers abandon at ~3s — you're 14.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₩420,000 investment → ₩1,734/month returns + KRW 3,000,000,000 risk avoided
₩420,000
6h · 5 findings
₩1,734 /mo
~₩20,808 / 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.0 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,001,734 / month at risk
~₩3,000,020,808 / year if left unfixed
₩3,000,000,000
+2 more
₩1,734 /mo
16039.3 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 5 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.
7.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.27 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.045
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.07 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.
22.80 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| tv.kakao.com/player/script/sdk/player_api.min.js | 11.7 KiB | 1.7 s |
| t1.daumcdn.net/tiara/js/v1/tiara-1.2.0.min.js | 7.2 KiB | |
| t1.daumcdn.net/top/daum/daum-m/production/20260417_161000/common.css | 91.7 KiB | 1.7 s |
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 | |
|---|---|---|---|
루프 ul.tab_menu > li.shorts > a.link_menu > span.txt_menu | t1.daumcdn.net/b2/creative/761222/b31570d1b8bd0978155e07f6c9ac5969.jpg | 297.2 KiB | 254.9 KiB |
상승 a.link_stock > div.item_stock > em.txt_state > span.ico_mtg | t1.daumcdn.net/daumtop_deco/images/mtop/2023/m640/ico_mtg_231004.png | 195.7 KiB | 119.5 KiB |
head > meta head > meta | t1.daumcdn.net/b2/creative/800865/0e4d1d89cc47db27ae661e1fad33c6c5.png | 118.1 KiB | 103.4 KiB |
뉴스
라이브
언론사
연예
쇼핑
스포츠
머니
루프
홈&쿠킹
스타일
여행맛집
지식교양
자동차+
동물… article#mArticle > nav.nav_main > div.slidebox_menu > div.slide_menu | t1.daumcdn.net/b2/creative/761222/387c3cff3e67bb55b4dff22f5114a6c7.png | 24.5 KiB | 24.3 KiB |
div.out_ibox > div.box_g > a.link_bnr > img.img_bnr div.out_ibox > div.box_g > a.link_bnr > img.img_bnr | t1.daumcdn.net/daumtop_deco/images/mtop/2025/m640/img_gameon_quiz.png | 24.4 KiB | 19.6 KiB |
a.link_item > div.item_explore > div.thumb_g > img.thumb_img a.link_item > div.item_explore > div.thumb_g > img.thumb_img | /thumb/S308x208a.q85.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 25.0 KiB | 14.5 KiB |
a.link_theme > div.wrap_thumb > span.thumb_g > img.thumb_img a.link_theme > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 13.6 KiB | 9.6 KiB |
YTN 뉴스 div.swiper-slide > a.link_item > div.thumb_g > img.thumb_img | /thumb/C308x172a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 14.3 KiB | 7.7 KiB |
비더레전드 div.box_g > div.sign_move > a.link_item > img.thumb_img | /thumb/C640x120a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 16.6 KiB | 7.0 KiB |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 11.0 KiB | 7.0 KiB |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 10.8 KiB | 6.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| daum.net/ | 1.7 s |
| m.daum.net/?nil_top=mobile | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| m.daum.net/?nil_top=mobile | 928 ms |
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.
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 |
|---|---|---|
| t1.daumcdn.net/top/daum/daum-m/production/20260417_161000/common.css | 91.3 KiB | 81.0 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 |
|---|---|---|
| t1.daumcdn.net/top/daum/daum-m/production/20260417_161000/index.js | 307.0 KiB | 227.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 145.1 KiB |
| t1.daumcdn.net/daumtop_deco/scripts/prada/clay/clay-1776220636993.min.js | 126.4 KiB | 82.9 KiB |
| t1.daumcdn.net/daumtop_deco/scripts/lib/lottie-player-2.0.2.js | 85.2 KiB | 51.3 KiB |
| t1.daumcdn.net/daumtop_deco/scripts/lib/swiper-js.min.js | 35.8 KiB | 34.6 KiB |
| search1.daumcdn.net/search/statics/common/js/fe/amado-workspace/mo/2.0.0/main.js | 52.9 KiB | 31.4 KiB |
| t1.daumcdn.net/top/tiller/external/core-js-3.25.0.minified.min.js | 59.3 KiB | 26.5 KiB |
| t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js | 34.1 KiB | 23.2 KiB |
| t1.daumcdn.net/kas/static/ba.min.js | 58.5 KiB | 20.7 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.
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 |
|---|---|
| Other | 6.1 s |
| Script Evaluation | 4.2 s |
| Style & Layout | 2.0 s |
| Rendering | 1.0 s |
| Script Parsing & Compilation | 596 ms |
| Parse HTML & CSS | 402 ms |
| Garbage Collection | 123 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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.item_shorts > a._tiller > div.item_mv > img.img_thumb div.item_shorts > a._tiller > div.item_mv > img.img_thumb | /thumb/C280x465a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... |
div.item_shorts > a._tiller > div.item_mv > img.img_thumb div.item_shorts > a._tiller > div.item_mv > img.img_thumb | /thumb/C280x465a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... |
div.item_shorts > a._tiller > div.item_mv > img.img_thumb div.item_shorts > a._tiller > div.item_mv > img.img_thumb | /thumb/C280x465a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... |
div.item_shorts > a._tiller > div.item_mv > img.img_thumb div.item_shorts > a._tiller > div.item_mv > img.img_thumb | /thumb/C280x465a.q80.fwebp/?fname=https%3A%2F%2Fimg1.kaka... |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_322_208.gif |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_322_208.gif |
div.link_item > a.link_channel > span.thumb_g > img.thumb_img div.link_item > a.link_channel > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_322_208.gif |
div.link_item > a.link_channel > span.thumb_g > img.thumb_img div.link_item > a.link_channel > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_322_208.gif |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
a.link_item > div.item_explore > div.thumb_g > img.thumb_img a.link_item > div.item_explore > div.thumb_g > img.thumb_img | /thumb/S308x208a.q85.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
a.link_item > div.item_explore > div.thumb_g > img.thumb_img a.link_item > div.item_explore > div.thumb_g > img.thumb_img | /thumb/S308x208a.q85.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
a.link_item > div.item_explore > div.thumb_g > img.thumb_img a.link_item > div.item_explore > div.thumb_g > img.thumb_img | /thumb/S308x208a.q85.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
a.link_item > div.item_explore > div.thumb_g > img.thumb_img a.link_item > div.item_explore > div.thumb_g > img.thumb_img | /thumb/S308x208a.q85.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a.link_item > span.thumb_g > img.thumb_img li.size_t1 > a.link_item > span.thumb_g > img.thumb_img | /thumb/S308x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a.link_item > span.thumb_g > img.thumb_img li.size_t1 > a.link_item > span.thumb_g > img.thumb_img | /thumb/S308x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a.link_item > span.thumb_g > img.thumb_img li.size_t1 > a.link_item > span.thumb_g > img.thumb_img | /thumb/S308x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
li.size_t1 > a.link_item > span.thumb_g > img.thumb_img li.size_t1 > a.link_item > span.thumb_g > img.thumb_img | /thumb/S308x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... |
div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img | /thumb/C32x32a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaocdn... |
div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img | /thumb/C32x32a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn.... |
div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img | /thumb/C32x32a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn.... |
div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img div.info_cp > div.wrap_thumb > div.thumb_g > img.thumb_img | /thumb/C32x32a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaocdn... |
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 child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
경제 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
IT div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
국제 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
문화 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
사회 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
정치 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
뉴아이템 div.list_keyword > div.swiper-wrapper > div.item_keyword > a.link_item |
맨즈 div.list_keyword > div.swiper-wrapper > div.item_keyword > a.link_item |
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 |
|---|
이슈 div.box_g > div.tb_txt > a.link_txt > em.tag_live1 |
현위치 div#channel_news_top > div.out_ibox > div.box_g > button.btn_place |
경남도민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
프레시안 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
매일경제 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
뉴시스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합인포맥스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합뉴스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
매일경제 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
디지털타임스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
국민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
매일경제 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
더스쿠프 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
한겨레 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
경남신문 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
국민일보 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
한국일보 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
04.21 li.hide > a.link_stock > div.item_stock > span.txt_date |
230.46 a.link_stock > div.item_stock > em.txt_state > span |
-0.47% a.link_stock > div.item_stock > em.txt_state > span.txt_percent |
파이낸셜뉴스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
국민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합뉴스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합인포맥스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
국민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
의학신문 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
뉴스트리코리아 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
여성경제신문 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
한국독서교육신문 li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
한경MONEY li.size_t2 > a._tesla > div.cont_item > span.txt_mark |
LIVE div.swiper-slide > a.link_item > div.thumb_g > em.clip_r2 |
LIVE div.swiper-slide > a.link_item > div.thumb_g > em.clip_r2 |
LIVE div.swiper-slide > a.link_item > div.thumb_g > em.clip_r2 |
MBC a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합뉴스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
국민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
뉴스1 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
연합뉴스 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
세계일보 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
15분 전 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
시리즈명
사각의 사각 a.link_item > div.item_explore > div.cont_thumb > div.clip_item |
헤럴드경제 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
2시간 전 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
시리즈명
수치스러운 피해자는 없다 a.link_item > div.item_explore > div.cont_thumb > div.clip_item |
더스쿠프 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
1시간 전 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
시리즈명
ESG 1.5개월 a.link_item > div.item_explore > div.cont_thumb > div.clip_item |
제주의소리 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
2시간 전 div.item_explore > div.cont_thumb > div.info_cp > span.txt_info |
시리즈명
4.3재심, 역사의 기록 a.link_item > div.item_explore > div.cont_thumb > div.clip_item |
국민일보 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
2시간 전 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
조선일보 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
2시간 전 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
중앙일보 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
3시간 전 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
강원일보 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
3시간 전 a.link_theme > div.cont_item > div.info_cp > span.txt_info |
서울경제 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
YTN a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
국민일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
한국일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
이데일리 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
문화일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
뉴시스 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
한국금융 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
비즈워치 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
경상일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
YTN a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
경상일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
중앙일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
경상일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
중앙일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
경상일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
오늘 15:59 기준 div#channel_news_top > div.out_ibox > div.box_g > p.info_trendrank |
국민일보 a.link_item > div.cont_item > div.info_cp > span.txt_info |
파이낸셜뉴스 a.link_item > div.cont_item > div.info_cp > span.txt_info |
파이낸셜뉴스 a.link_item > div.cont_item > div.info_cp > span.txt_info |
국민일보 a.link_item > div.cont_item > div.info_cp > span.txt_info |
머니네버슬립 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
주식 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
슬로우뉴스 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
종합 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
세상의모든문화 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
문화 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
뉴닉 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
종합 a.link_horizon > div.cont_item > span.info_cp > span.txt_info |
22 div.count_extend > span.inner_extend > span.count_page > span.total_page |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
이데일리 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
경상일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
조선일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
동아일보 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
방금 전 a.link_txt > div.item_txt > div.info_cp > span.txt_info |
경인일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
9분 전 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
경인방송 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
7시간 전 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
인천일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
방금 전 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
기호일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
방금 전 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
경인일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
방금 전 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
국민일보 li.type_noimg > a._tesla > div.cont_item > span.txt_mark |
SBS li.type_noimg > a._tesla > div.cont_item > span.txt_mark |
경향신문 li.type_noimg > a._tesla > div.cont_item > span.txt_mark |
국민일보 li.type_noimg > a._tesla > div.cont_item > span.txt_mark |
경기일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
국민일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
경상일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
한국경제 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
중앙일보 li.ta_txt > a.link_txt > div.info_cp > span.txt_info |
이용약관 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
제휴문의 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
맞춤형광고 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
고객센터 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
위치기반서비스이용약관 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
개인정보처리방침 div.d_foot > small.copr_info > span.info_policy > a.link_policy |
ⓒ AXZ Corp. div.panel > div.d_foot > small.copr_info > a.link_kakaocorp |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ins#talkbizboard_news_1 > div > div#1e56176b-0387-41a2-91b3-789ccf02f5c1 > iframe#1bf98764-592d-4e50-8281-128695311535 ins#talkbizboard_news_1 > div > div#1e56176b-0387-41a2-91b3-789ccf02f5c1 > iframe#1bf98764-592d-4e50-8281-128695311535 |
ins#news_ad2_11 > div > div#781f38b0-b45d-4b99-86ad-5a64cb0de514 > iframe#ade49662-c3ee-45cd-80b1-729761e7a3f4 ins#news_ad2_11 > div > div#781f38b0-b45d-4b99-86ad-5a64cb0de514 > iframe#ade49662-c3ee-45cd-80b1-729761e7a3f4 |
ins#news_ad3_16 > div > div#054237ff-f8c6-4d7e-b799-6bc9b22ad959 > iframe#5cd2fabd-094f-4f39-9a01-ab5847b9a54c ins#news_ad3_16 > div > div#054237ff-f8c6-4d7e-b799-6bc9b22ad959 > iframe#5cd2fabd-094f-4f39-9a01-ab5847b9a54c |
ins#news_ad4_22 > div > div#b4b63d90-2847-4c78-9552-e2dbbc04e321 > iframe#56b87f09-5274-4036-9d52-f3f9bca52915 ins#news_ad4_22 > div > div#b4b63d90-2847-4c78-9552-e2dbbc04e321 > iframe#56b87f09-5274-4036-9d52-f3f9bca52915 |
ins#news_ad5_26 > div > div#7c1a3c25-8ff0-47c6-9c21-d09f31af2c5e > iframe#ff387545-b02d-4f15-8b9e-ecb4f40bea51 ins#news_ad5_26 > div > div#7c1a3c25-8ff0-47c6-9c21-d09f31af2c5e > iframe#ff387545-b02d-4f15-8b9e-ecb4f40bea51 |
ins#news_ad6_31 > div > div#731b944a-c22e-49c1-a865-3920e31247b9 > iframe#2ae7717e-c9d4-4314-8c8c-caee5aa41285 ins#news_ad6_31 > div > div#731b944a-c22e-49c1-a865-3920e31247b9 > iframe#2ae7717e-c9d4-4314-8c8c-caee5aa41285 |
ins#news_ad7_34 > div > div#e6577b4f-b620-4845-a162-c97dc9b019f7 > iframe#93119ea1-4aad-4ccb-990b-e5000d899ccd ins#news_ad7_34 > div > div#e6577b4f-b620-4845-a162-c97dc9b019f7 > iframe#93119ea1-4aad-4ccb-990b-e5000d899ccd |
ins#news_ad8_44 > div > div#f53021c4-7ea4-4cee-95d9-0a27779b6457 > iframe#af3c458b-45f1-4bee-81ad-9857605bc87c ins#news_ad8_44 > div > div#f53021c4-7ea4-4cee-95d9-0a27779b6457 > iframe#af3c458b-45f1-4bee-81ad-9857605bc87c |
ins#news_ad8_49 > div > div#4fd4a72a-200c-4cc5-89ef-b33cdf99ded3 > iframe#3b00ad71-b98f-42c8-a019-b6e36fd97c10 ins#news_ad8_49 > div > div#4fd4a72a-200c-4cc5-89ef-b33cdf99ded3 > iframe#3b00ad71-b98f-42c8-a019-b6e36fd97c10 |
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 |
|---|
fieldset.fld_total > div#wrapDaumSearchInput > div.inner_search > a.link_service fieldset.fld_total > div#wrapDaumSearchInput > div.inner_search > a.link_service |
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 |
|---|
루프 div.slide_menu > ul.tab_menu > li.shorts > a.link_menu |
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) | |
|---|---|---|---|
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 100 x 208 (0.48) | 322 x 208 (1.55) |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 100 x 208 (0.48) | 322 x 208 (1.55) |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 100 x 208 (0.48) | 322 x 208 (1.55) |
li.size_t1 > a._tesla > span.thumb_g > img.thumb_img li.size_t1 > a._tesla > span.thumb_g > img.thumb_img | /thumb/S322x208a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 100 x 208 (0.48) | 322 x 208 (1.55) |
머니네버슬립 a.link_horizon > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/C254x158a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 112 x 72 (1.56) | 254 x 158 (1.61) |
슬로우뉴스 a.link_horizon > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/C254x158a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 112 x 72 (1.56) | 254 x 158 (1.61) |
세상의모든문화 a.link_horizon > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/C254x158a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 112 x 72 (1.56) | 254 x 158 (1.61) |
뉴닉 a.link_horizon > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/C254x158a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 112 x 72 (1.56) | 254 x 158 (1.61) |
다음앱에서 보기 div.bnr_layer > div.inner_bnr_layer > a.link_layer > img | t1.daumcdn.net/daumtop_chanel/op/20171120104339798.png | 366 x 53 (6.91) | 366 x 106 (3.45) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | t1.daumcdn.net/daumtop_deco/images/mtop/2018/m640/noimg_240_148.gif | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S240x148.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 112 x 72 (1.56) | 240 x 148 (1.62) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img a._tesla > div.wrap_thumb > span.thumb_g > img.thumb_img | /thumb/S224x144.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcdn... | 100 x 144 (0.69) | 224 x 144 (1.56) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | t1.daumcdn.net/daumtop_deco/scripts/prada/clay/clay-1776220636993.min.js line 1, col 11368 |
| Topics | t1.daumcdn.net/top/daum/daum-m/production/20260417_161000/index.js line 16, col 11371 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| focus.daum.net/daum/m/algorithm/part5 | 자세히 보기 |
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.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
595 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.60 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.
5.81 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| search1.daumcdn.net/search/statics/common/js/fe/amado-workspace/pc/3.0.1/main.js | 51.8 KiB | 328 ms |
| t1.daumcdn.net/top/daum/daum-pc/production/20260415_132745/common.css | 35.7 KiB | 285 ms |
| t1.kakaocdn.net/play/kamp/sdk/2.0.27/external.min.js | 378.3 KiB | 608 ms |
| t1.kakaocdn.net/play/kamp/sdk/2.0.27/kamp.min.js | 61.5 KiB |
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 | |
|---|---|---|---|
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | t1.daumcdn.net/b2/creative/860722/52a8abc6883d372594e8f35adfe48b06.jpg | 161.0 KiB | 153.7 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 97.2 KiB | 73.2 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 76.0 KiB | 57.0 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | t1.daumcdn.net/b2/creative/284094/d1d59e4d0d8c6de772cb0f344293e810.jpg | 57.5 KiB | 56.2 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S500x500/?fname=https://t1.kakaocdn.net/kakao_ka_p... | 70.7 KiB | 56.1 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 63.3 KiB | 47.4 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 54.9 KiB | 41.2 KiB |
a.link_item > span.thumb_g > span > img.img_g a.link_item > span.thumb_g > span > img.img_g | /thumb/C460x260.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaocd... | 45.0 KiB | 40.1 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 50.0 KiB | 36.4 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 47.6 KiB | 35.7 KiB |
a.link_item > div.game_thumb > div.wrap_thumb > img.img_g a.link_item > div.game_thumb > div.wrap_thumb > img.img_g | /thumb/C320x320a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaoc... | 37.2 KiB | 33.0 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 41.9 KiB | 31.4 KiB |
div.wrap_thumb_game > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb_game > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C320x344a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaoc... | 34.8 KiB | 30.4 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | t1.daumcdn.net/b2/creative/284094/8a85a9a7bd15484f9a09f034e04183de.jpg | 30.5 KiB | 29.8 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 38.2 KiB | 28.7 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 38.8 KiB | 28.2 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 36.9 KiB | 26.8 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 36.7 KiB | 26.7 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 34.5 KiB | 25.8 KiB |
404 (New Era), 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 29.9 KiB | 25.8 KiB |
div.wrap_thumb_game > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb_game > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C320x344a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaoc... | 26.9 KiB | 22.4 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 28.6 KiB | 20.8 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 27.7 KiB | 20.2 KiB |
a.link_item > div.game_thumb > div.wrap_thumb > img.img_g a.link_item > div.game_thumb > div.wrap_thumb > img.img_g | /thumb/C320x320a.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaoc... | 24.2 KiB | 20.0 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 26.7 KiB | 19.4 KiB |
소문의 낙원, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 22.4 KiB | 18.3 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 23.1 KiB | 17.3 KiB |
a.link_item > div.wrap_thumb > span.thumb_g > img.img_g a.link_item > div.wrap_thumb > span.thumb_g > img.img_g | /thumb/S768x768a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 23.0 KiB | 17.2 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 19.8 KiB | 17.1 KiB |
Good Goodbye, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 20.9 KiB | 16.7 KiB |
RUDE!, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 20.6 KiB | 16.5 KiB |
a.link_item > span.thumb_g > span > img.img_g a.link_item > span.thumb_g > span > img.img_g | /thumb/C460x260.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaocd... | 20.8 KiB | 15.9 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C324x216a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 18.4 KiB | 15.5 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 21.3 KiB | 15.5 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 20.8 KiB | 15.1 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C324x216a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 15.9 KiB | 13.1 KiB |
SWIM, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 16.4 KiB | 12.3 KiB |
a.link_item > span.thumb_g > span > img.img_g a.link_item > span.thumb_g > span > img.img_g | /thumb/C460x260.q80.fwebp/?fname=https%3A%2F%2Ft1.kakaocd... | 15.9 KiB | 11.9 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 13.7 KiB | 11.0 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 13.4 KiB | 10.7 KiB |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 14.0 KiB | 10.2 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S300x300/?scode=b2_01&x-twg-thumb-fname=https%3A%2... | 10.1 KiB | 10.1 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S300x300/?scode=b2_01&x-twg-thumb-fname=https%3A%2... | 9.7 KiB | 9.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 12.3 KiB | 9.5 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S274x154a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 10.5 KiB | 8.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 11.4 KiB | 8.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 11.2 KiB | 8.5 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 11.0 KiB | 8.3 KiB |
BANG BANG, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 11.0 KiB | 8.2 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 10.9 KiB | 8.2 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 10.7 KiB | 8.0 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 10.1 KiB | 8.0 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C324x216a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 10.4 KiB | 7.8 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 9.9 KiB | 7.5 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 9.9 KiB | 7.4 KiB |
0+0, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 9.8 KiB | 7.4 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 9.5 KiB | 7.3 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Fimg1.kaka... | 9.7 KiB | 7.3 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 9.6 KiB | 7.3 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C324x216a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 9.5 KiB | 7.1 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 9.2 KiB | 7.1 KiB |
광고 무릎허리관절 2주먹고 동년배중 제일 멀쩡해져 div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/P167x99cc1/?fname=https%3A%2F%2Ft1.daumcdn.net%2Fb... | 9.8 KiB | 7.1 KiB |
div.tit_opt > strong.board_tit > a.link_tit > span.img_title div.tit_opt > strong.board_tit > a.link_tit > span.img_title | t1.daumcdn.net/daumtop_deco/images/pctop/2025/img_title.png | 32.9 KiB | 6.9 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 8.9 KiB | 6.8 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S274x154a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 8.3 KiB | 6.6 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 8.8 KiB | 6.6 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 8.4 KiB | 6.3 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S700x340a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 8.4 KiB | 6.3 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 8.0 KiB | 6.0 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 7.6 KiB | 5.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C324x216a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 7.5 KiB | 5.6 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 6.6 KiB | 5.0 KiB |
Drowning, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 6.4 KiB | 4.8 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 6.3 KiB | 4.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S274x154a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 6.2 KiB | 4.7 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/C202x258a.q80.fwebp/?fname=https%3A%2F%2Fs.pstatic... | 6.1 KiB | 4.5 KiB |
사랑하게 될 거야, 앨범정보 div.inner_thumb > span.thumb_g > div.thumb_cp > img.img_g | /thumb/C320x320a.fwebp.q80/?fname=https%3A%2F%2Fkkoimg.me... | 5.9 KiB | 4.4 KiB |
div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g div.wrap_thumb > div.inner_thumb > span.thumb_g > img.img_g | /thumb/S336x200a.q80.fwebp/?fname=https%3A%2F%2Ft1.daumcd... | 5.7 KiB | 4.3 KiB |
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 |
|---|---|
| daum.net/ | 1.1 s |
| www.daum.net/ | 0.0 ms |
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.
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.
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 |
|---|---|---|
| t1.daumcdn.net/top/daum/daum-pc/production/20260415_132745/common.css | 35.3 KiB | 27.2 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 |
|---|---|---|
| t1.kakaocdn.net/play/kamp/sdk/2.0.27/external.min.js | 378.0 KiB | 219.9 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 138.1 KiB |
| t1.daumcdn.net/top/daum/daum-pc/production/20260415_132745/index.js | 236.9 KiB | 120.0 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 109.3 KiB |
| t1.daumcdn.net/daumtop_deco/scripts/lib/lottie-player-2.0.2.js | 85.2 KiB | 73.4 KiB |
| t1.daumcdn.net/shophow_cssjs/daumtop/js/planmall.merged.23f70050e9a2a301140c.js | 70.9 KiB | 46.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-1682288257759598 | 54.1 KiB | 31.7 KiB |
| t1.kakaocdn.net/play/kamp/sdk/2.0.27/kamp.min.js | 60.8 KiB | 31.6 KiB |
| search1.daumcdn.net/search/statics/common/js/fe/amado-workspace/pc/3.0.1/main.js | 51.5 KiB | 30.0 KiB |
| ssl.pstatic.net/tveta/libs/glad/prod/3.9.0/gfp-display-sdk.js | 44.2 KiB | 26.5 KiB |
| t1.daumcdn.net/kas/static/ba.min.js | 58.5 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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| t1.daumcdn.net/top/daum/daum-pc/production/20260415_132745/index.js | 3.9 s | 1.6 s | 31 ms |
| t1.daumcdn.net/kas/static/ba.min.js | 1.2 s | 287 ms | 7.7 ms |
| Unattributable | 556 ms | 37 ms | 0.0 ms |
| www.daum.net/ | 360 ms | 5.9 ms | 38 ms |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 115 ms | 67 ms | 32 ms |
| t1.kakaocdn.net/play/kamp/sdk/2.0.27/external.min.js | 94 ms | 43 ms | 51 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 65 ms | 43 ms | 20 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 | 2.1 s |
| Rendering | 1.2 s |
| Style & Layout | 443 ms |
| Script Parsing & Compilation | 235 ms |
| Parse HTML & CSS | 160 ms |
| Garbage Collection | 77 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.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
선택됨,
주요 뉴스
, 정렬 기준 선택 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_opt |
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 |
|---|
분석
04-22
PL
브라이튼
-
점
첼시
-
점
분석
04-22
라리가
레알 마드리드
-
점
알라베스
-
점
기록
종료
KBO
한화
5
점
… div.cont_board > div.area_50 > div.box_g > div#scoreboard_310 |
1
위,
기쁨, 슬픔, 아름다운 마음
AKMU (악뮤)
2
위,
소문의 낙원
AKMU (악뮤)
3
위,
RUDE!
Hearts2Heart… div.inner_side > div.box_g > div#rank_tabcont0 > div#box_ranking_265 |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
쇼핑 div.head_tit > div.list_tab > div.item_tab > a.link_item |
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 |
|---|
LIVE li > a.link_item > span.thumb_g > em.live_item |
LIVE li > a.link_item > span.thumb_g > em.live_item |
LIVE li > a.link_item > span.thumb_g > em.live_item |
선택됨,
주요 뉴스
, 정렬 기준 선택 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_opt |
중앙일보 a.link_item > div.wrap_cont > div.group_item > span.info_item |
동아일보 a.link_item > div.wrap_cont > div.group_item > span.info_item |
JTBC a.link_item > div.wrap_cont > div.group_item > span.info_item |
채널A a.link_item > div.wrap_cont > div.group_item > span.info_item |
종합 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
아이돌레 a.link_item > div.wrap_cont > div.group_item > span.info_item |
X의 사생활 a.link_item > div.wrap_cont > div.group_item > span.info_item |
첫 번째 남자 a.link_item > div.wrap_cont > div.group_item > span.info_item |
스포츠경향 a.link_item > div.wrap_cont > div.group_item > span.info_item |
종합 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
스포타임_MLB a.link_item > div.wrap_cont > div.group_item > span.info_item |
YTN a.link_item > div.wrap_cont > div.group_item > span.info_item |
KBO div.team_result > div.info_game > span.txt_league > span.inner_txt |
쇼핑 트렌드 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
12 div.count_extend > span.inner_extend > span.count_page > span.total_page |
카페 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
댓글 135 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 166 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 262 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 353 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 199 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 303 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 78 a.link_item > div.wrap_cont > div.group_item > span.info_item |
댓글 142 a.link_item > div.wrap_cont > div.group_item > span.info_item |
추천 div.swiper > div.swiper-wrapper > div.swiper-slide > a.link_item |
관절보궁 a.link_item > div.wrap_cont > div.group_item > span.info_item |
밈하우스 li > a.link_item > div.group_item > span.info_item |
당인모 li > a.link_item > div.group_item > span.info_item |
헬슈오 li > a.link_item > div.group_item > span.info_item |
리빙위키 li > a.link_item > div.group_item > span.info_item |
헬씨타임즈 li > a.link_item > div.group_item > span.info_item |
살림테리어 li > a.link_item > div.group_item > span.info_item |
실시간 div.wrap_fold > div.head_tit > h3.tit_subject > span.txt_subject |
최고 기온19˚C / 최저 기온10˚C a.link_wt > div.item_weather > div.state_wt > span.info_wt |
˚C div.item_weather > div.state_wt > span.info_wt > span.txt_unit |
˚C div.item_weather > div.state_wt > span.info_wt > span.txt_unit |
보통 div.state_wt > div.info_state > span.txt_state > em.extent_t2 |
좋음 div.state_wt > div.info_state > span.txt_state > em.extent_t1 |
맨즈 div.list_tab > div.item_tab > a.link_item > strong.tit_subject |
20 div.count_extend > span.inner_extend > span.count_page > span.total_page |
전일대비
-0.42% div.swiper-slide > a.link_stock > p.data_stock > span.inner_data |
전일대비
-0.41% div.swiper-slide > a.link_stock > p.data_stock > span.inner_data |
전일대비
-0.44% div.swiper-slide > a.link_stock > p.data_stock > span.inner_data |
오늘 15:59 기준 div.inner_side > div.box_g > div.head_tit > p.info_trendrank |
10 div.count_extend > span.inner_extend > span.count_page > span.total_page |
MMORPG li > a.link_item > div.wrap_cont > span.info_item |
카카오엔터테인먼트 제공 div.head_tit > div.util_subject > div.util_layer > span.txt_help |
AKMU (악뮤) div.swiper-slide > a.link_item > div.wrap_cont > span.info_item |
AKMU (악뮤) div.swiper-slide > a.link_item > div.wrap_cont > span.info_item |
Hearts2Hearts (하츠투하츠) div.swiper-slide > a.link_item > div.wrap_cont > span.info_item |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ins#kakao_ad_lrXDaK > div > div#45a8a188-9611-480e-b5ff-a0f0a22eabb9 > iframe#09a4a800-5982-48d7-acdd-4445410b15fe ins#kakao_ad_lrXDaK > div > div#45a8a188-9611-480e-b5ff-a0f0a22eabb9 > iframe#09a4a800-5982-48d7-acdd-4445410b15fe |
ins#kakao_ad_eAMvk9 > div > div#bdc48859-e484-4169-823a-1faed3df42bb > iframe#54851456-4f21-467b-87a0-48d3592d91c6 ins#kakao_ad_eAMvk9 > div > div#bdc48859-e484-4169-823a-1faed3df42bb > iframe#54851456-4f21-467b-87a0-48d3592d91c6 |
ins#kakao_ad_edUU2u > div > div#615a8cf5-5b5e-4b55-aa14-921c4e88aa12 > iframe#e9795c10-1bdf-4241-b2c7-1cc00c8a6528 ins#kakao_ad_edUU2u > div > div#615a8cf5-5b5e-4b55-aa14-921c4e88aa12 > iframe#e9795c10-1bdf-4241-b2c7-1cc00c8a6528 |
ins#kakao_ad_cammDC > div > div#b2e841a2-3069-486a-90ee-b3ad83a682ca > iframe#0c2d63a9-158e-45f9-8a40-3231738055df ins#kakao_ad_cammDC > div > div#b2e841a2-3069-486a-90ee-b3ad83a682ca > iframe#0c2d63a9-158e-45f9-8a40-3231738055df |
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.area_search > div.wrap_search > h1.doc-title > a.link_daum div.area_search > div.wrap_search > h1.doc-title > a.link_daum |
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
fieldset > div.box_searchbar > div.inner_searchbar > input#q fieldset > div.box_searchbar > div.inner_searchbar > input#q |
입력 도구 fieldset > div.box_searchbar > div.inner_searchbar > button#VKIBtn |
검색 fieldset > div.box_searchbar > div.inner_searchbar > button.btn_ksearch |
These are opportunities to improve keyboard navigation in your application.
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.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
div.item_shorts > a.link_item > div.wrap_thumb > img.img_g div.item_shorts > a.link_item > div.wrap_thumb > img.img_g | /thumb/C616x960a.q80.fwebp/?fname=https%3A%2F%2Fthumb.kak... | 336 x 480 (0.70) | 616 x 960 (0.64) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | t1.daumcdn.net/top/daum/daum-pc/production/20260415_132745/index.js line 32, col 9928 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| focus.daum.net/daum/m/algorithm/part5 | 자세히 보기 |
| focus.daum.net/daum/m/algorithm/part5 | 자세히 보기 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback