Performance
· 16 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.
1.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
156 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.495
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.52 s
Page Load Progression
DThird-Party ImpactAction87% third-party, 0 ms blockingFIX
BJS Execution Cost705ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nhs.uk/static/nhsuk/js/main.bd1962aa3fa4.js | 207ms | 144ms | 30ms | 1st |
| Unattributable | 173ms | 6ms | 0ms | 3rd |
| https://www.nhs.uk/ | 166ms | 8ms | 4ms | 1st |
| https://assets.nhs.uk/scripts/cookie-consent.js | 159ms | 140ms | 15ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget623 KB transferred, 13 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading2 fonts (35 KB)PASS
Web fonts
2
35 KB total
Render-blocking
0
of 2
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+JS Bundles4 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nhs.uk/static/nhsuk/js/main.bd1962aa3fa4.js | 46 KB | — | ✓ | 1st |
| https://www.nhsapp.service.nhs.uk/js/v2/nhsapp.js | 1 KB | — | ✓ | 3rd |
| https://assets.nhs.uk/scripts/cookie-consent.js | 36 KB | — | ✓ | 3rd |
| https://assets.nhs.uk/scripts/login.js | 2 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=5 (5 seconds)PASS
max-age=5
| Directive | Value | Meaning |
|---|---|---|
| max-age | 5 | Cache for 5 seconds |
Network Waterfall13 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 | 173ms | 0 KB | — | £2/mo | Optional |
assets.nhs.uk assets.nhs.uk | Other | 159ms | 36 KB | — | £2/mo | Optional |
47% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac