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
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
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
7 fonts (166 KB)
PASS
7 fonts (166 KB)
Info::
i
7 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
7
166 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
5aUu9-KzpRiLCAt4Unrc-xI...woff2swap
Size22 KB
Load time37 ms
Start434 ms
RiskFOUT — text flashes from fallback to web font
pxiDypQkot1TnFhsFMOfGSh...woff2swap
Size15 KB
Load time37 ms
Start435 ms
RiskFOUT — text flashes from fallback to web font
4UasrENHsxJlGDuGo1OIlJf...woff2swap
Size35 KB
Load time65 ms
Start438 ms
RiskFOUT — text flashes from fallback to web font
ea8FacM9Wef3EJPWRrHjgE4...woff2swap
Size15 KB
Load time60 ms
Start438 ms
RiskFOUT — text flashes from fallback to web font
5aUp9-KzpRiLCAt4Unrc-xI...woff2swap
Size22 KB
Load time65 ms
Start439 ms
RiskFOUT — text flashes from fallback to web font
5aUp9-KzpRiLCAt4Unrc-xI...woff2swap
Size23 KB
Load time65 ms
Start439 ms
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size34 KB
Load time65 ms
Start760 ms
RiskFOUT — text flashes from fallback to web font
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 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
✓
Page uses 3 resource hint(s)
Current Resource Hints
preconnect
2
preload
1
dns-prefetch—
prefetch—
3 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
A
HTTP Caching
max-age=1800 (30 minutes)
PASS
max-age=1800 (30 minutes)
Info::
✓
Cache-Control header is set
Got: max-age=1800
Info::
✓
Effective TTL: 30 minutes (max-age=1800)
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
max-age=1800
Directive
Value
Meaning
max-age
1800
Cache for 30 minutes
Effective TTL: 1800 seconds
Network Waterfall
58 requests over 3923ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
68%of JavaScript execution is third-party
First-party Third-party1412ms · 401KB · €15/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
Unattributable
Unattributable
Other
680ms
0 KB
—
€7/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
309ms
140 KB
44%
€3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
235ms
144 KB
43%
€3/mo
Costly
www.gstatic.com
www.gstatic.com
Other
78ms
69 KB
67%
€1/mo
Optional
www.gstatic.com
www.gstatic.com
Other
57ms
27 KB
—
€1/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
54ms
21 KB
—
€1/mo
Optional
Unattributable
Other
Costly
Execution680ms
Transfer0 KB
Monthly Cost€7/mo
Google Tag Manager
Tag Manager
Costly
Execution309ms
Transfer140 KB
Unused44%
Monthly Cost€3/mo
Google Tag Manager
Tag Manager
Costly
Execution235ms
Transfer144 KB
Unused43%
Monthly Cost€3/mo
www.gstatic.com
Other
Optional
Execution78ms
Transfer69 KB
Unused67%
Monthly Cost€1/mo
www.gstatic.com
Other
Optional
Execution57ms
Transfer27 KB
Monthly Cost€1/mo
Google Analytics
Analytics
Optional
Execution54ms
Transfer21 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
Unattributable adds 680ms and costs ~€7/month
Google Tag Manager adds 309ms and costs ~€3/month
Google Tag Manager adds 235ms and costs ~€3/month
68% of JavaScript execution time comes from third-party scripts.
Why this matters
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 680ms 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 309ms 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 235ms 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
67% of www.gstatic.com'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.