Performance
· 14 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.
451 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
70 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.083
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.03 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.
1.59 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 148 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
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 ImpactAction91% third-party, 0 ms blockingFIX
CImage OptimizationAction105 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
CJS Execution CostAction1083ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nikkei.com/ | 620ms | 4ms | 1ms | 1st |
| Unattributable | 303ms | 41ms | 0ms | 3rd |
| https://www.nikkei.com/.resources/k2-top/main.rev-4d78526c.js | 90ms | 81ms | 1ms | 1st |
| https://www.nikkei.com/.resources/tracking/static/atlas/atj.min.rev-c6c444.js | 70ms | 22ms | 1ms | 1st |
CJS BundlesAction20 scripts, 186 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nikkei.com/.resources/k2-top/main.rev-4d78526c.js | 134 KB | 51 KB (39%) | ✓ | 1st |
| https://static.cmp.datasign.co/v2/assets/cmp_ui.js?h=f4f2249aa9 | 106 KB | 45 KB (43%) | ✓ | 3rd |
| https://static.cmp.datasign.co/v2/assets/cmp_ui.js?h=f4f2249aa9 | 0 KB | 45 KB (43%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 44 KB (47%) | ✓ | 3rd |
| https://www.nikkei.com/.resources/tracking/static/atlas/link-tracking.rev-c01db9.js | 1 KB | — | ✓ | 1st |
| https://www.nikkei.com/.resources/tracking/static/atlas/google-analytics.rev-896d69.js | 1 KB | — | ✓ | 1st |
| https://cmp.datasign.co/v2/f4f2249aa9/cmp.js | 0 KB | — | ✓ | 3rd |
| https://www.nikkei.com/.resources/tracking/static/atlas/init-rntrack-vars.rev-6357d1.js | 0 KB | — | ✓ | 1st |
| https://www.nikkei.com/.resources/tracking/static/atlas/atj.min.rev-c6c444.js | 7 KB | — | ✓ | 1st |
| https://www.nikkei.com/.resources/tracking/static/atlas/c2p.rev-8c9198.js | 2 KB | — | ✓ | 1st |
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
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 HintsNo optimization neededPASS
Network Waterfall148 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 303ms | 0 KB | — | ¥418/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 303ms and costs ~¥418/month
Unattributable takes 303ms 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