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
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
✓
Cache-Control header is set
Got: no-cache
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
no-cache
Directive
Value
Meaning
no-cache
—
Cache but always revalidate first
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
7 fonts (457 KB)
PASS
7 fonts (457 KB)
Info::
i
7 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
7
457 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
CircularXX-Regular.woff2woff2swap
Size35 KB
Load time16 ms
Start803 ms
RiskFOUT — text flashes from fallback to web font
Lora-Regular.woff2woff2swap
Size47 KB
Load time16 ms
Start804 ms
RiskFOUT — text flashes from fallback to web font
lineto-circular-pro-bol...woffswap
Size91 KB
Load time45 ms
Start804 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Lora-Bold.woffwoffswap
Size87 KB
Load time45 ms
Start804 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
lineto-circular-pro-med...woffswap
Size88 KB
Load time45 ms
Start804 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
slick.woffwoffswap
Size2 KB
Load time6 ms
Start805 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
fa-brands-400.woff2woff2swap
Size108 KB
Load time42 ms
Start906 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 ~134 KB and ~268 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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Zengenti
Network Waterfall
69 requests over 1317ms
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-party2826ms · 811KB · £29/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
cdn-ukwest.onetrust.com
cdn-ukwest.onetrust.com
Other
1526ms
560 KB
—
£16/mo
Costly
Unattributable
Unattributable
Other
426ms
0 KB
—
£4/mo
Costly
cdn-ukwest.onetrust.com
cdn-ukwest.onetrust.com
Other
271ms
116 KB
54%
£3/mo
Costly
www.nottingham.ac.uk
www.nottingham.ac.uk
Other
264ms
33 KB
—
£3/mo
Costly
www.nottingham.ac.uk
www.nottingham.ac.uk
Other
253ms
93 KB
—
£3/mo
Costly
cdn-ukwest.onetrust.com
cdn-ukwest.onetrust.com
Other
86ms
9 KB
—
£1/mo
Optional
cdn-ukwest.onetrust.com
Other
Costly
Execution1526ms
Transfer560 KB
Monthly Cost£16/mo
Unattributable
Other
Costly
Execution426ms
Transfer0 KB
Monthly Cost£4/mo
cdn-ukwest.onetrust.com
Other
Costly
Execution271ms
Transfer116 KB
Unused54%
Monthly Cost£3/mo
www.nottingham.ac.uk
Other
Costly
Execution264ms
Transfer33 KB
Monthly Cost£3/mo
www.nottingham.ac.uk
Other
Costly
Execution253ms
Transfer93 KB
Monthly Cost£3/mo
cdn-ukwest.onetrust.com
Other
Optional
Execution86ms
Transfer9 KB
Monthly Cost£1/mo
These scripts may cost more than they're worth
cdn-ukwest.onetrust.com adds 1526ms and costs ~£16/month
Unattributable adds 426ms and costs ~£4/month
cdn-ukwest.onetrust.com adds 271ms and costs ~£3/month
www.nottingham.ac.uk adds 264ms and costs ~£3/month
www.nottingham.ac.uk adds 253ms and costs ~£3/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
cdn-ukwest.onetrust.com takes 1526ms 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 426ms 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
cdn-ukwest.onetrust.com takes 271ms 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
54% of cdn-ukwest.onetrust.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
www.nottingham.ac.uk takes 264ms 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.nottingham.ac.uk takes 253ms 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.