Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.5s 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.5 MB (6.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/bd628205-0b2c-42ae-a9e5-9309b37c9543)<a href="https://beavercheck.com/results/bd628205-0b2c-42ae-a9e5-9309b37c9543"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkoreatimes.co.kr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkoreatimes.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 22.5s 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.
₩350,000 investment → ₩2,134/month returns + KRW 3,000,000,000 risk avoided
₩350,000
5h · 5 findings
₩2,134 /mo
~₩25,607 / year
KRW 3,000,000,000
if kept compliant
₩105,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,002,134 / month at risk
~₩3,000,025,607 / year if left unfixed
₩3,000,000,000
+1 more
₩2,134 /mo
19738.6 MB/mo × 108.108 KRW/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.67 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.205
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.98 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.
35.98 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| sdk.mrf.io/statics/marfeel-sdk.js?id=9291 | 1800.0 s | 58.4 KiB |
| sdk.mrf.io/statics/0639f9e9af1a7496d5c3.js | 3600.0 s | 24.0 KiB |
| t1.kakaocdn.net/kakao_js_sdk/2.7.4/kakao.min.js | 14845.0 s | 26.8 KiB |
| ssl.pstatic.net/melona/libs/gfp-nac-module/synchronizer.js | 1986.0 s | 18.2 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| wcs.naver.net/wcslog.js | 232.0 s | 10.5 KiB |
| sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2258 | 3600.0 s | 4.3 KiB |
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.
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 | |
|---|---|---|---|
4 Korean books shortlisted for 2026 Locus Awards thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f589498b-8069-44ff-932f-14a5bf9fa351.jpg?w=768 | 174.5 KiB | 110.6 KiB |
Iran says 26 million have volunteered to do military service thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/93d3b698-d115-4b27-9a25-8f9cd02dc0bb.jpg?w=768 | 121.6 KiB | 73.6 KiB |
Wage, safety violations against migrant workers uncovered in South Jeolla Provi… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f465b2d8-cf57-4ac4-aea8-57de33692efc.jpeg?w=768 | 78.1 KiB | 30.1 KiB |
thumbnail article.Top1Module_article-wrap__Im_A1 > a.Top1Module_article__zeI2k > div.Top1Module_figure__8D34T > img | /2026/04/15/62e92a7e-0a77-46e0-8749-e27d1c5f9118.jpeg?w=768 | 73.9 KiB | 26.0 KiB |
US stocks hit all-time high on Middle East optimism thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/74ad542a-e20e-47fa-9dec-f4cbfaa8c9b1.jpg?w=768 | 69.6 KiB | 21.6 KiB |
Korea has no plans to pay Iran for passage of stranded ships in Strait of Hormu… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f385e797-e003-42d1-a99a-0d7182de7a7d.jpg?w=768 | 63.9 KiB | 16.0 KiB |
From bombs to economic warfare: US pivots on Iran thumbnail article.Top1Module_article-wrap__Im_A1 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/46d80f0d-5d67-4281-b5e4-8e884304dd70.jpg?w=768 | 59.2 KiB | 14.8 KiB |
KOSPI settles above 6,000 as hope grows for second US-Iran truce talks thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/cd07f718-a3d5-442c-af69-146a9fc1d3d3.jpg?w=768 | 54.0 KiB | 12.6 KiB |
| /2026/04/15/e2b23ddf-a13d-4af7-8c54-9b75d10fd116.jpeg?w=768 | 48.1 KiB | 12.0 KiB |
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 |
|---|---|
| koreatimes.co.kr/ | 1.4 s |
| www.koreatimes.co.kr/ | 2.4 s |
| www.koreatimes.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 |
|---|---|
From bombs to economic warfare: US pivots on Iran
WASHINGTON — If the U.S. and… body.__variable_def9a7 > div.Wrapper_wrap__YfhIp > div.Top1Module_wrap__ps0_s | 0.104 |
US reaction backs South Korea jail term for American streamer
SEATTLE — Online… div.Wrapper_wrap__YfhIp > div.Top1Module_wrap__ps0_s > div.Top1Module_multi-layout__AC977 > article.Top1Module_article-wrap__Im_A1 | 0.100 |
From bombs to economic warfare: US pivots on Iran div.Top1Module_article__zeI2k > div.Top1Module_left-wrap__LWx54 > a.Top1Module_link__MiOlj > h2.Top1Module_title__Ho8pF | 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.koreatimes.co.kr/_next/static/css/66bc45749262a5bf.css | 12.0 KiB | 11.6 KiB |
| www.koreatimes.co.kr/_next/static/css/e4901eeefa4526ed.css | 11.9 KiB | 11.6 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 |
|---|---|---|
| /3b5f55dbe791/e90e0e24c440/0c34be11ca52/challenge.js | 500.9 KiB | 280.1 KiB |
| www.koreatimes.co.kr/_next/static/chunks/2752-e71655caefa64767.js | 357.0 KiB | 244.9 KiB |
| cdn.taboola.com/libtrc/koreatimes-responsive/loader.js | 317.3 KiB | 173.3 KiB |
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186.4 KiB | 142.1 KiB |
| www.koreatimes.co.kr/_next/static/chunks/2102-2e1b9afa76656ad7.js | 90.1 KiB | 81.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KBMFRS3H | 120.0 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-W0W8TFL0RB | 162.5 KiB | 59.5 KiB |
| www.koreatimes.co.kr/_next/static/chunks/4550-ce78a704cd833264.js | 53.7 KiB | 28.4 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=9291 | 58.1 KiB | 25.4 KiB |
| www.koreatimes.co.kr/_next/static/chunks/1265-2c992cc82091cc55.js | 32.8 KiB | 23.3 KiB |
| sdk.mrf.io/statics/0639f9e9af1a7496d5c3.js | 23.5 KiB | 21.8 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 |
|---|---|
| Script Evaluation | 5.9 s |
| Other | 2.2 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 786 ms |
| Rendering | 321 ms |
| Garbage Collection | 299 ms |
| Parse HTML & CSS | 229 ms |
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 |
|---|---|---|
| www.koreatimes.co.kr/initlib/ktet.js | 8.7 KiB | 2.1 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.
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 |
|---|
REVIEW div.HomeSectionArticle_text-area__Z8EXH > a.HomeSectionArticle_link__G2ROE > h3.HomeSectionArticle_title__DQEhd > span.Tag_wrap__cbdDh |
By Sho Chang-young li.Opinion_item__kCEoe > a.Opinion_link__g7ypC > div.Opinion_info__A7Px9 > p.Opinion_name__rSiXA |
By Gwynne Dyer li.Opinion_item__kCEoe > a.Opinion_link__g7ypC > div.Opinion_info__A7Px9 > p.Opinion_name__rSiXA |
These are opportunities to improve the legibility of your content.
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 html |
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 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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
139 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.88 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.
8.47 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.
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 | |
|---|---|---|---|
4 Korean books shortlisted for 2026 Locus Awards thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f589498b-8069-44ff-932f-14a5bf9fa351.jpg?w=1024 | 282.5 KiB | 216.6 KiB |
Iran says 26 million have volunteered to do military service thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/93d3b698-d115-4b27-9a25-8f9cd02dc0bb.jpg?w=1024 | 203.9 KiB | 175.2 KiB |
thumbnail article.Top1Module_article-wrap__Im_A1 > a.Top1Module_article__zeI2k > div.Top1Module_figure__8D34T > img | /2026/04/15/62e92a7e-0a77-46e0-8749-e27d1c5f9118.jpeg?w=1024 | 126.7 KiB | 117.0 KiB |
| /2026/04/15/c0b9aeb3-8794-4cc3-bc34-9469d0a4b9d8.jpeg?w=1024 | 125.7 KiB | 97.0 KiB | |
Wage, safety violations against migrant workers uncovered in South Jeolla Provi… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f465b2d8-cf57-4ac4-aea8-57de33692efc.jpeg?w=1024 | 119.0 KiB | 90.3 KiB |
US stocks hit all-time high on Middle East optimism thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/74ad542a-e20e-47fa-9dec-f4cbfaa8c9b1.jpg?w=1024 | 110.5 KiB | 82.7 KiB |
Korea has no plans to pay Iran for passage of stranded ships in Strait of Hormu… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/f385e797-e003-42d1-a99a-0d7182de7a7d.jpg?w=1024 | 101.3 KiB | 75.8 KiB |
From bombs to economic warfare: US pivots on Iran thumbnail article.Top1Module_article-wrap__Im_A1 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/46d80f0d-5d67-4281-b5e4-8e884304dd70.jpg?w=1024 | 95.3 KiB | 71.5 KiB |
KOSPI settles above 6,000 as hope grows for second US-Iran truce talks thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/cd07f718-a3d5-442c-af69-146a9fc1d3d3.jpg?w=1024 | 87.9 KiB | 65.3 KiB |
| /2026/04/15/73aa5218-db74-43f7-beb6-7a159c9d288b.jpg?w=1024 | 71.5 KiB | 53.5 KiB | |
BOK chief nominee apologizes over asset, nationality controversies at hearing t… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/74241b08-7f93-47a4-bafa-cb852a5509ee.jpg?w=1024 | 70.9 KiB | 53.0 KiB |
| /2026/04/16/899402f6-8cd6-4635-a91e-528ee2498af8.jpg?w=1024 | 68.4 KiB | 48.6 KiB | |
| /2026/04/16/9c302228-7476-48a1-a294-597bf5e6362d.jpg?w=1024 | 71.6 KiB | 47.7 KiB | |
S. Korea required to make ironclad nonproliferation guarantee over nuclear subm… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/15/a9a311c6-8248-4c03-8135-f9732d59c612.jpg?w=1024 | 63.7 KiB | 47.7 KiB |
Trump posts image of himself with Jesus as his pope criticism continues thumbna… article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/913298ae-2412-4371-9c56-c83ffe57d3be.jpeg?w=1024 | 59.7 KiB | 43.3 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3430678569099219237 | 40.1 KiB | 35.2 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/18069336780169579721 | 38.0 KiB | 27.3 KiB |
US says 9 vessels turned back in 48 hours of Iran port blockade thumbnail article.Top1Module_multi-layout__AC977 > div.Top1Module_article__zeI2k > a.Top1Module_figure__8D34T > img | /2026/04/16/a42a4ef7-02fa-4ed6-b0a6-0181a7d88406.jpg?w=1024 | 47.0 KiB | 27.3 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/5106386435012267693 | 31.2 KiB | 26.4 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/17692500307601324383 | 18.8 KiB | 13.9 KiB |
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.
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 |
|---|---|
| koreatimes.co.kr/ | 899 ms |
| www.koreatimes.co.kr/ | 731 ms |
| www.koreatimes.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.koreatimes.co.kr/_next/static/chunks/5807-44986e848a19e569.js | 728 ms | 626 ms | 3.7 ms |
| www.koreatimes.co.kr/ | 664 ms | 20 ms | 13 ms |
| Unattributable | 586 ms | 58 ms | 0.0 ms |
| www.koreatimes.co.kr/_next/static/chunks/a27014fc-4be8f0bae1a53d3c.js | 324 ms | 282 ms | 4.3 ms |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31... | 307 ms | 214 ms | 39 ms |
| cdn.taboola.com/libtrc/koreatimes-responsive/loader.js | 291 ms | 209 ms | 27 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 205 ms | 175 ms | 15 ms |
| www.koreatimes.co.kr/_next/static/chunks/2752-e71655caefa64767.js | 170 ms | 107 ms | 33 ms |
| /3b5f55dbe791/e90e0e24c440/0c34be11ca52/challenge.js | 162 ms | 112 ms | 32 ms |
| www.googletagmanager.com/gtag/js?id=G-W0W8TFL0RB | 78 ms | 63 ms | 13 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 78 ms | 62 ms | 1.7 ms |
| sdk.mrf.io/statics/marfeel-sdk.js?id=9291 | 51 ms | 49 ms | 0.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Other | 839 ms |
| Style & Layout | 395 ms |
| Script Parsing & Compilation | 238 ms |
| Rendering | 147 ms |
| Garbage Collection | 115 ms |
| Parse HTML & CSS | 71 ms |
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 |
|---|---|---|
| www.koreatimes.co.kr/initlib/ktet.js | 8.7 KiB | 2.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 |
|---|---|---|
| www.koreatimes.co.kr/_next/static/css/66bc45749262a5bf.css | 12.0 KiB | 11.5 KiB |
| www.koreatimes.co.kr/_next/static/css/e4901eeefa4526ed.css | 11.9 KiB | 11.1 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.
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 |
|---|
INTERNATIONAL div.SettingBar_inner__uBjFU > div.SettingBar_main-edition__NNWnf > span.SettingBar_label-wrap__nnD1H > label |
REVIEW article.SectionList_article-item__J_plF > a.SectionList_link__5GLzd > h4.SectionList_headline__qnXNy > span.Tag_wrap__cbdDh |
These are opportunities to improve the legibility of your content.
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 html |
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 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.
Send Feedback