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
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 (150 KB)
PASS
2 fonts (150 KB)
Info::
i
2 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
2
150 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
NunitoSans-Regular-Vari...woff2swap
Size75 KB
Load time21 ms
Start855 ms
RiskFOUT — text flashes from fallback to web font
NunitoSans-Italic-Varia...woff2swap
Size76 KB
Load time144 ms
Start1.7 s
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)
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
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
✓
Cache-Control header is set
Got: max-age=86400
Info::
✓
Effective TTL: 1 day (max-age=86400)
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
max-age=86400
Directive
Value
Meaning
max-age
86400
Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
58 requests over 3090ms
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-party753ms · 457KB · £4/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.lboro.ac.uk
www.lboro.ac.uk
Other
249ms
13 KB
—
£1/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
142ms
181 KB
42%
£1/mo
Optional
code.jquery.com
code.jquery.com
Other
135ms
31 KB
—
£1/mo
Optional
Unattributable
Unattributable
Other
89ms
0 KB
—
£0/mo
Optional
cc.cdn.civiccomputing.com
cc.cdn.civiccomputing.com
Other
79ms
123 KB
45%
£0/mo
Optional
customer.cludo.com
customer.cludo.com
Other
60ms
110 KB
72%
£0/mo
Optional
www.lboro.ac.uk
Other
Costly
Execution249ms
Transfer13 KB
Monthly Cost£1/mo
Google Tag Manager
Tag Manager
Optional
Execution142ms
Transfer181 KB
Unused42%
Monthly Cost£1/mo
code.jquery.com
Other
Optional
Execution135ms
Transfer31 KB
Monthly Cost£1/mo
Unattributable
Other
Optional
Execution89ms
Transfer0 KB
Monthly Cost£0/mo
cc.cdn.civiccomputing.com
Other
Optional
Execution79ms
Transfer123 KB
Unused45%
Monthly Cost£0/mo
customer.cludo.com
Other
Optional
Execution60ms
Transfer110 KB
Unused72%
Monthly Cost£0/mo
These scripts may cost more than they're worth
www.lboro.ac.uk adds 249ms and costs ~£1/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.lboro.ac.uk takes 249ms 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
72% of customer.cludo.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.