Skip to content
https://bbc.co.uk

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
2
PASS
7
INFO
1

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

40
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.
77
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.11 s

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

3.62 s

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

1.72 s

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

0.020

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

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

9.88 s

Page Load Progression

877 ms
1.8 s
2.6 s
3.5 s
4.4 s
5.3 s
6.1 s
7.0 s
Checks
14
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
8.2 MB transferred, 417 requests
FIX
8.2 MB transferred, 417 requests
Critical::
Page weighs 22.7 MB (8.2 MB transferred)
Warning::
JavaScript is 3.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.4 MB
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Info::
Fonts are 937 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 937 KB
Warning::
417 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.2 MB / 2.4 MB budget
8.2 MB transferred
417 requests
1.7 g CO2 per page load
JavaScript 3.4 MiB 41%
Images 3.0 MiB 37%
Fonts 937.3 KiB 11%
HTML 344.3 KiB 4%
Other 251.5 KiB 3%
Other 131.3 KiB 2%
CSS 104.9 KiB 1%
Other 40.9 KiB 0%
Other 2.5 KiB 0%
Other 790 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (8.2 MiB of 8.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
165 scripts, 700 KB unused
FIX
165 scripts, 700 KB unused
Warning::
https://prebid.the-ozone-project.com/hw2/builds/oz...: 116 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 86 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mybbc-analytics.files.bbci.co.uk/echo-clie...: 54 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.files.bbci.co.uk/core/bundle-compon...: 53 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fw.adsafeprotected.com/rjss/st/2806022/925...: 37 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 700 KB
700 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://prebid.the-ozone-project.com/hw2/builds/ozwrap_pbjs.js187 KB116 KB (62%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js186 KB86 KB (46%)3rd
https://mybbc-analytics.files.bbci.co.uk/echo-client-js/echo-2.6.0-avi.min.js111 KB54 KB (49%)3rd
https://static.files.bbci.co.uk/core/bundle-component-collection-header.0ed2d2dda8ffe5e23131.js2 KB53 KB (72%)3rd
https://fw.adsafeprotected.com/rjss/st/2806022/92596160/skeleton.js?bidurl=92 KB37 KB (41%)3rd
https://static.files.bbci.co.uk/core/bundle-default-vendors.daaeb91fc3775b616777.js120 KB37 KB (34%)3rd
https://cdn.doubleverify.com/dv-measurements9748.js0 KB36 KB (38%)3rd
https://cdn.doubleverify.com/dv-measurements9748.js0 KB36 KB (38%)3rd
https://cdn.doubleverify.com/dv-measurements9748.js95 KB36 KB (38%)3rd
https://static.files.bbci.co.uk/core/bundle-component-media-player.f9856147b5cc876db0c3.js9 KB35 KB (73%)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
417 resources · 8.2 MB · 700 KB savings available
FIX
417 resources · 8.2 MB · 700 KB savings available
Warning::
Page weight 7.2 MB over 1MB target
Got: 8.2 MB Expected: ≤ 1 MB
Info::
~700 KB of savings available
Warning::
416 third-party resources (100% of weight)
Info::
2 resources over 200KB
417 resources · 8.2 MiB · 416 third-party 7.2 MiB over 1MB target
JavaScript 42% · 3.4 MiB
Image 37% · 3.0 MiB
Font 11% · 937.3 KiB
Other 4% · 352.3 KiB
Document 4% · 349.6 KiB
CSS 1% · 104.9 KiB

~699.9 KiB of savings available

Remove unused JavaScript: 699.9 KiB
B
Image Optimization
90 images, 0 KB saveable
REVIEW
90 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
90 images 3.0 MB
0 oversized -0 KB
25 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
17 fonts (937 KB)
PASS
17 fonts (937 KB)
Info::
17 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

17

937 KB total

Render-blocking

0

of 17

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 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 3.6 shttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2BBCReithSans_W_Bd.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 59.0 KiB — 133 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2BBCReithSans_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 65.6 KiB — 141 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2BBCReithSans_W_Md.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2 — 64.5 KiB — 20 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2BBCReithSans_W_Bd.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 59.0 KiB — 41 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2BBCReithSans_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 65.6 KiB — 31 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2BBCReithSerif_W_Md.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2 — 78.0 KiB — 40 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2BBCReithSerif_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 78.7 KiB — 34 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2BBCReithSans_W_ExBd.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2 — 47.4 KiB — 37 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2BBCReithSans_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 65.6 KiB — 34 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2BBCReithSans_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 0 B — 0 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2BBCReithSerif_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 78.7 KiB — 12 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2BBCReithSans_W_Bd.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 59.0 KiB — 11 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2BBCReithSerif_W_Rg.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 0 B — 16 ms — font-display: swaphttps://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2BBCReithSans_W_Md.woff2 https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2 — 64.5 KiB — 14 ms — font-display: swaphttps://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_300_normal.ttfhpe_graphik_300_normal.ttf https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_300_normal.ttf — 54.9 KiB — 33 ms — font-display: swaphttps://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_500_normal.ttfhpe_graphik_500_normal.ttf https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_500_normal.ttf — 57.4 KiB — 30 ms — font-display: swaphttps://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_xxcondensed_tt_700_normal.ttfhpe_graphik_xxcondensed... https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_xxcondensed_tt_700_normal.ttf — 39.4 KiB — 28 ms — font-display: swap
BBCReithSans_W_Bd.woff2 woff2 swap
Size 59 KB
Load time 133 ms
Start 265 ms
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Rg.woff2 woff2 swap
Size 66 KB
Load time 141 ms
Start 265 ms
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Md.woff2 woff2 swap
Size 64 KB
Load time 20 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Bd.woff2 woff2 swap
Size 59 KB
Load time 41 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Rg.woff2 woff2 swap
Size 66 KB
Load time 31 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSerif_W_Md.woff2 woff2 swap
Size 78 KB
Load time 40 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSerif_W_Rg.woff2 woff2 swap
Size 79 KB
Load time 34 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_ExBd.woff2 woff2 swap
Size 47 KB
Load time 37 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Rg.woff2 woff2 swap
Size 66 KB
Load time 34 ms
Start 5.3 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Rg.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 5.4 s
Risk FOUT — text flashes from fallback to web font
BBCReithSerif_W_Rg.woff2 woff2 swap
Size 79 KB
Load time 12 ms
Start 5.7 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Bd.woff2 woff2 swap
Size 59 KB
Load time 11 ms
Start 5.7 s
Risk FOUT — text flashes from fallback to web font
BBCReithSerif_W_Rg.woff2 woff2 swap
Size 0 KB
Load time 16 ms
Start 5.8 s
Risk FOUT — text flashes from fallback to web font
BBCReithSans_W_Md.woff2 woff2 swap
Size 64 KB
Load time 14 ms
Start 5.8 s
Risk FOUT — text flashes from fallback to web font
hpe_graphik_300_normal.ttf ttf swap
Size 55 KB
Load time 33 ms
Start 8.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
hpe_graphik_500_normal.ttf ttf swap
Size 57 KB
Load time 30 ms
Start 8.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
hpe_graphik_xxcondensed... ttf swap
Size 39 KB
Load time 28 ms
Start 8.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~45 KB and ~90 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=604800 (1 week)
PASS
max-age=604800 (1 week)
Info::
Cache-Control header is set
Got: public,max-age=604800,stale-while-revalidate=3600,stale-if-error=3600
Info::
Effective TTL: 1 week (max-age=604800)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public,max-age=604800,stale-while-revalidate=3600,stale-if-error=3600

DirectiveValueMeaning
publicAny cache may store this response
max-age604800Cache for 1 week
stale-while-revalidate3600Serve stale for 1 hour while fetching fresh
stale-if-error3600
Effective TTL: 604800 seconds
Network Waterfall
417 requests over 11138ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.1 s LCP 3.6 shttps://bbc.co.uk// https://bbc.co.uk/ — 301 — 533 B — 11 ms — h2https://www.bbc.co.uk/www.bbc.co.uk/ https://www.bbc.co.uk/ — 200 — 78.2 KiB — 38 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/7816/live/5aa8b710-38d2-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/7816/live/5aa8b710-38d2-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 13.3 KiB — 110 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webp — 200 — 40.9 KiB — 125 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/205f/live/7e2f7c10-37dc-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/205f/live/7e2f7c10-37dc-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 51.2 KiB — 126 ms — h2https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.59247a9d8bfc766bfe78.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.59247a9d8bfc766bfe78.js — 200 — 48.9 KiB — 281 ms — h2https://static.files.bbci.co.uk/core/bundle-default-vendors.daaeb91fc3775b616777.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-default-vendors.daaeb91fc3775b616777.js — 200 — 119.7 KiB — 264 ms — h2https://static.files.bbci.co.uk/core/bundle-component-tabs.66be1bc2c79ea84602bc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-tabs.66be1bc2c79ea84602bc.js — 200 — 4.7 KiB — 267 ms — h2https://static.files.bbci.co.uk/core/bundle-gel.30b5f3282a4931d8f82a.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-gel.30b5f3282a4931d8f82a.js — 200 — 57.0 KiB — 313 ms — h2https://static.files.bbci.co.uk/core/bundle-website.b7de30aa3118ca2c1acd.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-website.b7de30aa3118ca2c1acd.js — 200 — 77.4 KiB — 192 ms — h2https://static.files.bbci.co.uk/core/bundle-base-website.ef1ff867ec48e1de3a37.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-base-website.ef1ff867ec48e1de3a37.js — 200 — 5.0 KiB — 158 ms — h2https://static.files.bbci.co.uk/core/bundle-framework.cbe8d6b81f42de172efb.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-framework.cbe8d6b81f42de172efb.js — 200 — 46.5 KiB — 336 ms — h2https://static.files.bbci.co.uk/core/bundle-pwa.b14a1b5daaff602fe366.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-pwa.b14a1b5daaff602fe366.js — 200 — 9.8 KiB — 286 ms — h2https://static.files.bbci.co.uk/core/bundle-component-button.26621bec01a9b92f8cfe.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-button.26621bec01a9b92f8cfe.js — 200 — 2.9 KiB — 283 ms — h2https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.b4e1489e5dd500d8bd79.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.b4e1489e5dd500d8bd79.js — 200 — 3.0 KiB — 280 ms — h2https://static.files.bbci.co.uk/core/bundle-component-global-navigation.3bc20d965d20d3a8492d.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-global-navigation.3bc20d965d20d3a8492d.js — 200 — 10.8 KiB — 270 ms — h2https://static.files.bbci.co.uk/core/bundle-global-navigation.9a721964c87f91c8f799.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-global-navigation.9a721964c87f91c8f799.js — 200 — 3.3 KiB — 267 ms — h2https://static.files.bbci.co.uk/core/bundle-component-image.76d3138149a1e409251d.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-image.76d3138149a1e409251d.js — 200 — 3.0 KiB — 315 ms — h2https://static.files.bbci.co.uk/core/bundle-component-product-navigation.8a20d07101d77dd4cc3a.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-product-navigation.8a20d07101d77dd4cc3a.js — 200 — 6.2 KiB — 313 ms — h2https://static.files.bbci.co.uk/core/bundle-component-masthead.51ec44057c7be8f3a339.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-masthead.51ec44057c7be8f3a339.js — 200 — 2.5 KiB — 306 ms — h2https://static.files.bbci.co.uk/core/bundle-product-navigation.f477a218b62f9ed3ad34.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-product-navigation.f477a218b62f9ed3ad34.js — 200 — 1.6 KiB — 295 ms — h2https://static.files.bbci.co.uk/core/bundle-main-heading.1b67b9b11ac48f52f8dc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-main-heading.1b67b9b11ac48f52f8dc.js — 200 — 1.1 KiB — 290 ms — h2https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.41d08e00ba4f50227bb4.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.41d08e00ba4f50227bb4.js — 200 — 2.5 KiB — 79 ms — h2https://static.files.bbci.co.uk/core/bundle-component-information-panel.c0332e8cd60df00d5d4c.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-information-panel.c0332e8cd60df00d5d4c.js — 200 — 3.7 KiB — 79 ms — h2https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.debc39169fec14da9e50.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.debc39169fec14da9e50.js — 200 — 2.5 KiB — 80 ms — h2https://static.files.bbci.co.uk/core/bundle-component-contributor.c4f90b600468d608d862.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-contributor.c4f90b600468d608d862.js — 200 — 2.3 KiB — 80 ms — h2https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.e44b1f8505abc0a7fa1b.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.e44b1f8505abc0a7fa1b.js — 200 — 1.8 KiB — 82 ms — h2https://static.files.bbci.co.uk/core/bundle-component-promo.ba2cf965ccc199b9ede3.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-promo.ba2cf965ccc199b9ede3.js — 200 — 5.5 KiB — 82 ms — h2https://static.files.bbci.co.uk/core/bundle-component-additional-links.0517b60e445486a65bae.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-additional-links.0517b60e445486a65bae.js — 200 — 2.7 KiB — 81 ms — h2https://static.files.bbci.co.uk/core/bundle-component-error-message.251da650bdf3f568e538.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-error-message.251da650bdf3f568e538.js — 200 — 1.6 KiB — 81 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.1 s LCP 3.6 shttps://bbc.co.uk// https://bbc.co.uk/ — 301 — 533 B — 11 ms — h2https://www.bbc.co.uk/www.bbc.co.uk/ https://www.bbc.co.uk/ — 200 — 78.2 KiB — 38 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/7816/live/5aa8b710-38d2-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/7816/live/5aa8b710-38d2-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 13.3 KiB — 110 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webp — 200 — 40.9 KiB — 125 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/205f/live/7e2f7c10-37dc-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/205f/live/7e2f7c10-37dc-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 51.2 KiB — 126 ms — h2https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.59247a9d8bfc766bfe78.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.59247a9d8bfc766bfe78.js — 200 — 48.9 KiB — 281 ms — h2https://static.files.bbci.co.uk/core/bundle-default-vendors.daaeb91fc3775b616777.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-default-vendors.daaeb91fc3775b616777.js — 200 — 119.7 KiB — 264 ms — h2https://static.files.bbci.co.uk/core/bundle-component-tabs.66be1bc2c79ea84602bc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-tabs.66be1bc2c79ea84602bc.js — 200 — 4.7 KiB — 267 ms — h2https://static.files.bbci.co.uk/core/bundle-gel.30b5f3282a4931d8f82a.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-gel.30b5f3282a4931d8f82a.js — 200 — 57.0 KiB — 313 ms — h2https://static.files.bbci.co.uk/core/bundle-website.b7de30aa3118ca2c1acd.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-website.b7de30aa3118ca2c1acd.js — 200 — 77.4 KiB — 192 ms — h2https://static.files.bbci.co.uk/core/bundle-base-website.ef1ff867ec48e1de3a37.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-base-website.ef1ff867ec48e1de3a37.js — 200 — 5.0 KiB — 158 ms — h2https://static.files.bbci.co.uk/core/bundle-framework.cbe8d6b81f42de172efb.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-framework.cbe8d6b81f42de172efb.js — 200 — 46.5 KiB — 336 ms — h2https://static.files.bbci.co.uk/core/bundle-pwa.b14a1b5daaff602fe366.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-pwa.b14a1b5daaff602fe366.js — 200 — 9.8 KiB — 286 ms — h2https://static.files.bbci.co.uk/core/bundle-component-button.26621bec01a9b92f8cfe.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-button.26621bec01a9b92f8cfe.js — 200 — 2.9 KiB — 283 ms — h2https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.b4e1489e5dd500d8bd79.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.b4e1489e5dd500d8bd79.js — 200 — 3.0 KiB — 280 ms — h2https://static.files.bbci.co.uk/core/bundle-component-global-navigation.3bc20d965d20d3a8492d.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-global-navigation.3bc20d965d20d3a8492d.js — 200 — 10.8 KiB — 270 ms — h2https://static.files.bbci.co.uk/core/bundle-global-navigation.9a721964c87f91c8f799.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-global-navigation.9a721964c87f91c8f799.js — 200 — 3.3 KiB — 267 ms — h2https://static.files.bbci.co.uk/core/bundle-component-image.76d3138149a1e409251d.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-image.76d3138149a1e409251d.js — 200 — 3.0 KiB — 315 ms — h2https://static.files.bbci.co.uk/core/bundle-component-product-navigation.8a20d07101d77dd4cc3a.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-product-navigation.8a20d07101d77dd4cc3a.js — 200 — 6.2 KiB — 313 ms — h2https://static.files.bbci.co.uk/core/bundle-component-masthead.51ec44057c7be8f3a339.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-masthead.51ec44057c7be8f3a339.js — 200 — 2.5 KiB — 306 ms — h2https://static.files.bbci.co.uk/core/bundle-product-navigation.f477a218b62f9ed3ad34.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-product-navigation.f477a218b62f9ed3ad34.js — 200 — 1.6 KiB — 295 ms — h2https://static.files.bbci.co.uk/core/bundle-main-heading.1b67b9b11ac48f52f8dc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-main-heading.1b67b9b11ac48f52f8dc.js — 200 — 1.1 KiB — 290 ms — h2https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.41d08e00ba4f50227bb4.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.41d08e00ba4f50227bb4.js — 200 — 2.5 KiB — 79 ms — h2https://static.files.bbci.co.uk/core/bundle-component-information-panel.c0332e8cd60df00d5d4c.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-information-panel.c0332e8cd60df00d5d4c.js — 200 — 3.7 KiB — 79 ms — h2https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.debc39169fec14da9e50.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.debc39169fec14da9e50.js — 200 — 2.5 KiB — 80 ms — h2https://static.files.bbci.co.uk/core/bundle-component-contributor.c4f90b600468d608d862.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-contributor.c4f90b600468d608d862.js — 200 — 2.3 KiB — 80 ms — h2https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.e44b1f8505abc0a7fa1b.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.e44b1f8505abc0a7fa1b.js — 200 — 1.8 KiB — 82 ms — h2https://static.files.bbci.co.uk/core/bundle-component-promo.ba2cf965ccc199b9ede3.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-promo.ba2cf965ccc199b9ede3.js — 200 — 5.5 KiB — 82 ms — h2https://static.files.bbci.co.uk/core/bundle-component-additional-links.0517b60e445486a65bae.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-additional-links.0517b60e445486a65bae.js — 200 — 2.7 KiB — 81 ms — h2https://static.files.bbci.co.uk/core/bundle-component-error-message.251da650bdf3f568e538.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-error-message.251da650bdf3f568e538.js — 200 — 1.6 KiB — 81 ms — h2https://static.files.bbci.co.uk/core/bundle-component-uas-button.650e5f2dc236253e3f29.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-uas-button.650e5f2dc236253e3f29.js — 200 — 5.5 KiB — 81 ms — h2https://static.files.bbci.co.uk/core/bundle-component-sport-badge.adb0256225408317e261.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-sport-badge.adb0256225408317e261.js — 200 — 21.8 KiB — 114 ms — h2https://static.files.bbci.co.uk/core/bundle-component-media-player.f9856147b5cc876db0c3.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-media-player.f9856147b5cc876db0c3.js — 200 — 8.8 KiB — 83 ms — h2https://static.files.bbci.co.uk/core/bundle-component-follow.68ed96f9f2a15b152436.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-follow.68ed96f9f2a15b152436.js — 200 — 5.1 KiB — 88 ms — h2https://static.files.bbci.co.uk/core/bundle-component-collection-header.0ed2d2dda8ffe5e23131.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-collection-header.0ed2d2dda8ffe5e23131.js — 200 — 2.2 KiB — 125 ms — h2https://static.files.bbci.co.uk/core/bundle-component-index-promo.d1c1c8925379502bdbd1.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-index-promo.d1c1c8925379502bdbd1.js — 200 — 3.8 KiB — 127 ms — h2https://static.files.bbci.co.uk/core/bundle-component-in-situ-media-promo.7c93ac7f9859f4da8190.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-in-situ-media-promo.7c93ac7f9859f4da8190.js — 200 — 4.6 KiB — 129 ms — h2https://static.files.bbci.co.uk/core/bundle-component-promo-with-ranking.7160ae90aaab4401a201.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-promo-with-ranking.7160ae90aaab4401a201.js — 200 — 3.8 KiB — 130 ms — h2https://static.files.bbci.co.uk/core/bundle-component-live-preview-promo.a2497622e3da97cbff13.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-live-preview-promo.a2497622e3da97cbff13.js — 200 — 3.7 KiB — 138 ms — h2https://static.files.bbci.co.uk/core/bundle-component-high-impact-promo.77be3b9abf3c81d861cf.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-high-impact-promo.77be3b9abf3c81d861cf.js — 200 — 4.1 KiB — 139 ms — h2https://static.files.bbci.co.uk/core/bundle-component-short-form-promo.6c46c3c610072dece421.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-short-form-promo.6c46c3c610072dece421.js — 200 — 3.7 KiB — 140 ms — h2https://static.files.bbci.co.uk/core/bundle-component-portrait-video-promo.8efa41d616423bace38e.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-portrait-video-promo.8efa41d616423bace38e.js — 200 — 3.1 KiB — 141 ms — h2https://static.files.bbci.co.uk/core/bundle-component-hierarchical-promo-collection.b6fdecca8a5377215400.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-hierarchical-promo-collection.b6fdecca8a5377215400.js — 200 — 4.0 KiB — 145 ms — h2https://static.files.bbci.co.uk/core/bundle-hierarchical-promo-collection.81f228e8e64edbacf4bc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-hierarchical-promo-collection.81f228e8e64edbacf4bc.js — 200 — 1.8 KiB — 146 ms — h2https://static.files.bbci.co.uk/core/bundle-component-information-wrapper.fb895d7b38ff798a7b35.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-information-wrapper.fb895d7b38ff798a7b35.js — 200 — 2.0 KiB — 147 ms — h2https://static.files.bbci.co.uk/core/bundle-component-quick-user-actions-menu.7f19c04cc304fc4cc47b.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-quick-user-actions-menu.7f19c04cc304fc4cc47b.js — 200 — 9.5 KiB — 149 ms — h2https://static.files.bbci.co.uk/core/bundle-component-simple-promo-collection.7aeafc4c92d3830ebab4.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-simple-promo-collection.7aeafc4c92d3830ebab4.js — 200 — 4.3 KiB — 151 ms — h2https://static.files.bbci.co.uk/core/bundle-component-promo-carousel.e4baac6825347eb7dbdc.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-promo-carousel.e4baac6825347eb7dbdc.js — 200 — 4.4 KiB — 181 ms — h2https://static.files.bbci.co.uk/core/bundle-simple-promo-collection.f8a58e93932cf78ec661.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-simple-promo-collection.f8a58e93932cf78ec661.js — 200 — 4.8 KiB — 186 ms — h2https://static.files.bbci.co.uk/core/bundle-component-rich-text.de840abf36704da3e24a.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-rich-text.de840abf36704da3e24a.js — 200 — 2.6 KiB — 189 ms — h2https://static.files.bbci.co.uk/core/bundle-component-portrait-video-modal.cf48b0027b5ed33ae0df.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-portrait-video-modal.cf48b0027b5ed33ae0df.js — 200 — 5.1 KiB — 191 ms — h2https://static.files.bbci.co.uk/core/bundle-portrait-video-experience.d92df1aa3195e6284f41.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-portrait-video-experience.d92df1aa3195e6284f41.js — 200 — 4.8 KiB — 193 ms — h2https://static.files.bbci.co.uk/core/bundle-component-static-links.fa81269c6b9054ce2269.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-static-links.fa81269c6b9054ce2269.js — 200 — 2.9 KiB — 195 ms — h2https://static.files.bbci.co.uk/core/bundle-static-links.246be79bf83e78ecce72.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-static-links.246be79bf83e78ecce72.js — 200 — 1.5 KiB — 198 ms — h2https://static.files.bbci.co.uk/core/bundle-global-footer.4efbf4256e389248d43b.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-global-footer.4efbf4256e389248d43b.js — 200 — 1.6 KiB — 200 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/7861/live/55ed3cf0-38f5-11f1-af56-f16d2af863b9.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/7861/live/55ed3cf0-38f5-11f1-af56-f16d2af863b9.jpg.webp — 200 — 10.6 KiB — 97 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/5066/live/b42183c0-3815-11f1-8c85-0db6dfcd1b6a.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/5066/live/b42183c0-3815-11f1-8c85-0db6dfcd1b6a.jpg.webp — 200 — 40.8 KiB — 93 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/8868/live/912363a0-38f3-11f1-af56-f16d2af863b9.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/8868/live/912363a0-38f3-11f1-af56-f16d2af863b9.jpg.webp — 200 — 19.8 KiB — 94 ms — h2https://static.files.bbci.co.uk/core/manifest.1ccdbcfd4cc3bf889128a50903c2b22c81758637.jsonstatic.files.bbci.co.uk/core/manife... https://static.files.bbci.co.uk/core/manifest.1ccdbcfd4cc3bf889128a50903c2b22c81758637.json — 200 — 1.4 KiB — 268 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/1f09/live/c5562130-3902-11f1-8479-370d2e0a1223.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/1f09/live/c5562130-3902-11f1-8479-370d2e0a1223.jpg.webp — 200 — 36.0 KiB — 30 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3f9b/live/1d83c580-3820-11f1-87a9-4117efae0ff4.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3f9b/live/1d83c580-3820-11f1-87a9-4117efae0ff4.jpg.webp — 200 — 56.7 KiB — 211 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/9f7b/live/1aedbf00-38e9-11f1-af88-bb55454ebba2.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/9f7b/live/1aedbf00-38e9-11f1-af88-bb55454ebba2.jpg.webp — 200 — 61.8 KiB — 175 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/0d5b/live/aaed77c0-3912-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/0d5b/live/aaed77c0-3912-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 22.5 KiB — 175 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/69e0/live/33a283d0-390e-11f1-906d-e5637b8cec29.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/69e0/live/33a283d0-390e-11f1-906d-e5637b8cec29.jpg.webp — 200 — 24.6 KiB — 32 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/5ede/live/afdd78f0-38fb-11f1-88f0-7d03c2035921.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/5ede/live/afdd78f0-38fb-11f1-88f0-7d03c2035921.jpg.webp — 200 — 15.0 KiB — 177 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/36cf/live/c77df520-3900-11f1-88f0-7d03c2035921.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/36cf/live/c77df520-3900-11f1-88f0-7d03c2035921.jpg.webp — 200 — 16.8 KiB — 44 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/6abd/live/1a234b70-38db-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/6abd/live/1a234b70-38db-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 23.9 KiB — 43 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/f1c4/live/324c2a50-3908-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/f1c4/live/324c2a50-3908-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 11.8 KiB — 44 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/8f60/live/b48b39d0-390c-11f1-906d-e5637b8cec29.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/8f60/live/b48b39d0-390c-11f1-906d-e5637b8cec29.jpg.webp — 200 — 14.9 KiB — 66 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/9267/live/5b6200e0-3912-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/9267/live/5b6200e0-3912-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 8.9 KiB — 68 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/3fc1/live/44170b70-38d0-11f1-897a-bdd15f22bdb0.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/3fc1/live/44170b70-38d0-11f1-897a-bdd15f22bdb0.jpg.webp — 200 — 19.4 KiB — 119 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/e2b2/live/e9c98260-d0cb-11ee-b83b-0f87a864f372.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/e2b2/live/e9c98260-d0cb-11ee-b83b-0f87a864f372.jpg.webp — 200 — 3.9 KiB — 125 ms — h2https://ichef.bbci.co.uk/images/ic/624xn/p09qmrlz.jpg.webpichef.bbci.co.uk/images/ic/624xn/p0... https://ichef.bbci.co.uk/images/ic/624xn/p09qmrlz.jpg.webp — 200 — 52.9 KiB — 139 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/cfee/live/5a9a2560-3904-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/cfee/live/5a9a2560-3904-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 60.5 KiB — 157 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/a128/live/ee5bcf20-38e0-11f1-873f-c76196ac5460.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/a128/live/ee5bcf20-38e0-11f1-873f-c76196ac5460.jpg.webp — 200 — 27.5 KiB — 150 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3a2d/live/08e71260-38ea-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3a2d/live/08e71260-38ea-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 43.8 KiB — 160 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/c435/live/63c69cf0-38db-11f1-be66-05092c7a229b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/c435/live/63c69cf0-38db-11f1-be66-05092c7a229b.jpg.webp — 200 — 89.0 KiB — 166 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/61cb/live/e212bcd0-38de-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/61cb/live/e212bcd0-38de-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 27.4 KiB — 161 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/4834/live/ebe6eb10-387e-11f1-9f4a-3581017c85eb.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/4834/live/ebe6eb10-387e-11f1-9f4a-3581017c85eb.jpg.webp — 200 — 9.5 KiB — 163 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/54df/live/20eda860-38b8-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/54df/live/20eda860-38b8-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 36.4 KiB — 165 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/f6d9/live/9a1e1650-37d9-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/f6d9/live/9a1e1650-37d9-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 63.2 KiB — 185 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/11ee/live/791b0060-379a-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/11ee/live/791b0060-379a-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 50.0 KiB — 199 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/bcbb/live/83ece930-0db1-11f1-9972-d3f265c101c6.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/bcbb/live/83ece930-0db1-11f1-9972-d3f265c101c6.jpg.webp — 200 — 46.9 KiB — 186 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/f80c/live/f5a34f20-2ea8-11f1-aa0c-dd9a23733a84.png.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/f80c/live/f5a34f20-2ea8-11f1-aa0c-dd9a23733a84.png.webp — 200 — 81.6 KiB — 195 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3e01/live/c67a01f0-bc8d-11ef-a0f2-fd81ae5962f4.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/3e01/live/c67a01f0-bc8d-11ef-a0f2-fd81ae5962f4.jpg.webp — 200 — 37.3 KiB — 197 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/949c/live/b5ed0e80-3500-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/949c/live/b5ed0e80-3500-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 22.9 KiB — 157 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/36c5/live/6e6dbf30-34e4-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/36c5/live/6e6dbf30-34e4-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 28.5 KiB — 159 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/d547/live/f5a971b0-34df-11f1-879d-1b2f5c3919b8.png.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/d547/live/f5a971b0-34df-11f1-879d-1b2f5c3919b8.png.webp — 200 — 103.3 KiB — 174 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/b445/live/e438c920-1979-11f1-b048-c9424b2cf5fd.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/b445/live/e438c920-1979-11f1-b048-c9424b2cf5fd.jpg.webp — 200 — 13.3 KiB — 162 ms — h2https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/4341/live/39968530-f885-11f0-b385-5f48925de19a.jpg.webpichef.bbci.co.uk/ace/standard/960/c... https://ichef.bbci.co.uk/ace/standard/960/cpsprodpb/4341/live/39968530-f885-11f0-b385-5f48925de19a.jpg.webp — 200 — 14.3 KiB — 173 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/b80a/live/cc534330-38b9-11f1-883f-2b010a576163.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/b80a/live/cc534330-38b9-11f1-883f-2b010a576163.jpg.webp — 200 — 18.9 KiB — 163 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/01fb/live/ad956180-38aa-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/01fb/live/ad956180-38aa-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 18.1 KiB — 167 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/d8b8/live/e167f490-f5ef-11ef-8c03-7dfdbeeb2526.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/d8b8/live/e167f490-f5ef-11ef-8c03-7dfdbeeb2526.jpg.webp — 200 — 11.0 KiB — 178 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/368a/live/0911f530-3353-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/368a/live/0911f530-3353-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 12.6 KiB — 163 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/479e/live/e202db10-34bc-11f1-a676-6ff4dfb1e8ec.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/479e/live/e202db10-34bc-11f1-a676-6ff4dfb1e8ec.jpg.webp — 200 — 21.6 KiB — 181 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/21fa/live/c6b6d430-3645-11f1-880c-4b901053cc40.png.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/21fa/live/c6b6d430-3645-11f1-880c-4b901053cc40.png.webp — 200 — 24.0 KiB — 164 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/681c/live/8a8aa950-373a-11f1-9d5c-8ba507d7dbde.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/681c/live/8a8aa950-373a-11f1-9d5c-8ba507d7dbde.jpg.webp — 200 — 21.0 KiB — 182 ms — h2https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/1386/live/a6d7ac90-38be-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/ace/standard/624/c... https://ichef.bbci.co.uk/ace/standard/624/cpsprodpb/1386/live/a6d7ac90-38be-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 26.7 KiB — 182 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 200 — 59.0 KiB — 133 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 200 — 65.6 KiB — 141 ms — h2https://idcta.api.bbc.co.uk/idcta/configidcta.api.bbc.co.uk/idcta/config https://idcta.api.bbc.co.uk/idcta/config — 200 — 4.8 KiB — 26 ms — h2https://static.files.bbci.co.uk/core/website/assets/static/scripts/riddle/riddle.b586b30e8b60901def3b.jsstatic.files.bbci.co.uk/core/websit... https://static.files.bbci.co.uk/core/website/assets/static/scripts/riddle/riddle.b586b30e8b60901def3b.js — 200 — 7.0 KiB — 6 ms — h2https://cdn.optimizely.com/datafiles/Au22auYqZXzjcyGBqtzfa.jsoncdn.optimizely.com/datafiles/Au22au... https://cdn.optimizely.com/datafiles/Au22auYqZXzjcyGBqtzfa.json — 200 — 8.5 KiB — 33 ms — h2https://static.files.bbci.co.uk/core/website/assets/static/icons/favicon/bbc/favicon-32.d0dcfb7dcc.pngstatic.files.bbci.co.uk/core/websit... https://static.files.bbci.co.uk/core/website/assets/static/icons/favicon/bbc/favicon-32.d0dcfb7dcc.png — 200 — 1.0 KiB — 5 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 17 ms — h2https://static.files.bbci.co.uk/core/bundle-component-consent-banner.d0ed50c1e4e43bae150b.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-consent-banner.d0ed50c1e4e43bae150b.js — 200 — 2.9 KiB — 6 ms — h2https://static.files.bbci.co.uk/core/bundle-consent-banner.28a06c2d3f6c9d6c06c8.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-consent-banner.28a06c2d3f6c9d6c06c8.js — 200 — 3.5 KiB — 6 ms — h2https://static.files.bbci.co.uk/core/bundle-component-forms.9fe92101b5eefa5e04a2.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-forms.9fe92101b5eefa5e04a2.js — 200 — 19.1 KiB — 6 ms — h2https://static.files.bbci.co.uk/core/bundle-component-sign-in-call-to-action.8656d56f26befba33248.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-sign-in-call-to-action.8656d56f26befba33248.js — 200 — 2.1 KiB — 12 ms — h2https://static.files.bbci.co.uk/core/bundle-component-sign-in-prompt.c3efedff3b66b65bcb43.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-component-sign-in-prompt.c3efedff3b66b65bcb43.js — 200 — 9.3 KiB — 5 ms — h2https://static.files.bbci.co.uk/core/bundle-sign-in-prompt.52c282a36546e4a2f8a0.jsstatic.files.bbci.co.uk/core/bundle... https://static.files.bbci.co.uk/core/bundle-sign-in-prompt.52c282a36546e4a2f8a0.js — 200 — 2.5 KiB — 6 ms — h2https://static.files.bbci.co.uk/core/website/assets/static/icons/favicon/bbc/favicon-32.d0dcfb7dcc.pngstatic.files.bbci.co.uk/core/websit... https://static.files.bbci.co.uk/core/website/assets/static/icons/favicon/bbc/favicon-32.d0dcfb7dcc.png — 200 — 0 B — 3 ms — h2https://static.files.bbci.co.uk/core/icon.e35c8cbc1401d979aed592011c0cadb60d684159.pngstatic.files.bbci.co.uk/core/icon.e... https://static.files.bbci.co.uk/core/icon.e35c8cbc1401d979aed592011c0cadb60d684159.png — 200 — 1.9 KiB — 7 ms — h2https://nav.files.bbci.co.uk/orbit/2.0.0-502.c3ab836/js/require.min.jsnav.files.bbci.co.uk/orbit/2.0.0-50... https://nav.files.bbci.co.uk/orbit/2.0.0-502.c3ab836/js/require.min.js — 200 — 6.9 KiB — 22 ms — h2https://www.bbc.co.uk/userinfowww.bbc.co.uk/userinfo https://www.bbc.co.uk/userinfo — 200 — 573 B — 8 ms — h2https://www.bbc.com/www.bbc.com/ https://www.bbc.com/ — 200 — 83.9 KiB — 32 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=17986528&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294735747&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=0&c7=https%3A%2F%2Fwww.bbc.co.uk%2F&c8=BBC%20-%20Home&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=17986528&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294735747&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=0&c7=https%3A%2F%2Fwww.bbc.co.uk%2F&c8=BBC%20-%20Home&c9= — -1 — 0 B — 0 ms — https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/css/63d5374b87d0d2c4.cssstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/css/63d5374b87d0d2c4.css — 200 — 1.9 KiB — 44 ms — h2https://static.bbci.co.uk/frameworks/requirejs/0.13.0/sharedmodules/require.jsstatic.bbci.co.uk/frameworks/requir... https://static.bbci.co.uk/frameworks/requirejs/0.13.0/sharedmodules/require.js — 200 — 8.4 KiB — 40 ms — h2https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-bootstrap.jsgn-web-assets.api.bbc.com/ngas/late... https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-bootstrap.js — 200 — 22.3 KiB — 57 ms — http/1.1https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/grey-placeholder.pngstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/grey-placeholder.png — 200 — 1.2 KiB — 54 ms — h2https://ichef.bbci.co.uk/news/480/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webpichef.bbci.co.uk/news/480/cpsprodpb... https://ichef.bbci.co.uk/news/480/cpsprodpb/495f/live/23e2cf10-3911-11f1-906d-e5637b8cec29.jpg.webp — 200 — 17.1 KiB — 64 ms — h2https://ichef.bbci.co.uk/news/480/cpsprodpb/29c7/live/743dd550-38ed-11f1-879d-1b2f5c3919b8.jpg.webpichef.bbci.co.uk/news/480/cpsprodpb... https://ichef.bbci.co.uk/news/480/cpsprodpb/29c7/live/743dd550-38ed-11f1-879d-1b2f5c3919b8.jpg.webp — 200 — 9.3 KiB — 23 ms — h2https://cdn.optimizely.com/public/4621041136/s/bbcx_prod.jscdn.optimizely.com/public/462104113... https://cdn.optimizely.com/public/4621041136/s/bbcx_prod.js — 200 — 98.9 KiB — 93 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.3 KiB — 85 ms — h3https://emp.bbci.co.uk/emp/bump-4/bump-4.jsemp.bbci.co.uk/emp/bump-4/bump-4.js https://emp.bbci.co.uk/emp/bump-4/bump-4.js — 200 — 40.3 KiB — 72 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/webpack-e687dc6f00785b9b.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/webpack-e687dc6f00785b9b.js — 200 — 3.1 KiB — 25 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/framework-471a843c5613f1bc.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/framework-471a843c5613f1bc.js — 200 — 44.7 KiB — 36 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/main-fec0878bf69bd0df.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/main-fec0878bf69bd0df.js — 200 — 39.0 KiB — 40 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/pages/_app-3601c1768a43d6cc.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/pages/_app-3601c1768a43d6cc.js — 200 — 326.7 KiB — 92 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/565-3fe8c6555c9e19af.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/565-3fe8c6555c9e19af.js — 200 — 15.5 KiB — 53 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/354-a0ad6e0ee35c873e.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/354-a0ad6e0ee35c873e.js — 200 — 33.7 KiB — 83 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/958-96982c2ceb522675.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/958-96982c2ceb522675.js — 200 — 3.9 KiB — 62 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/103-134cad6ac039894a.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/103-134cad6ac039894a.js — 200 — 2.4 KiB — 63 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/822-f7c0c3707aa22ef1.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/822-f7c0c3707aa22ef1.js — 200 — 48.4 KiB — 84 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/pages/%5B%5B...slug%5D%5D-61aca4147c04bcf5.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/pages/%5B%5B...slug%5D%5D-61aca4147c04bcf5.js — 200 — 1.3 KiB — 71 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/KmPscKRPG-s4__pkP5Kuv/_buildManifest.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/KmPscKRPG-s4__pkP5Kuv/_buildManifest.js — 200 — 1.4 KiB — 72 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/KmPscKRPG-s4__pkP5Kuv/_ssgManifest.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/KmPscKRPG-s4__pkP5Kuv/_ssgManifest.js — 200 — 788 B — 72 ms — h2https://ichef.bbci.co.uk/news/480/cpsprodpb/4b56/live/41ccc2f0-38f4-11f1-8606-05fe34b06e1b.jpg.webpichef.bbci.co.uk/news/480/cpsprodpb... https://ichef.bbci.co.uk/news/480/cpsprodpb/4b56/live/41ccc2f0-38f4-11f1-8606-05fe34b06e1b.jpg.webp — 200 — 17.3 KiB — 83 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0ndc93k.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0ndc93k.jpg.webp — 200 — 29.8 KiB — 6 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0ndd5q7.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0ndd5q7.jpg.webp — 200 — 99.5 KiB — 14 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0ndgqd6.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0ndgqd6.jpg.webp — 200 — 25.7 KiB — 16 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0lqdxrf.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0lqdxrf.jpg.webp — 200 — 26.6 KiB — 19 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0j72y80.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0j72y80.jpg.webp — 200 — 29.8 KiB — 21 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0nb27h8.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0nb27h8.jpg.webp — 200 — 46.6 KiB — 25 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2 — 200 — 64.5 KiB — 20 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 200 — 59.0 KiB — 41 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 200 — 65.6 KiB — 31 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2 — 200 — 78.0 KiB — 40 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 200 — 78.7 KiB — 34 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2 — 200 — 47.4 KiB — 37 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/site.webmanifeststatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/site.webmanifest — 200 — 1.1 KiB — 42 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0n1s8rb.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0n1s8rb.jpg.webp — 200 — 68.6 KiB — 27 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0ndc3vx.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0ndc3vx.jpg.webp — 200 — 13.2 KiB — 19 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0nd8blx.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0nd8blx.jpg.webp — 200 — 35.1 KiB — 18 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0n7w1vm.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0n7w1vm.jpg.webp — 200 — 29.0 KiB — 18 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0nd4cy4.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0nd4cy4.jpg.webp — 200 — 77.2 KiB — 27 ms — h2https://ichef.bbci.co.uk/images/ic/800x450/p0nc7sb0.jpg.webpichef.bbci.co.uk/images/ic/800x450/... https://ichef.bbci.co.uk/images/ic/800x450/p0nc7sb0.jpg.webp — 200 — 43.1 KiB — 24 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/829.63ccb180bb19ec46.jsstatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/_next/static/chunks/829.63ccb180bb19ec46.js — 200 — 4.5 KiB — 5 ms — h2https://web-cdn.api.bbci.co.uk/xd/schedule?country=usweb-cdn.api.bbci.co.uk/xd/schedule?... https://web-cdn.api.bbci.co.uk/xd/schedule?country=us — 200 — 3.2 KiB — 24 ms — h2https://www.bbc.co.uk/userinfowww.bbc.co.uk/userinfo https://www.bbc.co.uk/userinfo — 200 — 1.1 KiB — 15 ms — h2https://uk-script.dotmetrics.net/door.js?d=www.bbc.com&t=homestudiouk-script.dotmetrics.net/door.js?d=... https://uk-script.dotmetrics.net/door.js?d=www.bbc.com&t=homestudio — 200 — 4.5 KiB — 103 ms — h2https://cdn.cxense.com/ari.jscdn.cxense.com/ari.js https://cdn.cxense.com/ari.js — 200 — 6.3 KiB — 43 ms — http/1.1https://a4621041136.cdn.optimizely.com/client_storage/a4621041136.htmla4621041136.cdn.optimizely.com/clie... https://a4621041136.cdn.optimizely.com/client_storage/a4621041136.html — 200 — 1.5 KiB — 38 ms — h2https://mybbc-analytics.files.bbci.co.uk/echo-client-js/echo-2.6.0-avi.min.jsmybbc-analytics.files.bbci.co.uk/ec... https://mybbc-analytics.files.bbci.co.uk/echo-client-js/echo-2.6.0-avi.min.js — 200 — 110.9 KiB — 297 ms — h2https://scripts.webcontentassessor.com/scripts/64ca3dfd44dd68a629e2e51a27e7ccd960974b5961e4ca2897139d14bf10be8bscripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/64ca3dfd44dd68a629e2e51a27e7ccd960974b5961e4ca2897139d14bf10be8b — 200 — 123.5 KiB — 29 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 37 ms — h3https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.5 KiB — 211 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 — 19 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 — 13 ms — h3https://mybbc-analytics.files.bbci.co.uk/analytics-remote-config/producers.jsonmybbc-analytics.files.bbci.co.uk/an... https://mybbc-analytics.files.bbci.co.uk/analytics-remote-config/producers.json — 200 — 1.8 KiB — 13 ms — h2https://mybbc-analytics.files.bbci.co.uk/analytics-remote-config/masterbrands.jsonmybbc-analytics.files.bbci.co.uk/an... https://mybbc-analytics.files.bbci.co.uk/analytics-remote-config/masterbrands.json — 200 — 1.9 KiB — 13 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.2 KiB — 73 ms — h3https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 324 B — 57 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 324 B — 56 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 326 B — 40 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 325 B — 45 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 324 B — 38 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 325 B — 32 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 70 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 41.9 KiB — 112 ms — h2https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.bbc.com%2F&account_id=1786cdn.privacy-mgmt.com/mms/v2/get_sit... https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.bbc.com%2F&account_id=1786 — 200 — 608 B — 169 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 324 B — 9 ms — h2https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/favicon.icostatic.files.bbci.co.uk/bbcdotcom/w... https://static.files.bbci.co.uk/bbcdotcom/web/20260407-092955-f3cfe0ee04-web-3.0.0-2/favicon.ico — 200 — 6.9 KiB — 5 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1786&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=26225&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/met... https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1786&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=26225&scriptVersion=4.40.1&scriptType=unified — 200 — 1.1 KiB — 52 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1786%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%2Fcdn.privacy-mgmt.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.bbc.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Afalse%7D%2C%22usnat%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/mes... https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1786%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%2Fcdn.privacy-mgmt.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.bbc.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Afalse%7D%2C%22usnat%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unified — 200 — 2.0 KiB — 55 ms — h2https://uk-script.dotmetrics.net/hit.gif?id=13934&url=https%3A%2F%2Fwww.bbc.com%2F&dom=www.bbc.com&r=1776294738125&pvs=1&ecid=cc9f091e-22b6-4a9f-8810-5ca21f5b23b2&c=true&tzOffset=0&doorUrl=http%3a%2f%2fuk-script.dotmetrics.net%2fdoor.js%3fd%3dwww.bbc.com%26t%3dhomestudio&dfph=&ver=362uk-script.dotmetrics.net/hit.gif?id... https://uk-script.dotmetrics.net/hit.gif?id=13934&url=https%3A%2F%2Fwww.bbc.com%2F&dom=www.bbc.com&r=1776294738125&pvs=1&ecid=cc9f091e-22b6-4a9f-8810-5ca21f5b23b2&c=true&tzOffset=0&doorUrl=http%3a%2f%2fuk-script.dotmetrics.net%2fdoor.js%3fd%3dwww.bbc.com%26t%3dhomestudio&dfph=&ver=362 — 200 — 706 B — 72 ms — h2https://rm-script.dotmetrics.net/hit.gif?id=13934&url=https%3A%2F%2Fwww.bbc.com%2F&dom=www.bbc.com&r=1776294738125&pvs=1&pvid=cc9f091e-22b6-4a9f-8810-5ca21f5b23b2&c=true&tzOffset=0rm-script.dotmetrics.net/hit.gif?id... https://rm-script.dotmetrics.net/hit.gif?id=13934&url=https%3A%2F%2Fwww.bbc.com%2F&dom=www.bbc.com&r=1776294738125&pvs=1&pvid=cc9f091e-22b6-4a9f-8810-5ca21f5b23b2&c=true&tzOffset=0 — 200 — 1.2 KiB — 16 ms — h2https://federated-id.live.api.bbc.co.uk/getdeviceidfederated-id.live.api.bbc.co.uk/get... https://federated-id.live.api.bbc.co.uk/getdeviceid — 200 — 0 B — 263 ms — h2https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/ozpb.min.jsprebid.the-ozone-project.com/hw2/OZ... https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/ozpb.min.js — 200 — 8.3 KiB — 27 ms — h2https://cdn.permutive.com/e488cdb0-e7cb-4d91-9648-60d437d8e491-web.jscdn.permutive.com/e488cdb0-e7cb-4d9... https://cdn.permutive.com/e488cdb0-e7cb-4d91-9648-60d437d8e491-web.js — 200 — 155.3 KiB — 56 ms — h2https://browser.covatic.io/sdk/v1/latest.jsbrowser.covatic.io/sdk/v1/latest.js https://browser.covatic.io/sdk/v1/latest.js — 200 — 66.0 KiB — 56 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 67 ms — h2https://pub.doubleverify.com/dvtag/29028254/DV1298722/pub.jspub.doubleverify.com/dvtag/29028254... https://pub.doubleverify.com/dvtag/29028254/DV1298722/pub.js — 200 — 33.6 KiB — 54 ms — h3https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-ads.jsgn-web-assets.api.bbc.com/ngas/late... https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-ads.js — 200 — 29.9 KiB — 21 ms — http/1.1https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-preroll.jsgn-web-assets.api.bbc.com/ngas/late... https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-preroll.js — 200 — 6.7 KiB — 34 ms — http/1.1https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=493206373493206373ef18508657619e42b&scriptVersion=4.40.1&scriptType=unified — 200 — 745 B — 67 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 17 ms — h2https://jssdkcdns.mparticle.com/JS/v2/eu1-ef76cdfb8673b34095fff2156cdfa7d8/config?env=0jssdkcdns.mparticle.com/JS/v2/eu1-e... https://jssdkcdns.mparticle.com/JS/v2/eu1-ef76cdfb8673b34095fff2156cdfa7d8/config?env=0 — 200 — 592 B — 29 ms — h2https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 22 ms — http/1.1https://c2-eu.piano.io/xbuilder/experience/execute?aid=7I7hmRshpec2-eu.piano.io/xbuilder/experience/... https://c2-eu.piano.io/xbuilder/experience/execute?aid=7I7hmRshpe — 200 — 4.7 KiB — 184 ms — h3https://uk-script.dotmetrics.net/Scripts/script.js?v=362uk-script.dotmetrics.net/Scripts/sc... https://uk-script.dotmetrics.net/Scripts/script.js?v=362 — 200 — 28.5 KiB — 76 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 383 B — 56 ms — h2https://federated-id.live.api.bbc.co.uk/getdeviceidfederated-id.live.api.bbc.co.uk/get... https://federated-id.live.api.bbc.co.uk/getdeviceid — 200 — 216 B — 83 ms — h2https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-analytics.jsgn-web-assets.api.bbc.com/ngas/late... https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-analytics.js — 200 — 13.0 KiB — 7 ms — http/1.1https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 204 — 0 B — 26 ms — h2https://gn-web-assets.api.bbc.com/ngas/vendor/edr/edr.min.jsgn-web-assets.api.bbc.com/ngas/vend... https://gn-web-assets.api.bbc.com/ngas/vendor/edr/edr.min.js — 200 — 14.8 KiB — 32 ms — http/1.1https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=https://www.bbc.com/&rp=https://www.bbc.co.uk/&ts=compact&rnd=1776294738482secure-us.imrworldwide.com/cgi-bin/... https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=https://www.bbc.com/&rp=https://www.bbc.co.uk/&ts=compact&rnd=1776294738482 — 302 — 595 B — 93 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 39 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 112 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 115 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 117 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 112 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 113 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 0 B — 115 ms — h2https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/adUnits.min.jsprebid.the-ozone-project.com/hw2/OZ... https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/adUnits.min.js — 200 — 871 B — 15 ms — h2https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/customized_plugin.jsprebid.the-ozone-project.com/hw2/OZ... https://prebid.the-ozone-project.com/hw2/OZONEBBC4784/1500000107/current/customized_plugin.js — 200 — 2.3 KiB — 16 ms — h2https://prebid.the-ozone-project.com/hw2/builds/ozwrap_pbjs.jsprebid.the-ozone-project.com/hw2/bu... https://prebid.the-ozone-project.com/hw2/builds/ozwrap_pbjs.js — 200 — 187.4 KiB — 51 ms — h2https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 200 — 363 B — 352 ms — h2https://browser.covatic.io/profiles/www.bbc.com.jsonbrowser.covatic.io/profiles/www.bbc... https://browser.covatic.io/profiles/www.bbc.com.json — 200 — 416 B — 10 ms — h2https://buy-eu.piano.io/checkout/offer/show?displayMode=inline&containerSelector=%23subliminal-banner&templateId=OTH6KUW51OTD&offerId=OFR1N7V2XJPI&formNameByTermId=%7B%7D&hideCompletedFields=true&showCloseButton=false&checkoutFlowId=CF2K3N6R7G1C&experienceActionId=showOfferOBJ6Z9UEQ9AN21&offerType=purchase&experienceId=EX5PVH06EYQN&companyName=g-core%20labs%20s.a.&dmaCode=501&sessions=&widget=offer&iframeId=offer-0-ZyIf1&url=https%3A%2F%2Fwww.bbc.com%2F&parentDualScreenLeft=10&parentDualScreenTop=10&parentWidth=1350&parentHeight=940&parentOuterHeight=580&aid=7I7hmRshpe&customVariables=%7B%22isMobileWebview%22%3Afalse%7D&browserId=mo0o0vguw4jgnqo6&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=false&initMode=context&requestUserAuthForLinkedTerm=true&initTime=2833&logType=offerShow&isConsentManagerEnabled=true&consent=%7B%22AM%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22PA%22%5D%7D%2C%22CP%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22COMPOSER%22%5D%7D%2C%22DL%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22DL%22%5D%7D%7D&width=1350&_qh=eced7d5d49buy-eu.piano.io/checkout/offer/show... https://buy-eu.piano.io/checkout/offer/show?displayMode=inline&containerSelector=%23subliminal-banner&templateId=OTH6KUW51OTD&offerId=OFR1N7V2XJPI&formNameByTermId=%7B%7D&hideCompletedFields=true&showCloseButton=false&checkoutFlowId=CF2K3N6R7G1C&experienceActionId=showOfferOBJ6Z9UEQ9AN21&offerType=purchase&experienceId=EX5PVH06EYQN&companyName=g-core%20labs%20s.a.&dmaCode=501&sessions=&widget=offer&iframeId=offer-0-ZyIf1&url=https%3A%2F%2Fwww.bbc.com%2F&parentDualScreenLeft=10&parentDualScreenTop=10&parentWidth=1350&parentHeight=940&parentOuterHeight=580&aid=7I7hmRshpe&customVariables=%7B%22isMobileWebview%22%3Afalse%7D&browserId=mo0o0vguw4jgnqo6&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=false&initMode=context&requestUserAuthForLinkedTerm=true&initTime=2833&logType=offerShow&isConsentManagerEnabled=true&consent=%7B%22AM%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22PA%22%5D%7D%2C%22CP%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22COMPOSER%22%5D%7D%2C%22DL%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22DL%22%5D%7D%7D&width=1350&_qh=eced7d5d49 — 200 — 71.6 KiB — 237 ms — h3https://buy-eu.piano.io/checkout/offer/show?displayMode=inline&containerSelector=%23regional-news-selection-component&templateId=OTK4Z80GDIVH&offerId=OFR1N7V2XJPI&formNameByTermId=%7B%7D&showCloseButton=false&checkoutFlowId=CF2K3N6R7G1C&experienceActionId=showOffer909TFOB9XBIK48&offerType=purchase&experienceId=EXGQP8T5UYGV&companyName=g-core%20labs%20s.a.&dmaCode=501&sessions=&widget=offer&iframeId=offer-1-0WHOS&url=https%3A%2F%2Fwww.bbc.com%2F&parentDualScreenLeft=10&parentDualScreenTop=10&parentWidth=1350&parentHeight=940&parentOuterHeight=580&aid=7I7hmRshpe&customVariables=%7B%22isMobileWebview%22%3Afalse%7D&browserId=mo0o0vguw4jgnqo6&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=false&initMode=context&requestUserAuthForLinkedTerm=true&initTime=2843.2999999523163&logType=offerShow&isConsentManagerEnabled=true&consent=%7B%22AM%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22PA%22%5D%7D%2C%22CP%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22COMPOSER%22%5D%7D%2C%22DL%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22DL%22%5D%7D%7D&width=1248&_qh=a58d407581buy-eu.piano.io/checkout/offer/show... https://buy-eu.piano.io/checkout/offer/show?displayMode=inline&containerSelector=%23regional-news-selection-component&templateId=OTK4Z80GDIVH&offerId=OFR1N7V2XJPI&formNameByTermId=%7B%7D&showCloseButton=false&checkoutFlowId=CF2K3N6R7G1C&experienceActionId=showOffer909TFOB9XBIK48&offerType=purchase&experienceId=EXGQP8T5UYGV&companyName=g-core%20labs%20s.a.&dmaCode=501&sessions=&widget=offer&iframeId=offer-1-0WHOS&url=https%3A%2F%2Fwww.bbc.com%2F&parentDualScreenLeft=10&parentDualScreenTop=10&parentWidth=1350&parentHeight=940&parentOuterHeight=580&aid=7I7hmRshpe&customVariables=%7B%22isMobileWebview%22%3Afalse%7D&browserId=mo0o0vguw4jgnqo6&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=false&initMode=context&requestUserAuthForLinkedTerm=true&initTime=2843.2999999523163&logType=offerShow&isConsentManagerEnabled=true&consent=%7B%22AM%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22PA%22%5D%7D%2C%22CP%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22COMPOSER%22%5D%7D%2C%22DL%22%3A%7B%22mode%22%3A%22opt-in%22%2C%22products%22%3A%5B%22DL%22%5D%7D%7D&width=1248&_qh=a58d407581 — 200 — 71.8 KiB — 149 ms — h3https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 396 B — 110 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 364 B — 120 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 364 B — 102 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 364 B — 115 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 364 B — 112 ms — h2https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceidfederated-id.live.api.bbc.co.uk/v2/... https://federated-id.live.api.bbc.co.uk/v2/encryptdeviceid — 200 — 364 B — 93 ms — h2https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=https://www.bbc.com/&rp=https://www.bbc.co.uk/&ts=compact&rnd=1776294738482&ja=1secure-us.imrworldwide.com/cgi-bin/... https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=https://www.bbc.com/&rp=https://www.bbc.co.uk/&ts=compact&rnd=1776294738482&ja=1 — 200 — 547 B — 23 ms — h2https://edigitalsurvey.com/l.php?id=INS-vt29-666188954&v=7291&x=800&y=600&d=24&c=null&ck=1&p=%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&fu=https%3A%2F%2Fwww.bbc.com%2F&xdm=edr&xdm_o=https%3A%2F%2Fwww.bbc.com&xdm_c=edr0edigitalsurvey.com/l.php?id=INS-vt2... https://edigitalsurvey.com/l.php?id=INS-vt29-666188954&v=7291&x=800&y=600&d=24&c=null&ck=1&p=%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&fu=https%3A%2F%2Fwww.bbc.com%2F&xdm=edr&xdm_o=https%3A%2F%2Fwww.bbc.com&xdm_c=edr0 — 200 — 141 B — 113 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/tcf_vendor_restrictions?client_id=646f651b59194d51cf2576acmobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/tcf_vendor_restrictions?client_id=646f651b59194d51cf2576ac — 200 — 492 B — 58 ms — h2https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&ids=1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&ids=1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3D — 200 — 354 B — 38 ms — h3https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&bsc=1&abs=1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&bsc=1&abs=1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3D — 200 — 578 B — 31 ms — h3https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/user_profiles?client_id=646f651b59194d51cf2576acmobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/user_profiles?client_id=646f651b59194d51cf2576ac — 200 — 304 B — 58 ms — h2https://buy-eu.piano.io/ng/common/pn-spinner/pn-spinner.cssbuy-eu.piano.io/ng/common/pn-spinne... https://buy-eu.piano.io/ng/common/pn-spinner/pn-spinner.css — 200 — 715 B — 44 ms — h3https://buy-eu.piano.io/widget/dist/checkout/css/checkout.bundle.1.1.cssbuy-eu.piano.io/widget/dist/checkou... https://buy-eu.piano.io/widget/dist/checkout/css/checkout.bundle.1.1.css — 200 — 101.9 KiB — 93 ms — h3https://buy-eu.piano.io/checkout/general/loadTranslationMap?aid=7I7hmRshpe&version=1674118803000&language=en_USbuy-eu.piano.io/checkout/general/lo... https://buy-eu.piano.io/checkout/general/loadTranslationMap?aid=7I7hmRshpe&version=1674118803000&language=en_US — 200 — 10.6 KiB — 162 ms — h3https://buy-eu.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.751.0buy-eu.piano.io/ng/common/i18n/plat... https://buy-eu.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.751.0 — 200 — 14.0 KiB — 86 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 30.3 KiB — 151 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 4.1 KiB — 165 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 34.9 KiB — 175 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 1.0 KiB — 151 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 2.7 KiB — 160 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.js — 200 — 1.9 KiB — 142 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 1.5 KiB — 142 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 7.9 KiB — 143 ms — h3https://api.permutive.com/ctx/v1/segment?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/ctx/v1/segment?k=... https://api.permutive.com/ctx/v1/segment?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 0 B — 166 ms — h2https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 1.5 KiB — 140 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 7.4 KiB — 153 ms — h3https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.jscdnjs.cloudflare.com/ajax/libs/anim... https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.js — 200 — 6.8 KiB — 153 ms — h3https://buy-eu.piano.io/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.751.0buy-eu.piano.io/_sam/H4sIAAAAAAAA_6... https://buy-eu.piano.io/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.751.0 — 200 — 127.0 KiB — 88 ms — h3https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&vlp=1&tvp=1&slot-0-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial%40interstitial=1x1&slot-1-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop%40top=728x90%2C970x90%2C970x250%2C990x1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&vlp=1&tvp=1&slot-0-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial%40interstitial=1x1&slot-1-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop%40top=728x90%2C970x90%2C970x250%2C990x1&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3D — 200 — 498 B — 34 ms — h3https://buy-eu.piano.io/ng/common/pn-spinner/pn-spinner.cssbuy-eu.piano.io/ng/common/pn-spinne... https://buy-eu.piano.io/ng/common/pn-spinner/pn-spinner.css — 200 — 0 B — 25 ms — h3https://buy-eu.piano.io/widget/dist/checkout/css/checkout.bundle.1.1.cssbuy-eu.piano.io/widget/dist/checkou... https://buy-eu.piano.io/widget/dist/checkout/css/checkout.bundle.1.1.css — 200 — 0 B — 53 ms — h3https://buy-eu.piano.io/checkout/general/loadTranslationMap?aid=7I7hmRshpe&version=1674118803000&language=en_USbuy-eu.piano.io/checkout/general/lo... https://buy-eu.piano.io/checkout/general/loadTranslationMap?aid=7I7hmRshpe&version=1674118803000&language=en_US — 200 — 0 B — 128 ms — h3https://buy-eu.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.751.0buy-eu.piano.io/ng/common/i18n/plat... https://buy-eu.piano.io/ng/common/i18n/platform-translation-map_en_US.js?version=16.751.0 — 200 — 0 B — 49 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 128 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 129 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 131 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 124 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 132 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.js — 200 — 0 B — 127 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 124 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 128 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 128 ms — h3https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.jscdnjs.cloudflare.com/ajax/libs/anim... https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.js — 200 — 0 B — 129 ms — h3https://buy-eu.piano.io/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.751.0buy-eu.piano.io/_sam/H4sIAAAAAAAA_6... https://buy-eu.piano.io/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.751.0 — 200 — 0 B — 46 ms — h3https://buy-eu.piano.io/checkout/offer/styles.cssbuy-eu.piano.io/checkout/offer/styl... https://buy-eu.piano.io/checkout/offer/styles.css — 404 — 451 B — 53 ms — h3https://cm.g.doubleclick.net/partnerpixels?gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&url=https%3A%2F%2Fwww.bbc.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&url=https%3A%2F%2Fwww.bbc.com%2F — 200 — 232 B — 79 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/registermobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/register — 200 — 0 B — 64 ms — h2https://api.permutive.com/ctx/v1/segment?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/ctx/v1/segment?k=... https://api.permutive.com/ctx/v1/segment?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 448 B — 103 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/registermobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/register — 200 — 378 B — 47 ms — h2blob:https://www.bbc.com/ad553b98-e6b7-4b68-be1c-031e5155b056www.bbc.com/ad553b98-e6b7-4b68-be1c... blob:https://www.bbc.com/ad553b98-e6b7-4b68-be1c-031e5155b056 — 200 — -1 B — 164 ms — blobhttps://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=29028254&cmp=DV1298722&cd111=success&cm106=0&cm107=207&cd112=modern&cd115=0&cm116=1&cd102=b68ea28&cd103=&cd107=87895369-f0ee-4e21-a107-7d86ac7fec71&cd109=modern&cd200=com&cd108=&cd105=29028254&cd106=DV1298722&cd104=www.bbc.com&cd101=ad-request&cm101=1&cid=e5b1df9f-fb5e-4ffd-b156-86eb59247535&t=event&v=1&z=e5b1df9f-fb5e-4ffd-b156-86eb59247535&cd160=e5b1df9f-fb5e-4ffd-b156-86eb59247535vtrk.dv.tech/?ec=dvtag&ea=ad-reques... https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=29028254&cmp=DV1298722&cd111=success&cm106=0&cm107=207&cd112=modern&cd115=0&cm116=1&cd102=b68ea28&cd103=&cd107=87895369-f0ee-4e21-a107-7d86ac7fec71&cd109=modern&cd200=com&cd108=&cd105=29028254&cd106=DV1298722&cd104=www.bbc.com&cd101=ad-request&cm101=1&cid=e5b1df9f-fb5e-4ffd-b156-86eb59247535&t=event&v=1&z=e5b1df9f-fb5e-4ffd-b156-86eb59247535&cd160=e5b1df9f-fb5e-4ffd-b156-86eb59247535 — 204 — 206 B — 48 ms — h3https://e488cdb0-e7cb-4d91-9648-60d437d8e491.prmutv.co/v2.0/pxid?k=1bb84885-9325-4fef-adda-a208032b2715e488cdb0-e7cb-4d91-9648-60d437d8e49... https://e488cdb0-e7cb-4d91-9648-60d437d8e491.prmutv.co/v2.0/pxid?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 338 B — 141 ms — h2https://ib.adnxs.com/getuidj?gdpr=0ib.adnxs.com/getuidj?gdpr=0 https://ib.adnxs.com/getuidj?gdpr=0 — 200 — 570 B — 34 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/get_auth_tokenmobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/get_auth_token — 200 — 0 B — 36 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/get_auth_tokenmobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/fwm/get_auth_token — 200 — 555 B — 37 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 200 — 65.6 KiB — 34 ms — h2https://ping.chartbeat.net/ping?h=bbc.com&p=%2F&u=BQQE6zBtVIhbCs2d1z&d=bbc.com&g=50924&g0=No%20Section&g1=NewsMediaOrganization&g4=indexPage&g6=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial%7C%7C1%2C%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop%7C%7C1&n=1&f=00001&c=0&x=0&m=0&y=11921&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=https%3A%2F%2Fwww.bbc.co.uk%2F&PA=https%3A%2F%2Fwww.bbc.com%2F&b=2276&_s=%7B%7D&t=BJFquPCV0uGhBJLCmk-1O23CnOSPw&V=150&i=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&tz=0&_=a&sn=1&sv=S3yxNBSQSYuDUhbLnDzYGc-DMaAjb&sr=https%3A%2F%2Fwww.bbc.co.uk%2F&sd=1&im=062b2f3f&_ping.chartbeat.net/ping?h=bbc.com&p... https://ping.chartbeat.net/ping?h=bbc.com&p=%2F&u=BQQE6zBtVIhbCs2d1z&d=bbc.com&g=50924&g0=No%20Section&g1=NewsMediaOrganization&g4=indexPage&g6=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial%7C%7C1%2C%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop%7C%7C1&n=1&f=00001&c=0&x=0&m=0&y=11921&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=https%3A%2F%2Fwww.bbc.co.uk%2F&PA=https%3A%2F%2Fwww.bbc.com%2F&b=2276&_s=%7B%7D&t=BJFquPCV0uGhBJLCmk-1O23CnOSPw&V=150&i=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&tz=0&_=a&sn=1&sv=S3yxNBSQSYuDUhbLnDzYGc-DMaAjb&sr=https%3A%2F%2Fwww.bbc.co.uk%2F&sd=1&im=062b2f3f&_ — 200 — 201 B — 41 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_definitions?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b&cvcql_version=1.8.0mobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_definitions?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b&cvcql_version=1.8.0 — 200 — 0 B — 36 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 38 ms — http/1.1https://api.permutive.com/v2.0/watson?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/watson?k=1bb... https://api.permutive.com/v2.0/watson?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 296 B — 102 ms — h3https://sb.scorecardresearch.com/b?c1=2&c2=19293874&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294739183&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=1&cs_ucc=1&cs_cmp_id=6&gpp_ssv=1&gpp_gpc=0&gpp_oos=222&gpp_oon=1X11100&gpp_sdp=000000000000&gpp_pdc=0&gpp_cdc=00&gpp_mct=2&gpp_mom=0&gpp_msm=0&cs_cmp_ie=10&cs_cmp_rt=0&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&c7=https%3A%2F%2Fwww.bbc.com%2F&c8=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&c9=https%3A%2F%2Fwww.bbc.co.uk%2Fsb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=19293874&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294739183&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=1&cs_ucc=1&cs_cmp_id=6&gpp_ssv=1&gpp_gpc=0&gpp_oos=222&gpp_oon=1X11100&gpp_sdp=000000000000&gpp_pdc=0&gpp_cdc=00&gpp_mct=2&gpp_mom=0&gpp_msm=0&cs_cmp_ie=10&cs_cmp_rt=0&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&c7=https%3A%2F%2Fwww.bbc.com%2F&c8=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&c9=https%3A%2F%2Fwww.bbc.co.uk%2F — 302 — 841 B — 133 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_definitions?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b&cvcql_version=1.8.0mobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_definitions?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b&cvcql_version=1.8.0 — 200 — 169.7 KiB — 182 ms — h2https://api.permutive.com/v2.0/identify?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/identify?k=1... https://api.permutive.com/v2.0/identify?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 66 B — 124 ms — h3https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2 — 200 — 0 B — 0 ms — h2https://api.permutive.com/v2.0/geoip?include=geo&include=isp&include=ip&include=ip_hash&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/geoip?includ... https://api.permutive.com/v2.0/geoip?include=geo&include=isp&include=ip&include=ip_hash&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 322 B — 99 ms — h3https://api.permutive.com/audience-matching/v1/id/85e47eaf-bf83-4e80-a2d9-1ddf81f14284/audiences?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/audience-matching... https://api.permutive.com/audience-matching/v1/id/85e47eaf-bf83-4e80-a2d9-1ddf81f14284/audiences?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 25 B — 166 ms — h3https://api.permutive.com/standard-audiences/v1/affinity?url=https%3A%2F%2Fwww.bbc.com&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/standard-audience... https://api.permutive.com/standard-audiences/v1/affinity?url=https%3A%2F%2Fwww.bbc.com&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 98 B — 98 ms — h3https://cdn.permutive.com/models/v2/e488cdb0-e7cb-4d91-9648-60d437d8e491-models.bincdn.permutive.com/models/v2/e488cdb... https://cdn.permutive.com/models/v2/e488cdb0-e7cb-4d91-9648-60d437d8e491-models.bin — 200 — 8.0 KiB — 31 ms — h2https://sb.scorecardresearch.com/b2?c1=2&c2=19293874&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294739183&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=1&cs_ucc=1&cs_cmp_id=6&gpp_ssv=1&gpp_gpc=0&gpp_oos=222&gpp_oon=1X11100&gpp_sdp=000000000000&gpp_pdc=0&gpp_cdc=00&gpp_mct=2&gpp_mom=0&gpp_msm=0&cs_cmp_ie=10&cs_cmp_rt=0&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&c7=https%3A%2F%2Fwww.bbc.com%2F&c8=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&c9=https%3A%2F%2Fwww.bbc.co.uk%2Fsb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=19293874&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776294739183&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=1&cs_ucc=1&cs_cmp_id=6&gpp_ssv=1&gpp_gpc=0&gpp_oos=222&gpp_oon=1X11100&gpp_sdp=000000000000&gpp_pdc=0&gpp_cdc=00&gpp_mct=2&gpp_mom=0&gpp_msm=0&cs_cmp_ie=10&cs_cmp_rt=0&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&c7=https%3A%2F%2Fwww.bbc.com%2F&c8=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&c9=https%3A%2F%2Fwww.bbc.co.uk%2F — 204 — 223 B — 12 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604100101&st=env&sjk=4642068357331372ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604100101&st=env&sjk=4642068357331372 — 200 — 13.1 KiB — 56 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4642068357331372&correlator=128273771648597&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=4817%2Cbbccom%2Chome%2Cindex%2Cinterstitial%2Ctop&enc_prev_ius=%2F0%2F1%2F2%2F2%2F3%2F4%2C%2F0%2F1%2F2%2F2%2F3%2F5&prev_iu_szs=1x1%2C728x90%7C970x90%7C970x250%7C990x1&ifi=1&dids=dotcom-slot-interstitial~dotcom-slot-top&adfs=3731453863~3938045493&sfv=1-0-45&ists=2&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776294739368&lmt=1776294739&adxs=633%2C311&adys=20%2C12&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C0&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.bbc.com%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&vis=1&psz=83x12%7C1350x24&msz=83x0%7C1350x0&fws=0%2C0&ohw=0%2C0&dlt=1776294735770&idt=1807&prev_scp=slot%3Dinterstitial%26pos%3Dinterstitial%26Covatic%3D9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253A5a160323%25252d2b9e%25252d43f5%25252d929e%25252d0863d2056824%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3D5a160323-2b9e-43f5-929e-0863d2056824%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3D5a160323-2b9e-43f5-929e-0863d2056824%26VLP%3D1%2C1x1_1%2C320x480_9%26TVP%3D8-13%2C1x1_8-13%2C320x480_13-21%26qt_loaded%3Dids%2Cabs%2Cbsc%2Cvlp%2Ctvp%26testgroup%3D68%7Cslot%3Dtop%26pos%3Dtop%26Covatic%3D9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253Abe3f0096%25252db9f4%25252d4eda%25252dbcc8%25252d425fb2ff43a6%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3Dbe3f0096-b9f4-4eda-bcc8-425fb2ff43a6%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3Dbe3f0096-b9f4-4eda-bcc8-425fb2ff43a6%26VLP%3D4%2C970x250_4%2C320x50_4%2C300x50_3%2C728x90_5%2C990x1_4%2C390x130_6%2C384x128_5%2C320x100_5%2C393x131_6%2C360x120_4%2C390x122_6%2C411x137_5%2C970x120_5%2C393x123_6%2C402x134_6%2C375x125_5%2C390x61_7%2C430x143_7%2C393x61_7%2C440x146_7%26TVP%3D13-21%2C970x250_13-21%2C320x50_8-13%2C300x50_13-21%2C728x90_13-21%2C990x1_8-13%2C390x130_8-13%2C384x128_8-13%2C320x100_8-13%2C393x131_8-13%2C360x120_8-13%2C390x122_8-13%2C411x137_8-13%2C970x120_13-21%2C393x123_8-13%2C402x134_8-13%2C375x125_8-13%2C390x61_8-13%2C430x143_8-13%2C393x61_8-13%2C440x146_8-13%26qt_loaded%3Dids%2Cabs%2Cbsc%2Cvlp%2Ctvp%26testgroup%3D68&cust_params=page_id%3Durn%253Abbc%253Axpress%253Apage%253A8%26grp%3D5%26pas_tags%3D%26top_tags%3D%26fran_tags%3D%26prod%3Dbbccom%26ref_pillar%3D%26coll%3D%26destination%3D%26pillar%3Dhome%26sect%3Dhome%26page_type%3Dindex%26leg_v_col%3D%26leg_t_dest%3D%26leg_n_keyword%3D%26leg_n_topic%3D%26leg_adunit2%3D%252F4817%252Fbbccom.test.site.flash%252Fbbc_homepage_int%26domain%3Dwww.bbc.com%26referrer%3Dnonbbc%26group%3D5%26fedid_dev_val%3D6d5b08de8ef567fb6354f237bfa370d95548257720d8a236764599fea05bf034a7a094f67baf1a6fe43819a63f60d440%26fedid_dev_ver%3Db9709832-3daa-4e92-bc07-384205c22e43%26permutive%3Drts%26Covatic%3D9999%26ABS%3D%26BSC%3D74191270%252C87012038%252C74332594%252C84111001%252C84051001%252C74341619%252C74291430%252C74062139%252C76022027%252C74242396%252C74341610%252C74041059%252C84122001%252C74011001%252C80023001%252C84211001%252C74041060%252C74342612%252C74021013%252C84251001%252C74342614%252C74342615%252C84222045%252C74331564%252C74141221%252C76022049%252C74082160%252C80312027%252C84011001%252C74331570%252C74071140%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C80122022%252C74162258%252C74141219%252C76012001%252C74041087%252C74342631%252C84121001%252C74012003%252C74311451%252C74161256%252C84252028%26qt_loaded%3Dids%252Cabs%252Cbsc%26IDS%3D1%26prmtvctx%3Dbypx%252Cdxbz%252Cdulo%252Cbkoj%252Cbypw%252Cbzcp%252Cdvxy%252Cdxce%252Crts%26prmtvsdk%3Dweb%26puid%3D85e47eaf-bf83-4e80-a2d9-1ddf81f14284%26prmtvvid%3D2a5d73b7-6073-4540-9d58-26bd5e22b182%26prmtvsid%3Da1d0eab9-4c90-4d9a-8c13-efde284c8012%26prmtvwid%3De488cdb0-e7cb-4d91-9648-60d437d8e491&adks=3127563391%2C1617736379&frm=20&eoidce=1&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4642068357331372&correlator=128273771648597&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=4817%2Cbbccom%2Chome%2Cindex%2Cinterstitial%2Ctop&enc_prev_ius=%2F0%2F1%2F2%2F2%2F3%2F4%2C%2F0%2F1%2F2%2F2%2F3%2F5&prev_iu_szs=1x1%2C728x90%7C970x90%7C970x250%7C990x1&ifi=1&dids=dotcom-slot-interstitial~dotcom-slot-top&adfs=3731453863~3938045493&sfv=1-0-45&ists=2&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776294739368&lmt=1776294739&adxs=633%2C311&adys=20%2C12&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C0&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.bbc.com%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&vis=1&psz=83x12%7C1350x24&msz=83x0%7C1350x0&fws=0%2C0&ohw=0%2C0&dlt=1776294735770&idt=1807&prev_scp=slot%3Dinterstitial%26pos%3Dinterstitial%26Covatic%3D9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253A5a160323%25252d2b9e%25252d43f5%25252d929e%25252d0863d2056824%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3D5a160323-2b9e-43f5-929e-0863d2056824%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3D5a160323-2b9e-43f5-929e-0863d2056824%26VLP%3D1%2C1x1_1%2C320x480_9%26TVP%3D8-13%2C1x1_8-13%2C320x480_13-21%26qt_loaded%3Dids%2Cabs%2Cbsc%2Cvlp%2Ctvp%26testgroup%3D68%7Cslot%3Dtop%26pos%3Dtop%26Covatic%3D9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253Abe3f0096%25252db9f4%25252d4eda%25252dbcc8%25252d425fb2ff43a6%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3Dbe3f0096-b9f4-4eda-bcc8-425fb2ff43a6%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3Dbe3f0096-b9f4-4eda-bcc8-425fb2ff43a6%26VLP%3D4%2C970x250_4%2C320x50_4%2C300x50_3%2C728x90_5%2C990x1_4%2C390x130_6%2C384x128_5%2C320x100_5%2C393x131_6%2C360x120_4%2C390x122_6%2C411x137_5%2C970x120_5%2C393x123_6%2C402x134_6%2C375x125_5%2C390x61_7%2C430x143_7%2C393x61_7%2C440x146_7%26TVP%3D13-21%2C970x250_13-21%2C320x50_8-13%2C300x50_13-21%2C728x90_13-21%2C990x1_8-13%2C390x130_8-13%2C384x128_8-13%2C320x100_8-13%2C393x131_8-13%2C360x120_8-13%2C390x122_8-13%2C411x137_8-13%2C970x120_13-21%2C393x123_8-13%2C402x134_8-13%2C375x125_8-13%2C390x61_8-13%2C430x143_8-13%2C393x61_8-13%2C440x146_8-13%26qt_loaded%3Dids%2Cabs%2Cbsc%2Cvlp%2Ctvp%26testgroup%3D68&cust_params=page_id%3Durn%253Abbc%253Axpress%253Apage%253A8%26grp%3D5%26pas_tags%3D%26top_tags%3D%26fran_tags%3D%26prod%3Dbbccom%26ref_pillar%3D%26coll%3D%26destination%3D%26pillar%3Dhome%26sect%3Dhome%26page_type%3Dindex%26leg_v_col%3D%26leg_t_dest%3D%26leg_n_keyword%3D%26leg_n_topic%3D%26leg_adunit2%3D%252F4817%252Fbbccom.test.site.flash%252Fbbc_homepage_int%26domain%3Dwww.bbc.com%26referrer%3Dnonbbc%26group%3D5%26fedid_dev_val%3D6d5b08de8ef567fb6354f237bfa370d95548257720d8a236764599fea05bf034a7a094f67baf1a6fe43819a63f60d440%26fedid_dev_ver%3Db9709832-3daa-4e92-bc07-384205c22e43%26permutive%3Drts%26Covatic%3D9999%26ABS%3D%26BSC%3D74191270%252C87012038%252C74332594%252C84111001%252C84051001%252C74341619%252C74291430%252C74062139%252C76022027%252C74242396%252C74341610%252C74041059%252C84122001%252C74011001%252C80023001%252C84211001%252C74041060%252C74342612%252C74021013%252C84251001%252C74342614%252C74342615%252C84222045%252C74331564%252C74141221%252C76022049%252C74082160%252C80312027%252C84011001%252C74331570%252C74071140%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C80122022%252C74162258%252C74141219%252C76012001%252C74041087%252C74342631%252C84121001%252C74012003%252C74311451%252C74161256%252C84252028%26qt_loaded%3Dids%252Cabs%252Cbsc%26IDS%3D1%26prmtvctx%3Dbypx%252Cdxbz%252Cdulo%252Cbkoj%252Cbypw%252Cbzcp%252Cdvxy%252Cdxce%252Crts%26prmtvsdk%3Dweb%26puid%3D85e47eaf-bf83-4e80-a2d9-1ddf81f14284%26prmtvvid%3D2a5d73b7-6073-4540-9d58-26bd5e22b182%26prmtvsid%3Da1d0eab9-4c90-4d9a-8c13-efde284c8012%26prmtvwid%3De488cdb0-e7cb-4d91-9648-60d437d8e491&adks=3127563391%2C1617736379&frm=20&eoidce=1&pgls=CAk. — 200 — 23.1 KiB — 779 ms — h3https://api.permutive.com/v2.0/identify?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/identify?k=1... https://api.permutive.com/v2.0/identify?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 66 B — 98 ms — h3https://api.permutive.com/adv/v4/segment?k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/adv/v4/segment?k=... https://api.permutive.com/adv/v4/segment?k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 80 B — 101 ms — h3https://api.permutive.com/v1.0/state?fetch_unseen=false&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v1.0/state?fetch_... https://api.permutive.com/v1.0/state?fetch_unseen=false&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 34 B — 205 ms — h3https://d390ce738f5661a65c88264f92defe6e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmld390ce738f5661a65c88264f92defe6e.sa... https://d390ce738f5661a65c88264f92defe6e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 51 ms — h3https://uk-script.dotmetrics.net/SiteEvent.dotmetrics?r=1776294739449&v=eyJpZCI6MTM5MzQsImZsIjp0cnVlLCJkb20iOiJ3d3cuYmJjLmNvbSIsImxzbyI6bnVsbCwidXJsIjoiaHR0cHM6Ly93d3cuYmJjLmNvbS8iLCJydXJsIjoiaHR0cHM6Ly93d3cuYmJjLmNvLnVrLyIsImVjaWQiOiJjYzlmMDkxZS0yMmI2LTRhOWYtODgxMC01Y2EyMWY1YjIzYjIiLCJkYyI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInZlciI6MzYyLCJkZnBoIjoiIiwidHpPZmZzZXQiOjAsIm9zcyI6dHJ1ZSwib3NlcyI6dHJ1ZX0%3Duk-script.dotmetrics.net/SiteEvent.... https://uk-script.dotmetrics.net/SiteEvent.dotmetrics?r=1776294739449&v=eyJpZCI6MTM5MzQsImZsIjp0cnVlLCJkb20iOiJ3d3cuYmJjLmNvbSIsImxzbyI6bnVsbCwidXJsIjoiaHR0cHM6Ly93d3cuYmJjLmNvbS8iLCJydXJsIjoiaHR0cHM6Ly93d3cuYmJjLmNvLnVrLyIsImVjaWQiOiJjYzlmMDkxZS0yMmI2LTRhOWYtODgxMC01Y2EyMWY1YjIzYjIiLCJkYyI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInZlciI6MzYyLCJkZnBoIjoiIiwidHpPZmZzZXQiOjAsIm9zcyI6dHJ1ZSwib3NlcyI6dHJ1ZX0%3D — 200 — 1001 B — 76 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_default_profilesmobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/get_default_profiles — 200 — 367 B — 59 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 41 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 200 — 78.7 KiB — 12 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2 — 200 — 59.0 KiB — 11 ms — h2https://buy-eu.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=7I7hmRshpebuy-eu.piano.io/api/v3/anon/assets/... https://buy-eu.piano.io/api/v3/anon/assets/sdk-runtime-config.js?aid=7I7hmRshpe — 200 — 780 B — 41 ms — h3https://buy-eu.piano.io/checkout/offer/styles.cssbuy-eu.piano.io/checkout/offer/styl... https://buy-eu.piano.io/checkout/offer/styles.css — 404 — 0 B — 17 ms — h3https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 887 B — 34 ms — http/1.1https://buy-eu.piano.io/checkout/offer/getFraudPreventionConfig?aid=7I7hmRshpebuy-eu.piano.io/checkout/offer/getF... https://buy-eu.piano.io/checkout/offer/getFraudPreventionConfig?aid=7I7hmRshpe — 200 — 766 B — 110 ms — h3https://mobile-cvc-nv-bbc-web.covatic.io/browser/probability_maps?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323bmobile-cvc-nv-bbc-web.covatic.io/br... https://mobile-cvc-nv-bbc-web.covatic.io/browser/probability_maps?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b — 200 — 0 B — 43 ms — h2https://buy-eu.piano.io/checkout/offer/trackShowbuy-eu.piano.io/checkout/offer/trac... https://buy-eu.piano.io/checkout/offer/trackShow — 200 — 2.0 KiB — 102 ms — h3https://buy-eu.piano.io/checkout/offer/getFraudPreventionConfig?aid=7I7hmRshpebuy-eu.piano.io/checkout/offer/getF... https://buy-eu.piano.io/checkout/offer/getFraudPreventionConfig?aid=7I7hmRshpe — 200 — 768 B — 106 ms — h3https://buy-eu.piano.io/widget/dist/checkout/css/img/Loader.gifbuy-eu.piano.io/widget/dist/checkou... https://buy-eu.piano.io/widget/dist/checkout/css/img/Loader.gif — 200 — 15.2 KiB — 41 ms — h3https://buy-eu.piano.io/widget/dist/checkout/css/img/Loader.gifbuy-eu.piano.io/widget/dist/checkou... https://buy-eu.piano.io/widget/dist/checkout/css/img/Loader.gif — 200 — 0 B — 58 ms — h3https://ichef.bbci.co.uk/images/ic/raw/p0m5nfwj.jpgichef.bbci.co.uk/images/ic/raw/p0m5... https://ichef.bbci.co.uk/images/ic/raw/p0m5nfwj.jpg — 200 — 783.7 KiB — 90 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2 — 200 — 0 B — 16 ms — h2https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2static.files.bbci.co.uk/fonts/reith... https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2 — 200 — 64.5 KiB — 14 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/browser/probability_maps?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323bmobile-cvc-nv-bbc-web.covatic.io/br... https://mobile-cvc-nv-bbc-web.covatic.io/browser/probability_maps?client_id=646f651b59194d51cf2576ac&framework_id=69e01b5240b5ae6faef4323b — 200 — 23.3 KiB — 58 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 40 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 569 B — 80 ms — h3https://buy-eu.piano.io/checkout/offer/trackShowbuy-eu.piano.io/checkout/offer/trac... https://buy-eu.piano.io/checkout/offer/trackShow — 200 — 2.0 KiB — 107 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 76 ms — http/1.1https://browser.covatic.io/artifacts/models/646f651b59194d51cf2576ac/ml-classifications.jsonbrowser.covatic.io/artifacts/models... https://browser.covatic.io/artifacts/models/646f651b59194d51cf2576ac/ml-classifications.json — 404 — 712 B — 4 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 34 ms — h3https://mobile-cvc-nv-bbc-web.covatic.io/browser/device_datamobile-cvc-nv-bbc-web.covatic.io/br... https://mobile-cvc-nv-bbc-web.covatic.io/browser/device_data — 200 — 0 B — 26 ms — h2https://pagead2.googlesyndication.com/bg/Fn2Iqdq9Xne6I9UDRzgJRim_XvMMeWSmzaZRH-bg9GA.jspagead2.googlesyndication.com/bg/Fn... https://pagead2.googlesyndication.com/bg/Fn2Iqdq9Xne6I9UDRzgJRim_XvMMeWSmzaZRH-bg9GA.js — 200 — 21.7 KiB — 24 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604100101&jk=4642068357331372&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604100101&jk=4642068357331372&rc= — 204 — 17 B — 40 ms — h3https://mobile-cvc-nv-bbc-web.covatic.io/browser/device_datamobile-cvc-nv-bbc-web.covatic.io/br... https://mobile-cvc-nv-bbc-web.covatic.io/browser/device_data — 200 — 302 B — 35 ms — h2https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 538 B — 27 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo0o0vgu9q34rh84&sid=3606632254074155369&loc=https%3A%2F%2Fwww.bbc.com%2F&new=1&arf=0&ltm=1776294739550&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo0o0wwqv44s71sp&ckp=mo0o0vguw4jgnqo6&glb=&cp_userState=anon&cst=38pj60ktb83j03v2fwmdi7gqkkcomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo0o0vgu9q34rh84&sid=3606632254074155369&loc=https%3A%2F%2Fwww.bbc.com%2F&new=1&arf=0&ltm=1776294739550&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo0o0wwqv44s71sp&ckp=mo0o0vguw4jgnqo6&glb=&cp_userState=anon&cst=38pj60ktb83j03v2fwmdi7gqkk — 200 — 413 B — 25 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/profile_datamobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/profile_data — 200 — 0 B — 40 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo0o0vguw4jgnqo6%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%2238pj60ktb83j03v2fwmdi7gqkk%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%2238pj60ktb83j03v2fwmdi7gqkk%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%22mo0o0vguw4jgnqo6%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%2238pj60ktb83j03v2fwmdi7gqkk%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%2238pj60ktb83j03v2fwmdi7gqkk%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 609 B — 40 ms — h2https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/profile_datamobile-cvc-nv-bbc-web.covatic.io/mo... https://mobile-cvc-nv-bbc-web.covatic.io/mobile/api/v1.0/profile/profile_data — 200 — 301 B — 68 ms — h2https://ep2.adtrafficquality.google/generate_204?y-BmKAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?y-BmKA — 204 — 40 B — 5 ms — h2https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/batch/events... https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 118 B — 98 ms — h3https://cdn.undertone.com/js/ajs.jscdn.undertone.com/js/ajs.js https://cdn.undertone.com/js/ajs.js — 200 — 8.4 KiB — 15 ms — h2https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstQ9nC-aWsgWtvzwqTWnbOX6kv8DmEjI8DwHcuja-HtvgCsbH8KHhTIIVGRcwqXnMo7x5T24wGItXE_IIMDZavpxsLVvaZrS2dMHteoQVIYjEBrBKswuW2JV2RZn9qsMapoLiyj5Yy_HS9SwtnF-CeOZI4v0_EYh3fxyylImlSd4XEMdZCd6KbfGaq2sE5RRdpQtaIviyt8_ucFZwfPOwHNthEa1BqTsyznAHYbmA9XJDMHxw6pjF80he8b4_yzHOULl4e75bageqt4Zp42x69ewaKdl-IrmjcytbF_UXdc0FUbDO6ZJZmiuZh6ta2vkQAMGUFNQgcUxsEfvn2qoosZAw0AATFLSHwwLBj4GxXCbP0KwDuWQF3v7qqmitZKYXd2Xe4IZ4hE5UGm_LDnzf5Wte4RT6FHoALT30FSJIdpmHThJCEy5xNHN5jMldrNA5K2BthgM0cqacsXDMwINJlgOM8FoScqc4ewKsGatgnorhLRuw&sai=AMfl-YQNGoidw2Cjy9y5sbP2LaPMWz2HYJCcjY8PSz_e_bh8NYwctQaD-a7x8jOQ86xCPNOuu6dFMiPatEKGGViEBVFJMCZljWma426iArz75CwUKtT9cMYcKYgNdFwrOqnCjBPMCeftqyuksx67uy_0fKf9-i4-t2CYfi4hL6YYpiqKca9e4YsEjO27zLC6o-U99d8Hr5oS5MPhce43Gpe9NbfdwwZG6b3cEdGP_LzZeEJ0lwEkNVH4N30l7kZitQLIfHgMUL6_CZxPnZ3y5hAiD_AhEy0j-zkrticfXJgI1ywAG-7GAQEX2ItFw5M549w9OW_HQQyGG8T4hXeSt4BSM6gvFd-d269SW4mx0koqxbRyg0POI5s2TIOkRNHYS6b_ww&sig=Cg0ArKJSzGOPPPBNb1wQEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstQ9nC-aWsgWtvzwqTWnbOX6kv8DmEjI8DwHcuja-HtvgCsbH8KHhTIIVGRcwqXnMo7x5T24wGItXE_IIMDZavpxsLVvaZrS2dMHteoQVIYjEBrBKswuW2JV2RZn9qsMapoLiyj5Yy_HS9SwtnF-CeOZI4v0_EYh3fxyylImlSd4XEMdZCd6KbfGaq2sE5RRdpQtaIviyt8_ucFZwfPOwHNthEa1BqTsyznAHYbmA9XJDMHxw6pjF80he8b4_yzHOULl4e75bageqt4Zp42x69ewaKdl-IrmjcytbF_UXdc0FUbDO6ZJZmiuZh6ta2vkQAMGUFNQgcUxsEfvn2qoosZAw0AATFLSHwwLBj4GxXCbP0KwDuWQF3v7qqmitZKYXd2Xe4IZ4hE5UGm_LDnzf5Wte4RT6FHoALT30FSJIdpmHThJCEy5xNHN5jMldrNA5K2BthgM0cqacsXDMwINJlgOM8FoScqc4ewKsGatgnorhLRuw&sai=AMfl-YQNGoidw2Cjy9y5sbP2LaPMWz2HYJCcjY8PSz_e_bh8NYwctQaD-a7x8jOQ86xCPNOuu6dFMiPatEKGGViEBVFJMCZljWma426iArz75CwUKtT9cMYcKYgNdFwrOqnCjBPMCeftqyuksx67uy_0fKf9-i4-t2CYfi4hL6YYpiqKca9e4YsEjO27zLC6o-U99d8Hr5oS5MPhce43Gpe9NbfdwwZG6b3cEdGP_LzZeEJ0lwEkNVH4N30l7kZitQLIfHgMUL6_CZxPnZ3y5hAiD_AhEy0j-zkrticfXJgI1ywAG-7GAQEX2ItFw5M549w9OW_HQQyGG8T4hXeSt4BSM6gvFd-d269SW4mx0koqxbRyg0POI5s2TIOkRNHYS6b_ww&sig=Cg0ArKJSzGOPPPBNb1wQEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 28 ms — h3https://cdn.doubleverify.com/dvtp_src.jscdn.doubleverify.com/dvtp_src.js https://cdn.doubleverify.com/dvtp_src.js — 200 — 3.8 KiB — 26 ms — http/1.1https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&vlp=1&tvp=1&slot-0-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid%40mid_1=&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=29028254&cmp=DV1298722&url=https%3A%2F%2Fbbc.com&vlp=1&tvp=1&slot-0-%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid%40mid_1=&token=edgpeyDCa3DCZRrQE%2FVRRxzShG6oI4WicgykXMBomoDGscpd4bJebB3kEuQE0HJLfOuaQSvNKIV94%2FvO8rviY8WxM5CxQ4m4z7D3fsxikvc02%2Bwc%2F1efihEw0td9b0Nsf2AhtpEdtLtPcnFC%2BMdmkh0Jlyb286o%3D — 200 — 491 B — 21 ms — h3https://scripts.webcontentassessor.com/scripts/727d9b43a076aa925788e8b215b1d39a710cbe7ace5268ab65490af6db50168bscripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/727d9b43a076aa925788e8b215b1d39a710cbe7ace5268ab65490af6db50168b — 200 — 116.0 KiB — 52 ms — h2https://tpc.googlesyndication.com/simgad/5622582283101038163tpc.googlesyndication.com/simgad/56... https://tpc.googlesyndication.com/simgad/5622582283101038163 — 200 — 129.3 KiB — 74 ms — h2https://tpc.googlesyndication.com/pagead/js/r20260414/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260414/r20110914/client/window_focus_fy2021.js — 200 — 1.6 KiB — 63 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 51 ms — h3https://stats-collector.cxense.com/cr-stats/event/imp?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired&permutiveSids=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crtsstats-collector.cxense.com/cr-stats... https://stats-collector.cxense.com/cr-stats/event/imp?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired&permutiveSids=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crts — 200 — 136 B — 78 ms — h2https://cdn.doubleverify.com/dvtp_src.jscdn.doubleverify.com/dvtp_src.js https://cdn.doubleverify.com/dvtp_src.js — 200 — 0 B — 33 ms — http/1.1https://ads.undertone.com/dj?&pid=1660&domain=bbc.com&placementid=1660013&fb=1&cb=80667358501&t=1776294740.477&fv=0&x=0&y=0&sw=800&sh=600&cw=1350&ch=940&loc=https%3A%2F%2Fwww.bbc.com%2F&fr=1&env=201ads.undertone.com/dj?&pid=1660&doma... https://ads.undertone.com/dj?&pid=1660&domain=bbc.com&placementid=1660013&fb=1&cb=80667358501&t=1776294740.477&fv=0&x=0&y=0&sw=800&sh=600&cw=1350&ch=940&loc=https%3A%2F%2Fwww.bbc.com%2F&fr=1&env=201 — 204 — 898 B — 103 ms — h2https://cdn.doubleverify.com/dv-measurements9748.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9748.js — 200 — 94.6 KiB — 14 ms — http/1.1https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvH5SJf_UY-VS7Mhvkf6GEGiJ0RzamSHqk8ZaiC3J-tZ4DhdHMaknreA61K1WKFncRXosJxUmUa93G396R31xOHJ0RCTUgcQDiLM61fV3Xsf7DPgKbKX-4XyHaZHV73mB9-wQSlKgs_XLVKyamin1--kJj3t7cKlyBsb9fzPtp_vcuAmN3TX4tuIjR8ut9vnOp1Bd4BjB9HQlnDml2ky2K-Sari66ljvbQW-j28UDer6cNHOctpJw0FR_TpkAQ1cNwbZ7pYG1JZcZTDhdACjbFZ6X7Inwerpr2Olrk8fDsYye-hT4niuaXbo8GwS7V3H2swieRHqINQdA995TWCYXZYMGQFvCctkJrO93BMI-6tFadxwdT-egyi1NFrLJiHwNmXuK9beeaarASG0xq7nCWWLwfZZesdaHAyV7_WUbdz4r-iQjsmRyEA8C44&sai=AMfl-YTVzUkY-Pcdiz6idb-YOO1FuCULBp6VKsxnduKNzU86tTuAR-2K7PXg8_yGZmvfMg_B2NKqhDjDhCo8c9XT1A-8KzptUD4pxX-axGpDdU1vvhZrTZ2TVBlli-4aGt8v02Q72zEsWFD2VHxPzPLFA6-HUyemvLThD2641kxDGmLgHzA-ITpII9LBhefGuT40S2jfMYKk3dpa9IYX32r4KfzbOhkUnLl_HripYKeGQvUDKQNI3Ycw-cvM-DedAwviiev-5KOrY7GcQ_4UalHt6oS7O9NKcLPW22omb1vrPlVOVHFm9cegmPIjhB9J_RtHX2LMBN18QYvI-w1ljrGg1liPuzAHBMi-xTnfyA4FYNq0WkytnXjlRWMhNcb8Gjar0A&sig=Cg0ArKJSzGmlTUyQPNoxEAE&uach_m=%5BUACH%5D&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvH5SJf_UY-VS7Mhvkf6GEGiJ0RzamSHqk8ZaiC3J-tZ4DhdHMaknreA61K1WKFncRXosJxUmUa93G396R31xOHJ0RCTUgcQDiLM61fV3Xsf7DPgKbKX-4XyHaZHV73mB9-wQSlKgs_XLVKyamin1--kJj3t7cKlyBsb9fzPtp_vcuAmN3TX4tuIjR8ut9vnOp1Bd4BjB9HQlnDml2ky2K-Sari66ljvbQW-j28UDer6cNHOctpJw0FR_TpkAQ1cNwbZ7pYG1JZcZTDhdACjbFZ6X7Inwerpr2Olrk8fDsYye-hT4niuaXbo8GwS7V3H2swieRHqINQdA995TWCYXZYMGQFvCctkJrO93BMI-6tFadxwdT-egyi1NFrLJiHwNmXuK9beeaarASG0xq7nCWWLwfZZesdaHAyV7_WUbdz4r-iQjsmRyEA8C44&sai=AMfl-YTVzUkY-Pcdiz6idb-YOO1FuCULBp6VKsxnduKNzU86tTuAR-2K7PXg8_yGZmvfMg_B2NKqhDjDhCo8c9XT1A-8KzptUD4pxX-axGpDdU1vvhZrTZ2TVBlli-4aGt8v02Q72zEsWFD2VHxPzPLFA6-HUyemvLThD2641kxDGmLgHzA-ITpII9LBhefGuT40S2jfMYKk3dpa9IYX32r4KfzbOhkUnLl_HripYKeGQvUDKQNI3Ycw-cvM-DedAwviiev-5KOrY7GcQ_4UalHt6oS7O9NKcLPW22omb1vrPlVOVHFm9cegmPIjhB9J_RtHX2LMBN18QYvI-w1ljrGg1liPuzAHBMi-xTnfyA4FYNq0WkytnXjlRWMhNcb8Gjar0A&sig=Cg0ArKJSzGmlTUyQPNoxEAE&uach_m=%5BUACH%5D&adurl= — 200 — 28 B — 223 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 206 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 193 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvykYwC5B9R6WP7sYfbJYhoS02QkoMAJXiA5HpQRpGWyqpWJR-koL14_GUJgO7CxweSy76XXuRla2Dsf9oiptgjdd9kcs3-FylXvq4AJfHObfrIw1ZUjJsR-MXUhOScgCPOk4Y8OGIHhDNDfmFFw4Q5sXGeaIGxXLihqwkTbXxZcAKq7fKnFhF9HggVq8C4pzdjnWgDwkYcaHASPgH6CIUDUVM7QwK-rt1hdn-Iqw5KeeBJN0gAIPyvl4ZJ6ygk4VzjlyVyia9OZhtNcQ1co4onUgSmh1o0Z8NemseGRy5862IEpYycOGctsf5A22xp7z3wsPz5n46ziyNADAEAiGWBETIaFJftpvC0d2GHk72iD7qojQ71XtVcMmEz2_Nlmq6F7D7ZC555ECDAZOfPmOJ1KQzQVtWnHABZaZuFI_9YTDG5hAgzzl4yDHqoaaI&sai=AMfl-YTrE5Tbj1BiMFeZjANIDRvTKuRga9lTzL9EXEF7eEsDK1uDsJ6DlBcZmee6QlmwZHoa_4O26ypgGkTVs6S61OProTVHUhUZK3UJ4wWO65VHlj_csUHOElgGufpXTvYOq97acAjd768O792ywt2AF88smmj6dtCG5tSYlOTjZIL6eDNIoUiYnGQdkjxPbmTg5e9C4hzfj_mllVWgP6RwK4oNBPpDsKZhwDfRzxN4J85IS6wua6wplbctnAv5xPg5ywECye9ryYBOBQB-y0uHHasVZMHEe1GIuzmnZqFc9LhpohmLgWg1M8AUNxmp16jkppzCkY3LCTboIEpKkLnTe7ujIaYfvq6ekpfKyVubUR00Cn4KWsbnDbZ25Eg14e_TkA&sig=Cg0ArKJSzLQBw9vBNTAqEAE&uach_m=%5BUACH%5D&dett=2&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvykYwC5B9R6WP7sYfbJYhoS02QkoMAJXiA5HpQRpGWyqpWJR-koL14_GUJgO7CxweSy76XXuRla2Dsf9oiptgjdd9kcs3-FylXvq4AJfHObfrIw1ZUjJsR-MXUhOScgCPOk4Y8OGIHhDNDfmFFw4Q5sXGeaIGxXLihqwkTbXxZcAKq7fKnFhF9HggVq8C4pzdjnWgDwkYcaHASPgH6CIUDUVM7QwK-rt1hdn-Iqw5KeeBJN0gAIPyvl4ZJ6ygk4VzjlyVyia9OZhtNcQ1co4onUgSmh1o0Z8NemseGRy5862IEpYycOGctsf5A22xp7z3wsPz5n46ziyNADAEAiGWBETIaFJftpvC0d2GHk72iD7qojQ71XtVcMmEz2_Nlmq6F7D7ZC555ECDAZOfPmOJ1KQzQVtWnHABZaZuFI_9YTDG5hAgzzl4yDHqoaaI&sai=AMfl-YTrE5Tbj1BiMFeZjANIDRvTKuRga9lTzL9EXEF7eEsDK1uDsJ6DlBcZmee6QlmwZHoa_4O26ypgGkTVs6S61OProTVHUhUZK3UJ4wWO65VHlj_csUHOElgGufpXTvYOq97acAjd768O792ywt2AF88smmj6dtCG5tSYlOTjZIL6eDNIoUiYnGQdkjxPbmTg5e9C4hzfj_mllVWgP6RwK4oNBPpDsKZhwDfRzxN4J85IS6wua6wplbctnAv5xPg5ywECye9ryYBOBQB-y0uHHasVZMHEe1GIuzmnZqFc9LhpohmLgWg1M8AUNxmp16jkppzCkY3LCTboIEpKkLnTe7ujIaYfvq6ekpfKyVubUR00Cn4KWsbnDbZ25Eg14e_TkA&sig=Cg0ArKJSzLQBw9vBNTAqEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 28 B — 154 ms — h3https://cdn.doubleverify.com/dv-measurements9748.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9748.js — 200 — 0 B — 21 ms — http/1.1https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604100101&jk=4642068357331372&bg=!r6ylrM7NAAYjKNSNAyg7AEcBe5WfOPJ3YRJn7CiK5fjCgkdPJAkFEssncUWYAD7p8w-2WD_7CujSi5EkNTwZ2JbbYWmNxzn9HQOrJxmiVfqtYYi4O65y9gIAAACSUgAAAAVoAQd-ADc1VGHb-MfFoGbJtm67REa7dk-kryHttxvdPa44tgGtT7x-wZVdmSxWrzoe4wZt9INy-auUwrg9mQKaWIUBpKYgBr5fRk5giUKVN_s-eJVpWwK_7JfDl2a-lwpMwEwVvySYcpKD8xHPqiewfaCKwMgrAtYAruGuUzcnL6HnWd0WctKQOpgDwxmd9TZ6KsLAbXUcz-iy4MCcrDs9K0fZ5WC2vCR89PvwzzHXvtuIxnbDb48wGHVfBVZyd4f2Zk4Eq8YRU9noj0PgowZoJwc9Kgqm9f7Awm9VvmS6NFAloFzNC-3CHAKO74S39iIEAKuy4eD1gvVdw-RJhnhxnwHC7MqS1NC8RHv4tZKrbZSHoBHJhJzAjxQNTjjr1jJnRkIhudjI-7NinZ8iwFyb72Y4m_J3hSPPfbCLWJrki4kf2VhzJzz8kri9X_3he08MX4hOVVIZWxcjlSsyUuPsfTFzLIK3pGEQZcAO0YzyZxBNrNNzSP14I_e-Gfy0CYx75JByKRS9zd3JpvGST2Y1tAIHVwms0eo4w4xfmrH5b7fMB5ruK_-O1s6dKZMEic-drjnX6w5SYFd3FMoq2_gu7-0uRt_ps_1aUKA4gtiOyqtlPSHyWlHr04NlQ4kHQhgbslJFJVygPFRttdTmYcRRxP0sBKROZmTw9VzzI4zTk_eFVNhWE-HxHsYiettYPf9Lh4RNUtcdscUH5GgOX1iFDGwcB8uFRdnuHMiVFlPGQwjAn1KWrjfadzFC-OotH5gefGVFN59uoEIoAdNzQyTSVFXZGGGVzMl8Xc8X50pT7HKcCJu2OFAbLuTDgTi3j1z_Q8T1sVd9b8C2umSPjwStlWF4FGWJwCgz-4gaqv8VZXkrU7ky4dKZfl5jKygWgfaW80Q2HyjoPNHkLjIsa9sm8WmhzJvv1cRcN6NUFkpdC1MwA1EzQAt1lIFITvvBPPn2Lkce6EM7QEwdep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604100101&jk=4642068357331372&bg=!r6ylrM7NAAYjKNSNAyg7AEcBe5WfOPJ3YRJn7CiK5fjCgkdPJAkFEssncUWYAD7p8w-2WD_7CujSi5EkNTwZ2JbbYWmNxzn9HQOrJxmiVfqtYYi4O65y9gIAAACSUgAAAAVoAQd-ADc1VGHb-MfFoGbJtm67REa7dk-kryHttxvdPa44tgGtT7x-wZVdmSxWrzoe4wZt9INy-auUwrg9mQKaWIUBpKYgBr5fRk5giUKVN_s-eJVpWwK_7JfDl2a-lwpMwEwVvySYcpKD8xHPqiewfaCKwMgrAtYAruGuUzcnL6HnWd0WctKQOpgDwxmd9TZ6KsLAbXUcz-iy4MCcrDs9K0fZ5WC2vCR89PvwzzHXvtuIxnbDb48wGHVfBVZyd4f2Zk4Eq8YRU9noj0PgowZoJwc9Kgqm9f7Awm9VvmS6NFAloFzNC-3CHAKO74S39iIEAKuy4eD1gvVdw-RJhnhxnwHC7MqS1NC8RHv4tZKrbZSHoBHJhJzAjxQNTjjr1jJnRkIhudjI-7NinZ8iwFyb72Y4m_J3hSPPfbCLWJrki4kf2VhzJzz8kri9X_3he08MX4hOVVIZWxcjlSsyUuPsfTFzLIK3pGEQZcAO0YzyZxBNrNNzSP14I_e-Gfy0CYx75JByKRS9zd3JpvGST2Y1tAIHVwms0eo4w4xfmrH5b7fMB5ruK_-O1s6dKZMEic-drjnX6w5SYFd3FMoq2_gu7-0uRt_ps_1aUKA4gtiOyqtlPSHyWlHr04NlQ4kHQhgbslJFJVygPFRttdTmYcRRxP0sBKROZmTw9VzzI4zTk_eFVNhWE-HxHsYiettYPf9Lh4RNUtcdscUH5GgOX1iFDGwcB8uFRdnuHMiVFlPGQwjAn1KWrjfadzFC-OotH5gefGVFN59uoEIoAdNzQyTSVFXZGGGVzMl8Xc8X50pT7HKcCJu2OFAbLuTDgTi3j1z_Q8T1sVd9b8C2umSPjwStlWF4FGWJwCgz-4gaqv8VZXkrU7ky4dKZfl5jKygWgfaW80Q2HyjoPNHkLjIsa9sm8WmhzJvv1cRcN6NUFkpdC1MwA1EzQAt1lIFITvvBPPn2Lkce6EM7QEwd — 204 — 17 B — 37 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 185 ms — h3https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=379&ttfrms=34&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=7&ddur=30&uid=1776294740924301&jsCallback=dvCallback_1776294740924828&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2468&fcifrms=14&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=1x1&seltag=1&sadv=5657532168&ord=3587132093&litm=6786088478&scrt=138506201546&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial&spos=interstitial&c1=rts&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=5a160323-2b9e-43f5-929e-0863d2056824&dvp_uptseid=dotcom-slot-interstitial&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=5a160323-2b9e-43f5-929e-0863d2056824&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=5087223.705731688&ee_dp_sukv=5087223.705731688&dvp_tukv=91632364120.22968&ee_dp_tukv=91632364120.22968&dvp_tuid=477667749850&jurtd=1998531679tps.doubleverify.com/visit.js?gdpr_... https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=379&ttfrms=34&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=7&ddur=30&uid=1776294740924301&jsCallback=dvCallback_1776294740924828&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2468&fcifrms=14&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=1x1&seltag=1&sadv=5657532168&ord=3587132093&litm=6786088478&scrt=138506201546&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Finterstitial&spos=interstitial&c1=rts&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=5a160323-2b9e-43f5-929e-0863d2056824&dvp_uptseid=dotcom-slot-interstitial&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=5a160323-2b9e-43f5-929e-0863d2056824&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=5087223.705731688&ee_dp_sukv=5087223.705731688&dvp_tukv=91632364120.22968&ee_dp_tukv=91632364120.22968&dvp_tuid=477667749850&jurtd=1998531679 — 200 — 721 B — 55 ms — http/1.1https://elb.the-ozone-project.com/openrtb2/auctionelb.the-ozone-project.com/openrtb2/... https://elb.the-ozone-project.com/openrtb2/auction — 200 — 375 B — 545 ms — h2https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=182&ttfrms=32&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=7&ddur=35&uid=1776294741022910&jsCallback=dvCallback_1776294741022144&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2468&fcifrms=14&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=970x250&seltag=1&sadv=5228894307&ord=3954161714&litm=7198658129&scrt=138543481580&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&spos=top&c1=rts&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=be3f0096-b9f4-4eda-bcc8-425fb2ff43a6&dvp_uptseid=dotcom-slot-top&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=be3f0096-b9f4-4eda-bcc8-425fb2ff43a6&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=1562043559440.874&ee_dp_sukv=1562043559440.874&dvp_tukv=330492873969.5024&ee_dp_tukv=330492873969.5024&dvp_tuid=1045942081410&jurtd=4150011289tps.doubleverify.com/visit.js?gdpr_... https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=182&ttfrms=32&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=7&ddur=35&uid=1776294741022910&jsCallback=dvCallback_1776294741022144&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2468&fcifrms=14&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=970x250&seltag=1&sadv=5228894307&ord=3954161714&litm=7198658129&scrt=138543481580&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&spos=top&c1=rts&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=be3f0096-b9f4-4eda-bcc8-425fb2ff43a6&dvp_uptseid=dotcom-slot-top&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=be3f0096-b9f4-4eda-bcc8-425fb2ff43a6&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=1562043559440.874&ee_dp_sukv=1562043559440.874&dvp_tukv=330492873969.5024&ee_dp_tukv=330492873969.5024&dvp_tuid=1045942081410&jurtd=4150011289 — 200 — 721 B — 29 ms — http/1.1https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=1&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquiredstats-collector.cxense.com/cr-stats... https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=1&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired — 200 — 135 B — 10 ms — h2https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bca1.api.bbc.com/event?s=638824&idcli... https://a1.api.bbc.com/event?s=638824&idclient=ce9dde91-fa8e-4c4d-9d0a-8930a6fd92bc — 204 — 324 B — 11 ms — h2https://api.permutive.com/v1.0/state?fetch_unseen=false&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v1.0/state?fetch_... https://api.permutive.com/v1.0/state?fetch_unseen=false&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 34 B — 99 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4642068357331372&correlator=2784132124000585&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=4817%2Cbbccom%2Chome%2Cindex%2Cmid&enc_prev_ius=%2F0%2F1%2F2%2F2%2F3%2F4&prev_iu_szs=320x50%7C1024x400%7C970x250%7C970x90%7C728x90%7C300x250%7C300x253%7C10x10&fluid=height&ifi=3&dids=dotcom-slot-mid_1&adfs=2149144244&sfv=1-0-45&eri=1&sc=1&cookie=ID%3Dc62d27966a947eda%3AT%3D1776294739%3ART%3D1776294739%3AS%3DALNI_MakSgwGT1dE5nQ9TBu5_t8D94VhiQ&gpic=UID%3D000013cd2464a7f0%3AT%3D1776294739%3ART%3D1776294739%3AS%3DALNI_MYUq0_uvkHAAAgzZGEuIdP48AumbQ&abxe=1&dt=1776294741545&lmt=1776294741&adxs=163&adys=1227&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.bbc.com%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&vis=1&psz=1024x12&msz=1024x0&fws=0&ohw=0&psts=AOrYGsmJCIbzQcloQnGHJ0froIVtt8BG9kTpwniWQonJhVkokY7ClvuiKQDda7ow5jssoi9wvQD0rxit9DAyLJtdRRxGBi54fFoIp3Qc2VEVc88r65fOrI9TSTOhmMZUb0uCaK9ElGbtHaQEdq0HVqX4%2CAOrYGskq6RHFKj3PLnuv2RfWcgOqnX3OLc4CWgZs2Z4_J2voBohiFSFvpTh0K27qKXE3WblGDKcS7DHL_R9pREwTjIquR_ifnEjzvMMtL85DMvNY80vZmgcGVJ8Y_beYLrEkS9Wn&dlt=1776294735770&idt=1807&prev_scp=slot%3Dmid_1%26pos%3Dmid%26rec_ord%3D1%26Covatic%3D106934%2C167708%2C213429%2C258880%2C261208%2C298872%2C307416%2C339254%2C348828%2C365266%2C365856%2C368660%2C371729%2C513403%2C513462%2C545078%2C545414%2C576297%2C641091%2C648371%2C716712%2C855919%2C858000%2C866436%2C893064%2C912185%2C915451%2C948414%2C948975%2C950371%2C972950%2C977017%2C990699%2C992278%2C992313%2C995015%2C995148%2C997401%2C998491%2C9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253Acecf710f%25252d79cd%25252d48ba%25252daf69%25252d24d2dafd18f8%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3Dcecf710f-79cd-48ba-af69-24d2dafd18f8%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3Dcecf710f-79cd-48ba-af69-24d2dafd18f8%26VLP%3D1%2C300x250_1%2C970x250_2%2C300x600_1%2C1024x250_3%2C10x10_1%2C728x90_2%2C1024x400_1%2C320x600_1%2C390x325_3%2C393x328_2%2C414x345_3%2C402x335_2%2C1005x124_3%2C350x699_1%2C348x695_1%2C728x250_4%2C375x313_3%2C728x188_5%2C1023x250_3%2C357x714_1%26TVP%3D8-13%2C300x250_8-13%2C970x250_8-13%2C300x600_3-5%2C1024x250_8-13%2C10x10_5-8%2C728x90_13-21%2C1024x400_8-13%2C320x600_5-8%2C390x325_5-8%2C393x328_5-8%2C414x345_5-8%2C402x335_5-8%2C1005x124_8-13%2C350x699_5-8%2C348x695_3-5%2C728x250_13-21%2C375x313_5-8%2C728x188_13-21%2C1023x250_8-13%2C357x714_5-8%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26testgroup%3D68&cust_params=page_id%3Durn%253Abbc%253Axpress%253Apage%253A8%26grp%3D5%26pas_tags%3D%26top_tags%3D%26fran_tags%3D%26prod%3Dbbccom%26ref_pillar%3D%26coll%3D%26destination%3D%26pillar%3Dhome%26sect%3Dhome%26page_type%3Dindex%26leg_v_col%3D%26leg_t_dest%3D%26leg_n_keyword%3D%26leg_n_topic%3D%26leg_adunit2%3D%252F4817%252Fbbccom.test.site.flash%252Fbbc_homepage_int%26domain%3Dwww.bbc.com%26referrer%3Dnonbbc%26group%3D5%26fedid_dev_val%3D6d5b08de8ef567fb6354f237bfa370d95548257720d8a236764599fea05bf034a7a094f67baf1a6fe43819a63f60d440%26fedid_dev_ver%3Db9709832-3daa-4e92-bc07-384205c22e43%26permutive%3D211065%252C254342%252C39204%252Cadv%252Cbgyz%252Cbhkl%252Cbhkq%252Cbhkj%252Cbhlm%252Cbhiq%252Cbhkk%252Cbhmx%252Cbhhi%252Cbhii%252Cbhit%252Crts%26Covatic%3D106934%252C167708%252C213429%252C258880%252C261208%252C298872%252C307416%252C339254%252C348828%252C365266%252C365856%252C368660%252C371729%252C513403%252C513462%252C545078%252C545414%252C576297%252C641091%252C648371%252C716712%252C855919%252C858000%252C866436%252C893064%252C912185%252C915451%252C948414%252C948975%252C950371%252C972950%252C977017%252C990699%252C992278%252C992313%252C995015%252C995148%252C997401%252C998491%252C9999%26ABS%3D%26BSC%3D74191270%252C87012038%252C74332594%252C84111001%252C84051001%252C74341619%252C74291430%252C74062139%252C76022027%252C74242396%252C74341610%252C74041059%252C84122001%252C74011001%252C80023001%252C84211001%252C74041060%252C74342612%252C74021013%252C84251001%252C74342614%252C74342615%252C84222045%252C74331564%252C74141221%252C76022049%252C74082160%252C80312027%252C84011001%252C74331570%252C74071140%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C80122022%252C74162258%252C74141219%252C76012001%252C74041087%252C74342631%252C84121001%252C74012003%252C74311451%252C74161256%252C84252028%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26prmtvctx%3Dbypx%252Cdxbz%252Cdulo%252Cbkoj%252Cbypw%252Cbzcp%252Cdvxy%252Cdxce%252Crts%26prmtvsdk%3Dweb%26puid%3D85e47eaf-bf83-4e80-a2d9-1ddf81f14284%26prmtvvid%3D2a5d73b7-6073-4540-9d58-26bd5e22b182%26prmtvsid%3Da1d0eab9-4c90-4d9a-8c13-efde284c8012%26prmtvwid%3De488cdb0-e7cb-4d91-9648-60d437d8e491&adks=2071013324&frm=20&eo_id_str=ID%3Dff62107e00d6a046%3AT%3D1776294739%3ART%3D1776294739%3AS%3DAA-AfjaRum3f4pCi5tpr6g6-ym8D&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4642068357331372&correlator=2784132124000585&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&gdpr=0&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=4817%2Cbbccom%2Chome%2Cindex%2Cmid&enc_prev_ius=%2F0%2F1%2F2%2F2%2F3%2F4&prev_iu_szs=320x50%7C1024x400%7C970x250%7C970x90%7C728x90%7C300x250%7C300x253%7C10x10&fluid=height&ifi=3&dids=dotcom-slot-mid_1&adfs=2149144244&sfv=1-0-45&eri=1&sc=1&cookie=ID%3Dc62d27966a947eda%3AT%3D1776294739%3ART%3D1776294739%3AS%3DALNI_MakSgwGT1dE5nQ9TBu5_t8D94VhiQ&gpic=UID%3D000013cd2464a7f0%3AT%3D1776294739%3ART%3D1776294739%3AS%3DALNI_MYUq0_uvkHAAAgzZGEuIdP48AumbQ&abxe=1&dt=1776294741545&lmt=1776294741&adxs=163&adys=1227&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.bbc.com%2F&ref=https%3A%2F%2Fwww.bbc.co.uk%2F&vis=1&psz=1024x12&msz=1024x0&fws=0&ohw=0&psts=AOrYGsmJCIbzQcloQnGHJ0froIVtt8BG9kTpwniWQonJhVkokY7ClvuiKQDda7ow5jssoi9wvQD0rxit9DAyLJtdRRxGBi54fFoIp3Qc2VEVc88r65fOrI9TSTOhmMZUb0uCaK9ElGbtHaQEdq0HVqX4%2CAOrYGskq6RHFKj3PLnuv2RfWcgOqnX3OLc4CWgZs2Z4_J2voBohiFSFvpTh0K27qKXE3WblGDKcS7DHL_R9pREwTjIquR_ifnEjzvMMtL85DMvNY80vZmgcGVJ8Y_beYLrEkS9Wn&dlt=1776294735770&idt=1807&prev_scp=slot%3Dmid_1%26pos%3Dmid%26rec_ord%3D1%26Covatic%3D106934%2C167708%2C213429%2C258880%2C261208%2C298872%2C307416%2C339254%2C348828%2C365266%2C365856%2C368660%2C371729%2C513403%2C513462%2C545078%2C545414%2C576297%2C641091%2C648371%2C716712%2C855919%2C858000%2C866436%2C893064%2C912185%2C915451%2C948414%2C948975%2C950371%2C972950%2C977017%2C990699%2C992278%2C992313%2C995015%2C995148%2C997401%2C998491%2C9999%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%257C_dvp_uptsid%253Acecf710f%25252d79cd%25252d48ba%25252daf69%25252d24d2dafd18f8%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A87895369%25252df0ee%25252d4e21%25252da107%25252d7d86ac7fec71%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26dv__dvp_uptsid%3Dcecf710f-79cd-48ba-af69-24d2dafd18f8%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_pid%3D87895369-f0ee-4e21-a107-7d86ac7fec71%26pts_sid%3Dcecf710f-79cd-48ba-af69-24d2dafd18f8%26VLP%3D1%2C300x250_1%2C970x250_2%2C300x600_1%2C1024x250_3%2C10x10_1%2C728x90_2%2C1024x400_1%2C320x600_1%2C390x325_3%2C393x328_2%2C414x345_3%2C402x335_2%2C1005x124_3%2C350x699_1%2C348x695_1%2C728x250_4%2C375x313_3%2C728x188_5%2C1023x250_3%2C357x714_1%26TVP%3D8-13%2C300x250_8-13%2C970x250_8-13%2C300x600_3-5%2C1024x250_8-13%2C10x10_5-8%2C728x90_13-21%2C1024x400_8-13%2C320x600_5-8%2C390x325_5-8%2C393x328_5-8%2C414x345_5-8%2C402x335_5-8%2C1005x124_8-13%2C350x699_5-8%2C348x695_3-5%2C728x250_13-21%2C375x313_5-8%2C728x188_13-21%2C1023x250_8-13%2C357x714_5-8%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26testgroup%3D68&cust_params=page_id%3Durn%253Abbc%253Axpress%253Apage%253A8%26grp%3D5%26pas_tags%3D%26top_tags%3D%26fran_tags%3D%26prod%3Dbbccom%26ref_pillar%3D%26coll%3D%26destination%3D%26pillar%3Dhome%26sect%3Dhome%26page_type%3Dindex%26leg_v_col%3D%26leg_t_dest%3D%26leg_n_keyword%3D%26leg_n_topic%3D%26leg_adunit2%3D%252F4817%252Fbbccom.test.site.flash%252Fbbc_homepage_int%26domain%3Dwww.bbc.com%26referrer%3Dnonbbc%26group%3D5%26fedid_dev_val%3D6d5b08de8ef567fb6354f237bfa370d95548257720d8a236764599fea05bf034a7a094f67baf1a6fe43819a63f60d440%26fedid_dev_ver%3Db9709832-3daa-4e92-bc07-384205c22e43%26permutive%3D211065%252C254342%252C39204%252Cadv%252Cbgyz%252Cbhkl%252Cbhkq%252Cbhkj%252Cbhlm%252Cbhiq%252Cbhkk%252Cbhmx%252Cbhhi%252Cbhii%252Cbhit%252Crts%26Covatic%3D106934%252C167708%252C213429%252C258880%252C261208%252C298872%252C307416%252C339254%252C348828%252C365266%252C365856%252C368660%252C371729%252C513403%252C513462%252C545078%252C545414%252C576297%252C641091%252C648371%252C716712%252C855919%252C858000%252C866436%252C893064%252C912185%252C915451%252C948414%252C948975%252C950371%252C972950%252C977017%252C990699%252C992278%252C992313%252C995015%252C995148%252C997401%252C998491%252C9999%26ABS%3D%26BSC%3D74191270%252C87012038%252C74332594%252C84111001%252C84051001%252C74341619%252C74291430%252C74062139%252C76022027%252C74242396%252C74341610%252C74041059%252C84122001%252C74011001%252C80023001%252C84211001%252C74041060%252C74342612%252C74021013%252C84251001%252C74342614%252C74342615%252C84222045%252C74331564%252C74141221%252C76022049%252C74082160%252C80312027%252C84011001%252C74331570%252C74071140%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C80122022%252C74162258%252C74141219%252C76012001%252C74041087%252C74342631%252C84121001%252C74012003%252C74311451%252C74161256%252C84252028%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26prmtvctx%3Dbypx%252Cdxbz%252Cdulo%252Cbkoj%252Cbypw%252Cbzcp%252Cdvxy%252Cdxce%252Crts%26prmtvsdk%3Dweb%26puid%3D85e47eaf-bf83-4e80-a2d9-1ddf81f14284%26prmtvvid%3D2a5d73b7-6073-4540-9d58-26bd5e22b182%26prmtvsid%3Da1d0eab9-4c90-4d9a-8c13-efde284c8012%26prmtvwid%3De488cdb0-e7cb-4d91-9648-60d437d8e491&adks=2071013324&frm=20&eo_id_str=ID%3Dff62107e00d6a046%3AT%3D1776294739%3ART%3D1776294739%3AS%3DAA-AfjaRum3f4pCi5tpr6g6-ym8D&pgls=CAk. — 200 — 36.6 KiB — 427 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsv_tVaeqMCLZD9T4sVQ5dne4pXaAmAzbNTO1oHqP0GQYmb-7YWjkfwN3VmgfrE8PDUrxyLtKHEyS-kH_9gG8ceXVzmUqJzgA4P5JG5ngnZ9zXoyTzc2FZNoh-vftJpamPC7Ad-772hfmynSoK2lJI5ou55zoQBI4PEZUyDEPVSqpYc0FT2XARTHg1Vg&sig=Cg0ArKJSzM7DZ9HEokdAEAE&id=lidar2&mcvt=1001&p=27,190,277,1160&tm=1025&tu=24.40000009536743&mtos=1001,1001,1001,1001,1001&tos=1001,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=1617736379&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7222754000&rst=1776294740345&rpt=441&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsv_tVaeqMCLZD9T4sVQ5dne4pXaAmAzbNTO1oHqP0GQYmb-7YWjkfwN3VmgfrE8PDUrxyLtKHEyS-kH_9gG8ceXVzmUqJzgA4P5JG5ngnZ9zXoyTzc2FZNoh-vftJpamPC7Ad-772hfmynSoK2lJI5ou55zoQBI4PEZUyDEPVSqpYc0FT2XARTHg1Vg&sig=Cg0ArKJSzM7DZ9HEokdAEAE&id=lidar2&mcvt=1001&p=27,190,277,1160&tm=1025&tu=24.40000009536743&mtos=1001,1001,1001,1001,1001&tos=1001,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=1617736379&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7222754000&rst=1776294740345&rpt=441&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 24 ms — h3https://scripts.webcontentassessor.com/scripts/727d9b43a076aa925788e8b215b1d39a710cbe7ace5268ab65490af6db50168bscripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/727d9b43a076aa925788e8b215b1d39a710cbe7ace5268ab65490af6db50168b — 200 — 0 B — 0 ms — h2https://ad.doubleclick.net/pcs/view?xai=AKAOjsuBKbz6pAyHsPhb-x5Gm2yTMrQfs2gkXjUyVQqxo6UNOFHFCTuLqNyHH7aYOuA53gGDRun8Mh7P6SL4Im_9ed752H8BFzE_U5CwujdRGFNqCgCkbsnD7ZCsyG-87N7cvZke0bmScoxY9Yfco_xMamA9uYnGfpG9zmx9-b36KTX41Z-Uvsq8oHBWZ1keoa_ogsC7vkbMW24NGJqAC_pdBxlcfc95r4eMxYAVMhtoyCG7T3y2o4xEwOkr8XSkKSxPeeGopDfBhsfnuDQX96u_aC18dwogaDQw4XUuISGHlCroiGu6rriApWdivQY__C63mg7JU4oUw22sdobBDj1gW1X8UKcsMLfHECVEyapz1-AMkd7MlhEFAJ6x5NNZdrj9vMIR5TG-IBaV255Vr4IsP-Sehe0_1xQoWURzBKKgf3DdTBxrQmxcjNjnXJNvijK8uJTqRxvngcCkvsrjAQaFTlANeTP_elg7QGRB6fVIckDmmR2Q_wxOw9zjIid7UdNtgpX0LyhqRECzeYfP4S04E5PxDeTfq0TgoYclr3g&sai=AMfl-YRbVy7D0BSPuBM43VBgVaUVbZW1O1hVQqQXUyysTQiADdGQqW5HyAMokKdRAkSeMKZuZhQIoYqRJFbYATh4pxidmapDkNr7VX8FlyTWkur4pQ3SZCRWGSMfDTreQC_zESmiClAEJ5_ayEGoctNpir1u_pTOBoO6kD-DXIpwK7vJ09cM_sj0CropLPL1JryH3oJbNHOnBGup4xwwl7ywp6tlbmbs4lJ40Y10ayEfapzYdOcVNl47JIeCoBinMcmtvIEUYjFdQtiSNEO1l8d7IkmPVJXlWKaNWbN5JHUB0rsFod3YXEfcSaBg8QlXURboQCcAyGSN-kdN2OSuy_IeTkqr3KqEXawj13YMrmJXyuf9FjlM3z-vUq5wkNdVzLdABQ&sig=Cg0ArKJSzDEAs7fB3hACEAE&uach_m=%5BUACH%5D&crd=aHR0cHM6Ly9ocGUuY29t&fbs_aeid=%5Bgw_fbsaeid%5D&urlfix=1&adurl=ad.doubleclick.net/pcs/view?xai=AKA... https://ad.doubleclick.net/pcs/view?xai=AKAOjsuBKbz6pAyHsPhb-x5Gm2yTMrQfs2gkXjUyVQqxo6UNOFHFCTuLqNyHH7aYOuA53gGDRun8Mh7P6SL4Im_9ed752H8BFzE_U5CwujdRGFNqCgCkbsnD7ZCsyG-87N7cvZke0bmScoxY9Yfco_xMamA9uYnGfpG9zmx9-b36KTX41Z-Uvsq8oHBWZ1keoa_ogsC7vkbMW24NGJqAC_pdBxlcfc95r4eMxYAVMhtoyCG7T3y2o4xEwOkr8XSkKSxPeeGopDfBhsfnuDQX96u_aC18dwogaDQw4XUuISGHlCroiGu6rriApWdivQY__C63mg7JU4oUw22sdobBDj1gW1X8UKcsMLfHECVEyapz1-AMkd7MlhEFAJ6x5NNZdrj9vMIR5TG-IBaV255Vr4IsP-Sehe0_1xQoWURzBKKgf3DdTBxrQmxcjNjnXJNvijK8uJTqRxvngcCkvsrjAQaFTlANeTP_elg7QGRB6fVIckDmmR2Q_wxOw9zjIid7UdNtgpX0LyhqRECzeYfP4S04E5PxDeTfq0TgoYclr3g&sai=AMfl-YRbVy7D0BSPuBM43VBgVaUVbZW1O1hVQqQXUyysTQiADdGQqW5HyAMokKdRAkSeMKZuZhQIoYqRJFbYATh4pxidmapDkNr7VX8FlyTWkur4pQ3SZCRWGSMfDTreQC_zESmiClAEJ5_ayEGoctNpir1u_pTOBoO6kD-DXIpwK7vJ09cM_sj0CropLPL1JryH3oJbNHOnBGup4xwwl7ywp6tlbmbs4lJ40Y10ayEfapzYdOcVNl47JIeCoBinMcmtvIEUYjFdQtiSNEO1l8d7IkmPVJXlWKaNWbN5JHUB0rsFod3YXEfcSaBg8QlXURboQCcAyGSN-kdN2OSuy_IeTkqr3KqEXawj13YMrmJXyuf9FjlM3z-vUq5wkNdVzLdABQ&sig=Cg0ArKJSzDEAs7fB3hACEAE&uach_m=%5BUACH%5D&crd=aHR0cHM6Ly9ocGUuY29t&fbs_aeid=%5Bgw_fbsaeid%5D&urlfix=1&adurl= — 200 — 28 B — 189 ms — h3https://fw.adsafeprotected.com/rjss/st/2806022/92596160/skeleton.js?bidurl=fw.adsafeprotected.com/rjss/st/2806... https://fw.adsafeprotected.com/rjss/st/2806022/92596160/skeleton.js?bidurl= — 200 — 92.0 KiB — 62 ms — h2https://s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.jss0.2mdn.net/879366/express_html_inp... https://s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.js — 200 — 40.9 KiB — 21 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 0 ms — h3https://ep2.adtrafficquality.google/sodar/VFc2VJAc.jsep2.adtrafficquality.google/sodar/V... https://ep2.adtrafficquality.google/sodar/VFc2VJAc.js — 200 — 14.1 KiB — 5 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 174 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 161 ms — h3https://stats-collector.cxense.com/cr-stats/event/imp?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7207089010&bnId=138544332471&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired&permutiveSids=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crtsstats-collector.cxense.com/cr-stats... https://stats-collector.cxense.com/cr-stats/event/imp?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7207089010&bnId=138544332471&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired&permutiveSids=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crts — 200 — 135 B — 8 ms — h2https://cdn.doubleverify.com/dvtp_src.jscdn.doubleverify.com/dvtp_src.js https://cdn.doubleverify.com/dvtp_src.js — 200 — 0 B — 1 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 233 ms — h3https://cdn.doubleverify.com/dv-measurements9748.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9748.js — 200 — 0 B — 0 ms — http/1.1https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=1bb84885-9325-4fef-adda-a208032b2715api.permutive.com/v2.0/batch/events... https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=1bb84885-9325-4fef-adda-a208032b2715 — 200 — 118 B — 103 ms — h3https://ep2.adtrafficquality.google/sodar/Klz6NWr5.htmlep2.adtrafficquality.google/sodar/K... https://ep2.adtrafficquality.google/sodar/Klz6NWr5.html — 200 — 11.8 KiB — 7 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/index.html?ev=01_262s0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/index.html?ev=01_262 — 200 — 10.4 KiB — 29 ms — h2https://jsconfig.adsafeprotected.com/jsconfig/rjss/st/2806022/92596160/skeleton.js?cbName=__IntegralAS__2726&bidurl=jsconfig.adsafeprotected.com/jsconf... https://jsconfig.adsafeprotected.com/jsconfig/rjss/st/2806022/92596160/skeleton.js?cbName=__IntegralAS__2726&bidurl= — 200 — 3.0 KiB — 22 ms — h2https://s0.2mdn.net/sadbundle/1969024869070989257/media/cc2651f45823acfd291e0abffba18496.svgs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/media/cc2651f45823acfd291e0abffba18496.svg — 200 — 508 B — 9 ms — h2https://s0.2mdn.net/sadbundle/1969024869070989257/media/bface036a0ad011e24c03d10ca9cd5f6.pngs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/media/bface036a0ad011e24c03d10ca9cd5f6.png — 200 — 15.1 KiB — 15 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/media/0d8f06d23b14e4446c22c03e36b09691.jpgs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/media/0d8f06d23b14e4446c22c03e36b09691.jpg — 200 — 89.0 KiB — 18 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/media/b0e4c5da6e4d9b1dff341f83c6222fac.pngs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/media/b0e4c5da6e4d9b1dff341f83c6222fac.png — 200 — 6.9 KiB — 17 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/media/0ae89a61c7ed21b97131b48cab0fd93c.pngs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/media/0ae89a61c7ed21b97131b48cab0fd93c.png — 200 — 25.7 KiB — 21 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_300_normal.ttfs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_300_normal.ttf — 200 — 54.9 KiB — 33 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_500_normal.ttfs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_500_normal.ttf — 200 — 57.4 KiB — 30 ms — h3https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_xxcondensed_tt_700_normal.ttfs0.2mdn.net/sadbundle/1969024869070... https://s0.2mdn.net/sadbundle/1969024869070989257/fonts/hpe_graphik_xxcondensed_tt_700_normal.ttf — 200 — 39.4 KiB — 28 ms — h3https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=146&ttfrms=35&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=8&ddur=0&uid=1776294742531499&jsCallback=dvCallback_1776294742531775&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2471&fcifrms=16&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=300x250&seltag=1&sadv=5276731380&ord=3966774709&litm=7207089010&scrt=138544332471&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid&spos=mid_1&c1=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crts&c3=1&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=cecf710f-79cd-48ba-af69-24d2dafd18f8&dvp_uptseid=dotcom-slot-mid_1&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=cecf710f-79cd-48ba-af69-24d2dafd18f8&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=1586633659792.1482&ee_dp_sukv=1586633659792.1482&dvp_tukv=14418722.338139348&ee_dp_tukv=14418722.338139348&dvp_tuid=1159756826593&jurtd=2320058515tps.doubleverify.com/visit.js?gdpr_... https://tps.doubleverify.com/visit.js?gdpr_consent=&flvr=0&ttmms=146&ttfrms=35&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D334%5D4%40%3ETar23%40FETbpTauTauU42%3FFC%3Dl9EEADTbpTauTauHHH%5D334%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=8&ddur=0&uid=1776294742531499&jsCallback=dvCallback_1776294742531775&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=940&winw=1350&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=about%3Ablank&fwc=8&fcl=2480&flt=0&fec=2471&fcifrms=16&brh=2&dvp_epl=161&noc=4&nav_pltfrm=Linux%20x86_64&ctx=29028254&cmp=DV1298722&adsrv=104&jsver=9748&unit=300x250&seltag=1&sadv=5276731380&ord=3966774709&litm=7207089010&scrt=138544332471&splc=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Fmid&spos=mid_1&c1=211065%2C254342%2C39204%2Cadv%2Cbgyz%2Cbhkl%2Cbhkq%2Cbhkj%2Cbhlm%2Cbhiq%2Cbhkk%2Cbhmx%2Cbhhi%2Cbhii%2Cbhit%2Crts&c3=1&c4=index&c6=5&gdpr=0&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=2&dich=1&dvp_uptbts=1776294050574&dvp_uptbcid=b68ea28&dvp_gptmasid=1360&dvp_uptpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_uptsid=cecf710f-79cd-48ba-af69-24d2dafd18f8&dvp_uptseid=dotcom-slot-mid_1&mpt_pub_qtbscpl=1&mpt_pub_qtids=1&dvp_qtpid=87895369-f0ee-4e21-a107-7d86ac7fec71&dvp_qtsid=cecf710f-79cd-48ba-af69-24d2dafd18f8&mpt_pub_dvr=srti_2302e36d-c45b-486a-b18e-36eaeb4b358b%2Csrtb_5d0a4840-4655-47d3-81de-65e3f143753d&dvp_uptsacnt=1&dvp_gptmle=1&alm=manual&dvp_pubaft=1&ee_dp_pubaft=1&dvp_gptmit=0&dvp_pubuaf=0&undefined=%5Bobject%20Object%5D&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=1586633659792.1482&ee_dp_sukv=1586633659792.1482&dvp_tukv=14418722.338139348&ee_dp_tukv=14418722.338139348&dvp_tuid=1159756826593&jurtd=2320058515 — 200 — 720 B — 33 ms — http/1.1https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=2&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquiredstats-collector.cxense.com/cr-stats... https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=2&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired — 200 — 135 B — 9 ms — h2https://ep1.adtrafficquality.google/bg/Fn2Iqdq9Xne6I9UDRzgJRim_XvMMeWSmzaZRH-bg9GA.jsep1.adtrafficquality.google/bg/Fn2I... https://ep1.adtrafficquality.google/bg/Fn2Iqdq9Xne6I9UDRzgJRim_XvMMeWSmzaZRH-bg9GA.js — 200 — 21.7 KiB — 25 ms — h3https://jsconfig.adsafeprotected.com/rfw/st/2806022/92596160/skeleton.js?bidurl=&adsafe_url=https%3A%2F%2Fwww.bbc.com%2F&adsafe_type=abedfq&adsafe_url=https%3A%2F%2Fwww.bbc.co.uk%2F&adsafe_type=c&adsafe_jsinfo=,id:d5acc2ad-b912-5089-6f1e-92f7364e12cc,c:9TLchI,sl:outOfView,em:true,fr:true,thd:1,mn:postbid-edge-8576b9649d-xh4rn,rg:va,pt:1-5-15,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,mu:10000,br:c,bru:c,an:n,oam:0,mtim:13,mot:0,app:0,maw:0,tdt:s,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,pl:CV8L.CV8L.CV8L.CV8L.CV8L,rmeas:1,rend:1,renddet:DIV.qs.sn,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,tt:rjss,et:166,oid:8eecdbfd-3920-11f1-862b-ca9fd2b00019,v:19.8.672,sp:0,st:1,fwm:1,wr:1350.940,sr:800.600,ov:0jsconfig.adsafeprotected.com/rfw/st... https://jsconfig.adsafeprotected.com/rfw/st/2806022/92596160/skeleton.js?bidurl=&adsafe_url=https%3A%2F%2Fwww.bbc.com%2F&adsafe_type=abedfq&adsafe_url=https%3A%2F%2Fwww.bbc.co.uk%2F&adsafe_type=c&adsafe_jsinfo=,id:d5acc2ad-b912-5089-6f1e-92f7364e12cc,c:9TLchI,sl:outOfView,em:true,fr:true,thd:1,mn:postbid-edge-8576b9649d-xh4rn,rg:va,pt:1-5-15,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,mu:10000,br:c,bru:c,an:n,oam:0,mtim:13,mot:0,app:0,maw:0,tdt:s,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,pl:CV8L.CV8L.CV8L.CV8L.CV8L,rmeas:1,rend:1,renddet:DIV.qs.sn,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,tt:rjss,et:166,oid:8eecdbfd-3920-11f1-862b-ca9fd2b00019,v:19.8.672,sp:0,st:1,fwm:1,wr:1350.940,sr:800.600,ov:0 — 302 — 165 B — 63 ms — h2https://static.adsafeprotected.com/sca.17.6.4.jsstatic.adsafeprotected.com/sca.17.6... https://static.adsafeprotected.com/sca.17.6.4.js — 200 — 22.8 KiB — 10 ms — h2https://static.adsafeprotected.com/skeleton.jsstatic.adsafeprotected.com/skeleton... https://static.adsafeprotected.com/skeleton.js — 200 — 477 B — 4 ms — h2https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLciT,pingTime:-2,time:238,type:a,im:%7Bsf:0,pom:1,prf:%7BbeA:450,beZ:451,mfA:462,mfZ:469,cmA:591,inA:591,inZ:598,prA:598,prZ:606,si:615,poA:622,poZ:643,cmZ:643,loA:673,loZ:677,ltA:686,ltZ:686,rt:1,bc:n%7D%7D,sca:%7Bdfp:%7Bdf:4,sz:300.250,dom:div%7D%7D,env:%7Bgca:false,cca:false,gca2:true,gcd2:%7Bappl:0,cnst:na%7D%7D,clog:%5B%7Bpiv:0,vs:o,r:l,w:300,h:250,t:164%7D%5D,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,slTimes:%7Bi:0,o:238,n:0,pp:0,pm:0%7D,slEvents:%5B%7Bsl:o,t:164,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,bkn:%7Bpiv:%5B93~0%5D,as:%5B93~300.250%5D%7D%7D%5D,slEventCount:1,em:true,fr:true,e:,tt:rjss,dtt:0,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,pd:CV8L.internal-pdf-viewer,rmeas:1,rend:1,renddet:DIV.qs.sn,siq:167,cpli:%5B%5D,cgc:0,cvli:0,ccmp:3,cdop:0,cttd:1,slid:%5Bgoogle_ads_iframe_/4817/bbccom/home/home/index/mid_0,google_ads_iframe_/4817/bbccom/home/home/index/mid_0__container__,dotcom-slot-mid_1,dotcom-mid_1,bbc-main,__next%5D,msd:0,ph:12216,igt:1,sinceFw:64,readyFired:true%7D&br=cdt.adsafeprotected.com/dt?advEntity... https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLciT,pingTime:-2,time:238,type:a,im:%7Bsf:0,pom:1,prf:%7BbeA:450,beZ:451,mfA:462,mfZ:469,cmA:591,inA:591,inZ:598,prA:598,prZ:606,si:615,poA:622,poZ:643,cmZ:643,loA:673,loZ:677,ltA:686,ltZ:686,rt:1,bc:n%7D%7D,sca:%7Bdfp:%7Bdf:4,sz:300.250,dom:div%7D%7D,env:%7Bgca:false,cca:false,gca2:true,gcd2:%7Bappl:0,cnst:na%7D%7D,clog:%5B%7Bpiv:0,vs:o,r:l,w:300,h:250,t:164%7D%5D,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,slTimes:%7Bi:0,o:238,n:0,pp:0,pm:0%7D,slEvents:%5B%7Bsl:o,t:164,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,bkn:%7Bpiv:%5B93~0%5D,as:%5B93~300.250%5D%7D%7D%5D,slEventCount:1,em:true,fr:true,e:,tt:rjss,dtt:0,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,pd:CV8L.internal-pdf-viewer,rmeas:1,rend:1,renddet:DIV.qs.sn,siq:167,cpli:%5B%5D,cgc:0,cvli:0,ccmp:3,cdop:0,cttd:1,slid:%5Bgoogle_ads_iframe_/4817/bbccom/home/home/index/mid_0,google_ads_iframe_/4817/bbccom/home/home/index/mid_0__container__,dotcom-slot-mid_1,dotcom-mid_1,bbc-main,__next%5D,msd:0,ph:12216,igt:1,sinceFw:64,readyFired:true%7D&br=c — 200 — 178 B — 35 ms — h2https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjst_acvQ8n5vGIb9Q1nlufdDG4e5225j-Cbo7ekVgwCVRC8AOyYZtL3Y_RF4NOJ7QLm12fi-1agMvKZ1qF4v4WmK8l4DM19h3YS77FJWz7wXy9ZS9hS4-8XuILSQ0TacvRrxCeYqGupGPoNPfUO4JGsD5EDw2p3xCFcCA5PviHF4N8y8Ojt2M1surpGexxWNnOAsvUY2fT8JLct5-LzXQyHxD2_E9hzPNro1C1fE-H72vxyUdkAR5N0hYCGfPXTAKQ4hizzVaDjzFbAndtDryyHIXqk7hAGSW5FgezASB3YDxQtApuhGZYfmJel18ope0qnejWSY60SXTVOStQ8_vccWO4Rc5y73-_Igss4XNmjpEf6HX9CyB8Fx2MK8l54h_guyym0mIhHB41-bBBL2yIyqsGJg_ntev7MyYPMAghhKBkji84RjWie89pwsK4CmBA86uS6rKkw&sai=AMfl-YRgg9Bk2knLyNqKujFvqgGaLs1id00H5t4hZ63SOhOWd2porxMSRfIk9HT81shHIaYHE9ngdHi4aEweTMld8qFjzK72LQu03iQ9dgPTmGX-kmjbq0z1mLOix9GIL01aeDWHog0PTL5paQJE6DjbQZj2dW7Z7rFiNKUUUUMAwvOoWMFXt4iehoq_mapxIJkD_e-wx_uwgLwsJsPlDQLP_4bXQRsl7NBoE0tYWk2Oc8pz7bxd4o9DCIPOr5mDztb87nadyd0jAsLft-6ozoe1cHwE9GlhkOG7vVhOT1yAr1R4lc5uXV2uc_a6JtH6okFLOycZAxYDyxQRNbCyRd7xHU54le8mCbojV-QABOA6GfZmMuri3y-hn8jopMHu_0-Nbw&sig=Cg0ArKJSzPHpPXpSkGvGEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjst_acvQ8n5vGIb9Q1nlufdDG4e5225j-Cbo7ekVgwCVRC8AOyYZtL3Y_RF4NOJ7QLm12fi-1agMvKZ1qF4v4WmK8l4DM19h3YS77FJWz7wXy9ZS9hS4-8XuILSQ0TacvRrxCeYqGupGPoNPfUO4JGsD5EDw2p3xCFcCA5PviHF4N8y8Ojt2M1surpGexxWNnOAsvUY2fT8JLct5-LzXQyHxD2_E9hzPNro1C1fE-H72vxyUdkAR5N0hYCGfPXTAKQ4hizzVaDjzFbAndtDryyHIXqk7hAGSW5FgezASB3YDxQtApuhGZYfmJel18ope0qnejWSY60SXTVOStQ8_vccWO4Rc5y73-_Igss4XNmjpEf6HX9CyB8Fx2MK8l54h_guyym0mIhHB41-bBBL2yIyqsGJg_ntev7MyYPMAghhKBkji84RjWie89pwsK4CmBA86uS6rKkw&sai=AMfl-YRgg9Bk2knLyNqKujFvqgGaLs1id00H5t4hZ63SOhOWd2porxMSRfIk9HT81shHIaYHE9ngdHi4aEweTMld8qFjzK72LQu03iQ9dgPTmGX-kmjbq0z1mLOix9GIL01aeDWHog0PTL5paQJE6DjbQZj2dW7Z7rFiNKUUUUMAwvOoWMFXt4iehoq_mapxIJkD_e-wx_uwgLwsJsPlDQLP_4bXQRsl7NBoE0tYWk2Oc8pz7bxd4o9DCIPOr5mDztb87nadyd0jAsLft-6ozoe1cHwE9GlhkOG7vVhOT1yAr1R4lc5uXV2uc_a6JtH6okFLOycZAxYDyxQRNbCyRd7xHU54le8mCbojV-QABOA6GfZmMuri3y-hn8jopMHu_0-Nbw&sig=Cg0ArKJSzPHpPXpSkGvGEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 28 B — 28 ms — h3https://ep1.adtrafficquality.google/pagead/gen_204?id=sodar&v=46&t=2&bgai=BRSo1VRvgaZOuJfnLt_gPjJTjkQkAAAAAOAHgBAI&bg=!GxilGHrNAAYjKNSNAyg7AEcBe5WfOCYepl4lGx2UF6tOH8qDn-hJWiTqCwy-fxvv8W2-ORcO0YUAnTW3n4Jymhl6rQAlmuSqCNq2gzRSeZ5RE0VuBQRN-QIAAAByUgAAAAVoAQd-ADWNb0JcgVRC-5q44iibl1e5rehI_Drpj9CEba-DHmXnnI2_5TSgMXbCfQHLNU9MTgFvlaurrwoAHekkMh9K69QT4Z2qxeeMeNmJ1GfMG2SvqCpKSBsnmQK5hPSPBG3NKdUchliIQcN1gQDskSFUgiT-TR3ouRIiAoy5DShsumpLJZ_aod4Hl1cn5Rp-7-jFvpwjqHKgMoLodp431ykbtOidH0jycknUKCFLn0vtedl9gLZ51r99xoZxpEZBUxbSVz8wQs5JWR2m-lq0ypdj_tDr4RiroQmcQIK39RaH61HxBt3K6TOEzDd_dJFhf-6vAdnu7lvJgalAbCFtK2HaoVagahu8wt0vX79LrzPVCpWsFYiJCu_hDv2luv1HbNz5zPdJq9iZclZRC7DpvUtf8QCJ9s3JMpjFRoDF3eS_j99Qg4FkXqeGFATWWCB0VRz5vZBnUy3AzqJLcH4ms-BX_VcTA8-UJe-vYGusKi6Uvu0NMNlS9-fjmc03JwVL14bxUFwRFP-PUXZacvogqXnojxyVhiMbu0CP4bXe_FbYOmi7-Yf5Vd6VZCrTFcGKHewZjDZoHi9SEe03--UQ1P-BF4IjJ6Ncux6NAr9xfZIi-GArg-nZ_zxZXQb0-GPuyvWFiFvv2THhBiOOwKtam-2ZA56BrfG_3L-OJ1axSnQ9RxT81TXZ2lKgBUqIEOaAzOepL0eg3FBM6dtpiatkymZoQj3C07wU3S8IKuKN0DuDTo9_LLUC9js5-IjX09Jzho14hEo44aFVc9JE5NLgIvEoBqfr83OJmT5rIa_4JN5ubPWDxLXzqv2fzwkMpwdJUQHeJFOqjCehOmgqakgK6-4_qsaPyCgWctgEg31gVcWUYZN5FzlE8OWJIMWxhBWdf1f1W1ea9lDu0k0Lu_PUG_EPXCF5DqiGgIY1bgxLr0Q1fupDq09ayew7YsC3ft9DBSpyq5ClKDI1oOrzB3AGIqxnTFHJri10v4FFgTh3VGSlnx_bVEdHZ59KHmScWP5pBQAWYzMAYaYRW7NgZLbUiSvqNEbuDQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/gen_204?id=sodar&v=46&t=2&bgai=BRSo1VRvgaZOuJfnLt_gPjJTjkQkAAAAAOAHgBAI&bg=!GxilGHrNAAYjKNSNAyg7AEcBe5WfOCYepl4lGx2UF6tOH8qDn-hJWiTqCwy-fxvv8W2-ORcO0YUAnTW3n4Jymhl6rQAlmuSqCNq2gzRSeZ5RE0VuBQRN-QIAAAByUgAAAAVoAQd-ADWNb0JcgVRC-5q44iibl1e5rehI_Drpj9CEba-DHmXnnI2_5TSgMXbCfQHLNU9MTgFvlaurrwoAHekkMh9K69QT4Z2qxeeMeNmJ1GfMG2SvqCpKSBsnmQK5hPSPBG3NKdUchliIQcN1gQDskSFUgiT-TR3ouRIiAoy5DShsumpLJZ_aod4Hl1cn5Rp-7-jFvpwjqHKgMoLodp431ykbtOidH0jycknUKCFLn0vtedl9gLZ51r99xoZxpEZBUxbSVz8wQs5JWR2m-lq0ypdj_tDr4RiroQmcQIK39RaH61HxBt3K6TOEzDd_dJFhf-6vAdnu7lvJgalAbCFtK2HaoVagahu8wt0vX79LrzPVCpWsFYiJCu_hDv2luv1HbNz5zPdJq9iZclZRC7DpvUtf8QCJ9s3JMpjFRoDF3eS_j99Qg4FkXqeGFATWWCB0VRz5vZBnUy3AzqJLcH4ms-BX_VcTA8-UJe-vYGusKi6Uvu0NMNlS9-fjmc03JwVL14bxUFwRFP-PUXZacvogqXnojxyVhiMbu0CP4bXe_FbYOmi7-Yf5Vd6VZCrTFcGKHewZjDZoHi9SEe03--UQ1P-BF4IjJ6Ncux6NAr9xfZIi-GArg-nZ_zxZXQb0-GPuyvWFiFvv2THhBiOOwKtam-2ZA56BrfG_3L-OJ1axSnQ9RxT81TXZ2lKgBUqIEOaAzOepL0eg3FBM6dtpiatkymZoQj3C07wU3S8IKuKN0DuDTo9_LLUC9js5-IjX09Jzho14hEo44aFVc9JE5NLgIvEoBqfr83OJmT5rIa_4JN5ubPWDxLXzqv2fzwkMpwdJUQHeJFOqjCehOmgqakgK6-4_qsaPyCgWctgEg31gVcWUYZN5FzlE8OWJIMWxhBWdf1f1W1ea9lDu0k0Lu_PUG_EPXCF5DqiGgIY1bgxLr0Q1fupDq09ayew7YsC3ft9DBSpyq5ClKDI1oOrzB3AGIqxnTFHJri10v4FFgTh3VGSlnx_bVEdHZ59KHmScWP5pBQAWYzMAYaYRW7NgZLbUiSvqNEbuDQ — 204 — 20 B — 23 ms — h3https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLcnQ,pingTime:-10,time:545,type:s,mvn:ZnNjPTEzLHNkPTMsbm89OCxhc3A9MQ--,sd:MTcuNi40djYwMHx8ODAwfHwxfHwxfHwyNHx8NjAwfHwwfHwwfHwxfHxsYW5kc2NhcGUtcHJpbWFyeXx8MjR8fDQvM3x8NC8zfHwwfHw4MDA-,no:MTcuNi40dk1vemlsbGF8fE5ldHNjYXBlfHxufHxufHwwfHxufHxMaW51eCB4ODZfNjR8fEdlY2tvfHwyMDAzMDEwN3x8MHx8TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzE0Ni4wLjAuMCBTYWZhcmkvNTM3LjM2fHwxfHwxfHxHb29nbGUgSW5jLnx8bg--,ch:n,fsc:17.6.4v222222220002222202222222220222222222202222222220222202000022000220222222220000222202002222202222222220222222220000020022222200022222220200000222200022220002022022022222202002220222022222022220000220200000022220222220222222222222202222222222222222222222222222222222222200000022022020020000002022202022022022222222000000000020222202022022222000000020000000000000000000020220202220000022200222202220022200200222022202220022220222200202222020002200002222022222202222000002002002222222202220022202200222002220222202,asp:1776294742990%7C%7C9a2cb7eda6e31e4c697d63054d379f4b%7C%7C02379953b93cd223243db09f1dd4e5b9%7C%7Cf7b1d496377d7a975d92369ae9c5f0fb%7C%7Cc59c26c8c99f7e4f8938c835233d3c61%7C%7Ce7ee62aa76763cd0a27b5693a50554a2%7C%7C97a4f166409eee98c97499ee7f192f2b%7C%7Cf94d0c49a3bb50a7849fe6b3c8f636f5%7C%7C1715618633,sca:%7Beng:b,tss:%7Blts:2026-04-1523.12.22,tzo:0,tzn:UTC%7D,bdp:%7Bndp:1%7D,mob:%7Bori:0,ges:0,tch:0%7D%7D%7Ddt.adsafeprotected.com/dt?advEntity... https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLcnQ,pingTime:-10,time:545,type:s,mvn:ZnNjPTEzLHNkPTMsbm89OCxhc3A9MQ--,sd:MTcuNi40djYwMHx8ODAwfHwxfHwxfHwyNHx8NjAwfHwwfHwwfHwxfHxsYW5kc2NhcGUtcHJpbWFyeXx8MjR8fDQvM3x8NC8zfHwwfHw4MDA-,no:MTcuNi40dk1vemlsbGF8fE5ldHNjYXBlfHxufHxufHwwfHxufHxMaW51eCB4ODZfNjR8fEdlY2tvfHwyMDAzMDEwN3x8MHx8TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzE0Ni4wLjAuMCBTYWZhcmkvNTM3LjM2fHwxfHwxfHxHb29nbGUgSW5jLnx8bg--,ch:n,fsc:17.6.4v222222220002222202222222220222222222202222222220222202000022000220222222220000222202002222202222222220222222220000020022222200022222220200000222200022220002022022022222202002220222022222022220000220200000022220222220222222222222202222222222222222222222222222222222222200000022022020020000002022202022022022222222000000000020222202022022222000000020000000000000000000020220202220000022200222202220022200200222022202220022220222200202222020002200002222022222202222000002002002222222202220022202200222002220222202,asp:1776294742990%7C%7C9a2cb7eda6e31e4c697d63054d379f4b%7C%7C02379953b93cd223243db09f1dd4e5b9%7C%7Cf7b1d496377d7a975d92369ae9c5f0fb%7C%7Cc59c26c8c99f7e4f8938c835233d3c61%7C%7Ce7ee62aa76763cd0a27b5693a50554a2%7C%7C97a4f166409eee98c97499ee7f192f2b%7C%7Cf94d0c49a3bb50a7849fe6b3c8f636f5%7C%7C1715618633,sca:%7Beng:b,tss:%7Blts:2026-04-1523.12.22,tzo:0,tzn:UTC%7D,bdp:%7Bndp:1%7D,mob:%7Bori:0,ges:0,tch:0%7D%7D%7D — 200 — 177 B — 10 ms — h2https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLcq9,time:688,type:e,sca:%7Bprp:%7Bnot:1,csi:1,msl:0,hdl:1,aps:0,hae:1,ito:1,sec:1%7D,exr:%7Bexs:objectExternal%7D,ifr:%7Bact:1,eff:0%7D,dvw:%7Bwit:0,wot:0%7D,nit:%7Bpqr:prompt,ntr:default%7D,cdc:%5B2,2,2,2,0,0,0,0,0,2,0,2,0,0,2,2,2,2%5D%7D,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,slTimes:%7Bi:0,o:688,n:0,pp:0,pm:0%7D,slEvents:%5B%7Bsl:o,t:164,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,bkn:%7Bpiv:%5B543~0%5D,as:%5B543~300.250%5D%7D%7D%5D,slEventCount:1,em:true,fr:true,e:,tt:rjss,dtt:18,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,rmeas:1,rend:1,renddet:DIV.qs.sn,siq:167,cpli:%5B%5D,cgc:0,cvli:0,ccmp:3,cdop:0,cttd:1,msd:0,ph:12216,igt:1,sis:251%7D&br=cdt.adsafeprotected.com/dt?advEntity... https://dt.adsafeprotected.com/dt?advEntityId=2806022&asId=d5acc2ad-b912-5089-6f1e-92f7364e12cc&tv=%7Bc:9TLcq9,time:688,type:e,sca:%7Bprp:%7Bnot:1,csi:1,msl:0,hdl:1,aps:0,hae:1,ito:1,sec:1%7D,exr:%7Bexs:objectExternal%7D,ifr:%7Bact:1,eff:0%7D,dvw:%7Bwit:0,wot:0%7D,nit:%7Bpqr:prompt,ntr:default%7D,cdc:%5B2,2,2,2,0,0,0,0,0,2,0,2,0,0,2,2,2,2%5D%7D,es:0,sc:1,ha:1,fgad:1,fif:0,gmnp:0,for:1,b11:0,cnod:1,intblk:1,gm:0,slTimes:%7Bi:0,o:688,n:0,pp:0,pm:0%7D,slEvents:%5B%7Bsl:o,t:164,wc:10.10.1350.940,ac:535.1245.300.250,am:sp,cc:10.10.300.250,piv:0,obst:0,th:0,reas:l,bkn:%7Bpiv:%5B543~0%5D,as:%5B543~300.250%5D%7D%7D%5D,slEventCount:1,em:true,fr:true,e:,tt:rjss,dtt:18,fm:vgU7IsJ+11%7C12%7C13%7C141%7C151%7C16%7C17%7C18%7C19%7C1a%7C1b%7C1c1%7C1d%7C1e1%7C1f*.2806022-92596160%7C1f1%7C1f2%7C1g1,idMap:1f*,rmeas:1,rend:1,renddet:DIV.qs.sn,siq:167,cpli:%5B%5D,cgc:0,cvli:0,ccmp:3,cdop:0,cttd:1,msd:0,ph:12216,igt:1,sis:251%7D&br=c — 200 — 177 B — 10 ms — h2https://tpsc-ue1.doubleverify.com/event.png?impid=9ffd9f9e50d348a695b0b35bca66a86b&flavor=0&gdpr=0&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&dvp_gdv2_Func=1&dvp_gdv2_Applies=0&dvp_gdv2_Succ=1&dvp_gdv2_Dur=0&dvp_gdv2_Doms=1&dvp_gdv2_Dome=1&ee_dp_dich=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=manual&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=64&vdur=55&eoid=22&te_strt=1&te_init=247&te_sup=2&te_exec=2&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=30&tetms=13&msltms=16&vltms=55&sei=292&vetms=68&tuviims=414&tuviems=537&ismms=47&isumms=47&nvr=2&isgmmims=47&isgmv4mims=47&elmtp=1&isbxdms=249&b0=305&dvp_vsosnmr=3&lftb=305&sftb=305&naral=512&vct=1&vphgt=940&vpwdth=1350&chgt=940&cwdth=1350&scrhgt=600&scrwdth=800&strp=0&advisonl=false&ishvm=1&istchm=1&isaclkm=1&isscrlm=1&engalms=46&dvp_hdnAd=0&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=48&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A512%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=162&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_dpr=1&vstsz=727&iscvmeas=249&ttfurm=3155tpsc-ue1.doubleverify.com/event.png... https://tpsc-ue1.doubleverify.com/event.png?impid=9ffd9f9e50d348a695b0b35bca66a86b&flavor=0&gdpr=0&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&dvp_gdv2_Func=1&dvp_gdv2_Applies=0&dvp_gdv2_Succ=1&dvp_gdv2_Dur=0&dvp_gdv2_Doms=1&dvp_gdv2_Dome=1&ee_dp_dich=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=manual&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=64&vdur=55&eoid=22&te_strt=1&te_init=247&te_sup=2&te_exec=2&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=30&tetms=13&msltms=16&vltms=55&sei=292&vetms=68&tuviims=414&tuviems=537&ismms=47&isumms=47&nvr=2&isgmmims=47&isgmv4mims=47&elmtp=1&isbxdms=249&b0=305&dvp_vsosnmr=3&lftb=305&sftb=305&naral=512&vct=1&vphgt=940&vpwdth=1350&chgt=940&cwdth=1350&scrhgt=600&scrwdth=800&strp=0&advisonl=false&ishvm=1&istchm=1&isaclkm=1&isscrlm=1&engalms=46&dvp_hdnAd=0&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=48&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A512%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=162&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_dpr=1&vstsz=727&iscvmeas=249&ttfurm=3155 — 204 — 292 B — 47 ms — http/1.1https://tpsc-ue1.doubleverify.com/event.png?impid=cf576f40738e43efb11b47ea1a3702e4&flavor=0&gdpr=0&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&dvp_gdv2_Func=1&dvp_gdv2_Applies=0&dvp_gdv2_Succ=1&dvp_gdv2_Dur=0&dvp_gdv2_Doms=1&dvp_gdv2_Dome=1&ee_dp_dich=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=manual&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=62&vdur=30&eoid=31&te_strt=1&te_init=247&te_sup=2&te_exec=2&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=35&tetms=11&msltms=23&vltms=30&sei=292&vetms=14&tuviims=215&tuviems=259&ismms=46&isumms=45&nvr=6&isgmmims=46&isgmv4mims=46&elmtp=1&lceh=250&lcew=970&isbxdms=1397&b11=1478&adhgt=250&adwdth=970&norwdth=970&norhgt=250&ivsos=51&dvp_vsosnmr=16&ivsosm=1&lftb=1478&sftb=1478&naral=512&vct=1&vphgt=940&vpwdth=1350&chgt=940&cwdth=1350&scrhgt=600&scrwdth=800&strp=100&advisonl=true&isgmpims=45&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=44&dvp_hdnAd=0&m50invms=1478&ee_dp_m50invnprms=1478&ee_dp_issiabvm=47&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_saw=970&ee_dp_sah=250&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A512%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=81&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_dpr=1&vstsz=727&iscvmeas=147&ee_dp_asmm=1&ispmxpms=947&isiabvms=947&isuiabvms=947&isgmv4dpims=947&vsos=51&iscvmvms=1398&ee_dp_issiabvv=1398&ttfurm=3073tpsc-ue1.doubleverify.com/event.png... https://tpsc-ue1.doubleverify.com/event.png?impid=cf576f40738e43efb11b47ea1a3702e4&flavor=0&gdpr=0&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&dvp_gdv2_Func=1&dvp_gdv2_Applies=0&dvp_gdv2_Succ=1&dvp_gdv2_Dur=0&dvp_gdv2_Doms=1&dvp_gdv2_Dome=1&ee_dp_dich=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=manual&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=62&vdur=30&eoid=31&te_strt=1&te_init=247&te_sup=2&te_exec=2&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=35&tetms=11&msltms=23&vltms=30&sei=292&vetms=14&tuviims=215&tuviems=259&ismms=46&isumms=45&nvr=6&isgmmims=46&isgmv4mims=46&elmtp=1&lceh=250&lcew=970&isbxdms=1397&b11=1478&adhgt=250&adwdth=970&norwdth=970&norhgt=250&ivsos=51&dvp_vsosnmr=16&ivsosm=1&lftb=1478&sftb=1478&naral=512&vct=1&vphgt=940&vpwdth=1350&chgt=940&cwdth=1350&scrhgt=600&scrwdth=800&strp=100&advisonl=true&isgmpims=45&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=44&dvp_hdnAd=0&m50invms=1478&ee_dp_m50invnprms=1478&ee_dp_issiabvm=47&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_saw=970&ee_dp_sah=250&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A512%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=81&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_dpr=1&vstsz=727&iscvmeas=147&ee_dp_asmm=1&ispmxpms=947&isiabvms=947&isuiabvms=947&isgmv4dpims=947&vsos=51&iscvmvms=1398&ee_dp_issiabvv=1398&ttfurm=3073 — 204 — 292 B — 37 ms — http/1.1https://elb.the-ozone-project.com/static/load-cookie.html?gdpr=0&gdpr_consent=&usp_consent=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&pubcid.org=0b10c135-5de3-46d6-a631-647d5f5b303e&publisherId=OZONEBBC4784&siteId=1500000107&cb=1776294741526&bidder=ozoneelb.the-ozone-project.com/static/lo... https://elb.the-ozone-project.com/static/load-cookie.html?gdpr=0&gdpr_consent=&usp_consent=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&pubcid.org=0b10c135-5de3-46d6-a631-647d5f5b303e&publisherId=OZONEBBC4784&siteId=1500000107&cb=1776294741526&bidder=ozone — 200 — 4.5 KiB — 46 ms — h2https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=4&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquiredstats-collector.cxense.com/cr-stats... https://stats-collector.cxense.com/cr-stats/event/in-screen?location=https%3A%2F%2Fwww.bbc.com%2F&adId=7198658129&bnId=138543481580&pId=%2F4817%2Fbbccom%2Fhome%2Fhome%2Findex%2Ftop&timeOnScreen=4&ckp=mo0o0vguw4jgnqo6&rnd=mo0o0vgu9q34rh84&cxId=cx%3A1agbwd9018p9h26nqo1dsm6h62%3A3e990txje52yv&cxSiteId=3606632254074155369&ciSiteId=7I7hmRshpe&paSiteId=638824&cTags=indexPage&t=BBC%20Home%20-%20Breaking%20News%2C%20World%20News%2C%20US%20News%2C%20Sports%2C%20Business%2C%20Innovation%2C%20Climate%2C%20Culture%2C%20Travel%2C%20Video%20%26%20Audio&conPurpose=AM&conMode=not-acquired — 200 — 135 B — 11 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 28 ms — h2https://elb.the-ozone-project.com/cookie_syncelb.the-ozone-project.com/cookie_sy... https://elb.the-ozone-project.com/cookie_sync — 200 — 920 B — 43 ms — h2https://elb.the-ozone-project.com/cdn-cgi/rum?elb.the-ozone-project.com/cdn-cgi/r... https://elb.the-ozone-project.com/cdn-cgi/rum? — 204 — 150 B — 6 ms — h2https://ssum.casalemedia.com/usermatchredir?us_privacy=&gdpr=0&gdpr_consent=&s=189937&cb=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dix%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3Dssum.casalemedia.com/usermatchredir... https://ssum.casalemedia.com/usermatchredir?us_privacy=&gdpr=0&gdpr_consent=&s=189937&cb=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dix%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D — 302 — 981 B — 40 ms — h3https://ssum.casalemedia.com/usermatchredir?cb=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dix%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D&gdpr=0&gdpr_consent=&s=189937&us_privacy=&C=1ssum.casalemedia.com/usermatchredir... https://ssum.casalemedia.com/usermatchredir?cb=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dix%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D&gdpr=0&gdpr_consent=&s=189937&us_privacy=&C=1 — 302 — 519 B — 21 ms — h3https://elb.the-ozone-project.com/setuid?bidder=ix&gdpr=0&gdpr_consent=&us_privacy=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&uid=0elb.the-ozone-project.com/setuid?bi... https://elb.the-ozone-project.com/setuid?bidder=ix&gdpr=0&gdpr_consent=&us_privacy=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&uid=0 — 200 — 248 B — 37 ms — h2https://match.prod.bidr.io/cookie-sync/ozo?url=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dbeeswax%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%24UIDmatch.prod.bidr.io/cookie-sync/ozo?... https://match.prod.bidr.io/cookie-sync/ozo?url=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dbeeswax%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%24UID — 303 — 549 B — 38 ms — http/1.1https://match.prod.bidr.io/cookie-sync/ozo?url=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dbeeswax%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%24UID&_bee_ppp=1match.prod.bidr.io/cookie-sync/ozo?... https://match.prod.bidr.io/cookie-sync/ozo?url=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dbeeswax%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%24UID&_bee_ppp=1 — 303 — 259 B — 10 ms — http/1.1https://elb.the-ozone-project.com/setuid?uid=&bidder=beeswaxelb.the-ozone-project.com/setuid?ui... https://elb.the-ozone-project.com/setuid?uid=&bidder=beeswax — 200 — 165 B — 42 ms — h2https://sync.srv.stackadapt.com/sync?nid=378&gdpr=0&gdpr_consent=sync.srv.stackadapt.com/sync?nid=37... https://sync.srv.stackadapt.com/sync?nid=378&gdpr=0&gdpr_consent= — 302 — 1.3 KiB — 37 ms — http/1.1https://elb.the-ozone-project.com/setuid?bidder=stack&gdpr=0&gdpr_consent=&uid=jpfQEu-pVzBKhKaJ6QOsOQUtuRgelb.the-ozone-project.com/setuid?bi... https://elb.the-ozone-project.com/setuid?bidder=stack&gdpr=0&gdpr_consent=&uid=jpfQEu-pVzBKhKaJ6QOsOQUtuRg — 200 — 275 B — 42 ms — h2https://dsp.360yield.com/dsp_match/275?ssp=524&gdpr={gdpr}&gdpr_consent={gdpr_consent}&r=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dhawk%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%7BDSP_USER_ID%7Ddsp.360yield.com/dsp_match/275?ssp=... https://dsp.360yield.com/dsp_match/275?ssp=524&gdpr={gdpr}&gdpr_consent={gdpr_consent}&r=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dhawk%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%7BDSP_USER_ID%7D — 302 — 572 B — 30 ms — h2https://dsp.360yield.com/ul_cb/dsp_match/275?ssp=524&gdpr=%7Bgdpr%7D&gdpr_consent=%7Bgdpr_consent%7D&r=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dhawk%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%7BDSP_USER_ID%7Ddsp.360yield.com/ul_cb/dsp_match/27... https://dsp.360yield.com/ul_cb/dsp_match/275?ssp=524&gdpr=%7Bgdpr%7D&gdpr_consent=%7Bgdpr_consent%7D&r=https%3A%2F%2Felb.the-ozone-project.com%2Fsetuid%3Fbidder%3Dhawk%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7%26uid%3D%7BDSP_USER_ID%7D — 200 — 198 B — 9 ms — h2https://pixel.rubiconproject.com/exchange/sync.php?p=pbs-ozone&gdpr=0&gdpr_consent=%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7pixel.rubiconproject.com/exchange/s... https://pixel.rubiconproject.com/exchange/sync.php?p=pbs-ozone&gdpr=0&gdpr_consent=%26us_privacy%3D%26gpp%3DDBABLA~BVQqAAAAAgA.QA%26gpp_sid%3D7 — 302 — 1.8 KiB — 35 ms — http/1.1https://elb.the-ozone-project.com/setuid?bidder=rubicon&uid=MO0O112K-T-5T7W&gdpr=0&gdpr_consent=&us_privacy=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7elb.the-ozone-project.com/setuid?bi... https://elb.the-ozone-project.com/setuid?bidder=rubicon&uid=MO0O112K-T-5T7W&gdpr=0&gdpr_consent=&us_privacy=&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7 — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback