Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 29.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.
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 12.0 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
25 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6c947d1b-0140-4590-8fda-2b96e6e017d0)<a href="https://beavercheck.com/results/6c947d1b-0140-4590-8fda-2b96e6e017d0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftv-tokyo.co.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftv-tokyo.co.jpThis 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 29.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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 29.7s to load
+12% bounceUsers abandon at ~3s — you're 27.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.5s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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
156 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.
¥40,000 investment → ¥176/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥176 /mo
~¥2,111 / year
JPY 100,000,000
if kept compliant
¥12,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 ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,509 / month at risk
~¥100,002,111 / year if left unfixed
¥100,000,000
+2 more
¥176 /mo
14731.8 MB/mo × 11.940 JPY/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.
3.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.54 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.364
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.12 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.
30.74 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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 40 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
第3話 ゲス不倫を捉えた隠しカメラ li.tbcms_ranking__item > a.tbcms_ranking__link > div.tbcms_ranking__image > img.lazyloaded | statics.tver.jp/images/content/thumbnail/episode/medium/ep3hfhyztr.jpg?v=7 | 211.7 KiB | 202.4 KiB |
第4話 「先輩の初めてになれて、嬉しい♡」 li.tbcms_ranking__item > a.tbcms_ranking__link > div.tbcms_ranking__image > img.lazyloaded | statics.tver.jp/images/content/thumbnail/episode/medium/epzh8wa6yj.jpg?v=5 | 207.0 KiB | 169.5 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded | /sasariuta/20260418/image/20260418_sasariuta_01_a_135244.... | 68.3 KiB | 27.4 KiB |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img | www.tv-tokyo.co.jp/txcms/media/biz/txtop_bizranking_biz_bnr.jpg | 30.8 KiB | 24.1 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded | /txcms/media/pg/L/7f/b9/93d6ef506a11602a0fc8067dfee0.jpg?... | 61.1 KiB | 20.1 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached | /txcms/media/pg/L/71/f3/acbf8abb3e1b8601c3b0fda592bf.jpg?... | 60.8 KiB | 19.9 KiB |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | /txcms/media/jack/sp/ce/35/d724b37c73861224552b1f3e3df8.j... | 63.7 KiB | 14.9 KiB |
| /hs-fs/hubfs/2604_テレ東キーワードキャンペー... | 48.4 KiB | 4.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.tv-tokyo.co.jp/tbcms/javascripts/header.js | 565 B | |
| www.tv-tokyo.co.jp/tbcms/css/style.css | 61.7 KiB | 500 ms |
| www.tv-tokyo.co.jp/css/txcom_all.css | 1.0 KiB |
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.
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.
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 |
|---|---|
| tv-tokyo.co.jp/ | 1.4 s |
| www.tv-tokyo.co.jp/ | 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 |
|---|---|
ドラマランキング
産まない女はダメですか? DINKsのトツキトオカ
第4話 「先輩の初めてになれて、嬉しい♡」
刑事、ふりだしに戻る
1話 死んだ刑事が10… body.tbcms_contents > div.tbcms_background | 0.197 |
ドラマランキング
産まない女はダメですか? DINKsのトツキトオカ
第4話 「先輩の初めてになれて、嬉しい♡」
刑事、ふりだしに戻る
1話 死んだ刑事が10… body.tbcms_contents > div.tbcms_background | 0.092 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.tbcms_contents > div.fc-consent-root > div.fc-dialog-container | 0.042 |
バラエティランキング
あちこちオードリー
M-1準優勝で大ブレイク中!ドンデコルテ&同期で同居人のカゲヤマが初来店!
SnowMan向井とパンサー向井のあなた… body.tbcms_contents > div.tbcms_background > div.tbcms_ranking__block | 0.028 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.002 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
イベント
映画 ul.tbcms_header-genre__list > li.tbcms_header-genre__item > a.tbcms_header-genre__link > span.tbcms_header-genre__text | 0.000 |
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.tv-tokyo.co.jp/tbcms/css/style.css | 61.7 KiB | 54.5 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 137.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-QVMS8LN1F5&cx=c>m=4e64k0 | 176.7 KiB | 114.2 KiB |
| www.googletagmanager.com/gtag/destination?id=G-QVMS8LN1F5&cx=c>m=4e64k0 | 176.7 KiB | 68.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-648627691&cx=c>m=4e64k0 | 141.5 KiB | 66.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-ND9WBXK | 182.6 KiB | 64.0 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 52.7 KiB |
| www.tv-tokyo.co.jp/tbcms/javascripts/library.min.js | 115.5 KiB | 48.8 KiB |
| www.tv-tokyo.co.jp/tbcms/javascripts/layout.js | 55.5 KiB | 40.7 KiB |
| fundingchoicesmessages.google.com/i/10690992?ers=3 | 68.8 KiB | 36.0 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 31.5 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 31.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.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 7.6 s |
| Script Evaluation | 5.6 s |
| Other | 2.1 s |
| Rendering | 650 ms |
| Script Parsing & Compilation | 642 ms |
| Garbage Collection | 204 ms |
| Parse HTML & CSS | 187 ms |
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 | |
|---|---|
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | /txcms/media/jack/sp/ce/35/d724b37c73861224552b1f3e3df8.j... |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img | www.tv-tokyo.co.jp/txcms/media/biz/txtop_bizranking_biz_bnr.jpg |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded | txbiz.tv-tokyo.co.jp/static/images/TVBiz_Logo.png |
テレ東・BSテレ東 div.tbcms_header__logo > a > h1.tbcms_header__logo-image > img | www.tv-tokyo.co.jp/tbcms/assets/images/logo.svg |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded | /tbcms/assets/images/logo--tver.png?auto=format,compress&... |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded | /tbcms/assets/images/logo--tver.png?auto=format,compress&... |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Popup CTA body.tbcms_contents > div#hs-web-interactives-top-anchor > div#hs-overlay-cta-336413052642 |
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.
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 |
|---|
header.tbcms_header > div.tbcms_content-inner > div.tbcms_header__menu-wrap > button.tbcms_header__global-menu header.tbcms_header > div.tbcms_content-inner > div.tbcms_header__menu-wrap > button.tbcms_header__global-menu |
div.tbcms_global-navigation__search > form > div.tbcms_search__wrap > button.tbcms_search__submit div.tbcms_global-navigation__search > form > div.tbcms_search__wrap > button.tbcms_search__submit |
div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > div.tbcms_hero-slider__control > button div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > div.tbcms_hero-slider__control > button |
div.tbcms_footer-container > footer.tbcms_footer > div.tbcms_button-group > button.tbcms_footer__page-to-top div.tbcms_footer-container > footer.tbcms_footer > div.tbcms_button-group > button.tbcms_footer__page-to-top |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img |
div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_content-inner > div.tbcms_header__menu-wrap > div.tbcms_header__search > a.tbcms_header__search--type_search div.tbcms_content-inner > div.tbcms_header__menu-wrap > div.tbcms_header__search > a.tbcms_header__search--type_search |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link |
body.tbcms_contents > div.tbcms_background > p#bizRanking > a body.tbcms_contents > div.tbcms_background > p#bizRanking > a |
div#slick-slide40 > div > li.tbcms_banner__item > a.js-footer-banner--small div#slick-slide40 > div > li.tbcms_banner__item > a.js-footer-banner--small |
div#slick-slide41 > div > li.tbcms_banner__item > a.js-footer-banner--small div#slick-slide41 > div > li.tbcms_banner__item > a.js-footer-banner--small |
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
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 |
|---|
イベント『家、ついて行ってイイですか?~口外禁止~』チケット即完につき、追加上映会の開催が緊急決定!
「渋谷発!新時代の女子校」から「元受刑者を受け入れる建設… body.tbcms_contents > div.tbcms_update > div#js-update-information > ul.tbcms_update__list |
1
2
3 div#tbcms_footer-container-wrap > div.tbcms_footer-container > aside.tbcms_banner > ul#tbcms_cmsbanners--small |
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 |
|---|
「ふぉ~ゆ~って、だれ?〜40歳アイドル、デビューなし。でも幸せ〜」㊗テレ東初冠番組スタート!4月22日(水)深夜2時5分スタート! div.slick-track > div.slick-slide > div > li.tbcms_update__item |
div.slick-track > div#slick-slide40 > div > li.tbcms_banner__item div.slick-track > div#slick-slide40 > div > li.tbcms_banner__item |
div.slick-track > div#slick-slide41 > div > li.tbcms_banner__item div.slick-track > div#slick-slide41 > div > li.tbcms_banner__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_INVALID_URL |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item |
body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.lazyloaded |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.lazyloaded |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.lazyloaded |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyloaded |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img |
div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload div > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
628 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.191
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.95 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.
5.92 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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 45 ms |
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.tv-tokyo.co.jp/tbcms/css/style.css | 61.8 KiB | 113 ms |
| www.tv-tokyo.co.jp/tbcms/javascripts/header.js | 587 B | |
| www.tv-tokyo.co.jp/css/txcom_all.css | 1.0 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
第3話 ゲス不倫を捉えた隠しカメラ li.tbcms_ranking__item > a.tbcms_ranking__link > div.tbcms_ranking__image > img.lazyloaded | statics.tver.jp/images/content/thumbnail/episode/medium/ep3hfhyztr.jpg?v=7 | 211.7 KiB | 208.8 KiB |
1話 死んだ刑事が10年前に転生 li.tbcms_ranking__item > a.tbcms_ranking__link > div.tbcms_ranking__image > img.lazyloaded | statics.tver.jp/images/content/thumbnail/episode/medium/ep9eeyajm0.jpg?v=5 | 201.8 KiB | 198.9 KiB |
第4話 「先輩の初めてになれて、嬉しい♡」 li.tbcms_ranking__item > a.tbcms_ranking__link > div.tbcms_ranking__image > img.lazyloaded | statics.tver.jp/images/content/thumbnail/episode/medium/epzh8wa6yj.jpg?v=5 | 207.0 KiB | 193.5 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /sasariuta/20260418/image/20260418_sasariuta_01_a_135244.... | 71.7 KiB | 71.0 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/7f/b9/93d6ef506a11602a0fc8067dfee0.jpg?... | 64.7 KiB | 64.0 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/71/f3/acbf8abb3e1b8601c3b0fda592bf.jpg?... | 63.2 KiB | 62.1 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/87/01/8b910b3e87f0da281684ee421b55.jpg?... | 59.0 KiB | 58.3 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/71/5d/8aa9f4cbec6c8ddfa20c0f76e018.png?... | 45.9 KiB | 45.3 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/f1eff8be621a270f3f77cf0845963af7.jpg?au... | 34.3 KiB | 33.6 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | /txcms/media/pg/L/44/f4/6585676823d97cf70d7debf8cfd2.jpg?... | 31.0 KiB | 30.6 KiB |
div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img | /txcms/media/pg/L/1f/12/0d10609bdb6370db8aab4a183a4f.jpg?... | 29.9 KiB | 29.6 KiB |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img | www.tv-tokyo.co.jp/txcms/media/biz/txtop_bizranking_biz_bnr.jpg | 30.8 KiB | 23.4 KiB |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached | /tbcms/assets/images/logo--tver.png?auto=format,compress&... | 23.3 KiB | 23.2 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached | /sasariuta/20260418/image/20260418_sasariuta_01_a_135244.... | 71.7 KiB | 14.0 KiB |
div.tbcms_update > div#js-update-announcer > h2.tbcms_update__heading > ::before div.tbcms_update > div#js-update-announcer > h2.tbcms_update__heading > ::before | www.tv-tokyo.co.jp/tbcms/assets/images/logo--announcer-circle.png | 12.4 KiB | 10.9 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached | /txcms/media/pg/L/7f/b9/93d6ef506a11602a0fc8067dfee0.jpg?... | 64.7 KiB | 7.0 KiB |
div.tbcms_update > div#js-update-biz > h2.tbcms_update__heading > ::before div.tbcms_update > div#js-update-biz > h2.tbcms_update__heading > ::before | www.tv-tokyo.co.jp/tbcms/assets/images/logo--txbiz-circle.png | 8.3 KiB | 6.8 KiB |
div.tbcms_update > div#js-update-plus > h2.tbcms_update__heading > ::before div.tbcms_update > div#js-update-plus > h2.tbcms_update__heading > ::before | www.tv-tokyo.co.jp/tbcms/assets/images/logo--txplus-circle.png | 7.2 KiB | 5.7 KiB |
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached | /txcms/media/pg/L/71/f3/acbf8abb3e1b8601c3b0fda592bf.jpg?... | 63.2 KiB | 5.5 KiB |
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 |
|---|---|
| tv-tokyo.co.jp/ | 879 ms |
| www.tv-tokyo.co.jp/ | 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 |
|---|---|
映画
6/12(金)公開
映画『おそ松さん 人類クズ化計画!!!!!?』
伝説の大ヒット笑劇作、まさかの第2弾!主演【Aぇ! group×西村拓哉】が繰り広げ… body.tbcms_contents > main#tbcms_main-top | 0.913 |
ドラマランキング
もっと見る
産まない女はダメですか? DINKsのトツキトオカ
第4話 「先輩の初めてになれて、嬉しい♡」
刑事、ふりだしに戻る
1話 死ん… body.tbcms_contents > div.tbcms_background | 0.224 |
ドラマランキング
もっと見る
産まない女はダメですか? DINKsのトツキトオカ
第4話 「先輩の初めてになれて、嬉しい♡」
刑事、ふりだしに戻る
1話 死ん… body.tbcms_contents > div.tbcms_background | 0.047 |
ドラマランキング
もっと見る
産まない女はダメですか? DINKsのトツキトオカ
第4話 「先輩の初めてになれて、嬉しい♡」
刑事、ふりだしに戻る
1話 死ん… body.tbcms_contents > div.tbcms_background | 0.006 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.tbcms_contents > div.fc-consent-root > div.fc-dialog-container | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.001 |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | 0.000 |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img | 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.
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.tv-tokyo.co.jp/tbcms/css/style.css | 61.7 KiB | 50.7 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 2.1 s |
| Script Evaluation | 1.4 s |
| Other | 475 ms |
| Rendering | 184 ms |
| Script Parsing & Compilation | 154 ms |
| Garbage Collection | 56 ms |
| Parse HTML & CSS | 35 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 136.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-QVMS8LN1F5&cx=c>m=4e64k0 | 176.7 KiB | 115.1 KiB |
| www.googletagmanager.com/gtag/destination?id=G-QVMS8LN1F5&cx=c>m=4e64k0 | 176.7 KiB | 68.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-648627691&cx=c>m=4e64k0 | 141.5 KiB | 67.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-ND9WBXK | 182.6 KiB | 64.4 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 52.7 KiB |
| www.tv-tokyo.co.jp/tbcms/javascripts/library.min.js | 115.5 KiB | 50.1 KiB |
| www.tv-tokyo.co.jp/tbcms/javascripts/layout.js | 55.5 KiB | 40.7 KiB |
| fundingchoicesmessages.google.com/i/10690992?ers=3 | 68.8 KiB | 36.1 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 31.5 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 31.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link > img.tbcms_jack__image | /txcms/media/jack/pc/c4/62/5fe65e1415fc17179fc08764b452.j... |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img | www.tv-tokyo.co.jp/txcms/media/biz/txtop_bizranking_biz_bnr.jpg |
テレ東・BSテレ東 div.tbcms_header__logo > a > h1.tbcms_header__logo-image > img | www.tv-tokyo.co.jp/tbcms/assets/images/logo.svg |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached | /tbcms/assets/images/logo--tver.png?auto=format,compress&... |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached | /tbcms/assets/images/logo--tver.png?auto=format,compress&... |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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 parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main#tbcms_main-top > div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > ul.slick-dots main#tbcms_main-top > div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > ul.slick-dots |
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.
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 |
|---|
header.tbcms_header > div.tbcms_content-inner > div.tbcms_header__menu-wrap > button.tbcms_header__global-menu header.tbcms_header > div.tbcms_content-inner > div.tbcms_header__menu-wrap > button.tbcms_header__global-menu |
div.tbcms_header-genre__search > form > div.tbcms_search__wrap > button.tbcms_search__submit div.tbcms_header-genre__search > form > div.tbcms_search__wrap > button.tbcms_search__submit |
div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > div.tbcms_hero-slider__control > button div.tbcms_hero-slider > div#js-top-recommend-txn-carousel > div.tbcms_hero-slider__control > button |
div.tbcms_footer-container > footer.tbcms_footer > div.tbcms_button-group > button.tbcms_footer__page-to-top div.tbcms_footer-container > footer.tbcms_footer > div.tbcms_button-group > button.tbcms_footer__page-to-top |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link div.tbcms_navigation > ul.tbcms_navigation__list > li.tbcms_navigation__item > a.tbcms_navigation__link |
body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link body.tbcms_contents > aside#tbcms_cmsbanners--jack > a.tbcms_jack__link |
body.tbcms_contents > div.tbcms_background > p#bizRanking > a body.tbcms_contents > div.tbcms_background > p#bizRanking > a |
aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small |
aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small |
aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small |
aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small |
aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small aside.tbcms_banner > ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small |
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 |
|---|
このWEBサイトに掲載されている文章・映像・音声写真等の著作権はテレビ東京・BSテレビ東京 およびその他の権利者に帰属しています。権利者の許諾なく、私的使用の… footer.tbcms_footer > div.tbcms_footer__attention > p > small |
Copyright © TV TOKYO Corporation All rights reserved. footer.tbcms_footer > div#footerCopyright > p > small |
Copyright © BS TV TOKYO Corporation All rights reserved. footer.tbcms_footer > div#footerCopyright > p > small |
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 |
|---|
日本統一 アクリルスタンド
1,760円
俺たちバッドバーバーズ アクリルスタンド 表
1,650円
新劇場版 銀魂 -吉原大炎上- クリアファイル(和装「緋… body.tbcms_contents > div.tbcms_goods > div#js-goods-latest > ul.tbcms_goods__list |
「遊戯王 マスターデュエル」 高校生日本一決定戦
2026年01月30日
TOKYO AUTO SALON 2026
2026年01月08日
東急ジルベスター… body.tbcms_contents > div.tbcms_events > div#js-top-events > ul.tbcms_events__list |
イベント『家、ついて行ってイイですか?~口外禁止~』チケット即完につき、追加上映会の開催が緊急決定!
「渋谷発!新時代の女子校」から「元受刑者を受け入れる建設… body.tbcms_contents > div.tbcms_update > div#js-update-information > ul.tbcms_update__list |
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 |
|---|
俺たちバッドバーバーズ トレーディングカード
440円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
俺たちバッドバーバーズ Blu-ray BOX
20,900円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
新劇場版 銀魂 -吉原大炎上- アクリルスタンド(和装「緋」)
1,980円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
新劇場版 銀魂 -吉原大炎上- トレーディングぷちアクリルスタンド(和装「緋」)
990円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
DAN! DAN! EBiDAN! presents ランダム名札ステッカー
500円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
俺たちバッドバーバーズ トレーディング缶バッジ
550円 div.slick-track > div.slick-slide > div > li.tbcms_goods__item |
Coca-Cola STAGE:0 eSPORTS High-School Championship 2026
2026年08月13日 div.slick-track > div.slick-slide > div > li.tbcms_events__item |
東京レプタイルズワールド2026
2026年07月10日 div.slick-track > div.slick-slide > div > li.tbcms_events__item |
ピカソ meets ポール・スミス 遊び心の冒険へ
2026年06月09日 div.slick-track > div.slick-slide > div > li.tbcms_events__item |
ClimbersX LIVE 2026
2026年06月08日 div.slick-track > div.slick-slide > div > li.tbcms_events__item |
「ふぉ~ゆ~って、だれ?〜40歳アイドル、デビューなし。でも幸せ〜」㊗テレ東初冠番組スタート!4月22日(水)深夜2時5分スタート! div.slick-track > div.slick-slide > div > li.tbcms_update__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close li.tbcms_header-genre__item > div.tbcms_header-genre__dropdown > div.tbcms_header-genre__dropdown-inner > a.tbcms_header-genre__dropdown-close |
body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item |
body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item body.tbcms_contents > div.tbcms_today-onair > div.tbcms_today-onair__tab > a.tbcms_channel-tab__item |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached div.tbcms_hero-slider__item > a.tbcms_hero-slider__item-inner > div.tbcms_hero-slider__media > img.ls-is-cached |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img div#js-top-recommend-txn-carousel > ul.slick-dots > li.slick-active > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div#js-top-recommend-txn-carousel > ul.slick-dots > li > img div#js-top-recommend-txn-carousel > ul.slick-dots > li > img |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-drama > img.ls-is-cached |
div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached div.tbcms_background > div.tbcms_ranking__block > h2#tver-variety > img.ls-is-cached |
div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload div.tbcms_background > div#js-ranking-txbiz > h2#ranking-txbiz > img.lazyload |
div.tbcms_background > p#bizRanking > a > img div.tbcms_background > p#bizRanking > a > img |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload ul#tbcms_cmsbanners--small > li.tbcms_banner__item > a.js-footer-banner--small > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback