Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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 21.9 MB (11.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
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/459beebd-3745-434b-9ab4-b349f765a9d9)<a href="https://beavercheck.com/results/459beebd-3745-434b-9ab4-b349f765a9d9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fyna.co.kr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fyna.co.krThis 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 23.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.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 23.4s to load
+12% bounceUsers abandon at ~3s — you're 20.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
9 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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 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 → ₩3,944/month returns + KRW 3,000,000,000 risk avoided
₩350,000
5h · 5 findings
₩3,944 /mo
~₩47,326 / 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,003,944 / month at risk
~₩3,000,047,326 / year if left unfixed
₩3,000,000,000
+2 more
₩3,944 /mo
36480.7 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.
12.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.94 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.30 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.
50.36 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.
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 | |
|---|---|---|---|
늑구 탈출 오월드, 운영주체 도시공사가 자체 감사?…논란 예고 figure.img-con11 > a.img > picture.pic > img.loaded | img5.yna.co.kr/photo/yna/YH/2026/04/20/PYH2026042020450006301_P1.jpg | 233.3 KiB | 222.3 KiB |
제9회 전국지방선거 div.item-box01 > figure.img-con01 > span.img > img | img7.yna.co.kr/template/kr/20260319/kr_2561_20260319080827_P2.jpg | 209.2 KiB | 192.2 KiB |
[영상] 머스크의 선행?…'8개 질문' 남기고 떠난 소녀팬에 일일이 답변 div.item-box01 > figure.img-con01 > a.img > img | img2.yna.co.kr/mpic/YH/2026/04/21/MYH20260421015100704_P4.jpg | 167.1 KiB | 153.6 KiB |
[영상] 韓美 '마스가' 이어 美무인수상정에 한화 첨단 미사일 기술 탑재 div.item-box01 > figure.img-con01 > a.img > img | img2.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013500704_P4.jpg | 167.0 KiB | 153.5 KiB |
[영상] 결국 영장 신청된 방시혁…경찰 "자본시장 교란 엄정 대처" div.item-box01 > figure.img-con01 > a.img > img | img4.yna.co.kr/mpic/YH/2026/04/21/MYH20260421012600704_P4.jpg | 136.3 KiB | 122.8 KiB |
미국·이란 전쟁 div.item-box01 > figure.img-con01 > span.img > img | img4.yna.co.kr/template/kr/20260316/kr_2561_20260316091307_P2.jpg | 136.6 KiB | 119.8 KiB |
[영상] 멕시코 유명 유적지서 총기 난사…관광객 1명 사망·6명 부상 div.item-box01 > figure.img-con01 > a.img > img | img9.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013600704_P4.jpg | 128.7 KiB | 115.4 KiB |
27일부터 '고유가 피해지원금' 지급 개시…"주민센터 준비 철저" figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/yna/YH/2025/09/22/PYH2025092210130005100_P1.jpg | 121.2 KiB | 97.4 KiB |
[영상] 美해군 6세대 함재기는?…최종 선정 앞두고 공개된 티저 영상 div.item-box01 > figure.img-con01 > a.img > img | img9.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013800704_P4.jpg | 107.7 KiB | 96.6 KiB |
[영상] "인생 단 한 번의 기회"…아이폰으로 찍은 '지구 일몰' div.item-box01 > figure.img-con01 > a.img > img | img7.yna.co.kr/mpic/YH/2026/04/21/MYH20260421012300704_P4.jpg | 95.3 KiB | 85.5 KiB |
李대통령, 오늘 또 럼 서기장과 정상회담…원전 등 에너지 협력 figure.img-con11 > a.img > picture.pic > img.loaded | img6.yna.co.kr/photo/yna/YH/2025/08/11/PYH2025081118500001300_P1.jpg | 106.4 KiB | 82.7 KiB |
'학술용병' 논란 div.item-box01 > figure.img-con01 > span.img > img | img8.yna.co.kr/photo/cms/2026/03/30/16/PCM20260330000016990_P2.jpg | 57.5 KiB | 41.4 KiB |
공천 탈락 예비후보자 이름이 선관위 누리집에 버젓이…'혼란' figure.img-con11 > a.img > picture.pic > img.loaded | img0.yna.co.kr/photo/yna/YH/2026/04/21/PYH2026042113290005300_T2.jpg | 28.5 KiB | 26.2 KiB |
성희롱 의혹 제기돼 사퇴한 인사에 정부 포상 논란 figure.img-con11 > a.img > picture.pic > img.loaded | img4.yna.co.kr/etc/inner/KR/2026/04/21/AKR20260421178700017_01_i_P1.jpg | 36.6 KiB | 25.5 KiB |
나프타 68%·에틸렌 61%↑…3월 생산자물가 4년만에 최대폭 상승 figure.img-con11 > a.img > picture.pic > img.loaded | img1.yna.co.kr/photo/yna/YH/2025/12/19/PYH2025121908640001300_T2.jpg | 27.5 KiB | 23.2 KiB |
오리무중 미·이란 2차협상에 뉴욕증시 하락…S&P500 0.6%↓ figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/reuters/2026/04/21/PRU20260421005101009_T2.jpg | 26.7 KiB | 22.4 KiB |
주한미군사령관, 전작권전환에 "정치적 편의가 조건 앞서선 안돼" figure.img-con11 > a.img > picture.pic > img.loaded | img6.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422001151071_01_i_T2.jpg | 25.8 KiB | 21.4 KiB |
美유명로펌, AI 생성 가짜 법조문·판례 인용했다가 사과문 figure.img-con11 > a.img > picture.pic > img.loaded | img2.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422010000072_01_i_T2.jpg | 25.1 KiB | 20.8 KiB |
[서미숙의 집수다] "폐지냐 축소냐"…뜨거운 장특공제 논쟁, 시장도 '술렁' figure.img-con11 > a.img > picture.pic > img.loaded | img6.yna.co.kr/photo/yna/YH/2026/03/17/PYH2026031714170001300_T2.jpg | 24.4 KiB | 20.1 KiB |
이란 외무 "美 해상 봉쇄는 전쟁 행위…휴전 위반" figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/photo/etc/xi/2026/03/16/PXI20260316039101009_T2.jpg | 22.7 KiB | 18.3 KiB |
프로축구 선수들 성매매 파티 참석 의혹…이탈리아 발칵 figure.img-con11 > a.img > picture.pic > img.loaded | img5.yna.co.kr/photo/cms/2018/05/15/01/C0A8CAE20000016360B9689A000001CD_T2.jpg | 20.6 KiB | 17.6 KiB |
유가·환율 급등 div.item-box01 > figure.img-con01 > span.img > img | img5.yna.co.kr/template/kr/20260320/kr_2561_20260320114609_P2.jpg | 33.5 KiB | 17.4 KiB |
원외정치인 사무실 허용…양성화 기대 속 지구당 부활 비판론도 figure.img-con11 > a.img > picture.pic > img.loaded | img9.yna.co.kr/photo/yna/YH/2026/04/16/PYH2026041609160001300_T2.jpg | 18.7 KiB | 15.2 KiB |
'언론사 단전·단수' 이상민, 오늘 항소심 변론 종결 figure.img-con11 > a.img > picture.pic > img.loaded | img7.yna.co.kr/photo/yna/YH/2026/03/12/PYH2026031220970001300_T2.jpg | 19.3 KiB | 14.9 KiB |
'구호자금 빼돌려 다이아 구입 의혹' 美민주 하원의원 사퇴 figure.img-con11 > a.img > picture.pic > img.loaded | img4.yna.co.kr/photo/etc/gt/2026/04/22/PGT20260422022101009_T2.jpg | 18.3 KiB | 14.0 KiB |
미국 첫 아시아계 주지사 조지 아리요시 별세…향년 100세 figure.img-con11 > a.img > picture.pic > img.loaded | img4.yna.co.kr/photo/ap/2026/04/21/PAP20260421049501009_T2.jpg | 18.3 KiB | 13.9 KiB |
이스라엘군 "헤즈볼라, 로켓·드론 공격…휴전 위반" ul.list-related01 > li > a > span.tit01 | /thumbnails/remote/50x50ex/image/retail/images/2333518423... | 12.2 KiB | 11.8 KiB |
[실제 써보니] 크롬 속 제미나이…검색·여행 '한 번에' figure.img-con11 > a.img > picture.pic > img.loaded | img0.yna.co.kr/etc/inner/KR/2026/04/21/AKR20260421151000017_02_i_T2.jpg | 12.8 KiB | 10.3 KiB |
金총리 "전쟁 추경 생명은 속도…비상경제대응체계 굳건 유지" ul.list-related01 > li > a > span.tit01 | /thumbnails/remote/50x50ex/image/retail/images/1059925168... | 10.7 KiB | 10.3 KiB |
공천 탈락 예비후보자 이름이 선관위 누리집에 버젓이…'혼란' div.item-box01 > div.news-con > strong.tit-wrap > a.tit-news | /thumbnails/remote/50x50ex/image/retail/images/2473124453... | 10.7 KiB | 10.3 KiB |
이스라엘-헤즈볼라 '휴전 위반' 주장하며 무력 공방 figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/etc/af/2026/04/14/PAF20260414020801009_T2.jpg | 14.3 KiB | 9.9 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/hanaw_220125_mobile_center1/... | 19.0 KiB | 8.1 KiB |
아프리카와 동행
우분투 aside.aside-box425 > div.area01 > a > div.con | r.yna.co.kr/www/home_n/v03/img/bnr_ubuntu_m01_20250903.png | 19.0 KiB | 7.8 KiB |
주OECD 대표부, OECD 가입 30주년 세미나…"한국 성장 전환점" div.item-box02 > div.news-con > strong.tit-wrap > a.tit-news | /thumbnails/remote/50x50ex/image/retail/images/3795148960... | 8.1 KiB | 7.7 KiB |
html.ko html.ko | static.coupangcdn.com/image/coupang/common/logo_coupang_w350.png | 7.3 KiB | 6.9 KiB |
근태 담당이 2년간 지각 숨기기…출연연 해임 figure.img-con11 > a.img > picture.pic > img.loaded | img1.yna.co.kr/photo/cms/2022/10/19/35/PCM20221019000235063_T2.jpg | 9.4 KiB | 6.6 KiB |
신약 건강보험 적용 빨라진다…건보-제약사 약값 '별도 합의' figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/photo/cms/2023/06/13/49/PCM20230613000249530_T2.jpg | 10.0 KiB | 6.6 KiB |
우크라 "러·동유럽 잇는 송유관 복구 완료" div.item-box02 > div.news-con > strong.tit-wrap > a.tit-news | /thumbnails/remote/50x50ex/image/retail/images/3330287457... | 4.5 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.
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.
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.
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 |
|---|---|
| yna.co.kr/ | 1.7 s |
| www.yna.co.kr/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/css/common.css?v=20260408_1106 | 115.9 KiB | 18.2 KiB |
| r.yna.co.kr/www/home_n/v03/css/layout.css?v=20260327_0855 | 40.6 KiB | 7.1 KiB |
| r.yna.co.kr/www/home_n/v03/css/dark01.css?v=20260326_0935 | 12.3 KiB | 4.1 KiB |
| r.yna.co.kr/www/home_n/v03/css/style.css?v=20260416_1040 | 17.8 KiB | 2.6 KiB |
| r.yna.co.kr/www/home_n/v03/css/variables.css?v=20260325_1555 | 9.2 KiB | 2.2 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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/js/web-design.js?v=20260325_1610 | 98.1 KiB | 28.9 KiB |
| static.pfrt.yna.co.kr/www/js/web-dev.js?v=20260326_0935 | 62.6 KiB | 14.0 KiB |
| r.yna.co.kr/www/home_n/v03/js/lib/platform-1.3.6.js | 11.7 KiB | 6.1 KiB |
| static.pfrt.yna.co.kr/www/js/web-utility.js?v=20260326_0935 | 9.7 KiB | 4.0 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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/css/common.css?v=20260408_1106 | 115.4 KiB | 105.4 KiB |
| r.yna.co.kr/www/home_n/v03/css/layout.css?v=20260327_0855 | 40.1 KiB | 35.0 KiB |
| r.yna.co.kr/www/home_n/v03/css/style.css?v=20260416_1040 | 17.3 KiB | 15.7 KiB |
| r.yna.co.kr/www/home_n/v03/css/weather_ui03.css?v=20260326_0935 | 15.6 KiB | 15.2 KiB |
| r.yna.co.kr/www/home_n/v03/css/dark01.css?v=20260326_0935 | 11.9 KiB | 11.9 KiB |
| r.yna.co.kr/global/lib/videojs/video-8.9.0.css | 12.6 KiB | 10.5 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/m202604160101/show_ads_impl_fy... | 177.5 KiB | 134.4 KiB |
| r.yna.co.kr/global/lib/videojs/video-8.9.0.min.js | 183.5 KiB | 131.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 98.2 KiB |
| r.yna.co.kr/www/home_n/v03/js/web-design.js?v=20260325_1610 | 94.9 KiB | 67.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-3JKE3F58CD | 156.9 KiB | 58.3 KiB |
| static.pfrt.yna.co.kr/www/js/web-dev.js?v=20260326_0935 | 61.0 KiB | 53.5 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-1728051424180693 | 54.3 KiB | 28.9 KiB |
| r.yna.co.kr/global/lib/v02/js/swiper-8.4.7.min.js | 39.2 KiB | 21.3 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 |
|---|---|
| Style & Layout | 8.7 s |
| Other | 6.0 s |
| Script Evaluation | 3.9 s |
| Rendering | 1.5 s |
| Script Parsing & Compilation | 533 ms |
| Parse HTML & CSS | 265 ms |
| Garbage Collection | 188 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 a sub frame. | 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.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/hanaw_220125_mobile_center1/... |
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.content04 > h3 > a.title-type034 > strong.title01 |
연합뉴스 프리미엄 금융투자섹션 div.content04 > h3 > a.title-type034 > span.txt01 |
2.83% ul.list01 > li.infomax_stock_kospi200 > div.box > span.unit04 |
내 고향 살리는 1석3조 aside.aside-box410 > div.area01 > a > span.txt01 |
고향사랑기부 aside.aside-box410 > div.area01 > a > span.txt02 |
서미숙의 집수다 li > div.item-box01 > div.news-con > a.txt-tag41 |
이런말저런글 li > div.item-box01 > div.news-con > a.txt-tag41 |
글로컬 li > div.item-box01 > div.news-con > a.txt-tag41 |
인&아웃 li > div.item-box01 > div.news-con > a.txt-tag41 |
미세먼지보통 ul.list01 > li.swiper-slide > div.weather-today-info > strong.txt-dust |
보통 li.swiper-slide > div.weather-today-info > strong.txt-dust > em.state02 |
12 div.btns-wrap11 > div.pager01 > span.count-box > span.txt-total |
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#container > div.container501 > div.content04 > h3 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
aside.aside-box101 > div.area01 > div.ads-box > a aside.aside-box101 > div.area01 > div.ads-box > 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 |
|---|
최신뉴스
정치
북한
경제
마켓+
산업
사회
전국
세계
문화
건강
연예
스포츠
오피니언
비주얼뉴스
제보
재난포털 header.wrap-header02 > div.nav-type01 > nav#nav01 > ul#swiper-wrapper-ad3911015c27fb728 |
코스피 사상 최고치 마감…하이닉스는 '120만 닉스' 돌파
'마지막 국외 거주 유공자'…이하전 지사 유해 봉환
베트남 국빈방문…하노이 도착한 … section.box-type100 > div.list-type050 > div.swiper-area > ul#swiper-wrapper-7edbe12941ff2ab10 |
전체 사진 수
19
미·이란 협상 임박…경계 태세 강화하는 파키스탄
전체 사진 수
10
말레이시아 수상가옥 빈민촌에 큰불…집 1천여채 전소
전… section.box-type100 > div.list-type050 > div.swiper-area > ul#swiper-wrapper-ef106310cf10e3fbe96 |
영상 기사
[영상] 머스크의 선행?…'8개 질문' 남기고 떠난 소녀팬에 일일이 답변
재생시간
02:42
영상 기사
[영상] 美해군 6세대 함재… section.box-type100 > div.list-type021 > div.swiper-area > ul#swiper-wrapper-73d1cf635a158de5 |
미국·이란 전쟁
2342개의 뉴스
미국·이란 전쟁
유가·환율 급등
491개의 뉴스
유가·환율 급등
'학술용병' 논란
26개의 뉴스
'학술용병'… section.box-type101 > div.list-type051 > div.swiper-area > ul#swiper-wrapper-ac898158bb18b334 |
연합뉴스
연합뉴스
"컨디션 회복 중" 공개했는데…늑구, 식사영상에 쏟아진 반응 #shorts
재생시간
00:23
KOREA NOW
KOREA … section.box-type101 > div.list-type032 > div.swiper-area > ul#swiper-wrapper-3aba1554995f27108 |
English
Trump extends ceasefire with Iran amid uncertainty over prospects for p… section.box-type103 > div.list-type041 > div.swiper-area > ul#swiper-wrapper-3d9ed6f85071cbe0 |
강원일보
원주시장 후보 지지도 구자열 50.1%·원강수 34.7%
경북매일
주한미군사령관 “주한미군, 숫자보다 역량에 중점”…주둔병력 축소 의… section.box-type103 > div.list-type043 > div.swiper-area > ul#swiper-wrapper-105489efd2ab94481 |
English
中文
日文
عربي
Español
Français
Tiếng Việt div#footer > section.footer-menu01 > div.lang-zone02 > ul#swiper-wrapper-555277926762310102 |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.ko html.ko |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
42 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.00 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.
15.71 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.
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 | |
|---|---|---|---|
미·이란 협상 임박…경계 태세 강화하는 파키스탄 figure.img-con11 > a.img > picture.pic > img | img7.yna.co.kr/template/kr/20260422/kr_637_20260422064359_P4.jpg | 451.4 KiB | 420.6 KiB |
'질주의 순간'…美캘리포니아 산타 아니타 레이스 figure.img-con11 > a.img > picture.pic > img | img3.yna.co.kr/template/kr/20260422/kr_657_20260422071528_P4.jpg | 448.2 KiB | 417.4 KiB |
'수백 년 전통'…인도 여신 기리는 대나무 기둥 세우기 figure.img-con11 > a.img > picture.pic > img | img3.yna.co.kr/template/kr/20260422/kr_638_20260422064251_P4.jpg | 398.6 KiB | 367.8 KiB |
'플라스틱 한가득'…지구의 날 앞둔 자원순환센터 figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/template/kr/20260421/kr_633_20260421160958_P4.jpg | 358.0 KiB | 327.2 KiB |
말레이시아 수상가옥 빈민촌에 큰불…집 1천여채 전소 figure.img-con11 > a.img > picture.pic > img | img3.yna.co.kr/template/kr/20260422/kr_637_20260422064238_P4.jpg | 223.6 KiB | 192.9 KiB |
'마지막 국외 거주 유공자'…이하전 지사 유해 봉환 figure.img-con11 > a.img > picture.pic > img | img9.yna.co.kr/template/kr/20260421/kr_633_20260421193200_P4.jpg | 193.6 KiB | 162.9 KiB |
[영상] 머스크의 선행?…'8개 질문' 남기고 떠난 소녀팬에 일일이 답변 div.item-box01 > figure.img-con01 > a.img > img.loaded | img2.yna.co.kr/mpic/YH/2026/04/21/MYH20260421015100704_P4.jpg | 167.1 KiB | 153.5 KiB |
[영상] 韓美 '마스가' 이어 美무인수상정에 한화 첨단 미사일 기술 탑재 div.item-box01 > figure.img-con01 > a.img > img.loaded | img2.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013500704_P4.jpg | 167.0 KiB | 153.3 KiB |
"화성 탐사로버 큐리오시티, 표면 시료서 유기화합물 다수 발견" div.item-box01 > figure.img-con01 > a.img > img | img5.yna.co.kr/etc/inner/KR/2026/04/21/AKR20260421146800017_03_i_P2.jpg | 145.8 KiB | 137.7 KiB |
나프타 68%·에틸렌 61%↑…3월 생산자물가 4년만에 최대폭 상승 figure.img-con11 > a.img > picture.pic > img.loaded | img6.yna.co.kr/photo/yna/YH/2025/12/19/PYH2025121908640001300_P1.jpg | 140.6 KiB | 132.7 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/inchfi_20260331_bulletin_55_... | 134.9 KiB | 129.3 KiB |
[영상] 결국 영장 신청된 방시혁…경찰 "자본시장 교란 엄정 대처" div.item-box01 > figure.img-con01 > a.img > img.loaded | img4.yna.co.kr/mpic/YH/2026/04/21/MYH20260421012600704_P4.jpg | 136.3 KiB | 122.7 KiB |
[영상] 멕시코 유명 유적지서 총기 난사…관광객 1명 사망·6명 부상 div.item-box01 > figure.img-con01 > a.img > img.loaded | img9.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013600704_P4.jpg | 128.7 KiB | 115.3 KiB |
27일부터 '고유가 피해지원금' 지급 개시…"주민센터 준비 철저" figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/yna/YH/2025/09/22/PYH2025092210130005100_P1.jpg | 121.2 KiB | 113.2 KiB |
베트남 국빈방문…하노이 도착한 李대통령 부부 figure.img-con11 > a.img > picture.pic > img | img9.yna.co.kr/template/kr/20260421/kr_635_20260421211205_P4.jpg | 142.5 KiB | 111.7 KiB |
코스피 사상 최고치 마감…하이닉스는 '120만 닉스' 돌파 figure.img-con11 > a.img > picture.pic > img | img2.yna.co.kr/template/kr/20260421/kr_633_20260421172424_P4.jpg | 139.7 KiB | 109.0 KiB |
[서미숙의 집수다] "폐지냐 축소냐"…뜨거운 장특공제 논쟁, 시장도 '술렁' figure.img-con11 > a.img > picture.pic > img.loaded | img1.yna.co.kr/photo/yna/YH/2026/03/17/PYH2026031714170001300_P1.jpg | 113.2 KiB | 105.2 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/hyundaiEC_110302_main_TopLef... | 184.7 KiB | 97.9 KiB |
李대통령, 오늘 또 럼 서기장과 정상회담…원전 등 에너지 협력 figure.img-con11 > a.img > picture.pic > img.loaded | img6.yna.co.kr/photo/yna/YH/2025/08/11/PYH2025081118500001300_P1.jpg | 106.4 KiB | 97.5 KiB |
[영상] 美해군 6세대 함재기는?…최종 선정 앞두고 공개된 티저 영상 div.item-box01 > figure.img-con01 > a.img > img.loaded | img9.yna.co.kr/mpic/YH/2026/04/21/MYH20260421013800704_P4.jpg | 107.7 KiB | 96.4 KiB |
'언론사 단전·단수' 이상민, 오늘 항소심 변론 종결 figure.img-con11 > a.img > picture.pic > img.loaded | img2.yna.co.kr/photo/yna/YH/2026/03/12/PYH2026031220970001300_P1.jpg | 95.0 KiB | 87.0 KiB |
[영상] "인생 단 한 번의 기회"…아이폰으로 찍은 '지구 일몰' div.item-box01 > figure.img-con01 > a.img > img.loaded | img7.yna.co.kr/mpic/YH/2026/04/21/MYH20260421012300704_P4.jpg | 95.3 KiB | 85.4 KiB |
오리무중 미·이란 2차협상에 뉴욕증시 하락…S&P500 0.6%↓ figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/photo/reuters/2026/04/21/PRU20260421005101009_P1.jpg | 88.5 KiB | 80.6 KiB |
div.ads-main-banner01 > div.ads-box > a > img div.ads-main-banner01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/samsung_200228_main_center1/... | 81.8 KiB | 72.5 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/samsung_180806_main_x55/SSAF... | 73.0 KiB | 67.5 KiB |
이란 외무 "美 해상 봉쇄는 전쟁 행위…휴전 위반" figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/etc/xi/2026/03/16/PXI20260316039101009_P1.jpg | 63.6 KiB | 55.6 KiB |
'책날개'에는 무엇이 쓰여 있을까 div.item-box01 > figure.img-con01 > a.img > img | image.pfrt.yna.co.kr/nsp/files/newsPackage/2026/01/28/1.jpg | 54.8 KiB | 46.9 KiB |
주한미군사령관, 전작권전환에 "정치적 편의가 조건 앞서선 안돼" figure.img-con11 > a.img > picture.pic > img.loaded | img1.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422001151071_01_i_P1.jpg | 46.5 KiB | 38.4 KiB |
공천 탈락 예비후보자 이름이 선관위 누리집에 버젓이…'혼란' figure.img-con11 > a.img > picture.pic > img.loaded | img0.yna.co.kr/photo/yna/YH/2026/04/21/PYH2026042113290005300_T2.jpg | 28.5 KiB | 28.0 KiB |
美유명로펌, AI 생성 가짜 법조문·판례 인용했다가 사과문 figure.img-con11 > a.img > picture.pic > img.loaded | img2.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422010000072_01_i_T2.jpg | 25.1 KiB | 24.6 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | lime.contentsfeed.com/RealMedia/ads/Creatives/YNA/amorepa_main_/AMORE.jpg | 26.6 KiB | 24.0 KiB |
美·이란 협상 물 건너가나…WTI 3% 급등 div.item-box01 > figure.img-con01 > a.img > img | img6.yna.co.kr/photo/cms/2026/04/19/01/PCM20260419000001990_P2.jpg | 31.5 KiB | 23.6 KiB |
늑구 탈출 오월드, 운영주체 도시공사가 자체 감사?…논란 예고 figure.img-con11 > a.img > picture.pic > img.loaded | img0.yna.co.kr/photo/yna/YH/2026/04/20/PYH2026042020450006301_T2.jpg | 23.6 KiB | 23.1 KiB |
[실제 써보니] 크롬 속 제미나이…검색·여행 '한 번에' figure.img-con11 > a.img > picture.pic > img.loaded | img5.yna.co.kr/etc/inner/KR/2026/04/21/AKR20260421151000017_02_i_P1.jpg | 30.7 KiB | 20.6 KiB |
프로축구 선수들 성매매 파티 참석 의혹…이탈리아 발칵 figure.img-con11 > a.img > picture.pic > img.loaded | img5.yna.co.kr/photo/cms/2018/05/15/01/C0A8CAE20000016360B9689A000001CD_T2.jpg | 20.6 KiB | 20.0 KiB |
성희롱 의혹 제기돼 사퇴한 인사에 정부 포상 논란 figure.img-con11 > a.img > picture.pic > img.loaded | img9.yna.co.kr/etc/inner/KR/2026/04/21/AKR20260421178700017_01_i_T2.jpg | 20.4 KiB | 19.8 KiB |
트럼프 "협상종결시까지 휴전연장" 전격 발표…이란 "인정안해" figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/photo/ap/2026/04/18/PAP20260418117401009_P1.jpg | 55.7 KiB | 19.3 KiB |
유엔총장 후보 출마 IAEA 수장 "한반도-유엔 협력기회 올 것" figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422023200072_01_i_T2.jpg | 22.2 KiB | 17.8 KiB |
'구호자금 빼돌려 다이아 구입 의혹' 美민주 하원의원 사퇴 figure.img-con11 > a.img > picture.pic > img.loaded | img4.yna.co.kr/photo/etc/gt/2026/04/22/PGT20260422022101009_T2.jpg | 18.3 KiB | 17.8 KiB |
미국 첫 아시아계 주지사 조지 아리요시 별세…향년 100세 figure.img-con11 > a.img > picture.pic > img.loaded | img4.yna.co.kr/photo/ap/2026/04/21/PAP20260421049501009_T2.jpg | 18.3 KiB | 17.7 KiB |
게이츠재단, 직원상대 엡스타인 연루 의혹 조사 figure.img-con11 > a.img > picture.pic > img.loaded | img7.yna.co.kr/etc/inner/KR/2026/04/22/AKR20260422015400072_01_i_T2.jpg | 21.5 KiB | 17.2 KiB |
K-VIBE 한류, 문화, 커뮤니티 aside.aside-box413 > div.area01 > a > img.loaded | r.yna.co.kr/ad/img/2024/bnr_kodyssey_20241106_01.png | 20.5 KiB | 17.0 KiB |
제주·남부지방 비…황사에 전국 미세먼지 '나쁨' div.item-box01 > figure.img-con01 > a.img > img | img3.yna.co.kr/photo/yna/YH/2026/04/21/PYH2026042111020006000_P2.jpg | 23.6 KiB | 16.7 KiB |
원외정치인 사무실 허용…양성화 기대 속 지구당 부활 비판론도 figure.img-con11 > a.img > picture.pic > img.loaded | img9.yna.co.kr/photo/yna/YH/2026/04/16/PYH2026041609160001300_T2.jpg | 18.7 KiB | 15.2 KiB |
이스라엘-헤즈볼라 '휴전 위반' 주장하며 무력 공방 figure.img-con11 > a.img > picture.pic > img.loaded | img3.yna.co.kr/photo/etc/af/2026/04/14/PAF20260414020801009_T2.jpg | 14.3 KiB | 9.9 KiB |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/kadoption_230225_main_x54_co... | 12.1 KiB | 8.6 KiB |
div.area02 > a > div.con > span.obj01 div.area02 > a > div.con > span.obj01 | r.yna.co.kr/ad/img/2026/bnr_surim_20260402.png | 7.7 KiB | 7.0 KiB |
근태 담당이 2년간 지각 숨기기…출연연 해임 figure.img-con11 > a.img > picture.pic > img.loaded | img1.yna.co.kr/photo/cms/2022/10/19/35/PCM20221019000235063_T2.jpg | 9.4 KiB | 6.6 KiB |
신약 건강보험 적용 빨라진다…건보-제약사 약값 '별도 합의' figure.img-con11 > a.img > picture.pic > img.loaded | img8.yna.co.kr/photo/cms/2023/06/13/49/PCM20230613000249530_T2.jpg | 10.0 KiB | 6.6 KiB |
아프리카와 동행
우분투 aside.aside-box425 > div.area01 > a > div.con | r.yna.co.kr/www/home_n/v03/img/bnr_ubuntu_pc01_20250903.png | 7.9 KiB | 5.7 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.
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.
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.
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 |
|---|---|
| yna.co.kr/ | 1.2 s |
| www.yna.co.kr/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/js/web-design.js?v=20260325_1610 | 98.1 KiB | 28.9 KiB |
| static.pfrt.yna.co.kr/www/js/web-dev.js?v=20260326_0935 | 62.6 KiB | 14.0 KiB |
| r.yna.co.kr/www/home_n/v03/js/lib/platform-1.3.6.js | 11.7 KiB | 6.1 KiB |
| static.pfrt.yna.co.kr/www/js/web-utility.js?v=20260326_0935 | 9.7 KiB | 4.0 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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/css/common.css?v=20260408_1106 | 115.4 KiB | 109.2 KiB |
| r.yna.co.kr/www/home_n/v03/css/layout.css?v=20260327_0855 | 40.1 KiB | 37.6 KiB |
| r.yna.co.kr/www/home_n/v03/css/style.css?v=20260416_1040 | 17.3 KiB | 15.6 KiB |
| r.yna.co.kr/www/home_n/v03/css/weather_ui03.css?v=20260326_0935 | 15.6 KiB | 15.4 KiB |
| r.yna.co.kr/www/home_n/v03/css/dark01.css?v=20260326_0935 | 11.9 KiB | 11.9 KiB |
| r.yna.co.kr/global/lib/videojs/video-8.9.0.css | 12.6 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 132.6 KiB |
| r.yna.co.kr/global/lib/videojs/video-8.9.0.min.js | 183.5 KiB | 131.0 KiB |
| r.yna.co.kr/www/home_n/v03/js/web-design.js?v=20260325_1610 | 94.9 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-3JKE3F58CD | 157.1 KiB | 57.2 KiB |
| static.pfrt.yna.co.kr/www/js/web-dev.js?v=20260326_0935 | 61.0 KiB | 53.8 KiB |
| r.yna.co.kr/global/lib/v02/js/swiper-8.4.7.min.js | 39.2 KiB | 21.3 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 1.8 s |
| Other | 1.6 s |
| Script Evaluation | 795 ms |
| Rendering | 405 ms |
| Script Parsing & Compilation | 110 ms |
| Parse HTML & CSS | 67 ms |
| Garbage Collection | 22 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 |
|---|---|---|
| r.yna.co.kr/www/home_n/v03/css/common.css?v=20260408_1106 | 115.9 KiB | 18.2 KiB |
| r.yna.co.kr/www/home_n/v03/css/layout.css?v=20260327_0855 | 40.6 KiB | 7.1 KiB |
| r.yna.co.kr/www/home_n/v03/css/dark01.css?v=20260326_0935 | 12.3 KiB | 4.1 KiB |
| r.yna.co.kr/www/home_n/v03/css/style.css?v=20260416_1040 | 17.8 KiB | 2.6 KiB |
| r.yna.co.kr/www/home_n/v03/css/variables.css?v=20260325_1555 | 9.2 KiB | 2.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.ads-main-banner01 > div.ads-box > a > img div.ads-main-banner01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/samsung_200228_main_center1/... |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/inchfi_20260331_bulletin_55_... |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/samsung_180806_main_x55/SSAF... |
K-VIBE 한류, 문화, 커뮤니티 aside.aside-box413 > div.area01 > a > img.loaded | r.yna.co.kr/ad/img/2024/bnr_kodyssey_20241106_01.png |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/kadoption_230225_main_x54_co... |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | /RealMedia/ads/Creatives/YNA/hyundaiEC_110302_main_TopLef... |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img | lime.contentsfeed.com/RealMedia/ads/Creatives/YNA/amorepa_main_/AMORE.jpg |
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 |
|---|
English span.lang-zone01 > ul.lang-list > li.en > a |
中文 span.lang-zone01 > ul.lang-list > li.zh > a |
日本語 span.lang-zone01 > ul.lang-list > li.ja > a |
عربي span.lang-zone01 > ul.lang-list > li.ar > a |
Español span.lang-zone01 > ul.lang-list > li.es > a |
Français span.lang-zone01 > ul.lang-list > li.fr > a |
Tiếng Việt span.lang-zone01 > ul.lang-list > li.vi > a |
제이비어 브런슨 주한미군사령관은 21일(현지시간) 고고도미사일방어체계(THAAD·사드)가 여전히 한반도에 있다고 확인했다. 전시작전통제권 전환… li > div.item-box02 > div.news-con > p.lead |
지난달 이란 전쟁 여파로 국제 유가가 급등하면서 국내 생산자물가가 약 4년 만에 가장 큰 폭으로 뛰었다. 생산자물가 상승은 시차를 두고 소비자… li > div.item-box02 > div.news-con > p.lead |
26.51 ul.list01 > li.infomax_stock_kospi200 > div.box > span.unit03 |
2.83% ul.list01 > li.infomax_stock_kospi200 > div.box > span.unit04 |
169.38 ul.list01 > li.infomax_stock_kospi > div.box > span.unit03 |
2.72% ul.list01 > li.infomax_stock_kospi > div.box > span.unit04 |
4.18 ul.list01 > li.infomax_stock_kosdaq > div.box > span.unit03 |
0.36% ul.list01 > li.infomax_stock_kosdaq > div.box > span.unit04 |
베트남을 국빈 방문한 이재명 대통령은 22일(현지시간) 또 럼 공산당 서기장 겸 국가주석과 정상회담을 갖고 양국 간 에너지 협력 강화 방안을 … li > div.item-box01 > div.news-con > p.lead |
12·3 비상계엄 당시 언론사 단전·단수를 지시한 혐의로 1심에서 징역 7년을 선고받은 이상민 전 행정안전부 장관에 대한 항소심 변론이 22일… li > div.item-box01 > div.news-con > p.lead |
2028년 총선을 앞두고 올 7월부터는 원외 정치인도 합법적으로 지역구에 사무실을 운영할 수 있게 되면서 정치권에서 기대와 우려가 교차하는 모… li > div.item-box01 > div.news-con > p.lead |
정부가 한국전력과 한국수력원자력으로 이원화된 원전 수출 체계를 전면 개편한다. 원전 수출 창구는 한전으로 단일화해 국가적인 협상력을 결집하되 … li > div.item-box01 > div.news-con > p.lead |
환자들이 새로 나온 치료제를 더 빨리, 더 원활하게 처방받을 수 있는 길이 넓어졌다. 건강보험당국과 제약사가 새로운 약의 가격을 두고 별도로 … li > div.item-box01 > div.news-con > p.lead |
행정안전부는 이달 27일 고유가 피해지원금 신청과 지급이 시작됨에 따라 지방정부의 차질 없는 준비를 위해 21일 전국 226개 시·군·구 부단… li > div.item-box01 > div.news-con > p.lead |
1주택자에 대한 양도소득세 장기보유특별공제(장특공제) 논쟁이 6월 지방선거를 앞두고 연일 정치권을 뜨겁게 달구고 있다. 1주택자의 장특공제 폐… li > div.item-box01 > div.news-con > p.lead |
크롬 브라우저 우측 상단의 '제미나이(Gemini)에게 물어보기' 버튼을 누르자 'AI 비서'가 곧바로 모습을 드러냈다. 새 웹페이지를 따로 … li > div.item-box01 > div.news-con > p.lead |
차기 유엔 사무총장 인선에 출마한 라파엘 그로시(65) 국제원자력기구(IAEA) 사무총장은 21일(현지시간) 한반도 평화를 위해 유엔이 함께 … li > div.item-box01 > div.news-con > p.lead |
빌 게이츠 마이크로소프트(MS) 창업자가 설립한 자선·연구지원 재단인 게이츠재단이 직원들을 상대로 성범죄자 제프리 엡스타인(1953-2019)… li > div.item-box01 > div.news-con > p.lead |
제14회 div.area02 > a > div.con > em.txt01 |
내 고향 살리는 1석3조 aside.aside-box410 > div.area01 > a > span.txt01 |
고향사랑기부 aside.aside-box410 > div.area01 > a > span.txt02 |
서미숙의 집수다 li > div.item-box01 > div.news-con > a.txt-tag41 |
이런말저런글 li > div.item-box01 > div.news-con > a.txt-tag41 |
글로컬 li > div.item-box01 > div.news-con > a.txt-tag41 |
인&아웃 li > div.item-box01 > div.news-con > a.txt-tag41 |
미세먼지좋음 ul.list01 > li.swiper-slide > div.weather-today-info > strong.txt-dust |
좋음 li.swiper-slide > div.weather-today-info > strong.txt-dust > em.state01 |
12 div.btns-wrap11 > div.pager01 > span.count-box > span.txt-total |
2026.03.03 div.wrap-notice01 > div.notice-field01 > div.txt-con > span.txt02 |
정치전체 li.politics > ul.menu01 > li > a |
청와대/총리실 li.politics > ul.menu01 > li > a |
국회/정당 li.politics > ul.menu01 > li > a |
외교 li.politics > ul.menu01 > li > a |
국방 li.politics > ul.menu01 > li > a |
북한전체 li.nk > ul.menu01 > li > a |
학술/연구 li.nk > ul.menu01 > li > a |
북한 알아보기 li.nk > ul.menu01 > li > a |
인물 li.nk > ul.menu01 > li > a |
비주얼 li.nk > ul.menu01 > li > a |
NK NOW li.nk > ul.menu01 > li > a |
경제전체 li.economy > ul.menu01 > li > a |
경제/정책 li.economy > ul.menu01 > li > a |
금융 li.economy > ul.menu01 > li > a |
부동산 li.economy > ul.menu01 > li > a |
취업/창업 li.economy > ul.menu01 > li > a |
소비자 li.economy > ul.menu01 > li > a |
마켓+전체 li.market > ul.menu01 > li > a |
국내주식 li.market > ul.menu01 > li > a |
해외주식 li.market > ul.menu01 > li > a |
채권 li.market > ul.menu01 > li > a |
펀드/ETF li.market > ul.menu01 > li > a |
글로벌시장 li.market > ul.menu01 > li > a |
증권/운용사 li.market > ul.menu01 > li > a |
리포트 li.market > ul.menu01 > li > a |
공시 li.market > ul.menu01 > li > a |
산업전체 li.industry > ul.menu01 > li > a |
산업/기업 li.industry > ul.menu01 > li > a |
전기전자 li.industry > ul.menu01 > li > a |
중화학 li.industry > ul.menu01 > li > a |
자동차 li.industry > ul.menu01 > li > a |
건설 li.industry > ul.menu01 > li > a |
에너지/자원 li.industry > ul.menu01 > li > a |
IT/과학 li.industry > ul.menu01 > li > a |
게임 li.industry > ul.menu01 > li > a |
유통/서비스 li.industry > ul.menu01 > li > a |
중기/벤처 li.industry > ul.menu01 > li > a |
바이오/헬스 li.industry > ul.menu01 > li > a |
농림축산 li.industry > ul.menu01 > li > a |
해양수산 li.industry > ul.menu01 > li > a |
사회전체 li.society > ul.menu01 > li > a |
사건/사고 li.society > ul.menu01 > li > a |
법원/검찰 li.society > ul.menu01 > li > a |
교육 li.society > ul.menu01 > li > a |
복지/노동 li.society > ul.menu01 > li > a |
환경/기후변화 li.society > ul.menu01 > li > a |
여성/아동 li.society > ul.menu01 > li > a |
재외동포 li.society > ul.menu01 > li > a |
다문화 li.society > ul.menu01 > li > a |
전국전체 li.local > ul.menu01 > li > a |
경기 li.local > ul.menu01 > li > a |
인천 li.local > ul.menu01 > li > a |
부산 li.local > ul.menu01 > li > a |
울산 li.local > ul.menu01 > li > a |
경남 li.local > ul.menu01 > li > a |
대구/경북 li.local > ul.menu01 > li > a |
광주/전남 li.local > ul.menu01 > li > a |
전북 li.local > ul.menu01 > li > a |
대전/충남/세종 li.local > ul.menu01 > li > a |
충북 li.local > ul.menu01 > li > a |
강원 li.local > ul.menu01 > li > a |
제주 li.local > ul.menu01 > li > a |
세계전체 li.intrnal > ul.menu01 > li > a |
특파원 li.intrnal > ul.menu01 > li > a |
미국/북미 li.intrnal > ul.menu01 > li > a |
중국 li.intrnal > ul.menu01 > li > a |
일본 li.intrnal > ul.menu01 > li > a |
아시아/호주 li.intrnal > ul.menu01 > li > a |
유럽 li.intrnal > ul.menu01 > li > a |
중남미 li.intrnal > ul.menu01 > li > a |
중동/아프리카 li.intrnal > ul.menu01 > li > a |
국제기구 li.intrnal > ul.menu01 > li > a |
문화전체 li.culture > ul.menu01 > li > a |
책/문학 li.culture > ul.menu01 > li > a |
만화/웹툰 li.culture > ul.menu01 > li > a |
종교 li.culture > ul.menu01 > li > a |
공연/전시 li.culture > ul.menu01 > li > a |
학술/문화재 li.culture > ul.menu01 > li > a |
미디어 li.culture > ul.menu01 > li > a |
여행/레저 li.culture > ul.menu01 > li > a |
생활 li.culture > ul.menu01 > li > a |
건강전체 li.health > ul.menu01 > li > a |
헬스노트 li.health > ul.menu01 > li > a |
위클리 건강 li.health > ul.menu01 > li > a |
더건강 영상 li.health > ul.menu01 > li > a |
연예전체 li.ent > ul.menu01 > li > a |
방송 li.ent > ul.menu01 > li > a |
영화 li.ent > ul.menu01 > li > a |
가요 li.ent > ul.menu01 > li > a |
해외연예 li.ent > ul.menu01 > li > a |
스포츠전체 li.sports > ul.menu01 > li > a |
야구 li.sports > ul.menu01 > li > a |
축구 li.sports > ul.menu01 > li > a |
농구/배구 li.sports > ul.menu01 > li > a |
골프 li.sports > ul.menu01 > li > a |
사람들전체 li.people > ul.menu01 > li > a |
인사 li.people > ul.menu01 > li > a |
부고 li.people > ul.menu01 > li > a |
동정/게시판 li.people > ul.menu01 > li > a |
CEO li.people > ul.menu01 > li > a |
인터뷰 li.people > ul.menu01 > li > a |
브랜드뉴스 li.newsplus > ul.menu01 > li > a |
이슈 li.newsplus > ul.menu01 > li > a |
팩트체크 li.newsplus > ul.menu01 > li > a |
이 시각 헤드라인 li.newsplus > ul.menu01 > li > a |
영상 li.visual > ul.menu01 > li > a |
포토 li.visual > ul.menu01 > li > a |
화보 li.visual > ul.menu01 > li > a |
그래픽 li.visual > ul.menu01 > li > a |
핫뉴스 li.theme > ul.menu01 > li > a |
주요뉴스 li.theme > ul.menu01 > li > a |
긴급뉴스 li.theme > ul.menu01 > li > a |
많이 본 뉴스 li.theme > ul.menu01 > li > a |
오래 머문 뉴스 li.theme > ul.menu01 > li > a |
공감 많은 뉴스 li.theme > ul.menu01 > li > a |
English li.lang > ul.menu01 > li.en > a |
中文 li.lang > ul.menu01 > li.zh > a |
日本語 li.lang > ul.menu01 > li.ja > a |
عربي li.lang > ul.menu01 > li.ar > a |
Español li.lang > ul.menu01 > li.es > a |
Français li.lang > ul.menu01 > li.fr > a |
Tiếng Việt li.lang > ul.menu01 > li.vi > a |
프리미엄뉴스 li.product > ul.menu01 > li > a |
뉴스리더 li.product > ul.menu01 > li > a |
인터넷맞춤형 li.product > ul.menu01 > li > a |
보도자료 해외배포 li.product > ul.menu01 > li > a |
보도자료 국내배포 li.product > ul.menu01 > li > a |
KTX 고속열차 li.advertisement > ul.menu01 > li > a |
SRT 고속열차 li.advertisement > ul.menu01 > li > a |
AREX 공항철도 li.advertisement > ul.menu01 > li > a |
모바일 li.advertisement > ul.menu01 > li > a |
PC li.advertisement > ul.menu01 > li > a |
출판물 li.advertisement > ul.menu01 > li > a |
LED전광판 li.advertisement > ul.menu01 > li > a |
사업제휴 li.advertisement > ul.menu01 > li > a |
보도사진 li.sales > ul.menu01 > li > a |
그래픽 li.sales > ul.menu01 > li > a |
동영상 li.sales > ul.menu01 > li > a |
인물 li.sales > ul.menu01 > li > a |
이매진 li.publication > ul.menu01 > li > a |
연합연감 li.publication > ul.menu01 > li > a |
영문연감 li.publication > ul.menu01 > li > a |
단행본 li.publication > ul.menu01 > li > a |
월간 마이더스 li.publication > ul.menu01 > li > a |
서비스 소개 li.service > ul.menu01 > li > a |
모바일앱 안내 li.service > ul.menu01 > li > a |
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#container > div.container501 > div.content04 > h3 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.ads-main-banner01 > div.ads-box > a > img div.ads-main-banner01 > div.ads-box > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
aside.aside-box001 > div.area01 > div.ads-box > a aside.aside-box001 > div.area01 > div.ads-box > a |
aside.aside-box001 > div.area01 > div.ads-box > a aside.aside-box001 > div.area01 > div.ads-box > a |
aside.aside-box005 > div.area01 > div.ads-box > a aside.aside-box005 > div.area01 > div.ads-box > a |
aside.aside-box005 > div.area01 > div.ads-box > a aside.aside-box005 > div.area01 > div.ads-box > a |
aside.aside-box424 > div.area01 > div.ads-box > a aside.aside-box424 > div.area01 > div.ads-box > a |
div.area01 > div.ads-main-banner01 > div.ads-box > a div.area01 > div.ads-main-banner01 > div.ads-box > 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 |
|---|
최신뉴스
정치
북한
경제
마켓+
산업
사회
전국
세계
문화
건강
연예
스포츠
오피니언
비주얼뉴스
제보
재난포털 header.wrap-header02 > div.nav-type01 > nav#nav01 > ul#swiper-wrapper-610dbb1110f410b57e2 |
코스피 사상 최고치 마감…하이닉스는 '120만 닉스' 돌파
'마지막 국외 거주 유공자'…이하전 지사 유해 봉환
베트남 국빈방문…하노이 도착한 … section.box-type100 > div.list-type050 > div.swiper-area > ul#swiper-wrapper-8ffcf1f2e35b815f |
전체 사진 수
19
미·이란 협상 임박…경계 태세 강화하는 파키스탄
전체 사진 수
10
말레이시아 수상가옥 빈민촌에 큰불…집 1천여채 전소
전… section.box-type100 > div.list-type050 > div.swiper-area > ul#swiper-wrapper-3177532e83f15a39 |
영상 기사
[영상] 머스크의 선행?…'8개 질문' 남기고 떠난 소녀팬에 일일이 답변
재생시간
02:42
영상 기사
[영상] 美해군 6세대 함재… section.box-type100 > div.list-type021 > div.swiper-area > ul#swiper-wrapper-e7857c3ca8910516b |
연합뉴스
연합뉴스
"컨디션 회복 중" 공개했는데…늑구, 식사영상에 쏟아진 반응 #shorts
재생시간
00:23
KOREA NOW
KOREA … section.box-type101 > div.list-type032 > div.swiper-area > ul#swiper-wrapper-5a3b81e89bd294ce |
English
Trump extends ceasefire with Iran amid uncertainty over prospects for p… section.box-type103 > div.list-type041 > div.swiper-area > ul#swiper-wrapper-e7fa8f53a3c95836 |
강원일보
원주시장 후보 지지도 구자열 50.1%·원강수 34.7%
경북매일
주한미군사령관 “주한미군, 숫자보다 역량에 중점”…주둔병력 축소 의… section.box-type103 > div.list-type043 > div.swiper-area > ul#swiper-wrapper-5119de510f85c9de9 |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.ko html.ko |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
static.pfrt.yna.co.kr/www/js/pushMessaging.js?v=20260326_0935 line 159, col 15 |
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 |
|---|---|
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') | |
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') | |
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') | |
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') | |
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') | |
Uncaught TypeError: Cannot read properties of null (reading 'insertAdjacentHTML') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.area01 > div.ads-box > a > img div.area01 > div.ads-box > a > img |
div.ads-main-banner01 > div.ads-box > a > img div.ads-main-banner01 > div.ads-box > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback