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

Performance

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

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

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

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

674 ms

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

981 ms

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

21 ms

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

0.001

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

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

3.50 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.5 MB transferred, 132 requests
FIX
4.5 MB transferred, 132 requests
Critical::
Page weighs 12.5 MB (4.5 MB transferred)
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
132 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.93 g CO2 per page load
4.5 MB / 2.4 MB budget
4.5 MB transferred
132 requests
0.93 g CO2 per page load
JavaScript 2.5 MiB 56%
Images 1.2 MiB 27%
HTML 380.3 KiB 8%
Fonts 159.1 KiB 3%
Other 119.5 KiB 3%
CSS 54.1 KiB 1%
Other 40.3 KiB 1%
Other 40.1 KiB 1%
Other 672 B 0%
Other 286 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

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
79% third-party, 0 ms blocking
FIX
79% third-party, 0 ms blocking
Warning::
Third-party code accounts for 79% of page weight (3.5 MiB of 4.5 MiB)
Info::
Third-party blocking time is low (0 ms)
21%
79%
First-party Third-party
F
JS Bundles
Action
32 scripts, 1.4 MB unused
FIX
32 scripts, 1.4 MB unused
Warning::
https://cdn.metro.co.uk/base/metro-player/1.4.0/pl...: 488 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dmg-libs.anm.co.uk/a/2.4.0/642.js: 147 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1467 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.metro.co.uk/base/metro-player/1.4.0/player.js772 KB488 KB (63%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://dmg-libs.anm.co.uk/a/2.4.0/642.js200 KB147 KB (74%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js148 KB94 KB (64%)3rd
https://www.googletagmanager.com/gtag/js?id=G-MYFQ9GLWWV146 KB59 KB (40%)3rd
https://dmg-libs.anm.co.uk/a/2.4.0/config.js82 KB55 KB (67%)3rd
https://cdn.metro.co.uk/base/metro-portrait-video-carousel/1.0.13/metro-portrait-video-carousel.js90 KB51 KB (57%)3rd
https://www.dailymail.co.uk/static/mol-fe/static/mol-fe-cmp/1.27.0/index.js78 KB42 KB (55%)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
132 resources · 4.5 MB · 1.4 MB savings available
FIX
132 resources · 4.5 MB · 1.4 MB savings available
Warning::
Page weight 3.5 MB over 1MB target
Got: 4.5 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
92 third-party resources (79% of weight)
Info::
5 resources over 200KB
132 resources · 4.5 MiB · 92 third-party 3.5 MiB over 1MB target
JavaScript 56% · 2.5 MiB
Image 27% · 1.2 MiB
Document 8% · 381.5 KiB
Font 3% · 159.1 KiB
Other 3% · 158.7 KiB
CSS 1% · 54.1 KiB
Media 1% · 40.3 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
B
Image Optimization
70 images, 0 KB saveable
REVIEW
70 images, 0 KB saveable
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/17/9208033... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/16/9207895... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/08/09/9181288... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2025/12/22/09/1049392... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/16/1063004... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/12/18/09/9326720... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/03/15/09/1071452... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/17/9208169... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/09/23/1062456... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/17/9208078... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/12/16/1063382... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/26/14/9249968... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/15/16/9211970... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/12/15/1063375... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/09/23/1062450... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/12/10/16/9300249... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/12/15/1063377... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2025/12/22/10/1049393... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/15/1063003... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/03/15/10/1071458... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/26/14/9249968... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/17/9208136... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/14/15/9207579... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/03/16/08/1071685... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/12/15/1063379... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/16/1063007... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/16/1063006... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/15/1063002... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/09/23/1062452... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/09/23/1062454... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/28/10/9258146... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/15/17/9212150... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/15/16/9211948... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/11/15/1063000... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2025/06/19/09/9952379... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/12/16/1063382... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/03/18/1060765... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2024/11/28/10/9258132... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2026/02/03/18/1060763... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.dailymail.co.uk/1s/2025/12/22/10/1049393... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
70 images 1.2 MB
0 oversized -0 KB
3 legacy format
40 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1689ms total JS execution
REVIEW
1689ms total JS execution
Warning::
https://metro.co.uk/: 575ms CPU time
Warning::
https://cdn.metro.co.uk/base/metro-player/1.4.0/pl...: 372ms CPU time
Warning::
Unattributable: 260ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 196ms CPU time
Info::
https://dmg-libs.anm.co.uk/a/2.4.0/config.js: 167ms CPU time
Warning::
Third-party scripts: 1062ms (63% of total)

Main Thread Breakdown

Script Evaluation 43% Style & Layout 24% Other 17% Script Parsing & Compilation 6% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://metro.co.uk/575ms39ms4ms1st
https://cdn.metro.co.uk/base/metro-player/1.4.0/player.js372ms158ms21ms3rd
Unattributable260ms9ms0ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js196ms170ms21ms3rd
https://dmg-libs.anm.co.uk/a/2.4.0/config.js167ms141ms7ms3rd
https://dmg-libs.anm.co.uk/a/2.4.0/642.js66ms55ms11ms3rd
https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-analytics/index.js?m=1775508872g52ms51ms1ms1st
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

5

159 KB total

Render-blocking

0

of 5

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 FCP 674 ms LCP 981 mshttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 85 ms — font-display: swaphttps://fonts.gstatic.com/s/robotoflex/v30/NaNNepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNau4OPFu02G5.woff2NaNNepOXO_NexZs0b5QrzlO... https://fonts.gstatic.com/s/robotoflex/v30/NaNNepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNau4OPFu02G5.woff2 — 82.6 KiB — 106 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAA… — 4.1 KiB — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 111 ms — font-display: swaphttps://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swapcss2 https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap — 1.8 KiB — 125 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 85 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
NaNNepOXO_NexZs0b5QrzlO... woff2 swap
Size 83 KB
Load time 106 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
font-woff;charset=utf-8... woff swap
Size 4 KB
Load time 57 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 111 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
css2 unknown swap
Size 2 KB
Load time 125 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~2 KB and ~4 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=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300, must-revalidate
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=300, must-revalidate

DirectiveValueMeaning
max-age300Cache for 5 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 300 seconds
Network Waterfall
132 requests over 3268ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 674 ms LCP 981 mshttps://metro.co.uk// https://metro.co.uk/ — 200 — 67.4 KiB — 1.0 s — h2https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap — 200 — 3.2 KiB — 147 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293289308-3c89.jpg?quality=90&strip=all&w=809&h=540&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293289308-3c89.jpg?quality=90&strip=all&w=809&h=540&crop=1 — 200 — 18.5 KiB — 5 ms — h2https://metro.co.uk/_static/??-eJyNzEsOQEAQhOELoYgIFuIuRmPCTMt0M9f3WFnaVv76EPfUsFfyCl3IkcCRBsZoRTFsbFaB4e1w/h4E83GnA4UZU3hvY2ZEEvxhlPdUlIOlr3Naio/Ru66o66rKm6YtL0J9OGA=/_static/??-eJyNzEsOQEAQhOELoYgIFuI... https://metro.co.uk/_static/??-eJyNzEsOQEAQhOELoYgIFuIuRmPCTMt0M9f3WFnaVv76EPfUsFfyCl3IkcCRBsZoRTFsbFaB4e1w/h4E83GnA4UZU3hvY2ZEEvxhlPdUlIOlr3Naio/Ru66o66rKm6YtL0J9OGA= — 200 — 1.8 KiB — 14 ms — h2https://metro.co.uk/_static/??-eJylzEEKgzAQheELNZ2WIuqi9CyajGkwyYSZsdLbG8RtoeDy5z0+WIuxlBWzgr4xoUBCZQIXRGGMZGeB42A801LALzVGZA8T74O7WpEL/CMp13vI3mRaT0FxUKx1hvgEh2RKHL7IP6BXet7btmluXdc/Nk6McRI=/_static/??-eJylzEEKgzAQheELNZ2WIuq... https://metro.co.uk/_static/??-eJylzEEKgzAQheELNZ2WIuqi9CyajGkwyYSZsdLbG8RtoeDy5z0+WIuxlBWzgr4xoUBCZQIXRGGMZGeB42A801LALzVGZA8T74O7WpEL/CMp13vI3mRaT0FxUKx1hvgEh2RKHL7IP6BXet7btmluXdc/Nk6McRI= — 200 — 3.9 KiB — 27 ms — h2https://metro.co.uk/_static/??-eJylzEEKwjAQRuELGUeR0roQz2KT3zSYTMLMhF6/4l4odP/eR2tzvrKBjWxBgVKBSaWQ1GjO1X+UtFXLKS5GsX/LGRLpLb8rnL3qifYojFUzzCBOU+TeDmntJcYQdaWGnvHHepbHdRyH4TJN99sGLlFZZw==/_static/??-eJylzEEKwjAQRuELGUeR0ro... https://metro.co.uk/_static/??-eJylzEEKwjAQRuELGUeR0roQz2KT3zSYTMLMhF6/4l4odP/eR2tzvrKBjWxBgVKBSaWQ1GjO1X+UtFXLKS5GsX/LGRLpLb8rnL3qifYojFUzzCBOU+TeDmntJcYQdaWGnvHHepbHdRyH4TJN99sGLlFZZw== — 200 — 3.1 KiB — 15 ms — h2https://metro.co.uk/_static/??/wp-content/themes/metro/dist/blocks/article-audio/gutenberg/frontend.js,/wp-content/themes/metro/dist/global.js?m=1775508893j/_static/??/wp-content/themes/metro... https://metro.co.uk/_static/??/wp-content/themes/metro/dist/blocks/article-audio/gutenberg/frontend.js,/wp-content/themes/metro/dist/global.js?m=1775508893j — 200 — 3.6 KiB — 16 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/config.jsdmg-libs.anm.co.uk/a/2.4.0/config.j... https://dmg-libs.anm.co.uk/a/2.4.0/config.js — 200 — 82.1 KiB — 60 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-analytics/index.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-analytics/index.js?m=1775508872g — 200 — 10.9 KiB — 20 ms — h2https://metro.co.uk/_static/??-eJyNzMEOQDAQhOEXwhIRHMS7YFVR23QHr69xcnSefz66fTrKAT5AWNixkmMEockqaNhl3JQgPlVIsHE1Z2wHDoYuy3e2akJ/CPWC3ZoFH2AO72uKSO+6oq6rKm+atlwftDk3fw==/_static/??-eJyNzMEOQDAQhOEXwhIRHMS... https://metro.co.uk/_static/??-eJyNzMEOQDAQhOEXwhIRHMS7YFVR23QHr69xcnSefz66fTrKAT5AWNixkmMEockqaNhl3JQgPlVIsHE1Z2wHDoYuy3e2akJ/CPWC3ZoFH2AO72uKSO+6oq6rKm+atlwftDk3fw== — 200 — 234 B — 21 ms — h2https://metro.co.uk/_static/??-eJylj8EOwjAMQ3+IEhCaNg6Ib9nWUDratEpS9vtUMCQOCCQ4WnGebZizGRMpkoKeMaJAROUE1ovCENJ4EVgMxnEqGVypYkB2cOL7wa4nWcFHEOEsAVWRTe4dPh88jaHYap3k4btWWmJgdEjIvSY2XEh9xHX09D1nKfwSJ97Rj6UXWOgVq/qDkHvWOkdMTLYEfI86xsO2bZtm03X73XQD/y+a5w==/_static/??-eJylj8EOwjAMQ3+IEhCaNg6... https://metro.co.uk/_static/??-eJylj8EOwjAMQ3+IEhCaNg6Ib9nWUDratEpS9vtUMCQOCCQ4WnGebZizGRMpkoKeMaJAROUE1ovCENJ4EVgMxnEqGVypYkB2cOL7wa4nWcFHEOEsAVWRTe4dPh88jaHYap3k4btWWmJgdEjIvSY2XEh9xHX09D1nKfwSJ97Rj6UXWOgVq/qDkHvWOkdMTLYEfI86xsO2bZtm03X73XQD/y+a5w== — 200 — 8.0 KiB — 21 ms — h2https://i.dailymail.co.uk/1s/2026/04/15/11/107911667-0-image-m-117_1776250694110.jpgi.dailymail.co.uk/1s/2026/04/15/11/... https://i.dailymail.co.uk/1s/2026/04/15/11/107911667-0-image-m-117_1776250694110.jpg — 200 — 23.8 KiB — 39 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-behaviour/metro-behaviour.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-behaviour/metro-behaviour.js?m=1775508872g — 200 — 731 B — 23 ms — h2https://cdn.metro.co.uk/rta2/v2-metro-3.min.js?ver=6.8.5cdn.metro.co.uk/rta2/v2-metro-3.min... https://cdn.metro.co.uk/rta2/v2-metro-3.min.js?ver=6.8.5 — 200 — 9.0 KiB — 48 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-comments/spot-comments.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-comments/spot-comments.js?m=1775508872g — 200 — 6.5 KiB — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=G-MYFQ9GLWWVwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MYFQ9GLWWV — 200 — 146.2 KiB — 246 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-video/player.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-video/player.js?m=1775508872g — 200 — 2.1 KiB — 4 ms — h2https://www.google.com/recaptcha/enterprise.js?render=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&ver=1775743651608www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&ver=1775743651608 — 200 — 1.1 KiB — 62 ms — h3https://cmp.dmgmediaprivacy.co.uk/locationjson3.htmlcmp.dmgmediaprivacy.co.uk/locationj... https://cmp.dmgmediaprivacy.co.uk/locationjson3.html — 200 — 254 B — 7 ms — h2https://metro.co.uk/wp-content/themes/metro/dist/blocks/portrait-video-carousel/gutenberg/frontend.js?ver=7a71fc279ba36561fd64/wp-content/themes/metro/dist/block... https://metro.co.uk/wp-content/themes/metro/dist/blocks/portrait-video-carousel/gutenberg/frontend.js?ver=7a71fc279ba36561fd64 — 200 — 1021 B — 9 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-pwa/hulk.js?ver=6.8.5/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-pwa/hulk.js?ver=6.8.5 — 200 — 6.9 KiB — 10 ms — h2https://cdn.metro.co.uk/base/metro-player/1.4.0/player.jscdn.metro.co.uk/base/metro-player/1... https://cdn.metro.co.uk/base/metro-player/1.4.0/player.js — 200 — 771.6 KiB — 27 ms — h2https://stats.wp.com/e-202616.jsstats.wp.com/e-202616.js https://stats.wp.com/e-202616.js — 200 — 1.7 KiB — 14 ms — h2https://metro.co.uk/manifest.json/manifest.json https://metro.co.uk/manifest.json — 200 — 286 B — 11 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/565.jsdmg-libs.anm.co.uk/a/2.4.0/565.js https://dmg-libs.anm.co.uk/a/2.4.0/565.js — 200 — 5.2 KiB — 9 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/563.jsdmg-libs.anm.co.uk/a/2.4.0/563.js https://dmg-libs.anm.co.uk/a/2.4.0/563.js — 200 — 21.0 KiB — 10 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/197.jsdmg-libs.anm.co.uk/a/2.4.0/197.js https://dmg-libs.anm.co.uk/a/2.4.0/197.js — 200 — 14.2 KiB — 10 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/642.jsdmg-libs.anm.co.uk/a/2.4.0/642.js https://dmg-libs.anm.co.uk/a/2.4.0/642.js — 200 — 199.7 KiB — 15 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/119.jsdmg-libs.anm.co.uk/a/2.4.0/119.js https://dmg-libs.anm.co.uk/a/2.4.0/119.js — 200 — 2.8 KiB — 10 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUA…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUA… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s FCP 674 ms LCP 981 mshttps://metro.co.uk// https://metro.co.uk/ — 200 — 67.4 KiB — 1.0 s — h2https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap — 200 — 3.2 KiB — 147 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293289308-3c89.jpg?quality=90&strip=all&w=809&h=540&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293289308-3c89.jpg?quality=90&strip=all&w=809&h=540&crop=1 — 200 — 18.5 KiB — 5 ms — h2https://metro.co.uk/_static/??-eJyNzEsOQEAQhOELoYgIFuIuRmPCTMt0M9f3WFnaVv76EPfUsFfyCl3IkcCRBsZoRTFsbFaB4e1w/h4E83GnA4UZU3hvY2ZEEvxhlPdUlIOlr3Naio/Ru66o66rKm6YtL0J9OGA=/_static/??-eJyNzEsOQEAQhOELoYgIFuI... https://metro.co.uk/_static/??-eJyNzEsOQEAQhOELoYgIFuIuRmPCTMt0M9f3WFnaVv76EPfUsFfyCl3IkcCRBsZoRTFsbFaB4e1w/h4E83GnA4UZU3hvY2ZEEvxhlPdUlIOlr3Naio/Ru66o66rKm6YtL0J9OGA= — 200 — 1.8 KiB — 14 ms — h2https://metro.co.uk/_static/??-eJylzEEKgzAQheELNZ2WIuqi9CyajGkwyYSZsdLbG8RtoeDy5z0+WIuxlBWzgr4xoUBCZQIXRGGMZGeB42A801LALzVGZA8T74O7WpEL/CMp13vI3mRaT0FxUKx1hvgEh2RKHL7IP6BXet7btmluXdc/Nk6McRI=/_static/??-eJylzEEKgzAQheELNZ2WIuq... https://metro.co.uk/_static/??-eJylzEEKgzAQheELNZ2WIuqi9CyajGkwyYSZsdLbG8RtoeDy5z0+WIuxlBWzgr4xoUBCZQIXRGGMZGeB42A801LALzVGZA8T74O7WpEL/CMp13vI3mRaT0FxUKx1hvgEh2RKHL7IP6BXet7btmluXdc/Nk6McRI= — 200 — 3.9 KiB — 27 ms — h2https://metro.co.uk/_static/??-eJylzEEKwjAQRuELGUeR0roQz2KT3zSYTMLMhF6/4l4odP/eR2tzvrKBjWxBgVKBSaWQ1GjO1X+UtFXLKS5GsX/LGRLpLb8rnL3qifYojFUzzCBOU+TeDmntJcYQdaWGnvHHepbHdRyH4TJN99sGLlFZZw==/_static/??-eJylzEEKwjAQRuELGUeR0ro... https://metro.co.uk/_static/??-eJylzEEKwjAQRuELGUeR0roQz2KT3zSYTMLMhF6/4l4odP/eR2tzvrKBjWxBgVKBSaWQ1GjO1X+UtFXLKS5GsX/LGRLpLb8rnL3qifYojFUzzCBOU+TeDmntJcYQdaWGnvHHepbHdRyH4TJN99sGLlFZZw== — 200 — 3.1 KiB — 15 ms — h2https://metro.co.uk/_static/??/wp-content/themes/metro/dist/blocks/article-audio/gutenberg/frontend.js,/wp-content/themes/metro/dist/global.js?m=1775508893j/_static/??/wp-content/themes/metro... https://metro.co.uk/_static/??/wp-content/themes/metro/dist/blocks/article-audio/gutenberg/frontend.js,/wp-content/themes/metro/dist/global.js?m=1775508893j — 200 — 3.6 KiB — 16 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/config.jsdmg-libs.anm.co.uk/a/2.4.0/config.j... https://dmg-libs.anm.co.uk/a/2.4.0/config.js — 200 — 82.1 KiB — 60 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-analytics/index.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-analytics/index.js?m=1775508872g — 200 — 10.9 KiB — 20 ms — h2https://metro.co.uk/_static/??-eJyNzMEOQDAQhOEXwhIRHMS7YFVR23QHr69xcnSefz66fTrKAT5AWNixkmMEockqaNhl3JQgPlVIsHE1Z2wHDoYuy3e2akJ/CPWC3ZoFH2AO72uKSO+6oq6rKm+atlwftDk3fw==/_static/??-eJyNzMEOQDAQhOEXwhIRHMS... https://metro.co.uk/_static/??-eJyNzMEOQDAQhOEXwhIRHMS7YFVR23QHr69xcnSefz66fTrKAT5AWNixkmMEockqaNhl3JQgPlVIsHE1Z2wHDoYuy3e2akJ/CPWC3ZoFH2AO72uKSO+6oq6rKm+atlwftDk3fw== — 200 — 234 B — 21 ms — h2https://metro.co.uk/_static/??-eJylj8EOwjAMQ3+IEhCaNg6Ib9nWUDratEpS9vtUMCQOCCQ4WnGebZizGRMpkoKeMaJAROUE1ovCENJ4EVgMxnEqGVypYkB2cOL7wa4nWcFHEOEsAVWRTe4dPh88jaHYap3k4btWWmJgdEjIvSY2XEh9xHX09D1nKfwSJ97Rj6UXWOgVq/qDkHvWOkdMTLYEfI86xsO2bZtm03X73XQD/y+a5w==/_static/??-eJylj8EOwjAMQ3+IEhCaNg6... https://metro.co.uk/_static/??-eJylj8EOwjAMQ3+IEhCaNg6Ib9nWUDratEpS9vtUMCQOCCQ4WnGebZizGRMpkoKeMaJAROUE1ovCENJ4EVgMxnEqGVypYkB2cOL7wa4nWcFHEOEsAVWRTe4dPh88jaHYap3k4btWWmJgdEjIvSY2XEh9xHX09D1nKfwSJ97Rj6UXWOgVq/qDkHvWOkdMTLYEfI86xsO2bZtm03X73XQD/y+a5w== — 200 — 8.0 KiB — 21 ms — h2https://i.dailymail.co.uk/1s/2026/04/15/11/107911667-0-image-m-117_1776250694110.jpgi.dailymail.co.uk/1s/2026/04/15/11/... https://i.dailymail.co.uk/1s/2026/04/15/11/107911667-0-image-m-117_1776250694110.jpg — 200 — 23.8 KiB — 39 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-behaviour/metro-behaviour.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-behaviour/metro-behaviour.js?m=1775508872g — 200 — 731 B — 23 ms — h2https://cdn.metro.co.uk/rta2/v2-metro-3.min.js?ver=6.8.5cdn.metro.co.uk/rta2/v2-metro-3.min... https://cdn.metro.co.uk/rta2/v2-metro-3.min.js?ver=6.8.5 — 200 — 9.0 KiB — 48 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-comments/spot-comments.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-comments/spot-comments.js?m=1775508872g — 200 — 6.5 KiB — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=G-MYFQ9GLWWVwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MYFQ9GLWWV — 200 — 146.2 KiB — 246 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-video/player.js?m=1775508872g/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-video/player.js?m=1775508872g — 200 — 2.1 KiB — 4 ms — h2https://www.google.com/recaptcha/enterprise.js?render=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&ver=1775743651608www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&ver=1775743651608 — 200 — 1.1 KiB — 62 ms — h3https://cmp.dmgmediaprivacy.co.uk/locationjson3.htmlcmp.dmgmediaprivacy.co.uk/locationj... https://cmp.dmgmediaprivacy.co.uk/locationjson3.html — 200 — 254 B — 7 ms — h2https://metro.co.uk/wp-content/themes/metro/dist/blocks/portrait-video-carousel/gutenberg/frontend.js?ver=7a71fc279ba36561fd64/wp-content/themes/metro/dist/block... https://metro.co.uk/wp-content/themes/metro/dist/blocks/portrait-video-carousel/gutenberg/frontend.js?ver=7a71fc279ba36561fd64 — 200 — 1021 B — 9 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-pwa/hulk.js?ver=6.8.5/wp-content/client-mu-plugins/dist/... https://metro.co.uk/wp-content/client-mu-plugins/dist/metro-pwa/hulk.js?ver=6.8.5 — 200 — 6.9 KiB — 10 ms — h2https://cdn.metro.co.uk/base/metro-player/1.4.0/player.jscdn.metro.co.uk/base/metro-player/1... https://cdn.metro.co.uk/base/metro-player/1.4.0/player.js — 200 — 771.6 KiB — 27 ms — h2https://stats.wp.com/e-202616.jsstats.wp.com/e-202616.js https://stats.wp.com/e-202616.js — 200 — 1.7 KiB — 14 ms — h2https://metro.co.uk/manifest.json/manifest.json https://metro.co.uk/manifest.json — 200 — 286 B — 11 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/565.jsdmg-libs.anm.co.uk/a/2.4.0/565.js https://dmg-libs.anm.co.uk/a/2.4.0/565.js — 200 — 5.2 KiB — 9 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/563.jsdmg-libs.anm.co.uk/a/2.4.0/563.js https://dmg-libs.anm.co.uk/a/2.4.0/563.js — 200 — 21.0 KiB — 10 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/197.jsdmg-libs.anm.co.uk/a/2.4.0/197.js https://dmg-libs.anm.co.uk/a/2.4.0/197.js — 200 — 14.2 KiB — 10 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/642.jsdmg-libs.anm.co.uk/a/2.4.0/642.js https://dmg-libs.anm.co.uk/a/2.4.0/642.js — 200 — 199.7 KiB — 15 ms — h2https://dmg-libs.anm.co.uk/a/2.4.0/119.jsdmg-libs.anm.co.uk/a/2.4.0/119.js https://dmg-libs.anm.co.uk/a/2.4.0/119.js — 200 — 2.8 KiB — 10 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUA…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUA… — 200 — 0 B — 0 ms — datahttps://metro.co.uk/wp-content/uploads/2023/12/image-1-0281-e1724840065864.png?w=443&resize=200,200&zoom=1/wp-content/uploads/2023/12/image-1... https://metro.co.uk/wp-content/uploads/2023/12/image-1-0281-e1724840065864.png?w=443&resize=200,200&zoom=1 — 200 — 35.0 KiB — 27 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEC_293232291-c832.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEC_293... https://metro.co.uk/wp-content/uploads/2026/04/SEC_293232291-c832.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 7.9 KiB — 28 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293272607-6acf.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293272607-6acf.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 15.4 KiB — 29 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293265262-d744.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293265262-d744.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 8.7 KiB — 30 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293283673-0151.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293283673-0151.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 15.2 KiB — 33 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_292662244-1454.jpg?quality=90&strip=all&crop=229px%2C0px%2C2271px%2C1274px&resize=320%2C180/wp-content/uploads/2026/04/SEI_292... https://metro.co.uk/wp-content/uploads/2026/04/SEI_292662244-1454.jpg?quality=90&strip=all&crop=229px%2C0px%2C2271px%2C1274px&resize=320%2C180 — 200 — 9.1 KiB — 34 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEC_293238660-3adf.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEC_293... https://metro.co.uk/wp-content/uploads/2026/04/SEC_293238660-3adf.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 8.2 KiB — 55 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/declan-rice-40d0.png?crop=93px%2C0px%2C708px%2C530px&resize=960%2C720/wp-content/uploads/2026/04/declan-... https://metro.co.uk/wp-content/uploads/2026/04/declan-rice-40d0.png?crop=93px%2C0px%2C708px%2C530px&resize=960%2C720 — 200 — 442.1 KiB — 85 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293117698-bead.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293117698-bead.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 8.1 KiB — 48 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEC_293267691-c0ea.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEC_293... https://metro.co.uk/wp-content/uploads/2026/04/SEC_293267691-c0ea.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 20.4 KiB — 44 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293284601-444e.jpg?quality=90&strip=all&crop=120px%2C53px%2C1010px%2C567px&resize=320%2C180/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293284601-444e.jpg?quality=90&strip=all&crop=120px%2C53px%2C1010px%2C567px&resize=320%2C180 — 200 — 4.5 KiB — 42 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/107878603-0-image-a-54_1776157832861-e1776282224718.jpg?quality=90&strip=all&crop=81px%2C0px%2C474px%2C267px&resize=320%2C180/wp-content/uploads/2026/04/1078786... https://metro.co.uk/wp-content/uploads/2026/04/107878603-0-image-a-54_1776157832861-e1776282224718.jpg?quality=90&strip=all&crop=81px%2C0px%2C474px%2C267px&resize=320%2C180 — 200 — 6.1 KiB — 70 ms — h2https://metro.co.uk/wp-content/uploads/2026/03/Screenshot-2026-04-08-132604-f288.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/03/Screens... https://metro.co.uk/wp-content/uploads/2026/03/Screenshot-2026-04-08-132604-f288.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 11.3 KiB — 75 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/6119238_Bereaved_parents_in_a_last-ditch_plea_for_Starmer_to_act_now_on_social_media_and_addictive_f-b99f.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/6119238... https://metro.co.uk/wp-content/uploads/2026/04/6119238_Bereaved_parents_in_a_last-ditch_plea_for_Starmer_to_act_now_on_social_media_and_addictive_f-b99f.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 11.4 KiB — 45 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/referee-javier-ortega.png?crop=2px%2C0px%2C896px%2C504px&resize=320%2C180/wp-content/uploads/2026/04/referee... https://metro.co.uk/wp-content/uploads/2026/04/referee-javier-ortega.png?crop=2px%2C0px%2C896px%2C504px&resize=320%2C180 — 200 — 71.0 KiB — 36 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEC_293270466-0402.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEC_293... https://metro.co.uk/wp-content/uploads/2026/04/SEC_293270466-0402.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 8.3 KiB — 32 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/PRI_201540514-2eb7-e1776254509148.jpg?quality=90&strip=all&crop=127px%2C4px%2C711px%2C401px&resize=320%2C180/wp-content/uploads/2026/04/PRI_201... https://metro.co.uk/wp-content/uploads/2026/04/PRI_201540514-2eb7-e1776254509148.jpg?quality=90&strip=all&crop=127px%2C4px%2C711px%2C401px&resize=320%2C180 — 200 — 4.3 KiB — 33 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/5a9e405e-da7e-465e-bdfc-b29f387b003a-774e.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/5a9e405... https://metro.co.uk/wp-content/uploads/2026/04/5a9e405e-da7e-465e-bdfc-b29f387b003a-774e.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 16.5 KiB — 72 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEC_293229265-a644.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEC_293... https://metro.co.uk/wp-content/uploads/2026/04/SEC_293229265-a644.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 14.4 KiB — 72 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_292307712-d3d8.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_292... https://metro.co.uk/wp-content/uploads/2026/04/SEI_292307712-d3d8.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 13.3 KiB — 72 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293233848-14af.jpg?quality=90&strip=all&w=320&h=180&crop=1/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293233848-14af.jpg?quality=90&strip=all&w=320&h=180&crop=1 — 200 — 12.5 KiB — 72 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/107907507-0-image-a-2_1776240486935-e1776242802795.jpg?quality=90&strip=all&crop=118px%2C5px%2C482px%2C271px&resize=320%2C180/wp-content/uploads/2026/04/1079075... https://metro.co.uk/wp-content/uploads/2026/04/107907507-0-image-a-2_1776240486935-e1776242802795.jpg?quality=90&strip=all&crop=118px%2C5px%2C482px%2C271px&resize=320%2C180 — 200 — 13.4 KiB — 72 ms — h2https://metro.co.uk/wp-content/uploads/2026/04/SEI_293130620-b6ea.jpg?quality=90&strip=all&crop=155px%2C22px%2C525px%2C295px&resize=320%2C180/wp-content/uploads/2026/04/SEI_293... https://metro.co.uk/wp-content/uploads/2026/04/SEI_293130620-b6ea.jpg?quality=90&strip=all&crop=155px%2C22px%2C525px%2C295px&resize=320%2C180 — 200 — 14.1 KiB — 72 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 85 ms — h3https://fonts.gstatic.com/s/robotoflex/v30/NaNNepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNau4OPFu02G5.woff2fonts.gstatic.com/s/robotoflex/v30/... https://fonts.gstatic.com/s/robotoflex/v30/NaNNepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNau4OPFu02G5.woff2 — 200 — 82.6 KiB — 106 ms — h3https://videos.metro.co.uk/video/met/2026/04/15/5767383991677767640/480x270_MP4_5767383991677767640.mp4videos.metro.co.uk/video/met/2026/0... https://videos.metro.co.uk/video/met/2026/04/15/5767383991677767640/480x270_MP4_5767383991677767640.mp4 — 206 — 40.0 KiB — 494 ms — h2https://rta2.metro.co.uk/s/3rta2.metro.co.uk/s/3 https://rta2.metro.co.uk/s/3 — 200 — 1.2 KiB — 186 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 263 ms — h2https://metro.co.uk/wp-json/videos/related-carousel-trending/all//wp-json/videos/related-carousel-tr... https://metro.co.uk/wp-json/videos/related-carousel-trending/all/ — 200 — 37.5 KiB — 344 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//… — 200 — 0 B — 0 ms — datadata:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.1 KiB — 57 ms — datahttps://pixel.wp.com/g.gif?v=ext&blog=146859608&post=0&tz=1&srv=metro.co.uk&arch_home=1&hp=vip&j=1%3A15.5-beta&host=metro.co.uk&ref=&fcp=1472&rand=0.011836855343457353pixel.wp.com/g.gif?v=ext&blog=14685... https://pixel.wp.com/g.gif?v=ext&blog=146859608&post=0&tz=1&srv=metro.co.uk&arch_home=1&hp=vip&j=1%3A15.5-beta&host=metro.co.uk&ref=&fcp=1472&rand=0.011836855343457353 — 200 — 177 B — 2 ms — h2https://cdn.metro.co.uk/base/metro-portrait-video-carousel/1.0.13/metro-portrait-video-carousel.jscdn.metro.co.uk/base/metro-portrait... https://cdn.metro.co.uk/base/metro-portrait-video-carousel/1.0.13/metro-portrait-video-carousel.js — 200 — 89.7 KiB — 43 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 147.5 KiB — 294 ms — h2https://i.dailymail.co.uk/1s/2026/03/16/08/107168505-0-image-a-55_1773650038325.jpgi.dailymail.co.uk/1s/2026/03/16/08/... https://i.dailymail.co.uk/1s/2026/03/16/08/107168505-0-image-a-55_1773650038325.jpg — 200 — 8.4 KiB — 22 ms — h2https://i.dailymail.co.uk/1s/2026/03/15/10/107145863-0-image-a-32_1773571387620.jpgi.dailymail.co.uk/1s/2026/03/15/10/... https://i.dailymail.co.uk/1s/2026/03/15/10/107145863-0-image-a-32_1773571387620.jpg — 200 — 9.2 KiB — 24 ms — h2https://i.dailymail.co.uk/1s/2026/03/15/09/107145255-0-image-a-22_1773566923256.jpgi.dailymail.co.uk/1s/2026/03/15/09/... https://i.dailymail.co.uk/1s/2026/03/15/09/107145255-0-image-a-22_1773566923256.jpg — 200 — 8.8 KiB — 26 ms — h2https://i.dailymail.co.uk/1s/2026/02/12/16/106338287-0-image-a-55_1770912265586.jpgi.dailymail.co.uk/1s/2026/02/12/16/... https://i.dailymail.co.uk/1s/2026/02/12/16/106338287-0-image-a-55_1770912265586.jpg — 200 — 13.8 KiB — 37 ms — h2https://i.dailymail.co.uk/1s/2026/02/12/16/106338203-0-image-a-50_1770912078027.jpgi.dailymail.co.uk/1s/2026/02/12/16/... https://i.dailymail.co.uk/1s/2026/02/12/16/106338203-0-image-a-50_1770912078027.jpg — 200 — 11.0 KiB — 38 ms — h2https://i.dailymail.co.uk/1s/2026/02/12/15/106337975-0-image-a-45_1770911860019.jpgi.dailymail.co.uk/1s/2026/02/12/15/... https://i.dailymail.co.uk/1s/2026/02/12/15/106337975-0-image-a-45_1770911860019.jpg — 200 — 13.8 KiB — 40 ms — h2https://i.dailymail.co.uk/1s/2026/02/12/15/106337757-0-image-a-40_1770911609280.jpgi.dailymail.co.uk/1s/2026/02/12/15/... https://i.dailymail.co.uk/1s/2026/02/12/15/106337757-0-image-a-40_1770911609280.jpg — 200 — 9.1 KiB — 63 ms — h2https://i.dailymail.co.uk/1s/2026/02/12/15/106337573-0-image-a-35_1770911298124.jpgi.dailymail.co.uk/1s/2026/02/12/15/... https://i.dailymail.co.uk/1s/2026/02/12/15/106337573-0-image-a-35_1770911298124.jpg — 200 — 10.6 KiB — 65 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/16/106300773-0-image-a-30_1770826096983.jpgi.dailymail.co.uk/1s/2026/02/11/16/... https://i.dailymail.co.uk/1s/2026/02/11/16/106300773-0-image-a-30_1770826096983.jpg — 200 — 7.3 KiB — 41 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/16/106300679-0-image-a-25_1770825904195.jpgi.dailymail.co.uk/1s/2026/02/11/16/... https://i.dailymail.co.uk/1s/2026/02/11/16/106300679-0-image-a-25_1770825904195.jpg — 200 — 11.0 KiB — 46 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/16/106300477-0-image-a-20_1770825655121.jpgi.dailymail.co.uk/1s/2026/02/11/16/... https://i.dailymail.co.uk/1s/2026/02/11/16/106300477-0-image-a-20_1770825655121.jpg — 200 — 11.3 KiB — 66 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/15/106300367-0-image-a-15_1770825448402.jpgi.dailymail.co.uk/1s/2026/02/11/15/... https://i.dailymail.co.uk/1s/2026/02/11/15/106300367-0-image-a-15_1770825448402.jpg — 200 — 11.3 KiB — 48 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/15/106300255-0-image-a-10_1770825141952.jpgi.dailymail.co.uk/1s/2026/02/11/15/... https://i.dailymail.co.uk/1s/2026/02/11/15/106300255-0-image-a-10_1770825141952.jpg — 200 — 7.8 KiB — 50 ms — h2https://i.dailymail.co.uk/1s/2026/02/11/15/106300009-0-image-a-5_1770824893170.jpgi.dailymail.co.uk/1s/2026/02/11/15/... https://i.dailymail.co.uk/1s/2026/02/11/15/106300009-0-image-a-5_1770824893170.jpg — 200 — 14.7 KiB — 58 ms — h2https://i.dailymail.co.uk/1s/2026/02/09/23/106245603-0-image-a-20_1770681007489.jpgi.dailymail.co.uk/1s/2026/02/09/23/... https://i.dailymail.co.uk/1s/2026/02/09/23/106245603-0-image-a-20_1770681007489.jpg — 200 — 11.8 KiB — 81 ms — h2https://i.dailymail.co.uk/1s/2026/02/09/23/106245461-0-image-a-15_1770680806827.jpgi.dailymail.co.uk/1s/2026/02/09/23/... https://i.dailymail.co.uk/1s/2026/02/09/23/106245461-0-image-a-15_1770680806827.jpg — 200 — 8.6 KiB — 68 ms — h2https://i.dailymail.co.uk/1s/2026/02/09/23/106245257-0-image-a-10_1770680534745.jpgi.dailymail.co.uk/1s/2026/02/09/23/... https://i.dailymail.co.uk/1s/2026/02/09/23/106245257-0-image-a-10_1770680534745.jpg — 200 — 17.4 KiB — 71 ms — h2https://i.dailymail.co.uk/1s/2026/02/09/23/106245041-0-image-a-5_1770680271024.jpgi.dailymail.co.uk/1s/2026/02/09/23/... https://i.dailymail.co.uk/1s/2026/02/09/23/106245041-0-image-a-5_1770680271024.jpg — 200 — 10.7 KiB — 73 ms — h2https://i.dailymail.co.uk/1s/2026/02/03/18/106076587-0-image-a-10_1770144627121.jpgi.dailymail.co.uk/1s/2026/02/03/18/... https://i.dailymail.co.uk/1s/2026/02/03/18/106076587-0-image-a-10_1770144627121.jpg — 200 — 11.0 KiB — 78 ms — h2https://i.dailymail.co.uk/1s/2026/02/03/18/106076361-0-image-a-5_1770143491716.jpgi.dailymail.co.uk/1s/2026/02/03/18/... https://i.dailymail.co.uk/1s/2026/02/03/18/106076361-0-image-a-5_1770143491716.jpg — 200 — 11.1 KiB — 75 ms — h2https://videos.metro.co.uk/video/met/2026/04/15/5767383991677767640/1024x576_MP4_5767383991677767640.mp4videos.metro.co.uk/video/met/2026/0... https://videos.metro.co.uk/video/met/2026/04/15/5767383991677767640/1024x576_MP4_5767383991677767640.mp4 — 206 — 275 B — 112 ms — h2https://i.dailymail.co.uk/1s/2025/06/19/09/99523791-0-image-a-14_1750320022901.jpgi.dailymail.co.uk/1s/2025/06/19/09/... https://i.dailymail.co.uk/1s/2025/06/19/09/99523791-0-image-a-14_1750320022901.jpg — 200 — 10.1 KiB — 63 ms — h2https://i.dailymail.co.uk/1s/2024/12/18/09/93267201-0-image-a-12_1734514708483.jpgi.dailymail.co.uk/1s/2024/12/18/09/... https://i.dailymail.co.uk/1s/2024/12/18/09/93267201-0-image-a-12_1734514708483.jpg — 200 — 8.5 KiB — 56 ms — h2https://i.dailymail.co.uk/1s/2024/12/10/16/93002495-0-image-a-9_1733846768704.jpgi.dailymail.co.uk/1s/2024/12/10/16/... https://i.dailymail.co.uk/1s/2024/12/10/16/93002495-0-image-a-9_1733846768704.jpg — 200 — 6.7 KiB — 57 ms — h2https://i.dailymail.co.uk/1s/2024/11/28/10/92581467-0-image-a-14_1732790548508.jpgi.dailymail.co.uk/1s/2024/11/28/10/... https://i.dailymail.co.uk/1s/2024/11/28/10/92581467-0-image-a-14_1732790548508.jpg — 200 — 9.4 KiB — 57 ms — h2https://i.dailymail.co.uk/1s/2024/11/28/10/92581329-0-image-a-7_1732790336060.jpgi.dailymail.co.uk/1s/2024/11/28/10/... https://i.dailymail.co.uk/1s/2024/11/28/10/92581329-0-image-a-7_1732790336060.jpg — 200 — 4.7 KiB — 78 ms — h2https://i.dailymail.co.uk/1s/2024/11/26/14/92499685-0-image-a-13_1732632252307.jpgi.dailymail.co.uk/1s/2024/11/26/14/... https://i.dailymail.co.uk/1s/2024/11/26/14/92499685-0-image-a-13_1732632252307.jpg — 200 — 8.2 KiB — 59 ms — h2https://i.dailymail.co.uk/1s/2024/11/26/14/92499687-0-image-a-4_1732631950719.jpgi.dailymail.co.uk/1s/2024/11/26/14/... https://i.dailymail.co.uk/1s/2024/11/26/14/92499687-0-image-a-4_1732631950719.jpg — 200 — 6.8 KiB — 61 ms — h2https://i.dailymail.co.uk/1s/2024/11/15/17/92121505-0-image-a-57_1731690972234.jpgi.dailymail.co.uk/1s/2024/11/15/17/... https://i.dailymail.co.uk/1s/2024/11/15/17/92121505-0-image-a-57_1731690972234.jpg — 200 — 8.1 KiB — 63 ms — h2https://i.dailymail.co.uk/1s/2024/11/15/16/92119705-0-image-m-31_1731687907418.jpgi.dailymail.co.uk/1s/2024/11/15/16/... https://i.dailymail.co.uk/1s/2024/11/15/16/92119705-0-image-m-31_1731687907418.jpg — 200 — 10.5 KiB — 64 ms — h2https://i.dailymail.co.uk/1s/2024/11/15/16/92119483-0-image-a-23_1731687664997.jpgi.dailymail.co.uk/1s/2024/11/15/16/... https://i.dailymail.co.uk/1s/2024/11/15/16/92119483-0-image-a-23_1731687664997.jpg — 200 — 10.6 KiB — 71 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/17/92081695-0-image-a-32_1731605704800.jpgi.dailymail.co.uk/1s/2024/11/14/17/... https://i.dailymail.co.uk/1s/2024/11/14/17/92081695-0-image-a-32_1731605704800.jpg — 200 — 11.5 KiB — 66 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/17/92081361-0-image-a-28_1731605278611.jpgi.dailymail.co.uk/1s/2024/11/14/17/... https://i.dailymail.co.uk/1s/2024/11/14/17/92081361-0-image-a-28_1731605278611.jpg — 200 — 10.1 KiB — 66 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/17/92080781-0-image-a-18_1731604714345.jpgi.dailymail.co.uk/1s/2024/11/14/17/... https://i.dailymail.co.uk/1s/2024/11/14/17/92080781-0-image-a-18_1731604714345.jpg — 200 — 8.5 KiB — 68 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/17/92080333-0-image-a-7_1731603944750.jpgi.dailymail.co.uk/1s/2024/11/14/17/... https://i.dailymail.co.uk/1s/2024/11/14/17/92080333-0-image-a-7_1731603944750.jpg — 200 — 6.5 KiB — 70 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/16/92078959-0-image-a-4_1731602719971.jpgi.dailymail.co.uk/1s/2024/11/14/16/... https://i.dailymail.co.uk/1s/2024/11/14/16/92078959-0-image-a-4_1731602719971.jpg — 200 — 9.6 KiB — 70 ms — h2https://i.dailymail.co.uk/1s/2024/11/14/15/92075793-0-image-a-7_1731598988243.jpgi.dailymail.co.uk/1s/2024/11/14/15/... https://i.dailymail.co.uk/1s/2024/11/14/15/92075793-0-image-a-7_1731598988243.jpg — 200 — 6.9 KiB — 71 ms — h2https://i.dailymail.co.uk/1s/2024/11/08/09/91812887-0-image-a-7_1731057063264.jpgi.dailymail.co.uk/1s/2024/11/08/09/... https://i.dailymail.co.uk/1s/2024/11/08/09/91812887-0-image-a-7_1731057063264.jpg — 200 — 11.9 KiB — 73 ms — h2https://i.dailymail.co.uk/1s/2025/12/22/10/104939339-0-image-a-25_1766397879421.jpgi.dailymail.co.uk/1s/2025/12/22/10/... https://i.dailymail.co.uk/1s/2025/12/22/10/104939339-0-image-a-25_1766397879421.jpg — 200 — 11.9 KiB — 56 ms — h2https://i.dailymail.co.uk/1s/2025/12/22/10/104939327-0-image-a-20_1766397719475.jpgi.dailymail.co.uk/1s/2025/12/22/10/... https://i.dailymail.co.uk/1s/2025/12/22/10/104939327-0-image-a-20_1766397719475.jpg — 200 — 14.2 KiB — 58 ms — h2https://i.dailymail.co.uk/1s/2025/12/22/09/104939259-0-image-a-15_1766397520937.jpgi.dailymail.co.uk/1s/2025/12/22/09/... https://i.dailymail.co.uk/1s/2025/12/22/09/104939259-0-image-a-15_1766397520937.jpg — 200 — 13.6 KiB — 60 ms — h2https://mads.dailymail.co.uk/v8/es/home/home/channel/desktop/false/metro/config.jsonmads.dailymail.co.uk/v8/es/home/hom... https://mads.dailymail.co.uk/v8/es/home/home/channel/desktop/false/metro/config.json — 200 — 6.1 KiB — 146 ms — http/1.1https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&co=aHR0cHM6Ly9tZXRyby5jby51azo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=lw1tg8cqpnbnwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lf9p64mAAAAAC14f-3IUO6QwwEb4WOFX14csXWM&co=aHR0cHM6Ly9tZXRyby5jby51azo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=lw1tg8cqpnbn — 200 — 27.6 KiB — 78 ms — h3https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1 — 200 — 270.9 KiB — 248 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 146 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 117 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 164 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 265 ms — h2https://scripts.webcontentassessor.com/scripts/98efd9446494c2d78d4fc00b4060b3ccac080b7310c2ae223f65d1efa3246f34scripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/98efd9446494c2d78d4fc00b4060b3ccac080b7310c2ae223f65d1efa3246f34 — 200 — 126.5 KiB — 94 ms — h2https://cmp.dmgmediaprivacy.co.uk/cmp/3.1.0/index.jscmp.dmgmediaprivacy.co.uk/cmp/3.1.0... https://cmp.dmgmediaprivacy.co.uk/cmp/3.1.0/index.js — 200 — 38.4 KiB — 14 ms — h2https://cmp.dmgmediaprivacy.co.uk/gvl/v3/latest/es/web/vendor-list.jsoncmp.dmgmediaprivacy.co.uk/gvl/v3/la... https://cmp.dmgmediaprivacy.co.uk/gvl/v3/latest/es/web/vendor-list.json — 200 — 76.0 KiB — 17 ms — h2https://cmp.dmgmediaprivacy.co.uk/custom/2/vendor-list.jsoncmp.dmgmediaprivacy.co.uk/custom/2/... https://cmp.dmgmediaprivacy.co.uk/custom/2/vendor-list.json — 200 — 34.8 KiB — 10 ms — h2https://cmp.dmgmediaprivacy.co.uk/nrv/metro/v4/vendor-list.jsoncmp.dmgmediaprivacy.co.uk/nrv/metro... https://cmp.dmgmediaprivacy.co.uk/nrv/metro/v4/vendor-list.json — 200 — 854 B — 3 ms — h2https://crta.metro.co.uk/crta.metro.co.uk/ https://crta.metro.co.uk/ — 202 — 690 B — 107 ms — h2https://cmp.dmgmediaprivacy.co.uk/gvl/v3/latest/es/web/vendor-list.jsoncmp.dmgmediaprivacy.co.uk/gvl/v3/la... https://cmp.dmgmediaprivacy.co.uk/gvl/v3/latest/es/web/vendor-list.json — 200 — 0 B — 10 ms — h2https://www.dailymail.co.uk/static/mol-fe/static/mol-fe-cmp/1.27.0/index.jswww.dailymail.co.uk/static/mol-fe/s... https://www.dailymail.co.uk/static/mol-fe/static/mol-fe-cmp/1.27.0/index.js — 200 — 78.3 KiB — 66 ms — h2https://crta.metro.co.uk/crta.metro.co.uk/ https://crta.metro.co.uk/ — 202 — 685 B — 84 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 182 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 43 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 111 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 15 ms — h2https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 1.8 KiB — 125 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-MYFQ9GLWWV&gtm=45je64f0h2v9182603416za200zd9182603416&_p=1776294722995&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1402976292.1776294724&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117384405&sid=1776294724&sct=1&seg=0&dl=https%3A%2F%2Fmetro.co.uk%2F&dt=Metro.co.uk%3A%20News%2C%20Sport%2C%20Showbiz%2C%20Celebrities%20from%20Metro&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.content_type=home&ep.domain=metro.co.uk&ep.ico_internal_hit=undefined&ep.ito_external_hit=undefined&ep.page_url=https%3A%2F%2Fmetro.co.uk%2F&ep.rendered_platform=desktop&ep.url_channel=%2Fhome&ep.url_subchannel_level_1=%2Fhome&ep.referrer_type=Direct&ep.referrer_group=Direct&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.push_notification_status=eligible&ep.multivariant_experiments=useSimpleNewsletterOverlay%2ChideSwipeNextDots%2CpuzzlesOverlayRoute%3Amembers&ep.scv_id=19a06e4a-8b97-4a06-96c3-0d110c244096&ep.page_id=16021ad0-1b6a-4030-9628-a4c9b4d2bdf0&ep.ads_mvt_test_scenario=mvtLOAFAnalytics%3Don&ep.consent_state=undecided&ep.user_type=none&ep.subscription_entitlements=&up.client_id=1214366835.1776294723&up.memberpress_id=&up.subscription_ids=&tfd=2989region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MYFQ9GLWWV&gtm=45je64f0h2v9182603416za200zd9182603416&_p=1776294722995&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1402976292.1776294724&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117384405&sid=1776294724&sct=1&seg=0&dl=https%3A%2F%2Fmetro.co.uk%2F&dt=Metro.co.uk%3A%20News%2C%20Sport%2C%20Showbiz%2C%20Celebrities%20from%20Metro&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.content_type=home&ep.domain=metro.co.uk&ep.ico_internal_hit=undefined&ep.ito_external_hit=undefined&ep.page_url=https%3A%2F%2Fmetro.co.uk%2F&ep.rendered_platform=desktop&ep.url_channel=%2Fhome&ep.url_subchannel_level_1=%2Fhome&ep.referrer_type=Direct&ep.referrer_group=Direct&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.push_notification_status=eligible&ep.multivariant_experiments=useSimpleNewsletterOverlay%2ChideSwipeNextDots%2CpuzzlesOverlayRoute%3Amembers&ep.scv_id=19a06e4a-8b97-4a06-96c3-0d110c244096&ep.page_id=16021ad0-1b6a-4030-9628-a4c9b4d2bdf0&ep.ads_mvt_test_scenario=mvtLOAFAnalytics%3Don&ep.consent_state=undecided&ep.user_type=none&ep.subscription_entitlements=&up.client_id=1214366835.1776294723&up.memberpress_id=&up.subscription_ids=&tfd=2989 — 204 — 546 B — 66 ms — h2https://hulkprod.anm.co.uk/api/web-push-notification/v1/static/latest/mol-fe-web-push-browser-register/register.jshulkprod.anm.co.uk/api/web-push-not... https://hulkprod.anm.co.uk/api/web-push-notification/v1/static/latest/mol-fe-web-push-browser-register/register.js — 200 — 16.6 KiB — 79 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=707079572&rv=64f0&tag_exp=0~115616985~115938466~115938468~117266400~117384405&u=AAAAAAAAIAAAACCA&h=Ag&gtm=45je64f0h2v9182603416za200zd9182603416&cl=3.5.0&ccid=182603416&cid=G-MYFQ9GLWWV&l=L1618.S9.Y74.B0.E1521.I1701.TC9.HTC0.F1472.C0~gtm.init_consent.S3.V2.E72~gtm.init.S0.V0.E78.TS5ogt1pdatav2.TI4.TE2.TS5ccdgafirst.TI12.TE0.TS5setproductsettings.TI11.TE0.TS5ccdgaregscope.TI10.TE1.TS5ccdempageview.TI9.TE2.TS5ccdconversionmarking.TI8.TE0.TS5ccdautoredact.TI7.TE0.TS5ccdgalast.TI6.TE0~gtm.js.S0.V0.E67.TS5gct.TI1.TE1~gtm.dom.S0.V0.E57~*.S0.V0.E8~gtm.load.S0.V0.E0~GA1373www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=707079572&rv=64f0&tag_exp=0~115616985~115938466~115938468~117266400~117384405&u=AAAAAAAAIAAAACCA&h=Ag&gtm=45je64f0h2v9182603416za200zd9182603416&cl=3.5.0&ccid=182603416&cid=G-MYFQ9GLWWV&l=L1618.S9.Y74.B0.E1521.I1701.TC9.HTC0.F1472.C0~gtm.init_consent.S3.V2.E72~gtm.init.S0.V0.E78.TS5ogt1pdatav2.TI4.TE2.TS5ccdgafirst.TI12.TE0.TS5setproductsettings.TI11.TE0.TS5ccdgaregscope.TI10.TE1.TS5ccdempageview.TI9.TE2.TS5ccdconversionmarking.TI8.TE0.TS5ccdautoredact.TI7.TE0.TS5ccdgalast.TI6.TE0~gtm.js.S0.V0.E67.TS5gct.TI1.TE1~gtm.dom.S0.V0.E57~*.S0.V0.E8~gtm.load.S0.V0.E0~GA1373 — 200 — 59 B — 55 ms — h2https://metro.co.uk/wp-content/client-mu-plugins/metro-branding/images/m-icon-black-32.png/wp-content/client-mu-plugins/metro... https://metro.co.uk/wp-content/client-mu-plugins/metro-branding/images/m-icon-black-32.png — 200 — 672 B — 6 ms — h2https://hulkprod.anm.co.uk/api/web-push-notification/v1/organisation/metro/subscription/publicKeyhulkprod.anm.co.uk/api/web-push-not... https://hulkprod.anm.co.uk/api/web-push-notification/v1/organisation/metro/subscription/publicKey — 200 — 918 B — 26 ms — h2https://hulkprod.anm.co.uk/api/web-push-notification/v1/static/latest/mol-fe-web-push-browser-register/crossOrgInlinedMin.html?command=getCrossOrgUserIdhulkprod.anm.co.uk/api/web-push-not... https://hulkprod.anm.co.uk/api/web-push-notification/v1/static/latest/mol-fe-web-push-browser-register/crossOrgInlinedMin.html?command=getCrossOrgUserId — 200 — 14.4 KiB — 23 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
63% of JavaScript execution is third-party
First-party Third-party 1062ms · 1053KB · £6/mo
cdn.metro.co.uk
Other
Costly
Execution 372ms
Transfer 772 KB
Unused 63%
Monthly Cost £2/mo
Unattributable
Other
Costly
Execution 260ms
Transfer 0 KB
Monthly Cost £1/mo
www.gstatic.com
Other
Optional
Execution 196ms
Transfer 0 KB
Unused 49%
Monthly Cost £1/mo
dmg-libs.anm.co.uk
Other
Optional
Execution 167ms
Transfer 82 KB
Unused 67%
Monthly Cost £1/mo
dmg-libs.anm.co.uk
Other
Optional
Execution 66ms
Transfer 200 KB
Unused 74%
Monthly Cost £0/mo

These scripts may cost more than they're worth

  • cdn.metro.co.uk adds 372ms and costs ~£2/month
  • Unattributable adds 260ms and costs ~£1/month

63% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

cdn.metro.co.uk takes 372ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

63% of cdn.metro.co.uk's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

Unattributable takes 260ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

67% of dmg-libs.anm.co.uk's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

74% of dmg-libs.anm.co.uk's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback