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
4 fonts (158 KB)
PASS
4 fonts (158 KB)
Info::
i
4 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
4
158 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
TUVSUDPro-Regular.woff2woff2swap
Size54 KB
Load time112 ms
Start249 ms
RiskFOUT — text flashes from fallback to web font
TUVSUDPro-Medium.woff2woff2swap
Size45 KB
Load time113 ms
Start249 ms
RiskFOUT — text flashes from fallback to web font
TUVSUDPro-Bold.woff2woff2swap
Size57 KB
Load time114 ms
Start250 ms
RiskFOUT — text flashes from fallback to web font
slick.653a4cbb.woffwoffswap
Size2 KB
Load time32 ms
Start603 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)
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+
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: Cloudflare
Network Waterfall
70 requests over 2782ms
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-party2101ms · 1429KB · €23/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
Unattributable
Unattributable
Other
506ms
0 KB
—
€6/mo
Costly
www.tuvsud.com
www.tuvsud.com
Other
466ms
45 KB
—
€5/mo
Costly
www.tuvsud.com
www.tuvsud.com
Other
258ms
53 KB
—
€3/mo
Costly
www.tuvsud.com
www.tuvsud.com
Other
228ms
1 KB
—
€2/mo
Costly
www.tuvsud.com
www.tuvsud.com
Other
201ms
174 KB
62%
€2/mo
Costly
assets.adobedtm.com
assets.adobedtm.com
Other
186ms
113 KB
30%
€2/mo
Optional
www.tuvsud.com
www.tuvsud.com
Other
131ms
37 KB
—
€1/mo
Optional
madc.tuvsud.com
madc.tuvsud.com
Other
70ms
895 KB
—
€1/mo
Optional
www.tuvsud.com
www.tuvsud.com
Other
54ms
111 KB
84%
€1/mo
Optional
Unattributable
Other
Costly
Execution506ms
Transfer0 KB
Monthly Cost€6/mo
www.tuvsud.com
Other
Costly
Execution466ms
Transfer45 KB
Monthly Cost€5/mo
www.tuvsud.com
Other
Costly
Execution258ms
Transfer53 KB
Monthly Cost€3/mo
www.tuvsud.com
Other
Costly
Execution228ms
Transfer1 KB
Monthly Cost€2/mo
www.tuvsud.com
Other
Costly
Execution201ms
Transfer174 KB
Unused62%
Monthly Cost€2/mo
assets.adobedtm.com
Other
Optional
Execution186ms
Transfer113 KB
Unused30%
Monthly Cost€2/mo
www.tuvsud.com
Other
Optional
Execution131ms
Transfer37 KB
Monthly Cost€1/mo
madc.tuvsud.com
Other
Optional
Execution70ms
Transfer895 KB
Monthly Cost€1/mo
www.tuvsud.com
Other
Optional
Execution54ms
Transfer111 KB
Unused84%
Monthly Cost€1/mo
These scripts may cost more than they're worth
Unattributable adds 506ms and costs ~€6/month
www.tuvsud.com adds 466ms and costs ~€5/month
www.tuvsud.com adds 258ms and costs ~€3/month
www.tuvsud.com adds 228ms and costs ~€2/month
www.tuvsud.com adds 201ms and costs ~€2/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
Unattributable takes 506ms 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.tuvsud.com takes 466ms 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.tuvsud.com takes 258ms 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.tuvsud.com takes 228ms 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.tuvsud.com takes 201ms 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
62% of www.tuvsud.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.
Source: web.dev
84% of www.tuvsud.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.