Performance
· 15 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.
6.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.801
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.67 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.
22.43 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 154 requestsFIX
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
FJS BundlesAction90 scripts, 690 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.files.bbci.co.uk/core/bundle-component-tabs.58a9622d709c78b1f52d.js | 5 KB | 201 KB (50%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-product-navigation.f477a218b62f9ed3ad34.js | 2 KB | 173 KB (77%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-component-rich-text.ded60a5a321c891c93b7.js | 3 KB | 80 KB (49%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-component-portrait-video-modal.2cdc2909097fd9800d75.js | 5 KB | 74 KB (54%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-pwa.90632e97690d8337170a.js | 10 KB | 57 KB (90%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-component-image.b932d7ef5f215dc3f07c.js | 3 KB | 50 KB (73%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-framework.fa8250dbab749ab46b0a.js | 47 KB | 31 KB (41%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-portrait-video-experience.d545d11237dca3a928d2.js | 7 KB | 25 KB (45%) | ✓ | 3rd |
| https://static.files.bbci.co.uk/core/bundle-component-promo.2eef2925e862b0780cae.js | 6 KB | — | ✗ | 3rd |
| https://static.files.bbci.co.uk/core/website/assets/static/scripts/riddle/riddle.b586b30e8b60901def3b.js | 7 KB | — | ✗ | 3rd |
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
BImage Optimization32 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingprivate, stale-if-error=90, stale-while-revalidate=30, max-age=0, must-revalidateREVIEW
private, stale-if-error=90, stale-while-revalidate=30, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| stale-if-error | 90 | |
| stale-while-revalidate | 30 | Serve stale for 30 seconds while fetching fresh |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+JS Execution CostNo JS execution dataPASS
A+Font Loading8 fonts (518 KB)PASS
Web fonts
8
518 KB total
Render-blocking
0
of 8
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall154 requests over 0msINFO
Performance analysis not available for this result.