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

Performance

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

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

88
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.
92
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.

718 ms

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

1.72 s

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

14 ms

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

0.045

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

2.18 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.29 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
5.5 MB transferred, 210 requests
FIX
5.5 MB transferred, 210 requests
Critical::
Page weighs 16.2 MB (5.5 MB transferred)
Warning::
Images are 2.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.7 MB
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 233 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 233 KB
Warning::
210 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.5 MB / 2.4 MB budget
5.5 MB transferred
210 requests
1.2 g CO2 per page load
Images 2.7 MiB 49%
JavaScript 2.2 MiB 40%
Fonts 232.8 KiB 4%
CSS 138.3 KiB 2%
Other 118.8 KiB 2%
HTML 115.6 KiB 2%
Other 19.1 KiB 0%
Other 5.4 KiB 0%
Other 458 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
61% third-party, 0 ms blocking
FIX
61% third-party, 0 ms blocking
Warning::
Third-party code accounts for 61% of page weight (3.4 MiB of 5.5 MiB)
Info::
Third-party blocking time is low (0 ms)
39%
61%
First-party Third-party
F
JS Bundles
Action
63 scripts, 1.3 MB unused
FIX
63 scripts, 1.3 MB unused
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/1.91.0/738.js: 155 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.tinypass.com/api/tinypass.min.js: 76 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1316 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
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://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://dmg-libs.anm.co.uk/a/1.91.0/738.js207 KB155 KB (75%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB76 KB (58%)3rd
https://accounts.google.com/gsi/client96 KB72 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-B1HE1LBHLM170 KB66 KB (39%)3rd
https://dmg-libs.anm.co.uk/a/1.91.0/config.js?ver=1.91.077 KB52 KB (67%)3rd
https://cdn.ampproject.org/v0.mjs0 KB35 KB (56%)3rd
https://cdn.ampproject.org/v0.mjs62 KB35 KB (56%)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
210 resources · 5.5 MB · 1.3 MB savings available
FIX
210 resources · 5.5 MB · 1.3 MB savings available
Warning::
Page weight 4.5 MB over 1MB target
Got: 5.5 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
131 third-party resources (61% of weight)
Info::
4 resources over 200KB
210 resources · 5.5 MiB · 131 third-party 4.5 MiB over 1MB target
Image 49% · 2.7 MiB
JavaScript 40% · 2.2 MiB
Font 4% · 232.8 KiB
CSS 2% · 138.3 KiB
Other 2% · 137.8 KiB
Document 2% · 116.5 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
C
Image Optimization
Action
65 images, 0 KB saveable
REVIEW
65 images, 0 KB saveable
Warning::
https://inews.co.uk/wp-content/uploads/2026/04/SEI... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://inews.co.uk/wp-content/themes/inews-theme/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
65 images 2.7 MB
0 oversized -0 KB
19 legacy format
2 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

C
JS Execution Cost
Action
1706ms total JS execution
REVIEW
1706ms total JS execution
Warning::
Unattributable: 469ms CPU time
Warning::
https://inews.co.uk/: 457ms CPU time
Warning::
https://cdn.ampproject.org/v0.mjs: 271ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 193ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-B1HE...: 97ms CPU time
Warning::
Third-party scripts: 1249ms (73% of total)

Main Thread Breakdown

Script Evaluation 48% Other 24% Style & Layout 15% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable469ms103ms0ms3rd
https://inews.co.uk/457ms15ms4ms1st
https://cdn.ampproject.org/v0.mjs271ms207ms8ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js193ms159ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=G-B1HE1LBHLM97ms83ms10ms3rd
https://cdn.tinypass.com/api/tinypass.min.js86ms66ms9ms3rd
https://auth.inews.co.uk/id/api/v1/identity/token/verify?browser_id=mo98n7ac812gr19c&page_view_id=mo98n7acg718vab2&content_type=website&page_title=The+i+Paper&callback=jsonp7723&client_id=Xi7fMnt7pu&site=https%3A%2F%2Finews.co.uk&user_state=anon74ms66ms0ms3rd
https://dmg-libs.anm.co.uk/a/1.91.0/738.js59ms45ms13ms3rd
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
23 fonts (233 KB)
PASS
23 fonts (233 KB)
Info::
23 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

23

233 KB total

Render-blocking

0

of 23

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 718 ms LCP 1.7 shttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/material-symbols-rounded.woff2material-symbols-rounde... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/material-symbols-rounded.woff2 — 19.1 KiB — 43 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-regular.woff2public-sans-v20-latin-r... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-regular.woff2 — 14.5 KiB — 64 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-700.woff2public-sans-v20-latin-7... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-700.woff2 — 14.5 KiB — 67 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Freeman/freeman-v1-latin-regular.woff2freeman-v1-latin-regula... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Freeman/freeman-v1-latin-regular.woff2 — 25.6 KiB — 68 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-500.woff2dm-mono-v15-latin-500.w... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-500.woff2 — 14.9 KiB — 76 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Red_Hat_Display/RedHatDisplay-VariableFont_wght.woff2RedHatDisplay-VariableF... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Red_Hat_Display/RedHatDisplay-VariableFont_wght.woff2 — 38.1 KiB — 92 ms — font-display: swaphttps://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-regular.woff2dm-mono-v15-latin-regul... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-regular.woff2 — 14.7 KiB — 81 ms — font-display: swaphttps://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2S6u9w4NGQiLN8nh-SwiPGQ3... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 18.8 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2S6u9w4NGQiLN8nh-SwiPGQ3... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 0 B — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2ijwGs572Xtc6ZYQws9YVwll... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 14.3 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2ijwGs572Xtc6ZYQws9YVwll... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 0 B — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2aFTU7PB1QTsUX8KYthqQBK6... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 8.5 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2aFTU7PB1QTsUX8KYthqQBK6... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 0 B — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2S6u9w4NGQiLN8nh-SwiPGQ3... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 0 B — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2aFTU7PB1QTsUX8KYthqQBK6... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 0 B — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2ijwGs572Xtc6ZYQws9YVwll... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 0 B — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2ijwAs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2 — 15.3 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2aFTU7PB1QTsUX8KYthqQBK6... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2S6u9w4NGQiLN8nh-SwiPGQ3... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2ijwAs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2ijwGs572Xtc6ZYQws9YVwll... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swapcss2 https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap — 484 B — 46 ms — font-display: swap
material-symbols-rounde... woff2 swap
Size 19 KB
Load time 43 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
public-sans-v20-latin-r... woff2 swap
Size 15 KB
Load time 64 ms
Start 315 ms
Risk FOUT — text flashes from fallback to web font
public-sans-v20-latin-7... woff2 swap
Size 15 KB
Load time 67 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
freeman-v1-latin-regula... woff2 swap
Size 26 KB
Load time 68 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
dm-mono-v15-latin-500.w... woff2 swap
Size 15 KB
Load time 76 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
RedHatDisplay-VariableF... woff2 swap
Size 38 KB
Load time 92 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
dm-mono-v15-latin-regul... woff2 swap
Size 15 KB
Load time 81 ms
Start 330 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4NGQiLN8nh-SwiPGQ3... woff2 swap
Size 19 KB
Load time 41 ms
Start 747 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4NGQiLN8nh-SwiPGQ3... woff2 swap
Size 0 KB
Load time 41 ms
Start 747 ms
Risk FOUT — text flashes from fallback to web font
ijwGs572Xtc6ZYQws9YVwll... woff2 swap
Size 14 KB
Load time 40 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
ijwGs572Xtc6ZYQws9YVwll... woff2 swap
Size 0 KB
Load time 40 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
aFTU7PB1QTsUX8KYthqQBK6... woff2 swap
Size 9 KB
Load time 32 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
aFTU7PB1QTsUX8KYthqQBK6... woff2 swap
Size 0 KB
Load time 33 ms
Start 749 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4NGQiLN8nh-SwiPGQ3... woff2 swap
Size 0 KB
Load time 6 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
aFTU7PB1QTsUX8KYthqQBK6... woff2 swap
Size 0 KB
Load time 6 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ijwGs572Xtc6ZYQws9YVwll... woff2 swap
Size 0 KB
Load time 6 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ijwAs572Xtc6ZYQws9YVwnN... woff2 swap
Size 15 KB
Load time 26 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 63 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
aFTU7PB1QTsUX8KYthqQBK6... woff2 swap
Size 0 KB
Load time 0 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
S6u9w4NGQiLN8nh-SwiPGQ3... woff2 swap
Size 0 KB
Load time 0 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
ijwAs572Xtc6ZYQws9YVwnN... woff2 swap
Size 0 KB
Load time 0 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
ijwGs572Xtc6ZYQws9YVwll... woff2 swap
Size 0 KB
Load time 0 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
css2 unknown swap
Size 0 KB
Load time 46 ms
Start 2.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)
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
210 requests over 4200ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 718 ms LCP 1.7 shttps://inews.co.uk// https://inews.co.uk/ — 200 — 51.8 KiB — 9 ms — h2https://inews.co.uk/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://inews.co.uk/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.8 KiB — 14 ms — h2https://inews.co.uk/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4/wp-includes/js/mediaelement/wp-med... https://inews.co.uk/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4 — 200 — 1.3 KiB — 11 ms — h2https://inews.co.uk/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2/wp-content/mu-plugins/search/elast... https://inews.co.uk/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2 — 200 — 467 B — 15 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/style-frontend.css?ver=1776336410275/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/style-frontend.css?ver=1776336410275 — 200 — 80.7 KiB — 36 ms — h2https://inews.co.uk/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css/wp-content/plugins/web-stories/ass... https://inews.co.uk/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css — 200 — 3.1 KiB — 21 ms — h2https://cdn.ampproject.org/amp-story-player-v0.csscdn.ampproject.org/amp-story-player... https://cdn.ampproject.org/amp-story-player-v0.css — 200 — 1.5 KiB — 104 ms — h2https://rta2.inews.co.uk/rta2/v2-inews-3.min.js?ver=1776336410275rta2.inews.co.uk/rta2/v2-inews-3.mi... https://rta2.inews.co.uk/rta2/v2-inews-3.min.js?ver=1776336410275 — 200 — 9.2 KiB — 60 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/byline/script.js?m=1776260839g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/byline/script.js?m=1776260839g — 200 — 662 B — 21 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/ga/build/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/ga/build/index.js?ver=1776336410275 — 200 — 12.6 KiB — 23 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/config.js?ver=1.91.0dmg-libs.anm.co.uk/a/1.91.0/config.... https://dmg-libs.anm.co.uk/a/1.91.0/config.js?ver=1.91.0 — 200 — 77.5 KiB — 68 ms — h2https://inews.co.uk/_static/??-eJydyzESQDAQQNELiUWBxjhLbBZLsjFJDG5PqzOq/5sHx6bQSyJJgJafKLerze4TSwQt2l6J8TmLMzkKEAMCi6EzX2IGH/WokQbv1396YJn+yUDGcHrZ3nVl09RVXbRVudxYs17b/_static/??-eJydyzESQDAQQNELiUWBxjh... https://inews.co.uk/_static/??-eJydyzESQDAQQNELiUWBxjhLbBZLsjFJDG5PqzOq/5sHx6bQSyJJgJafKLerze4TSwQt2l6J8TmLMzkKEAMCi6EzX2IGH/WokQbv1396YJn+yUDGcHrZ3nVl09RVXbRVudxYs17b — 200 — 2.9 KiB — 28 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/rakuten/build/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/rakuten/build/index.js?ver=1776336410275 — 200 — 2.5 KiB — 29 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/vwo/src/js/index.js?ver=6.9.4/wp-content/client-mu-plugins/vwo/s... https://inews.co.uk/wp-content/client-mu-plugins/vwo/src/js/index.js?ver=6.9.4 — 200 — 2.8 KiB — 25 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron.svg — 200 — 665 B — 27 ms — h2https://img.youtube.com/vi/QsufVrUcwnc/maxresdefault.jpgimg.youtube.com/vi/QsufVrUcwnc/maxr... https://img.youtube.com/vi/QsufVrUcwnc/maxresdefault.jpg — 200 — 149.9 KiB — 153 ms — h2https://img.youtube.com/vi/bxpSDy8azPI/maxresdefault.jpgimg.youtube.com/vi/bxpSDy8azPI/maxr... https://img.youtube.com/vi/bxpSDy8azPI/maxresdefault.jpg — 200 — 66.1 KiB — 127 ms — h2https://cdn.metro.co.uk/geo/locationjson.htmlcdn.metro.co.uk/geo/locationjson.ht... https://cdn.metro.co.uk/geo/locationjson.html — 200 — 303 B — 127 ms — h2https://img.youtube.com/vi/vHJbHpKqsv0/maxresdefault.jpgimg.youtube.com/vi/vHJbHpKqsv0/maxr... https://img.youtube.com/vi/vHJbHpKqsv0/maxresdefault.jpg — 200 — 145.4 KiB — 58 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/rta/src/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/rta/src/index.js?ver=1776336410275 — 200 — 2.3 KiB — 21 ms — h2https://inews.co.uk/wp-content/plugins/parsely-helpers//build/index.js?ver=f60173f8d490743ee465/wp-content/plugins/parsely-helpers... https://inews.co.uk/wp-content/plugins/parsely-helpers//build/index.js?ver=f60173f8d490743ee465 — 200 — 652 B — 22 ms — h2https://inews.co.uk/wp-includes/js/dist/dom-ready.min.js?m=1774626885g/wp-includes/js/dist/dom-ready.min.... https://inews.co.uk/wp-includes/js/dist/dom-ready.min.js?m=1774626885g — 200 — 712 B — 23 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/index.js?ver=1776336410275/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/index.js?ver=1776336410275 — 200 — 17.3 KiB — 24 ms — h2https://cdn.ampproject.org/amp-story-player-v0.jscdn.ampproject.org/amp-story-player... https://cdn.ampproject.org/amp-story-player-v0.js — 200 — 16.5 KiB — 43 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/shorts/view.js?m=1776336631g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/shorts/view.js?m=1776336631g — 200 — 1.3 KiB — 25 ms — h2https://inews.co.uk/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21/wp-includes/js/dist/vendor/lodash.... https://inews.co.uk/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 25.4 KiB — 33 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/video-carousel/view.js?m=1776260839g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/video-carousel/view.js?m=1776260839g — 200 — 2.0 KiB — 28 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/menu-search-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/menu-search-icon.svg — 200 — 1.2 KiB — 29 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/account-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/account-icon.svg — 200 — 955 B — 42 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/search-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/search-icon.svg — 200 — 550 B — 42 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 718 ms LCP 1.7 shttps://inews.co.uk// https://inews.co.uk/ — 200 — 51.8 KiB — 9 ms — h2https://inews.co.uk/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://inews.co.uk/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.8 KiB — 14 ms — h2https://inews.co.uk/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4/wp-includes/js/mediaelement/wp-med... https://inews.co.uk/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4 — 200 — 1.3 KiB — 11 ms — h2https://inews.co.uk/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2/wp-content/mu-plugins/search/elast... https://inews.co.uk/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2 — 200 — 467 B — 15 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/style-frontend.css?ver=1776336410275/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/style-frontend.css?ver=1776336410275 — 200 — 80.7 KiB — 36 ms — h2https://inews.co.uk/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css/wp-content/plugins/web-stories/ass... https://inews.co.uk/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css — 200 — 3.1 KiB — 21 ms — h2https://cdn.ampproject.org/amp-story-player-v0.csscdn.ampproject.org/amp-story-player... https://cdn.ampproject.org/amp-story-player-v0.css — 200 — 1.5 KiB — 104 ms — h2https://rta2.inews.co.uk/rta2/v2-inews-3.min.js?ver=1776336410275rta2.inews.co.uk/rta2/v2-inews-3.mi... https://rta2.inews.co.uk/rta2/v2-inews-3.min.js?ver=1776336410275 — 200 — 9.2 KiB — 60 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/byline/script.js?m=1776260839g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/byline/script.js?m=1776260839g — 200 — 662 B — 21 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/ga/build/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/ga/build/index.js?ver=1776336410275 — 200 — 12.6 KiB — 23 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/config.js?ver=1.91.0dmg-libs.anm.co.uk/a/1.91.0/config.... https://dmg-libs.anm.co.uk/a/1.91.0/config.js?ver=1.91.0 — 200 — 77.5 KiB — 68 ms — h2https://inews.co.uk/_static/??-eJydyzESQDAQQNELiUWBxjhLbBZLsjFJDG5PqzOq/5sHx6bQSyJJgJafKLerze4TSwQt2l6J8TmLMzkKEAMCi6EzX2IGH/WokQbv1396YJn+yUDGcHrZ3nVl09RVXbRVudxYs17b/_static/??-eJydyzESQDAQQNELiUWBxjh... https://inews.co.uk/_static/??-eJydyzESQDAQQNELiUWBxjhLbBZLsjFJDG5PqzOq/5sHx6bQSyJJgJafKLerze4TSwQt2l6J8TmLMzkKEAMCi6EzX2IGH/WokQbv1396YJn+yUDGcHrZ3nVl09RVXbRVudxYs17b — 200 — 2.9 KiB — 28 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/rakuten/build/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/rakuten/build/index.js?ver=1776336410275 — 200 — 2.5 KiB — 29 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/vwo/src/js/index.js?ver=6.9.4/wp-content/client-mu-plugins/vwo/s... https://inews.co.uk/wp-content/client-mu-plugins/vwo/src/js/index.js?ver=6.9.4 — 200 — 2.8 KiB — 25 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron.svg — 200 — 665 B — 27 ms — h2https://img.youtube.com/vi/QsufVrUcwnc/maxresdefault.jpgimg.youtube.com/vi/QsufVrUcwnc/maxr... https://img.youtube.com/vi/QsufVrUcwnc/maxresdefault.jpg — 200 — 149.9 KiB — 153 ms — h2https://img.youtube.com/vi/bxpSDy8azPI/maxresdefault.jpgimg.youtube.com/vi/bxpSDy8azPI/maxr... https://img.youtube.com/vi/bxpSDy8azPI/maxresdefault.jpg — 200 — 66.1 KiB — 127 ms — h2https://cdn.metro.co.uk/geo/locationjson.htmlcdn.metro.co.uk/geo/locationjson.ht... https://cdn.metro.co.uk/geo/locationjson.html — 200 — 303 B — 127 ms — h2https://img.youtube.com/vi/vHJbHpKqsv0/maxresdefault.jpgimg.youtube.com/vi/vHJbHpKqsv0/maxr... https://img.youtube.com/vi/vHJbHpKqsv0/maxresdefault.jpg — 200 — 145.4 KiB — 58 ms — h2https://inews.co.uk/wp-content/client-mu-plugins/analytics/rta/src/index.js?ver=1776336410275/wp-content/client-mu-plugins/analy... https://inews.co.uk/wp-content/client-mu-plugins/analytics/rta/src/index.js?ver=1776336410275 — 200 — 2.3 KiB — 21 ms — h2https://inews.co.uk/wp-content/plugins/parsely-helpers//build/index.js?ver=f60173f8d490743ee465/wp-content/plugins/parsely-helpers... https://inews.co.uk/wp-content/plugins/parsely-helpers//build/index.js?ver=f60173f8d490743ee465 — 200 — 652 B — 22 ms — h2https://inews.co.uk/wp-includes/js/dist/dom-ready.min.js?m=1774626885g/wp-includes/js/dist/dom-ready.min.... https://inews.co.uk/wp-includes/js/dist/dom-ready.min.js?m=1774626885g — 200 — 712 B — 23 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/index.js?ver=1776336410275/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/index.js?ver=1776336410275 — 200 — 17.3 KiB — 24 ms — h2https://cdn.ampproject.org/amp-story-player-v0.jscdn.ampproject.org/amp-story-player... https://cdn.ampproject.org/amp-story-player-v0.js — 200 — 16.5 KiB — 43 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/shorts/view.js?m=1776336631g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/shorts/view.js?m=1776336631g — 200 — 1.3 KiB — 25 ms — h2https://inews.co.uk/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21/wp-includes/js/dist/vendor/lodash.... https://inews.co.uk/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 25.4 KiB — 33 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/video-carousel/view.js?m=1776260839g/wp-content/themes/inews-theme/buil... https://inews.co.uk/wp-content/themes/inews-theme/build/blocks/video-carousel/view.js?m=1776260839g — 200 — 2.0 KiB — 28 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/menu-search-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/menu-search-icon.svg — 200 — 1.2 KiB — 29 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/account-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/account-icon.svg — 200 — 955 B — 42 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/search-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/search-icon.svg — 200 — 550 B — 42 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron-down.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/chevron-down.svg — 200 — 639 B — 42 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/i-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/i-icon.svg — 200 — 696 B — 29 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/settings-icon.svg/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/settings-icon.svg — 200 — 1.8 KiB — 42 ms — h2https://img.youtube.com/vi/Z4WqooP19tU/maxresdefault.jpgimg.youtube.com/vi/Z4WqooP19tU/maxr... https://img.youtube.com/vi/Z4WqooP19tU/maxresdefault.jpg — 200 — 62.5 KiB — 50 ms — h2https://img.youtube.com/vi/DazPW-5YW2s/maxresdefault.jpgimg.youtube.com/vi/DazPW-5YW2s/maxr... https://img.youtube.com/vi/DazPW-5YW2s/maxresdefault.jpg — 200 — 55.0 KiB — 54 ms — h2https://img.youtube.com/vi/xaLn0A0hbPI/maxresdefault.jpgimg.youtube.com/vi/xaLn0A0hbPI/maxr... https://img.youtube.com/vi/xaLn0A0hbPI/maxresdefault.jpg — 200 — 121.9 KiB — 63 ms — h2https://img.youtube.com/vi/i7a0eBC12pc/maxresdefault.jpgimg.youtube.com/vi/i7a0eBC12pc/maxr... https://img.youtube.com/vi/i7a0eBC12pc/maxresdefault.jpg — 200 — 74.9 KiB — 68 ms — h2https://img.youtube.com/vi/_0eMFH_i_ro/maxresdefault.jpgimg.youtube.com/vi/_0eMFH_i_ro/maxr... https://img.youtube.com/vi/_0eMFH_i_ro/maxresdefault.jpg — 200 — 63.4 KiB — 72 ms — h2https://img.youtube.com/vi/J_brSmZyy6s/maxresdefault.jpgimg.youtube.com/vi/J_brSmZyy6s/maxr... https://img.youtube.com/vi/J_brSmZyy6s/maxresdefault.jpg — 200 — 94.0 KiB — 74 ms — h2https://img.youtube.com/vi/BagbkcIdMsA/maxresdefault.jpgimg.youtube.com/vi/BagbkcIdMsA/maxr... https://img.youtube.com/vi/BagbkcIdMsA/maxresdefault.jpg — 200 — 118.3 KiB — 79 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293916662.jpg/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293916662.jpg — 200 — 245.1 KiB — 54 ms — h2https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_gogen.png?w=600&h=600&crop=1/wp-content/uploads/2024/09/inews_p... https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_gogen.png?w=600&h=600&crop=1 — 200 — 25.2 KiB — 51 ms — h2https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_cryptic.png?w=600&h=600&crop=1/wp-content/uploads/2024/09/inews_p... https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_cryptic.png?w=600&h=600&crop=1 — 200 — 1.3 KiB — 39 ms — h2https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_genknow.png?w=600&h=600&crop=1/wp-content/uploads/2024/09/inews_p... https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_genknow.png?w=600&h=600&crop=1 — 200 — 9.1 KiB — 41 ms — h2https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_guessword.png?w=600&h=600&crop=1/wp-content/uploads/2024/09/inews_p... https://inews.co.uk/wp-content/uploads/2024/09/inews_puzzle_guessword.png?w=600&h=600&crop=1 — 200 — 30.6 KiB — 47 ms — h2https://www.google.com/recaptcha/api.js?render=6Lc9tYsqAAAAANZ8Ner6g7E8wcYYxNKBNlcaQZZ_&ver=6.9.4www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6Lc9tYsqAAAAANZ8Ner6g7E8wcYYxNKBNlcaQZZ_&ver=6.9.4 — 200 — 1.0 KiB — 72 ms — h3https://geo.dailymotion.com/libs/player/x7hlp.js?ver=6.9.4geo.dailymotion.com/libs/player/x7h... https://geo.dailymotion.com/libs/player/x7hlp.js?ver=6.9.4 — 200 — 9.3 KiB — 58 ms — h3https://inews.co.uk/wp-content/client-mu-plugins/pwa/js/hulk.js?ver=6.9.4/wp-content/client-mu-plugins/pwa/j... https://inews.co.uk/wp-content/client-mu-plugins/pwa/js/hulk.js?ver=6.9.4 — 200 — 1.2 KiB — 37 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 9 ms — h2https://www.googletagmanager.com/gtag/js?id=G-B1HE1LBHLMwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B1HE1LBHLM — 200 — 169.9 KiB — 189 ms — h2data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNSAxNiIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNSAxNiIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlna…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlna… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vb…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vb… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vb…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vb… — 200 — 0 B — 0 ms — datahttps://inews.co.uk/wp-content/uploads/2026/04/SEI_294058686.jpg?crop=0px%2C0px%2C1920px%2C1084px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294058686.jpg?crop=0px%2C0px%2C1920px%2C1084px&resize=1200%2C675 — 200 — 58.2 KiB — 16 ms — h2https://inews.co.uk/wp-content/uploads/2026/03/SEI_290846242.jpg?crop=0px%2C98px%2C1920px%2C1083px&resize=1200%2C675/wp-content/uploads/2026/03/SEI_290... https://inews.co.uk/wp-content/uploads/2026/03/SEI_290846242.jpg?crop=0px%2C98px%2C1920px%2C1083px&resize=1200%2C675 — 200 — 20.2 KiB — 16 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294064464.jpg?crop=218px%2C259px%2C1192px%2C675px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294064464.jpg?crop=218px%2C259px%2C1192px%2C675px&resize=1200%2C675 — 200 — 37.6 KiB — 117 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293504091.jpg?crop=0px%2C30px%2C1920px%2C1084px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293504091.jpg?crop=0px%2C30px%2C1920px%2C1084px&resize=1200%2C675 — 200 — 33.5 KiB — 118 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294066894.jpg?crop=90px%2C11px%2C1830px%2C1032px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294066894.jpg?crop=90px%2C11px%2C1830px%2C1032px&resize=1200%2C675 — 200 — 43.6 KiB — 119 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294024404.jpg?crop=236px%2C461px%2C1350px%2C765px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294024404.jpg?crop=236px%2C461px%2C1350px%2C765px&resize=1200%2C675 — 200 — 50.8 KiB — 34 ms — h2https://inews.co.uk/wp-content/uploads/2024/04/Spratt-Vicky-white-4-bg-transparent-avatar.png?w=155&h=155&crop=1/wp-content/uploads/2024/04/Spratt-... https://inews.co.uk/wp-content/uploads/2024/04/Spratt-Vicky-white-4-bg-transparent-avatar.png?w=155&h=155&crop=1 — 200 — 21.7 KiB — 35 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293121411-e1776167951211.jpg?w=155&h=155&crop=1/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293121411-e1776167951211.jpg?w=155&h=155&crop=1 — 200 — 3.3 KiB — 38 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293127566-e1776172433175.jpg?w=155&h=155&crop=1/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293127566-e1776172433175.jpg?w=155&h=155&crop=1 — 200 — 3.6 KiB — 37 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T135312.383.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T135312.383.jpg?w=640 — 200 — 31.6 KiB — 36 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-18.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-18.jpg?w=640 — 200 — 28.4 KiB — 35 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-influencer.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-influencer.jpg?w=640 — 200 — 52.3 KiB — 51 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T121156.441.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T121156.441.jpg?w=640 — 200 — 31.1 KiB — 78 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T121151.640.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-New-2026-04-21T121151.640.jpg?w=640 — 200 — 45.3 KiB — 59 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-48.jpg?w=640/wp-content/uploads/2026/04/cropped... https://inews.co.uk/wp-content/uploads/2026/04/cropped-Cover-Template-48.jpg?w=640 — 200 — 29.9 KiB — 69 ms — h2https://inews.co.uk/wp-content/uploads/2025/08/Alexander-Dragonetti-inews-byline-3.png?w=155&h=155&crop=1/wp-content/uploads/2025/08/Alexand... https://inews.co.uk/wp-content/uploads/2025/08/Alexander-Dragonetti-inews-byline-3.png?w=155&h=155&crop=1 — 200 — 24.4 KiB — 74 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_290681403_6285dc.jpg?crop=4px%2C0px%2C1912px%2C1080px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_290... https://inews.co.uk/wp-content/uploads/2026/04/SEI_290681403_6285dc.jpg?crop=4px%2C0px%2C1912px%2C1080px&resize=1200%2C675 — 200 — 125.3 KiB — 112 ms — h2https://inews.co.uk/wp-content/uploads/2024/06/Kitty-Donaldson-inews-byline.png?w=155&h=155&crop=1/wp-content/uploads/2024/06/Kitty-D... https://inews.co.uk/wp-content/uploads/2024/06/Kitty-Donaldson-inews-byline.png?w=155&h=155&crop=1 — 200 — 25.2 KiB — 60 ms — h2https://inews.co.uk/wp-content/uploads/2024/04/Dunt-Ian-white-bg-transparent-avatar.png?w=155&h=155&crop=1/wp-content/uploads/2024/04/Dunt-Ia... https://inews.co.uk/wp-content/uploads/2024/04/Dunt-Ian-white-bg-transparent-avatar.png?w=155&h=155&crop=1 — 200 — 20.6 KiB — 78 ms — h2https://inews.co.uk/wp-content/uploads/2024/04/SEI_116632055-bg-transparent-avatar.png?w=155&h=155&crop=1/wp-content/uploads/2024/04/SEI_116... https://inews.co.uk/wp-content/uploads/2024/04/SEI_116632055-bg-transparent-avatar.png?w=155&h=155&crop=1 — 200 — 18.5 KiB — 70 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294018509.jpg?crop=0px%2C1025px%2C1567px%2C884px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294018509.jpg?crop=0px%2C1025px%2C1567px%2C884px&resize=1200%2C675 — 200 — 144.4 KiB — 113 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294020773.jpg?crop=0px%2C98px%2C1809px%2C1022px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294020773.jpg?crop=0px%2C98px%2C1809px%2C1022px&resize=1200%2C675 — 200 — 32.7 KiB — 110 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293913285-e1776697129261.jpg?crop=0px%2C56px%2C1424px%2C803px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293913285-e1776697129261.jpg?crop=0px%2C56px%2C1424px%2C803px&resize=1200%2C675 — 200 — 61.5 KiB — 110 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_289484474.jpg?crop=274px%2C180px%2C1286px%2C724px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_289... https://inews.co.uk/wp-content/uploads/2026/04/SEI_289484474.jpg?crop=274px%2C180px%2C1286px%2C724px&resize=1200%2C675 — 200 — 50.0 KiB — 110 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293371317.jpg?crop=0px%2C444px%2C1200px%2C678px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293371317.jpg?crop=0px%2C444px%2C1200px%2C678px&resize=1200%2C675 — 200 — 69.0 KiB — 112 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293842553.jpg?crop=0px%2C188px%2C1916px%2C1083px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293842553.jpg?crop=0px%2C188px%2C1916px%2C1083px&resize=1200%2C675 — 200 — 156.1 KiB — 115 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293357089.jpg?crop=195px%2C154px%2C1313px%2C739px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293357089.jpg?crop=195px%2C154px%2C1313px%2C739px&resize=1200%2C675 — 200 — 90.5 KiB — 114 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293966231.jpg?crop=180px%2C15px%2C1238px%2C701px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293966231.jpg?crop=180px%2C15px%2C1238px%2C701px&resize=1200%2C675 — 200 — 60.6 KiB — 112 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293922105.jpg?crop=184px%2C19px%2C1736px%2C979px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293922105.jpg?crop=184px%2C19px%2C1736px%2C979px&resize=1200%2C675 — 200 — 32.8 KiB — 112 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_293923761.jpg?crop=0px%2C94px%2C1920px%2C1084px&resize=1200%2C675/wp-content/uploads/2026/04/SEI_293... https://inews.co.uk/wp-content/uploads/2026/04/SEI_293923761.jpg?crop=0px%2C94px%2C1920px%2C1084px&resize=1200%2C675 — 200 — 59.6 KiB — 113 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/material-symbols-rounded.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/material-symbols-rounded.woff2 — 200 — 19.1 KiB — 43 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-regular.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-regular.woff2 — 200 — 14.5 KiB — 64 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-700.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Public_Sans/public-sans-v20-latin-700.woff2 — 200 — 14.5 KiB — 67 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Freeman/freeman-v1-latin-regular.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Freeman/freeman-v1-latin-regular.woff2 — 200 — 25.6 KiB — 68 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-500.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-500.woff2 — 200 — 14.9 KiB — 76 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Red_Hat_Display/RedHatDisplay-VariableFont_wght.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/Red_Hat_Display/RedHatDisplay-VariableFont_wght.woff2 — 200 — 38.1 KiB — 92 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-regular.woff2/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/fonts/DM_Mono/dm-mono-v15-latin-regular.woff2 — 200 — 14.7 KiB — 81 ms — h2https://inews.co.uk/manifest.json/manifest.json https://inews.co.uk/manifest.json — 200 — 458 B — 22 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/992.jsdmg-libs.anm.co.uk/a/1.91.0/992.js https://dmg-libs.anm.co.uk/a/1.91.0/992.js — 200 — 5.2 KiB — 4 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/193.jsdmg-libs.anm.co.uk/a/1.91.0/193.js https://dmg-libs.anm.co.uk/a/1.91.0/193.js — 200 — 6.5 KiB — 7 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/738.jsdmg-libs.anm.co.uk/a/1.91.0/738.js https://dmg-libs.anm.co.uk/a/1.91.0/738.js — 200 — 207.4 KiB — 12 ms — h2https://dmg-libs.anm.co.uk/a/1.91.0/119.jsdmg-libs.anm.co.uk/a/1.91.0/119.js https://dmg-libs.anm.co.uk/a/1.91.0/119.js — 200 — 2.6 KiB — 6 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 — 184 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 17.0 KiB — 14 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 174.2 KiB — 34 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.js — 200 — 64.1 KiB — 30 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.js — 200 — 51.1 KiB — 31 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.js — 200 — 37.8 KiB — 33 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 74 ms — http/1.1https://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 — 74 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=208465593&post=0&tz=1&srv=inews.co.uk&arch_home=1&hp=vip&j=1%3A15.5-beta&host=inews.co.uk&ref=&fcp=340&rand=0.9240290344896137pixel.wp.com/g.gif?v=ext&blog=20846... https://pixel.wp.com/g.gif?v=ext&blog=208465593&post=0&tz=1&srv=inews.co.uk&arch_home=1&hp=vip&j=1%3A15.5-beta&host=inews.co.uk&ref=&fcp=340&rand=0.9240290344896137 — 200 — 177 B — 22 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://inews.co.uk/shorts/hay-fever?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Hay+fever+-+21+April&short_id=4370073/shorts/hay-fever?utm_source=theipa... https://inews.co.uk/shorts/hay-fever?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Hay+fever+-+21+April&short_id=4370073 — 200 — 10.3 KiB — 4 ms — h2https://inews.co.uk/shorts/hay-fever?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Hay+fever+-+21+April&short_id=4370073/shorts/hay-fever?utm_source=theipa... https://inews.co.uk/shorts/hay-fever?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Hay+fever+-+21+April&short_id=4370073 — 200 — 0 B — 2 ms — h2https://cdn.ampproject.org/v0.mjscdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0.mjs — 200 — 62.2 KiB — 82 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.jscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.js — 200 — 49.0 KiB — 49 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.mjscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.mjs — 200 — 45.6 KiB — 72 ms — h3https://cdn.ampproject.org/v0/amp-analytics-0.1.mjscdn.ampproject.org/v0/amp-analytics... https://cdn.ampproject.org/v0/amp-analytics-0.1.mjs — 200 — 28.5 KiB — 85 ms — h3https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans&family=DM+Monofonts.googleapis.com/css2?display=s... https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans&family=DM+Mono — 200 — 1.1 KiB — 79 ms — h2https://cdn.ampproject.org/v0/amp-story-1.0.csscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.css — 200 — 3.9 KiB — 34 ms — h3https://cdn.ampproject.org/v0.mjscdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0.mjs — 200 — 0 B — 72 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.jscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.js — 200 — 0 B — 39 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.mjscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.mjs — 200 — 0 B — 64 ms — h3https://cdn.ampproject.org/v0/amp-analytics-0.1.mjscdn.ampproject.org/v0/amp-analytics... https://cdn.ampproject.org/v0/amp-analytics-0.1.mjs — 200 — 0 B — 76 ms — h3https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans&family=DM+Monofonts.googleapis.com/css2?display=s... https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans&family=DM+Mono — 200 — 0 B — 74 ms — h2https://cdn.ampproject.org/v0/amp-story-1.0.csscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.css — 200 — 0 B — 28 ms — h3https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2fonts.gstatic.com/s/freeman/v1/S6u9... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 200 — 18.8 KiB — 41 ms — h3https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2fonts.gstatic.com/s/freeman/v1/S6u9... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 200 — 0 B — 41 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 200 — 14.3 KiB — 40 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 200 — 0 B — 40 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2fonts.gstatic.com/s/dmmono/v16/aFTU... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 200 — 8.5 KiB — 32 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2fonts.gstatic.com/s/dmmono/v16/aFTU... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 200 — 0 B — 33 ms — h3https://inews.co.uk/wp-content/uploads/2026/04/SEI_294041223.jpg?w=380/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294041223.jpg?w=380 — 200 — 11.5 KiB — 3 ms — h2https://inews.co.uk/wp-content/uploads/2026/04/SEI_294041223.jpg?w=380/wp-content/uploads/2026/04/SEI_294... https://inews.co.uk/wp-content/uploads/2026/04/SEI_294041223.jpg?w=380 — 200 — 0 B — 3 ms — h2https://mads.dailymail.co.uk/v8/es/news/none/home/desktop/false/inews/config.jsonmads.dailymail.co.uk/v8/es/news/non... https://mads.dailymail.co.uk/v8/es/news/none/home/desktop/false/inews/config.json — 200 — 4.6 KiB — 145 ms — http/1.1https://hulkprod.anm.co.uk/api/web-push-notification/v1/organisation/inews/subscription/publicKeyhulkprod.anm.co.uk/api/web-push-not... https://hulkprod.anm.co.uk/api/web-push-notification/v1/organisation/inews/subscription/publicKey — 200 — 921 B — 19 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc9tYsqAAAAANZ8Ner6g7E8wcYYxNKBNlcaQZZ_&co=aHR0cHM6Ly9pbmV3cy5jby51azo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=dbo1o5e4tw4pwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc9tYsqAAAAANZ8Ner6g7E8wcYYxNKBNlcaQZZ_&co=aHR0cHM6Ly9pbmV3cy5jby51azo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=dbo1o5e4tw4p — 200 — 27.5 KiB — 78 ms — h3https://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 — 17 ms — h2https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjscdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjs — 200 — 10.5 KiB — 25 ms — h3https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.ukcdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.uk — 200 — 578 B — 24 ms — h3data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://dmg-libs.anm.co.uk/a/1.91.0/779.jsdmg-libs.anm.co.uk/a/1.91.0/779.js https://dmg-libs.anm.co.uk/a/1.91.0/779.js — 200 — 763 B — 5 ms — h2https://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 — 102 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 — 160 ms — h2https://inews.co.uk/shorts/radcliffe?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Radcliffe+-+21+April&short_id=4370321/shorts/radcliffe?utm_source=theipa... https://inews.co.uk/shorts/radcliffe?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Radcliffe+-+21+April&short_id=4370321 — 200 — 11.6 KiB — 3 ms — h2https://cdn.ampproject.org/v0.mjscdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0.mjs — 200 — 0 B — 0 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.jscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.js — 200 — 0 B — 4 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.mjscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.mjs — 200 — 0 B — 1 ms — h3https://cdn.ampproject.org/v0/amp-analytics-0.1.mjscdn.ampproject.org/v0/amp-analytics... https://cdn.ampproject.org/v0/amp-analytics-0.1.mjs — 200 — 0 B — 0 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.csscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.css — 200 — 0 B — 0 ms — h3https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans%3Aital%400%3B1&family=DM+Monofonts.googleapis.com/css2?display=s... https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans%3Aital%400%3B1&family=DM+Mono — 200 — 769 B — 28 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://c2.inews.co.uk/xbuilder/experience/load?aid=Xi7fMnt7puc2.inews.co.uk/xbuilder/experience/... https://c2.inews.co.uk/xbuilder/experience/load?aid=Xi7fMnt7pu — 200 — 3.6 KiB — 51 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.csscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.css — 200 — 0 B — 2 ms — h3https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2fonts.gstatic.com/s/freeman/v1/S6u9... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 200 — 0 B — 6 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2fonts.gstatic.com/s/dmmono/v16/aFTU... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 200 — 0 B — 6 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 200 — 0 B — 6 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2 — 200 — 15.3 KiB — 26 ms — h3https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjscdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjs — 200 — 0 B — 4 ms — h3https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.ukcdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.uk — 200 — 0 B — 8 ms — h3data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://inews.co.uk/wp-content/uploads/2026/04/JCD_4694674.jpg?w=300/wp-content/uploads/2026/04/JCD_469... https://inews.co.uk/wp-content/uploads/2026/04/JCD_4694674.jpg?w=300 — 200 — 10.6 KiB — 10 ms — h2https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Frame-1739331140-1.pnginews-test1.go-vip.net/wp-content/u... https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Frame-1739331140-1.png — 200 — 1.6 KiB — 17 ms — h2https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Button.pnginews-test1.go-vip.net/wp-content/u... https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Button.png — 200 — 1.2 KiB — 14 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.7 KiB — 109 ms — h3data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjscdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjs — 200 — 0 B — 0 ms — h3https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.ukcdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.uk — 200 — 0 B — 1 ms — h3data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://inews.co.uk/shorts/radcliffe?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Radcliffe+-+21+April&short_id=4370321/shorts/radcliffe?utm_source=theipa... https://inews.co.uk/shorts/radcliffe?utm_source=theipaper&utm_medium=shorts_card&utm_campaign=shorts_Radcliffe+-+21+April&short_id=4370321 — 200 — 0 B — 6 ms — h2https://cdn.ampproject.org/v0/amp-story-1.0.csscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.css — 200 — 0 B — 0 ms — h3https://cdn.ampproject.org/v0.mjscdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0.mjs — 200 — 0 B — 17 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 189 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.jscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.js — 200 — 0 B — 16 ms — h3https://cdn.ampproject.org/v0/amp-story-1.0.mjscdn.ampproject.org/v0/amp-story-1.0... https://cdn.ampproject.org/v0/amp-story-1.0.mjs — 200 — 0 B — 16 ms — h3https://cdn.ampproject.org/v0/amp-analytics-0.1.mjscdn.ampproject.org/v0/amp-analytics... https://cdn.ampproject.org/v0/amp-analytics-0.1.mjs — 200 — 0 B — 12 ms — h3https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans%3Aital%400%3B1&family=DM+Monofonts.googleapis.com/css2?display=s... https://fonts.googleapis.com/css2?display=swap&family=Freeman&family=Public+Sans%3Aital%400%3B1&family=DM+Mono — 200 — 0 B — 13 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://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 — 25 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 — 63 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 — 13 ms — h2https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 49 ms — http/1.1https://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 — 19 ms — h2https://auth.inews.co.uk/id/api/v1/identity/token/verify?browser_id=mo98n7ac812gr19c&page_view_id=mo98n7acg718vab2&content_type=website&page_title=The+i+Paper&callback=jsonp7723&client_id=Xi7fMnt7pu&site=https%3A%2F%2Finews.co.uk&user_state=anonauth.inews.co.uk/id/api/v1/identity... https://auth.inews.co.uk/id/api/v1/identity/token/verify?browser_id=mo98n7ac812gr19c&page_view_id=mo98n7acg718vab2&content_type=website&page_title=The+i+Paper&callback=jsonp7723&client_id=Xi7fMnt7pu&site=https%3A%2F%2Finews.co.uk&user_state=anon — 200 — 589 B — 161 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2fonts.gstatic.com/s/dmmono/v16/aFTU... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2fonts.gstatic.com/s/freeman/v1/S6u9... https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-SwiPGQ3q5d0.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgDcqd1sPey7i3m4.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJxAcofVotfzbj.woff2 — 200 — 0 B — 0 ms — h3https://inews.co.uk/wp-content/uploads/2026/04/JCD_4694674.jpg?w=300/wp-content/uploads/2026/04/JCD_469... https://inews.co.uk/wp-content/uploads/2026/04/JCD_4694674.jpg?w=300 — 200 — 0 B — 0 ms — h2https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Frame-1739331140-1.pnginews-test1.go-vip.net/wp-content/u... https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Frame-1739331140-1.png — 200 — 0 B — 0 ms — h2https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Button.pnginews-test1.go-vip.net/wp-content/u... https://inews-test1.go-vip.net/wp-content/uploads/2025/07/Button.png — 200 — 0 B — 0 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 8 ms — http/1.1https://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.1 KiB — 35 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 — 23 ms — h2https://cmp.dmgmediaprivacy.co.uk/nrv/inews/v7/vendor-list.jsoncmp.dmgmediaprivacy.co.uk/nrv/inews... https://cmp.dmgmediaprivacy.co.uk/nrv/inews/v7/vendor-list.json — 200 — 492 B — 5 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 — 6 ms — h2https://c2.inews.co.uk/xbuilder/experience/execute?aid=Xi7fMnt7puc2.inews.co.uk/xbuilder/experience/... https://c2.inews.co.uk/xbuilder/experience/execute?aid=Xi7fMnt7pu — 200 — 16.5 KiB — 263 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-B1HE1LBHLM&gtm=45je64h1v886548382za200zd886548382&_p=1776813099921&gcs=G101&gcd=13p3r3p2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&ecid=580174681&_eu=EAAAAGA&are=1&cid=1091062086.1776813102&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776813101&sct=1&seg=0&dl=https%3A%2F%2Finews.co.uk%2F&dt=The%20i%20Paper%20-%20Impartial%20news%20%26%20intelligent%20debate&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.rendered_platform=WEB&ep.page_type=home&ep.clientId=1805765612.1776813102&ep.ico_internal_campaigns=undefined&ep.referring_url=undefined&ep.push_notification_status=eligible&ep.logged_in_status=not%20set&ep.user_login_details=not%20set&ep.account_user_id=not%20set&up.user_clientId=1805765612.1776813102&upn.user_account_user_id=0&tfd=1785region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-B1HE1LBHLM&gtm=45je64h1v886548382za200zd886548382&_p=1776813099921&gcs=G101&gcd=13p3r3p2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&ecid=580174681&_eu=EAAAAGA&are=1&cid=1091062086.1776813102&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776813101&sct=1&seg=0&dl=https%3A%2F%2Finews.co.uk%2F&dt=The%20i%20Paper%20-%20Impartial%20news%20%26%20intelligent%20debate&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.rendered_platform=WEB&ep.page_type=home&ep.clientId=1805765612.1776813102&ep.ico_internal_campaigns=undefined&ep.referring_url=undefined&ep.push_notification_status=eligible&ep.logged_in_status=not%20set&ep.user_login_details=not%20set&ep.account_user_id=not%20set&up.user_clientId=1805765612.1776813102&upn.user_account_user_id=0&tfd=1785 — 204 — 546 B — 96 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 — 301 — 398 B — 57 ms — h2https://www.dailymail.com/static/mol-fe/static/mol-fe-cmp/1.27.0/index.jswww.dailymail.com/static/mol-fe/sta... https://www.dailymail.com/static/mol-fe/static/mol-fe-cmp/1.27.0/index.js — 200 — 78.2 KiB — 60 ms — h2https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjscdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-viewer-integration-0.1.mjs — 200 — 0 B — 0 ms — h3https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.ukcdn.ampproject.org/rtv/012603032146... https://cdn.ampproject.org/rtv/012603032146000/v0/amp-story.en.json?__amp_source_origin=https%3A%2F%2Finews.co.uk — 200 — 0 B — 1 ms — h3data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap — 200 — 484 B — 46 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 127 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil…www.w3.org/2000/svg" width="48" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fil… — 200 — 0 B — 0 ms — datahttps://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 666 B — 32 ms — h2https://rta2.inews.co.uk/s/3rta2.inews.co.uk/s/3 https://rta2.inews.co.uk/s/3 — 200 — 1.2 KiB — 102 ms — h2https://inews.co.uk/wp-content/themes/inews-theme/assets/images/favicon/favicon.ico/wp-content/themes/inews-theme/asse... https://inews.co.uk/wp-content/themes/inews-theme/assets/images/favicon/favicon.ico — 200 — 1.4 KiB — 4 ms — h2https://inews.co.uk/wp-content/images/192x192.png/wp-content/images/192x192.png https://inews.co.uk/wp-content/images/192x192.png — 200 — 3.6 KiB — 4 ms — h2https://crta.dailymail.co.uk/crta.dailymail.co.uk/ https://crta.dailymail.co.uk/ — 202 — 692 B — 100 ms — h2https://crta.dailymail.co.uk/crta.dailymail.co.uk/ https://crta.dailymail.co.uk/ — 202 — 691 B — 90 ms — h2https://c2.inews.co.uk/api/v3/composer/logExecutionStats?aid=Xi7fMnt7pu&items=%5B%7B%22mId%22%3A%22timer5CPT709WEU2E5%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22userSegmentsSubM0NMFIE88FCC8%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22userSegmentsYOVJ2Y36QMSY12%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22runJs1C0ZE4HH6LON19%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%5D&execution_stats_context=%7Bkpdx%7DAAABIcaSDFL1BgoAEhBtbzk4bjdhYzgxMmdyMTljGhIAw2c3MTh2YWIyIhJ2LSYA8F9qNjd4cDBqeGoqdU1vemlsbGEvNS4wIChNYWNpbnRvc2g7IEludGVsIE1hYyBPUyBYIDEwXzE1XzcpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS8xNDcuMAIAcyBTYWZhcmkzAKEyBAgAEAIyBAgBBgARAgYAEQMGABEEBgARBQYAEQYGAPMYBxACOgYIABICQU06BggBEgJBRDoGCAISAkNQOgYIAxICUFI6BggECAATBQgA0AYSAkFEOgYIBxICREw&ts=1776813103869&source=rootTimer107c2.inews.co.uk/api/v3/composer/logE... https://c2.inews.co.uk/api/v3/composer/logExecutionStats?aid=Xi7fMnt7pu&items=%5B%7B%22mId%22%3A%22timer5CPT709WEU2E5%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22userSegmentsSubM0NMFIE88FCC8%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22userSegmentsYOVJ2Y36QMSY12%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%2C%7B%22mId%22%3A%22runJs1C0ZE4HH6LON19%22%2C%22eId%22%3A%22EXTFDXHN6U06%22%2C%22eV%22%3A7%2C%22eeId%22%3A%221805r000cs-000037dia19b8rchp167t9pcjc%22%7D%5D&execution_stats_context=%7Bkpdx%7DAAABIcaSDFL1BgoAEhBtbzk4bjdhYzgxMmdyMTljGhIAw2c3MTh2YWIyIhJ2LSYA8F9qNjd4cDBqeGoqdU1vemlsbGEvNS4wIChNYWNpbnRvc2g7IEludGVsIE1hYyBPUyBYIDEwXzE1XzcpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS8xNDcuMAIAcyBTYWZhcmkzAKEyBAgAEAIyBAgBBgARAgYAEQMGABEEBgARBQYAEQYGAPMYBxACOgYIABICQU06BggBEgJBRDoGCAISAkNQOgYIAxICUFI6BggECAATBQgA0AYSAkFEOgYIBxICREw&ts=1776813103869&source=rootTimer107 — 200 — 0 B — 118 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
73% of JavaScript execution is third-party
First-party Third-party 1249ms · 511KB · £13/mo
Unattributable
Other
Costly
Execution 469ms
Transfer 0 KB
Monthly Cost £5/mo
cdn.ampproject.org
Other
Costly
Execution 271ms
Transfer 0 KB
Unused 56%
Monthly Cost £3/mo
www.gstatic.com
Other
Optional
Execution 193ms
Transfer 0 KB
Unused 49%
Monthly Cost £2/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 170 KB
Unused 39%
Monthly Cost £1/mo
cdn.tinypass.com
Other
Optional
Execution 86ms
Transfer 133 KB
Unused 58%
Monthly Cost £1/mo
auth.inews.co.uk
Other
Optional
Execution 74ms
Transfer 1 KB
Monthly Cost £1/mo
dmg-libs.anm.co.uk
Other
Optional
Execution 59ms
Transfer 207 KB
Unused 75%
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • Unattributable adds 469ms and costs ~£5/month
  • cdn.ampproject.org adds 271ms and costs ~£3/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

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

cdn.ampproject.org takes 271ms 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

56% of cdn.ampproject.org'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

58% of cdn.tinypass.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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