Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
HSTS 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 22.8 MB (7.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 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/731bb364-aff0-4234-bb90-e951be96eefc)<a href="https://beavercheck.com/results/731bb364-aff0-4234-bb90-e951be96eefc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdonga.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdonga.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 8.4s 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.
10 barrier(s) likely increasing bounce by ~32%.
Page takes 8.4s to load
+12% bounceUsers abandon at ~3s — you're 5.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
148 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₩350,000 investment → ₩1,875,983/month returns + KRW 3,000,000,000 risk avoided
₩350,000
5h · 5 findings
₩1,875,983 /mo
~₩22,511,801 / year
KRW 3,000,000,000
if kept compliant
₩105,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.
5.0 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,002,519 / month at risk
~₩3,000,030,225 / year if left unfixed
₩3,000,000,000
+2 more
₩2,519 /mo
23298.2 MB/mo × 108.108 KRW/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 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.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.98 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.152
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
22.77 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.
37.90 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
“3번 도전해 당첨” 서울 도시텃밭 열풍 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133791884.4.thumb.jpg | 76.2 KiB | 71.5 KiB |
행인들 사이로 ‘부아앙’… 오토바이에 사망 年388명 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpg | 58.9 KiB | 54.2 KiB |
신운세 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/69c9e44e1ff0d2738064.jpg | 52.8 KiB | 38.7 KiB |
‘운휴’ 나붙은 석화산단 “전쟁뒤 가치 재확인, 기간산업 지켜야” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpg | 40.0 KiB | 36.0 KiB |
“韓-베트남, 에너지안보 강화-공급망 안정 협력” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpg | 38.5 KiB | 34.6 KiB |
늑구 먹이 맨바닥에 뒀다고…‘밥 그릇’ 요구에 오월드 측 해명은 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794190.1.thumb.jpg | 37.5 KiB | 33.7 KiB |
갈팡질팡 트럼프에… “백악관 엉망진창” 참모들도 대혼돈 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpg | 35.0 KiB | 31.5 KiB |
독자 라운지 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/68db83000c4ea1e072b.jpg | 41.7 KiB | 30.6 KiB |
소리없는 충격파, 이란 古都 할퀴다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795601.2.thumb.jpg | 70.1 KiB | 29.6 KiB |
‘23명 사망’ 아리셀 대표, 2심 11년 줄어 징역 4년 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792201.4.thumb.jpg | 29.0 KiB | 26.1 KiB |
K테크 글로벌 리더스 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/6982957c1862d2738275.jpg | 45.6 KiB | 24.9 KiB |
스마트폰에 붙이면 ‘2D-3D’ 자유자재로 전환 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795459.1.thumb.jpg | 22.5 KiB | 20.2 KiB |
LG전자 ‘류재철號 뉴엔진’ 본격화… CEO가 기술회의 직접 챙긴다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795276.1.thumb.jpg | 16.7 KiB | 15.0 KiB |
“득점 욕심보다 팀 퍼스트”… 한국무대 5시즌 연속 리바운드 1위 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792137.5.thumb.jpg | 18.4 KiB | 13.6 KiB |
鄭, 격전지 영남 5곳 훑어…‘열흘 방미’ 張, 서울외 3곳만 찾아 ul#swiper-wrapper-9dd539d6e9a84d35 > li.swiper-slide > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpg | 36.6 KiB | 11.5 KiB |
신문광고컬렉션 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68de20d9129fd273828a.jpg | 27.6 KiB | 8.9 KiB |
우아한 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68d4e5252051d273828a.jpg | 26.0 KiB | 7.3 KiB |
‘늑구 탈출’ 재발 없게… 동물원 안전 관리-복지 강화 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133789032.1.thumb.jpg | 47.8 KiB | 7.2 KiB |
트럼프 도움 필요한 우크라, ‘돈바스→도니랜드’ 개명 제안 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133795482.2.thumb.jpg | 10.3 KiB | 6.3 KiB |
“3개월 육식으로 내장지방 90% 제거”…사실일까? div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133790948.3.thumb.jpg | 43.7 KiB | 5.3 KiB |
CSIS “美, 이란戰에 미사일 절반 소진… 몇년간 中 등 적대국에 맞설 물량 부족” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_Issue_Group/133788966.1.thumb.jpg | 36.9 KiB | 5.1 KiB |
‘성공의 80%는 출석’[횡설수설/장원재] li.swiper-slide > a > div.thumb > img | /a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/202... | 6.8 KiB | 5.0 KiB |
AI 무기화 또 불붙인 팔란티어 “日-獨 재무장 필요” 주장까지 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpg | 31.5 KiB | 4.3 KiB |
정주영회장 집무실 ‘계동 15층’에 입성한 정의선 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792653.5.thumb.jpg | 6.7 KiB | 4.1 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| donga.com/ | 1.6 s |
| www.donga.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
갈팡질팡 트럼프에… “백악관 엉망진창” 참모들도 대혼돈
이란軍, 호르무즈 선박 3척 나포… 협상대신 벼랑끝 대치
“韓-베트남, 에너지안보 강화… div.topnews_wrap > div.topnews_sec > div.topnews_left > div.sub_headline_sec | 0.150 |
donga.com asks for your consent to use your personal data to:
Personalised adve… body > div.fc-consent-root > div.fc-dialog-container | 0.021 |
body body | 0.018 |
사회 section.gnb_sec > nav#gnb > ul.main_nav_wrap > li.nav_node | 0.001 |
사회 section.gnb_sec > nav#gnb > ul.main_nav_wrap > li.nav_node | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| image.donga.com/donga_v2/css/home.css?t=20260414 | 22.5 KiB | 19.9 KiB |
| image.donga.com/donga_v2/css/style.css?t=20260414 | 29.0 KiB | 16.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.0 KiB |
| image.donga.com/donga_v2/css/layout.css?t=20260414 | 13.8 KiB | 11.0 KiB |
| player.gliacloud.com/p/embed/gc-instream-plyr.css?v=0.4.184 | 15.4 KiB | 10.3 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
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 |
|---|---|
| Script Evaluation | 4.7 s |
| Style & Layout | 2.4 s |
| Other | 2.4 s |
| Script Parsing & Compilation | 636 ms |
| Rendering | 537 ms |
| Parse HTML & CSS | 174 ms |
| Garbage Collection | 78 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| image.donga.com/donga_v2/css/style.css?t=20260414 | 29.1 KiB | 3.6 KiB |
| image.donga.com/donga_v2/css/home.css?t=20260414 | 22.6 KiB | 3.4 KiB |
| image.donga.com/donga_v2/css/layout.css?t=20260414 | 13.9 KiB | 2.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911 | 13.9 KiB | 5.8 KiB |
| image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414 | 8.8 KiB | 4.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
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.
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.news_body > h4.tit > a > span.is_scoop |
Powered by div.InstreamDom_root_21jVv > div.InstreamDom_footer_iL5Q_ > div.InstreamDom_poweredBy_32RQo > div |
GliaStudios div.InstreamDom_root_21jVv > div.InstreamDom_footer_iL5Q_ > div.InstreamDom_poweredBy_32RQo > div |
횡설수설 ul#swiper-wrapper-71b5cc6963e3ff5c > li.swiper-slide > a > p.cate |
정치를 부탁해 div.sub_headline_left > div.news_card > div.news_body > p.cate |
단독 div.news_body > h4.tit > a > span.is_scoop |
자동차팀의 비즈워치 li > div.news_card > div.news_body > p.cate |
단독 div.news_body > h4.tit > a > span.is_scoop |
지금, 여기 li > div.news_card > div.news_body > p.cate |
‘살림꾼 용병’ LG 마레이 li > div.news_card > div.news_body > p.cate |
바디플랜 li > div.news_card > div.news_body > p.cate |
트렌디깅 li > div.news_card > div.news_body > p.cate |
단독 div.news_body > h4.tit > a > span.is_scoop |
회원전용 div#poll_content > div.poll_wrap > div.poll_form_area > span.member_only |
구독 ul#swiper-wrapper-5a799b4c1e5133a5 > li.swiper-slide > div.btn_area > button.btn_subscribe |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
갈팡질팡 트럼프에… “백악관 엉망진창” 참모들도 대혼돈 div.sub_headline_sec > div.news_card > div.news_body > h4.tit |
교황 “프란치스코 1주기… 그의 유산 이어갈 것” div.notseen_news_left > article.news_card > div.news_body > h4.tit |
150억대 건물을…MC몽·노홍철, ‘1박2일’ 연결고리 무섭네 ul#swiper-wrapper-1075649e2cae8ea91 > li.swiper-slide > a > h5.tit |
These are opportunities to improve keyboard navigation in your application.
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.da_corp_area > div.inner > div.da_corp_foot > a div.da_corp_area > div.inner > div.da_corp_foot > a |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 / 1 div.top_headline_sec > article.news_card > div.news_head_wrap > ul#swiper-wrapper-9dd539d6e9a84d35 |
1 / 4 div.sub_headline_right > div.banner_adswipe > div.right_banner_rolling > ul#swiper-wrapper-c54556c810d4d2379 |
사설
OECD 가입 30년… 12년째 넘지 못한 4만 달러 벽
사설
인도 위 ‘무법 오토바이’… 보행자에게도, 본인에게도 ‘흉기’
사설… div.aside_sec_group > div.aside_opinion_sec > div.aside_opinion_cont > ul#swiper-wrapper-71b5cc6963e3ff5c |
1 / 4 div.aside_opinion_sec > div.banner_adswipe > div.login_bottom_wrap > ul#swiper-wrapper-d1c35f96c97d8571 |
150억대 건물을…MC몽·노홍철, ‘1박2일’ 연결고리 무섭네
송승현, 연예계 은퇴→임신 발표…아빠 쏙 빼닮은 2세
“2009년생부터 평생 담… div.main_inner > section.enter_sport_sec > div.enter_sport_cont > ul#swiper-wrapper-1075649e2cae8ea91 |
고양이 눈
구독
분홍과 초록 사이
9시간 전
사진기자의 사談진談
구독
우주로 간 구닥다리 디지털 카메라
9시간 전
이은화의 미술시간
구독
향기… section.donga_forum > div.forum_cont > div.forum_area > ul#swiper-wrapper-5a799b4c1e5133a5 |
주간동아
[영상] “ETF 투자, 코스피와 반도체 추종하는 게 핵심”
신동아
“지금 대구에 필요한 건 살림꾼…나를 ‘대구 도약 마중물’로… div.main_inner > section.dmagazine_sec > div.dmagazine_cont > ul#swiper-wrapper-343411222c2eb6ae |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Go to slide 1 div.banner_adswipe > div.right_banner_rolling > div.pagination > span.swiper-pagination-bullet |
Go to slide 2 div.banner_adswipe > div.right_banner_rolling > div.pagination > span.swiper-pagination-bullet |
Go to slide 3 div.banner_adswipe > div.right_banner_rolling > div.pagination > span.swiper-pagination-bullet |
Go to slide 4 div.banner_adswipe > div.right_banner_rolling > div.pagination > span.swiper-pagination-bullet |
Go to slide 1 div.banner_adswipe > div.login_bottom_wrap > div.pagination > span.swiper-pagination-bullet |
Go to slide 2 div.banner_adswipe > div.login_bottom_wrap > div.pagination > span.swiper-pagination-bullet |
Go to slide 3 div.banner_adswipe > div.login_bottom_wrap > div.pagination > span.swiper-pagination-bullet |
Go to slide 4 div.banner_adswipe > div.login_bottom_wrap > div.pagination > span.swiper-pagination-bullet |
Go to slide 1 div.notseen_news_cont > div.notseen_swiper_wrap > div.pagination > span.swiper-pagination-bullet |
Go to slide 2 div.notseen_news_cont > div.notseen_swiper_wrap > div.pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
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 | anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js line 74, col 1182 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://ad.ad-stir.com/prebid' from origin 'https://www.donga.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Failed to load resource: net::ERR_FAILED |
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.
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.
3.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
32 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.046
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.18 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.
6.64 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
“3번 도전해 당첨” 서울 도시텃밭 열풍 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133791884.4.thumb.jpg | 76.2 KiB | 74.2 KiB |
소리없는 충격파, 이란 古都 할퀴다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795601.2.thumb.jpg | 70.1 KiB | 61.8 KiB |
🔥 PICK your fave IDOL article.news_card > header.news_head > a > img | dimg.donga.com/carriage/IDOLPICK/images/idolpick_view/68de163a1713d2738de6.jpg | 63.1 KiB | 55.3 KiB |
행인들 사이로 ‘부아앙’… 오토바이에 사망 年388명 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpg | 58.9 KiB | 50.8 KiB |
신운세 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/69c9e44e1ff0d2738064.jpg | 52.8 KiB | 50.0 KiB |
올 2월 출생아 2만3000명… 7년만에 최대 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792075.1.thumb.jpg | 46.4 KiB | 44.4 KiB |
K테크 글로벌 리더스 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/6982957c1862d2738275.jpg | 45.6 KiB | 41.1 KiB |
“3개월 육식으로 내장지방 90% 제거”…사실일까? div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133790948.3.thumb.jpg | 43.7 KiB | 39.9 KiB |
트롯요정💖전성시대🌟응원하러 가기! article.news_card > header.news_head > a > img | dimg.donga.com/carriage/TROTPICK/images/trotpick_donga/67723c131cbad273825f.jpg | 47.3 KiB | 39.5 KiB |
‘늑구 탈출’ 재발 없게… 동물원 안전 관리-복지 강화 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133789032.1.thumb.jpg | 47.8 KiB | 39.5 KiB |
독자 라운지 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/68db83000c4ea1e072b.jpg | 41.7 KiB | 39.4 KiB |
복통 호소한 4살, 위장에 구멍 뚫려…‘이것’ 삼켰다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792817.1.thumb.jpg | 38.6 KiB | 36.9 KiB |
늑구 먹이 맨바닥에 뒀다고…‘밥 그릇’ 요구에 오월드 측 해명은 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794190.1.thumb.jpg | 37.5 KiB | 35.9 KiB |
“두코바니 이어 테믈린 원전도 韓 수주땐 시너지 효과” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792642.4.thumb.jpg | 38.0 KiB | 35.7 KiB |
“韓-베트남, 에너지안보 강화-공급망 안정 협력” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpg | 38.5 KiB | 35.5 KiB |
이사·결혼·개업을 앞두고 있다면? 사주에 따른 길일 찾기🍀 article.news_card > header.news_head > a > img | dimg.donga.com/carriage/NEWS/images/donga_main_sinunse/69ae6f250a7bd273828a.jpg | 42.0 KiB | 34.1 KiB |
‘운휴’ 나붙은 석화산단 “전쟁뒤 가치 재확인, 기간산업 지켜야” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpg | 40.0 KiB | 33.1 KiB |
갈팡질팡 트럼프에… “백악관 엉망진창” 참모들도 대혼돈 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpg | 35.0 KiB | 32.3 KiB |
문근영 “손가락 신경 괴사 위기까지…늘 혼자 울었다” 희귀병 투병 고백 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795266.5.thumb.jpg | 30.0 KiB | 28.6 KiB |
‘23명 사망’ 아리셀 대표, 2심 11년 줄어 징역 4년 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792201.4.thumb.jpg | 29.0 KiB | 27.8 KiB |
AI 무기화 또 불붙인 팔란티어 “日-獨 재무장 필요” 주장까지 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpg | 31.5 KiB | 25.9 KiB |
조카사위 돈 자랑에 배 아파… ‘1억 금괴’ 절도 도왔다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794890.1.thumb.jpg | 26.3 KiB | 25.2 KiB |
신문광고컬렉션 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68de20d9129fd273828a.jpg | 27.6 KiB | 23.1 KiB |
CSIS “美, 이란戰에 미사일 절반 소진… 몇년간 中 등 적대국에 맞설 물량 부족” div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_Issue_Group/133788966.1.thumb.jpg | 36.9 KiB | 22.6 KiB |
“피부에 하얀게 떨어져 나와요”…봄철 ‘건선’ 주의보 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795633.1.thumb.jpg | 23.7 KiB | 21.6 KiB |
스마트폰에 붙이면 ‘2D-3D’ 자유자재로 전환 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795459.1.thumb.jpg | 22.5 KiB | 21.5 KiB |
우아한 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68d4e5252051d273828a.jpg | 26.0 KiB | 21.5 KiB |
조종사 ‘인생샷’ 찍으려, F-15K 뒤집기 비행중 충돌 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792062.1.thumb.jpg | 22.3 KiB | 18.4 KiB |
[김형석 칼럼]대한민국에 희망의 길은 열려 있다 li.swiper-slide > a > div.thumb > img | dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/03/11/133512890.1.png | 18.8 KiB | 18.2 KiB |
김순덕의 도발 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eee9721528d273828a.jpg | 22.2 KiB | 17.7 KiB |
LG전자 ‘류재철號 뉴엔진’ 본격화… CEO가 기술회의 직접 챙긴다 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795276.1.thumb.jpg | 16.7 KiB | 16.0 KiB |
함께 미래 li.swiper-slide > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_left_banner2/68d637c2057dd27382a0.jpg | 17.0 KiB | 13.3 KiB |
디 오리지널 li.login_bottom_node > a > div.img_area > img | dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eccbe40126d2738275.jpg | 16.7 KiB | 13.0 KiB |
鄭, 격전지 영남 5곳 훑어…‘열흘 방미’ 張, 서울외 3곳만 찾아 ul#swiper-wrapper-3fce72943feaf1021 > li.swiper-slide > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpg | 36.6 KiB | 11.5 KiB |
홍석천, 태국 송끄란 축제서 쓰러진 여성 구했다…“안전하게 즐겨야” article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792859.1.thumb.jpg | 12.6 KiB | 11.3 KiB |
“득점 욕심보다 팀 퍼스트”… 한국무대 5시즌 연속 리바운드 1위 div.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792137.5.thumb.jpg | 18.4 KiB | 10.5 KiB |
한국의 맛과 멋 입은 ‘공항 속 안방’… 대한항공 새 라운지 가볼까 article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133791519.5.thumb.jpg | 11.5 KiB | 10.2 KiB |
MLB 시즌 첫 ‘한국인 더비’… 이정후 멀티 히트, 김혜성 안타 article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792149.4.thumb.jpg | 11.3 KiB | 10.0 KiB |
재즈 전설부터 시티팝까지… 꽃바람 타고 article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792338.4.thumb.jpg | 10.7 KiB | 9.4 KiB |
3월 생산자물가 1.6%↑…중동發 유가쇼크에 4년 만 최대폭 상승 li > a > div.img_area > img | dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787529.1.thumb.jpg | 16.3 KiB | 9.0 KiB |
이번엔 ‘K게임’… 출시 26일만에 세계 판매 500만장 article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795216.1.thumb.jpg | 9.8 KiB | 8.5 KiB |
서울 아파트 전셋값 오르자, 오피스텔 전셋값도 ‘껑충’ li > a > div.img_area > img | dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787108.1.thumb.jpg | 15.6 KiB | 7.3 KiB |
버섯 왕국 좁아 은하계로… 다시 돌아온다 마리오 article.news_card > header.news_head > a > img | dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795575.2.thumb.jpg | 7.7 KiB | 6.4 KiB |
‘성공의 80%는 출석’[횡설수설/장원재] li.swiper-slide > a > div.thumb > img | /a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/202... | 6.8 KiB | 6.2 KiB |
총독부 청사엔 ‘천황 은혜’ 과학관을… 뒤편엔 ‘사라진 조선’ 박물관을[염복규의 경성, 서울의 기원] li.swiper-slide > a > div.thumb > img | dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/04/22/133795253.1.jpg | 5.9 KiB | 5.3 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| donga.com/ | 1.1 s |
| www.donga.com/ | 0.0 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| image.donga.com/donga_v2/css/style.css?t=20260414 | 29.1 KiB | 3.6 KiB |
| image.donga.com/donga_v2/css/home.css?t=20260414 | 22.6 KiB | 3.4 KiB |
| image.donga.com/donga_v2/css/layout.css?t=20260414 | 13.9 KiB | 2.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911 | 13.9 KiB | 5.8 KiB |
| image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414 | 8.8 KiB | 4.5 KiB |
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 |
|---|---|---|
| image.donga.com/donga_v2/css/style.css?t=20260414 | 29.0 KiB | 21.9 KiB |
| image.donga.com/donga_v2/css/home.css?t=20260414 | 22.5 KiB | 21.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.0 KiB |
| image.donga.com/donga_v2/css/layout.css?t=20260414 | 13.8 KiB | 11.8 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604200101/show_ads_impl_fy... | 177.5 KiB | 149.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 129.3 KiB |
| anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js | 161.8 KiB | 123.2 KiB |
| image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=20260414 | 82.0 KiB | 73.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-6Z5MY0NF20&cx=c>m=4e64k1 | 158.5 KiB | 65.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PCVCHHT | 132.4 KiB | 62.5 KiB |
| fundingchoicesmessages.google.com/i/106061858?ers=3 | 68.8 KiB | 36.2 KiB |
| anymind360.com/js/19464/ats.js | 47.1 KiB | 35.5 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 29.8 KiB |
| image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414 | 46.3 KiB | 26.1 KiB |
| image.donga.com/donga/js/kakao-latest.min.js | 35.2 KiB | 23.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
鄭, 격전지 영남 5곳 훑어…‘열흘 방미’ 張, 서울외 3곳만 찾아 ul#swiper-wrapper-3fce72943feaf1021 > li.swiper-slide > a > img | dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpg |
div.main_aside_ad01 > div.a1 > a > img div.main_aside_ad01 > div.a1 > a > img | image.donga.com/adma/donga/260417_hanwoo_300250.jpg |
div.main_aside_ad02 > div.a1 > a > img div.main_aside_ad02 > div.a1 > a > img | image.donga.com/adma/donga/250331_soil_300150.jpg |
고양이 눈 div.forum_top > div.thumb > a > img | dimg.donga.com/carriage/NEWS/images/donga_main_insight/6932eca3254fd2738248.jpg |
사진기자의 사談진談 div.forum_top > div.thumb > a > img | dimg.donga.com/carriage/NEWS/images/donga_main_insight/69e8f57426bdd2738249.jpg |
이은화의 미술시간 div.forum_top > div.thumb > a > img | dimg.donga.com/carriage/NEWS/images/donga_main_insight/691df7ad09ddd2738248.jpg |
염복규의 경성, 서울의 기원 div.forum_top > div.thumb > a > img | dimg.donga.com/carriage/NEWS/images/donga_main_insight/68ecc2c61ac9d2738241.jpg |
‘성공의 80%는 출석’[횡설수설/장원재] li.swiper-slide > a > div.thumb > img | /a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/202... |
[오늘과 내일/홍수영]‘李대통령 SNS 공방’으로 본 이 시대 싸움법 li.swiper-slide > a > div.thumb > img | /a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/202... |
총독부 청사엔 ‘천황 은혜’ 과학관을… 뒤편엔 ‘사라진 조선’ 박물관을[염복규의 경성, 서울의 기원] li.swiper-slide > a > div.thumb > img | dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/04/22/133795253.1.jpg |
[김형석 칼럼]대한민국에 희망의 길은 열려 있다 li.swiper-slide > a > div.thumb > img | dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/03/11/133512890.1.png |
masterbrand div.brand_sec_top > div.brand_logo > a > img | image.donga.com/donga_v1/images/logo_masterbrand01.png |
고려사이버대학교 THE CYBER UNIVERSITY OF KOREA div.inner > div.da_corp_foot > a.sponsor > img | image.donga.com/donga_v1/images/logo_sponsor1.png |
div.inner > div.da_corp_foot > a > img div.inner > div.da_corp_foot > a > img | image.donga.com/adma/donga/191018_trafficchecking_dot.gif |
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.
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.news_body > h4.tit > a > span.is_scoop |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
갈팡질팡 트럼프에… “백악관 엉망진창” 참모들도 대혼돈 div.sub_headline_sec > div.news_card > div.news_body > h4.tit |
교황 “프란치스코 1주기… 그의 유산 이어갈 것” div.notseen_news_left > article.news_card > div.news_body > h4.tit |
150억대 건물을…MC몽·노홍철, ‘1박2일’ 연결고리 무섭네 ul#swiper-wrapper-f6b4f10607d5a89e9 > li.swiper-slide > a > h5.tit |
These are opportunities to improve keyboard navigation in your application.
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.aside_sec_group > div.main_aside_ad01 > div.a1 > a div.aside_sec_group > div.main_aside_ad01 > div.a1 > a |
div.aside_sec_group > div.main_aside_ad02 > div.a1 > a div.aside_sec_group > div.main_aside_ad02 > div.a1 > a |
div.main_news_inner > div.aside_sec_group > div.a1 > a div.main_news_inner > div.aside_sec_group > div.a1 > a |
div.main_top_inner > div.main_wingad01 > div.a1 > a div.main_top_inner > div.main_wingad01 > div.a1 > a |
div.main_top_inner > div.main_wingad02 > div.a1 > a div.main_top_inner > div.main_wingad02 > div.a1 > a |
div.main_top_cont > div.main_top_inner > div.main_wingad03 > a div.main_top_cont > div.main_top_inner > div.main_wingad03 > a |
div.da_corp_area > div.inner > div.da_corp_foot > a div.da_corp_area > div.inner > div.da_corp_foot > a |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 / 1 div.top_headline_sec > article.news_card > div.news_head_wrap > ul#swiper-wrapper-3fce72943feaf1021 |
1 / 4 div.sub_headline_right > div.banner_adswipe > div.right_banner_rolling > ul#swiper-wrapper-1aa78e1e9fad10c19 |
1 / 4 div.aside_opinion_sec > div.banner_adswipe > div.login_bottom_wrap > ul#swiper-wrapper-d1cf7a17fbaa1fc6 |
150억대 건물을…MC몽·노홍철, ‘1박2일’ 연결고리 무섭네
송승현, 연예계 은퇴→임신 발표…아빠 쏙 빼닮은 2세
“2009년생부터 평생 담… div.main_inner > section.enter_sport_sec > div.enter_sport_cont > ul#swiper-wrapper-f6b4f10607d5a89e9 |
고양이 눈
구독
분홍과 초록 사이
9시간 전
사진기자의 사談진談
구독
우주로 간 구닥다리 디지털 카메라
9시간 전
이은화의 미술시간
구독
향기… section.donga_forum > div.forum_cont > div.forum_area > ul#swiper-wrapper-910877ad65d2a88aa |
주간동아
[영상] “ETF 투자, 코스피와 반도체 추종하는 게 핵심”
신동아
“지금 대구에 필요한 건 살림꾼…나를 ‘대구 도약 마중물’로… div.main_inner > section.dmagazine_sec > div.dmagazine_cont > ul#swiper-wrapper-7af0fa2c110327abe |
These are opportunities to improve the experience of reading tabular or list data using 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 |
These items highlight common accessibility best practices.
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 | anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js line 74, col 1182 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.
Send Feedback