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.
2.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.06 s
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.
9.30 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.
26.58 s
Page Load Progression
FPage Weight BudgetAction16.9 MB transferred, 128 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 CostAction16866ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://t.contentsquare.net/uxa/12bfe507f39ec.js | 5598ms | 5081ms | 72ms | 3rd |
| https://www.softbank.jp/site/set/data/top/js/s/2026/index.js | 4181ms | 1202ms | 21ms | 3rd |
| https://www.softbank.jp/ | 1888ms | 7ms | 3ms | 3rd |
| Unattributable | 1212ms | 88ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-BMSW | 1157ms | 1029ms | 86ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4MD1NXTN7F&cx=c>m=4e64h1 | 323ms | 261ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W6RH4KH>m=4e64h1 | 317ms | 254ms | 58ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-54HJTVSQ>m=4e64h1 | 306ms | 168ms | 79ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P8N6VWTZ>m=4e64h1 | 288ms | 203ms | 82ms | 3rd |
| https://cdn.eu.heap-api.com/v5/heapjs-static/5.3.12/core/heap.js | 279ms | 238ms | 40ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction27 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://creativesurvey-ent-prod-upload-contents.s3.amazonaws.com/uploads/production/survin/script/23/survin.js | 625 KB | 332 KB (53%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/12bfe507f39ec.js | 152 KB | 73 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TNDFTGNX>m=4e64h1 | 173 KB | 73 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-54HJTVSQ>m=4e64h1 | 172 KB | 71 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P8N6VWTZ>m=4e64h1 | 175 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MPWDW7WF>m=4e64h1 | 116 KB | 69 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MRJVDLW7>m=4e64h1 | 169 KB | 67 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4MD1NXTN7F&cx=c>m=4e64h1 | 154 KB | 64 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-BMSW | 191 KB | 60 KB (31%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W6RH4KH>m=4e64h1 | 128 KB | 56 KB (44%) | ✓ | 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 InventoryAction128 resources · 16.9 MB · 1.0 MB savings availableFIX
~1.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 128 resources | 16.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization66 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
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 HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall128 requests over 4206msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
t.contentsquare.net t.contentsquare.net | Other | 5598ms | 152 KB | 48% | ¥33/mo | Costly |
www.softbank.jp www.softbank.jp | Other | 4181ms | 65 KB | 44% | ¥25/mo | Costly |
www.softbank.jp www.softbank.jp | Other | 1888ms | 11 KB | — | ¥11/mo | Costly |
Unattributable Unattributable | Other | 1212ms | 0 KB | — | ¥7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1157ms | 191 KB | 31% | ¥7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 323ms | 154 KB | 42% | ¥2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 317ms | 128 KB | 44% | ¥2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 306ms | 172 KB | 41% | ¥2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 288ms | 175 KB | 40% | ¥2/mo | Costly |
cdn.eu.heap-api.com cdn.eu.heap-api.com | Other | 279ms | 75 KB | 39% | ¥2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 262ms | 169 KB | 40% | ¥2/mo | Costly |
creativesurvey-ent-prod-upload-contents.s3.amazonaws.com creativesurvey-ent-prod-upload-contents.s3.amazonaws.com | Other | 261ms | 625 KB | 53% | ¥2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 229ms | 173 KB | 42% | ¥1/mo | Costly |
www.softbank.jp www.softbank.jp | Other | 144ms | 54 KB | 81% | ¥1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 139ms | 116 KB | 59% | ¥1/mo | Optional |
cdn-edge.karte.io cdn-edge.karte.io | Other | 90ms | 15 KB | — | ¥1/mo | Optional |
www.softbank.jp www.softbank.jp | Other | 85ms | 32 KB | — | ¥0/mo | Optional |
www.softbank.jp www.softbank.jp | Other | 57ms | 39 KB | 72% | ¥0/mo | Optional |
cdn.treasuredata.com cdn.treasuredata.com | Other | 52ms | 20 KB | — | ¥0/mo | Optional |
These scripts may cost more than they're worth
- t.contentsquare.net adds 5598ms and costs ~¥33/month
- www.softbank.jp adds 4181ms and costs ~¥25/month
- www.softbank.jp adds 1888ms and costs ~¥11/month
- Unattributable adds 1212ms and costs ~¥7/month
- Google Tag Manager adds 1157ms and costs ~¥7/month
- Google Tag Manager adds 323ms and costs ~¥2/month
- Google Tag Manager adds 317ms and costs ~¥2/month
- Google Tag Manager adds 306ms and costs ~¥2/month
- Google Tag Manager adds 288ms and costs ~¥2/month
- cdn.eu.heap-api.com adds 279ms and costs ~¥2/month
- Google Tag Manager adds 262ms and costs ~¥2/month
- creativesurvey-ent-prod-upload-contents.s3.amazonaws.com adds 261ms and costs ~¥2/month
- Google Tag Manager adds 229ms and costs ~¥1/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
t.contentsquare.net takes 5598ms 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.softbank.jp takes 4181ms 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.softbank.jp takes 1888ms 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 1212ms 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 1157ms 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 323ms 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 317ms 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 306ms 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 288ms 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.eu.heap-api.com takes 279ms 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 262ms 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
creativesurvey-ent-prod-upload-contents.s3.amazonaws.com takes 261ms 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
53% of creativesurvey-ent-prod-upload-contents.s3.amazonaws.com'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
Google Tag Manager takes 229ms 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
81% of www.softbank.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
59% of Google Tag Manager'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
72% of www.softbank.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