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
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
5 fonts (1505 KB)
PASS
5 fonts (1505 KB)
Info::
i
5 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
5
1505 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
PTSerif-Bold.ttfttfswap
Size192 KB
Load time608 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
PTSerif-Italic.ttfttfswap
Size227 KB
Load time938 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
PTSerif-Regular.ttfttfswap
Size211 KB
Load time763 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-VariableFont_opsz...ttfswap
Size855 KB
Load time953 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
roboto-mono-v5-latin-re...woffswap
Size20 KB
Load time89 ms
Start3.1 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 ~1194 KB and ~2388 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
2
preload
4
dns-prefetch—
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
81 requests over 5532ms
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-party5230ms · 355KB · CHF83/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.unibas.ch
www.unibas.ch
Other
2042ms
59 KB
—
CHF32/mo
Costly
consent.cookiebot.com
consent.cookiebot.com
Other
1117ms
27 KB
—
CHF18/mo
Costly
Unattributable
Unattributable
Other
1087ms
0 KB
—
CHF17/mo
Costly
maps.googleapis.com
maps.googleapis.com
Other
438ms
100 KB
63%
CHF7/mo
Costly
www.unibas.ch
www.unibas.ch
Other
163ms
0 KB
72%
CHF3/mo
Optional
www.unibas.ch
www.unibas.ch
Other
111ms
147 KB
—
CHF2/mo
Optional
matomo-unibas.hosting.stucki.io
matomo-unibas.hosting.stucki.io
Other
71ms
22 KB
—
CHF1/mo
Optional
consent.cookiebot.com
consent.cookiebot.com
Other
70ms
0 KB
—
CHF1/mo
Optional
www.unibas.ch
www.unibas.ch
Other
69ms
0 KB
—
CHF1/mo
Optional
code.jquery.com
code.jquery.com
Other
62ms
0 KB
—
CHF1/mo
Optional
www.unibas.ch
Other
Costly
Execution2042ms
Transfer59 KB
Monthly CostCHF32/mo
consent.cookiebot.com
Other
Costly
Execution1117ms
Transfer27 KB
Monthly CostCHF18/mo
Unattributable
Other
Costly
Execution1087ms
Transfer0 KB
Monthly CostCHF17/mo
maps.googleapis.com
Other
Costly
Execution438ms
Transfer100 KB
Unused63%
Monthly CostCHF7/mo
www.unibas.ch
Other
Optional
Execution163ms
Transfer0 KB
Unused72%
Monthly CostCHF3/mo
www.unibas.ch
Other
Optional
Execution111ms
Transfer147 KB
Monthly CostCHF2/mo
matomo-unibas.hosting.stucki.io
Other
Optional
Execution71ms
Transfer22 KB
Monthly CostCHF1/mo
consent.cookiebot.com
Other
Optional
Execution70ms
Transfer0 KB
Monthly CostCHF1/mo
www.unibas.ch
Other
Optional
Execution69ms
Transfer0 KB
Monthly CostCHF1/mo
code.jquery.com
Other
Optional
Execution62ms
Transfer0 KB
Monthly CostCHF1/mo
These scripts may cost more than they're worth
www.unibas.ch adds 2042ms and costs ~CHF32/month
consent.cookiebot.com adds 1117ms and costs ~CHF18/month
Unattributable adds 1087ms and costs ~CHF17/month
maps.googleapis.com adds 438ms and costs ~CHF7/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.unibas.ch takes 2042ms 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
consent.cookiebot.com takes 1117ms 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 1087ms 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
maps.googleapis.com takes 438ms 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
63% of maps.googleapis.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
72% of www.unibas.ch'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.