Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 8 categories, 0 sections
Room to improve — your 14.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.
Good content signals with minor gaps.
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 25.7 MB (23.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 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/df7ede36-2832-4823-a8bb-d904b58128d4)<a href="https://beavercheck.com/results/df7ede36-2832-4823-a8bb-d904b58128d4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftv-asahi.co.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftv-asahi.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 14.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 ~31%.
Page takes 14.7s to load
+12% bounceUsers abandon at ~3s — you're 12.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No 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, …)
14 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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥18,293/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥18,293 /mo
~¥219,511 / 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,334,223 / month at risk
~¥100,010,680 / year if left unfixed
¥100,000,000
+1 more
¥890 /mo
74538.7 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.
4.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.15 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.190
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.37 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.
24.63 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
テレビ朝日presents
sumika×瑠東東一郎 CINEMA&LIVE div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | www.tv-asahi.co.jp/event/renew/contents/0408/images/dPrIBfx2nX.png | 14.0 MiB | 14.0 MiB |
ロックアンセム EX div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | www.tv-asahi.co.jp/event/renew/contents/0396/images/ttmJYfyphn.jpg | 2.2 MiB | 2.2 MiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1194.png | 432.6 KiB | 426.5 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/04.jpg | 417.4 KiB | 369.8 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1237.jpg | 323.6 KiB | 317.6 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/02.jpg | 304.8 KiB | 257.2 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1238.jpg | 263.0 KiB | 256.9 KiB |
夫が寝たあとに みんなの短歌 div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | shop.tv-asahi.co.jp/images/product/927706/001/927706_001_01.jpg | 219.5 KiB | 214.6 KiB |
タミ恋 文鳥さんマスコット div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011751/928107_001_... | 203.1 KiB | 198.2 KiB |
宮舘涼太『タミ恋』時沢エータ ドラマコレクションカードセット div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011754/9J0120_001_... | 190.4 KiB | 185.6 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep29owum3k.jpg?v=20 | 164.0 KiB | 157.9 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1036.jpg | 162.3 KiB | 156.2 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/epkuoag6n9.jpg?v=12 | 154.9 KiB | 148.9 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep9rbkqri1.jpg?v=17 | 143.4 KiB | 137.4 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/epbufv2hwl.jpg?v=15 | 138.4 KiB | 132.4 KiB |
渡辺瑠海 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0065/images/rYBCNlpzkC.jpg | 137.2 KiB | 129.0 KiB |
宮舘涼太『タミ恋』時沢エータ アクリルスタンド div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011756/9J0122_001_... | 123.7 KiB | 118.8 KiB |
リボーン 〜最後のヒーロー〜 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/reborn/poster.jpg | 119.9 KiB | 104.8 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/2-1-5.jpg | 102.2 KiB | 85.8 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/01.jpg | 132.2 KiB | 84.6 KiB |
かまいガチ li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/kamaigachi/poster.jpg | 97.7 KiB | 82.6 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/WHdywYOYyv.jpg | 86.9 KiB | 80.8 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/kodoku0423_01.jpg | 96.5 KiB | 80.0 KiB |
くりぃむクイズ ミラクル9 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/miracle9/poster.jpg | 94.1 KiB | 79.0 KiB |
ボーダレス〜広域移動捜査隊〜 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/borderless/poster.jpg | 92.9 KiB | 77.9 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/tetsuko0422_1.jpg | 95.4 KiB | 76.1 KiB |
ターミネーターと恋しちゃったら li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/tamikoi/poster.jpg | 91.0 KiB | 76.0 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep1p996gdr.jpg?v=13 | 81.9 KiB | 75.8 KiB |
朝メシまで。 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/asameshi/poster.jpg | 88.7 KiB | 73.6 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/05.jpg | 119.2 KiB | 71.6 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/N9LYWHxv69.jpg | 74.0 KiB | 68.0 KiB |
TOKYO_DREAM_PARK_開業記念_有明春祭り div.banners__container > div.banners__slide > a.banners__item__container > img | www.tv-asahi.co.jp/Top16/cms/banner/00244/01.png | 73.9 KiB | 64.6 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/1-1-5.jpg | 79.6 KiB | 62.9 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/making_1.jpg | 78.8 KiB | 62.3 KiB |
ガリベンチャーV li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/garibenv/poster.jpg | 76.2 KiB | 61.1 KiB |
未解決の女 警視庁文書捜査官 Season3 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/mikaiketsu03/poster.jpg | 74.4 KiB | 59.3 KiB |
矢島悠子 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0059/images/Qxu49FJnrc.jpg | 63.8 KiB | 55.6 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/900188995_640.jpg | 57.4 KiB | 51.4 KiB |
小木逸平 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0014/images/AsPdRXreaC.jpg | 58.0 KiB | 49.9 KiB |
大西洋平 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0008/images/NFDYwAXam4.jpg | 52.9 KiB | 44.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/6qwFGrNSFJ.jpg | 49.6 KiB | 43.6 KiB |
余命3ヶ月のサレ夫 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/yomeisareo/poster.jpg | 57.7 KiB | 42.6 KiB |
山口豊 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0061/images/k1kaw3RoSi.jpg | 50.1 KiB | 42.0 KiB |
セールスサイト「tv asahi Ads」がリニューアル/TVer広告専用ページを新設 div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | www.tv-asahi.co.jp/Top24/images/info/0005/images/wHw07NbmcM.jpg | 51.3 KiB | 41.2 KiB |
エラー li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/drama_error/poster.jpg | 56.1 KiB | 41.0 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/06.jpg | 62.4 KiB | 27.2 KiB |
ドラドラ大作戦 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/drama-daisakusen/poster.jpg | 39.2 KiB | 24.1 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/000500524_640.jpg | 26.2 KiB | 21.9 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/000500535_640.jpg | 24.7 KiB | 20.7 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/03.jpg | 42.0 KiB | 18.3 KiB |
放送されている番組の見逃し配信やアーカイブ配信の他、オリジナル番組の配信やスポーツやイベントのライブ配信も行っています section.related__media > div.related__media__container > a.external-link > div.related__media__item | www.tv-asahi.co.jp/Top24/images/media/0001/images/izdxeYLV0k.jpg | 24.2 KiB | 14.2 KiB |
所村武蔵 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0025/images/Bf2GsQl9FG.jpg | 20.9 KiB | 12.8 KiB |
TELASA(テラサ)ではドラマ・バラエティ・アニメ・映画・特撮・タイドラマなど幅広いジャンルの動画が見放題!TELASAオリジナルコンテンツも続々登場! section.related__media > div.related__media__container > a.external-link > div.related__media__item | www.tv-asahi.co.jp/Top24/images/media/0001/images/gVvME9TTiU.jpg | 22.6 KiB | 12.6 KiB |
視聴データについて div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_tvdata.jpg | 10.2 KiB | 9.3 KiB |
放送番組の違法配信撲滅キャンペーン div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_ihoubokumetsu.png | 8.1 KiB | 7.2 KiB |
採用情報 div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_saiyo.png | 7.4 KiB | 6.6 KiB |
BS朝日 div.footer__links > a.external-link > picture > img | www.tv-asahi.co.jp/Top24/assets/images/bs_asahi.png | 6.3 KiB | 5.4 KiB |
ABEMAは好きな時間に好きな場所で話題の動画を無料で楽しめる新しい未来のテレビ。ニュースや恋愛番組、アニメ、スポーツなど、多彩な番組をお楽しみいただけます section.related__media > div.related__media__container > a.external-link > div.related__media__item | www.tv-asahi.co.jp/Top24/images/media/0001/images/to2tvrx6SQ.jpg | 14.3 KiB | 4.3 KiB |
SDGs div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_SDGs.png | 5.2 KiB | 4.3 KiB |
CSテレ朝チャンネル ch2 div.footer__links > a > picture > img | www.tv-asahi.co.jp/Top24/assets/images/ch2.png | 5.3 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| tv-asahi.co.jp/ | 1.5 s |
| www.tv-asahi.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 |
|---|---|
他のカテゴリーから探す
音楽
アニメ・ヒーロー
スポーツ
報道・情報・ドキュメンタリー
料理・旅・暮らし body > div#root > section.categories | 0.124 |
他のカテゴリーから探す
音楽
アニメ・ヒーロー
スポーツ
報道・情報・ドキュメンタリー
料理・旅・暮らし body > div#root > section.categories | 0.049 |
ドラマ
一覧
もっと見る body > div#root > section.shows | 0.012 |
div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev | 0.004 |
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-asahi.co.jp/Top24/assets/index.css | 41.9 KiB | 12.2 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-DJWW7JPFSS&cx=c>m=4e64k0 | 169.0 KiB | 71.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-DK0DVKPCR6&cx=c>m=4e64k0 | 176.2 KiB | 70.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-GFX8N57Z5R&cx=c>m=4e64k0 | 151.4 KiB | 66.5 KiB |
| www.tv-asahi.co.jp/Top24/assets/index.js | 204.8 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-EWDQYCBMEL&cx=c>m=4e64k0 | 144.0 KiB | 64.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-1MF0KVKVN1&cx=c>m=4e64k0 | 143.2 KiB | 63.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P3HJF2 | 197.0 KiB | 56.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.tv-asahi.co.jp/Top24/assets/index.js | 4.0 s | 891 ms | 1.5 ms |
| www.tv-asahi.co.jp/ | 2.8 s | 13 ms | 5.4 ms |
| Unattributable | 1.5 s | 32 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P3HJF2 | 986 ms | 836 ms | 113 ms |
| www.googletagmanager.com/gtag/js?id=G-DK0DVKPCR6&cx=c>m=4e64k0 | 554 ms | 408 ms | 89 ms |
| www.googletagmanager.com/gtag/js?id=G-DJWW7JPFSS&cx=c>m=4e64k0 | 431 ms | 335 ms | 94 ms |
| www.googletagmanager.com/gtag/js?id=G-1MF0KVKVN1&cx=c>m=4e64k0 | 415 ms | 331 ms | 81 ms |
| www.googletagmanager.com/gtag/js?id=G-GFX8N57Z5R&cx=c>m=4e64k0 | 387 ms | 302 ms | 81 ms |
| www.googletagmanager.com/gtag/js?id=G-EWDQYCBMEL&cx=c>m=4e64k0 | 354 ms | 283 ms | 66 ms |
| www.google-analytics.com/analytics.js | 123 ms | 97 ms | 9.0 ms |
| s.yimg.jp/images/listing/tool/cv/ytag.js | 67 ms | 16 ms | 34 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 4.1 s |
| Script Evaluation | 3.6 s |
| Style & Layout | 2.1 s |
| Rendering | 1.2 s |
| Script Parsing & Compilation | 581 ms |
| Garbage Collection | 52 ms |
| Parse HTML & CSS | 22 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 | |
|---|---|
Instagram ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/instagram.svg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/01.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/02.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/03.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/04.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/05.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/06.jpg |
TOKYO_DREAM_PARK_開業記念_有明春祭り div.banners__container > div.banners__slide > a.banners__item__container > img | www.tv-asahi.co.jp/Top16/cms/banner/00244/01.png |
YouTube ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/youtube.svg |
TELASA div.card__list > a.external-link > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/telasa.svg |
TELASA div.related__media__item > div.related__media__icon__container > div.related__media__icon > img | www.tv-asahi.co.jp/Top24/assets/icons/telasa.svg |
X ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/x.svg |
LINE ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/line.svg |
テレ朝動画 div.card__list > a.card > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
テレ朝動画 div.card__list > a.card > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
テレ朝動画 div.related__media__item > div.related__media__icon__container > div.related__media__icon > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
採用情報 div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_saiyo.png |
放送番組の違法配信撲滅キャンペーン div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_ihoubokumetsu.png |
SDGs div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_SDGs.png |
視聴データについて div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_tvdata.jpg |
BS朝日 div.footer__links > a.external-link > picture > img | www.tv-asahi.co.jp/Top24/assets/images/bs_asahi.png |
テレビ朝日 div.logo__container > a.logo__wrapper > picture > img.logo | www.tv-asahi.co.jp/Top24/assets/images/tvasahi.svg |
CSテレ朝チャンネル ch2 div.footer__links > a > picture > img | www.tv-asahi.co.jp/Top24/assets/images/ch2.png |
CSテレ朝チャンネル ch1 div.footer__links > a > picture > img | www.tv-asahi.co.jp/Top24/assets/images/ch1.png |
TVer div.related__media__icon__container > div.related__media__icon > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/tver.svg |
ABEMA div.related__media__icon__container > div.related__media__icon > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/abema.svg |
TVer a.external-link > div.card__4 > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/tver.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#services > ul.services__container > li.services__item > button.services__close__button div#services > ul.services__container > li.services__item > button.services__close__button |
div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev |
div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__next div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__next |
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.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#root > div.appbar > div.appbar__menu > a.appbar__menu__button div#root > div.appbar > div.appbar__menu > a.appbar__menu__button |
body > div#root > div#modal-menu > a.modal__close body > div#root > div#modal-menu > a.modal__close |
body > div#root > div#modal-onair > a.modal__close body > div#root > div#modal-onair > a.modal__close |
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 |
|---|
ON AIR div.appbar > div.appbar__onair > div.appbar__onair__badge > span |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月16日(木)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
2026-04-23 06:30 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
オススメ div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > i.ropping__goods__badge |
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.modal__menu > div.modal__menu__account__wrapper > div.modal__menu__account__container > h3 |
リボーン ~最後のヒーロー~ section.tver__ranking > div.card__list > a.external-link > h3.card__2 |
【テレビ千鳥】沖縄に行きたいんじゃ!!完全版&テラサ限定オリジナル section.telasa > div.card__list > a.external-link > h3.card__2 |
Yuzuru Hanyu ICE STORY 3rd “Echoes of Life” TOUR【マルチアングルカメラ】 section.tver__ranking > div.card__list > a.external-link > h3.card__2 |
【スクールゾーン】ベテランデリヘルドライバー#神速49秒 #お笑い #夜職 #あるある #ノンフィクション #最速 #まい賞 #おすすめバラエティ #49秒グ… div.youtube__ranking__list__container > div.card__list > a.external-link > h3.card__2 |
ウエストランド井口&吉住、夢のネタ共演!『孤独アジト』初のリアルイベントが7月に開催 div.teleasa__post__list__container > div.card__list > a.card > h3.card__2 |
米報道官 停戦延長「期限設けず」 大統領が決定 イランの拿捕は停戦違反ではない section.teleasa__news > div.card__list > a.card > h3.card__2 |
所村武蔵 div.announcers__wrapper > div.announcers__container > a.announcer__item > h3 |
ロックアンセム EX div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
夫が寝たあとに みんなの短歌 div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
セールスサイト「tv asahi Ads」がリニューアル/TVer広告専用ページを新設 div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
企業情報 div.related__links__items > div.related__links__items__container > div.related__links__category__container > h3.related__links__category__header |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
ドラマ・映画
バラエティ
音楽
アニメ・ヒーロー
報道・情報・ドキュメンタリー
スポーツ
料理・旅・暮らし
アナウンサーズ
番組表 div#modal-menu > div.modal__container > div.modal__menu > ul.modal__menu__container |
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 |
|---|
ドラマ・映画 div.modal__menu > ul.modal__menu__container > a > li |
バラエティ div.modal__menu > ul.modal__menu__container > a > li |
音楽 div.modal__menu > ul.modal__menu__container > a > li |
アニメ・ヒーロー div.modal__menu > ul.modal__menu__container > a > li |
報道・情報・ドキュメンタリー div.modal__menu > ul.modal__menu__container > a > li |
スポーツ div.modal__menu > ul.modal__menu__container > a > li |
料理・旅・暮らし div.modal__menu > ul.modal__menu__container > a > li |
アナウンサーズ div.modal__menu > ul.modal__menu__container > a > li |
番組表 div.modal__menu > ul.modal__menu__container > a > li |
リボーン 〜最後のヒーロー〜 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ボーダレス〜広域移動捜査隊〜 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
未解決の女 警視庁文書捜査官 Season3 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ターミネーターと恋しちゃったら section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ドラドラ大作戦 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
エラー section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
余命3ヶ月のサレ夫 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
もっと見る div.shows__viewport > div.shows__container > div.shows__slide > li.shows__item |
朝メシまで。 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
くりぃむクイズ ミラクル9 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
かまいガチ section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ガリベンチャーV section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
もっと見る div.shows__viewport > div.shows__container > div.shows__slide > li.shows__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.tv-asahi.co.jp/Top24/assets/index.js line 39, col 12231 |
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 |
|---|---|
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=1001321777&label=&ref=https%3A%2F%2Fwww.tv-asahi.co.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776894859.7242415&pvid=j5sw35xg8ismoalbkdk&su=37d840c4-df65-4fce-9b21-62f1da897301&__lt__cid_valid=false&_impl=ytag&brands=%22Not-A.Brand%22%3B%20v%3D%2224.0.0.0%22%2C%20%22Chromium%22%3B%20v%3D%22146.0.7680.164%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://www.tv-asahi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
331 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.049
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.57 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.68 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ロックアンセム EX div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | www.tv-asahi.co.jp/event/renew/contents/0396/images/ttmJYfyphn.jpg | 2.2 MiB | 2.2 MiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1194.png | 432.6 KiB | 424.4 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/04.jpg | 417.4 KiB | 333.0 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1237.jpg | 323.6 KiB | 315.5 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1238.jpg | 263.0 KiB | 254.8 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/02.jpg | 304.8 KiB | 220.4 KiB |
夫が寝たあとに みんなの短歌 div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | shop.tv-asahi.co.jp/images/product/927706/001/927706_001_01.jpg | 219.5 KiB | 216.8 KiB |
タミ恋 文鳥さんマスコット div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011751/928107_001_... | 203.1 KiB | 200.4 KiB |
宮舘涼太『タミ恋』時沢エータ ドラマコレクションカードセット div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011754/9J0120_001_... | 190.4 KiB | 187.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep29owum3k.jpg?v=20 | 164.0 KiB | 158.9 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top16/cms/douga/1036.jpg | 162.3 KiB | 154.2 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/epkuoag6n9.jpg?v=12 | 154.9 KiB | 149.9 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep9rbkqri1.jpg?v=17 | 143.4 KiB | 138.4 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/epbufv2hwl.jpg?v=15 | 138.4 KiB | 133.4 KiB |
宮舘涼太『タミ恋』時沢エータ アクリルスタンド div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img.tile__horizontally__image | /data/image/product/scenario/000011/000011756/9J0122_001_... | 123.7 KiB | 121.0 KiB |
リボーン 〜最後のヒーロー〜 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/reborn/poster.jpg | 119.9 KiB | 111.4 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/2-1-5.jpg | 102.2 KiB | 97.1 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/kodoku0423_01.jpg | 96.5 KiB | 91.5 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/tetsuko0422_1.jpg | 95.4 KiB | 89.5 KiB |
かまいガチ li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/kamaigachi/poster.jpg | 97.7 KiB | 89.2 KiB |
くりぃむクイズ ミラクル9 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/miracle9/poster.jpg | 94.1 KiB | 85.6 KiB |
ボーダレス〜広域移動捜査隊〜 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/borderless/poster.jpg | 92.9 KiB | 84.5 KiB |
ターミネーターと恋しちゃったら li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/tamikoi/poster.jpg | 91.0 KiB | 82.6 KiB |
朝メシまで。 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/asameshi/poster.jpg | 88.7 KiB | 80.2 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | statics.tver.jp/images/content/thumbnail/episode/small/ep1p996gdr.jpg?v=13 | 81.9 KiB | 76.8 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/1-1-5.jpg | 79.6 KiB | 74.5 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | post.tv-asahi.co.jp/wp-content/uploads/2026/04/making_1.jpg | 78.8 KiB | 73.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/WHdywYOYyv.jpg | 86.9 KiB | 72.0 KiB |
ガリベンチャーV li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/garibenv/poster.jpg | 76.2 KiB | 67.7 KiB |
TOKYO_DREAM_PARK_開業記念_有明春祭り div.banners__container > div.banners__slide > a.banners__item__container > img | www.tv-asahi.co.jp/Top16/cms/banner/00244/01.png | 73.9 KiB | 67.1 KiB |
未解決の女 警視庁文書捜査官 Season3 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/mikaiketsu03/poster.jpg | 74.4 KiB | 65.9 KiB |
斎藤ちはる div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0015/images/L0v5VeHMaK.jpg | 64.7 KiB | 61.4 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/N9LYWHxv69.jpg | 74.0 KiB | 59.2 KiB |
角澤照治 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0009/images/iK0rMlfFmG.jpg | 57.4 KiB | 54.1 KiB |
森川夕貴 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0055/images/4ZqcSdemzk.jpg | 55.5 KiB | 52.2 KiB |
余命3ヶ月のサレ夫 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/yomeisareo/poster.jpg | 57.7 KiB | 49.2 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/01.jpg | 132.2 KiB | 47.8 KiB |
エラー li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/drama_error/poster.jpg | 56.1 KiB | 47.6 KiB |
寺川俊平 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0034/images/GZrUEDwjSR.jpg | 49.2 KiB | 45.9 KiB |
布施宏倖 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0046/images/jZ5lhPz8gM.jpg | 48.7 KiB | 45.4 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/900188995_640.jpg | 57.4 KiB | 42.6 KiB |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/05.jpg | 119.2 KiB | 34.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | www.tv-asahi.co.jp/Top24/images/top_telasa/0069/images/6qwFGrNSFJ.jpg | 49.6 KiB | 34.7 KiB |
ドラドラ大作戦 li.shows__slide > a.shows__item__link > div.image-protection > img.shows__image | www.tv-asahi.co.jp/drama-daisakusen/poster.jpg | 39.2 KiB | 30.7 KiB |
清水俊輔 div.announcers__wrapper > div.announcers__container > a.announcer__item > img | www.tv-asahi.co.jp/Top24/images/announcer/0022/images/GHnWT6IycA.jpg | 20.8 KiB | 17.6 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/000500524_640.jpg | 26.2 KiB | 15.8 KiB |
div.card__list > a.card > div.image-protection > img.card__image div.card__list > a.card > div.image-protection > img.card__image | news.tv-asahi.co.jp/articles_img/000500535_640.jpg | 24.7 KiB | 14.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | i.ytimg.com/vi/SltxX7g_Ls4/mqdefault.jpg | 10.5 KiB | 5.4 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | i.ytimg.com/vi/cZAjBjGJCGY/mqdefault.jpg | 9.8 KiB | 4.8 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | i.ytimg.com/vi/Vf0Bv0o_5d4/mqdefault.jpg | 9.6 KiB | 4.6 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | i.ytimg.com/vi/AA8_o4DtCro/mqdefault.jpg | 8.9 KiB | 4.1 KiB |
div.card__list > a.external-link > div.image-protection > img.card__image div.card__list > a.external-link > div.image-protection > img.card__image | i.ytimg.com/vi/2d91vbjrDV8/mqdefault.jpg | 8.9 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.tv-asahi.co.jp/Top24/assets/index.css | 42.1 KiB | 82 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| tv-asahi.co.jp/ | 903 ms |
| www.tv-asahi.co.jp/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-DJWW7JPFSS&cx=c>m=4e64k0h1 | 169.0 KiB | 70.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-DK0DVKPCR6&cx=c>m=4e64k0h1 | 176.1 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-GFX8N57Z5R&cx=c>m=4e64k0h1 | 151.3 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-1MF0KVKVN1&cx=c>m=4e64k0h1 | 143.2 KiB | 65.4 KiB |
| www.tv-asahi.co.jp/Top24/assets/index.js | 204.8 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-EWDQYCBMEL&cx=c>m=4e64k0h1 | 144.0 KiB | 64.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P3HJF2 | 197.0 KiB | 56.2 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 |
|---|---|
| Script Evaluation | 920 ms |
| Other | 590 ms |
| Style & Layout | 526 ms |
| Script Parsing & Compilation | 146 ms |
| Rendering | 114 ms |
| Garbage Collection | 19 ms |
| Parse HTML & CSS | 6.4 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 |
|---|---|---|
| www.tv-asahi.co.jp/Top24/assets/index.css | 41.9 KiB | 12.8 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 | |
|---|---|
Instagram ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/instagram.svg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/01.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/02.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/03.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/04.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/05.jpg |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img.ichioshi__image | www.tv-asahi.co.jp/Top16/cms/push/03723/06.jpg |
TOKYO_DREAM_PARK_開業記念_有明春祭り div.banners__container > div.banners__slide > a.banners__item__container > img | www.tv-asahi.co.jp/Top16/cms/banner/00244/01.png |
YouTube ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/youtube.svg |
TELASA div.card__list > a.external-link > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/telasa.svg |
TELASA div.related__media__item > div.related__media__icon__container > div.related__media__icon > img | www.tv-asahi.co.jp/Top24/assets/icons/telasa.svg |
X ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/x.svg |
LINE ul.account__list__container > li.account__list > a.external-link > img.account__list__icon | www.tv-asahi.co.jp/Top24/assets/icons/line.svg |
テレ朝動画 div.card__list > a.card > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
テレ朝動画 div.card__list > a.card > div.card__4 > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
テレ朝動画 div.related__media__item > div.related__media__icon__container > div.related__media__icon > img | www.tv-asahi.co.jp/Top24/assets/icons/teleasa_douga.svg |
テレビ朝日 div.logo__container > a.logo__wrapper > picture > img.logo | www.tv-asahi.co.jp/Top24/assets/images/tvasahi.svg |
BS朝日 div.footer__links > a.external-link > picture > img | www.tv-asahi.co.jp/Top24/assets/images/bs_asahi.png |
採用情報 div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_saiyo.png |
放送番組の違法配信撲滅キャンペーン div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_ihoubokumetsu.png |
SDGs div.footer__banners > div.footer__banners__container > a.external-link > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_SDGs.png |
視聴データについて div.footer__banners > div.footer__banners__container > a > img | www.tv-asahi.co.jp/commons/1/images/footer_banners_tvdata.jpg |
CSテレ朝チャンネル ch2 div.footer__links > a > picture > img | www.tv-asahi.co.jp/Top24/assets/images/ch2.png |
CSテレ朝チャンネル ch1 div.footer__links > a > picture > img | www.tv-asahi.co.jp/Top24/assets/images/ch1.png |
TVer div.related__media__icon__container > div.related__media__icon > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/tver.svg |
ABEMA div.related__media__icon__container > div.related__media__icon > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/abema.svg |
TVer a.external-link > div.card__4 > picture > img | www.tv-asahi.co.jp/Top24/assets/icons/tver.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__prev |
div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__next div#root > section.ichioshi > div.ichioshi__carousel > button.ichioshi__button__next |
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.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#root > div.appbar > div.appbar__menu > a.appbar__menu__button div#root > div.appbar > div.appbar__menu > a.appbar__menu__button |
body > div#root > div#modal-menu > a.modal__close body > div#root > div#modal-menu > a.modal__close |
body > div#root > div#modal-onair > a.modal__close body > div#root > div#modal-onair > a.modal__close |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
番組サイトへ div.ichioshi__slide > div.ichioshi__info > div.ichioshi__button > a |
毎週木曜よる11:15 div.ichioshi__slide > div.ichioshi__info > div.ichioshi__text__container > div.ichioshi__subtitle |
アメトーーク! div.ichioshi__slide > div.ichioshi__info > div.ichioshi__text__container > h1.ichioshi__title |
ON AIR div.appbar > div.appbar__onair > div.appbar__onair__badge > span |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月21日(火)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
4月16日(木)放送分 section.tver__ranking > div.card__list > a.external-link > div.card__4 |
2026-04-23 06:30 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
2026-04-22 21:54 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
2026-04-22 20:30 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
2026-04-22 20:00 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
2026-04-22 19:00 div.teleasa__post__list__container > div.card__list > a.card > div.card__4 |
オススメ div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > i.ropping__goods__badge |
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.modal__menu > div.modal__menu__account__wrapper > div.modal__menu__account__container > h3 |
リボーン ~最後のヒーロー~ section.tver__ranking > div.card__list > a.external-link > h3.card__2 |
【テレビ千鳥】沖縄に行きたいんじゃ!!完全版&テラサ限定オリジナル section.telasa > div.card__list > a.external-link > h3.card__2 |
Yuzuru Hanyu ICE STORY 3rd “Echoes of Life” TOUR【マルチアングルカメラ】 section.tver__ranking > div.card__list > a.external-link > h3.card__2 |
【スクールゾーン】ベテランデリヘルドライバー#神速49秒 #お笑い #夜職 #あるある #ノンフィクション #最速 #まい賞 #おすすめバラエティ #49秒グ… div.youtube__ranking__list__container > div.card__list > a.external-link > h3.card__2 |
ウエストランド井口&吉住、夢のネタ共演!『孤独アジト』初のリアルイベントが7月に開催 div.teleasa__post__list__container > div.card__list > a.card > h3.card__2 |
米報道官 停戦延長「期限設けず」 大統領が決定 イランの拿捕は停戦違反ではない section.teleasa__news > div.card__list > a.card > h3.card__2 |
斎藤ちはる div.announcers__wrapper > div.announcers__container > a.announcer__item > h3 |
ロックアンセム EX div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
夫が寝たあとに みんなの短歌 div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
セールスサイト「tv asahi Ads」がリニューアル/TVer広告専用ページを新設 div.tile__horizontally > div.tile__horizontally__item > div.tile__horizontally__item__text > h3 |
企業情報 div.related__links__items > div.related__links__items__container > div.related__links__category__container > h3.related__links__category__header |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
ドラマ・映画
バラエティ
音楽
アニメ・ヒーロー
報道・情報・ドキュメンタリー
スポーツ
料理・旅・暮らし
アナウンサーズ
番組表 div#modal-menu > div.modal__container > div.modal__menu > ul.modal__menu__container |
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 |
|---|
ドラマ・映画 div.modal__menu > ul.modal__menu__container > a > li |
バラエティ div.modal__menu > ul.modal__menu__container > a > li |
音楽 div.modal__menu > ul.modal__menu__container > a > li |
アニメ・ヒーロー div.modal__menu > ul.modal__menu__container > a > li |
報道・情報・ドキュメンタリー div.modal__menu > ul.modal__menu__container > a > li |
スポーツ div.modal__menu > ul.modal__menu__container > a > li |
料理・旅・暮らし div.modal__menu > ul.modal__menu__container > a > li |
アナウンサーズ div.modal__menu > ul.modal__menu__container > a > li |
番組表 div.modal__menu > ul.modal__menu__container > a > li |
リボーン 〜最後のヒーロー〜 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ボーダレス〜広域移動捜査隊〜 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
未解決の女 警視庁文書捜査官 Season3 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ターミネーターと恋しちゃったら section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ドラドラ大作戦 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
エラー section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
余命3ヶ月のサレ夫 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
もっと見る div.shows__viewport > div.shows__container > div.shows__slide > li.shows__item |
朝メシまで。 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
くりぃむクイズ ミラクル9 section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
かまいガチ section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
ガリベンチャーV section.shows > div.shows__viewport > div.shows__container > li.shows__slide |
もっと見る div.shows__viewport > div.shows__container > div.shows__slide > li.shows__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.tv-asahi.co.jp/Top24/assets/index.js line 39, col 12231 |
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 |
|---|---|
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=1001321777&label=&ref=https%3A%2F%2Fwww.tv-asahi.co.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776894888.731605&pvid=d4hovi6axtlmoalc67e&su=8535db62-4fca-4dcb-9ac0-1a3d6b1ae704&__lt__cid_valid=false&_impl=ytag&brands=%22Not-A.Brand%22%3B%20v%3D%2224.0.0.0%22%2C%20%22Chromium%22%3B%20v%3D%22146.0.7680.164%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://www.tv-asahi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img div.ichioshi__slide > div.ichioshi__image__container > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
li.shows__slide > a.shows__item__link > div.image-protection > img li.shows__slide > a.shows__item__link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.external-link > div.image-protection > img div.card__list > a.external-link > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.card__list > a.card > div.image-protection > img div.card__list > a.card > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img div.tile__horizontally > div.tile__horizontally__item > div.image-protection > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback