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
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
2 fonts (301 KB)
PASS
2 fonts (301 KB)
Info::
i
2 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
2
301 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
Mona-Sans.woff2woff2swap
Size134 KB
Load time83 ms
Start169 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
Hubot-Sans.woff2woff2swap
Size167 KB
Load time100 ms
Start169 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
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 ~150 KB and ~300 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
✓
Page uses 2 resource hint(s)
Current Resource Hints
preconnect—
preload
2
dns-prefetch—
prefetch—
2 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
49 requests over 1644ms
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-party2024ms · 603KB · €22/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
Unattributable
Unattributable
Other
425ms
0 KB
—
€5/mo
Costly
www.uab.cat
www.uab.cat
Other
317ms
14 KB
—
€3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
302ms
173 KB
38%
€3/mo
Costly
code.jquery.com
code.jquery.com
Other
299ms
24 KB
—
€3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
223ms
156 KB
41%
€2/mo
Costly
consent.cookiebot.com
consent.cookiebot.com
Other
195ms
72 KB
38%
€2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
156ms
136 KB
47%
€2/mo
Optional
consent.cookiebot.com
consent.cookiebot.com
Other
107ms
27 KB
—
€1/mo
Optional
Unattributable
Other
Costly
Execution425ms
Transfer0 KB
Monthly Cost€5/mo
www.uab.cat
Other
Costly
Execution317ms
Transfer14 KB
Monthly Cost€3/mo
Google Tag Manager
Tag Manager
Costly
Execution302ms
Transfer173 KB
Unused38%
Monthly Cost€3/mo
code.jquery.com
Other
Costly
Execution299ms
Transfer24 KB
Monthly Cost€3/mo
Google Tag Manager
Tag Manager
Costly
Execution223ms
Transfer156 KB
Unused41%
Monthly Cost€2/mo
consent.cookiebot.com
Other
Optional
Execution195ms
Transfer72 KB
Unused38%
Monthly Cost€2/mo
Google Tag Manager
Tag Manager
Optional
Execution156ms
Transfer136 KB
Unused47%
Monthly Cost€2/mo
consent.cookiebot.com
Other
Optional
Execution107ms
Transfer27 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
Unattributable adds 425ms and costs ~€5/month
www.uab.cat adds 317ms and costs ~€3/month
Google Tag Manager adds 302ms and costs ~€3/month
code.jquery.com adds 299ms and costs ~€3/month
Google Tag Manager adds 223ms 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 425ms 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.uab.cat takes 317ms 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 302ms 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
code.jquery.com takes 299ms 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 223ms 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.