Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.7s 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.
Several regulatory requirements are not yet met.
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 13.3 MB (7.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 control(s) without accessible label
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/157b4ff2-3d3a-4700-925e-9cc419516ad4)<a href="https://beavercheck.com/results/157b4ff2-3d3a-4700-925e-9cc419516ad4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkbs.co.kr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkbs.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 20.7s 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.
11 barrier(s) likely increasing bounce by ~35%.
Page takes 20.7s to load
+12% bounceUsers abandon at ~3s — you're 18.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+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
14 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
145 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₩350,000 investment → ₩2,586/month returns + KRW 3,000,000,000 risk avoided
₩350,000
5h · 5 findings
₩2,586 /mo
~₩31,032 / 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,586 / month at risk
~₩3,000,031,032 / year if left unfixed
₩3,000,000,000
+2 more
₩2,586 /mo
23920.2 MB/mo × 108.108 KRW/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.186
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.21 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.87 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
li.news-featured__item > a.news-featured__link > figure.news-featured__figure > img li.news-featured__item > a.news-featured__link > figure.news-featured__figure > img | /kbs/714x402/news.kbs.co.kr/data/layer/904/2026/04/202604... | 596.0 KiB | 555.5 KiB |
article.main-promo__item > a > figure.main-promo__figure > img article.main-promo__item > a > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2026/3/26/1774485384408_509071.jpg | 507.3 KiB | 413.6 KiB |
article.main-promo__item > a.main-promo__link > figure.main-promo__figure > img article.main-promo__item > a.main-promo__link > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2026/3/23/1774222103187_508662.jpg | 452.7 KiB | 358.9 KiB |
article.main-promo__item > a.main-promo__link > figure.main-promo__figure > img article.main-promo__item > a.main-promo__link > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2025/9/4/1756940681016_473741.jpg | 431.7 KiB | 337.9 KiB |
article.main-promo__item > a > figure.main-promo__figure > img article.main-promo__item > a > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2026/4/8/1775611456210_511406.jpg | 312.2 KiB | 218.5 KiB |
article.main-promo__item > a > figure.main-promo__figure > img article.main-promo__item > a > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2025/9/4/1756949477184_473785.jpg | 310.0 KiB | 216.2 KiB |
article.main-promo__item > a > figure.main-promo__figure > img article.main-promo__item > a > figure.main-promo__figure > img | padmin.static.kbs.co.kr/2025/12/19/1766106693720_493460.jpg | 158.1 KiB | 64.3 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2025/6/24/1750723692... | 39.6 KiB | 31.6 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/25/1774423794... | 38.9 KiB | 31.0 KiB |
li.grid__item > a > figure.grid__figure > img li.grid__item > a > figure.grid__figure > img | /kbs/300x169/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 38.6 KiB | 30.4 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/27/1774598303... | 37.6 KiB | 29.6 KiB |
TV수신료-전기요금 통합징수 li.img-banner__item > a > figure.img-banner__figure > img | /kbs/375x135/padmin.static.kbs.co.kr/2025/10/17/176068546... | 35.1 KiB | 26.8 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2023/7/13/1689246993... | 34.7 KiB | 26.7 KiB |
방송사 유일 무료 OTT 앱 KBS+ 런칭 li.img-banner__item > a > figure.img-banner__figure > img | /kbs/375x135/padmin.static.kbs.co.kr/2023/9/15/1694752647... | 32.7 KiB | 24.5 KiB |
li.grid__item > a > figure.grid__figure > img li.grid__item > a > figure.grid__figure > img | /kbs/300x169/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 32.3 KiB | 24.0 KiB |
ul#footer-apps-list > li.footer__apps-item > a.footer__apps-link > span.footer__apps-ico ul#footer-apps-list > li.footer__apps-item > a.footer__apps-link > span.footer__apps-ico | res.static.kbs.co.kr/img/ico-apps40.png | 28.7 KiB | 23.8 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809373582... | 22.4 KiB | 21.1 KiB |
li.grid__item > a > figure.grid__figure > img li.grid__item > a > figure.grid__figure > img | /kbs/300x169/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 29.1 KiB | 21.0 KiB |
li.grid__item > a > figure.grid__figure > img li.grid__item > a > figure.grid__figure > img | /kbs/300x169/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 29.0 KiB | 20.8 KiB |
KBS 제작시설 임대 li.img-banner__item > a > figure.img-banner__figure > img | /kbs/375x135/padmin.static.kbs.co.kr/2024/5/28/1716875370... | 28.5 KiB | 20.2 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809377280... | 18.7 KiB | 17.4 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809379991... | 14.0 KiB | 12.7 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/19/1773895657... | 20.5 KiB | 12.5 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809382831... | 12.1 KiB | 10.8 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809389597... | 11.7 KiB | 10.4 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809371264... | 9.8 KiB | 8.4 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809388189... | 8.2 KiB | 6.9 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809381427... | 7.8 KiB | 6.5 KiB |
li.grid__item > a.grid__link > span.grid__figure > img li.grid__item > a.grid__link > span.grid__figure > img | /kbs/185x265/padmin.static.kbs.co.kr/2018/11/2/1541120751... | 13.9 KiB | 6.0 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809371974... | 6.9 KiB | 5.6 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809378566... | 5.6 KiB | 4.3 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809389055... | 5.6 KiB | 4.3 KiB |
li.grid__item > a.slide01v2-page-box > figure.grid__figure > img li.grid__item > a.slide01v2-page-box > figure.grid__figure > img | /kbs/90x90/padmin.static.kbs.co.kr/2025/9/17/175809386899... | 5.5 KiB | 4.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| kbs.co.kr/ | 1.3 s |
| www.kbs.co.kr/ | 1.4 s |
| www.kbs.co.kr/m/ | 330 ms |
| www.kbs.co.kr/m/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.kbs.co.kr/m/ | 1.1 s |
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 |
|---|---|
오늘의 주요프로그램
심우면 연리리
2TV 목 21:50 방송
옥탑방의 문제아들
2TV 목 20:30 방송
다큐 인사이트
1TV 목 22:00 … div#container > main#content > div#section8 > div.component | 0.108 |
새로 올라온 영상
#최신
#생로병사의비밀
#슈퍼맨이돌아왔다
#황신혜의같이삽시다
#기쁜우리좋은날
01:11:55
[서울체임버오케스트라 제104회… div#container > main#content > div#section6 > section.component | 0.051 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body > div.fc-consent-root > div.fc-dialog-container | 0.026 |
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 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 |
|---|---|---|
| static.kbs.co.kr/www/20260403154220/m/resources/js/min/script.v3.min.js | 424.7 KiB | 339.7 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 132.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-VQT8S2ZVPW&cx=c>m=4e64k0 | 153.1 KiB | 106.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-VQT8S2ZVPW | 153.1 KiB | 62.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PN4HK95 | 129.5 KiB | 61.6 KiB |
| fundingchoicesmessages.google.com/i/22056527556?ers=3 | 68.7 KiB | 36.5 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 |
|---|---|---|---|
| static.kbs.co.kr/www/20260403154220/m/resources/js/min/script.v3.min.js | 4.0 s | 1.6 s | 218 ms |
| www.kbs.co.kr/m/ | 1.3 s | 26 ms | 22 ms |
| Unattributable | 960 ms | 15 ms | 0.0 ms |
| /f/AGSKWxUaQra4gG5-t2EjLPTO6PS_i0k0i8KltDAkgvaVHhKf7gvOTo... | 373 ms | 233 ms | 42 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 299 ms | 209 ms | 17 ms |
| /mediafactory/v1/scf/sites/mylovekbs/list?rtype=jsonp&pag... | 264 ms | 4.5 ms | 12 ms |
| fundingchoicesmessages.google.com/i/22056527556?ers=3 | 229 ms | 208 ms | 17 ms |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 208 ms | 146 ms | 46 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PN4HK95 | 193 ms | 145 ms | 46 ms |
| www.googletagmanager.com/gtag/js?id=G-VQT8S2ZVPW | 170 ms | 131 ms | 38 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 81 ms | 70 ms | 9.2 ms |
| www.google-analytics.com/analytics.js | 75 ms | 64 ms | 5.9 ms |
| www.googletagmanager.com/gtag/js?id=G-VQT8S2ZVPW&cx=c>m=4e64k0 | 62 ms | 27 ms | 35 ms |
| static.kbs.co.kr/recommend/rcmd_track.js | 61 ms | 55 ms | 2.2 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 | 3.6 s |
| Other | 2.1 s |
| Style & Layout | 2.0 s |
| Rendering | 569 ms |
| Script Parsing & Compilation | 530 ms |
| Parse HTML & CSS | 110 ms |
| Garbage Collection | 104 ms |
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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.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.
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
100% 방송중 a.main-onair__link > div.main-onair__prog > span.main-onair__prog-timeline > span.main-onair__prog-bar |
100% 방송중 a.main-onair__link > div.main-onair__prog > span.main-onair__prog-timeline > span.main-onair__prog-bar |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
06:00 a.main-onair__link > div.main-onair__prog > span.main-onair__prog-time > time |
07:50 a.main-onair__link > div.main-onair__prog > span.main-onair__prog-time > time |
다음 li.main-onair__item > a.main-onair__link > div.main-onair__next > span.main-onair__next-label |
07:50 a.main-onair__link > div.main-onair__next > span.main-onair__next-time > time |
08:25 a.main-onair__link > div.main-onair__next > span.main-onair__next-time > time |
#최신 section.component > div.component__inner > nav.tabs > button#section6-button--recent |
#최신 section.component > div.component__inner > nav.tabs > button#section7-button--recent |
© KBS. All rights reserved. div#wrap > footer#footer > div.footer__copy > p.footer__copy-txt |
© KBS. footer#footer > div.footer__copy > p.footer__copy-txt > strong |
무단 전재, 재배포 및 이용(AI 학습 포함) 금지 div#wrap > footer#footer > div.footer__copy > p.footer__copy-txt |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
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 |
|---|
KBS1
KBS 뉴스광장
06:00 ~ 07:50
100% 방송중
다음
인간극장
07:50~08:25
KBS2
TV 유치원
07:00 ~ 07… section.component > div.component__inner > div.main-onair__swiper > ul#swiper-wrapper-c80eedc33bb1d265 |
심우면 연리리
2TV 목 21:50 방송
옥탑방의 문제아들
2TV 목 20:30 방송
다큐 인사이트
1TV 목 22:00 방송
한국인의 밥상
… div.component > div.component__inner > div.swiper > ul#swiper-wrapper-da838c53b518ee36 |
KBS
한국방송
KBS
News
KBS
KPop
KBS
동물의 왕국
KBS
Entertain
Human
뭉클티비
Entertain
깔깔티비
C… div.component > div.component__inner > div.swiper > ul#swiper-wrapper-4b79dee6ed8fd2210 |
1 / 3 section.component > div.component__inner > div.swiper > ul#swiper-wrapper-6fcabf3c5770b4cc |
KBS 제51기 전속성우 공모 1차 합격자 발표 및 2차 심사 안내
KBS 국악관현악단 신입 단원 공개채용 공모요강
공동주택 공시청관리자 교육… div.component__inner > div.txt-ticker > div.txt-ticker__wrapper > ul#swiper-wrapper-8ea496d96b6cde3b |
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 |
|---|
01:11:55
[서울체임버오케스트라 제104회 정기연주회] 지휘·비올라 - 김상진, 클라리넷 - 찰스 나이딕 / 예술의전당 IBK챔버홀 / … section.component > div.component__inner > ul#section6__content--recent > li.grid__item |
47:33
[보이지 않는 암, 혈액암 정복기] 눈에 보이지 않아 더 무서운 혈액암, 통증 없이 찾아와 온몸으로 이상 신호가 번지고 치료 이후에… section.component > div.component__inner > ul#section6__content--recent > li.grid__item |
48:26
슈퍼캐치 진실의 눈
오늘 슈퍼캐치 진실의 눈 section.component > div.component__inner > ul#section6__content--recent > li.grid__item |
28:50
강수의 유언장을 찾으려던 수정은 영화의 펜던트를 살펴보다가 들키고, 지선은 은형 임용 조건으로 2억이 필요하다며 연자를 찾아간다. … section.component > div.component__inner > ul#section6__content--recent > li.grid__item |
02:42
빽빽한 산림이 뒤엉킨 장엄한 일몰을 감상할 수 있는 파쏘산 전망대 Copyright ⓒ KBS. All rights reserved… section.component > div.component__inner > ul#section7__content--recent > li.grid__item |
02:43
썰물 때만 열려 독특한 풍광을 자아내는 노지 이란자 Copyright ⓒ KBS. All rights reserved. 무단 전재,… section.component > div.component__inner > ul#section7__content--recent > li.grid__item |
03:55
보트 투어를 즐길 수 있는 노지 베의 마디로켈리 해변 Copyright ⓒ KBS. All rights reserved. 무단 전재… section.component > div.component__inner > ul#section7__content--recent > li.grid__item |
03:18
많은 사람들이 생애 한 번쯤 오고 싶어 하는 바오바브 거리 Copyright ⓒ KBS. All rights reserved. 무단… section.component > div.component__inner > ul#section7__content--recent > li.grid__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kbs.co.kr/m/ | Allowed |
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.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
120 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.249
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.68 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-wrapper > div.swiper-slide > div.img-box > img div.swiper-wrapper > div.swiper-slide > div.img-box > img | padmin.static.kbs.co.kr/2026/4/8/1775611444225_511393.jpg | 1.0 MiB | 795.2 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/714x402/news.kbs.co.kr/data/layer/904/2026/04/202604... | 596.0 KiB | 559.7 KiB |
div.swiper-wrapper > div.swiper-slide > div.img-box > img div.swiper-wrapper > div.swiper-slide > div.img-box > img | padmin.static.kbs.co.kr/2026/3/23/1774222085578_508651.jpg | 815.0 KiB | 559.6 KiB |
div.swiper-wrapper > div.swiper-slide > div.img-box > img div.swiper-wrapper > div.swiper-slide > div.img-box > img | padmin.static.kbs.co.kr/2026/3/30/1774853064438_509732.jpg | 686.2 KiB | 430.7 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/592x322/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 116.8 KiB | 86.8 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/592x333/entertainimg.kbsmedia.co.kr/cms/uploads/CONT... | 97.9 KiB | 65.8 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/592x322/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 82.7 KiB | 52.7 KiB |
TV수신료-전기요금 통합징수 li.owl-item > div.banner-list-box > a > img | /kbs/1200x110/padmin.static.kbs.co.kr/2025/10/17/17606854... | 72.4 KiB | 50.9 KiB |
KBS 제작시설 임대 li.owl-item > div.banner-list-box > a > img | /kbs/1200x110/padmin.static.kbs.co.kr/2024/5/28/171687536... | 64.8 KiB | 43.3 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/592x333/entertainimg.kbsmedia.co.kr/cms/uploads/CONT... | 74.1 KiB | 42.0 KiB |
방송사 유일 무료 OTT 앱 KBS+ 런칭 li.owl-item > div.banner-list-box > a > img | /kbs/1200x110/padmin.static.kbs.co.kr/2023/9/15/169475264... | 61.6 KiB | 40.1 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2025/6/24/1750723692... | 39.6 KiB | 31.6 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/25/1774423794... | 38.9 KiB | 31.0 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/27/1774598303... | 37.6 KiB | 29.6 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093735... | 30.1 KiB | 28.3 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2023/7/13/1689246993... | 34.7 KiB | 26.7 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 33.0 KiB | 25.4 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 32.0 KiB | 24.4 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093772... | 25.0 KiB | 23.2 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 30.6 KiB | 23.0 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/entertainimg.kbsmedia.co.kr/cms/uploads/CONT... | 30.4 KiB | 22.8 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 29.9 KiB | 22.3 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/entertainimg.kbsmedia.co.kr/cms/uploads/CONT... | 29.6 KiB | 22.0 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 27.6 KiB | 20.0 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 27.3 KiB | 19.7 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 27.2 KiB | 19.6 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 26.9 KiB | 19.3 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 26.7 KiB | 19.1 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093799... | 18.5 KiB | 16.7 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093828... | 15.9 KiB | 14.1 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093895... | 15.0 KiB | 13.2 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2026/3/19/1773895657... | 20.5 KiB | 12.5 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/vod/2026/04/22/6... | 19.0 KiB | 11.4 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 19.0 KiB | 11.4 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093712... | 12.7 KiB | 10.9 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/228x152/news.kbs.co.kr/data/layer/904/2026/04/202604... | 15.7 KiB | 10.1 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/228x152/news.kbs.co.kr/data/layer/904/2026/04/202604... | 15.5 KiB | 9.8 KiB |
KBS재난포털 ul.header-bottom-right > li.ico-disaster > a > img | static.kbs.co.kr/www/20260403154220/resources/common/img/ico/ico-disaster@2x.png | 9.9 KiB | 9.5 KiB |
li.big > a > span.img-box > img li.big > a > span.img-box > img | /kbs/592x333/entertainimg.kbsmedia.co.kr/cms/uploads/CONT... | 41.5 KiB | 9.4 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093881... | 10.6 KiB | 8.8 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093814... | 10.2 KiB | 8.4 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/288x162/mediafactory.play.kbs.co.kr/clip/2026/04/22/... | 15.4 KiB | 7.9 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093719... | 9.0 KiB | 7.3 KiB |
li > a > span.img-box > img li > a > span.img-box > img | /kbs/185x265/padmin.static.kbs.co.kr/2018/11/2/1541120751... | 13.9 KiB | 6.0 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093890... | 7.0 KiB | 5.2 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093868... | 6.8 KiB | 5.0 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093847... | 6.7 KiB | 4.9 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093785... | 6.5 KiB | 4.7 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093875... | 6.3 KiB | 4.5 KiB |
li.owl-item > a.slide01v2-page-box > span.img-box > img li.owl-item > a.slide01v2-page-box > span.img-box > img | /kbs/105x105/padmin.static.kbs.co.kr/2025/9/17/1758093853... | 6.0 KiB | 4.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| kbs.co.kr/ | 767 ms |
| www.kbs.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 |
|---|---|
짧은 영상, 긴 재미
#최신
#인기
#생로병사의비밀
#슈퍼캐치진실의눈
#기쁜우리좋은날
#슈퍼맨이돌아왔다
02:42
빽빽한 산림이 뒤엉킨 장엄한… div#wrap > div#container > div#content > div#section6 | 0.166 |
오늘의 주요프로그램
심우면 연리리
2TV 목 21:50 방송
옥탑방의 문제아들
2TV 목 20:30 방송
다큐 인사이트
1TV 목 22:00 … div#wrap > div#container > div#content > div#section7 | 0.055 |
About KBS
장애인 서비스
시청자센터
이벤트·방청
우리말 바로 알기
프로그램
편성표
Language
로그인
검색 div#header-main > header#header > div.header-top > ul | 0.027 |
푸터영역
KBS소개
열기 버튼
사이버 감사실
광고
영상구매
이용약관
청소년 보호정책
개인정보처리방침
FAQ
웹 접근성 안내
사이트맵
Famil… body > div#wrap > footer | 0.001 |
2번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet | 0.000 |
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 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.kbs.co.kr/www/20260403154220/resources/v2/css/style.min.css | 36.3 KiB | 27.4 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| static.kbs.co.kr/contents/20260421150917/resources/js/videojs_7/videojs.min.js | 8.3 s | 2.8 s | 38 ms |
| www.kbs.co.kr/ | 1.9 s | 8.5 ms | 7.9 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 1.3 s | 1.2 s | 6.9 ms |
| static.kbs.co.kr/www/20260403154220/resources/js/min/script.v2.min.js | 811 ms | 458 ms | 69 ms |
| Unattributable | 811 ms | 6.7 ms | 0.0 ms |
| vod.kbs.co.kr/embed_live.html?bbs_id=T2025-0365-01-277454&id=851946 | 213 ms | 51 ms | 1.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PN4HK95 | 176 ms | 129 ms | 35 ms |
| vod.kbs.co.kr/embed_live.html?bbs_id=T2018-0562-04-840492&id=1488653 | 92 ms | 31 ms | 0.6 ms |
| /_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ... | 72 ms | 44 ms | 17 ms |
| fundingchoicesmessages.google.com/i/22056527556?ers=3 | 63 ms | 59 ms | 3.9 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 62 ms | 41 ms | 11 ms |
| static.kbs.co.kr/contents/20260421150917/resources/js/lib/jquery-1.12.3.js | 57 ms | 28 ms | 26 ms |
| www.google-analytics.com/analytics.js | 50 ms | 38 ms | 5.5 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 | 5.2 s |
| Other | 4.8 s |
| Style & Layout | 2.3 s |
| Rendering | 1.6 s |
| Script Parsing & Compilation | 278 ms |
| Garbage Collection | 108 ms |
| Parse HTML & CSS | 52 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| static.kbs.co.kr/contents/20260421150917/resources/js/lib/jquery-1.12.3.js | 81.6 KiB | 39.6 KiB |
| static.kbs.co.kr/contents/20260421150917/resources/js/lib/jquery-1.12.3.js | 81.6 KiB | 39.6 KiB |
| static.kbs.co.kr/contents/20260421150917/resources/js/lib/jquery-1.12.3.js | 81.6 KiB | 39.6 KiB |
| inline: var channel = JSON.parse('{}'); … | 13.5 KiB | 6.2 KiB |
| inline: var channel = JSON.parse('{}'); … | 13.5 KiB | 6.2 KiB |
| inline: var channel = JSON.parse('{}'); … | 13.5 KiB | 6.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TV div.tabWrap > ul.tabArea > li.on > a#tab-tv |
RADIO div.tabWrap > ul.tabArea > li > a#tab-radio |
스타연예 div.tabWrap > ul.tabArea > li.on > a#tab0 |
명품관 div.tabWrap > ul.tabArea > li > a#tab1 |
KBS뮤직 div.tabWrap > ul.tabArea > li > a#tab2 |
KBS소식 div.tabWrap > ul.tabArea > li > a#tab3 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
07:50~08:25 li.on > a.kbs1 > span.sub-box > span |
인간극장 li.on > a.kbs1 > span.sub-box > span |
07:00~07:30 li > a.kbs2 > span.txt-box > span.sub |
2TV 목 21:50 방송 li > a > span.txt-box > span.sub |
2TV 목 20:30 방송 li > a > span.txt-box > span.sub |
1TV 목 22:00 방송 li > a > span.txt-box > span.sub |
1TV 목 19:40 방송 li > a > span.txt-box > span.sub |
1TV 월-금 20:30 방송 li > a > span.txt-box > span.sub |
스타연예 div.tabWrap > ul.tabArea > li.on > a#tab0 |
미니시리즈 심우면 연리리 ul.txt-list > li > a > span.cate |
아침마당 ul.txt-list > li > a > span.cate |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
메인 프로모션 div#content > div#section1 > div#main-promo > h4.blind |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
2번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
4번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
5번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
6번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
7번째 배너 div#section1 > div#main-promo > div.swiper-pagination > a.swiper-pagination-bullet |
정지 버튼 div.banner-list > div.arrow_box > div.banner-autoplay-box > button.btn-autoplay |
1번 배너 보기 div.arrow_box > div.owl-pagination > div.owl-page > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /index.html?source=mylovekbs&sname=mylovekbs&stype=magazi... | 자세히 보기 |
| /2tv/enter/happytogether3/pc/board.html?smenu=4c36b2&bbs_... | 자세히 보기 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback