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
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
6 fonts (392 KB)
PASS
6 fonts (392 KB)
Info::
i
6 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
6
392 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
TheSansUHHSemiLightCaps...woff2swap
Size27 KB
Load time185 ms
Start684 ms
RiskFOUT — text flashes from fallback to web font
TheSansUHHBold-7bc7a19f...woff2swap
Size122 KB
Load time270 ms
Start684 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
TheSansUHHBoldCaps-e693...woff2swap
Size27 KB
Load time197 ms
Start685 ms
RiskFOUT — text flashes from fallback to web font
TheSansUHHRegular-d12c5...woff2swap
Size121 KB
Load time285 ms
Start685 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
TheSansUHHRegularCaps-2...woff2swap
Size27 KB
Load time236 ms
Start685 ms
RiskFOUT — text flashes from fallback to web font
TheSansUHHRegularItalic...woff2swap
Size67 KB
Load time276 ms
Start685 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)
Fixing the unchecked items could save ~121 KB and ~242 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
7 hints, 0 missing preconnects
PASS
7 hints, 0 missing preconnects
Info::
✓
Page uses 7 resource hint(s)
Current Resource Hints
preconnect—
preload
7
dns-prefetch—
prefetch—
7 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
44 requests over 2005ms
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-party1681ms · 246KB · €18/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
assets.rrz.uni-hamburg.de
assets.rrz.uni-hamburg.de
Other
736ms
200 KB
71%
€8/mo
Costly
Unattributable
Unattributable
Other
495ms
0 KB
—
€5/mo
Costly
www.uni-hamburg.de
www.uni-hamburg.de
Other
357ms
15 KB
—
€4/mo
Costly
code.etracker.com
code.etracker.com
Other
93ms
31 KB
—
€1/mo
Optional
assets.rrz.uni-hamburg.de
Other
Costly
Execution736ms
Transfer200 KB
Unused71%
Monthly Cost€8/mo
Unattributable
Other
Costly
Execution495ms
Transfer0 KB
Monthly Cost€5/mo
www.uni-hamburg.de
Other
Costly
Execution357ms
Transfer15 KB
Monthly Cost€4/mo
code.etracker.com
Other
Optional
Execution93ms
Transfer31 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
assets.rrz.uni-hamburg.de adds 736ms and costs ~€8/month
Unattributable adds 495ms and costs ~€5/month
www.uni-hamburg.de adds 357ms and costs ~€4/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
assets.rrz.uni-hamburg.de takes 736ms 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
71% of assets.rrz.uni-hamburg.de'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
Unattributable takes 495ms 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.uni-hamburg.de takes 357ms 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.