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.
1.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.565
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.36 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.
1.84 s
Page Load Progression
BImage Optimization6 images, 0 KB saveableREVIEW
BJS Execution Cost599ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gov.uk/ | 255ms | 11ms | 2ms | 1st |
| Unattributable | 214ms | 12ms | 0ms | 3rd |
| https://www.gov.uk/assets/frontend/application-527c564759ff9aa7cb6e6b9fd78dc91ee7add2454050e3a6c441e53d9db254ba.js | 130ms | 115ms | 1ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget194 KB transferred, 17 requestsPASS
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (64 KB)PASS
Web fonts
2
64 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 Bundles5 scripts, 26 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gov.uk/assets/frontend/application-527c564759ff9aa7cb6e6b9fd78dc91ee7add2454050e3a6c441e53d9db254ba.js | 41 KB | 26 KB (63%) | ✓ | 1st |
| https://www.gov.uk/assets/frontend/govuk_publishing_components/vendor/lux/lux-measurer-d66192b1b665d415e1874e49a48138b7ae339548aa6cdb8687c7f9933e72b969.js | 1 KB | — | ✓ | 1st |
| https://www.gov.uk/assets/frontend/govuk_publishing_components/rum-custom-data-b9e1806d1da2fa8ef1855d01aa71ba5eb0afc010dd2c4de3672cc7c7a39b0c8c.js | 0 KB | — | ✓ | 1st |
| https://www.gov.uk/assets/frontend/govuk_publishing_components/rum-loader-a65b10e18ceeba3bd8a2eac507c7f2c513cdc82f35097df903fdea87f1dc2e33.js | 0 KB | — | ✓ | 1st |
| https://www.gov.uk/assets/frontend/govuk_publishing_components/load-analytics-c0b21edf0d79bd3dd6172b0c5be4dfd3c073a8aab9275e31253be3a26762c9a9.js | 12 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
| public | — | Any cache may store this response |
Network Waterfall17 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 | 214ms | 0 KB | — | £2/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 214ms and costs ~£2/month
Unattributable takes 214ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev