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
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
i
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
i
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
i
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
A+
Page Weight Budget
432 KB transferred, 37 requests
PASS
432 KB transferred, 37 requests
Info::
✓
Page weighs 1.0 MB (432 KB transferred)
Info::
✓
37 HTTP requests
Info::
i
Estimated 0.09 g CO2 per page load
432 KBtransferred
37 requests
0.09 g CO2 per page load
JavaScript193.7 KiB45%
Fonts149.4 KiB35%
HTML35.3 KiB8%
Other17.8 KiB4%
Images15.8 KiB4%
Other12.5 KiB3%
CSS7.3 KiB2%
Other0 B0%
02.4 MB4.9 MB
Under budget
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
Image Optimization
8 images, 0 KB saveable
PASS
8 images, 0 KB saveable
Info::
✓
All images are well-optimized
8images16 KB
0oversized-0 KB
3legacy format
0missing dimensionsCLS risk
A+
Font Loading
3 fonts (149 KB)
PASS
3 fonts (149 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
149 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
font-objektiv-mk3-rg.woffwoffswap
Size43 KB
Load time508 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
font-co-headline-rg.woffwoffswap
Size61 KB
Load time694 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
font-objektiv-mk3-bd.woffwoffswap
Size45 KB
Load time1.2 s
Start2.0 s
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 ~45 KB and ~90 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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
✓
`Vary` header declared: Accept-Language, Cookie
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
i
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
✓
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
✓
No CSS performance depth issues detected
Network Waterfall
37 requests over 4316ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
49%of JavaScript execution is third-party
First-party Third-party900ms · 131KB · €10/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
app.usercentrics.eu
app.usercentrics.eu
Other
845ms
121 KB
45%
€9/mo
Costly
app.usercentrics.eu
app.usercentrics.eu
Other
54ms
11 KB
—
€1/mo
Optional
app.usercentrics.eu
Other
Costly
Execution845ms
Transfer121 KB
Unused45%
Monthly Cost€9/mo
app.usercentrics.eu
Other
Optional
Execution54ms
Transfer11 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
app.usercentrics.eu adds 845ms and costs ~€9/month
49% 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
app.usercentrics.eu takes 845ms 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.