Skip to content
https://newstatesman.com

Performance

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

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
79
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.18 s

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

5.01 s

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

241 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.002

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

5.49 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
7.1 MB transferred, 184 requests
FIX
7.1 MB transferred, 184 requests
Critical::
Page weighs 13.9 MB (7.1 MB transferred)
Warning::
Images are 3.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.9 MB
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Info::
Fonts are 329 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 329 KB
Warning::
184 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.1 MB / 2.4 MB budget
7.1 MB transferred
184 requests
1.5 g CO2 per page load
Images 3.9 MiB 55%
JavaScript 2.5 MiB 35%
Fonts 328.7 KiB 5%
Other 165.4 KiB 2%
CSS 116.1 KiB 2%
HTML 46.0 KiB 1%
Other 32.9 KiB 0%
Other 14.7 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 (7.1 MiB of 7.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
75 scripts, 1.1 MB unused
FIX
75 scripts, 1.1 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 242 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 130 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-RZSP...: 84 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 80 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-eu.piano.io/api/tinypass.min.js: 79 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1169 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB242 KB (67%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945188 KB130 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=G-RZSPMMFSFZ174 KB84 KB (49%)3rd
https://accounts.google.com/gsi/client96 KB80 KB (83%)3rd
https://cdn-eu.piano.io/api/tinypass.min.js133 KB79 KB (60%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MDH5VM9172 KB71 KB (41%)3rd
https://www.newstatesman.com/wp-content/themes/newstatesman/assets/js/prebid.js92 KB63 KB (68%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PXMM80QJTK&cx=c&gtm=4e64h1155 KB62 KB (40%)3rd
https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otBannerSdk.js112 KB55 KB (49%)3rd
https://news.google.com/swg/js/v1/swg.js71 KB47 KB (69%)3rd

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

F
Page Weight Inventory
Action
184 resources · 7.1 MB · 1.1 MB savings available
FIX
184 resources · 7.1 MB · 1.1 MB savings available
Warning::
Page weight 6.1 MB over 1MB target
Got: 7.1 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
183 third-party resources (100% of weight)
Info::
5 resources over 200KB
184 resources · 7.1 MiB · 183 third-party 6.1 MiB over 1MB target
Image 55% · 3.9 MiB
JavaScript 37% · 2.6 MiB
Font 5% · 328.7 KiB
CSS 2% · 120.4 KiB
Other 1% · 52.1 KiB
Document 1% · 47.2 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
C
Image Optimization
Action
56 images, 0 KB saveable
REVIEW
56 images, 0 KB saveable
Warning::
https://dl6pgk4f88hky.cloudfront.net/2026/04/15/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.newstatesman.com/wp-content/uploads/si... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.newstatesman.com/wp-content/themes/new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.newstatesman.com/wp-content/themes/new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.newstatesman.com/wp-content/themes/new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
56 images 3.9 MB
0 oversized -0 KB
26 legacy format
5 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

C
JS Execution Cost
Action
1494ms total JS execution
REVIEW
1494ms total JS execution
Warning::
https://www.newstatesman.com/: 276ms CPU time
Info::
Unattributable: 231ms CPU time
Info::
https://caltrop.io/new-statesman/caltrop.js: 202ms CPU time
Info::
https://cdn-ukwest.onetrust.com/scripttemplates/20...: 173ms CPU time
Info::
https://www.newstatesman.com/wp-content/plugins/ns...: 136ms CPU time
Warning::
Third-party scripts: 1494ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 15% Style & Layout 9% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.newstatesman.com/276ms20ms5ms3rd
Unattributable231ms16ms0ms3rd
https://caltrop.io/new-statesman/caltrop.js202ms195ms4ms3rd
https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otTCF.js173ms159ms1ms3rd
https://www.newstatesman.com/wp-content/plugins/nsmg-polls/assets/public/js/main.js136ms119ms1ms3rd
https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otBannerSdk.js98ms63ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MDH5VM993ms73ms10ms3rd
https://cdn-eu.piano.io/api/tinypass.min.js92ms71ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PXMM80QJTK&cx=c&gtm=4e64h168ms59ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-RZSPMMFSFZ68ms56ms11ms3rd

Showing top 10 of 11 scripts

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
9 fonts (329 KB)
PASS
9 fonts (329 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

329 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.0 sdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 145 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Light-Web.woff2Canela-Light-Web.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Light-Web.woff2 — 32.9 KiB — 17 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Regular.woff2RegModn-Regular.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Regular.woff2 — 28.6 KiB — 26 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/figaroicon.woff?figaroicon.woff https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/figaroicon.woff? — 6.3 KiB — 28 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-ExtraBold.woff2RegModn-ExtraBold.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-ExtraBold.woff2 — 33.0 KiB — 74 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Bold.woff2RegModn-Bold.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Bold.woff2 — 32.8 KiB — 74 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Medium-Web.woff2Canela-Medium-Web.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Medium-Web.woff2 — 33.7 KiB — 80 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Regular-Web.woff2Canela-Regular-Web.woff2 https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Regular-Web.woff2 — 32.1 KiB — 80 ms — font-display: swaphttps://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/fig-icons.woff2fig-icons.woff2 https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/fig-icons.woff2 — 127.7 KiB — 72 ms — font-display: swap
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 145 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Canela-Light-Web.woff2 woff2 swap
Size 33 KB
Load time 17 ms
Start 271 ms
Risk FOUT — text flashes from fallback to web font
RegModn-Regular.woff2 woff2 swap
Size 29 KB
Load time 26 ms
Start 272 ms
Risk FOUT — text flashes from fallback to web font
figaroicon.woff woff swap
Size 6 KB
Load time 28 ms
Start 272 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RegModn-ExtraBold.woff2 woff2 swap
Size 33 KB
Load time 74 ms
Start 274 ms
Risk FOUT — text flashes from fallback to web font
RegModn-Bold.woff2 woff2 swap
Size 33 KB
Load time 74 ms
Start 274 ms
Risk FOUT — text flashes from fallback to web font
Canela-Medium-Web.woff2 woff2 swap
Size 34 KB
Load time 80 ms
Start 274 ms
Risk FOUT — text flashes from fallback to web font
Canela-Regular-Web.woff2 woff2 swap
Size 32 KB
Load time 80 ms
Start 274 ms
Risk FOUT — text flashes from fallback to web font
fig-icons.woff2 woff2 swap
Size 128 KB
Load time 72 ms
Start 275 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
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 ~66 KB and ~132 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
A
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: public, max-age=86400
Info::
Effective TTL: 1 day (max-age=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=86400

DirectiveValueMeaning
publicAny cache may store this response
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
184 requests over 4482ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.0 shttps://newstatesman.com// https://newstatesman.com/ — 301 — 449 B — 9 ms — h2https://www.newstatesman.com//www.newstatesman.com// https://www.newstatesman.com// — 301 — 280 B — 10 ms — h2https://www.newstatesman.com/www.newstatesman.com/ https://www.newstatesman.com/ — 200 — 45.2 KiB — 6 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 81 ms — h2https://www.newstatesman.com/wp-includes/css/dist/components/style.min.csswww.newstatesman.com/wp-includes/cs... https://www.newstatesman.com/wp-includes/css/dist/components/style.min.css — 200 — 16.9 KiB — 22 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.css — 200 — 3.6 KiB — 33 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/all-newsletters.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/all-newsletters.min.css — 200 — 3.6 KiB — 30 ms — h2https://www.newstatesman.com/wp-content/plugins/storefronts/assets/css/main_NS.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/storefronts/assets/css/main_NS.min.css — 200 — 10.8 KiB — 18 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/css/style.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/css/style.css — 200 — 1.9 KiB — 20 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.csswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.css — 200 — 4.8 KiB — 26 ms — h2https://www.newstatesman.com/wp-content/themes/figaro/style.csswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/figaro/style.css — 200 — 473 B — 30 ms — h2https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/main.css?v=1776326425www.newstatesman.com/code/wp-conten... https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/main.css?v=1776326425 — 200 — 54.0 KiB — 38 ms — h2https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/article.css?v=1776326425www.newstatesman.com/code/wp-conten... https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/article.css?v=1776326425 — 200 — 10.8 KiB — 24 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.css — 200 — 275 B — 16 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.css — 200 — 811 B — 31 ms — h2https://www.newstatesman.com/wp-includes/js/jquery/jquery.min.jswww.newstatesman.com/wp-includes/js... https://www.newstatesman.com/wp-includes/js/jquery/jquery.min.js — 200 — 34.9 KiB — 38 ms — h2https://caltrop.io/new-statesman/caltrop-init.jscaltrop.io/new-statesman/caltrop-in... https://caltrop.io/new-statesman/caltrop-init.js — 200 — 1.1 KiB — 64 ms — h3https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-1131974342-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-1131974342-1038x778.jpg — 200 — 84.0 KiB — 46 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/TNS_master_logo.svgwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/TNS_master_logo.svg — 200 — 2.8 KiB — 10 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/07/TNS_avatar.svgwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/07/TNS_avatar.svg — 200 — 1.3 KiB — 13 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/15/202616-online-angry-young-women.no-barcode-scaled.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/15/202616-online-angry-young-women.no-barcode-scaled.jpg — 200 — 538.5 KiB — 14 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2023/09/27/MeganKenyon1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2023/09/27/MeganKenyon1-177x177.png — 200 — 12.0 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/js/datalayer.min.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/js/datalayer.min.js — 200 — 1.8 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.js — 200 — 4.2 KiB — 7 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 72 ms — h3https://www.newstatesman.com/wp-content/plugins/nsmg-campaigns/assets/public/js/main.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-campaigns/assets/public/js/main.min.js — 200 — 29.8 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/plugins/nsmg-polls/assets/public/js/main.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-polls/assets/public/js/main.js — 200 — 13.8 KiB — 5 ms — h2https://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/2e597544-b1c7-4c28-ae67-3ba5ee5ae447.jsoncdn-ukwest.onetrust.com/consent/2e5... https://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/2e597544-b1c7-4c28-ae67-3ba5ee5ae447.json — 200 — 2.1 KiB — 98 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=2326sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=2326 — 200 — 58.5 KiB — 102 ms — h3https://www.newstatesman.com/wp-content/plugins/nsmg-tracking/js/datalayer.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-tracking/js/datalayer.js — 200 — 642 B — 15 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.0 shttps://newstatesman.com// https://newstatesman.com/ — 301 — 449 B — 9 ms — h2https://www.newstatesman.com//www.newstatesman.com// https://www.newstatesman.com// — 301 — 280 B — 10 ms — h2https://www.newstatesman.com/www.newstatesman.com/ https://www.newstatesman.com/ — 200 — 45.2 KiB — 6 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 81 ms — h2https://www.newstatesman.com/wp-includes/css/dist/components/style.min.csswww.newstatesman.com/wp-includes/cs... https://www.newstatesman.com/wp-includes/css/dist/components/style.min.css — 200 — 16.9 KiB — 22 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.css — 200 — 3.6 KiB — 33 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/all-newsletters.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/all-newsletters.min.css — 200 — 3.6 KiB — 30 ms — h2https://www.newstatesman.com/wp-content/plugins/storefronts/assets/css/main_NS.min.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/storefronts/assets/css/main_NS.min.css — 200 — 10.8 KiB — 18 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/css/style.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/css/style.css — 200 — 1.9 KiB — 20 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.csswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.css — 200 — 4.8 KiB — 26 ms — h2https://www.newstatesman.com/wp-content/themes/figaro/style.csswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/figaro/style.css — 200 — 473 B — 30 ms — h2https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/main.css?v=1776326425www.newstatesman.com/code/wp-conten... https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/main.css?v=1776326425 — 200 — 54.0 KiB — 38 ms — h2https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/article.css?v=1776326425www.newstatesman.com/code/wp-conten... https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nscss/article.css?v=1776326425 — 200 — 10.8 KiB — 24 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.css — 200 — 275 B — 16 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.csswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.css — 200 — 811 B — 31 ms — h2https://www.newstatesman.com/wp-includes/js/jquery/jquery.min.jswww.newstatesman.com/wp-includes/js... https://www.newstatesman.com/wp-includes/js/jquery/jquery.min.js — 200 — 34.9 KiB — 38 ms — h2https://caltrop.io/new-statesman/caltrop-init.jscaltrop.io/new-statesman/caltrop-in... https://caltrop.io/new-statesman/caltrop-init.js — 200 — 1.1 KiB — 64 ms — h3https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-1131974342-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-1131974342-1038x778.jpg — 200 — 84.0 KiB — 46 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/TNS_master_logo.svgwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/TNS_master_logo.svg — 200 — 2.8 KiB — 10 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/07/TNS_avatar.svgwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/07/TNS_avatar.svg — 200 — 1.3 KiB — 13 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/15/202616-online-angry-young-women.no-barcode-scaled.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/15/202616-online-angry-young-women.no-barcode-scaled.jpg — 200 — 538.5 KiB — 14 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2023/09/27/MeganKenyon1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2023/09/27/MeganKenyon1-177x177.png — 200 — 12.0 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/js/datalayer.min.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/js/datalayer.min.js — 200 — 1.8 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/july22-nsmg-newsletter-settings/themeAssets/figaroTheme/newsletters.min.js — 200 — 4.2 KiB — 7 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 72 ms — h3https://www.newstatesman.com/wp-content/plugins/nsmg-campaigns/assets/public/js/main.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-campaigns/assets/public/js/main.min.js — 200 — 29.8 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/plugins/nsmg-polls/assets/public/js/main.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-polls/assets/public/js/main.js — 200 — 13.8 KiB — 5 ms — h2https://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/2e597544-b1c7-4c28-ae67-3ba5ee5ae447.jsoncdn-ukwest.onetrust.com/consent/2e5... https://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/2e597544-b1c7-4c28-ae67-3ba5ee5ae447.json — 200 — 2.1 KiB — 98 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=2326sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=2326 — 200 — 58.5 KiB — 102 ms — h3https://www.newstatesman.com/wp-content/plugins/nsmg-tracking/js/datalayer.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-tracking/js/datalayer.js — 200 — 642 B — 15 ms — h2https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/googleTagManager.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/googleTagManager.js — 200 — 732 B — 18 ms — h2https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/permutive.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/permutive.js — 200 — 4.5 KiB — 22 ms — h2https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/permutiveData.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/nsmg-tracking//js/permutiveData.min.js — 200 — 1.1 KiB — 20 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/devbridge/jquery.autocomplete.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/devbridge/jquery.autocomplete.js — 200 — 8.8 KiB — 19 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/bower_components/jsurl/url.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/bower_components/jsurl/url.min.js — 200 — 1.8 KiB — 15 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RZSPMMFSFZwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RZSPMMFSFZ — 200 — 174.2 KiB — 225 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 198 ms — h2https://news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js https://news.google.com/swg/js/v1/swg.js — 200 — 71.3 KiB — 148 ms — h2https://caltrop.io/new-statesman/caltrop.jscaltrop.io/new-statesman/caltrop.js https://caltrop.io/new-statesman/caltrop.js — 200 — 140.2 KiB — 150 ms — h3https://dl6pgk4f88hky.cloudfront.net/2026/04/14/202616jaymcinerney1nocc-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/14/202616jaymcinerney1nocc-1038x778.jpg — 200 — 154.7 KiB — 110 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/20/55209023426_d1309a17a9_o-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/20/55209023426_d1309a17a9_o-1038x778.jpg — 200 — 108.5 KiB — 30 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/17/gettyimages-2269827883-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/17/gettyimages-2269827883-1038x778.jpg — 200 — 88.6 KiB — 106 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-2248963441-1038x778.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-2248963441-1038x778.jpg — 200 — 72.6 KiB — 47 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/17/untitled-1.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/17/untitled-1.jpg — 200 — 490.0 KiB — 65 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/17/webimagegerogesaunders.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/17/webimagegerogesaunders.jpg — 200 — 98.3 KiB — 48 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/17/newsocietywebimages12.pngdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/17/newsocietywebimages12.png — 200 — 1.1 MiB — 113 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/03/04/trumpmarch26.pngdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/03/04/trumpmarch26.png — 200 — 720.2 KiB — 187 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL… — 200 — 0 B — 0 ms — datadata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 145 ms — datahttps://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/autocomplete_solr.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/autocomplete_solr.js — 200 — 9.3 KiB — 11 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/loadingoverlay/loadingoverlay.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/core/js/loadingoverlay/loadingoverlay.min.js — 200 — 12.3 KiB — 14 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/vendor/swiper/swiper.min.js — 200 — 46.2 KiB — 23 ms — h2https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/js/script.min.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/js/script.min.js — 200 — 2.7 KiB — 12 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-range/wpsolr-facet-range.js — 200 — 608 B — 19 ms — h2https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/theme/template/facet-color-picker/wpsolr-facet-color-picker.js — 200 — 253 B — 17 ms — h2https://news.google.com/swg/js/v1/swg-gaa.jsnews.google.com/swg/js/v1/swg-gaa.j... https://news.google.com/swg/js/v1/swg-gaa.js — 200 — 27.5 KiB — 116 ms — h2https://www.newstatesman.com/wp-content/plugins/storefronts/assets/js/app.min.jswww.newstatesman.com/wp-content/plu... https://www.newstatesman.com/wp-content/plugins/storefronts/assets/js/app.min.js — 200 — 4.4 KiB — 14 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/pianoshowcase/js/jwt-decode.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/pianoshowcase/js/jwt-decode.js — 200 — 1.7 KiB — 12 ms — h2https://applets.ebxcdn.com/ebx.jsapplets.ebxcdn.com/ebx.js https://applets.ebxcdn.com/ebx.js — 200 — 1.0 KiB — 62 ms — h3https://www.newstatesman.com/wp-content/themes/newstatesman/assets/js/prebid.jswww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/js/prebid.js — 200 — 92.4 KiB — 17 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 — 132 ms — h3https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/Ethan-Croft-177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/Ethan-Croft-177x177-1-177x177.png — 200 — 8.4 KiB — 12 ms — h2https://secure.gravatar.com/avatar/?d=https://www.newstatesman.com/wp-content/uploads/sites/2/2023/02/Author-177x177.png&s=177secure.gravatar.com/avatar/?d=https... https://secure.gravatar.com/avatar/?d=https://www.newstatesman.com/wp-content/uploads/sites/2/2023/02/Author-177x177.png&s=177 — 302 — 456 B — 79 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/09/FayeCurran177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/09/FayeCurran177x177-1-177x177.png — 200 — 6.0 KiB — 8 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/Rachel-Cunliffe-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/Rachel-Cunliffe-177x177.png — 200 — 7.9 KiB — 9 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/06/11/TomMcTague-177x177-RED1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/06/11/TomMcTague-177x177-RED1-177x177.png — 200 — 9.7 KiB — 7 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2023/01/cropped-Will-Lloyd-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2023/01/cropped-Will-Lloyd-1-177x177.png — 200 — 7.6 KiB — 6 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/11/11/ailbhe-rea-2025_177x177-red-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/11/11/ailbhe-rea-2025_177x177-red-177x177.png — 200 — 5.9 KiB — 8 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2022/03/cropped-Andrew-Marr-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2022/03/cropped-Andrew-Marr-1-177x177.png — 200 — 8.4 KiB — 5 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2024/09/26/Hannah-Barnes-RED-177x177.NEW_-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2024/09/26/Hannah-Barnes-RED-177x177.NEW_-177x177.png — 200 — 11.6 KiB — 6 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2026/03/12/megan-gibson-2026-177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2026/03/12/megan-gibson-2026-177x177-1-177x177.png — 200 — 5.7 KiB — 12 ms — h2https://sotn.newstatesman.com/wp-content/uploads/sites/6/2024/02/Will-Dunn-1-177x177.pngsotn.newstatesman.com/wp-content/up... https://sotn.newstatesman.com/wp-content/uploads/sites/6/2024/02/Will-Dunn-1-177x177.png — 200 — 9.7 KiB — 17 ms — h2https://sotn.newstatesman.com/wp-content/uploads/sites/6/2024/02/Anoosh-Chakelian-1-177x177.pngsotn.newstatesman.com/wp-content/up... https://sotn.newstatesman.com/wp-content/uploads/sites/6/2024/02/Anoosh-Chakelian-1-177x177.png — 200 — 9.8 KiB — 25 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-Pippa-Bailey-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-Pippa-Bailey-177x177.png — 200 — 10.1 KiB — 12 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/07/01/Tanjil-Rashid-177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/07/01/Tanjil-Rashid-177x177-1-177x177.png — 200 — 9.9 KiB — 10 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-John-Gray-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-John-Gray-1-177x177.png — 200 — 9.6 KiB — 12 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/OliDugmore-177X177-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/OliDugmore-177X177-177x177.png — 200 — 5.7 KiB — 6 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/Emily-Lawford-177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/09/23/Emily-Lawford-177x177-1-177x177.png — 200 — 5.8 KiB — 8 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-2175791228-464x348.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/21/gettyimages-2175791228-464x348.jpg — 200 — 62.3 KiB — 71 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/09/zacb-464x348.jpegdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/09/zacb-464x348.jpeg — 200 — 34.6 KiB — 73 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/14/202616tv-464x348.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/14/202616tv-464x348.jpg — 200 — 54.9 KiB — 70 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/20/55196478542_9d1e8a1e9b_o1-464x348.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/20/55196478542_9d1e8a1e9b_o1-464x348.jpg — 200 — 39.1 KiB — 56 ms — h2https://dl6pgk4f88hky.cloudfront.net/2026/04/16/gettyimages-868222138-464x348.jpgdl6pgk4f88hky.cloudfront.net/2026/0... https://dl6pgk4f88hky.cloudfront.net/2026/04/16/gettyimages-868222138-464x348.jpg — 200 — 61.2 KiB — 81 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Light-Web.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Light-Web.woff2 — 200 — 32.9 KiB — 17 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Regular.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Regular.woff2 — 200 — 28.6 KiB — 26 ms — h2https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/figaroicon.woff?www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/figaroicon.woff? — 200 — 6.3 KiB — 28 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-ExtraBold.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-ExtraBold.woff2 — 200 — 33.0 KiB — 74 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Bold.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/RegModn-Bold.woff2 — 200 — 32.8 KiB — 74 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Medium-Web.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Medium-Web.woff2 — 200 — 33.7 KiB — 80 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Regular-Web.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/dist/fonts/Canela-Regular-Web.woff2 — 200 — 32.1 KiB — 80 ms — h2https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/fig-icons.woff2www.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/figaro/assets/dist/fonts/fig-icons.woff2 — 200 — 127.7 KiB — 72 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2024/06/19/Nick-Harris-177x177-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2024/06/19/Nick-Harris-177x177-1-177x177.png — 200 — 4.4 KiB — 84 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/George-Eaton-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/George-Eaton-177x177.png — 200 — 9.9 KiB — 88 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-Kate-Mossman-1-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/09/cropped-Kate-Mossman-1-177x177.png — 200 — 10.3 KiB — 80 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2021/12/cropped-Freddie-Hayward-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2021/12/cropped-Freddie-Hayward-177x177.png — 200 — 10.3 KiB — 79 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2022/01/cropped-Katie-Stallard-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2022/01/cropped-Katie-Stallard-177x177.png — 200 — 9.4 KiB — 88 ms — h2https://i1.wp.com/www.newstatesman.com/wp-content/uploads/sites/2/2023/02/Author-177x177.png?ssl=1i1.wp.com/www.newstatesman.com/wp-c... https://i1.wp.com/www.newstatesman.com/wp-content/uploads/sites/2/2023/02/Author-177x177.png?ssl=1 — 200 — 6.1 KiB — 52 ms — h2https://5b476c7c-253b-4e23-9993-4df0b853b921.edge.permutive.app/5b476c7c-253b-4e23-9993-4df0b853b921-web.js5b476c7c-253b-4e23-9993-4df0b853b92... https://5b476c7c-253b-4e23-9993-4df0b853b921.edge.permutive.app/5b476c7c-253b-4e23-9993-4df0b853b921-web.js — 200 — 127.2 KiB — 96 ms — h2https://c2-eu.piano.io/xbuilder/experience/load?aid=TWldCmu2pec2-eu.piano.io/xbuilder/experience/... https://c2-eu.piano.io/xbuilder/experience/load?aid=TWldCmu2pe — 200 — 7.7 KiB — 69 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 182 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otBannerSdk.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otBannerSdk.js — 200 — 111.9 KiB — 71 ms — h2data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3dUZXh0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiI…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3dUZXh0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiI… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3dUZXh0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiI…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3dUZXh0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiI… — 200 — 0 B — 0 ms — datahttps://www.newstatesman.com/wp-content/uploads/sites/2/2025/03/14/George-Monaghan_177x177-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/03/14/George-Monaghan_177x177-177x177.png — 200 — 14.4 KiB — 12 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2025/10/09/LukeOReilly-177X177-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2025/10/09/LukeOReilly-177X177-177x177.png — 200 — 6.4 KiB — 19 ms — h2https://www.newstatesman.com/wp-content/uploads/sites/2/2023/05/cropped-Finn-McFredmond-177x177.pngwww.newstatesman.com/wp-content/upl... https://www.newstatesman.com/wp-content/uploads/sites/2/2023/05/cropped-Finn-McFredmond-177x177.png — 200 — 7.5 KiB — 22 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-apple.pngwww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-apple.png — 200 — 3.7 KiB — 10 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-spotify.pngwww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-spotify.png — 200 — 3.4 KiB — 10 ms — h2https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-youtube.pngwww.newstatesman.com/wp-content/the... https://www.newstatesman.com/wp-content/themes/newstatesman/assets/images/pc-youtube.png — 200 — 3.2 KiB — 12 ms — h2https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nsjs/figaro-main.js?v=1776326425www.newstatesman.com/code/wp-conten... https://www.newstatesman.com/code/wp-content/uploads/sites/2/figaro/assets/nsjs/figaro-main.js?v=1776326425 — 200 — 11.0 KiB — 8 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MDH5VM9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MDH5VM9 — 200 — 171.7 KiB — 54 ms — h2https://reveal.clearbit.com/v1/companies/reveal?authorization=pk_bcf6023ac7569a6d92f7af8c606484a1&callback=_pCbCallback&variable=_cbResponsereveal.clearbit.com/v1/companies/re... https://reveal.clearbit.com/v1/companies/reveal?authorization=pk_bcf6023ac7569a6d92f7af8c606484a1&callback=_pCbCallback&variable=_cbResponse — 200 — 442 B — 236 ms — h2https://sdk.mrf.io/statics/cb38304f0e183f013a9a.jssdk.mrf.io/statics/cb38304f0e183f01... https://sdk.mrf.io/statics/cb38304f0e183f013a9a.js — 200 — 4.0 KiB — 26 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.4 KiB — 9 ms — h2https://applets.ebxcdn.com/applets/www.newstatesman.com/scripts.jsapplets.ebxcdn.com/applets/www.news... https://applets.ebxcdn.com/applets/www.newstatesman.com/scripts.js — 200 — 2.9 KiB — 44 ms — h3https://news.google.com/swg/js/v1/swg-button.cssnews.google.com/swg/js/v1/swg-butto... https://news.google.com/swg/js/v1/swg-button.css — 200 — 5.2 KiB — 26 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 — 200 — 187.7 KiB — 69 ms — h3https://cdn-eu.piano.io/api/tinypass.min.jscdn-eu.piano.io/api/tinypass.min.js https://cdn-eu.piano.io/api/tinypass.min.js — 200 — 132.8 KiB — 95 ms — h3blob:https://www.newstatesman.com/96798d4d-8640-44aa-9462-ba164e338de6www.newstatesman.com/96798d4d-8640-... blob:https://www.newstatesman.com/96798d4d-8640-44aa-9462-ba164e338de6 — 200 — -1 B — 36 ms — blobhttps://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/5210c831-b5d1-4210-b855-d1ce43d9ef86/en.jsoncdn-ukwest.onetrust.com/consent/2e5... https://cdn-ukwest.onetrust.com/consent/2e597544-b1c7-4c28-ae67-3ba5ee5ae447/5210c831-b5d1-4210-b855-d1ce43d9ef86/en.json — 200 — 33.3 KiB — 63 ms — h2https://cdn-ukwest.onetrust.com/vendorlist/iab2V2Data.jsoncdn-ukwest.onetrust.com/vendorlist/... https://cdn-ukwest.onetrust.com/vendorlist/iab2V2Data.json — 200 — 86.8 KiB — 62 ms — h2https://cdn-ukwest.onetrust.com/vendorlist/googleData.jsoncdn-ukwest.onetrust.com/vendorlist/... https://cdn-ukwest.onetrust.com/vendorlist/googleData.json — 200 — 19.5 KiB — 33 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otTCF.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/otTCF.js — 200 — 17.8 KiB — 38 ms — h2https://a.omappapi.com/app/js/api.min.cssa.omappapi.com/app/js/api.min.css https://a.omappapi.com/app/js/api.min.css — 200 — 2.9 KiB — 4 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PBH2NQ0BZH&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PBH2NQ0BZH&cx=c&gtm=4e64h1 — -1 — 0 B — 52 ms — https://www.googletagmanager.com/gtag/js?id=G-PXMM80QJTK&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PXMM80QJTK&cx=c&gtm=4e64h1 — 200 — 155.2 KiB — 77 ms — h3https://static.hotjar.com/c/hotjar-2747601.js?sv=7static.hotjar.com/c/hotjar-2747601.... https://static.hotjar.com/c/hotjar-2747601.js?sv=7 — 200 — 6.2 KiB — 56 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 73 ms — h3https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 115 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 11 ms — h2https://tags.affiliatefuture.com/7401.jstags.affiliatefuture.com/7401.js https://tags.affiliatefuture.com/7401.js — 200 — 1.4 KiB — 119 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 95 ms — h2https://unpkg.com/web-vitals@1.0.1/dist/web-vitals.umd.jsunpkg.com/web-vitals@1.0.1/dist/web... https://unpkg.com/web-vitals@1.0.1/dist/web-vitals.umd.js — 200 — 2.0 KiB — 61 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.newstatesman.com%2F&scrsrc=www.googletagmanager.com&rnd=1316987509.1776811836&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v897805390za200zd897805390xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938468~117266400~117384406&apve=1&apvf=f&apvc=1&tft=1776811836468&tfd=963pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.newstatesman.com%2F&scrsrc=www.googletagmanager.com&rnd=1316987509.1776811836&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v897805390za200zd897805390xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938468~117266400~117384406&apve=1&apvf=f&apvc=1&tft=1776811836468&tfd=963 — 200 — 21 B — 132 ms — h3https://applets.ebxcdn.com/applets/www.newstatesman.com/scripts.jsapplets.ebxcdn.com/applets/www.news... https://applets.ebxcdn.com/applets/www.newstatesman.com/scripts.js — 200 — 0 B — 2 ms — h3https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCenterRounded.jsoncdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCenterRounded.json — 200 — 2.8 KiB — 33 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/v2/otPcCenter.jsoncdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/v2/otPcCenter.json — 200 — 12.6 KiB — 35 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCookieSettingsButton.jsoncdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCookieSettingsButton.json — 200 — 1.9 KiB — 33 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCommonStyles.csscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202409.2.0/assets/otCommonStyles.css — 200 — 4.3 KiB — 35 ms — h2https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_jhtHQP2KRuOBieY3oqU0AA&experimentType=HeadlineAB&version=esnextmarfeelexperimentsexperienceengine.... https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_jhtHQP2KRuOBieY3oqU0AA&experimentType=HeadlineAB&version=esnext — 200 — 2.5 KiB — 92 ms — h2https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/subscription... https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pe — 200 — 695 B — 85 ms — h3https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/conversion/l... https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pe — 200 — 709 B — 78 ms — h3https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/subscription... https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pe — 200 — 696 B — 86 ms — h3https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/conversion/l... https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pe — 200 — 706 B — 80 ms — h3https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/subscription... https://buy-eu.piano.io/api/v3/subscription/list?aid=TWldCmu2pe — 200 — 695 B — 83 ms — h3https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pebuy-eu.piano.io/api/v3/conversion/l... https://buy-eu.piano.io/api/v3/conversion/list?aid=TWldCmu2pe — 200 — 747 B — 73 ms — h3https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 12 ms — http/1.1https://c2-eu.piano.io/xbuilder/experience/execute?aid=TWldCmu2pec2-eu.piano.io/xbuilder/experience/... https://c2-eu.piano.io/xbuilder/experience/execute?aid=TWldCmu2pe — 200 — 2.7 KiB — 43 ms — h3https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svgcdn-ukwest.onetrust.com/logos/stati... https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg — 200 — 529 B — 31 ms — h2https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.pngcdn-ukwest.onetrust.com/logos/stati... https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png — 200 — 19.1 KiB — 41 ms — h2https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svgcdn-ukwest.onetrust.com/logos/stati... https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 36 ms — h2https://id-eu.piano.io/id/api/v1/identity/token/verify?browser_id=mo97w3o2rutki8l7&page_view_id=mo97w3o27hrk7129&content_type=website&page_title=Homepage+UK&callback=jsonp3814&client_id=TWldCmu2pe&site=https%3A%2F%2Fwww.newstatesman.com&tcf=CQjA2wAQjA2wAAcABBENCbFgAAAAAEPgAChQAAAYsABMNDogjLIgUCBQEIIEACgrCACgQBAAAkDRAQAmDAhyBgAusJkAIAUAAwQAgABBgACAAASABCIAIACAQAgQCBQABgAQBAQAMDAAGACxEAgABAdAxTAggECwASIyqDTAhAASCAlsqEEoGBBXCFIscAggREwUAAAIABQAAID4WAhJKCViQQBcQXQAIAAAAUQIsCKQswBBUGaLQVgScBkaYBk-YJklOgiAJghIyDIhNUEg8UxRCghyA2KWYA6eIKAGXayQh_qBYAAA.YAAACHwAAAAA&user_state=anonid-eu.piano.io/id/api/v1/identity/t... https://id-eu.piano.io/id/api/v1/identity/token/verify?browser_id=mo97w3o2rutki8l7&page_view_id=mo97w3o27hrk7129&content_type=website&page_title=Homepage+UK&callback=jsonp3814&client_id=TWldCmu2pe&site=https%3A%2F%2Fwww.newstatesman.com&tcf=CQjA2wAQjA2wAAcABBENCbFgAAAAAEPgAChQAAAYsABMNDogjLIgUCBQEIIEACgrCACgQBAAAkDRAQAmDAhyBgAusJkAIAUAAwQAgABBgACAAASABCIAIACAQAgQCBQABgAQBAQAMDAAGACxEAgABAdAxTAggECwASIyqDTAhAASCAlsqEEoGBBXCFIscAggREwUAAAIABQAAID4WAhJKCViQQBcQXQAIAAAAUQIsCKQswBBUGaLQVgScBkaYBk-YJklOgiAJghIyDIhNUEg8UxRCghyA2KWYA6eIKAGXayQh_qBYAAA.YAAACHwAAAAA&user_state=anon — 200 — 868 B — 46 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2 — 200 — 839 B — 204 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2 — 302 — 833 B — 193 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 436 B — 195 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 14 ms — h2https://connect.facebook.net/signals/config/323222825244911?v=2.9.303&r=stable&domain=www.newstatesman.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/323222825244911?v=2.9.303&r=stable&domain=www.newstatesman.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.6 KiB — 27 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-PBH2NQ0BZH&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-PBH2NQ0BZH&cx=c&gtm=4e64h1 — -1 — 0 B — 44 ms — https://region1.google-analytics.com/g/collect?v=2&tid=G-PXMM80QJTK&gtm=45je64h1v874852573z8897805390za20gzb897805390zd897805390&_p=1776811835644&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=AAAAAGA&are=1&cid=2052525053.1776811837&frm=0&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117884344&sid=1776811837&sct=1&seg=0&dl=https%3A%2F%2Fwww.newstatesman.com%2F&dt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.permutiveId=&ep.evolokId=&ep.permutiveSegments=&tfd=1614region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PXMM80QJTK&gtm=45je64h1v874852573z8897805390za20gzb897805390zd897805390&_p=1776811835644&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=AAAAAGA&are=1&cid=2052525053.1776811837&frm=0&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117884344&sid=1776811837&sct=1&seg=0&dl=https%3A%2F%2Fwww.newstatesman.com%2F&dt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.permutiveId=&ep.evolokId=&ep.permutiveSegments=&tfd=1614 — 204 — 552 B — 95 ms — h2https://rules.quantcount.com/rules-p-s1_G8wSe2hk1J.jsrules.quantcount.com/rules-p-s1_G8w... https://rules.quantcount.com/rules-p-s1_G8wSe2hk1J.js — 200 — 2.3 KiB — 13 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=69bc7b3a-b8c7-42ba-bf32-22453b5ed1c7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=afe64c46-a584-45d7-97b6-775cb60f1ca2&pt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&tw_document_href=https%3A%2F%2Fwww.newstatesman.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776811837145.467419784784576957&txn_id=o3aan&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=69bc7b3a-b8c7-42ba-bf32-22453b5ed1c7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=afe64c46-a584-45d7-97b6-775cb60f1ca2&pt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&tw_document_href=https%3A%2F%2Fwww.newstatesman.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776811837145.467419784784576957&txn_id=o3aan&type=javascript&version=2.3.53 — 200 — 663 B — 249 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=69bc7b3a-b8c7-42ba-bf32-22453b5ed1c7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=afe64c46-a584-45d7-97b6-775cb60f1ca2&pt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&tw_document_href=https%3A%2F%2Fwww.newstatesman.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776811837145.467419784784576957&txn_id=o3aan&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=69bc7b3a-b8c7-42ba-bf32-22453b5ed1c7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=afe64c46-a584-45d7-97b6-775cb60f1ca2&pt=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&tw_document_href=https%3A%2F%2Fwww.newstatesman.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776811837145.467419784784576957&txn_id=o3aan&type=javascript&version=2.3.53 — 200 — 676 B — 244 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 9 ms — http/1.1https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2&e_ipv6=AQIzVTBFW7nOywAAAZ2yPQbQagcFUUCM-QlBYZFukxW-cZtcSHhxqzRyibCoLUWRvUqA-7L2qjYpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5278258&time=1776811837013&url=https%3A%2F%2Fwww.newstatesman.com%2F&tm=gtmv2&e_ipv6=AQIzVTBFW7nOywAAAZ2yPQbQagcFUUCM-QlBYZFukxW-cZtcSHhxqzRyibCoLUWRvUqA-7L2qjY — 200 — 691 B — 207 ms — h2https://www.facebook.com/tr/?id=323222825244911&ev=PageView&dl=https%3A%2F%2Fwww.newstatesman.com%2F&rl=&if=false&ts=1776811837253&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776811837236.773087627527861047&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&pmd[locale]=en_US&pmd[description]=The%20New%20Statesman%20is%20the%20leading%20progressive%20political%20and%20cultural%20magazine%20in%20the%20United%20Kingdom%20and%20around%20the%20world.%20Covering%20UK%20current%20affairs%2C%20international%20and%20cultural%20events.&plt=542.0999994277954&it=1776811837053&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=32322282524... https://www.facebook.com/tr/?id=323222825244911&ev=PageView&dl=https%3A%2F%2Fwww.newstatesman.com%2F&rl=&if=false&ts=1776811837253&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776811837236.773087627527861047&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&pmd[locale]=en_US&pmd[description]=The%20New%20Statesman%20is%20the%20leading%20progressive%20political%20and%20cultural%20magazine%20in%20the%20United%20Kingdom%20and%20around%20the%20world.%20Covering%20UK%20current%20affairs%2C%20international%20and%20cultural%20events.&plt=542.0999994277954&it=1776811837053&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GET — 200 — 19 B — 72 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=323222825244911&ev=PageView&dl=https%3A%2F%2Fwww.newstatesman.com%2F&rl=&if=false&ts=1776811837253&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776811837236.773087627527861047&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&pmd[locale]=en_US&pmd[description]=The%20New%20Statesman%20is%20the%20leading%20progressive%20political%20and%20cultural%20magazine%20in%20the%20United%20Kingdom%20and%20around%20the%20world.%20Covering%20UK%20current%20affairs%2C%20international%20and%20cultural%20events.&plt=542.0999994277954&it=1776811837053&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=323222825244911&ev=PageView&dl=https%3A%2F%2Fwww.newstatesman.com%2F&rl=&if=false&ts=1776811837253&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776811837236.773087627527861047&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=New%20Statesman%20%7C%20UK%20Politics%20%26%20Culture%20Magazine&pmd[locale]=en_US&pmd[description]=The%20New%20Statesman%20is%20the%20leading%20progressive%20political%20and%20cultural%20magazine%20in%20the%20United%20Kingdom%20and%20around%20the%20world.%20Covering%20UK%20current%20affairs%2C%20international%20and%20cultural%20events.&plt=542.0999994277954&it=1776811837053&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 277 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 41 ms — h3https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 899 B — 40 ms — http/1.1https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 7 ms — http/1.1https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 538 B — 87 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo97w3o27hrk7129&sid=4731398180902112738&loc=https%3A%2F%2Fwww.newstatesman.com%2F&new=1&arf=0&ltm=1776811837281&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo97w41oqu0vcbs5&ckp=mo97w3o2rutki8l7&glb=&amo=1776778496&cp_userState=anon&cst=2mbc6y39g9ryb1xfx9gko2rwqhcomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo97w3o27hrk7129&sid=4731398180902112738&loc=https%3A%2F%2Fwww.newstatesman.com%2F&new=1&arf=0&ltm=1776811837281&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo97w41oqu0vcbs5&ckp=mo97w3o2rutki8l7&glb=&amo=1776778496&cp_userState=anon&cst=2mbc6y39g9ryb1xfx9gko2rwqh — 200 — 413 B — 88 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo97w3o2rutki8l7%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%222mbc6y39g9ryb1xfx9gko2rwqh%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%222mbc6y39g9ryb1xfx9gko2rwqh%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo97w3o2rutki8l7%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%222mbc6y39g9ryb1xfx9gko2rwqh%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%222mbc6y39g9ryb1xfx9gko2rwqh%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 609 B — 88 ms — h2https://js-agent.newrelic.com/nr-rum-1.313.1.min.jsjs-agent.newrelic.com/nr-rum-1.313.... https://js-agent.newrelic.com/nr-rum-1.313.1.min.js — 200 — 18.7 KiB — 7 ms — h2https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.7 KiB — 63 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 52 ms — h3https://dl6pgk4f88hky.cloudfront.net/2021/07/cropped-TNS-favicon-1-150x150.pngdl6pgk4f88hky.cloudfront.net/2021/0... https://dl6pgk4f88hky.cloudfront.net/2021/07/cropped-TNS-favicon-1-150x150.png — 200 — 7.9 KiB — 5 ms — h2https://bam.nr-data.net/1/NRJS-2a3c9db24d2641e24b0?a=1184416718&v=1.313.1&to=ZQBbMEZXDRdSUxVcXlxKeAdAXwwKHEAAUlQ%3D&rst=2143&ck=0&s=a737e1a44892eadf&ref=https://www.newstatesman.com/&ptid=312a6ceb80fe7ddb&ap=853&be=26&fe=2074&dc=516&at=SUdYRg5NHhk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776811835504,%22n%22:0,%22f%22:22,%22dn%22:22,%22dne%22:22,%22c%22:22,%22s%22:22,%22ce%22:22,%22rq%22:23,%22rp%22:26,%22rpe%22:28,%22di%22:502,%22ds%22:540,%22de%22:542,%22dc%22:2092,%22l%22:2092,%22le%22:2100%7D,%22navigation%22:%7B%7D%7D&fp=336&fcp=336bam.nr-data.net/1/NRJS-2a3c9db24d26... https://bam.nr-data.net/1/NRJS-2a3c9db24d2641e24b0?a=1184416718&v=1.313.1&to=ZQBbMEZXDRdSUxVcXlxKeAdAXwwKHEAAUlQ%3D&rst=2143&ck=0&s=a737e1a44892eadf&ref=https://www.newstatesman.com/&ptid=312a6ceb80fe7ddb&ap=853&be=26&fe=2074&dc=516&at=SUdYRg5NHhk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776811835504,%22n%22:0,%22f%22:22,%22dn%22:22,%22dne%22:22,%22c%22:22,%22s%22:22,%22ce%22:22,%22rq%22:23,%22rp%22:26,%22rpe%22:28,%22di%22:502,%22ds%22:540,%22de%22:542,%22dc%22:2092,%22l%22:2092,%22le%22:2100%7D,%22navigation%22:%7B%7D%7D&fp=336&fcp=336 — 200 — 776 B — 382 ms — http/1.1https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 200 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 795 B — 174 ms — h3https://bam.nr-data.net/events/1/NRJS-2a3c9db24d2641e24b0?a=1184416718&v=1.313.1&to=ZQBbMEZXDRdSUxVcXlxKeAdAXwwKHEAAUlQ%3D&rst=2534&ck=0&s=a737e1a44892eadf&ref=https://www.newstatesman.com/&ptid=312a6ceb80fe7ddbbam.nr-data.net/events/1/NRJS-2a3c9... https://bam.nr-data.net/events/1/NRJS-2a3c9db24d2641e24b0?a=1184416718&v=1.313.1&to=ZQBbMEZXDRdSUxVcXlxKeAdAXwwKHEAAUlQ%3D&rst=2534&ck=0&s=a737e1a44892eadf&ref=https://www.newstatesman.com/&ptid=312a6ceb80fe7ddb — 200 — 445 B — 528 ms — http/1.1https://ws.zoominfo.com/pixel/652668be672cd1c63bcb59ea/?iszitag=truews.zoominfo.com/pixel/652668be672cd... https://ws.zoominfo.com/pixel/652668be672cd1c63bcb59ea/?iszitag=true — 200 — 0 B — 155 ms — h3https://ws.zoominfo.com/pixel/652668be672cd1c63bcb59ea/?iszitag=truews.zoominfo.com/pixel/652668be672cd... https://ws.zoominfo.com/pixel/652668be672cd1c63bcb59ea/?iszitag=true — 200 — 1.8 KiB — 198 ms — h3blob:https://www.newstatesman.com/b197109d-5863-4565-9127-45b95849af6cwww.newstatesman.com/b197109d-5863-... blob:https://www.newstatesman.com/b197109d-5863-4565-9127-45b95849af6c — 200 — 0 B — 1 ms — blobhttps://buy-eu.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=TWldCmu2pebuy-eu.piano.io/api/v3/anon/assets/... https://buy-eu.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=TWldCmu2pe — 200 — 750 B — 33 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 1494ms · 1151KB · €16/mo
www.newstatesman.com
Other
Costly
Execution 276ms
Transfer 45 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 231ms
Transfer 0 KB
Monthly Cost €3/mo
caltrop.io
Other
Costly
Execution 202ms
Transfer 140 KB
Monthly Cost €2/mo
cdn-ukwest.onetrust.com
Other
Optional
Execution 173ms
Transfer 18 KB
Monthly Cost €2/mo
www.newstatesman.com
Other
Optional
Execution 136ms
Transfer 14 KB
Monthly Cost €1/mo
cdn-ukwest.onetrust.com
Other
Optional
Execution 98ms
Transfer 112 KB
Unused 49%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 93ms
Transfer 172 KB
Unused 41%
Monthly Cost €1/mo
cdn-eu.piano.io
Other
Optional
Execution 92ms
Transfer 133 KB
Unused 60%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 155 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 174 KB
Unused 49%
Monthly Cost €1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 56ms
Transfer 188 KB
Unused 69%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.newstatesman.com adds 276ms and costs ~€3/month
  • Unattributable adds 231ms and costs ~€3/month
  • caltrop.io adds 202ms and costs ~€2/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

www.newstatesman.com takes 276ms 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

Unattributable takes 231ms 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

caltrop.io takes 202ms 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

60% of cdn-eu.piano.io'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

69% 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

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