Skip to content
https://yougov.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
5
PASS
7
INFO
2

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

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

4.99 s

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

13.39 s

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

2.78 s

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

0.000

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

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

14.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
17
7 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (1.9 MiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Execution Cost
Action
8035ms total JS execution
FIX
8035ms total JS execution
Warning::
https://d1z3r0i09bwium.cloudfront.net/v1.0/creep.j...: 2238ms CPU time
Warning::
https://yougov.com/: 1312ms CPU time
Warning::
Unattributable: 1108ms CPU time
Warning::
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chu...: 1015ms CPU time
Warning::
https://d18w79e3uiqk2z.cloudfront.net/b769019c/pol...: 864ms CPU time
Warning::
Third-party scripts: 6723ms (84% of total)

Main Thread Breakdown

Script Evaluation 64% Other 17% Style & Layout 9% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://d1z3r0i09bwium.cloudfront.net/v1.0/creep.js2238ms2019ms25ms3rd
https://yougov.com/1312ms294ms23ms1st
Unattributable1108ms196ms0ms3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-22BXOX6I.js1015ms868ms1ms3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/polyfills-5CFQRCPP.js864ms590ms54ms3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-CSRV2LAD.js513ms464ms0ms3rd
https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=2410ms394ms2ms3rd
https://js-agent.newrelic.com/nr-spa-1.313.1.min.js263ms216ms10ms3rd
https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.js260ms174ms46ms3rd
https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js52ms43ms3ms3rd
D
Page Weight Inventory
Action
175 resources · 2.0 MB · 90 KB savings available
FIX
175 resources · 2.0 MB · 90 KB savings available
Warning::
Page weight 976 KB over 1MB target
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~90 KB of savings available
Warning::
174 third-party resources (96% of weight)
175 resources · 2.0 MiB · 174 third-party 975.9 KiB over 1MB target
JavaScript 44% · 879.6 KiB
Image 41% · 820.6 KiB
Font 7% · 148.8 KiB
Document 4% · 87.4 KiB
Other 2% · 38.9 KiB
CSS 1% · 24.6 KiB

~89.8 KiB of savings available

Remove unused JavaScript: 89.8 KiB
C
Page Weight Budget
Action
2.0 MB transferred, 175 requests
REVIEW
2.0 MB transferred, 175 requests
Info::
Page weighs 4.9 MB (2.0 MB transferred)
Warning::
JavaScript is 779 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 779 KB
Warning::
175 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.41 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
175 requests
0.41 g CO2 per page load
Images 810.4 KiB 41%
JavaScript 778.7 KiB 39%
Fonts 148.8 KiB 7%
Other 105.3 KiB 5%
HTML 87.4 KiB 4%
Other 41.9 KiB 2%
CSS 20.0 KiB 1%
Other 7.7 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

B
Image Optimization
55 images, 0 KB saveable
REVIEW
55 images, 0 KB saveable
Warning::
https://d18w79e3uiqk2z.cloudfront.net/b769019c/ass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
55 images 810 KB
0 oversized -0 KB
41 legacy format
1 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

B
JS Bundles
89 scripts, 90 KB unused
REVIEW
89 scripts, 90 KB unused
Warning::
https://cdn-ukwest.onetrust.com/scripttemplates/20...: 68 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d18w79e3uiqk2z.cloudfront.net/b769019c/mai...: 22 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 90 KB
90 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.js126 KB68 KB (54%)3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/main-WIDTRIYA.js62 KB22 KB (35%)3rd
https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=24 KB3rd
https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js9 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L2AOR5G5.js2 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XOW27YAM.js2 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-SMX73KU6.js2 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JWRBRXJN.js15 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-OXBVXWAS.js11 KB3rd
https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISEDD3KL.js30 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0
REVIEW
max-age=0
Info::
Cache-Control header is set
Got: max-age=0
Info::
ETag present — enables conditional (304) responses
Cache-Control

max-age=0

DirectiveValueMeaning
max-age0Cache for 0 seconds
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (149 KB)
PASS
4 fonts (149 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

149 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.0 s LCP 13.4 shttps://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Bold-Web-3BJD5M6J.woff2Graphik-Bold-Web-3BJD5M... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Bold-Web-3BJD5M6J.woff2 — 37.5 KiB — 24 ms — font-display: swaphttps://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Regular-Web-7VESZU4H.woff2Graphik-Regular-Web-7VE... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Regular-Web-7VESZU4H.woff2 — 36.2 KiB — 24 ms — font-display: swaphttps://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Semibold-Web-ZICCUFUQ.woff2Graphik-Semibold-Web-ZI... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Semibold-Web-ZICCUFUQ.woff2 — 39.8 KiB — 24 ms — font-display: swaphttps://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Medium-Web-ST6MRZLX.woff2Graphik-Medium-Web-ST6M... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Medium-Web-ST6MRZLX.woff2 — 35.2 KiB — 24 ms — font-display: swap
Graphik-Bold-Web-3BJD5M... woff2 swap
Size 37 KB
Load time 24 ms
Start 700 ms
Risk FOUT — text flashes from fallback to web font
Graphik-Regular-Web-7VE... woff2 swap
Size 36 KB
Load time 24 ms
Start 700 ms
Risk FOUT — text flashes from fallback to web font
Graphik-Semibold-Web-ZI... woff2 swap
Size 40 KB
Load time 24 ms
Start 701 ms
Risk FOUT — text flashes from fallback to web font
Graphik-Medium-Web-ST6M... woff2 swap
Size 35 KB
Load time 24 ms
Start 2.5 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
8 hints, 0 missing preconnects
PASS
8 hints, 0 missing preconnects
Info::
Page uses 8 resource hint(s)

Current Resource Hints

preconnect
2
preload
4
dns-prefetch
2
prefetch

8 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
175 requests over 3880ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.0 s LCP 13.4 shttps://yougov.com// https://yougov.com/ — 200 — 84.0 KiB — 189 ms — h2https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=2cdn-ukwest.onetrust.com/consent/d61... https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=2 — 200 — 4.3 KiB — 120 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 110 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-black.svg?pw=40d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-black.svg?pw=40 — 200 — 1.3 KiB — 109 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=750 — 200 — 63.8 KiB — 123 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=750 — 200 — 144.0 KiB — 159 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=750 — 200 — 83.9 KiB — 144 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-white.svg?pw=40d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-white.svg?pw=40 — 200 — 1.3 KiB — 86 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L2AOR5G5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L2AOR5G5.js — 200 — 2.2 KiB — 89 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XOW27YAM.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XOW27YAM.js — 200 — 1.8 KiB — 90 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-SMX73KU6.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-SMX73KU6.js — 200 — 2.1 KiB — 91 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JWRBRXJN.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JWRBRXJN.js — 200 — 15.5 KiB — 109 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-OXBVXWAS.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-OXBVXWAS.js — 200 — 10.7 KiB — 94 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISEDD3KL.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISEDD3KL.js — 200 — 29.9 KiB — 114 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V4V4C77N.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V4V4C77N.js — 200 — 10.0 KiB — 95 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-A6G6LTCK.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-A6G6LTCK.js — 200 — 594 B — 108 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L742AN2W.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L742AN2W.js — 200 — 3.3 KiB — 106 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YQYEGRGT.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YQYEGRGT.js — 200 — 3.9 KiB — 104 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/polyfills-5CFQRCPP.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/polyfills-5CFQRCPP.js — 200 — 12.8 KiB — 125 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/main-WIDTRIYA.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/main-WIDTRIYA.js — 200 — 62.2 KiB — 124 ms — h2https://d18w79e3uiqk2z.cloudfront.net/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=18&cb=190285665d18w79e3uiqk2z.cloudfront.net/_Inca... https://d18w79e3uiqk2z.cloudfront.net/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=18&cb=190285665 — -1 — 0 B — 184 ms — https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/d6184387-4576-4218-9f38-639c735ffe2e.jsoncdn-ukwest.onetrust.com/consent/d61... https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/d6184387-4576-4218-9f38-639c735ffe2e.json — 200 — 2.6 KiB — 90 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=553266&u=https%3A%2F%2Fyougov.com%2F&vn=2.2&ph=1&st=283.6000003814697&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=553266&u=https%3A%2F%2Fyougov.com%2F&vn=2.2&ph=1&st=283.6000003814697&x=true — 200 — 21.1 KiB — 90 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/styles-BIXB3ETU.cssd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/styles-BIXB3ETU.css — 200 — 20.0 KiB — 28 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-E6SRKXGV.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-E6SRKXGV.js — 200 — 1.2 KiB — 48 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RXGUKYJZ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RXGUKYJZ.js — 200 — 1.8 KiB — 49 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VLL2RJBR.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VLL2RJBR.js — 200 — 1.8 KiB — 50 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZP7TTCN5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZP7TTCN5.js — 200 — 695 B — 49 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISX6V6L5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISX6V6L5.js — 200 — 1.4 KiB — 51 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2KOTCDAH.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2KOTCDAH.js — 200 — 1.9 KiB — 52 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.0 s LCP 13.4 shttps://yougov.com// https://yougov.com/ — 200 — 84.0 KiB — 189 ms — h2https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=2cdn-ukwest.onetrust.com/consent/d61... https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock.js?forceNoCache=2 — 200 — 4.3 KiB — 120 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 110 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-black.svg?pw=40d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-black.svg?pw=40 — 200 — 1.3 KiB — 109 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=750 — 200 — 63.8 KiB — 123 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=750 — 200 — 144.0 KiB — 159 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=750 — 200 — 83.9 KiB — 144 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-white.svg?pw=40d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-intl-white.svg?pw=40 — 200 — 1.3 KiB — 86 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L2AOR5G5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L2AOR5G5.js — 200 — 2.2 KiB — 89 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XOW27YAM.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XOW27YAM.js — 200 — 1.8 KiB — 90 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-SMX73KU6.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-SMX73KU6.js — 200 — 2.1 KiB — 91 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JWRBRXJN.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JWRBRXJN.js — 200 — 15.5 KiB — 109 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-OXBVXWAS.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-OXBVXWAS.js — 200 — 10.7 KiB — 94 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISEDD3KL.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISEDD3KL.js — 200 — 29.9 KiB — 114 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V4V4C77N.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V4V4C77N.js — 200 — 10.0 KiB — 95 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-A6G6LTCK.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-A6G6LTCK.js — 200 — 594 B — 108 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L742AN2W.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-L742AN2W.js — 200 — 3.3 KiB — 106 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YQYEGRGT.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YQYEGRGT.js — 200 — 3.9 KiB — 104 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/polyfills-5CFQRCPP.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/polyfills-5CFQRCPP.js — 200 — 12.8 KiB — 125 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/main-WIDTRIYA.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/main-WIDTRIYA.js — 200 — 62.2 KiB — 124 ms — h2https://d18w79e3uiqk2z.cloudfront.net/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=18&cb=190285665d18w79e3uiqk2z.cloudfront.net/_Inca... https://d18w79e3uiqk2z.cloudfront.net/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=18&cb=190285665 — -1 — 0 B — 184 ms — https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/d6184387-4576-4218-9f38-639c735ffe2e.jsoncdn-ukwest.onetrust.com/consent/d61... https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/d6184387-4576-4218-9f38-639c735ffe2e.json — 200 — 2.6 KiB — 90 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=553266&u=https%3A%2F%2Fyougov.com%2F&vn=2.2&ph=1&st=283.6000003814697&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=553266&u=https%3A%2F%2Fyougov.com%2F&vn=2.2&ph=1&st=283.6000003814697&x=true — 200 — 21.1 KiB — 90 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/styles-BIXB3ETU.cssd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/styles-BIXB3ETU.css — 200 — 20.0 KiB — 28 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-E6SRKXGV.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-E6SRKXGV.js — 200 — 1.2 KiB — 48 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RXGUKYJZ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RXGUKYJZ.js — 200 — 1.8 KiB — 49 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VLL2RJBR.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VLL2RJBR.js — 200 — 1.8 KiB — 50 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZP7TTCN5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZP7TTCN5.js — 200 — 695 B — 49 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISX6V6L5.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ISX6V6L5.js — 200 — 1.4 KiB — 51 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2KOTCDAH.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2KOTCDAH.js — 200 — 1.9 KiB — 52 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-422P7VE2.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-422P7VE2.js — 200 — 2.1 KiB — 53 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-CSRV2LAD.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-CSRV2LAD.js — 200 — 7.7 KiB — 65 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RB4YOMRY.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RB4YOMRY.js — 200 — 1.1 KiB — 54 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-PUGTVJT7.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-PUGTVJT7.js — 200 — 1.1 KiB — 53 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-W2D3HJZG.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-W2D3HJZG.js — 200 — 1.5 KiB — 55 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-6PDZLTWV.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-6PDZLTWV.js — 200 — 1.0 KiB — 58 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-55KXETJ3.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-55KXETJ3.js — 200 — 1.1 KiB — 56 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XYESIFYE.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XYESIFYE.js — 200 — 753 B — 56 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VK3KDNNB.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VK3KDNNB.js — 200 — 6.5 KiB — 57 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YLOL3XED.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YLOL3XED.js — 200 — 2.0 KiB — 75 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-IQAPVFNZ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-IQAPVFNZ.js — 200 — 780 B — 59 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZYGPSPPA.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZYGPSPPA.js — 200 — 1.1 KiB — 58 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-KVFMJ55R.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-KVFMJ55R.js — 200 — 1.1 KiB — 61 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-LBIGGLUI.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-LBIGGLUI.js — 200 — 939 B — 64 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-MLHGQLJB.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-MLHGQLJB.js — 200 — 1.6 KiB — 58 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-QEY7IAK7.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-QEY7IAK7.js — 200 — 7.0 KiB — 69 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-6EO5Z2BK.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-6EO5Z2BK.js — 200 — 22.4 KiB — 79 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-EEY4XZHX.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-EEY4XZHX.js — 200 — 11.5 KiB — 81 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZXP4YMRP.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZXP4YMRP.js — 200 — 1.2 KiB — 82 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JVXOGDCB.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JVXOGDCB.js — 200 — 1.0 KiB — 82 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-22BXOX6I.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-22BXOX6I.js — 200 — 72.8 KiB — 94 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FSBVZ45G.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FSBVZ45G.js — 200 — 5.3 KiB — 82 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V5KZKPIP.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-V5KZKPIP.js — 200 — 2.4 KiB — 87 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VI73JOY6.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-VI73JOY6.js — 200 — 1.3 KiB — 84 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 234 B — 61 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.js — 200 — 57.2 KiB — 81 ms — h3https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.jscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.js — 200 — 126.0 KiB — 76 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/search-black.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/search-black.svg — 200 — 743 B — 21 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chevron-light.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chevron-light.svg — 200 — 1.1 KiB — 21 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Featured.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Featured.svg — 200 — 2.8 KiB — 175 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Agencies.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Agencies.svg — 200 — 2.6 KiB — 202 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Retail.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Retail.svg — 200 — 2.2 KiB — 169 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Economy.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Economy.svg — 200 — 2.1 KiB — 168 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Media.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Media.svg — 200 — 1.7 KiB — 172 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Health.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Health.svg — 200 — 2.4 KiB — 169 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2268729978.original.jpg?pw=30 — 200 — 1.4 KiB — 20 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/Neutrality.original.jpg?pw=30 — 200 — 1.4 KiB — 21 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1429002762.original.jpg?pw=30 — 200 — 1.4 KiB — 22 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/footer-icon-info-mobile.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/footer-icon-info-mobile.svg — 200 — 979 B — 32 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/icon-chevron-down.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/icon-chevron-down.svg — 200 — 609 B — 32 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/footer-icon-world-mobile.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/footer-icon-world-mobile.svg — 200 — 2.3 KiB — 33 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JRCHUMZZ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JRCHUMZZ.js — 200 — 23.4 KiB — 20 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-PVFOEXZG.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-PVFOEXZG.js — 200 — 1.5 KiB — 20 ms — h2https://api-test.yougov.com/public-content/main-navigation/enapi-test.yougov.com/public-content/... https://api-test.yougov.com/public-content/main-navigation/en — 200 — 4.2 KiB — 194 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-Y5J2IEVQ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-Y5J2IEVQ.js — 200 — 22.6 KiB — 20 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Bold-Web-3BJD5M6J.woff2d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Bold-Web-3BJD5M6J.woff2 — 200 — 37.5 KiB — 24 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Regular-Web-7VESZU4H.woff2d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Regular-Web-7VESZU4H.woff2 — 200 — 36.2 KiB — 24 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Semibold-Web-ZICCUFUQ.woff2d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Semibold-Web-ZICCUFUQ.woff2 — 200 — 39.8 KiB — 24 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Government.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Government.svg — 200 — 1.1 KiB — 21 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Society.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Society.svg — 200 — 3.4 KiB — 22 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Sports.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Sports.svg — 200 — 2.4 KiB — 23 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Technology.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Technology.svg — 200 — 3.1 KiB — 24 ms — h2https://ygo-assets-websites-public.yougov.net/original_images/Travel.svgygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/original_images/Travel.svg — 200 — 1.5 KiB — 25 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-UYB2FLAM.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-UYB2FLAM.js — 200 — 1.1 KiB — 31 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-IQPTWIEQ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-IQPTWIEQ.js — 200 — 654 B — 32 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZLEZXJ5R.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ZLEZXJ5R.js — 200 — 2.9 KiB — 37 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JI4NMPSH.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JI4NMPSH.js — 200 — 1.4 KiB — 33 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-UOLHDK7U.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-UOLHDK7U.js — 200 — 8.9 KiB — 34 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-GMMKJC3W.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-GMMKJC3W.js — 200 — 844 B — 35 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-G6BQV4WE.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-G6BQV4WE.js — 200 — 26.3 KiB — 56 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-5LM3FZUU.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-5LM3FZUU.js — 200 — 1.7 KiB — 35 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JPCUK7BX.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JPCUK7BX.js — 200 — 2.4 KiB — 39 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ONRP7YG3.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ONRP7YG3.js — 200 — 3.9 KiB — 44 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-O24JZBRT.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-O24JZBRT.js — 200 — 6.1 KiB — 38 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FTFIAFKH.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FTFIAFKH.js — 200 — 6.2 KiB — 46 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-EX6QAOXK.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-EX6QAOXK.js — 200 — 3.8 KiB — 41 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ICVA2LN6.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ICVA2LN6.js — 200 — 912 B — 39 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-37MPRHWO.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-37MPRHWO.js — 200 — 1.3 KiB — 50 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-P6ZCUP4L.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-P6ZCUP4L.js — 200 — 850 B — 46 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YYHGITIV.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-YYHGITIV.js — 200 — 2.4 KiB — 52 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-5TF37W3G.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-5TF37W3G.js — 200 — 1.0 KiB — 48 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ACSXIVTN.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-ACSXIVTN.js — 200 — 2.1 KiB — 39 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-K3ICHNWN.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-K3ICHNWN.js — 200 — 816 B — 43 ms — h2https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/019b07c4-16ad-7cce-88d2-a3b7a87b1e1e/en.jsoncdn-ukwest.onetrust.com/consent/d61... https://cdn-ukwest.onetrust.com/consent/d6184387-4576-4218-9f38-639c735ffe2e/019b07c4-16ad-7cce-88d2-a3b7a87b1e1e/en.json — 200 — 19.8 KiB — 65 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 23 ms — h2https://d18w79e3uiqk2z.cloudfront.net/static/favicon.pngd18w79e3uiqk2z.cloudfront.net/stati... https://d18w79e3uiqk2z.cloudfront.net/static/favicon.png — 200 — 2.8 KiB — 20 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chev-right-light.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chev-right-light.svg — 200 — 658 B — 21 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chev-right-dark.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/chev-right-dark.svg — 200 — 657 B — 22 ms — h2https://cdn.dreamdata.cloud/api/v1/pcdn.dreamdata.cloud/api/v1/p https://cdn.dreamdata.cloud/api/v1/p — 200 — 247 B — 96 ms — h2https://d18w79e3uiqk2z.cloudfront.net/static/favicon.icod18w79e3uiqk2z.cloudfront.net/stati... https://d18w79e3uiqk2z.cloudfront.net/static/favicon.ico — 200 — 4.6 KiB — 20 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/i18n/fr-fr.jsond18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/i18n/fr-fr.json — 200 — 0 B — 66 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/otCenterRounded.jsoncdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 33 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/v2/otPcCenter.jsoncdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/v2/otPcCenter.json — 200 — 13.3 KiB — 33 ms — h2https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/otCommonStyles.csscdn-ukwest.onetrust.com/scripttempl... https://cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 35 ms — h2https://bam.nr-data.net/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1117&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&tt=4cbe685f1fd8b5e4&af=err,spa,xhr,stn,ins&ap=1.047053&be=124&fe=647&dc=516&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776805856479,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:8,%22c%22:8,%22s%22:38,%22ce%22:72,%22rq%22:72,%22rp%22:124,%22rpe%22:191,%22di%22:340,%22ds%22:639,%22de%22:640,%22dc%22:769,%22l%22:769,%22le%22:771%7D,%22navigation%22:%7B%7D%7Dbam.nr-data.net/1/28418fab15?a=5539... https://bam.nr-data.net/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1117&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&tt=4cbe685f1fd8b5e4&af=err,spa,xhr,stn,ins&ap=1.047053&be=124&fe=647&dc=516&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776805856479,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:8,%22c%22:8,%22s%22:38,%22ce%22:72,%22rq%22:72,%22rp%22:124,%22rpe%22:191,%22di%22:340,%22ds%22:639,%22de%22:640,%22dc%22:769,%22l%22:769,%22le%22:771%7D,%22navigation%22:%7B%7D%7D — 200 — 714 B — 148 ms — http/1.1https://d25d2506sfb94s.cloudfront.net/r/13/cookie_img_blue_mobile.svgd25d2506sfb94s.cloudfront.net/r/13/... https://d25d2506sfb94s.cloudfront.net/r/13/cookie_img_blue_mobile.svg — 200 — 3.9 KiB — 94 ms — http/1.1https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/i18n/fr-fr.jsond18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/i18n/fr-fr.json — 200 — 3.3 KiB — 21 ms — h2https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svgcdn-ukwest.onetrust.com/logos/stati... https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg — 200 — 513 B — 32 ms — h2https://cdn-ukwest.onetrust.com/logos/704e6ae8-725d-4606-bc55-526c212e95ba/8fce76a5-9764-44c2-866e-34efd8ea893f/486ea988-83b3-455c-8584-3138cf4f4fe1/logo@3x.pngcdn-ukwest.onetrust.com/logos/704e6... https://cdn-ukwest.onetrust.com/logos/704e6ae8-725d-4606-bc55-526c212e95ba/8fce76a5-9764-44c2-866e-34efd8ea893f/486ea988-83b3-455c-8584-3138cf4f4fe1/logo@3x.png — 200 — 10.5 KiB — 34 ms — h2https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svgcdn-ukwest.onetrust.com/logos/stati... https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 33 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-fr.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/menu/icon-nav-menu-lang-fr.svg — 200 — 800 B — 19 ms — h2https://bam.nr-data.net/browser/blobs?browser_monitoring_key=28418fab15&type=BrowserSessionChunk&app_id=553988785&protocol_version=0&timestamp=1776805856491&attributes=entityGuid%3DMzcwNzAzfEJST1dTRVJ8QVBQTElDQVRJT058NTk0NTI4ODIy%26harvestId%3De67f84e6225bdfcd_10ee7ecbb2b61cf1_1%26trace.firstTimestamp%3D1776805856491%26trace.lastTimestamp%3D1776805857262%26trace.nodes%3D141%26trace.originTimestamp%3D1776805856491%26agentVersion%3D1.313.1%26firstSessionHarvest%3Dtrue%26ptid%3D10ee7ecbb2b61cf1%26session%3De67f84e6225bdfcd%26currentUrl%3Dhttps://yougov.com/bam.nr-data.net/browser/blobs?brows... https://bam.nr-data.net/browser/blobs?browser_monitoring_key=28418fab15&type=BrowserSessionChunk&app_id=553988785&protocol_version=0&timestamp=1776805856491&attributes=entityGuid%3DMzcwNzAzfEJST1dTRVJ8QVBQTElDQVRJT058NTk0NTI4ODIy%26harvestId%3De67f84e6225bdfcd_10ee7ecbb2b61cf1_1%26trace.firstTimestamp%3D1776805856491%26trace.lastTimestamp%3D1776805857262%26trace.nodes%3D141%26trace.originTimestamp%3D1776805856491%26agentVersion%3D1.313.1%26firstSessionHarvest%3Dtrue%26ptid%3D10ee7ecbb2b61cf1%26session%3De67f84e6225bdfcd%26currentUrl%3Dhttps://yougov.com/ — 200 — 412 B — 220 ms — http/1.1https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1284&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1bam.nr-data.net/events/1/28418fab15... https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1284&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1 — 200 — 412 B — 108 ms — http/1.1https://dnc08nwcya6mg.cloudfront.net/original_images/YG_Logo.png?pw=168dnc08nwcya6mg.cloudfront.net/origin... https://dnc08nwcya6mg.cloudfront.net/original_images/YG_Logo.png?pw=168 — 200 — 10.9 KiB — 103 ms — h2https://bam.nr-data.net/jserrors/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1303&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1bam.nr-data.net/jserrors/1/28418fab... https://bam.nr-data.net/jserrors/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1303&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1 — 200 — 412 B — 111 ms — http/1.1https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1306&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1bam.nr-data.net/events/1/28418fab15... https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1306&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1 — 200 — 412 B — 109 ms — http/1.1https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1308&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1bam.nr-data.net/events/1/28418fab15... https://bam.nr-data.net/events/1/28418fab15?a=553988785&v=1.313.1&to=YVFaZEdTWkZRBhBYC1gbdl9HX1VZWR8BVTFEXRca&rst=1308&ck=0&s=e67f84e6225bdfcd&ref=https://yougov.com/&ptid=10ee7ecbb2b61cf1&ht=1 — 200 — 412 B — 109 ms — http/1.1https://bam.nr-data.net/browser/blobs?browser_monitoring_key=28418fab15&type=BrowserSessionChunk&app_id=553988785&protocol_version=0&timestamp=1776805856777&attributes=entityGuid%3DMzcwNzAzfEJST1dTRVJ8QVBQTElDQVRJT058NTk0NTI4ODIy%26harvestId%3De67f84e6225bdfcd_10ee7ecbb2b61cf1_2%26trace.firstTimestamp%3D1776805856777%26trace.lastTimestamp%3D1776805857758%26trace.nodes%3D64%26trace.originTimestamp%3D1776805856491%26agentVersion%3D1.313.1%26ptid%3D10ee7ecbb2b61cf1%26session%3De67f84e6225bdfcd%26currentUrl%3Dhttps://yougov.com/bam.nr-data.net/browser/blobs?brows... https://bam.nr-data.net/browser/blobs?browser_monitoring_key=28418fab15&type=BrowserSessionChunk&app_id=553988785&protocol_version=0&timestamp=1776805856777&attributes=entityGuid%3DMzcwNzAzfEJST1dTRVJ8QVBQTElDQVRJT058NTk0NTI4ODIy%26harvestId%3De67f84e6225bdfcd_10ee7ecbb2b61cf1_2%26trace.firstTimestamp%3D1776805856777%26trace.lastTimestamp%3D1776805857758%26trace.nodes%3D64%26trace.originTimestamp%3D1776805856491%26agentVersion%3D1.313.1%26ptid%3D10ee7ecbb2b61cf1%26session%3De67f84e6225bdfcd%26currentUrl%3Dhttps://yougov.com/ — 200 — 407 B — 176 ms — http/1.1https://datawrapper.dwcdn.net/lib/embed.min.jsdatawrapper.dwcdn.net/lib/embed.min... https://datawrapper.dwcdn.net/lib/embed.min.js — 200 — 557 B — 91 ms — h2https://d1z3r0i09bwium.cloudfront.net/v1.0/attributor.jsd1z3r0i09bwium.cloudfront.net/v1.0/... https://d1z3r0i09bwium.cloudfront.net/v1.0/attributor.js — 200 — 3.4 KiB — 130 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-MA2M74O2.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-MA2M74O2.js — 200 — 3.9 KiB — 21 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JBBBXPGE.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-JBBBXPGE.js — 200 — 4.3 KiB — 21 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-C6PH3BYD.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-C6PH3BYD.js — 200 — 6.1 KiB — 21 ms — h2https://ygo-assets-websites-editorial-emea.yougov.net/images/election_email2.original.png?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/election_email2.original.png?pw=30 — 200 — 2.0 KiB — 23 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2243995440.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2243995440.original.jpg?pw=30 — 200 — 1.3 KiB — 43 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2149367923.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2149367923.original.jpg?pw=30 — 200 — 1.3 KiB — 36 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1330927500.original.jpg?pw=30ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1330927500.original.jpg?pw=30 — 200 — 1.4 KiB — 42 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/election_email2.original.png?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/election_email2.original.png?pw=750 — 200 — 190.0 KiB — 82 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2243995440.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2243995440.original.jpg?pw=750 — 200 — 79.7 KiB — 73 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2149367923.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-2149367923.original.jpg?pw=750 — 200 — 61.6 KiB — 66 ms — h3https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1330927500.original.jpg?pw=750ygo-assets-websites-editorial-emea.... https://ygo-assets-websites-editorial-emea.yougov.net/images/GettyImages-1330927500.original.jpg?pw=750 — 200 — 83.9 KiB — 74 ms — h3https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FJ2VD5QQ.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-FJ2VD5QQ.js — 200 — 1.5 KiB — 35 ms — h2https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 92 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Medium-Web-ST6MRZLX.woff2d18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/media/Graphik-Medium-Web-ST6MRZLX.woff2 — 200 — 35.2 KiB — 24 ms — h2https://api-test.yougov.com/public-content/homepages/en/testimonialsapi-test.yougov.com/public-content/... https://api-test.yougov.com/public-content/homepages/en/testimonials — 200 — 11.8 KiB — 73 ms — h2https://ygo-assets-websites-public.yougov.net/images/why-real-people-mobile.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/why-real-people-mobile.format-webp.webp?pw=30 — 200 — 679 B — 68 ms — h2https://ygo-assets-websites-public.yougov.net/images/why-accurate-data-mobile.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/why-accurate-data-mobile.format-webp.webp?pw=30 — 200 — 693 B — 69 ms — h2https://ygo-assets-websites-public.yougov.net/images/why-tech-ai-mobile.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/why-tech-ai-mobile.format-webp.webp?pw=30 — 200 — 612 B — 65 ms — h2https://ygo-assets-websites-public.yougov.net/images/why-experts-mobile.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/why-experts-mobile.format-webp.webp?pw=30 — 200 — 792 B — 66 ms — h2https://ygo-assets-websites-public.yougov.net/images/why-real-people-mobile.format-webp.webp?pw=560ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/why-real-people-mobile.format-webp.webp?pw=560 — 200 — 18.4 KiB — 52 ms — h2https://d1z3r0i09bwium.cloudfront.net/v1.0/creep.jsd1z3r0i09bwium.cloudfront.net/v1.0/... https://d1z3r0i09bwium.cloudfront.net/v1.0/creep.js — 200 — 82.9 KiB — 87 ms — h2https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/index.html?templateId=5419b6ffb0d04a076446a9af&businessunitId=4a89bf070000640005048717widget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/index.html?templateId=5419b6ffb0d04a076446a9af&businessunitId=4a89bf070000640005048717 — 200 — 3.4 KiB — 54 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_Havas_-_Logo_8EkPREH.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_Havas_-_Logo_8EkPREH.format-webp.webp?pw=30 — 200 — 840 B — 29 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/quote.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/quote.svg — 200 — 1.2 KiB — 26 ms — h2https://ygo-assets-websites-public.yougov.net/images/Screenshot_2025-04-23_at_15_26TF2Me.10.00.original.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/Screenshot_2025-04-23_at_15_26TF2Me.10.00.original.format-webp.webp?pw=30 — 200 — 639 B — 27 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/star-filled.svgd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/assets/images/svg/star-filled.svg — 200 — 877 B — 23 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_University_of_Cambridg_GzIuGwW.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_University_of_Cambridg_GzIuGwW.format-webp.webp?pw=30 — 200 — 823 B — 28 ms — h2https://ygo-assets-websites-public.yougov.net/images/Screenshot_2025-04-23_at_15.08.18.original.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/Screenshot_2025-04-23_at_15.08.18.original.format-webp.webp?pw=30 — 200 — 709 B — 30 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_TikTok_-_Logo_9Uu8FX7.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_TikTok_-_Logo_9Uu8FX7.format-webp.webp?pw=30 — 200 — 607 B — 29 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_Vauxhall_-_Logo.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_Vauxhall_-_Logo.format-webp.webp?pw=30 — 200 — 770 B — 33 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_VirginMoney_-_Logo.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_VirginMoney_-_Logo.format-webp.webp?pw=30 — 200 — 869 B — 33 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_NYT_-_Logo_ijil8Mb.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_NYT_-_Logo_ijil8Mb.format-webp.webp?pw=30 — 200 — 578 B — 30 ms — h2https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_FoxSports_-_Logo.format-webp.webp?pw=30ygo-assets-websites-public.yougov.n... https://ygo-assets-websites-public.yougov.net/images/ClientsCaseStudies_-_FoxSports_-_Logo.format-webp.webp?pw=30 — 200 — 947 B — 34 ms — h2https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/main.js — 200 — 24.3 KiB — 30 ms — h2https://widget.trustpilot.com/trustbox-data/5419b6ffb0d04a076446a9af?businessUnitId=4a89bf070000640005048717&locale=en-gbwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/5419b6ffb0d04a076446a9af?businessUnitId=4a89bf070000640005048717&locale=en-gb — 200 — 937 B — 60 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?styleWidth=100%25&styleHeight=40px&theme=light&locale=en-gb&url=https%3A%2F%2Fyougov.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=4a89bf070000640005048717&widgetId=5419b6ffb0d04a076446a9afwidget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?styleWidth=100%25&styleHeight=40px&theme=light&locale=en-gb&url=https%3A%2F%2Fyougov.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=4a89bf070000640005048717&widgetId=5419b6ffb0d04a076446a9af — 204 — 309 B — 38 ms — h2blob:https://yougov.com/c6f36f09-8d74-4e5b-a823-f238932edfbdyougov.com/c6f36f09-8d74-4e5b-a823-... blob:https://yougov.com/c6f36f09-8d74-4e5b-a823-f238932edfbd — 200 — -1 B — 203 ms — blobhttps://d1z3r0i09bwium.cloudfront.net/v1.0/creep.jsd1z3r0i09bwium.cloudfront.net/v1.0/... https://d1z3r0i09bwium.cloudfront.net/v1.0/creep.js — 200 — 341 B — 46 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RQW2WNXG.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-RQW2WNXG.js — 200 — 15.8 KiB — 21 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2J72YAK7.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-2J72YAK7.js — 200 — 8.9 KiB — 23 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XIML4CHW.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-XIML4CHW.js — 200 — 1.8 KiB — 23 ms — h2https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-DLV5YQLL.jsd18w79e3uiqk2z.cloudfront.net/b7690... https://d18w79e3uiqk2z.cloudfront.net/b769019c/chunk-DLV5YQLL.js — 200 — 5.2 KiB — 24 ms — h2https://api-test.yougov.com/concierge-api/statusapi-test.yougov.com/concierge-api/s... https://api-test.yougov.com/concierge-api/status — 200 — 505 B — 199 ms — h2https://api.yougov.com/platform/attributor/v1/attributions/c2e-b0--6-2-13----99-f7-1d-6abe1-f-----caf-f4af29675------------api.yougov.com/platform/attributor/... https://api.yougov.com/platform/attributor/v1/attributions/c2e-b0--6-2-13----99-f7-1d-6abe1-f-----caf-f4af29675------------ — 200 — 0 B — 137 ms — h2https://api.yougov.com/platform/attributor/v1/attributions/c2e-b0--6-2-13----99-f7-1d-6abe1-f-----caf-f4af29675------------api.yougov.com/platform/attributor/... https://api.yougov.com/platform/attributor/v1/attributions/c2e-b0--6-2-13----99-f7-1d-6abe1-f-----caf-f4af29675------------ — 404 — 589 B — 43 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
84% of JavaScript execution is third-party
First-party Third-party 6723ms · 263KB · €117/mo
d1z3r0i09bwium.cloudfront.net
Other
Costly
Execution 2238ms
Transfer 0 KB
Monthly Cost €39/mo
Unattributable
Other
Costly
Execution 1108ms
Transfer 0 KB
Monthly Cost €19/mo
d18w79e3uiqk2z.cloudfront.net
Other
Costly
Execution 1015ms
Transfer 73 KB
Monthly Cost €18/mo
d18w79e3uiqk2z.cloudfront.net
Other
Costly
Execution 864ms
Transfer 13 KB
Monthly Cost €15/mo
d18w79e3uiqk2z.cloudfront.net
Other
Costly
Execution 513ms
Transfer 8 KB
Monthly Cost €9/mo
cdn-ukwest.onetrust.com
Other
Costly
Execution 410ms
Transfer 4 KB
Monthly Cost €7/mo
js-agent.newrelic.com
Other
Costly
Execution 263ms
Transfer 30 KB
Monthly Cost €5/mo
cdn-ukwest.onetrust.com
Other
Costly
Execution 260ms
Transfer 126 KB
Unused 54%
Monthly Cost €5/mo
cdn-ukwest.onetrust.com
Other
Optional
Execution 52ms
Transfer 9 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • d1z3r0i09bwium.cloudfront.net adds 2238ms and costs ~€39/month
  • Unattributable adds 1108ms and costs ~€19/month
  • d18w79e3uiqk2z.cloudfront.net adds 1015ms and costs ~€18/month
  • d18w79e3uiqk2z.cloudfront.net adds 864ms and costs ~€15/month
  • d18w79e3uiqk2z.cloudfront.net adds 513ms and costs ~€9/month
  • cdn-ukwest.onetrust.com adds 410ms and costs ~€7/month
  • js-agent.newrelic.com adds 263ms and costs ~€5/month
  • cdn-ukwest.onetrust.com adds 260ms and costs ~€5/month

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

d1z3r0i09bwium.cloudfront.net takes 2238ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

d18w79e3uiqk2z.cloudfront.net takes 1015ms 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

d18w79e3uiqk2z.cloudfront.net takes 864ms 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

d18w79e3uiqk2z.cloudfront.net takes 513ms 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-ukwest.onetrust.com takes 410ms 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

js-agent.newrelic.com takes 263ms 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-ukwest.onetrust.com 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

54% of cdn-ukwest.onetrust.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback