Performance
· 15 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.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.55 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.
2.59 s
Page Load Progression
FPage Weight BudgetAction11.9 MB transferred, 68 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction68 resources · 11.9 MB · 248 KB savings availableFIX
~248.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 68 resources | 11.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction30 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
BJS Execution Cost922ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nikkeibp.co.jp/ | 280ms | 43ms | 0ms | 3rd |
| Unattributable | 238ms | 17ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PM8FXLP65G&cx=c>m=4e64h1 | 96ms | 76ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N67TT5M | 93ms | 70ms | 18ms | 3rd |
| https://www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 61ms | 31ms | 4ms | 3rd |
| https://img.ak.impact-ad.jp/ut/a1/tracking.min.js | 52ms | 40ms | 9ms | 3rd |
| https://cdn.cxense.com/cx.js | 52ms | 42ms | 6ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 51ms | 38ms | 13ms | 3rd |
CJS BundlesAction20 scripts, 248 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-PM8FXLP65G&cx=c>m=4e64h1 | 152 KB | 64 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N67TT5M | 143 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 95 KB | 49 KB (51%) | ✓ | 3rd |
| https://www.nikkeibp.co.jp/js/www/2018/slick.min.js?20200826 | 41 KB | 38 KB (92%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 35 KB (36%) | ✓ | 3rd |
| https://img.ak.impact-ad.jp/ut/f9647ca0f4a5e33f_3739.js | 6 KB | — | ✓ | 3rd |
| https://cdn.cxense.com/cx.cce.js | 7 KB | — | ✓ | 3rd |
| https://www.nikkeibp.co.jp/js/bpcommon/onetag/bpTrackVars.js | 1 KB | — | ✓ | 3rd |
| https://www.nikkeibp.co.jp/js/www/2018/index.js?20200826 | 4 KB | — | ✓ | 3rd |
| https://www.nikkeibp.co.jp/js/www/2018/form.js?20181212 | 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
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 Loading1 fonts (15 KB)PASS
Web fonts
1
15 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall68 requests over 3482msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.nikkeibp.co.jp www.nikkeibp.co.jp | Other | 280ms | 15 KB | — | ¥386/mo | Costly |
Unattributable Unattributable | Other | 238ms | 0 KB | — | ¥328/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 96ms | 152 KB | 42% | ¥132/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 143 KB | 44% | ¥128/mo | Costly |
www.nikkeibp.co.jp www.nikkeibp.co.jp | Other | 61ms | 95 KB | 51% | ¥85/mo | Costly |
img.ak.impact-ad.jp img.ak.impact-ad.jp | Other | 52ms | 42 KB | — | ¥72/mo | Costly |
cdn.cxense.com cdn.cxense.com | Other | 52ms | 38 KB | — | ¥72/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 51ms | 97 KB | 36% | ¥70/mo | Costly |
These scripts may cost more than they're worth
- www.nikkeibp.co.jp adds 280ms and costs ~¥386/month
- Unattributable adds 238ms and costs ~¥328/month
- Google Tag Manager adds 96ms and costs ~¥132/month
- Google Tag Manager adds 93ms and costs ~¥128/month
- www.nikkeibp.co.jp adds 61ms and costs ~¥85/month
- img.ak.impact-ad.jp adds 52ms and costs ~¥72/month
- cdn.cxense.com adds 52ms and costs ~¥72/month
- Facebook Pixel adds 51ms and costs ~¥70/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.nikkeibp.co.jp takes 280ms 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 238ms 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 96ms 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 93ms 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.nikkeibp.co.jp takes 61ms 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
51% of www.nikkeibp.co.jp's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
img.ak.impact-ad.jp takes 52ms 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
cdn.cxense.com takes 52ms 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
Facebook Pixel takes 51ms 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