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
3 fonts (76 KB)
PASS
3 fonts (76 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
76 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
NunitoSans-Regular-Vari...woff2swap
Size75 KB
Load time29 ms
Start715 ms
RiskFOUT — text flashes from fallback to web font
slick.woffwoffswap
Size1 KB
Load time181 ms
Start1.9 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
slick.ttfttfswap
Size1 KB
Load time184 ms
Start2.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)
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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
✓
Page uses 1 resource hint(s)
Current Resource Hints
preconnect—
preload
1
dns-prefetch—
prefetch—
1 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
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
56 requests over 2720ms
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-party3318ms · 526KB · £17/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.lboro.ac.uk
www.lboro.ac.uk
Other
954ms
13 KB
—
£5/mo
Costly
code.jquery.com
code.jquery.com
Other
682ms
31 KB
—
£4/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
562ms
181 KB
42%
£3/mo
Costly
Unattributable
Unattributable
Other
379ms
0 KB
—
£2/mo
Costly
cc.cdn.civiccomputing.com
cc.cdn.civiccomputing.com
Other
323ms
123 KB
45%
£2/mo
Costly
customer.cludo.com
customer.cludo.com
Other
232ms
110 KB
72%
£1/mo
Costly
www.lboro.ac.uk
www.lboro.ac.uk
Other
133ms
52 KB
69%
£1/mo
Optional
analytics.silktide.com
analytics.silktide.com
Other
52ms
16 KB
—
£0/mo
Optional
www.lboro.ac.uk
Other
Costly
Execution954ms
Transfer13 KB
Monthly Cost£5/mo
code.jquery.com
Other
Costly
Execution682ms
Transfer31 KB
Monthly Cost£4/mo
Google Tag Manager
Tag Manager
Costly
Execution562ms
Transfer181 KB
Unused42%
Monthly Cost£3/mo
Unattributable
Other
Costly
Execution379ms
Transfer0 KB
Monthly Cost£2/mo
cc.cdn.civiccomputing.com
Other
Costly
Execution323ms
Transfer123 KB
Unused45%
Monthly Cost£2/mo
customer.cludo.com
Other
Costly
Execution232ms
Transfer110 KB
Unused72%
Monthly Cost£1/mo
www.lboro.ac.uk
Other
Optional
Execution133ms
Transfer52 KB
Unused69%
Monthly Cost£1/mo
analytics.silktide.com
Other
Optional
Execution52ms
Transfer16 KB
Monthly Cost£0/mo
These scripts may cost more than they're worth
www.lboro.ac.uk adds 954ms and costs ~£5/month
code.jquery.com adds 682ms and costs ~£4/month
Google Tag Manager adds 562ms and costs ~£3/month
Unattributable adds 379ms and costs ~£2/month
cc.cdn.civiccomputing.com adds 323ms and costs ~£2/month
customer.cludo.com adds 232ms 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 954ms 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 682ms 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 562ms 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 379ms 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
cc.cdn.civiccomputing.com takes 323ms 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
customer.cludo.com takes 232ms 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.
Source: web.dev
69% of www.lboro.ac.uk'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.