Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 26.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.0 MB (17.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 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/1f9e3f5b-73b9-4ebd-8eae-ab1698959049)<a href="https://beavercheck.com/results/1f9e3f5b-73b9-4ebd-8eae-ab1698959049"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmk.co.kr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmk.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 26.6s 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.
6 barrier(s) likely increasing bounce by ~27%.
Page takes 26.6s to load
+12% bounceUsers abandon at ~3s — you're 24.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 626ms
+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
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 → ₩5,987/month returns + KRW 3,000,000,000 risk avoided
₩350,000
5h · 5 findings
₩5,987 /mo
~₩71,841 / 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,005,987 / month at risk
~₩3,000,071,841 / year if left unfixed
₩3,000,000,000
+2 more
₩5,987 /mo
55377.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.
14.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
626 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.170
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.84 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.
34.26 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
"툭하면 최후통첩" … 트럼프 측근들조차 ‘TACO’ 피로감 a.link_style > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.e82f057640c74a2e84... | 1.7 MiB | 1.7 MiB |
고운 욕이 더 무섭다 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12021901_234_20260420161926.png | 1.6 MiB | 1.5 MiB |
韓선사 실소유 추정 유조선 2척 ‘호르무즈 해협’ 진입 성공 a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12024169_231_20260422165752.png | 1.0 MiB | 1.0 MiB |
꾸준함을 이기는 기발함은 없습니다 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12021915_234_20260422080105.png | 430.0 KiB | 424.0 KiB |
美, 이란전에 '1000조원 폭탄' 맞는다 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.e82a0980b2494abb8a... | 408.1 KiB | 402.0 KiB |
심상치 않은 5월 춘투 … 빗발치는 교섭 요구 a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/news/cms/202604/23/20260423_01110101000003_L00.jpg | 344.5 KiB | 338.4 KiB |
美정부가 사이버 보안 강화한 이유 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12018045_234_20260417061038.png | 276.8 KiB | 270.3 KiB |
백악관, ‘이란과 3~5일 시한부 휴전’ 보도 부인 … “기한 설정 안했다” a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/news/cms/202604/23/rcv.YNA.20260423.PAP20260423085001009_R.jpg | 234.6 KiB | 229.4 KiB |
'사회적 근육'을 키워야 오래 산다 a.link_style > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260421.dd26ad2f6c324e18b9... | 213.3 KiB | 164.7 KiB |
“외환위기 이후 이런 건 처음” … 석유제품 물가 31.9% 폭등 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/rcv.NEWS1.NEWS1.20260422.2026-04-22T1... | 163.2 KiB | 159.5 KiB |
'이란협상 난항'에 전전긍긍하는 백악관 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.b10eb58141a4404ca3... | 127.2 KiB | 121.2 KiB |
정원오 "稅혜택으로 용산에 글로벌 기업 입주하게 해야" a.link_style2 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.ecd810b32d7c4a4393... | 127.5 KiB | 101.1 KiB |
이란군 "호르무즈 무허가통항 선박 3척 나포" a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.49f44bb3c2814b9e90... | 101.7 KiB | 95.6 KiB |
주식 투자자들 50%, 코스피 최고치에도 웃지 못하는 사연 a.link_style > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/news/cms/202604/22/rcv.YNA.20260422.PYH2026042215130001300_R.jpg | 130.2 KiB | 94.6 KiB |
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력" div.top_headline_img > figure.spotlight_image > a.link > img.head_thum_imz | wimg.mk.co.kr/news/cms/202604/23/20260423_01160106000002_L00.jpg | 138.7 KiB | 88.4 KiB |
韓국가부채 경고에서 우리가 잊고 었던 리스크 a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12024423_232_20260422192100.jpg | 78.8 KiB | 73.2 KiB |
메인홈 중단 MOBILE 인하우스 롤링 배너 1 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/0a9d7531-6ef6-4f20-9e1e-f0639dae6cdc.jpg | 73.7 KiB | 58.1 KiB |
메인홈 중단 MOBILE 인하우스 롤링 배너 3 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/d8cec932-5cc6-4a6a-9df5-718592a06ec1.jpg | 55.0 KiB | 39.4 KiB |
메인홈 중단 MOBILE 인하우스 롤링 배너 5 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/b4e43a57-baf5-4cec-a16e-4a2a16999baa.png | 52.1 KiB | 36.5 KiB |
메인홈 중단 MOBILE 인하우스 롤링 배너 5 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/6dfffe9d-2047-47e8-818c-ff3f3b3546e8.jpg | 51.7 KiB | 36.1 KiB |
마이에이전트 div.my_agent_conts > div.bounce-container > a > img.bounce-ball | static.mk.co.kr/2026/css/images/ic_myagent_jb.png | 27.0 KiB | 25.2 KiB |
“전쟁에도 안 흔들린다”…변동성 장세서 화장품株 급등 이유는 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/20/news-p.v1.20260420.7405b36ef67d40f980... | 20.9 KiB | 16.0 KiB |
h3 > a > div.btn_tit > span h3 > a > div.btn_tit > span | static.mk.co.kr/2026/css/images/ic_mk2025.png | 89.2 KiB | 7.2 KiB |
광고 body.jar > div.GoogleActiveViewElement > a > img.mk-ad-img | tpc.googlesyndication.com/simgad/9767438039106057036? | 22.2 KiB | 6.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| static.mk.co.kr/2026/css/news/font/NotoSerifKR-SemiBold.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| mk.co.kr/ | 1.6 s |
| www.mk.co.kr/ | 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 |
|---|---|
Main Home
Headline News
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력"
이재명 대통령이 또럼 베트남 공산당 … body > div#wrapper > main#container | 0.121 |
Headline News
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력"
이재명 대통령이 또럼 베트남 공산당 서기장 겸 국가주석… div.set_inner > section.headline_news_sec > div.sec_body > div.box_style1 | 0.032 |
Main Home
Headline News
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력"
이재명 대통령이 또럼 베트남 공산당 … body > div#wrapper > main#container | 0.016 |
| 0.015 | |
백악관, ‘이란과 3~5일 시한부 휴전’ 보도 부인 … “기한 설정 안했다” div.list_style1 > a.link_style2 > div.txt_area > h3.news_tit | 0.001 |
마이에이전트 section.main_page > div.my_agent > div.my_agent_conts > div.bg_text | 0.000 |
마이에이전트 section.main_page > div.my_agent > div.my_agent_conts > div.bg_text | 0.000 |
마이에이전트 section.main_page > div.my_agent > div.my_agent_conts > div.bg_text | 0.000 |
마이에이전트 section.main_page > div.my_agent > div.my_agent_conts > div.bg_text | 0.000 |
마이에이전트 section.main_page > div.my_agent > div.my_agent_conts > div.bg_text | 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.
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 |
|---|---|---|
| static.mk.co.kr/2026/css/news/style_60th.css?v=202402161525 | 98.5 KiB | 19.5 KiB |
| static.mk.co.kr/2026/css/news/theme_60th.css?v=202402161525 | 19.5 KiB | 3.1 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 |
|---|---|---|
| static.mk.co.kr/2026/css/news/style_60th.css?v=202402161525 | 98.4 KiB | 68.0 KiB |
| static.mk.co.kr/2026/css/news/theme_60th.css?v=202402161525 | 19.4 KiB | 19.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 |
|---|---|---|
| cdn.taboola.com/libtrc/maekyung-mk-responsive/loader.js | 314.5 KiB | 234.6 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 100.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-PCEC2HQM86&cx=c>m=4e64k1h2 | 165.5 KiB | 67.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-44X8BY3Y81&cx=c>m=4e64k1h2 | 153.3 KiB | 60.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KTPV2SK | 148.2 KiB | 50.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| static.mk.co.kr/2026/js/vendor/swiper-bundle-6.8.4.min.js?v=202407081800 | 43.0 KiB | 24.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.mk.co.kr/ | 2.4 s | 37 ms | 8.4 ms |
| Unattributable | 1.2 s | 18 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 617 ms | 505 ms | 47 ms |
| static.mk.co.kr/2026/js/dist/news/common.js?v=202407081800 | 484 ms | 113 ms | 1.5 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KTPV2SK | 354 ms | 285 ms | 49 ms |
| www.googletagmanager.com/gtag/js?id=G-PCEC2HQM86&cx=c>m=4e64k1h2 | 283 ms | 222 ms | 59 ms |
| cdn.taboola.com/libtrc/maekyung-mk-responsive/loader.js | 279 ms | 169 ms | 106 ms |
| www.googletagmanager.com/gtag/js?id=G-44X8BY3Y81&cx=c>m=4e64k1h2 | 271 ms | 227 ms | 42 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 260 ms | 220 ms | 18 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 99 ms | 86 ms | 12 ms |
| static.mk.co.kr/2026/js/vendor/swiper-bundle-6.8.4.min.js?v=202407081800 | 61 ms | 35 ms | 11 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 2.3 s |
| Script Evaluation | 2.0 s |
| Style & Layout | 1.2 s |
| Rendering | 504 ms |
| Script Parsing & Compilation | 361 ms |
| Parse HTML & CSS | 99 ms |
| Garbage Collection | 87 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
백악관, ‘이란과 3~5일 시한부 휴전’ 보도 부인 … “기한 설정 안했다” div.mainimg_art > a.link_style > span.img_cover > img | wimg.mk.co.kr/news/cms/202604/23/rcv.YNA.20260423.PAP20260423085001009_R.jpg |
트럼프, 파키스탄에 협상단 보냈다 "협상 안되면 이란 불바다" li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175321_237_202604... |
당신이라면 '집'과 '직' 중 무엇을 지키시겠습니까? li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420174949_237_202604... |
"미국에 팔지마" 스마트폰·전기차 목줄 쥔 중국의 계획 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175047_237_202604... |
미국 1020 열광…세컨핸즈, 유통 공룡될까 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175130_237_202604... |
고양창릉S1, 사전청약자분들도 이 영상은 꼭 보세요 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175207_237_202604... |
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력" div.top_headline_img > figure.spotlight_image > a.link > img.head_thum_imz | wimg.mk.co.kr/news/cms/202604/23/20260423_01160106000002_L00.jpg |
메인홈 중단 MOBILE 인하우스 롤링 배너 3 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/d8cec932-5cc6-4a6a-9df5-718592a06ec1.jpg |
메인홈 중단 MOBILE 인하우스 롤링 배너 5 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/6dfffe9d-2047-47e8-818c-ff3f3b3546e8.jpg |
메인홈 중단 MOBILE 인하우스 롤링 배너 5 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/b4e43a57-baf5-4cec-a16e-4a2a16999baa.png |
메인홈 중단 MOBILE 인하우스 롤링 배너 1 div#swiper-wrapper-d7f6473d499265c3 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/0a9d7531-6ef6-4f20-9e1e-f0639dae6cdc.jpg |
여행 div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202512/02fb0f04-d04a-487c-93a3-4bb8dd59981e.png |
BOOK div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202512/ee9c14d2-cc34-494c-a2bc-a04859759a22.png |
시사 경제 용어 div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202601/547bdf78-3eac-4e88-afb6-94ef594be8e5.png |
MAI a > div.icon_mai > span > img.logo_mai | static.mk.co.kr/2026/css/images/ic_mai_w.png |
마이에이전트 div.my_agent_conts > div.bg_text > span > img.logo_mai | static.mk.co.kr/2026/css/images/ic_mai.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li > div.thumb_area_money > div.more_btn > button li > div.thumb_area_money > div.more_btn > button |
li > div.thumb_area_money > div.more_btn > button li > div.thumb_area_money > div.more_btn > button |
li > div.thumb_area_money > div.more_btn > button li > div.thumb_area_money > div.more_btn > button |
section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-prev section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-prev |
section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-next section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-next |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Headline News div.sec_body > div.box_style1 > div.top_headline_title > span.title_org |
이재명 대통령이 또럼 베트남 공산당 서기장 겸 국가주석과 정상회담을 하면서 철도와 신도시·원전 분야 협력을 확대하기로 한 것은 베트남 정부 주… div.box_style1 > div.top_headline_title > a > div.newsdesc |
[인터뷰] a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
단독 a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
[논설실 Pick] a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
시니어 건강비책 div.issue_art > a.link_style > h4 > span.issue_tag2 |
70세 한상호님(가명)은 은퇴 후 3년간 단 한 번도 친구를 만나지 않았다. 회사 동료들과의 술자리가 그의 유일한 사교 생활이었는데, 명함을 … div.issue_item_2cmn > div.issue_art > a.link_style > h5.read_text |
사자성어 영업 30년 강상무 이야기 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
말록 홈즈 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
뉴스 쉽게보기 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
2030 자산늘리기 li > div.thumb_area_money > a > h2 |
2026-04-23 06:39 기준 section.grid_container > div.grid_item4 > div.t_topnews > h5.date_time |
단독 div.art_title > a.link_style > h4 > span.t_badge |
李-또럼 서기장 정상회담 농수산품 교역 가속화하고 에너지 안보 강화 협력기로 베트남 고속철 사업 협력도베트남을 국빈 방문 중인 이재명 대통령이… div.news_item_2cmn > div.mainimg_art > a.link_style > h5.read_text |
3월 1387건, 한달새 53.6%↑ 강남3구 이어 노원구도 활발지난달 서울 내 아파트 등 집합건물 증여 건수가 월별 기준으로 3년3개월 만에… div.news_item_2cmn > div.mainimg_art > a.link_style > h5.read_text |
단독 li > a.link_style2 > h4 > span.t_badge |
내 해외여행 정보를 한눈에 모은 여행 코너 a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
신간 도서와 출판 트렌드를 한눈에 ! a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
1만 2천여개의 시사 경제 용어 a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
Copyright (c) 매경AX. All rights reserved. 무단 전재, 재배포 및 AI학습 이용 금지 div.corp_area_wrap > div.add_list_area > div.copyright > span |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
사설
데이터센터 전력 5배 폭증 … 신규 원전 2기로 되겠나
사설
"반도체는 투자 전쟁 중" 성과급 잔치 경고한 경총 회장
사설
감… ul.opinion_news_list > li > div.swiper-container > dl#swiper-wrapper-0047d98880a41ac2 |
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 |
|---|
SHINING
지금 가장 뜨거운 K-스타 뉴스가 찾아갑니다. 스타투데이 고품격 번역 서비스가 글로벌 팬들과 실시간으로 연결됩니다. 핫토픽, M… section.grid_container > div.grid_item8 > div.letter_wrap > ul#swiper-wrapper-b42571494b9b17ed |
1 / 5 div.grid_item20 > div.t_short > div.shorts > ul#swiper-wrapper-bc65db4a7510be7db |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
“집값 오르는데 박탈감만 드네요”…투자자 절반, 코스피 최고치에도 웃지 못해 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
2
[단독] 韓선사 관련 유조선 2척…‘호르무즈 해협’ 진입 성공 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
3
“4월 월급 보고 놀라지 마세요”…건보료 평균 22만원 더 내는 직장인 1000만명 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
4
임산부 발로 툭툭 차며 “왜 앉아있냐, 비켜”…지하철서 행패 부린 노인 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
5
40여 년 무대 지킨 배우 이남희 별세…향년 64세 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
6
“기름값, 언제까지 참으란 거냐”…비판 거세지자 전시권한 동원한 美 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
7
반도체 투톱 ‘운명의 목요일’…하이닉스는 ‘1분기 실적발표’ 삼성은 ‘노조 집결’ div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
8
“전쟁 6일에 16조”…미국, 이란전 ‘1000조원 폭탄’ 맞는다 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
9
1987년처럼… 勞 '만인투쟁' 시대 div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
10
“40조 성과급 달라” 삼성 노조 3만명 집결 예고…총파업 ‘초읽기’ div.t_topnews > div#swiper-wrapper-e6221472f0152026 > ul.top_news_list > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
뉴스 ul.menu_list1 > li > a.link_menu_style > h5.tit_menulist |
프리미어 span.btnimg > span.mkpremiu > a.nav_link > h5 |
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력" div.box_style1 > div.top_headline_title > a > h3.headline_tit |
“전쟁에도 안 흔들린다”…변동성 장세서 화장품株 급등 이유는 li > div.thumb_area_money > a.link_style1 > h4 |
“전기차로 안 바꿔도 돼?”…고유가 시대 ‘기름값 절약’ 車테크 꿀팁 li > div.thumb_area_money > a.link_style1 > h4 |
“종잣돈 8억 있나요? 신흥부자 가능해요”…50대 ‘K-에밀리’ 투자 비결보니 li > div.thumb_area_money > a.link_style1 > h4 |
2026-04-23 06:39 기준 section.grid_container > div.grid_item4 > div.t_topnews > h5.date_time |
SHINING li.swiper-slide > div.nletter > div.inbx > h5 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
이 대통령 "베트남 96조 고속철 사업 협력 기대" div.top_headline_title > ul.related_news_list > li.related_news_item > a |
韓 전력·물 산업, 베트남 진출 '본격화' div.top_headline_title > ul.related_news_list > li.related_news_item > a |
Go to slide 1 div.cotents > div.mo_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.cotents > div.mo_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.cotents > div.mo_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.cotents > div.mo_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 li > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 li > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 li > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.grid_item4 > div.t_topnews > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.grid_item4 > div.t_topnews > div.swiper-pagination > span.swiper-pagination-bullet |
석유 최고가격제의 힘…물가상승률 0.8%p 끌어내렸다 li > ul.related_news_list > li.related_news_item > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
MK_Shorts ul#swiper-wrapper-bc65db4a7510be7db > li.swiper-slide > div.img_wrapper_v > img | wimg.mk.co.kr/svc/desking/1000/index/202604/null_251_20260415224347.png | 382 x 569 (0.67) | 460 x 765 (0.60) |
MK_Shorts ul#swiper-wrapper-bc65db4a7510be7db > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260422084524_251_202604... | 382 x 569 (0.67) | 404 x 655 (0.62) |
MK_Shorts ul#swiper-wrapper-bc65db4a7510be7db > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260417134321_251_202604... | 382 x 569 (0.67) | 397 x 650 (0.61) |
MK_Shorts ul#swiper-wrapper-bc65db4a7510be7db > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260413082446_251_202604... | 382 x 569 (0.67) | 404 x 615 (0.66) |
MK_Shorts ul#swiper-wrapper-bc65db4a7510be7db > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260420152209_251_202604... | 382 x 569 (0.67) | 399 x 570 (0.70) |
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.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
21 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.92 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.
7.58 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
"툭하면 최후통첩" … 트럼프 측근들조차 ‘TACO’ 피로감 a.link_style > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.e82f057640c74a2e84... | 1.7 MiB | 1.7 MiB |
고운 욕이 더 무섭다 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12021901_234_20260420161926.png | 1.6 MiB | 1.6 MiB |
ul.opinion_news_list > li > a.link_style3 > div.thum_images ul.opinion_news_list > li > a.link_style3 > div.thum_images | /news/cms/202604/15/news-p.v1.20260414.e1705406bf5d42b9bb... | 1.4 MiB | 1.2 MiB |
韓 선사 실소유 추정 유조선 2척 … ‘호르무즈 해협’ 진입 성공 a.link_style > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12024169_238_20260422165259.png | 1.1 MiB | 1.1 MiB |
韓선사 실소유 추정 유조선 2척 ‘호르무즈 해협’ 진입 성공 a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12024169_231_20260422165752.png | 1.0 MiB | 1.0 MiB |
3월 외화예금, 역대 최대폭으로 감소…한은 “고환율에 환전 늘어” a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20251211.733abd44af554c2999... | 504.2 KiB | 502.0 KiB |
꾸준함을 이기는 기발함은 없습니다 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12021915_234_20260422080105.png | 430.0 KiB | 427.9 KiB |
美, 이란전에 '1000조원 폭탄' 맞는다 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.e82a0980b2494abb8a... | 408.1 KiB | 405.9 KiB |
트럼프, 파키스탄에 협상단 보냈다 "협상 안되면 이란 불바다" li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175321_237_202604... | 293.5 KiB | 284.7 KiB |
美정부가 사이버 보안 강화한 이유 a.link_style1 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12018045_234_20260417061038.png | 276.8 KiB | 274.5 KiB |
고양창릉S1, 사전청약자분들도 이 영상은 꼭 보세요 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175207_237_202604... | 267.3 KiB | 258.5 KiB |
미국 1020 열광…세컨핸즈, 유통 공룡될까 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175130_237_202604... | 266.4 KiB | 257.6 KiB |
당신이라면 '집'과 '직' 중 무엇을 지키시겠습니까? li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420174949_237_202604... | 248.6 KiB | 239.8 KiB |
"미국에 팔지마" 스마트폰·전기차 목줄 쥔 중국의 계획 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175047_237_202604... | 241.9 KiB | 233.1 KiB |
'사회적 근육'을 키워야 오래 산다 a.link_style > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260421.dd26ad2f6c324e18b9... | 213.3 KiB | 181.6 KiB |
“외환위기 이후 이런 건 처음” … 석유제품 물가 31.9% 폭등 a.link_style2 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/rcv.NEWS1.NEWS1.20260422.2026-04-22T1... | 163.2 KiB | 157.4 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2024199130215327326 | 167.5 KiB | 128.0 KiB |
'이란협상 난항'에 전전긍긍하는 백악관 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.b10eb58141a4404ca3... | 127.2 KiB | 125.1 KiB |
정원오 "稅혜택으로 용산에 글로벌 기업 입주하게 해야" a.link_style2 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.ecd810b32d7c4a4393... | 127.5 KiB | 123.0 KiB |
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력" div.top_headline_img > figure.spotlight_image > a.link > img.head_thum_imz | wimg.mk.co.kr/news/cms/202604/23/20260423_01160106000002_L00.jpg | 138.7 KiB | 101.4 KiB |
이란군 "호르무즈 무허가통항 선박 3척 나포" a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/22/news-p.v1.20260422.49f44bb3c2814b9e90... | 101.7 KiB | 99.5 KiB |
韓국가부채 경고에서 우리가 잊고 었던 리스크 a.link_style2 > div.img_wrap > div.img_wrapper > img | wimg.mk.co.kr/svc/desking/1000/index/202604/A12024423_232_20260422192100.jpg | 78.8 KiB | 70.4 KiB |
메인홈 중단 PC 인하우스 롤링 배너 5 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/1b91bc9f-907c-4d05-bd99-6aca84f88f43.png | 59.5 KiB | 46.8 KiB |
“종잣돈 8억 있나요? 신흥부자 가능해요”…50대 ‘K-에밀리’ 투자 비결보니 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/17/news-p.v1.20260417.fe4b06ab9ba54e7dab... | 47.6 KiB | 44.4 KiB |
메인홈 중단 PC 인하우스 롤링 배너 3 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/3548dacb-3f5f-4d05-9747-8f5752cb5643.jpg | 56.9 KiB | 44.1 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3003999077745690990 | 53.8 KiB | 33.5 KiB |
메인홈 중단 PC 인하우스 롤링 배너 1 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202601/86830003-e8d6-4b82-92af-086a57fe11d2.jpg | 43.1 KiB | 30.4 KiB |
메인홈 중단 PC 인하우스 롤링 배너 2 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/561c51ff-99a0-4dad-b79d-94cdde7c9ab8.jpg | 40.7 KiB | 28.0 KiB |
마이에이전트 div.my_agent_conts > div.bounce-container > a > img.bounce-ball | static.mk.co.kr/2026/css/images/ic_myagent_jb.png | 27.0 KiB | 26.1 KiB |
“전기차로 안 바꿔도 돼?”…고유가 시대 ‘기름값 절약’ 車테크 꿀팁 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/20/news-p.v1.20260420.12b23a292297435a8f... | 24.7 KiB | 21.0 KiB |
“전쟁에도 안 흔들린다”…변동성 장세서 화장품株 급등 이유는 a.link_style1 > div.img_wrap > div.img_wrapper > img | /news/cms/202604/20/news-p.v1.20260420.7405b36ef67d40f980... | 20.9 KiB | 16.6 KiB |
ul.opinion_news_list > li > a.link_style3 > div.thum_images ul.opinion_news_list > li > a.link_style3 > div.thum_images | wimg.mk.co.kr/news/cms/202604/23/20260423_01110129000002_S00.jpg | 30.9 KiB | 11.3 KiB |
Next slide section.grid_container > div.grid_item8 > div.letter_wrap > button.overlay-btn-next | static.mk.co.kr/2026/css/images/ic_mk2025.png | 89.2 KiB | 7.2 KiB |
cover-image li > div.thumb_area_money > a > img.thumb_cover | static.mk.co.kr/2026/css/images/img_j_case01.png | 8.1 KiB | 6.7 KiB |
cover-image li > div.thumb_area_money > a > img.thumb_cover | static.mk.co.kr/2026/css/images/img_j_case02.png | 8.1 KiB | 6.7 KiB |
cover-image li > div.thumb_area_money > a > img.thumb_cover | static.mk.co.kr/2026/css/images/img_j_case03.png | 8.1 KiB | 6.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| static.mk.co.kr/2026/css/news/font/NotoSerifKR-SemiBold.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mk.co.kr/ | 1.1 s |
| www.mk.co.kr/ | 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 |
|---|---|---|
| static.mk.co.kr/2026/css/news/style_60th.css?v=202402161525 | 98.5 KiB | 19.5 KiB |
| static.mk.co.kr/2026/css/news/theme_60th.css?v=202402161525 | 19.5 KiB | 3.1 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 |
|---|---|---|
| static.mk.co.kr/2026/css/news/style_60th.css?v=202402161525 | 98.4 KiB | 85.7 KiB |
| static.mk.co.kr/2026/css/news/theme_60th.css?v=202402161525 | 19.4 KiB | 19.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 |
|---|---|---|
| cdn.taboola.com/libtrc/maekyung-mk-responsive/loader.js | 316.4 KiB | 235.1 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 99.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-PCEC2HQM86&cx=c>m=4e64k0 | 165.5 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-44X8BY3Y81&cx=c>m=4e64k0 | 153.3 KiB | 59.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KTPV2SK | 148.2 KiB | 50.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| static.mk.co.kr/2026/js/vendor/swiper-bundle-6.8.4.min.js?v=202407081800 | 43.0 KiB | 24.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
백악관, ‘이란과 3~5일 시한부 휴전’ 보도 부인 … “기한 설정 안했다” div.mainimg_art > a.link_style > span.img_cover > img | wimg.mk.co.kr/news/cms/202604/23/rcv.YNA.20260423.PAP20260423085001009_R.jpg |
트럼프, 파키스탄에 협상단 보냈다 "협상 안되면 이란 불바다" li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175321_237_202604... |
당신이라면 '집'과 '직' 중 무엇을 지키시겠습니까? li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420174949_237_202604... |
"미국에 팔지마" 스마트폰·전기차 목줄 쥔 중국의 계획 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175047_237_202604... |
미국 1020 열광…세컨핸즈, 유통 공룡될까 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175130_237_202604... |
고양창릉S1, 사전청약자분들도 이 영상은 꼭 보세요 li.swiper-slide > a.news_item > div.thumb > img | /svc/desking/1000/index/202604/X20260420175207_237_202604... |
메인홈 중단 PC 인하우스 롤링 배너 5 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/1b91bc9f-907c-4d05-bd99-6aca84f88f43.png |
메인홈 중단 PC 인하우스 롤링 배너 1 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202601/86830003-e8d6-4b82-92af-086a57fe11d2.jpg |
메인홈 중단 PC 인하우스 롤링 배너 2 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202604/561c51ff-99a0-4dad-b79d-94cdde7c9ab8.jpg |
메인홈 중단 PC 인하우스 롤링 배너 3 div#swiper-wrapper-dd8a37c8283d0478 > div.swiper-slide > a > img | wimg.mk.co.kr/svc/banner/202603/3548dacb-3f5f-4d05-9747-8f5752cb5643.jpg |
여행 div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202512/02fb0f04-d04a-487c-93a3-4bb8dd59981e.png |
BOOK div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202512/ee9c14d2-cc34-494c-a2bc-a04859759a22.png |
시사 경제 용어 div.bn_house_bottom > ul.txt_bottom_house > li.house_li2 > img | wimg.mk.co.kr/svc/banner/202601/547bdf78-3eac-4e88-afb6-94ef594be8e5.png |
MAI a > div.icon_mai > span > img.logo_mai | static.mk.co.kr/2026/css/images/ic_mai_w.png |
마이에이전트 div.my_agent_conts > div.bg_text > span > img.logo_mai | static.mk.co.kr/2026/css/images/ic_mai.png |
李 대통령 “베트남 교역 2030년 1500억 달러 확대…철도 수출 계약” div.mainimg_art > a.link_style > span.img_cover > img | |
“쥐고있어야 효도하는데” … 서울아파트 증여, 39개월만에 최고 div.mainimg_art > a.link_style > span.img_cover > img | |
구글, TPU 키우고 엔비디아도 품었다 … AI 인프라 양손 전략 div.mainimg_art > a.link_style > span.img_cover > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-prev section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-prev |
section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-next section.grid_container > div.grid_item5 > div.se_mews_wrap > button.overlay-btn-next |
section.grid_container > div.grid_item8 > div.btn_more_pc > button.btn_more_arrow section.grid_container > div.grid_item8 > div.btn_more_pc > button.btn_more_arrow |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
지면보기 div.setting_menu_nav > ul.nav > li.nav_item > a |
구독신청 div.setting_menu_nav > ul.nav > li.nav_item > a |
매경미디어 div.setting_menu_nav > ul.nav > li.nav_item > a |
로그인 ul.nav > li.nav_item > button.nav_link_pc > span.underline |
회원가입 ul.nav > li.nav_item > button.nav_link_pc > span.underline |
+ 0.46% div.stock_rolling > div > a > span.is_plus |
Headline News div.sec_body > div.box_style1 > div.top_headline_title > span.title_org |
이재명 대통령이 또럼 베트남 공산당 서기장 겸 국가주석과 정상회담을 하면서 철도와 신도시·원전 분야 협력을 확대하기로 한 것은 베트남 정부 주… div.box_style1 > div.top_headline_title > a > div.newsdesc |
국제 div.list_style1 > a.link_style2 > div.txt_area > span.cate |
증권 div.list_style1 > a.link_style2 > div.txt_area > span.cate |
사회 div.list_style1 > a.link_style2 > div.txt_area > span.cate |
[인터뷰] a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
단독 a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
[논설실 Pick] a.link_style2 > div.txt_area > h3.news_titles > span.t_badge |
시니어 건강비책 div.issue_art > a.link_style > h4 > span.issue_tag2 |
70세 한상호님(가명)은 은퇴 후 3년간 단 한 번도 친구를 만나지 않았다. 회사 동료들과의 술자리가 그의 유일한 사교 생활이었는데, 명함을 … div.issue_item_2cmn > div.issue_art > a.link_style > h5.read_text |
사자성어 영업 30년 강상무 이야기 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
말록 홈즈 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
뉴스 쉽게보기 li > a.link_style1 > h4.pstyle > span.issue_tag3 |
전일 동시간 대비 조회수가 급증한 상위 10개 종목입니다. (1시간마다 업데이트) div#area_investment > section.popular_stock_sec > h2 > p |
95 + 4.45% li.box_node > a > div.box_item > span.is_plus |
750 + 1.81% li.box_node > a > div.box_item > span.is_plus |
450 + 1.2% li.box_node > a > div.box_item > span.is_plus |
300 + 0.58% li.box_node > a > div.box_item > span.is_plus |
2,100 + 3.8% li.box_node > a > div.box_item > span.is_plus |
5,000 + 1.79% li.box_node > a > div.box_item > span.is_plus |
1,500 + 3.25% li.box_node > a > div.box_item > span.is_plus |
1,500 + 2.15% li.box_node > a > div.box_item > span.is_plus |
2026-04-23 06:39 기준 section.grid_container > div.grid_item4 > div.t_topnews > h5.date_time |
단독 div.art_title > a.link_style > h4 > span.t_badge |
국내 선사 장금마리타임 관련 선박 2척이 미국의 역봉쇄 이후 호르무즈 해협 안쪽으로 들어간 것으로 나타났다. 미국과 이란의 긴장이 해소되지 않… div.eco_art > div.art_title > a.link_style > h5.read_text |
국내 전기차 등록 대수가 누적 100만대를 돌파하며 대중화 시대에 접어들었지만 정작 안방 시장 주도권은 BYD 등 중국산에 빠르게 잠식당하고 … div.eco_art > div.art_title > a.link_style > h5.read_text |
주식투자 현황·경제 변화 인식 조사 소득 높을수록 수익 응답비율 높지만 순자산 1억 미만 집단선 38%만 수익 집값·주식 상승 따른 박탈감도 … div.eco_art > div.art_title > a.link_style > h5.read_text |
李-또럼 서기장 정상회담 농수산품 교역 가속화하고 에너지 안보 강화 협력기로 베트남 고속철 사업 협력도베트남을 국빈 방문 중인 이재명 대통령이… div.news_item_2cmn > div.mainimg_art > a.link_style > h5.read_text |
3월 1387건, 한달새 53.6%↑ 강남3구 이어 노원구도 활발지난달 서울 내 아파트 등 집합건물 증여 건수가 월별 기준으로 3년3개월 만에… div.news_item_2cmn > div.mainimg_art > a.link_style > h5.read_text |
단독 li > a.link_style2 > h4 > span.t_badge |
내 해외여행 정보를 한눈에 모은 여행 코너 a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
신간 도서와 출판 트렌드를 한눈에 ! a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
1만 2천여개의 시사 경제 용어 a.link_bn > div.bn_house_bottom > ul.txt_bottom_house > li.house_li1 |
뉴스 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
M 유튜브 nav.sitemap_nav > div.nav_col_group > a > h3.nav_ttl |
콘텐츠 Hub div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
아카이브 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
독자 서비스 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
MAI 에이전트 nav.sitemap_nav > div.nav_col_group > a > h3.nav_ttl |
AI Hub nav.sitemap_nav > div.nav_col_group > a > h3.nav_ttl |
행사 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
비즈니스 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
매경미디어 div.set_inner > nav.sitemap_nav > div.nav_col_group > h3.nav_ttl |
Copyright (c) 매경AX. All rights reserved. 무단 전재, 재배포 및 AI학습 이용 금지 div.corp_area_wrap > div.add_list_area > div.copyright > span |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
사설
데이터센터 전력 5배 폭증 … 신규 원전 2기로 되겠나
사설
"반도체는 투자 전쟁 중" 성과급 잔치 경고한 경총 회장
사설
감… ul.opinion_news_list > li > div.swiper-container > dl#swiper-wrapper-0d48a809683e495a |
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 |
|---|
Pulse
한국기업의 해외 IR미디어 파트너 '펄스'입니다. 대기업들의 최신 경영활동은 물론 세계 무대를 겨냥한 스타트업, 중견기업들의 각종 … section.grid_container > div.grid_item8 > div.letter_wrap > ul#swiper-wrapper-a3a82ebc51847143 |
1 / 5 div.grid_item20 > div.t_short > div.shorts > ul#swiper-wrapper-17e75611e6104f227 |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
“집값 오르는데 박탈감만 드네요”…투자자 절반, 코스피 최고치에도 웃지 못해 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
2
[단독] 韓선사 관련 유조선 2척…‘호르무즈 해협’ 진입 성공 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
3
“4월 월급 보고 놀라지 마세요”…건보료 평균 22만원 더 내는 직장인 1000만명 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
4
임산부 발로 툭툭 차며 “왜 앉아있냐, 비켜”…지하철서 행패 부린 노인 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
5
40여 년 무대 지킨 배우 이남희 별세…향년 64세 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
6
“기름값, 언제까지 참으란 거냐”…비판 거세지자 전시권한 동원한 美 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
7
반도체 투톱 ‘운명의 목요일’…하이닉스는 ‘1분기 실적발표’ 삼성은 ‘노조 집결’ div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
8
“전쟁 6일에 16조”…미국, 이란전 ‘1000조원 폭탄’ 맞는다 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
9
1987년처럼… 勞 '만인투쟁' 시대 div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
10
“40조 성과급 달라” 삼성 노조 3만명 집결 예고…총파업 ‘초읽기’ div.t_topnews > div#swiper-wrapper-2d6219a761beab59 > ul.top_news_list > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
뉴스 ul.menu_list1 > li > a.link_menu_style > h5.tit_menulist |
프리미어 span.btnimg > span.mkpremiu > a.nav_link > h5 |
韓-베트남 정상회담 … 李 "원전·인프라·공급망 전방위 협력" div.box_style1 > div.top_headline_title > a > h3.headline_tit |
“전쟁에도 안 흔들린다”…변동성 장세서 화장품株 급등 이유는 li > div.thumb_area_money > a.link_style1 > h4 |
“전기차로 안 바꿔도 돼?”…고유가 시대 ‘기름값 절약’ 車테크 꿀팁 li > div.thumb_area_money > a.link_style1 > h4 |
“종잣돈 8억 있나요? 신흥부자 가능해요”…50대 ‘K-에밀리’ 투자 비결보니 li > div.thumb_area_money > a.link_style1 > h4 |
삼성전자 li.box_node > a > div.box_item > h4.stock_name |
2026-04-23 06:39 기준 section.grid_container > div.grid_item4 > div.t_topnews > h5.date_time |
Pulse li.swiper-slide > div.nletter > div.inbx > h5 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
이 대통령 "베트남 96조 고속철 사업 협력 기대" div.top_headline_title > ul.related_news_list > li.related_news_item > a |
韓 전력·물 산업, 베트남 진출 '본격화' div.top_headline_title > ul.related_news_list > li.related_news_item > a |
Go to slide 1 div.cotents > div.pc_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.cotents > div.pc_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.cotents > div.pc_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.cotents > div.pc_bn > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.grid_item4 > div.t_topnews > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.grid_item4 > div.t_topnews > div.swiper-pagination > span.swiper-pagination-bullet |
석유 최고가격제의 힘…물가상승률 0.8%p 끌어내렸다 li > ul.related_news_list > li.related_news_item > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
M 유튜브 header#header > section.lnb > nav.scrollnav > a.nav_link |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
MK_Shorts ul#swiper-wrapper-17e75611e6104f227 > li.swiper-slide > div.img_wrapper_v > img | wimg.mk.co.kr/svc/desking/1000/index/202604/null_251_20260415224347.png | 296 x 456 (0.65) | 460 x 765 (0.60) |
MK_Shorts ul#swiper-wrapper-17e75611e6104f227 > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260422084524_251_202604... | 296 x 456 (0.65) | 404 x 655 (0.62) |
MK_Shorts ul#swiper-wrapper-17e75611e6104f227 > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260417134321_251_202604... | 296 x 456 (0.65) | 397 x 650 (0.61) |
MK_Shorts ul#swiper-wrapper-17e75611e6104f227 > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260413082446_251_202604... | 296 x 456 (0.65) | 404 x 615 (0.66) |
MK_Shorts ul#swiper-wrapper-17e75611e6104f227 > li.swiper-slide > div.img_wrapper_v > img | /svc/desking/1000/index/202604/X20260420152209_251_202604... | 296 x 456 (0.65) | 399 x 570 (0.70) |
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