Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
ARIA
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.
Contrast
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.
Names and labels
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.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Best Practices
User Experience
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) |
General
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.
SEO
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.
Content Best Practices
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.