Skip to content
https://ft.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

89
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.02 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.72 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

70 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.

1.73 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.

2.56 s

Page Load Progression

391 ms
781 ms
1.2 s
1.6 s
2.0 s
2.3 s
2.7 s
3.1 s
Checks
15
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 191 requests
FIX
2.5 MB transferred, 191 requests
Warning::
Page weighs 6.3 MB (2.5 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
JavaScript is 915 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 915 KB
Info::
Fonts are 247 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 247 KB
Warning::
191 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.52 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
191 requests
0.52 g CO2 per page load
Images 1.1 MiB 44%
JavaScript 915.2 KiB 36%
Fonts 247.4 KiB 10%
CSS 105.0 KiB 4%
Other 54.6 KiB 2%
Other 43.9 KiB 2%
HTML 43.5 KiB 2%
Other 9.0 KiB 0%
Other 2.4 KiB 0%
Other 1.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.5 MiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
42 scripts, 363 KB unused
FIX
42 scripts, 363 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 143 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ft.com/__assets/hashed/page-kit/301.ca...: 69 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NWQ...: 68 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consent-manager.ft.com/Notice.8f529.js: 61 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consent-manager.ft.com/unified/4.40.1/usna...: 21 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 363 KB
363 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js186 KB143 KB (77%)3rd
https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.js99 KB69 KB (71%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68177 KB68 KB (42%)3rd
https://consent-manager.ft.com/Notice.8f529.js91 KB61 KB (68%)3rd
https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KB21 KB (51%)3rd
https://www.ft.com/__assets/hashed/page-kit/preact.12dc744080b6.bundle.js6 KB3rd
https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.js3 KB3rd
https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.js7 KB3rd
https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.js7 KB3rd
https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.js3 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
191 resources · 2.5 MB · 363 KB savings available
FIX
191 resources · 2.5 MB · 363 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~363 KB of savings available
Warning::
190 third-party resources (100% of weight)
191 resources · 2.5 MiB · 190 third-party 1.5 MiB over 1MB target
Image 44% · 1.1 MiB
JavaScript 36% · 915.2 KiB
Font 10% · 247.4 KiB
Other 4% · 108.2 KiB
CSS 4% · 105.0 KiB
Document 2% · 43.5 KiB

~362.6 KiB of savings available

Remove unused JavaScript: 362.6 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
91 images, 0 KB saveable
REVIEW
91 images, 0 KB saveable
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ft.com/__origami/service/image/v2/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
91 images 1.1 MB
0 oversized -0 KB
42 legacy format
37 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1286ms total JS execution
REVIEW
1286ms total JS execution
Warning::
Unattributable: 294ms CPU time
Warning::
https://www.ft.com/: 287ms CPU time
Info::
https://consent-manager.ft.com/Notice.8f529.js: 148ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NWQ...: 141ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 110ms CPU time
Warning::
Third-party scripts: 1286ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 20% Style & Layout 16% Script Parsing & Compilation 8% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
Unattributable294ms38ms0ms3rd
https://www.ft.com/287ms16ms2ms3rd
https://consent-manager.ft.com/Notice.8f529.js148ms116ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68141ms110ms21ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js110ms78ms21ms3rd
https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.js79ms55ms5ms3rd
https://www.ft.com/__assets/hashed/page-kit/scripts.5b347fae65d3.bundle.js60ms58ms1ms3rd
https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.js57ms41ms11ms3rd
https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js55ms42ms13ms3rd
https://bloomreach.ft.com/js/exponea.min.js55ms47ms6ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (247 KB)
PASS
4 fonts (247 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

247 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.7 shttps://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=Metric2-VF&system_code=origami&font_format=woff2font https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=Metric2-VF&system_code=origami&font_format=woff2 — 121.4 KiB — 139 ms — font-display: swaphttps://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=FinancierDisplay-VF&system_code=origami&font_format=woff2font https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=FinancierDisplay-VF&system_code=origami&font_format=woff2 — 64.4 KiB — 140 ms — font-display: swaphttps://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Regular&system_code=origami&version=1.12font https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Regular&system_code=origami&version=1.12 — 29.8 KiB — 37 ms — font-display: swaphttps://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Semibold&system_code=origami&version=1.12font https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Semibold&system_code=origami&version=1.12 — 31.8 KiB — 37 ms — font-display: swap
font woff2 swap
Size 121 KB
Load time 139 ms
Start 461 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
font woff2 swap
Size 64 KB
Load time 140 ms
Start 461 ms
Risk FOUT — text flashes from fallback to web font
font woff2 swap
Size 30 KB
Load time 37 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
font woff2 swap
Size 32 KB
Load time 37 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
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 ~61 KB and ~122 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
191 requests over 3504ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.7 shttps://ft.com// https://ft.com/ — 301 — 661 B — 109 ms — h2https://www.ft.com/www.ft.com/ https://www.ft.com/ — 200 — 41.3 KiB — 322 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 162 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 164 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 44 ms — h3https://consent-notice.ft.com/cmp.jsconsent-notice.ft.com/cmp.js https://consent-notice.ft.com/cmp.js — 200 — 7.5 KiB — 32 ms — h2https://www.ft.com/__assets/hashed/page-kit/customCodeComponents.138ee0c74648.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/customCodeComponents.138ee0c74648.bundle.js — 200 — 6.5 KiB — 106 ms — h2https://www.ft.com/__assets/hashed/page-kit/webpack-runtime.15754492040b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/webpack-runtime.15754492040b.bundle.js — 200 — 2.2 KiB — 73 ms — h2https://www.ft.com/__assets/hashed/page-kit/page-kit-components.65984f671deb.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/page-kit-components.65984f671deb.bundle.js — 200 — 3.4 KiB — 86 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.js — 200 — 7.0 KiB — 91 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.js — 200 — 7.1 KiB — 60 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.js — 200 — 3.4 KiB — 64 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-viewport.8b736d9dfcdf.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-viewport.8b736d9dfcdf.bundle.js — 200 — 2.4 KiB — 86 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-toggle.7010dd43053a.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-toggle.7010dd43053a.bundle.js — 200 — 1.6 KiB — 92 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-footer.c8b47af58667.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-footer.c8b47af58667.bundle.js — 200 — 1.0 KiB — 65 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-expander.512452b0cd73.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-expander.512452b0cd73.bundle.js — 200 — 2.4 KiB — 51 ms — h2https://www.ft.com/__assets/hashed/page-kit/shared.stable.7e00de2cd145.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/shared.stable.7e00de2cd145.bundle.js — 200 — 5.5 KiB — 59 ms — h2https://www.ft.com/__assets/hashed/page-kit/next-session-client.820c771d0db1.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/next-session-client.820c771d0db1.bundle.js — 200 — 1.1 KiB — 93 ms — h2https://www.ft.com/__assets/hashed/page-kit/privacy-components.ef4dde2c3ffe.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/privacy-components.ef4dde2c3ffe.bundle.js — 200 — 2.0 KiB — 61 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-date.b32f238f7d9b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-date.b32f238f7d9b.bundle.js — 200 — 1.9 KiB — 65 ms — h2https://www.ft.com/__assets/hashed/page-kit/superstore.62fc1eac5d3c.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/superstore.62fc1eac5d3c.bundle.js — 200 — 1.0 KiB — 53 ms — h2https://www.ft.com/__assets/hashed/page-kit/react.7be633d7c0d6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/react.7be633d7c0d6.bundle.js — 200 — 1.6 KiB — 49 ms — h2https://www.ft.com/__assets/hashed/page-kit/preact.12dc744080b6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/preact.12dc744080b6.bundle.js — 200 — 6.4 KiB — 92 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-utils.f2b1a300cea6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-utils.f2b1a300cea6.bundle.js — 200 — 901 B — 44 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-private-foundation.ad9ee90944ee.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-private-foundation.ad9ee90944ee.bundle.js — 200 — 1.8 KiB — 38 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-x-engine.b64d09bbc27d.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-x-engine.b64d09bbc27d.bundle.js — 200 — 1.5 KiB — 108 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.js — 200 — 2.8 KiB — 111 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-o-grid.5fa09224f411.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-grid.5fa09224f411.bundle.js — 200 — 2.2 KiB — 114 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-n-tracking.cafe9286c64b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-tracking.cafe9286c64b.bundle.js — 200 — 7.3 KiB — 114 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-n-exponea.32bebc7d5a3b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-exponea.32bebc7d5a3b.bundle.js — 200 — 3.1 KiB — 115 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.7 shttps://ft.com// https://ft.com/ — 301 — 661 B — 109 ms — h2https://www.ft.com/www.ft.com/ https://www.ft.com/ — 200 — 41.3 KiB — 322 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 162 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 164 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 44 ms — h3https://consent-notice.ft.com/cmp.jsconsent-notice.ft.com/cmp.js https://consent-notice.ft.com/cmp.js — 200 — 7.5 KiB — 32 ms — h2https://www.ft.com/__assets/hashed/page-kit/customCodeComponents.138ee0c74648.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/customCodeComponents.138ee0c74648.bundle.js — 200 — 6.5 KiB — 106 ms — h2https://www.ft.com/__assets/hashed/page-kit/webpack-runtime.15754492040b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/webpack-runtime.15754492040b.bundle.js — 200 — 2.2 KiB — 73 ms — h2https://www.ft.com/__assets/hashed/page-kit/page-kit-components.65984f671deb.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/page-kit-components.65984f671deb.bundle.js — 200 — 3.4 KiB — 86 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-tracking.c6bb16738fa7.bundle.js — 200 — 7.0 KiB — 91 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.js — 200 — 7.1 KiB — 60 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-header.e39ceb699fee.bundle.js — 200 — 3.4 KiB — 64 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-viewport.8b736d9dfcdf.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-viewport.8b736d9dfcdf.bundle.js — 200 — 2.4 KiB — 86 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-toggle.7010dd43053a.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-toggle.7010dd43053a.bundle.js — 200 — 1.6 KiB — 92 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-footer.c8b47af58667.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-footer.c8b47af58667.bundle.js — 200 — 1.0 KiB — 65 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-expander.512452b0cd73.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-expander.512452b0cd73.bundle.js — 200 — 2.4 KiB — 51 ms — h2https://www.ft.com/__assets/hashed/page-kit/shared.stable.7e00de2cd145.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/shared.stable.7e00de2cd145.bundle.js — 200 — 5.5 KiB — 59 ms — h2https://www.ft.com/__assets/hashed/page-kit/next-session-client.820c771d0db1.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/next-session-client.820c771d0db1.bundle.js — 200 — 1.1 KiB — 93 ms — h2https://www.ft.com/__assets/hashed/page-kit/privacy-components.ef4dde2c3ffe.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/privacy-components.ef4dde2c3ffe.bundle.js — 200 — 2.0 KiB — 61 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-date.b32f238f7d9b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-date.b32f238f7d9b.bundle.js — 200 — 1.9 KiB — 65 ms — h2https://www.ft.com/__assets/hashed/page-kit/superstore.62fc1eac5d3c.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/superstore.62fc1eac5d3c.bundle.js — 200 — 1.0 KiB — 53 ms — h2https://www.ft.com/__assets/hashed/page-kit/react.7be633d7c0d6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/react.7be633d7c0d6.bundle.js — 200 — 1.6 KiB — 49 ms — h2https://www.ft.com/__assets/hashed/page-kit/preact.12dc744080b6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/preact.12dc744080b6.bundle.js — 200 — 6.4 KiB — 92 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-utils.f2b1a300cea6.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-utils.f2b1a300cea6.bundle.js — 200 — 901 B — 44 ms — h2https://www.ft.com/__assets/hashed/page-kit/financial-times-o-private-foundation.ad9ee90944ee.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-private-foundation.ad9ee90944ee.bundle.js — 200 — 1.8 KiB — 38 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-x-engine.b64d09bbc27d.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-x-engine.b64d09bbc27d.bundle.js — 200 — 1.5 KiB — 108 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-ft-date-format.7c516a24dccf.bundle.js — 200 — 2.8 KiB — 111 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-o-grid.5fa09224f411.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-o-grid.5fa09224f411.bundle.js — 200 — 2.2 KiB — 114 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-n-tracking.cafe9286c64b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-tracking.cafe9286c64b.bundle.js — 200 — 7.3 KiB — 114 ms — h3https://www.ft.com/__assets/hashed/page-kit/financial-times-n-exponea.32bebc7d5a3b.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/financial-times-n-exponea.32bebc7d5a3b.bundle.js — 200 — 3.1 KiB — 115 ms — h3https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/301.ca2546bf8793.bundle.js — 200 — 98.8 KiB — 141 ms — h3https://www.ft.com/__assets/hashed/page-kit/scripts.5b347fae65d3.bundle.jswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/scripts.5b347fae65d3.bundle.js — 200 — 13.2 KiB — 122 ms — h3https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=Metric2-VF&system_code=origami&font_format=woff2www.ft.com/__origami/service/build/... https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=Metric2-VF&system_code=origami&font_format=woff2 — 200 — 121.4 KiB — 139 ms — h3https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=FinancierDisplay-VF&system_code=origami&font_format=woff2www.ft.com/__origami/service/build/... https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=FinancierDisplay-VF&system_code=origami&font_format=woff2 — 200 — 64.4 KiB — 140 ms — h3https://www.ft.com/__assets/hashed/page-kit/579.fc5bb38924ff.csswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/579.fc5bb38924ff.css — 200 — 28.4 KiB — 111 ms — h3https://www.ft.com/__assets/hashed/page-kit/page-kit-layout-styles.74508e04204a.csswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/page-kit-layout-styles.74508e04204a.css — 200 — 13.9 KiB — 31 ms — h3https://www.ft.com/__assets/hashed/page-kit/632.d01de9f81419.csswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/632.d01de9f81419.css — 200 — 28.0 KiB — 97 ms — h3https://www.ft.com/__assets/hashed/page-kit/styles.9b047f37ee5e.csswww.ft.com/__assets/hashed/page-kit... https://www.ft.com/__assets/hashed/page-kit/styles.9b047f37ee5e.css — 200 — 28.0 KiB — 105 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F9ca547d8-d4da-4110-a71c-2e427adfc9be.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F9ca547d8-d4da-4110-a71c-2e427adfc9be.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 30 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6fcf731e-9e59-45c5-b19b-b04cb45cc157.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6fcf731e-9e59-45c5-b19b-b04cb45cc157.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 137 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F9ca547d8-d4da-4110-a71c-2e427adfc9be.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F9ca547d8-d4da-4110-a71c-2e427adfc9be.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 19.2 KiB — 94 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6dd8b491-000b-4c84-a52c-1608fe6b0a9b.jpg?source=next-home-page&dpr=2&width=180&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6dd8b491-000b-4c84-a52c-1608fe6b0a9b.jpg?source=next-home-page&dpr=2&width=180&fit=scale-down — 301 — 374 B — 134 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6fcf731e-9e59-45c5-b19b-b04cb45cc157.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6fcf731e-9e59-45c5-b19b-b04cb45cc157.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 64.5 KiB — 27 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F812dbb8d-cef2-43e9-99df-faf3da2ce4b9.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F812dbb8d-cef2-43e9-99df-faf3da2ce4b9.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi — 301 — 387 B — 115 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe7f1e7a5-2a8b-4416-b480-6c106e3c7469.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe7f1e7a5-2a8b-4416-b480-6c106e3c7469.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi — 301 — 387 B — 113 ms — h3https://www.ft.com/__assets/creatives/manifest/manifest-v6.jsonwww.ft.com/__assets/creatives/manif... https://www.ft.com/__assets/creatives/manifest/manifest-v6.json — 200 — 1.8 KiB — 54 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F02644c48-fb38-4100-af99-eda523973f86.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F02644c48-fb38-4100-af99-eda523973f86.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 112 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffdbfee19-6de2-46e4-a813-b93911dc1e8f.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffdbfee19-6de2-46e4-a813-b93911dc1e8f.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 112 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa163d88b-fbfb-4cc4-bbfa-2c2d5e7243ba.jpg?source=next-home-page&dpr=2&width=580&height=435&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa163d88b-fbfb-4cc4-bbfa-2c2d5e7243ba.jpg?source=next-home-page&dpr=2&width=580&height=435&fit=cover&gravity=poi — 301 — 388 B — 112 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fwww.ft.com%2F__assets%2Fcreatives%2Fhomepage-beta%2Fnewswrap.jpg?source=next-home-page&dpr=2&width=280&height=280&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fwww.ft.com%2F__assets%2Fcreatives%2Fhomepage-beta%2Fnewswrap.jpg?source=next-home-page&dpr=2&width=280&height=280&fit=cover&gravity=poi — 301 — 373 B — 111 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F450a77be-59bc-4e5a-afe1-bf0bcce1c846?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F450a77be-59bc-4e5a-afe1-bf0bcce1c846?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi — 301 — 393 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F1039e728-0bca-4b6b-bbd8-2dd50ec7b1f9?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F1039e728-0bca-4b6b-bbd8-2dd50ec7b1f9?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi — 301 — 394 B — 111 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F2d5df8e3-b74e-4f99-b341-d1113862f858?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F2d5df8e3-b74e-4f99-b341-d1113862f858?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi — 301 — 394 B — 111 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F833489fb-5255-4b10-84a9-8f499e635b0c?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F833489fb-5255-4b10-84a9-8f499e635b0c?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi — 301 — 394 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fdf3b22b4-1e73-4215-a145-17df7eb54f5c.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fdf3b22b4-1e73-4215-a145-17df7eb54f5c.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F752253ca-c159-4ab3-baa7-58878d40e4da.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F752253ca-c159-4ab3-baa7-58878d40e4da.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fc1029dd5-576c-4efa-85c3-8c76b42b384d.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fc1029dd5-576c-4efa-85c3-8c76b42b384d.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F23981121-5a7e-4ef5-b676-782dd9211be1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F23981121-5a7e-4ef5-b676-782dd9211be1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4fe667c6-6b8a-4af8-9b45-d8ba526ffcce.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4fe667c6-6b8a-4af8-9b45-d8ba526ffcce.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 110 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fbab3d277-58e9-4291-ba7b-67444c17209f?source=next-home-page&dpr=2&width=180&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fbab3d277-58e9-4291-ba7b-67444c17209f?source=next-home-page&dpr=2&width=180&fit=scale-down — 301 — 381 B — 109 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fcd8011e3-eaf1-4a64-8c1e-0623b07e5a6f?source=next-home-page&dpr=2&width=180&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fcd8011e3-eaf1-4a64-8c1e-0623b07e5a6f?source=next-home-page&dpr=2&width=180&fit=scale-down — 301 — 380 B — 109 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Ff548f2ee-c28d-4ecb-81e2-42646fd65ab8?source=next-home-page&dpr=2&width=180&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Ff548f2ee-c28d-4ecb-81e2-42646fd65ab8?source=next-home-page&dpr=2&width=180&fit=scale-down — 301 — 380 B — 109 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F9a70e9dc-26ec-4b9c-bc3a-a3a02cef0fe9?source=next-home-page&dpr=2&width=180&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F9a70e9dc-26ec-4b9c-bc3a-a3a02cef0fe9?source=next-home-page&dpr=2&width=180&fit=scale-down — 301 — 380 B — 109 ms — h3https://bloomreach.ft.com/js/exponea.min.jsbloomreach.ft.com/js/exponea.min.js https://bloomreach.ft.com/js/exponea.min.js — 200 — 52.4 KiB — 471 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js — 200 — 186.4 KiB — 45 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68 — 200 — 176.8 KiB — 47 ms — h2https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=page-kit-layout&tint=%2333302E,%2333302E&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg — 301 — 321 B — 97 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=page-kit-layout&tint=%2333302E,%2333302E&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg — 301 — 318 B — 97 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:user?source=page-kit-layout&tint=%2333302E,%2333302E&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:user?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg — 301 — 317 B — 95 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0…www.w3.org/2000/svg' fill='none' vi... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0… — 200 — 0 B — 0 ms — datahttps://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_janan-ganesh-a7264456-e042-4bdb-bbdc-fee34c7a5cbb.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_janan-ganesh-a7264456-e042-4bdb-bbdc-fee34c7a5cbb.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 414 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4694fe0f-5e9a-4d5c-bae4-0e27211dddd6.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4694fe0f-5e9a-4d5c-bae4-0e27211dddd6.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb18da6c6-5f00-4822-b3c7-b6131945b5cd.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb18da6c6-5f00-4822-b3c7-b6131945b5cd.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 87 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7539c3ef-20f8-44c8-9f3a-3610c61eae93.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7539c3ef-20f8-44c8-9f3a-3610c61eae93.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 87 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fed9969d7-35ef-41e9-822e-ec7c2ab98a01.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fed9969d7-35ef-41e9-822e-ec7c2ab98a01.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 89 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb94fd751-5c69-4d40-8ff7-f8c087a22b77.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb94fd751-5c69-4d40-8ff7-f8c087a22b77.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7bf4a81c-e828-4a93-8c86-9040ab47e1e3.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7bf4a81c-e828-4a93-8c86-9040ab47e1e3.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ff1a65685-b90a-4b78-824e-a0668b2f3ab4.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ff1a65685-b90a-4b78-824e-a0668b2f3ab4.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 86 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffba42471-1084-4185-ac77-424343e7927b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffba42471-1084-4185-ac77-424343e7927b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F1d792b10-dd8c-4de5-91ef-28d5b440a118.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F1d792b10-dd8c-4de5-91ef-28d5b440a118.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa480b60e-3193-4881-b672-98f2550b8620.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa480b60e-3193-4881-b672-98f2550b8620.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe84b10bf-904e-47cc-a40f-bac086dc01ad.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe84b10bf-904e-47cc-a40f-bac086dc01ad.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 373 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F70e48fb0-1ff5-4806-8169-69cc770aeca1.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F70e48fb0-1ff5-4806-8169-69cc770aeca1.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F00c10209-6b9d-4cf2-93e1-07f49700339b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F00c10209-6b9d-4cf2-93e1-07f49700339b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 84 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F643bacc1-abc7-48ac-842d-b88698311f86.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F643bacc1-abc7-48ac-842d-b88698311f86.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 87 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7db43c41-ab09-45f9-ada9-31cf52110e19.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7db43c41-ab09-45f9-ada9-31cf52110e19.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down — 301 — 374 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_patti-waldmeir-718ee000-2ac6-4df9-89d8-9990e52eb821.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_patti-waldmeir-718ee000-2ac6-4df9-89d8-9990e52eb821.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 415 B — 82 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Fmartin_wolf__-11ecb108-991c-486c-87c7-758042e32245.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Fmartin_wolf__-11ecb108-991c-486c-87c7-758042e32245.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 408 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_anne-marie-slaughter-c67e236a-35f0-41fa-840d-100ef70547c8.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_anne-marie-slaughter-c67e236a-35f0-41fa-840d-100ef70547c8.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 419 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAnjana-Ahuja-a2b4b331-6dad-45b3-ba8c-bb3887b285f7.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAnjana-Ahuja-a2b4b331-6dad-45b3-ba8c-bb3887b285f7.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 408 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ftim_harford-a78410ec-249b-457f-b7d1-bb189f585e17.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ftim_harford-a78410ec-249b-457f-b7d1-bb189f585e17.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 407 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAndrewHill-7bf7bbc8-e2ed-412e-8fd1-c61bc130c753.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poiwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAndrewHill-7bf7bbc8-e2ed-412e-8fd1-c61bc130c753.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi — 301 — 406 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7b5b191b-d6bd-42ed-b6b3-29ebcba075b1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7b5b191b-d6bd-42ed-b6b3-29ebcba075b1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 374 B — 85 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa37c490c-d754-45f5-b0dd-fbabd55596a0.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa37c490c-d754-45f5-b0dd-fbabd55596a0.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down — 301 — 375 B — 86 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6dd8b491-000b-4c84-a52c-1608fe6b0a9b.jpg?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F6dd8b491-000b-4c84-a52c-1608fe6b0a9b.jpg?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=true — 200 — 6.9 KiB — 70 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe7f1e7a5-2a8b-4416-b480-6c106e3c7469.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe7f1e7a5-2a8b-4416-b480-6c106e3c7469.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 13.9 KiB — 72 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F02644c48-fb38-4100-af99-eda523973f86.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F02644c48-fb38-4100-af99-eda523973f86.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 80.3 KiB — 184 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffdbfee19-6de2-46e4-a813-b93911dc1e8f.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffdbfee19-6de2-46e4-a813-b93911dc1e8f.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 14.7 KiB — 121 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fwww.ft.com%2F__assets%2Fcreatives%2Fhomepage-beta%2Fnewswrap.jpg?source=next-home-page&dpr=2&width=280&height=280&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fwww.ft.com%2F__assets%2Fcreatives%2Fhomepage-beta%2Fnewswrap.jpg?source=next-home-page&dpr=2&width=280&height=280&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 20.8 KiB — 173 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F450a77be-59bc-4e5a-afe1-bf0bcce1c846?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F450a77be-59bc-4e5a-afe1-bf0bcce1c846?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 9.1 KiB — 89 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa163d88b-fbfb-4cc4-bbfa-2c2d5e7243ba.jpg?source=next-home-page&dpr=2&width=580&height=435&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa163d88b-fbfb-4cc4-bbfa-2c2d5e7243ba.jpg?source=next-home-page&dpr=2&width=580&height=435&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 56.4 KiB — 188 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F812dbb8d-cef2-43e9-99df-faf3da2ce4b9.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F812dbb8d-cef2-43e9-99df-faf3da2ce4b9.jpg?source=next-home-page&dpr=2&width=180&height=135&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 20.4 KiB — 88 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F1039e728-0bca-4b6b-bbd8-2dd50ec7b1f9?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F1039e728-0bca-4b6b-bbd8-2dd50ec7b1f9?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 24.2 KiB — 168 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F833489fb-5255-4b10-84a9-8f499e635b0c?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F833489fb-5255-4b10-84a9-8f499e635b0c?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 12.6 KiB — 112 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F2d5df8e3-b74e-4f99-b341-d1113862f858?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F2d5df8e3-b74e-4f99-b341-d1113862f858?source=next-home-page&dpr=2&width=180&height=180&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 11.0 KiB — 108 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fdf3b22b4-1e73-4215-a145-17df7eb54f5c.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fdf3b22b4-1e73-4215-a145-17df7eb54f5c.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 27.3 KiB — 166 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F752253ca-c159-4ab3-baa7-58878d40e4da.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F752253ca-c159-4ab3-baa7-58878d40e4da.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 37.0 KiB — 173 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fc1029dd5-576c-4efa-85c3-8c76b42b384d.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fc1029dd5-576c-4efa-85c3-8c76b42b384d.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 62.3 KiB — 177 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4fe667c6-6b8a-4af8-9b45-d8ba526ffcce.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4fe667c6-6b8a-4af8-9b45-d8ba526ffcce.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 33.5 KiB — 166 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F23981121-5a7e-4ef5-b676-782dd9211be1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F23981121-5a7e-4ef5-b676-782dd9211be1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 49.0 KiB — 180 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fbab3d277-58e9-4291-ba7b-67444c17209f?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fbab3d277-58e9-4291-ba7b-67444c17209f?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=true — 200 — 9.4 KiB — 110 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fcd8011e3-eaf1-4a64-8c1e-0623b07e5a6f?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Fcd8011e3-eaf1-4a64-8c1e-0623b07e5a6f?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=true — 200 — 11.2 KiB — 114 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Ff548f2ee-c28d-4ecb-81e2-42646fd65ab8?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2Ff548f2ee-c28d-4ecb-81e2-42646fd65ab8?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=true — 200 — 13.2 KiB — 114 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F9a70e9dc-26ec-4b9c-bc3a-a3a02cef0fe9?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F9a70e9dc-26ec-4b9c-bc3a-a3a02cef0fe9?source=next-home-page&dpr=2&width=180&fit=scale-down&redirect-from-v2=true — 200 — 7.1 KiB — 115 ms — h3https://images.ft.com/v3/image/raw/fticon-v1:hamburger?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/fticon-v... https://images.ft.com/v3/image/raw/fticon-v1:hamburger?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=true — 200 — 879 B — 90 ms — h3https://images.ft.com/v3/image/raw/fticon-v1:user?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/fticon-v... https://images.ft.com/v3/image/raw/fticon-v1:user?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=true — 200 — 1.0 KiB — 91 ms — h3https://images.ft.com/v3/image/raw/fticon-v1:search?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/fticon-v... https://images.ft.com/v3/image/raw/fticon-v1:search?source=page-kit-layout&tint=%2333302E,%2333302E&format=svg&redirect-from-v2=true — 200 — 1.0 KiB — 92 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4694fe0f-5e9a-4d5c-bae4-0e27211dddd6.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4694fe0f-5e9a-4d5c-bae4-0e27211dddd6.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 19.1 KiB — 75 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb94fd751-5c69-4d40-8ff7-f8c087a22b77.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb94fd751-5c69-4d40-8ff7-f8c087a22b77.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 34.4 KiB — 93 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_janan-ganesh-a7264456-e042-4bdb-bbdc-fee34c7a5cbb.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_janan-ganesh-a7264456-e042-4bdb-bbdc-fee34c7a5cbb.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 33.6 KiB — 98 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb18da6c6-5f00-4822-b3c7-b6131945b5cd.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fb18da6c6-5f00-4822-b3c7-b6131945b5cd.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 20.2 KiB — 86 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7539c3ef-20f8-44c8-9f3a-3610c61eae93.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7539c3ef-20f8-44c8-9f3a-3610c61eae93.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 17.7 KiB — 75 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7bf4a81c-e828-4a93-8c86-9040ab47e1e3.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7bf4a81c-e828-4a93-8c86-9040ab47e1e3.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 6.8 KiB — 75 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fed9969d7-35ef-41e9-822e-ec7c2ab98a01.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fed9969d7-35ef-41e9-822e-ec7c2ab98a01.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 20.4 KiB — 81 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F1d792b10-dd8c-4de5-91ef-28d5b440a118.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F1d792b10-dd8c-4de5-91ef-28d5b440a118.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 22.0 KiB — 84 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F70e48fb0-1ff5-4806-8169-69cc770aeca1.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F70e48fb0-1ff5-4806-8169-69cc770aeca1.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 18.1 KiB — 78 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe84b10bf-904e-47cc-a40f-bac086dc01ad.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fe84b10bf-904e-47cc-a40f-bac086dc01ad.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 20.7 KiB — 87 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa480b60e-3193-4881-b672-98f2550b8620.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa480b60e-3193-4881-b672-98f2550b8620.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 24.0 KiB — 90 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ff1a65685-b90a-4b78-824e-a0668b2f3ab4.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ff1a65685-b90a-4b78-824e-a0668b2f3ab4.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 18.8 KiB — 86 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F00c10209-6b9d-4cf2-93e1-07f49700339b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F00c10209-6b9d-4cf2-93e1-07f49700339b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 15.4 KiB — 79 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_patti-waldmeir-718ee000-2ac6-4df9-89d8-9990e52eb821.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_patti-waldmeir-718ee000-2ac6-4df9-89d8-9990e52eb821.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 23.3 KiB — 91 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffba42471-1084-4185-ac77-424343e7927b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffba42471-1084-4185-ac77-424343e7927b.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 14.7 KiB — 79 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F643bacc1-abc7-48ac-842d-b88698311f86.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F643bacc1-abc7-48ac-842d-b88698311f86.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 21.3 KiB — 91 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7db43c41-ab09-45f9-ada9-31cf52110e19.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7db43c41-ab09-45f9-ada9-31cf52110e19.jpg?source=next-home-page&dpr=2&width=280&fit=scale-down&redirect-from-v2=true — 200 — 15.4 KiB — 79 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Fmartin_wolf__-11ecb108-991c-486c-87c7-758042e32245.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Fmartin_wolf__-11ecb108-991c-486c-87c7-758042e32245.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 29.4 KiB — 91 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAnjana-Ahuja-a2b4b331-6dad-45b3-ba8c-bb3887b285f7.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAnjana-Ahuja-a2b4b331-6dad-45b3-ba8c-bb3887b285f7.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 34.0 KiB — 94 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ftim_harford-a78410ec-249b-457f-b7d1-bb189f585e17.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ftim_harford-a78410ec-249b-457f-b7d1-bb189f585e17.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 27.6 KiB — 94 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7b5b191b-d6bd-42ed-b6b3-29ebcba075b1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7b5b191b-d6bd-42ed-b6b3-29ebcba075b1.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 21.9 KiB — 94 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_anne-marie-slaughter-c67e236a-35f0-41fa-840d-100ef70547c8.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2Ffthead-v1_anne-marie-slaughter-c67e236a-35f0-41fa-840d-100ef70547c8.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 5.1 KiB — 94 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa37c490c-d754-45f5-b0dd-fbabd55596a0.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa37c490c-d754-45f5-b0dd-fbabd55596a0.jpg?source=next-home-page&dpr=2&width=580&fit=scale-down&redirect-from-v2=true — 200 — 33.6 KiB — 95 ms — h3https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAndrewHill-7bf7bbc8-e2ed-412e-8fd1-c61bc130c753.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=trueimages.ft.com/v3/image/raw/https%3A... https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fuploaded-files%2FAndrewHill-7bf7bbc8-e2ed-412e-8fd1-c61bc130c753.png?source=next-home-page&dpr=2&width=40&height=40&fit=cover&gravity=poi&redirect-from-v2=true — 200 — 4.9 KiB — 95 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0…www.w3.org/2000/svg' fill='none' vi... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0… — 200 — 0 B — 0 ms — datahttps://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=page-kit-layout&tint=%23FFFFFF,%23FFFFFF&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=page-kit-layout&tint=%23FFFFFF,%23FFFFFF&format=svg — 301 — 324 B — 88 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-nikkei-tagline?source=page-kit-layout&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-nikkei-tagline?source=page-kit-layout&format=svg — 301 — 308 B — 86 ms — h3https://images.ft.com/v3/image/raw/fticon-v1:arrow-right?source=page-kit-layout&tint=%23FFFFFF,%23FFFFFF&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/fticon-v... https://images.ft.com/v3/image/raw/fticon-v1:arrow-right?source=page-kit-layout&tint=%23FFFFFF,%23FFFFFF&format=svg&redirect-from-v2=true — 200 — 833 B — 13 ms — h3https://images.ft.com/v3/image/raw/ftlogo:brand-nikkei-tagline?source=page-kit-layout&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/ftlogo:b... https://images.ft.com/v3/image/raw/ftlogo:brand-nikkei-tagline?source=page-kit-layout&format=svg&redirect-from-v2=true — 200 — 2.0 KiB — 11 ms — h3https://privacy.ft.com/api/v1/compliance-region.jsonprivacy.ft.com/api/v1/compliance-re... https://privacy.ft.com/api/v1/compliance-region.json — 200 — 334 B — 113 ms — h2https://markets-data-api-proxy.ft.com/research/webservices/securities/v1/quotes?symbols=INX:IOM,SHI:SHH,FTSE:FSI,EURUSD,IB.1:IEU,JPMUS10YCMY:REUmarkets-data-api-proxy.ft.com/resea... https://markets-data-api-proxy.ft.com/research/webservices/securities/v1/quotes?symbols=INX:IOM,SHI:SHH,FTSE:FSI,EURUSD,IB.1:IEU,JPMUS10YCMY:REU — 200 — 2.1 KiB — 369 ms — h3https://spoor-api.ft.com/ingest?type=amplitudeExperiment:exposurespoor-api.ft.com/ingest?type=amplit... https://spoor-api.ft.com/ingest?type=amplitudeExperiment:exposure — 202 — 478 B — 494 ms — h2https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.jsconsent-manager.ft.com/unified/wrap... https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 125 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=ft.com&domain=ft.com&path=%2F%3Fedition%3Dinternationalmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=ft.com&domain=ft.com&path=%2F%3Fedition%3Dinternational — 200 — 527 B — 13 ms — h2https://ping.chartbeat.net/ping?h=ft.com&p=www.ft.com%2F%3Fedition%3Dinternational&u=pvkA_BphCCDDH3VCa&d=ft.com&g=14181&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=9091&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.ft.com%2F&b=1116&t=DfDoEnBFZE140y5t0CsOFQBRMdNd&V=150&i=FT.com%20home%20page%20international%20edition&tz=0&sn=1&sv=D3avtgCKlT2GDk8oJ5D6fGOsB5vCbY&sr=external&sd=1&im=0e07040a&_ping.chartbeat.net/ping?h=ft.com&p=... https://ping.chartbeat.net/ping?h=ft.com&p=www.ft.com%2F%3Fedition%3Dinternational&u=pvkA_BphCCDDH3VCa&d=ft.com&g=14181&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=9091&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.ft.com%2F&b=1116&t=DfDoEnBFZE140y5t0CsOFQBRMdNd&V=150&i=FT.com%20home%20page%20international%20edition&tz=0&sn=1&sv=D3avtgCKlT2GDk8oJ5D6fGOsB5vCbY&sr=external&sd=1&im=0e07040a&_ — 200 — 201 B — 737 ms — h2https://spoor-api.ft.com/ingest?type=page:scrolldepthspoor-api.ft.com/ingest?type=page:s... https://spoor-api.ft.com/ingest?type=page:scrolldepth — 202 — 145 B — 493 ms — h2https://spoor-api.ft.com/ingest?type=page:scrolldepthspoor-api.ft.com/ingest?type=page:s... https://spoor-api.ft.com/ingest?type=page:scrolldepth — 202 — 140 B — 493 ms — h2https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundlebloomreach.ft.com/webxp/projects/d6... https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundle — 200 — 23.2 KiB — 347 ms — h3https://consent-manager.ft.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jsconsent-manager.ft.com/unified/4.40... https://consent-manager.ft.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 14 ms — h2https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jsconsent-manager.ft.com/unified/4.40... https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 17 ms — h2https://consent-manager.ft.com/wrapper/v2/meta-data?hasCsp=true&accountId=1906&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=31642&scriptVersion=4.40.1&scriptType=unifiedconsent-manager.ft.com/wrapper/v2/m... https://consent-manager.ft.com/wrapper/v2/meta-data?hasCsp=true&accountId=1906&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=31642&scriptVersion=4.40.1&scriptType=unified — 200 — 1.0 KiB — 18 ms — h2https://spoor-api.ft.com/ingest?type=page:viewspoor-api.ft.com/ingest?type=page:v... https://spoor-api.ft.com/ingest?type=page:view — 202 — 141 B — 498 ms — h2https://consent-manager.ft.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1906%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent-manager.ft.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.ft.com%2F%22%2C%22propertyId%22%3A31642%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unifiedconsent-manager.ft.com/wrapper/v2/m... https://consent-manager.ft.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1906%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent-manager.ft.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.ft.com%2F%22%2C%22propertyId%22%3A31642%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unified — 200 — 6.4 KiB — 6 ms — h2https://bloomreach.ft.com/bulkbloomreach.ft.com/bulk https://bloomreach.ft.com/bulk — 200 — 446 B — 304 ms — h2https://consent-manager.ft.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unifiedconsent-manager.ft.com/wrapper/v2/p... https://consent-manager.ft.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 179 ms — h2https://consent-manager.ft.com/index.html?hasCsp=true&message_id=1450277&consentUUID=null&consent_origin=https%3A%2F%2Fconsent-manager.ft.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1consent-manager.ft.com/index.html?h... https://consent-manager.ft.com/index.html?hasCsp=true&message_id=1450277&consentUUID=null&consent_origin=https%3A%2F%2Fconsent-manager.ft.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 9 ms — h2https://markets-data-api-proxy.ft.com/research/webservices/securities/v1/quotes?symbols=INX:IOM,SHI:SHH,FTSE:FSI,EURUSD,IB.1:IEU,JPMUS10YCMY:REUmarkets-data-api-proxy.ft.com/resea... https://markets-data-api-proxy.ft.com/research/webservices/securities/v1/quotes?symbols=INX:IOM,SHI:SHH,FTSE:FSI,EURUSD,IB.1:IEU,JPMUS10YCMY:REU — 200 — 0 B — 2 ms — h3https://consent-manager.ft.com/Notice.30929.cssconsent-manager.ft.com/Notice.30929... https://consent-manager.ft.com/Notice.30929.css — 200 — 6.7 KiB — 6 ms — h2https://consent-manager.ft.com/polyfills.01516.jsconsent-manager.ft.com/polyfills.01... https://consent-manager.ft.com/polyfills.01516.js — 200 — 2.3 KiB — 7 ms — h2https://consent-manager.ft.com/Notice.8f529.jsconsent-manager.ft.com/Notice.8f529... https://consent-manager.ft.com/Notice.8f529.js — 200 — 91.2 KiB — 12 ms — h2https://www.ft.com/__assets/hashed/pg-ads/adapters/v3.7.0/dotcom-home-page.min.jswww.ft.com/__assets/hashed/pg-ads/a... https://www.ft.com/__assets/hashed/pg-ads/adapters/v3.7.0/dotcom-home-page.min.js — 200 — 11.6 KiB — 29 ms — h3https://consent-manager.ft.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unifiedconsent-manager.ft.com/wrapper/v2/p... https://consent-manager.ft.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=489133669489133669973e4891378064370&scriptVersion=4.40.1&scriptType=unified — 200 — 750 B — 171 ms — h2https://cdn.adsafeprotected.com/iasPET.1.jscdn.adsafeprotected.com/iasPET.1.js https://cdn.adsafeprotected.com/iasPET.1.js — 200 — 6.7 KiB — 22 ms — http/1.1https://consent-manager.ft.com/consent/tcfv2/vendor-list/categories?siteId=31642consent-manager.ft.com/consent/tcfv... https://consent-manager.ft.com/consent/tcfv2/vendor-list/categories?siteId=31642 — 200 — 1.1 KiB — 5 ms — h2https://consent-manager.ft.com/consent/tcfv2/vendor-list/categories?siteId=31642&consentLanguage=enconsent-manager.ft.com/consent/tcfv... https://consent-manager.ft.com/consent/tcfv2/vendor-list/categories?siteId=31642&consentLanguage=en — 200 — 1.1 KiB — 4 ms — h2https://spoor-api.ft.com/ingest?type=component:viewspoor-api.ft.com/ingest?type=compon... https://spoor-api.ft.com/ingest?type=component:view — 202 — 163 B — 535 ms — h2https://bloomreach.ft.com/bulkbloomreach.ft.com/bulk https://bloomreach.ft.com/bulk — 200 — 332 B — 304 ms — h3https://bloomreach.ft.com/managed-tags/showbloomreach.ft.com/managed-tags/show https://bloomreach.ft.com/managed-tags/show — 200 — 83 B — 338 ms — h3https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/cookies/a7f0741b-0a5b-41df-987f-9e0e65d629b8/link-idsbloomreach.ft.com/webxp/projects/d6... https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/cookies/a7f0741b-0a5b-41df-987f-9e0e65d629b8/link-ids — 200 — 40 B — 315 ms — h3https://bloomreach.ft.com/campaigns/banners/showbloomreach.ft.com/campaigns/banners... https://bloomreach.ft.com/campaigns/banners/show — 200 — 2.6 KiB — 1.3 s — h3https://consent-manager.ft.com/mms/set_consent_cookies?consentUUID=6fd1fffa-9c6a-4efc-b14e-c4c54f8f7caa&consentUUID_maxAge=31536000&hasCsp=trueconsent-manager.ft.com/mms/set_cons... https://consent-manager.ft.com/mms/set_consent_cookies?consentUUID=6fd1fffa-9c6a-4efc-b14e-c4c54f8f7caa&consentUUID_maxAge=31536000&hasCsp=true — 200 — 393 B — 482 ms — h2https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Regular&system_code=origami&version=1.12www.ft.com/__origami/service/build/... https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Regular&system_code=origami&version=1.12 — 200 — 29.8 KiB — 37 ms — h3https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Semibold&system_code=origami&version=1.12www.ft.com/__origami/service/build/... https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Semibold&system_code=origami&version=1.12 — 200 — 31.8 KiB — 37 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gpt — 200 — 23.1 KiB — 14 ms — h3https://spoor-api.ft.com/ingest?type=component:mountspoor-api.ft.com/ingest?type=compon... https://spoor-api.ft.com/ingest?type=component:mount — 202 — 465 B — 498 ms — h3https://spoor-api.ft.com/ingest?type=component:mountspoor-api.ft.com/ingest?type=compon... https://spoor-api.ft.com/ingest?type=component:mount — 202 — 466 B — 494 ms — h3https://spoor-api.ft.com/ingest?type=component:mountspoor-api.ft.com/ingest?type=compon... https://spoor-api.ft.com/ingest?type=component:mount — 202 — 466 B — 496 ms — h3https://cdn.brandmetrics.com/survey/script/45b903c6-675b-4a9b-85db-13385a3d6084.jscdn.brandmetrics.com/survey/script/... https://cdn.brandmetrics.com/survey/script/45b903c6-675b-4a9b-85db-13385a3d6084.js — 200 — 3.6 KiB — 21 ms — h2https://images.ft.com/v3/image/raw/ftlogo-v1%3Abrand-ft-logo-square-coloured?source=page-kit&format=svgimages.ft.com/v3/image/raw/ftlogo-v... https://images.ft.com/v3/image/raw/ftlogo-v1%3Abrand-ft-logo-square-coloured?source=page-kit&format=svg — 200 — 1.1 KiB — 11 ms — h3https://bloomreach.ft.com/webxp/script/d6e5bd4c-9228-11eb-a414-9a67e462410e/a7f0741b-0a5b-41df-987f-9e0e65d629b8/modifications.min.js?http-referer=https%3A%2F%2Fwww.ft.com%2F&cookie-expires=1792018801bloomreach.ft.com/webxp/script/d6e5... https://bloomreach.ft.com/webxp/script/d6e5bd4c-9228-11eb-a414-9a67e462410e/a7f0741b-0a5b-41df-987f-9e0e65d629b8/modifications.min.js?http-referer=https%3A%2F%2Fwww.ft.com%2F&cookie-expires=1792018801 — 200 — 15.2 KiB — 370 ms — h3https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundlebloomreach.ft.com/webxp/projects/d6... https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundle — 200 — 23.2 KiB — 351 ms — h3https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=next-home-page&tint=%23FFFFFF,%23FFFFFF&format=svgwww.ft.com/__origami/service/image/... https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=next-home-page&tint=%23FFFFFF,%23FFFFFF&format=svg — 301 — 319 B — 20 ms — h3https://images.ft.com/v3/image/raw/fticon-v1:cross?source=next-home-page&tint=%23FFFFFF,%23FFFFFF&format=svg&redirect-from-v2=trueimages.ft.com/v3/image/raw/fticon-v... https://images.ft.com/v3/image/raw/fticon-v1:cross?source=next-home-page&tint=%23FFFFFF,%23FFFFFF&format=svg&redirect-from-v2=true — 200 — 1.0 KiB — 10 ms — h3https://bloomreach.ft.com/bulkbloomreach.ft.com/bulk https://bloomreach.ft.com/bulk — 200 — 139 B — 309 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1286ms · 744KB · £13/mo
Unattributable
Other
Costly
Execution 294ms
Transfer 0 KB
Monthly Cost £3/mo
www.ft.com
Other
Costly
Execution 287ms
Transfer 41 KB
Monthly Cost £3/mo
consent-manager.ft.com
Other
Optional
Execution 148ms
Transfer 91 KB
Unused 68%
Monthly Cost £2/mo
Google Tag Manager
Tag Manager
Optional
Execution 141ms
Transfer 177 KB
Unused 42%
Monthly Cost £1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 110ms
Transfer 186 KB
Unused 77%
Monthly Cost £1/mo
consent-manager.ft.com
Other
Optional
Execution 79ms
Transfer 42 KB
Monthly Cost £1/mo
www.ft.com
Other
Optional
Execution 60ms
Transfer 13 KB
Monthly Cost £1/mo
www.ft.com
Other
Optional
Execution 57ms
Transfer 99 KB
Unused 71%
Monthly Cost £1/mo
consent-manager.ft.com
Other
Optional
Execution 55ms
Transfer 42 KB
Unused 51%
Monthly Cost £1/mo
bloomreach.ft.com
Other
Optional
Execution 55ms
Transfer 52 KB
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • Unattributable adds 294ms and costs ~£3/month
  • www.ft.com adds 287ms and costs ~£3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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 294ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.ft.com takes 287ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

77% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of www.ft.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of consent-manager.ft.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback