Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
Page Load Progression
FPage Weight BudgetAction23.7 MB transferred, 126 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction11519ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.tv-asahi.co.jp/Top24/assets/index.js | 3953ms | 891ms | 2ms | 3rd |
| https://www.tv-asahi.co.jp/ | 2766ms | 13ms | 5ms | 3rd |
| Unattributable | 1483ms | 32ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P3HJF2 | 986ms | 836ms | 113ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DK0DVKPCR6&cx=c>m=4e64k0 | 554ms | 408ms | 89ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DJWW7JPFSS&cx=c>m=4e64k0 | 431ms | 335ms | 94ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1MF0KVKVN1&cx=c>m=4e64k0 | 415ms | 331ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-GFX8N57Z5R&cx=c>m=4e64k0 | 387ms | 302ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EWDQYCBMEL&cx=c>m=4e64k0 | 354ms | 283ms | 66ms | 3rd |
| https://www.google-analytics.com/analytics.js | 123ms | 97ms | 9ms | 3rd |
Showing top 10 of 11 scripts
DJS BundlesAction17 scripts, 458 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-DJWW7JPFSS&cx=c>m=4e64k0 | 169 KB | 71 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DK0DVKPCR6&cx=c>m=4e64k0 | 176 KB | 71 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-GFX8N57Z5R&cx=c>m=4e64k0 | 151 KB | 67 KB (44%) | ✓ | 3rd |
| https://www.tv-asahi.co.jp/Top24/assets/index.js | 206 KB | 65 KB (32%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EWDQYCBMEL&cx=c>m=4e64k0 | 144 KB | 64 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1MF0KVKVN1&cx=c>m=4e64k0 | 143 KB | 64 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P3HJF2 | 197 KB | 56 KB (29%) | ✓ | 3rd |
| https://www.tv-asahi.co.jp/mps/bigdata/luid/get_luid.js | 2 KB | — | ✓ | 3rd |
| https://www.tv-asahi.co.jp/mps/bigdata/luid/optout_migration.js | 0 KB | — | ✓ | 3rd |
| https://www.tv-asahi.co.jp/mps/bigdata/luid/opt_init.js | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction126 resources · 23.7 MB · 458 KB savings availableFIX
~457.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 126 resources | 23.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction78 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall126 requests over 8052msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.tv-asahi.co.jp www.tv-asahi.co.jp | Other | 3953ms | 206 KB | 32% | ¥5463/mo | Costly |
www.tv-asahi.co.jp www.tv-asahi.co.jp | Other | 2766ms | 4 KB | — | ¥3821/mo | Costly |
Unattributable Unattributable | Other | 1483ms | 0 KB | — | ¥2049/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 986ms | 197 KB | 29% | ¥1363/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 554ms | 176 KB | 40% | ¥766/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 431ms | 169 KB | 42% | ¥596/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 415ms | 143 KB | 45% | ¥574/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 387ms | 151 KB | 44% | ¥534/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 354ms | 144 KB | 45% | ¥489/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 123ms | 21 KB | — | ¥170/mo | Costly |
s.yimg.jp s.yimg.jp | Other | 67ms | 12 KB | — | ¥93/mo | Costly |
These scripts may cost more than they're worth
- www.tv-asahi.co.jp adds 3953ms and costs ~¥5463/month
- www.tv-asahi.co.jp adds 2766ms and costs ~¥3821/month
- Unattributable adds 1483ms and costs ~¥2049/month
- Google Tag Manager adds 986ms and costs ~¥1363/month
- Google Tag Manager adds 554ms and costs ~¥766/month
- Google Tag Manager adds 431ms and costs ~¥596/month
- Google Tag Manager adds 415ms and costs ~¥574/month
- Google Tag Manager adds 387ms and costs ~¥534/month
- Google Tag Manager adds 354ms and costs ~¥489/month
- Google Analytics adds 123ms and costs ~¥170/month
- s.yimg.jp adds 67ms and costs ~¥93/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.tv-asahi.co.jp takes 3953ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.tv-asahi.co.jp takes 2766ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 1483ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 986ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 554ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 431ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 415ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 387ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 354ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Analytics takes 123ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
s.yimg.jp takes 67ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev