Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
737 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
872 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
953 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.91 s
Page Load Progression
CPage Weight BudgetAction1.8 MB transferred, 65 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
CImage OptimizationAction33 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost567ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.cam.ac.uk/ | 138ms | 10ms | 3ms | 1st |
| Unattributable | 104ms | 2ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KV2LE1CRC2&cx=c>m=4e6420h2 | 97ms | 82ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NV99KVN | 86ms | 66ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-P8Q1QT5W4K&cx=c>m=4e6420h2 | 72ms | 54ms | 17ms | 3rd |
| https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js | 70ms | 55ms | 14ms | 3rd |
CJS BundlesAction15 scripts, 277 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-P8Q1QT5W4K&cx=c>m=4e6420h2 | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KV2LE1CRC2&cx=c>m=4e6420h2 | 156 KB | 66 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NV99KVN | 132 KB | 63 KB (48%) | ✓ | 3rd |
| https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js | 123 KB | 57 KB (47%) | ✓ | 3rd |
| https://www.cam.ac.uk/sites/all/themes/fresh/js/libs/bootstrap.bundle.min.js?tankhw | 26 KB | 22 KB (83%) | ✓ | 1st |
| https://www.cam.ac.uk/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 | 5 KB | — | ✗ | 1st |
| https://www.cam.ac.uk/profiles/cambridge/modules/contrib/jquery_update/js/jquery_browser.js?v=0.0.1 | 1 KB | — | ✓ | 1st |
| https://www.cam.ac.uk/profiles/cambridge/modules/contrib/entityreference/js/entityreference.js?tankhw | 1 KB | — | ✓ | 1st |
| https://www.cam.ac.uk/sites/all/themes/fresh/js/custom.js?tankhw | 0 KB | — | ✓ | 1st |
| https://www.cam.ac.uk/misc/drupal.js?tankhw | 8 KB | — | ✗ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact38% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (88 KB)PASS
Web fonts
4
88 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=900 (15 minutes)PASS
public, max-age=900
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 900 | Cache for 15 minutes |
Network Waterfall65 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 104ms | 0 KB | — | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 156 KB | 43% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 132 KB | 48% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 72ms | 176 KB | 39% | £1/mo | Optional |
cc.cdn.civiccomputing.com cc.cdn.civiccomputing.com | Other | 70ms | 123 KB | 47% | £1/mo | Optional |
76% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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