Consider code splitting or tree shaking to reduce unused code.
Why this matters
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.
Why this matters
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.
Why this matters
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
B
HTTP Caching
max-age=0
REVIEW
max-age=0
Info::
✓
Cache-Control header is set
Got: max-age=0
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
max-age=0
Directive
Value
Meaning
max-age
0
Cache for 0 seconds
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
✓
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (200 KB)
PASS
3 fonts (200 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
200 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
baltoweb-book.woffwoffswap
Size66 KB
Load time635 ms
Start965 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
baltoweb-medium.woffwoffswap
Size63 KB
Load time840 ms
Start966 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
baltoweb-bold.woffwoffswap
Size71 KB
Load time845 ms
Start966 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~60 KB and ~120 ms
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
✓
Page uses 6 resource hint(s)
Current Resource Hints
preconnect
1
preload
4
dns-prefetch
1
prefetch—
6 resource hints configured
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
✓
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
63 requests over 4223ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100%of JavaScript execution is third-party
First-party Third-party4262ms · 556KB · $57/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.japan-guide.com
www.japan-guide.com
Other
1490ms
33 KB
—
$20/mo
Costly
www.japan-guide.com
www.japan-guide.com
Other
952ms
45 KB
—
$13/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
843ms
151 KB
42%
$11/mo
Costly
Unattributable
Unattributable
Other
496ms
0 KB
—
$7/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
160ms
115 KB
57%
$2/mo
Optional
static.sojern.com
static.sojern.com
Other
122ms
44 KB
—
$2/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
69ms
21 KB
—
$1/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
68ms
116 KB
78%
$1/mo
Optional
ajax.googleapis.com
ajax.googleapis.com
Other
61ms
30 KB
—
$1/mo
Optional
www.japan-guide.com
Other
Costly
Execution1490ms
Transfer33 KB
Monthly Cost$20/mo
www.japan-guide.com
Other
Costly
Execution952ms
Transfer45 KB
Monthly Cost$13/mo
Google Tag Manager
Tag Manager
Costly
Execution843ms
Transfer151 KB
Unused42%
Monthly Cost$11/mo
Unattributable
Other
Costly
Execution496ms
Transfer0 KB
Monthly Cost$7/mo
Google Tag Manager
Tag Manager
Optional
Execution160ms
Transfer115 KB
Unused57%
Monthly Cost$2/mo
static.sojern.com
Other
Optional
Execution122ms
Transfer44 KB
Monthly Cost$2/mo
Google Analytics
Analytics
Optional
Execution69ms
Transfer21 KB
Monthly Cost$1/mo
Google Tag Manager
Tag Manager
Optional
Execution68ms
Transfer116 KB
Unused78%
Monthly Cost$1/mo
ajax.googleapis.com
Other
Optional
Execution61ms
Transfer30 KB
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.japan-guide.com adds 1490ms and costs ~$20/month
www.japan-guide.com adds 952ms and costs ~$13/month
Google Tag Manager adds 843ms and costs ~$11/month
Unattributable adds 496ms and costs ~$7/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
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.japan-guide.com takes 1490ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.japan-guide.com takes 952ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 843ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 496ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
57% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Why this matters
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
78% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Why this matters
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.