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.
6.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
835 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.45 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.
16.99 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 157 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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 ImpactAction79% third-party, 0 ms blockingFIX
FJS Execution CostAction3787ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 839ms | 82ms | 0ms | 3rd |
| https://consent-manager.ft.com/Notice.8f529.js | 461ms | 331ms | 44ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68 | 367ms | 280ms | 56ms | 3rd |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.js | 315ms | 2ms | 1ms | 1st |
| https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.js | 248ms | 146ms | 13ms | 3rd |
| https://www.ft.com/ | 242ms | 34ms | 6ms | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 209ms | 128ms | 68ms | 3rd |
| https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.js | 204ms | 148ms | 42ms | 1st |
| https://bloomreach.ft.com/js/exponea.min.js | 158ms | 137ms | 13ms | 3rd |
| https://www.ft.com/__assets/hashed/page-kit/scripts.0676687ff842.bundle.js | 148ms | 142ms | 5ms | 1st |
Showing top 10 of 16 scripts
DJS BundlesAction44 scripts, 365 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 183 KB | 140 KB (76%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68 | 175 KB | 75 KB (43%) | ✓ | 3rd |
| https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.js | 98 KB | 68 KB (70%) | ✓ | 1st |
| https://consent-manager.ft.com/Notice.8f529.js | 91 KB | 61 KB (68%) | ✓ | 3rd |
| https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42 KB | 21 KB (52%) | ✓ | 3rd |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-o-private-foundation.ad9ee90944ee.bundle.js | 1 KB | — | ✓ | 1st |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.js | 2 KB | — | ✓ | 1st |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.js | 7 KB | — | ✓ | 1st |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.js | 8 KB | — | ✓ | 1st |
| https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.js | 4 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction52 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.
Performance issues directly impact user engagement and conversion rates.
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (287 KB)PASS
Web fonts
6
287 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~91 KB and ~182 ms
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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall157 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 | 839ms | 0 KB | — | £9/mo | Costly |
consent-manager.ft.com consent-manager.ft.com | Other | 461ms | 91 KB | 68% | £5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 367ms | 175 KB | 43% | £4/mo | Costly |
consent-manager.ft.com consent-manager.ft.com | Other | 248ms | 42 KB | — | £3/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 209ms | 183 KB | 76% | £2/mo | Costly |
bloomreach.ft.com bloomreach.ft.com | Other | 158ms | 52 KB | — | £2/mo | Optional |
consent-manager.ft.com consent-manager.ft.com | Other | 144ms | 42 KB | 52% | £1/mo | Optional |
static.chartbeat.com static.chartbeat.com | Other | 139ms | 16 KB | — | £1/mo | Optional |
cdn.brandmetrics.com cdn.brandmetrics.com | Other | 104ms | 29 KB | — | £1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 89ms | 34 KB | — | £1/mo | Optional |
consent-notice.ft.com consent-notice.ft.com | Other | 62ms | 8 KB | — | £1/mo | Optional |
consent-manager.ft.com consent-manager.ft.com | Other | 59ms | 29 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 839ms and costs ~£9/month
- consent-manager.ft.com adds 461ms and costs ~£5/month
- Google Tag Manager adds 367ms and costs ~£4/month
- consent-manager.ft.com adds 248ms and costs ~£3/month
- securepubads.g.doubleclick.net adds 209ms and costs ~£2/month
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
Unattributable takes 839ms 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
consent-manager.ft.com takes 461ms 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
68% of consent-manager.ft.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 367ms 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
consent-manager.ft.com takes 248ms 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
securepubads.g.doubleclick.net takes 209ms 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
76% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
52% of consent-manager.ft.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev