Skip to content
https://gulfnews.com

Performance

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

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

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

751 ms

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

3.35 s

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

60 ms

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

0.445

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.

5.27 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
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 232 requests
FIX
3.7 MB transferred, 232 requests
Warning::
Page weighs 11.7 MB (3.7 MB transferred)
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 212 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 212 KB
Warning::
232 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.77 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
232 requests
0.77 g CO2 per page load
JavaScript 2.2 MiB 61%
HTML 522.2 KiB 14%
Images 450.8 KiB 12%
Fonts 212.3 KiB 6%
Other 192.3 KiB 5%
CSS 70.0 KiB 2%
Other 17.0 KiB 0%
Other 5.6 KiB 0%
Other 1019 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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
92% third-party, 0 ms blocking
FIX
92% third-party, 0 ms blocking
Warning::
Third-party code accounts for 92% of page weight (3.3 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
First-party Third-party
F
JS Bundles
Action
41 scripts, 1.2 MB unused
FIX
41 scripts, 1.2 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://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fea.assettype.com/gulfnews/assets/app-52a5...: 110 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1190 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.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB129 KB (69%)3rd
https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.js167 KB110 KB (66%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js151 KB75 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VQSYK48MVF&cx=c&gtm=4e64h1171 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B2156 KB67 KB (43%)3rd
https://j.bids.ws/gulfnews/gam.js149 KB45 KB (30%)3rd
https://fundingchoicesmessages.google.com/i/1019334?ers=370 KB36 KB (53%)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
232 resources · 3.7 MB · 1.2 MB savings available
FIX
232 resources · 3.7 MB · 1.2 MB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
224 third-party resources (92% of weight)
Info::
3 resources over 200KB
232 resources · 3.7 MiB · 224 third-party 2.7 MiB over 1MB target
JavaScript 61% · 2.2 MiB
Image 16% · 611.5 KiB
Document 14% · 523.6 KiB
Font 6% · 212.3 KiB
CSS 2% · 70.0 KiB
Other 1% · 50.7 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
B
Image Optimization
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://images.assettype.com/gulfnews/2026-04-11/4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 451 KB
0 oversized -0 KB
11 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

C
JS Execution Cost
Action
1538ms total JS execution
REVIEW
1538ms total JS execution
Warning::
Unattributable: 308ms CPU time
Info::
https://gulfnews.com/: 247ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 203ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 179ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 103ms CPU time
Warning::
Third-party scripts: 1234ms (80% of total)

Main Thread Breakdown

Script Evaluation 63% Other 15% Style & Layout 9% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable308ms75ms0ms3rd
https://gulfnews.com/247ms28ms2ms1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js203ms178ms18ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js179ms163ms11ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxW5X3_TjxRyhn2CbmC8eK6fR2OxIF1lrzrs78t6fl4LJbzz4xq0NtAhlVBAJr6Nd-LXwixiLxZI28DJVUcvknfD-4MyrAeTE707Qa5QsFDlydAMhAm5xiM5QzZfYaMH2BYQfo8k5A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA4MjI1LDg4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9ndWxmbmV3cy5jb20vIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTAwOV1dXSJdLFszNSwiMTc3NjgwODIyNSJdLFsxOSwiMSJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksImZhbHNlIl1dXQ103ms50ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VQSYK48MVF&cx=c&gtm=4e64h191ms76ms14ms3rd
https://sdk.mrf.io/statics/marfeel-sdk.js?id=983486ms65ms0ms3rd
https://j.bids.ws/gulfnews/gam.js75ms61ms11ms3rd
https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.js73ms60ms10ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B261ms52ms8ms3rd

Showing top 10 of 12 scripts

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

Web fonts

7

212 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 751 ms LCP 3.3 shttps://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.woffR71RjywflP6FLr3gZx7K8Uy... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.woff — 30.8 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.woffR71RjywflP6FLr3gZx7K8Uy... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.woff — 34.1 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.woffJTUHjIg1_i6t8kCHKm4532V... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.woff — 18.3 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woffJTUHjIg1_i6t8kCHKm4532V... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff — 18.4 KiB — 63 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/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 27 ms — font-display: swap
R71RjywflP6FLr3gZx7K8Uy... woff swap
Size 31 KB
Load time 41 ms
Start 190 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
R71RjywflP6FLr3gZx7K8Uy... woff swap
Size 34 KB
Load time 63 ms
Start 190 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
JTUHjIg1_i6t8kCHKm4532V... woff swap
Size 18 KB
Load time 51 ms
Start 190 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
JTUHjIg1_i6t8kCHKm4532V... woff swap
Size 18 KB
Load time 63 ms
Start 191 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 63 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 29 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 27 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~30 KB and ~60 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=15 (15 seconds)
PASS
max-age=15 (15 seconds)
Info::
Cache-Control header is set
Got: public,max-age=15,s-maxage=900,stale-while-revalidate=1000,stale-if-error=14400
Info::
Effective TTL: 15 seconds (max-age=15)
Info::
CDN TTL: 15 minutes (s-maxage=900)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public,max-age=15,s-maxage=900,stale-while-revalidate=1000,stale-if-error=14400

DirectiveValueMeaning
publicAny cache may store this response
max-age15Cache for 15 seconds
s-maxage900CDN caches for 15 minutes
stale-while-revalidate1000Serve stale for 16 minutes while fetching fresh
stale-if-error14400
Effective TTL: 15 seconds
Network Waterfall
232 requests over 5551ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 751 ms LCP 3.3 shttps://gulfnews.com// https://gulfnews.com/ — 200 — 134.4 KiB — 106 ms — h2https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/a... https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.js — 200 — 167.0 KiB — 132 ms — h3https://www.google.com/recaptcha/api.js?render=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8 — 200 — 1.0 KiB — 60 ms — h3https://fea.assettype.com/gulfnews/assets/home-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/h... https://fea.assettype.com/gulfnews/assets/home-52a5a0b144fa7b5b02b5.js — 200 — 1.3 KiB — 54 ms — h3https://images.assettype.com/gulfnews/2026-04-11/2pp9uyh8/GNLogo-m.svgimages.assettype.com/gulfnews/2026-... https://images.assettype.com/gulfnews/2026-04-11/2pp9uyh8/GNLogo-m.svg — 200 — 37.1 KiB — 114 ms — h3https://images.assettype.com/gulfnews/2026-04-11/4dsf6jgr/GNLogo1.svgimages.assettype.com/gulfnews/2026-... https://images.assettype.com/gulfnews/2026-04-11/4dsf6jgr/GNLogo1.svg — 200 — 37.9 KiB — 125 ms — h3https://sdk.mrf.io/statics/marfeel-sdk.js?id=9834sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=9834 — 200 — 59.0 KiB — 86 ms — h3https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.jscdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js — 200 — 901 B — 56 ms — h3https://j.bids.ws/gulfnews/gam.jsj.bids.ws/gulfnews/gam.js https://j.bids.ws/gulfnews/gam.js — 200 — 148.6 KiB — 129 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 169 ms — h2https://gulfnews.com/gulfnews/assets/svg-sprite-c71831da97eff2ec188167649c252867.svg/gulfnews/assets/svg-sprite-c71831d... https://gulfnews.com/gulfnews/assets/svg-sprite-c71831da97eff2ec188167649c252867.svg — 200 — 158.1 KiB — 47 ms — h2data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.wofffonts.gstatic.com/s/robotoserif/v13... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.woff — 200 — 30.8 KiB — 41 ms — h3https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.wofffonts.gstatic.com/s/robotoserif/v13... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.woff — 200 — 34.1 KiB — 63 ms — h3https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.wofffonts.gstatic.com/s/montserrat/v26/... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.woff — 200 — 18.3 KiB — 51 ms — h3https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.wofffonts.gstatic.com/s/montserrat/v26/... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff — 200 — 18.4 KiB — 63 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' f…www.w3.org/2000/svg' width='32' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' f… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B2 — 200 — 156.1 KiB — 145 ms — h2https://gulfnews.com/api/v1/breaking-news/api/v1/breaking-news https://gulfnews.com/api/v1/breaking-news — 200 — 478 B — 35 ms — h3https://fea.assettype.com/gulfnews/assets/729-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/7... https://fea.assettype.com/gulfnews/assets/729-52a5a0b144fa7b5b02b5.js — 200 — 27.8 KiB — 42 ms — h3https://fea.assettype.com/gulfnews/assets/769-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/7... https://fea.assettype.com/gulfnews/assets/769-52a5a0b144fa7b5b02b5.js — 200 — 2.8 KiB — 41 ms — h3https://fea.assettype.com/gulfnews/assets/42-25c625140e1884d29d10.cssfea.assettype.com/gulfnews/assets/4... https://fea.assettype.com/gulfnews/assets/42-25c625140e1884d29d10.css — 200 — 4.7 KiB — 34 ms — h3https://fea.assettype.com/gulfnews/assets/42-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/4... https://fea.assettype.com/gulfnews/assets/42-52a5a0b144fa7b5b02b5.js — 200 — 13.1 KiB — 38 ms — h3https://fea.assettype.com/gulfnews/assets/9-e207e9465aa84ae086b5.cssfea.assettype.com/gulfnews/assets/9... https://fea.assettype.com/gulfnews/assets/9-e207e9465aa84ae086b5.css — 200 — 16.5 KiB — 36 ms — h3https://fea.assettype.com/gulfnews/assets/9-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/9... https://fea.assettype.com/gulfnews/assets/9-52a5a0b144fa7b5b02b5.js — 200 — 29.6 KiB — 45 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.5 KiB — 98 ms — h3https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603cdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 — 200 — 42.1 KiB — 69 ms — h3https://gulfnews.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://gulfnews.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 57 ms — h3https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 73 ms — h2https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260sdk.mrf.io/statics/compass-multimed... https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260 — 200 — 4.3 KiB — 23 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 751 ms LCP 3.3 shttps://gulfnews.com// https://gulfnews.com/ — 200 — 134.4 KiB — 106 ms — h2https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/a... https://fea.assettype.com/gulfnews/assets/app-52a5a0b144fa7b5b02b5.js — 200 — 167.0 KiB — 132 ms — h3https://www.google.com/recaptcha/api.js?render=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8 — 200 — 1.0 KiB — 60 ms — h3https://fea.assettype.com/gulfnews/assets/home-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/h... https://fea.assettype.com/gulfnews/assets/home-52a5a0b144fa7b5b02b5.js — 200 — 1.3 KiB — 54 ms — h3https://images.assettype.com/gulfnews/2026-04-11/2pp9uyh8/GNLogo-m.svgimages.assettype.com/gulfnews/2026-... https://images.assettype.com/gulfnews/2026-04-11/2pp9uyh8/GNLogo-m.svg — 200 — 37.1 KiB — 114 ms — h3https://images.assettype.com/gulfnews/2026-04-11/4dsf6jgr/GNLogo1.svgimages.assettype.com/gulfnews/2026-... https://images.assettype.com/gulfnews/2026-04-11/4dsf6jgr/GNLogo1.svg — 200 — 37.9 KiB — 125 ms — h3https://sdk.mrf.io/statics/marfeel-sdk.js?id=9834sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=9834 — 200 — 59.0 KiB — 86 ms — h3https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.jscdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js — 200 — 901 B — 56 ms — h3https://j.bids.ws/gulfnews/gam.jsj.bids.ws/gulfnews/gam.js https://j.bids.ws/gulfnews/gam.js — 200 — 148.6 KiB — 129 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 169 ms — h2https://gulfnews.com/gulfnews/assets/svg-sprite-c71831da97eff2ec188167649c252867.svg/gulfnews/assets/svg-sprite-c71831d... https://gulfnews.com/gulfnews/assets/svg-sprite-c71831da97eff2ec188167649c252867.svg — 200 — 158.1 KiB — 47 ms — h2data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.wofffonts.gstatic.com/s/robotoserif/v13... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8Bg.woff — 200 — 30.8 KiB — 41 ms — h3https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.wofffonts.gstatic.com/s/robotoserif/v13... https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8Bg.woff — 200 — 34.1 KiB — 63 ms — h3https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.wofffonts.gstatic.com/s/montserrat/v26/... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.woff — 200 — 18.3 KiB — 51 ms — h3https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.wofffonts.gstatic.com/s/montserrat/v26/... https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff — 200 — 18.4 KiB — 63 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' f…www.w3.org/2000/svg' width='32' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' f… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NRHHF2B2 — 200 — 156.1 KiB — 145 ms — h2https://gulfnews.com/api/v1/breaking-news/api/v1/breaking-news https://gulfnews.com/api/v1/breaking-news — 200 — 478 B — 35 ms — h3https://fea.assettype.com/gulfnews/assets/729-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/7... https://fea.assettype.com/gulfnews/assets/729-52a5a0b144fa7b5b02b5.js — 200 — 27.8 KiB — 42 ms — h3https://fea.assettype.com/gulfnews/assets/769-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/7... https://fea.assettype.com/gulfnews/assets/769-52a5a0b144fa7b5b02b5.js — 200 — 2.8 KiB — 41 ms — h3https://fea.assettype.com/gulfnews/assets/42-25c625140e1884d29d10.cssfea.assettype.com/gulfnews/assets/4... https://fea.assettype.com/gulfnews/assets/42-25c625140e1884d29d10.css — 200 — 4.7 KiB — 34 ms — h3https://fea.assettype.com/gulfnews/assets/42-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/4... https://fea.assettype.com/gulfnews/assets/42-52a5a0b144fa7b5b02b5.js — 200 — 13.1 KiB — 38 ms — h3https://fea.assettype.com/gulfnews/assets/9-e207e9465aa84ae086b5.cssfea.assettype.com/gulfnews/assets/9... https://fea.assettype.com/gulfnews/assets/9-e207e9465aa84ae086b5.css — 200 — 16.5 KiB — 36 ms — h3https://fea.assettype.com/gulfnews/assets/9-52a5a0b144fa7b5b02b5.jsfea.assettype.com/gulfnews/assets/9... https://fea.assettype.com/gulfnews/assets/9-52a5a0b144fa7b5b02b5.js — 200 — 29.6 KiB — 45 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.5 KiB — 98 ms — h3https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603cdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 — 200 — 42.1 KiB — 69 ms — h3https://gulfnews.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://gulfnews.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 57 ms — h3https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 73 ms — h2https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260sdk.mrf.io/statics/compass-multimed... https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260 — 200 — 4.3 KiB — 23 ms — h3https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_7ds2jUmrRry0OE8Avq0y-Q&experimentType=HeadlineAB&version=esnextmarfeelexperimentsexperienceengine.... https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_7ds2jUmrRry0OE8Avq0y-Q&experimentType=HeadlineAB&version=esnext — 200 — 2.5 KiB — 121 ms — h2https://gulfnews.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://gulfnews.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.7 KiB — 42 ms — h3https://config.aps.amazon-adsystem.com/configs/60aa77e0-29aa-42ff-b637-7dc65f682450config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/60aa77e0-29aa-42ff-b637-7dc65f682450 — 200 — 882 B — 12 ms — h2https://client.aps.amazon-adsystem.com/publisher.jsclient.aps.amazon-adsystem.com/publ... https://client.aps.amazon-adsystem.com/publisher.js — 200 — 82.5 KiB — 16 ms — h2https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.jsoncdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json — 200 — 1.2 KiB — 35 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fgulfnews.com%2F&domain=gulfnews.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fgulfnews.com%2F&domain=gulfnews.com&cw=1&lsw=1 — 200 — 0 B — 56 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 651 B — 84 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 71 ms — h3https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=gulfnews.comsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=gulfnews.com — 200 — 1.6 KiB — 35 ms — h3https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fgulfnews.com%2F&domain=gulfnews.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fgulfnews.com%2F&domain=gulfnews.com&cw=1&lsw=1 — 200 — 371 B — 60 ms — h2https://gulfnews.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9eff9aabda3a6f58/cdn-cgi/challenge-platform/h/b/jsd... https://gulfnews.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9eff9aabda3a6f58 — 200 — 1022 B — 28 ms — h3https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.jssdk.mrf.io/statics/47bd3e88b6bda15c... https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js — 200 — 24.4 KiB — 25 ms — h3https://events.newsroom.bi/data/rfv.phpevents.newsroom.bi/data/rfv.php https://events.newsroom.bi/data/rfv.php — 200 — 453 B — 24 ms — h2https://events.newsroom.bi/data2/rfv.phpevents.newsroom.bi/data2/rfv.php https://events.newsroom.bi/data2/rfv.php — 200 — 446 B — 23 ms — h2https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 497 B — 22 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 342 B — 80 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.6 KiB — 83 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8&co=aHR0cHM6Ly9ndWxmbmV3cy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=do03j7evmo6zwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdPKngUAAAAACPz6zbvP8-XRdQxpvU9EJELNeH8&co=aHR0cHM6Ly9ndWxmbmV3cy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=do03j7evmo6z — 200 — 27.6 KiB — 78 ms — h3https://media.assettype.com/gulfnews%2F2026-04-21%2Fbihb2y7z%2FSheikh-Hamdan?rect=0%2C0%2C4096%2C3072&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-21%2Fbihb2y7z%2FSheikh-Hamdan?rect=0%2C0%2C4096%2C3072&w=640&auto=format%2Ccompress&fit=max — 200 — 72.3 KiB — 58 ms — h3https://media.assettype.com/gulfnews%2F2026-04-14%2F890qtcnl%2FDonald-Trump?rect=0%2C0%2C1200%2C900&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-14%2F890qtcnl%2FDonald-Trump?rect=0%2C0%2C1200%2C900&w=640&auto=format%2Ccompress&fit=max — 200 — 24.5 KiB — 48 ms — h3https://media.assettype.com/gulfnews%2F2026-04-20%2Fee7ms3ss%2Fnewsml_afp_com_20260420T123916Z_doc_a8e77zq.jpeg?w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-20%2Fee7ms3ss%2Fnewsml_afp_com_20260420T123916Z_doc_a8e77zq.jpeg?w=640&auto=format%2Ccompress&fit=max — 200 — 28.9 KiB — 55 ms — h3https://media.assettype.com/gulfnews%2F2026-04-21%2Fcefq4cfc%2FAjman-university-reopens-with-a-meaningful-event?rect=0%2C0%2C1137%2C853&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-21%2Fcefq4cfc%2FAjman-university-reopens-with-a-meaningful-event?rect=0%2C0%2C1137%2C853&w=640&auto=format%2Ccompress&fit=max — 200 — 28.7 KiB — 50 ms — h3https://media.assettype.com/gulfnews%2F2026-04-21%2Fuoif7yfg%2FAnwar-Gargash?rect=0%2C0%2C1464%2C1098&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-21%2Fuoif7yfg%2FAnwar-Gargash?rect=0%2C0%2C1464%2C1098&w=640&auto=format%2Ccompress&fit=max — 200 — 43.2 KiB — 55 ms — h3https://media.assettype.com/gulfnews%2F2024-11-18%2Fa7dadwqr%2Firan_missile_17f4edbe442_original_ratio.jpg?w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2024... https://media.assettype.com/gulfnews%2F2024-11-18%2Fa7dadwqr%2Firan_missile_17f4edbe442_original_ratio.jpg?w=640&auto=format%2Ccompress&fit=max — 200 — 41.6 KiB — 54 ms — h3https://id5-sync.com/g/v2/1484.jsonid5-sync.com/g/v2/1484.json https://id5-sync.com/g/v2/1484.json — 200 — 768 B — 27 ms — h2https://media.assettype.com/gulfnews%2F2026-03-03%2F7usfy6ck%2FApp-promo-2.jpg?w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-03-03%2F7usfy6ck%2FApp-promo-2.jpg?w=640&auto=format%2Ccompress&fit=max — 200 — 40.5 KiB — 36 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 110 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 — 174 ms — h2https://media.assettype.com/gulfnews%2F2026-04-21%2Fc0a1hchv%2Fhafeet-rail?rect=0%2C107%2C1080%2C810&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-21%2Fc0a1hchv%2Fhafeet-rail?rect=0%2C107%2C1080%2C810&w=640&auto=format%2Ccompress&fit=max — 200 — 47.6 KiB — 47 ms — h3https://media.assettype.com/gulfnews%2F2026-04-17%2Fmltoyep2%2FDSC02895.JPG?rect=304%2C0%2C3448%2C2586&w=640&auto=format%2Ccompress&fit=maxmedia.assettype.com/gulfnews%2F2026... https://media.assettype.com/gulfnews%2F2026-04-17%2Fmltoyep2%2FDSC02895.JPG?rect=304%2C0%2C3448%2C2586&w=640&auto=format%2Ccompress&fit=max — 200 — 42.3 KiB — 44 ms — h3https://www.googletagmanager.com/gtag/js?id=G-VQSYK48MVF&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VQSYK48MVF&cx=c&gtm=4e64h1 — 200 — 171.5 KiB — 50 ms — h2https://c.bids.ws/video/gulfnews.jsc.bids.ws/video/gulfnews.js https://c.bids.ws/video/gulfnews.js — 200 — 3.8 KiB — 35 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fgulfnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1326782895.1776808225&dt=Gulf%20News%3A%20Latest%20UAE%20news%2C%20Dubai%20news%2C%20Business%2C%20travel%20news%2C%20Dubai%20Gold%20rate%2C%20prayer%20time%2C%20cinema&auid=1700489957.1776808225&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v9202624885za200zd9202624885xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776808225379&tfd=815www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fgulfnews.com%2F&scrsrc=www.googletagmanager.com&rnd=1326782895.1776808225&dt=Gulf%20News%3A%20Latest%20UAE%20news%2C%20Dubai%20news%2C%20Business%2C%20travel%20news%2C%20Dubai%20Gold%20rate%2C%20prayer%20time%2C%20cinema&auid=1700489957.1776808225&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v9202624885za200zd9202624885xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776808225379&tfd=815 — 200 — 21 B — 75 ms — h3https://api.onesignal.com/sync/6d391df3-f5b1-45af-ad56-a24d914c5c23/web?callback=__jp0api.onesignal.com/sync/6d391df3-f5b... https://api.onesignal.com/sync/6d391df3-f5b1-45af-ad56-a24d914c5c23/web?callback=__jp0 — 200 — 2.4 KiB — 41 ms — h3https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 15 ms — h2https://config.aps.amazon-adsystem.com/configs/60aa77e0-29aa-42ff-b637-7dc65f682450config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/60aa77e0-29aa-42ff-b637-7dc65f682450 — 200 — 0 B — 2 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fgulfnews.com&pubid=60aa77e0-29aa-42ff-b637-7dc65f682450c.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fgulfnews.com&pubid=60aa77e0-29aa-42ff-b637-7dc65f682450 — 204 — 308 B — 9 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 48 ms — h2https://fundingchoicesmessages.google.com/i/1019334?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/1019334?ers=3 — 200 — 70.1 KiB — 139 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 389 B — 64 ms — h2https://a.bids.ws/cookie_synca.bids.ws/cookie_sync https://a.bids.ws/cookie_sync — 200 — 889 B — 104 ms — h2https://a.bids.ws/openrtb2/auctiona.bids.ws/openrtb2/auction https://a.bids.ws/openrtb2/auction — 200 — 492 B — 102 ms — h2https://a.teads.tv/hb/bid-requesta.teads.tv/hb/bid-request https://a.teads.tv/hb/bid-request — 200 — 544 B — 92 ms — h2https://rt.marphezis.com/hbrt.marphezis.com/hb https://rt.marphezis.com/hb — 204 — 353 B — 407 ms — h2https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=2022743display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=2022743 — 204 — 268 B — 66 ms — h2https://bid.sparteo.com/auction?network_id=9cd08c60-9c89-4720-89f7-f6a03974b8a8&site_domain=gulfnews.combid.sparteo.com/auction?network_id=... https://bid.sparteo.com/auction?network_id=9cd08c60-9c89-4720-89f7-f6a03974b8a8&site_domain=gulfnews.com — 200 — 232 B — 696 ms — h2https://s.seedtag.com/c/hb/bids.seedtag.com/c/hb/bid https://s.seedtag.com/c/hb/bid — 200 — 383 B — 353 ms — h3https://bid.missena.io/?t=PA-29443326bid.missena.io/?t=PA-29443326 https://bid.missena.io/?t=PA-29443326 — 204 — 253 B — 1.9 s — h2https://ib.adnxs.com/ut/v3/prebidib.adnxs.com/ut/v3/prebid https://ib.adnxs.com/ut/v3/prebid — 200 — 887 B — 296 ms — h2https://prebid.smilewanted.com/prebid.smilewanted.com/ https://prebid.smilewanted.com/ — 204 — 320 B — 72 ms — h3https://prebid.smilewanted.com/prebid.smilewanted.com/ https://prebid.smilewanted.com/ — 204 — 356 B — 70 ms — h3https://prebid.wurflcloud.com/wurfl.js?mode=prebid2&bidders=teads%2Csmilewanted%2Csparteo%2Cprojectagora%2Cseedtag%2Ctaboola%2Coms%2Cmissena%2Cteal&uach=%7B%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google+Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%7Dprebid.wurflcloud.com/wurfl.js?mode... https://prebid.wurflcloud.com/wurfl.js?mode=prebid2&bidders=teads%2Csmilewanted%2Csparteo%2Cprojectagora%2Cseedtag%2Ctaboola%2Coms%2Cmissena%2Cteal&uach=%7B%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google+Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%7D — 200 — 1.3 KiB — 113 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 31 ms — h2https://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 — 200 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 24 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 — 17 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-VQSYK48MVF&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&_p=1776808224848&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=912881803.1776808226&frm=0&pscdl=noapi&rcb=15&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&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406&sid=1776808225&sct=1&seg=0&dl=https%3A%2F%2Fgulfnews.com%2F&dt=Gulf%20News%3A%20Latest%20UAE%20news%2C%20Dubai%20news%2C%20Business%2C%20travel%20news%2C%20Dubai%20Gold%20rate%2C%20prayer%20time%2C%20cinema&en=page_view&_fv=1&_nsi=1&_ss=2&ep.article_author=&ep.article_published_date=&ep.article_section=Homepage&tfd=1163region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VQSYK48MVF&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&_p=1776808224848&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=912881803.1776808226&frm=0&pscdl=noapi&rcb=15&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&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406&sid=1776808225&sct=1&seg=0&dl=https%3A%2F%2Fgulfnews.com%2F&dt=Gulf%20News%3A%20Latest%20UAE%20news%2C%20Dubai%20news%2C%20Business%2C%20travel%20news%2C%20Dubai%20Gold%20rate%2C%20prayer%20time%2C%20cinema&en=page_view&_fv=1&_nsi=1&_ss=2&ep.article_author=&ep.article_published_date=&ep.article_section=Homepage&tfd=1163 — 204 — 547 B — 95 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VQSYK48MVF&cid=912881803.1776808226&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&rcb=15&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VQSYK48MVF&cid=912881803.1776808226&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&rcb=15&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406 — 204 — 547 B — 73 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VQSYK48MVF&cid=912881803.1776808226&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&rcb=15&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406&z=793399370www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VQSYK48MVF&cid=912881803.1776808226&gtm=45je64h1v889065839z89202624885za20gzb9202624885zd9202624885&rcb=15&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406&z=793399370 — 200 — 408 B — 75 ms — h2https://bids.ws/load-bids.html?iiq=0&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=bids.ws/load-bids.html?iiq=0&gdpr=&... https://bids.ws/load-bids.html?iiq=0&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid= — 200 — 2.8 KiB — 45 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 82 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 77 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 64 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxW5X3_TjxRyhn2CbmC8eK6fR2OxIF1lrzrs78t6fl4LJbzz4xq0NtAhlVBAJr6Nd-LXwixiLxZI28DJVUcvknfD-4MyrAeTE707Qa5QsFDlydAMhAm5xiM5QzZfYaMH2BYQfo8k5A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA4MjI1LDg4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9ndWxmbmV3cy5jb20vIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTAwOV1dXSJdLFszNSwiMTc3NjgwODIyNSJdLFsxOSwiMSJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxW5X3_TjxRyhn2CbmC8eK6fR2OxIF1lrzrs78t6fl4LJbzz4xq0NtAhlVBAJr6Nd-LXwixiLxZI28DJVUcvknfD-4MyrAeTE707Qa5QsFDlydAMhAm5xiM5QzZfYaMH2BYQfo8k5A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODA4MjI1LDg4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9ndWxmbmV3cy5jb20vIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTAwOV1dXSJdLFszNSwiMTc3NjgwODIyNSJdLFsxOSwiMSJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksImZhbHNlIl1dXQ — 200 — 70.3 KiB — 89 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 31 ms — h3https://a.bids.ws/setuid?bidder=bids&uid=%7B%22pcid%22%3A%223c81e0d7-bccc-4669-a3cb-43835c516f03%22%2C%22pcidDate%22%3A1776808225926%7Da.bids.ws/setuid?bidder=bids&uid=%7... https://a.bids.ws/setuid?bidder=bids&uid=%7B%22pcid%22%3A%223c81e0d7-bccc-4669-a3cb-43835c516f03%22%2C%22pcidDate%22%3A1776808225926%7D — 200 — 467 B — 96 ms — h2https://gulfnews.com/qlitics.js/qlitics.js https://gulfnews.com/qlitics.js — 200 — 4.9 KiB — 32 ms — h3https://prod-analytics.qlitics.com/api/device-tracker-idprod-analytics.qlitics.com/api/devi... https://prod-analytics.qlitics.com/api/device-tracker-id — 200 — 553 B — 302 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.6 KiB — 94 ms — h2https://lh3.googleusercontent.com/8ZqdhUVfSCfyu5CmfTqY-RvuC42YuH1rpJlcDwmKg_GAKWAMyVO5qxSuaD1iFE-DdyyEuoRr_GKtiCmZsT2UcYifDe8mU0AB7t6PUf1i-9VNGdlSQZo=h60lh3.googleusercontent.com/8ZqdhUVfS... https://lh3.googleusercontent.com/8ZqdhUVfSCfyu5CmfTqY-RvuC42YuH1rpJlcDwmKg_GAKWAMyVO5qxSuaD1iFE-DdyyEuoRr_GKtiCmZsT2UcYifDe8mU0AB7t6PUf1i-9VNGdlSQZo=h60 — 200 — 1.1 KiB — 97 ms — h2https://hbx.media.net/checksync.php?cid=8CUEHS6F9&cs=87&type=mpbc&cv=37&vsSync=1&uspstring=&gdpr=&gdprstring=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dmedianet%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%3Cvsid%3Ehbx.media.net/checksync.php?cid=8CU... https://hbx.media.net/checksync.php?cid=8CUEHS6F9&cs=87&type=mpbc&cv=37&vsSync=1&uspstring=&gdpr=&gdprstring=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dmedianet%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%3Cvsid%3E — 200 — 11.9 KiB — 33 ms — h2https://stats.prebid.wurflcloud.com/v2/prebid/statsstats.prebid.wurflcloud.com/v2/preb... https://stats.prebid.wurflcloud.com/v2/prebid/stats — 204 — 35 B — 67 ms — h2https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 29 ms — h3https://cs.media.net/cst?cs=87&cid=8CUEHS6F9cs.media.net/cst?cs=87&cid=8CUEHS6F... https://cs.media.net/cst?cs=87&cid=8CUEHS6F9 — 200 — 239 B — 167 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 33 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 32 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXIvsQ2WezRuTdKEkluYT-AfgJW6_dPzR7Q8iovx3U9Wag_9_sUFi-lMMojcGf31CVNSWjN44ekc263sbbI5O2KWTC4DJYXadRsmvL3j5xmnxAZRknnrqmNSDDvUCkzWdawiw4Jvg== — 204 — 28 B — 35 ms — h3https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 27 ms — h3https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230ssp-sync.criteo.com/user-sync/ifram... https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230 — 200 — 326 B — 56 ms — h2https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 497 B — 25 ms — h2https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%7B%7BOGURY_UID%7D%7D&gpp=&gpp_sid=&source=prebids2sms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%7B%7BOGURY_UID%7D%7D&gpp=&gpp_sid=&source=prebids2s — 200 — 261 B — 108 ms — h2https://a.bids.ws/setuid?bidder=medianet&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=b&uid=0000EEAa.bids.ws/setuid?bidder=medianet&gd... https://a.bids.ws/setuid?bidder=medianet&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=b&uid=0000EEA — 200 — 315 B — 32 ms — h2https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=&gdpr_consent=&us_privacy=&redirectUri=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dsmartadserver%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%5Bssb_sync_pid%5Dssbsync-global.smartadserver.com/ap... https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=&gdpr_consent=&us_privacy=&redirectUri=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dsmartadserver%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%5Bssb_sync_pid%5D — 200 — 45 B — 462 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dadnxs%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%24UID&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=ib.adnxs.com/getuid?https%3A%2F%2Fa... https://ib.adnxs.com/getuid?https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dadnxs%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%24UID&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid= — -1 — 0 B — 27 ms — https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 73 ms — h3https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dadf%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%24UIDc1.adform.net/cookie?redirect_url=h... https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dadf%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%24UID — 200 — 521 B — 110 ms — h2https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%5BPBS_UID%5Dpbs-cs.yellowblue.io/pbs-iframe?gdp... https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%5BPBS_UID%5D — 200 — 438 B — 83 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 151.0 KiB — 163 ms — h2https://gulfnews.com/favicon.ico/favicon.ico https://gulfnews.com/favicon.ico — 200 — 2.1 KiB — 32 ms — h3https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1 — 200 — 270.9 KiB — 151 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 81 ms — h2https://vast.bids.ws/ads/58fa486a-4e9a-4c74-9452-1b7b28eae510/user-sync?gdpr=0&gdpr_consent=vast.bids.ws/ads/58fa486a-4e9a-4c74... https://vast.bids.ws/ads/58fa486a-4e9a-4c74-9452-1b7b28eae510/user-sync?gdpr=0&gdpr_consent= — 302 — 384 B — 98 ms — http/1.1https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 33 ms — h3https://vast.bids.ws/load-cookie.html?endpoint=https%3A%2F%2Fvast.bids.ws%2Fcookie_sync&bidders=richaudience%2Cmedianet%2Caniview%2Cinmobi%2Csmartadserver%2Crubicon%2Cpubmatic%2Ccriteo&gdpr=0&gdpr_consent=&coop_sync=falsevast.bids.ws/load-cookie.html?endpo... https://vast.bids.ws/load-cookie.html?endpoint=https%3A%2F%2Fvast.bids.ws%2Fcookie_sync&bidders=richaudience%2Cmedianet%2Caniview%2Cinmobi%2Csmartadserver%2Crubicon%2Cpubmatic%2Ccriteo&gdpr=0&gdpr_consent=&coop_sync=false — 200 — 12.1 KiB — 38 ms — http/1.1https://vast.bids.ws/cookie_syncvast.bids.ws/cookie_sync https://vast.bids.ws/cookie_sync — 200 — 1.1 KiB — 38 ms — http/1.1https://hbx.media.net/checksync.php?cid=8CUEHS6F9&cs=87&type=mpbc&cv=37&vsSync=1&uspstring=&gdpr=0&gdprstring=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dmedianet%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%3Cvsid%3Ehbx.media.net/checksync.php?cid=8CU... https://hbx.media.net/checksync.php?cid=8CUEHS6F9&cs=87&type=mpbc&cv=37&vsSync=1&uspstring=&gdpr=0&gdprstring=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dmedianet%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%3Cvsid%3E — 200 — 11.9 KiB — 4 ms — h2https://cs.media.net/cst?gdpr=0&cs=87&cid=8CUEHS6F9cs.media.net/cst?gdpr=0&cs=87&cid=8... https://cs.media.net/cst?gdpr=0&cs=87&cid=8CUEHS6F9 — 200 — 66 B — 110 ms — h2https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=0&gdpr_consent=&us_privacy=&redirectUri=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dsmartadserver%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%5Bssb_sync_pid%5Dssbsync-global.smartadserver.com/ap... https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=0&gdpr_consent=&us_privacy=&redirectUri=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dsmartadserver%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%5Bssb_sync_pid%5D — 302 — 382 B — 408 ms — h2https://a.bids.ws/setuid?bidder=medianet&gdpr=0&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=b&uid=0000EEAa.bids.ws/setuid?bidder=medianet&gd... https://a.bids.ws/setuid?bidder=medianet&gdpr=0&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=b&uid=0000EEA — 200 — 315 B — 32 ms — h2https://vast.bids.ws/ads/58fa486a-4e9a-4c74-9452-1b7b28eae510?playbackmethod=2&passthrough.description_url=https%3A%2F%2Fgulfnews.com%2F&passthrough.cust_params=hb_provider%3Dauth&passthrough.gdpr=0&passthrough.gdpr_consent=&ppid=6c3f4edd-ad0a-4846-a488-c87c36f8d5f9&passthrough.vpa=auto&passthrough.vpmute=true&device.w=800&device.h=600vast.bids.ws/ads/58fa486a-4e9a-4c74... https://vast.bids.ws/ads/58fa486a-4e9a-4c74-9452-1b7b28eae510?playbackmethod=2&passthrough.description_url=https%3A%2F%2Fgulfnews.com%2F&passthrough.cust_params=hb_provider%3Dauth&passthrough.gdpr=0&passthrough.gdpr_consent=&ppid=6c3f4edd-ad0a-4846-a488-c87c36f8d5f9&passthrough.vpa=auto&passthrough.vpmute=true&device.w=800&device.h=600 — 200 — 1.4 KiB — 124 ms — http/1.1https://a.bids.ws/setuid?bidder=smartadserver&gdpr=0&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=i&uid=1055276085406195228a.bids.ws/setuid?bidder=smartadserv... https://a.bids.ws/setuid?bidder=smartadserver&gdpr=0&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&f=i&uid=1055276085406195228 — 200 — 679 B — 32 ms — h2https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=0&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230ssp-sync.criteo.com/user-sync/ifram... https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=0&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230 — 200 — 334 B — 19 ms — h2https://pagead2.googlesyndication.com/gampad/ads?env=vp&gdfp_req=1&output=xml_vast4&unviewed_position_start=1&kfa=0&pmad=1&pmnd=0&pmxd=65000&pod=1&tfcd=0&npa=0&max_ad_duration=65000&vad_type=linear&ad_rule=0&correlator=2014250618039151&sz=640x360&url=https%3A%2F%2Fgulfnews.com%2F&gdpr=1&vpa=auto&vpmute=true&ppid=6c3f4edd-ad0a-4846-a488-c87c36f8d5f9&iu=%2F22106938864%2Fgulfnews_video&useragent=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20HeadlessChrome%2F147.0.0.0%20Safari%2F537.36&cust_params=hb_uuid%3Dundefined%26hb_cache_id%3Dundefined%26hb_provider%3Dauth%26hb_cache_host%3Dprebidcache.bids.ws%26vpa%3Dauto%26vpmute%3Dtrue%26hb_service_provider%3Dauth%26authAuctionId%3Df7510e01-c0da-4a62-923c-ea48bb1c37b7%26publisherName%3DChildren%20of%20Auth%26publisherId%3D18818a25-e4be-4c11-a02a-3df066f7a4b8%26internalAuctionId%3D58fa486a-4e9a-4c74-9452-1b7b28eae510%26code%3D43258a89-0cf9-434a-85e0-cee275d6b042&description_url=https%3A%2F%2Fgulfnews.com%2F&plcmt=4&min_ad_duration=5000&vpos=preroll&sdkv=h.3.758.1&osd=2&frm=0&vis=1&sdr=1&hl=en&is_amp=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ..&u_so=l&ctv=0&gdpr_consent=tcunavailable&sdki=100000445&ptt=20&vo=0&adk=600167099&sdk_apis=2%2C7%2C8&omid_p=Google1%2Fh.3.758.1&sid=8F145EF3-AED1-42E6-8A41-391ADAA358A9&eid=44809192%2C95322027%2C95331589%2C95332046&top=https%3A%2F%2Fgulfnews.com%2F&loc=https%3A%2F%2Fgulfnews.com%2F&dlt=1776808224657&idt=2949&dt=1776808228023&pvsid=1565468186627087&scor=3719125904395266&pied=CgwSCgi4lJuMt8GinQMKDBIKCI_k8_Lcl6L8Aw..pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?env=vp&gdfp_req=1&output=xml_vast4&unviewed_position_start=1&kfa=0&pmad=1&pmnd=0&pmxd=65000&pod=1&tfcd=0&npa=0&max_ad_duration=65000&vad_type=linear&ad_rule=0&correlator=2014250618039151&sz=640x360&url=https%3A%2F%2Fgulfnews.com%2F&gdpr=1&vpa=auto&vpmute=true&ppid=6c3f4edd-ad0a-4846-a488-c87c36f8d5f9&iu=%2F22106938864%2Fgulfnews_video&useragent=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20HeadlessChrome%2F147.0.0.0%20Safari%2F537.36&cust_params=hb_uuid%3Dundefined%26hb_cache_id%3Dundefined%26hb_provider%3Dauth%26hb_cache_host%3Dprebidcache.bids.ws%26vpa%3Dauto%26vpmute%3Dtrue%26hb_service_provider%3Dauth%26authAuctionId%3Df7510e01-c0da-4a62-923c-ea48bb1c37b7%26publisherName%3DChildren%20of%20Auth%26publisherId%3D18818a25-e4be-4c11-a02a-3df066f7a4b8%26internalAuctionId%3D58fa486a-4e9a-4c74-9452-1b7b28eae510%26code%3D43258a89-0cf9-434a-85e0-cee275d6b042&description_url=https%3A%2F%2Fgulfnews.com%2F&plcmt=4&min_ad_duration=5000&vpos=preroll&sdkv=h.3.758.1&osd=2&frm=0&vis=1&sdr=1&hl=en&is_amp=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ..&u_so=l&ctv=0&gdpr_consent=tcunavailable&sdki=100000445&ptt=20&vo=0&adk=600167099&sdk_apis=2%2C7%2C8&omid_p=Google1%2Fh.3.758.1&sid=8F145EF3-AED1-42E6-8A41-391ADAA358A9&eid=44809192%2C95322027%2C95331589%2C95332046&top=https%3A%2F%2Fgulfnews.com%2F&loc=https%3A%2F%2Fgulfnews.com%2F&dlt=1776808224657&idt=2949&dt=1776808228023&pvsid=1565468186627087&scor=3719125904395266&pied=CgwSCgi4lJuMt8GinQMKDBIKCI_k8_Lcl6L8Aw.. — 200 — 142 B — 138 ms — h3https://sync.richaudience.com/74889303289e27f327ad0c6de7be7264/?consentString=&r=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%5BPDID%5Dsync.richaudience.com/74889303289e2... https://sync.richaudience.com/74889303289e27f327ad0c6de7be7264/?consentString=&r=https%3A%2F%2Fa.bids.ws%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D0%26gdpr_consent%3D%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%5BPDID%5D — 204 — 130 B — 96 ms — h2https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~mo95qqr4&c=7319984809844&slotId=3659992404922&eee=missing-element&bi=missing-id&vast_v=4.0&lima_p_ich=0&lima_p_icu=0csi.gstatic.com/csi?v=2&s=ima&dmc=8... https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~mo95qqr4&c=7319984809844&slotId=3659992404922&eee=missing-element&bi=missing-id&vast_v=4.0&lima_p_ich=0&lima_p_icu=0 — 204 — 377 B — 800 ms — h2https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=2~mo95qr7p&c=7319984809844&slotId=3659992404922&ghmsh_eids=44809192%2C95322027%2C95331589%2C95332046csi.gstatic.com/csi?v=2&s=ima&dmc=8... https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=2~mo95qr7p&c=7319984809844&slotId=3659992404922&ghmsh_eids=44809192%2C95322027%2C95331589%2C95332046 — 204 — 60 B — 288 ms — h2https://csync.smilewanted.com/csync.smilewanted.com/ https://csync.smilewanted.com/ — 200 — 2.9 KiB — 112 ms — h3https://sync.missena.io/iframe?t=PA-29443326sync.missena.io/iframe?t=PA-2944332... https://sync.missena.io/iframe?t=PA-29443326 — 200 — 12.0 KiB — 98 ms — h2https://cdn.taboola.com/scripts/prebid_iframe_sync.htmlcdn.taboola.com/scripts/prebid_ifra... https://cdn.taboola.com/scripts/prebid_iframe_sync.html — 200 — 2.5 KiB — 55 ms — h2https://rt.marphezis.com/sync?dpid=0rt.marphezis.com/sync?dpid=0 https://rt.marphezis.com/sync?dpid=0 — 204 — 312 B — 105 ms — h2https://sync.sparteo.com/sync/iframe.html?from=prebidjssync.sparteo.com/sync/iframe.html?f... https://sync.sparteo.com/sync/iframe.html?from=prebidjs — 200 — 12.7 KiB — 75 ms — h2https://trc.taboola.com/sg/prebidJS/1/cmtrc.taboola.com/sg/prebidJS/1/cm https://trc.taboola.com/sg/prebidJS/1/cm — -1 — 0 B — 34 ms — https://cdn.taboola.com/scripts/ifs.jscdn.taboola.com/scripts/ifs.js https://cdn.taboola.com/scripts/ifs.js — 200 — 1.2 KiB — 3 ms — h2https://sync.missena.io/missena?gdpr=0sync.missena.io/missena?gdpr=0 https://sync.missena.io/missena?gdpr=0 — 204 — 272 B — 28 ms — h2https://sync.sparteo.com/sync?gdpr=0&gdpr_consent=null&us_privacy=null&cb=0.898683359720146&if=1&origin=https%3A%2F%2Fsync.sparteo.com%2F&src=meetscale&type=f&la[]=https://gulfnews.comsync.sparteo.com/sync?gdpr=0&gdpr_c... https://sync.sparteo.com/sync?gdpr=0&gdpr_consent=null&us_privacy=null&cb=0.898683359720146&if=1&origin=https%3A%2F%2Fsync.sparteo.com%2F&src=meetscale&type=f&la[]=https://gulfnews.com — 200 — 124 B — 32 ms — h2https://ad.360yield.com/server_match?gdpr=0&partner_id=2157&r=https%3A%2F%2Fsync.missena.io%2Fimprovedigital%2F%7BPUB_USER_ID%7Dad.360yield.com/server_match?gdpr=0... https://ad.360yield.com/server_match?gdpr=0&partner_id=2157&r=https%3A%2F%2Fsync.missena.io%2Fimprovedigital%2F%7BPUB_USER_ID%7D — 200 — 199 B — 153 ms — h2https://static.smilewanted.com/js/decode_consent/decode_consent.jsstatic.smilewanted.com/js/decode_co... https://static.smilewanted.com/js/decode_consent/decode_consent.js — 200 — 12.2 KiB — 48 ms — h3https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=missena&endpoint=eu&gdpr=0secure-assets.rubiconproject.com/ut... https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=missena&endpoint=eu&gdpr=0 — 301 — 139 B — 56 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?gdpr=0&p=20156578&userIdMacro=PM_UID&predirect=https%3A%2F%2Fsync.missena.io%2Fpubmatic%2FPM_UIDads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?gdpr=0&p=20156578&userIdMacro=PM_UID&predirect=https%3A%2F%2Fsync.missena.io%2Fpubmatic%2FPM_UID — 200 — 7.6 KiB — 58 ms — h2https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&r=https://sync.missena.io/richaudience/%5BPDID%5Dsync.richaudience.com/f7872c90c5d37... https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&r=https://sync.missena.io/richaudience/%5BPDID%5D — 204 — 129 B — 48 ms — h2https://sync.smartadserver.com/getuid?gdpr=0&nwid=3927&url=https%3A%2F%2Fsync.missena.io%2Fsmart%2F%5Bsas_uid%5Dsync.smartadserver.com/getuid?gdpr=... https://sync.smartadserver.com/getuid?gdpr=0&nwid=3927&url=https%3A%2F%2Fsync.missena.io%2Fsmart%2F%5Bsas_uid%5D — 302 — 610 B — 166 ms — h2https://eus.rubiconproject.com/usync.html?p=missena&endpoint=eu&gdpr=0eus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=missena&endpoint=eu&gdpr=0 — 200 — 379 B — 57 ms — h2https://csync.smilewanted.com/getuid?gdpr=0&pubid=3924&redirect=https%3A%2F%2Fsync.missena.io%2Fsmilewanted%2F%24UID&source=openrtb-via-prebid-servercsync.smilewanted.com/getuid?gdpr=0... https://csync.smilewanted.com/getuid?gdpr=0&pubid=3924&redirect=https%3A%2F%2Fsync.missena.io%2Fsmilewanted%2F%24UID&source=openrtb-via-prebid-server — 302 — 629 B — 54 ms — h3https://csync.smilewanted.com/drop_cookie_sw.php?source=gulfnews.comcsync.smilewanted.com/drop_cookie_s... https://csync.smilewanted.com/drop_cookie_sw.php?source=gulfnews.com — 200 — 399 B — 42 ms — h3https://eb2.3lift.com/getuid?gdpr=0&redir=https%3A%2F%2Fsync.missena.io%2Ftriplelift%2F%24UIDeb2.3lift.com/getuid?gdpr=0&redir=h... https://eb2.3lift.com/getuid?gdpr=0&redir=https%3A%2F%2Fsync.missena.io%2Ftriplelift%2F%24UID — 200 — 140 B — 156 ms — h2https://sync.smartadserver.com/getuid?gdpr_consent=&nwid=2491&url=https://csync.smilewanted.com/set_partner_userid_get/smart/[sas_uid]sync.smartadserver.com/getuid?gdpr_... https://sync.smartadserver.com/getuid?gdpr_consent=&nwid=2491&url=https://csync.smilewanted.com/set_partner_userid_get/smart/[sas_uid] — 302 — 286 B — 132 ms — h2https://secure.adnxs.com/getuid?https://sync.missena.io/xandr/$UID?fu&gdpr=0secure.adnxs.com/getuid?https://syn... https://secure.adnxs.com/getuid?https://sync.missena.io/xandr/$UID?fu&gdpr=0 — 400 — 297 B — 166 ms — h2https://visitor-missena.omnitagjs.com/visitor/bsync?gdpr=0&name=MISSENA&uid=9d3de46176757cb28c73de5b6692c577&url=https%3A%2F%2Fsync.missena.io%2Fadyoulike%2FPARTNER_USER_IDvisitor-missena.omnitagjs.com/visit... https://visitor-missena.omnitagjs.com/visitor/bsync?gdpr=0&name=MISSENA&uid=9d3de46176757cb28c73de5b6692c577&url=https%3A%2F%2Fsync.missena.io%2Fadyoulike%2FPARTNER_USER_ID — 307 — 339 B — 111 ms — h2https://sync.missena.io/smilewanted/29cc19d6b401fac953d07fb05332dae7sync.missena.io/smilewanted/29cc19d... https://sync.missena.io/smilewanted/29cc19d6b401fac953d07fb05332dae7 — 204 — 355 B — 25 ms — h2https://ssp-sync.criteo.com/user-sync/redirect?gdprapplies=0&gdpr=&redir=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fcriteo%2F%24%7BCRITEO_USER_ID%7D&profile=342ssp-sync.criteo.com/user-sync/redir... https://ssp-sync.criteo.com/user-sync/redirect?gdprapplies=0&gdpr=&redir=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fcriteo%2F%24%7BCRITEO_USER_ID%7D&profile=342 — 302 — 668 B — 31 ms — h2https://ssp-sync.criteo.com/user-sync/redirect?gdpr=0&profile=342&redir=https%3A%2F%2Fsync.missena.io%2Fcriteo%2F%24%7BCRITEO_USER_ID%7Dssp-sync.criteo.com/user-sync/redir... https://ssp-sync.criteo.com/user-sync/redirect?gdpr=0&profile=342&redir=https%3A%2F%2Fsync.missena.io%2Fcriteo%2F%24%7BCRITEO_USER_ID%7D — 302 — 636 B — 23 ms — h2https://onetag-sys.com/usync/?gdpr=0&pubId=941359b203449a0onetag-sys.com/usync/?gdpr=0&pubId=... https://onetag-sys.com/usync/?gdpr=0&pubId=941359b203449a0 — 204 — 119 B — 105 ms — h2https://dis.criteo.com/dis/usersync.aspx?r=73&p=342&dis=0&url=https%3a%2f%2fssp-sync.criteo.com%2fuser-sync%2fredirect%3fuid%3d%40%40CRITEO_USERID%40%40%26dised%3dtrue%26gdpr%3d%26gdprapplies%3dFalse%26ccpa%3d%26gpp%3d%26gpp_sid%3d%26profile%3d342%26redir%3dhttps%253A%252F%252Fcsync.smilewanted.com%252Fset_partner_userid_get%252Fcriteo%252F%2524%7bCRITEO_USER_ID%7d&gdpr=&gdpr_consent=&gpp=&gpp_sid=dis.criteo.com/dis/usersync.aspx?r=... https://dis.criteo.com/dis/usersync.aspx?r=73&p=342&dis=0&url=https%3a%2f%2fssp-sync.criteo.com%2fuser-sync%2fredirect%3fuid%3d%40%40CRITEO_USERID%40%40%26dised%3dtrue%26gdpr%3d%26gdprapplies%3dFalse%26ccpa%3d%26gpp%3d%26gpp_sid%3d%26profile%3d342%26redir%3dhttps%253A%252F%252Fcsync.smilewanted.com%252Fset_partner_userid_get%252Fcriteo%252F%2524%7bCRITEO_USER_ID%7d&gdpr=&gdpr_consent=&gpp=&gpp_sid= — 302 — 801 B — 88 ms — h2https://dis.criteo.com/dis/usersync.aspx?r=73&p=342&dis=0&url=https%3a%2f%2fssp-sync.criteo.com%2fuser-sync%2fredirect%3fuid%3d%40%40CRITEO_USERID%40%40%26dised%3dtrue%26gdpr%3d%26gdprapplies%3dFalse%26ccpa%3d%26gpp%3d%26gpp_sid%3d%26profile%3d342%26redir%3dhttps%253A%252F%252Fsync.missena.io%252Fcriteo%252F%2524%7bCRITEO_USER_ID%7d&gdpr=0&gdpr_consent=&gpp=&gpp_sid=dis.criteo.com/dis/usersync.aspx?r=... https://dis.criteo.com/dis/usersync.aspx?r=73&p=342&dis=0&url=https%3a%2f%2fssp-sync.criteo.com%2fuser-sync%2fredirect%3fuid%3d%40%40CRITEO_USERID%40%40%26dised%3dtrue%26gdpr%3d%26gdprapplies%3dFalse%26ccpa%3d%26gpp%3d%26gpp_sid%3d%26profile%3d342%26redir%3dhttps%253A%252F%252Fsync.missena.io%252Fcriteo%252F%2524%7bCRITEO_USER_ID%7d&gdpr=0&gdpr_consent=&gpp=&gpp_sid= — 302 — 771 B — 83 ms — h2https://sync.a-mo.net/cchain?gdpr=0&cb=https%3A%2F%2Fsync.missena.io%2Fadaptmx%2Fsync.a-mo.net/cchain?gdpr=0&cb=http... https://sync.a-mo.net/cchain?gdpr=0&cb=https%3A%2F%2Fsync.missena.io%2Fadaptmx%2F — 204 — 16 B — 106 ms — h2https://ittpx.eskimi.com/sync?sp_id=148&gdpr=0&gdpr_consent=ittpx.eskimi.com/sync?sp_id=148&gdp... https://ittpx.eskimi.com/sync?sp_id=148&gdpr=0&gdpr_consent= — 302 — 305 B — 117 ms — h2https://sync.smartadserver.com/getuid?gdpr=0&nwid=3927&url=https://sync.missena.io/smart/[sas_uid]&cklb=1sync.smartadserver.com/getuid?gdpr=... https://sync.smartadserver.com/getuid?gdpr=0&nwid=3927&url=https://sync.missena.io/smart/[sas_uid]&cklb=1 — 200 — 44 B — 33 ms — h2https://sync.smartadserver.com/getuid?gdpr_consent=&nwid=2491&url=https://csync.smilewanted.com/set_partner_userid_get/smart/[sas_uid]&cklb=1sync.smartadserver.com/getuid?gdpr_... https://sync.smartadserver.com/getuid?gdpr_consent=&nwid=2491&url=https://csync.smilewanted.com/set_partner_userid_get/smart/[sas_uid]&cklb=1 — 200 — 44 B — 33 ms — h2https://sync.missena.io/adyoulike/c363bd43f3b7eef2f6be7a158a35d866sync.missena.io/adyoulike/c363bd43f... https://sync.missena.io/adyoulike/c363bd43f3b7eef2f6be7a158a35d866 — 204 — 356 B — 23 ms — h2https://sync.a-mo.net/cchain?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadaptmx%2F%24UIDsync.a-mo.net/cchain?gdpr=0&gdpr_co... https://sync.a-mo.net/cchain?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadaptmx%2F%24UID — 204 — 130 B — 47 ms — h2https://ssp-sync.criteo.com/user-sync/redirect?uid=83cf845e-8a41-4720-b6bb-86094998b559&dised=true&gdpr=&gdprapplies=False&ccpa=&gpp=&gpp_sid=&profile=342&redir=https%3A%2F%2Fsync.missena.io%2Fcriteo%2F%24{CRITEO_USER_ID}&gdpr=0&gdpr_consent=&gpp=ssp-sync.criteo.com/user-sync/redir... https://ssp-sync.criteo.com/user-sync/redirect?uid=83cf845e-8a41-4720-b6bb-86094998b559&dised=true&gdpr=&gdprapplies=False&ccpa=&gpp=&gpp_sid=&profile=342&redir=https%3A%2F%2Fsync.missena.io%2Fcriteo%2F%24{CRITEO_USER_ID}&gdpr=0&gdpr_consent=&gpp= — 302 — 644 B — 22 ms — h2https://ssp-sync.criteo.com/user-sync/redirect?uid=ac4a90c6-aa19-4124-97f2-5a72da717eea&dised=true&gdpr=&gdprapplies=False&ccpa=&gpp=&gpp_sid=&profile=342&redir=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fcriteo%2F%24{CRITEO_USER_ID}&gdpr=&gdpr_consent=&gpp=ssp-sync.criteo.com/user-sync/redir... https://ssp-sync.criteo.com/user-sync/redirect?uid=ac4a90c6-aa19-4124-97f2-5a72da717eea&dised=true&gdpr=&gdprapplies=False&ccpa=&gpp=&gpp_sid=&profile=342&redir=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fcriteo%2F%24{CRITEO_USER_ID}&gdpr=&gdpr_consent=&gpp= — 302 — 694 B — 22 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 5 ms — h2https://x.bidswitch.net/sync?ssp=criteo&custom_data=Kve3TV9LYzVNOGNJaVZXQjJ3SUwyamhaS2V6VGg1cFNSSnVKbWhQbGZWd24wVWdQY1NrTGdLMklnbndKVWpNTGlHdGFlZSUyQmk5MDcyVkg0JTJGSFclMkZ0VkFLQU5BcnBaTjJoMk9DbGp3SmdwT2dFYnh4QnVUMGwlMkIydE5nMHlGQWo5UTFzT3Y1UjBQV2pscllENGh0M3JSN1paMkpFQSUzRCUzRA&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-Ry1mmHJqe8UM6LWkFlL0wQ0w2kjuVzfmqiX6vwx.bidswitch.net/sync?ssp=criteo&cus... https://x.bidswitch.net/sync?ssp=criteo&custom_data=Kve3TV9LYzVNOGNJaVZXQjJ3SUwyamhaS2V6VGg1cFNSSnVKbWhQbGZWd24wVWdQY1NrTGdLMklnbndKVWpNTGlHdGFlZSUyQmk5MDcyVkg0JTJGSFclMkZ0VkFLQU5BcnBaTjJoMk9DbGp3SmdwT2dFYnh4QnVUMGwlMkIydE5nMHlGQWo5UTFzT3Y1UjBQV2pscllENGh0M3JSN1paMkpFQSUzRCUzRA&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-Ry1mmHJqe8UM6LWkFlL0wQ0w2kjuVzfmqiX6vw — 302 — 755 B — 118 ms — h2https://x.bidswitch.net/sync?ssp=criteo&custom_data=rDPj0l9mUVBpTGNHd2Z5cUlaRjlSWWNxQ2slMkZMbXIxY3lwUHhTdXYxTnpSQ1NaOTJoRDR4MWdsaDZWSmpleHhCQXN4cHBRRDNLeUZaJTJCYU9QenNqJTJCUVFtQ25FNFU1Zld4cTk2SVRoSW1NdU5IdzZ4aEVJWWNVbTFnNGVIdWhJWVc0cGpoJTJCOENhYUIlMkZvTlpVRjJ2RGx4UlBOZThFcHdYWkNUR3o1SU1td05BSzA4MENPT2N1SmMxVzBFbnAzYTByWUhzcmlI&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-3hyY8FZL6eD2iElADbbiDbVDIhz8Ljaa2tOcYAx.bidswitch.net/sync?ssp=criteo&cus... https://x.bidswitch.net/sync?ssp=criteo&custom_data=rDPj0l9mUVBpTGNHd2Z5cUlaRjlSWWNxQ2slMkZMbXIxY3lwUHhTdXYxTnpSQ1NaOTJoRDR4MWdsaDZWSmpleHhCQXN4cHBRRDNLeUZaJTJCYU9QenNqJTJCUVFtQ25FNFU1Zld4cTk2SVRoSW1NdU5IdzZ4aEVJWWNVbTFnNGVIdWhJWVc0cGpoJTJCOENhYUIlMkZvTlpVRjJ2RGx4UlBOZThFcHdYWkNUR3o1SU1td05BSzA4MENPT2N1SmMxVzBFbnAzYTByWUhzcmlI&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-3hyY8FZL6eD2iElADbbiDbVDIhz8Ljaa2tOcYA — 200 — 103 B — 117 ms — h2https://dsp-service.admatic.de/cookie_sync?r=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadmatic%2F%24%7BUSER_ID%7Ddsp-service.admatic.de/cookie_sync?... https://dsp-service.admatic.de/cookie_sync?r=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadmatic%2F%24%7BUSER_ID%7D — 200 — 2.4 KiB — 87 ms — h3https://token.rubiconproject.com/khaos.json?gdpr=0token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json?gdpr=0 — 200 — 380 B — 129 ms — http/1.1https://ittpx.eskimi.com/sync?sp_id=148&gdpr=0&gdpr_consent=&er=trueittpx.eskimi.com/sync?sp_id=148&gdp... https://ittpx.eskimi.com/sync?sp_id=148&gdpr=0&gdpr_consent=&er=true — 200 — 312 B — 32 ms — h2https://dsp-service.admatic.de/cookie_sync?r=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadmatic_autres%2F%24%7BUSER_ID%7Ddsp-service.admatic.de/cookie_sync?... https://dsp-service.admatic.de/cookie_sync?r=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadmatic_autres%2F%24%7BUSER_ID%7D — 200 — 2.3 KiB — 54 ms — h3https://sync.a-mo.net/cchain?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadaptmx_us%2F%24UIDsync.a-mo.net/cchain?gdpr=0&gdpr_co... https://sync.a-mo.net/cchain?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Fadaptmx_us%2F%24UID — 204 — 39 B — 39 ms — h2https://x.bidswitch.net/ul_cb/sync?ssp=criteo&custom_data=Kve3TV9LYzVNOGNJaVZXQjJ3SUwyamhaS2V6VGg1cFNSSnVKbWhQbGZWd24wVWdQY1NrTGdLMklnbndKVWpNTGlHdGFlZSUyQmk5MDcyVkg0JTJGSFclMkZ0VkFLQU5BcnBaTjJoMk9DbGp3SmdwT2dFYnh4QnVUMGwlMkIydE5nMHlGQWo5UTFzT3Y1UjBQV2pscllENGh0M3JSN1paMkpFQSUzRCUzRA&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-Ry1mmHJqe8UM6LWkFlL0wQ0w2kjuVzfmqiX6vwx.bidswitch.net/ul_cb/sync?ssp=crit... https://x.bidswitch.net/ul_cb/sync?ssp=criteo&custom_data=Kve3TV9LYzVNOGNJaVZXQjJ3SUwyamhaS2V6VGg1cFNSSnVKbWhQbGZWd24wVWdQY1NrTGdLMklnbndKVWpNTGlHdGFlZSUyQmk5MDcyVkg0JTJGSFclMkZ0VkFLQU5BcnBaTjJoMk9DbGp3SmdwT2dFYnh4QnVUMGwlMkIydE5nMHlGQWo5UTFzT3Y1UjBQV2pscllENGh0M3JSN1paMkpFQSUzRCUzRA&gpp=&gpp_sid=&gdpr=0&gdpr_consent=&us_privacy=&cr_user_id=k-Ry1mmHJqe8UM6LWkFlL0wQ0w2kjuVzfmqiX6vw — 200 — 92 B — 42 ms — h2https://sync.inmobi.com/oRTB?gdpr=0&gdpr_consent=&redirect=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Finmobi%2F%7BID5UID%7Dsync.inmobi.com/oRTB?gdpr=0&gdpr_co... https://sync.inmobi.com/oRTB?gdpr=0&gdpr_consent=&redirect=https%3A%2F%2Fcsync.smilewanted.com%2Fset_partner_userid_get%2Finmobi%2F%7BID5UID%7D — -1 — 0 B — 0 ms — https://measureadv.com/userIframe?gdpr=0&gdpr_consent=&p=3&redirect=https://csync.smilewanted.com/set_partner_userid_get/videoheroes/{UID}measureadv.com/userIframe?gdpr=0&gd... https://measureadv.com/userIframe?gdpr=0&gdpr_consent=&p=3&redirect=https://csync.smilewanted.com/set_partner_userid_get/videoheroes/{UID} — -1 — 0 B — 0 ms — https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=&gdpr_consent=&us_privacy=&pu=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dpubmatic%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%23PMUIDimage8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=&gdpr_consent=&us_privacy=&pu=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dpubmatic%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%23PMUID — -1 — 0 B — 0 ms — https://prebid.a-mo.net/cchain/0?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Damx%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3Dprebid.a-mo.net/cchain/0?gdpr=&gdpr... https://prebid.a-mo.net/cchain/0?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Damx%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D — -1 — 0 B — 0 ms — https://creativecdn.com/cm-notify?pi=gmbh-pbscreativecdn.com/cm-notify?pi=gmbh-p... https://creativecdn.com/cm-notify?pi=gmbh-pbs — -1 — 0 B — 0 ms — https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadform%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UIDc1.adform.net/cookie?redirect_url=h... https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadform%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UID — 200 — 477 B — 154 ms — h2https://cpm.vistarsagency.com/user-sync?zone=297502&t=image&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dvistar%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BUID%7Dcpm.vistarsagency.com/user-sync?zon... https://cpm.vistarsagency.com/user-sync?zone=297502&t=image&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dvistar%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BUID%7D — -1 — 0 B — 0 ms — https://server.smartytech.io/match?redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dmembrana%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7Buser_id%7Dserver.smartytech.io/match?redirect... https://server.smartytech.io/match?redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dmembrana%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7Buser_id%7D — -1 — 0 B — 0 ms — https://x.bidswitch.net/check_uuid/https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dbmtm%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BBSW_UUID%7D?gdpr=&gdpr_consent=&us_privacy=x.bidswitch.net/check_uuid/https%3A... https://x.bidswitch.net/check_uuid/https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dbmtm%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BBSW_UUID%7D?gdpr=&gdpr_consent=&us_privacy= — 200 — 40 B — 36 ms — h2https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&consentString=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D%26gdpr_consent%3D%26uid%3D%5BPDID%5Dsync.richaudience.com/f7872c90c5d37... https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&consentString=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D%26gdpr_consent%3D%26uid%3D%5BPDID%5D — 204 — 129 B — 36 ms — h2https://rtb.openx.net/sync/prebid?gdpr=&gdpr_consent=&gpp=&gpp_sid=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dopenx%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24%7BUID%7Drtb.openx.net/sync/prebid?gdpr=&gdp... https://rtb.openx.net/sync/prebid?gdpr=&gdpr_consent=&gpp=&gpp_sid=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dopenx%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24%7BUID%7D — -1 — 0 B — 0 ms — https://ib.adnxs.com/getuid?https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dappnexus%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24UIDib.adnxs.com/getuid?https%3A%2F%2Fp... https://ib.adnxs.com/getuid?https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dappnexus%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24UID — 400 — 141 B — 84 ms — h2https://cpm.vistarsagency.com/user-sync?zone=297502&t=image&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dvistar%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BUID%7Dcpm.vistarsagency.com/user-sync?zon... https://cpm.vistarsagency.com/user-sync?zone=297502&t=image&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dvistar%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BUID%7D — -1 — 0 B — 0 ms — https://server.smartytech.io/match?redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dmembrana%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7Buser_id%7Dserver.smartytech.io/match?redirect... https://server.smartytech.io/match?redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dmembrana%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7Buser_id%7D — -1 — 0 B — 0 ms — https://b1sync.outbrain.com/usersync/prebid?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Doutbrain%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D__ZUID__b1sync.outbrain.com/usersync/prebid... https://b1sync.outbrain.com/usersync/prebid?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Doutbrain%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D__ZUID__ — -1 — 0 B — 0 ms — https://onetag-sys.com/usync/?tag=img&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Donetag%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BUSER_TOKEN%7D&gdpr=&gdpr_consent=&us_privacy=onetag-sys.com/usync/?tag=img&redir... https://onetag-sys.com/usync/?tag=img&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Donetag%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BUSER_TOKEN%7D&gdpr=&gdpr_consent=&us_privacy= — 302 — 202 B — 80 ms — h2https://ap.lijit.com/beacon/prebid-server/?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dsovrn%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UIDap.lijit.com/beacon/prebid-server/?... https://ap.lijit.com/beacon/prebid-server/?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dsovrn%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UID — -1 — 0 B — 0 ms — https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230ssp-sync.criteo.com/user-sync/ifram... https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230 — 200 — 260 B — 48 ms — h2https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&source=prebids2s&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7B%7BOGURY_UID%7D%7Dms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&source=prebids2s&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7B%7BOGURY_UID%7D%7D — 200 — 164 B — 70 ms — h2https://ad.360yield.com/server_match?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dimprovedigital%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BPUB_USER_ID%7Dad.360yield.com/server_match?gdpr=&... https://ad.360yield.com/server_match?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dimprovedigital%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BPUB_USER_ID%7D — 200 — 137 B — 68 ms — h2https://yandex.ru/an/mapuid/admaticssp/yandex.ru/an/mapuid/admaticssp/ https://yandex.ru/an/mapuid/admaticssp/ — -1 — 0 B — 0 ms — https://u-ams.4dex.io/ortb/usync.html?publisher_id=1593&domain=https://csync.smilewanted.com/&gdpr=&gdpr_consent=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadagio_ortb%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%7BUID%7Du-ams.4dex.io/ortb/usync.html?publi... https://u-ams.4dex.io/ortb/usync.html?publisher_id=1593&domain=https://csync.smilewanted.com/&gdpr=&gdpr_consent=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadagio_ortb%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%7BUID%7D — -1 — 0 B — 0 ms — https://measureadv.com/userIframe?gdpr=0&gdpr_consent=&p=3&redirect=https://csync.smilewanted.com/set_partner_userid_get/videoheroes_us/{UID}measureadv.com/userIframe?gdpr=0&gd... https://measureadv.com/userIframe?gdpr=0&gdpr_consent=&p=3&redirect=https://csync.smilewanted.com/set_partner_userid_get/videoheroes_us/{UID} — -1 — 0 B — 0 ms — https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=&gdpr_consent=&us_privacy=&pu=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dpubmatic%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%23PMUIDimage8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=&gdpr_consent=&us_privacy=&pu=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dpubmatic%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%23PMUID — -1 — 0 B — 0 ms — https://prebid.a-mo.net/cchain/0?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Damx%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3Dprebid.a-mo.net/cchain/0?gdpr=&gdpr... https://prebid.a-mo.net/cchain/0?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Damx%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D — -1 — 0 B — 0 ms — https://prebid.admatic.de/setuid?bidder=onetag&gdpr=&gdpr_consent=&f=i&uid=prebid.admatic.de/setuid?bidder=one... https://prebid.admatic.de/setuid?bidder=onetag&gdpr=&gdpr_consent=&f=i&uid= — -1 — 0 B — 0 ms — https://creativecdn.com/cm-notify?pi=gmbh-pbscreativecdn.com/cm-notify?pi=gmbh-p... https://creativecdn.com/cm-notify?pi=gmbh-pbs — -1 — 0 B — 0 ms — https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%5BPBS_UID%5Dpbs-cs.yellowblue.io/pbs-iframe?gdp... https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%5BPBS_UID%5D — 200 — 72 B — 33 ms — h2https://csync.smilewanted.com/set_partner_userid_get/admatic/f3580c5e-bc8d-428e-b064-e849c71cf84acsync.smilewanted.com/set_partner_u... https://csync.smilewanted.com/set_partner_userid_get/admatic/f3580c5e-bc8d-428e-b064-e849c71cf84a — 200 — 295 B — 42 ms — h3https://dsp-service.admatic.de/users/sync?redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadmaticde%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3Df3580c5e-bc8d-428e-b064-e849c71cf84adsp-service.admatic.de/users/sync?r... https://dsp-service.admatic.de/users/sync?redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadmaticde%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3Df3580c5e-bc8d-428e-b064-e849c71cf84a — 302 — 602 B — 44 ms — h3https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadform%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UIDc1.adform.net/cookie?redirect_url=h... https://c1.adform.net/cookie?redirect_url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadform%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UID — 200 — 476 B — 40 ms — h2https://x.bidswitch.net/check_uuid/https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dbmtm%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BBSW_UUID%7D?gdpr=&gdpr_consent=&us_privacy=x.bidswitch.net/check_uuid/https%3A... https://x.bidswitch.net/check_uuid/https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dbmtm%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BBSW_UUID%7D?gdpr=&gdpr_consent=&us_privacy= — 200 — 40 B — 40 ms — h2https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&consentString=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D%26gdpr_consent%3D%26uid%3D%5BPDID%5Dsync.richaudience.com/f7872c90c5d37... https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=pbs&consentString=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drichaudience%26gdpr%3D%26gdpr_consent%3D%26uid%3D%5BPDID%5D — 204 — 129 B — 40 ms — h2https://rtb.openx.net/sync/prebid?gdpr=&gdpr_consent=&gpp=&gpp_sid=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dopenx%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24%7BUID%7Drtb.openx.net/sync/prebid?gdpr=&gdp... https://rtb.openx.net/sync/prebid?gdpr=&gdpr_consent=&gpp=&gpp_sid=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dopenx%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24%7BUID%7D — -1 — 0 B — 0 ms — https://ib.adnxs.com/getuid?https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dappnexus%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24UIDib.adnxs.com/getuid?https%3A%2F%2Fp... https://ib.adnxs.com/getuid?https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dappnexus%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%24UID — 400 — 141 B — 31 ms — h2https://b1sync.outbrain.com/usersync/prebid?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Doutbrain%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D__ZUID__b1sync.outbrain.com/usersync/prebid... https://b1sync.outbrain.com/usersync/prebid?gdpr=&gdpr_consent=&us_privacy=&cb=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Doutbrain%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D__ZUID__ — -1 — 0 B — 0 ms — https://prebid.admatic.de/setuid?bidder=admaticde&gdpr=&gdpr_consent=&f=b&uid=f3580c5e-bc8d-428e-b064-e849c71cf84aprebid.admatic.de/setuid?bidder=adm... https://prebid.admatic.de/setuid?bidder=admaticde&gdpr=&gdpr_consent=&f=b&uid=f3580c5e-bc8d-428e-b064-e849c71cf84a — -1 — 0 B — 0 ms — https://onetag-sys.com/usync/?tag=img&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Donetag%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BUSER_TOKEN%7D&gdpr=&gdpr_consent=&us_privacy=onetag-sys.com/usync/?tag=img&redir... https://onetag-sys.com/usync/?tag=img&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Donetag%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BUSER_TOKEN%7D&gdpr=&gdpr_consent=&us_privacy= — 302 — 202 B — 31 ms — h2https://ap.lijit.com/beacon/prebid-server/?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dsovrn%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UIDap.lijit.com/beacon/prebid-server/?... https://ap.lijit.com/beacon/prebid-server/?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&url=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dsovrn%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UID — -1 — 0 B — 0 ms — https://secure.adnxs.com/getuid?https://csync.smilewanted.com/set_partner_userid_get/appnexus/$UID?gdpr=0&gdpr_consent=secure.adnxs.com/getuid?https://csy... https://secure.adnxs.com/getuid?https://csync.smilewanted.com/set_partner_userid_get/appnexus/$UID?gdpr=0&gdpr_consent= — 400 — 141 B — 31 ms — h2https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230ssp-sync.criteo.com/user-sync/ifram... https://ssp-sync.criteo.com/user-sync/iframe?gdprapplies=&gdpr=&ccpa=&gpp=&gpp_sid=&redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dcriteo%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24%7BCRITEO_USER_ID%7D&profile=230 — 200 — 260 B — 18 ms — h2https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&source=prebids2s&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7B%7BOGURY_UID%7D%7Dms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&source=prebids2s&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dogury%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7B%7BOGURY_UID%7D%7D — 200 — 164 B — 37 ms — h2https://prebid.admatic.de/setuid?bidder=onetag&gdpr=&gdpr_consent=&f=i&uid=prebid.admatic.de/setuid?bidder=one... https://prebid.admatic.de/setuid?bidder=onetag&gdpr=&gdpr_consent=&f=i&uid= — -1 — 0 B — 0 ms — https://ad.360yield.com/server_match?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dimprovedigital%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BPUB_USER_ID%7Dad.360yield.com/server_match?gdpr=&... https://ad.360yield.com/server_match?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dimprovedigital%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%7BPUB_USER_ID%7D — 200 — 137 B — 39 ms — h2https://yandex.ru/an/mapuid/admaticssp/yandex.ru/an/mapuid/admaticssp/ https://yandex.ru/an/mapuid/admaticssp/ — -1 — 0 B — 0 ms — https://u-ams.4dex.io/ortb/usync.html?publisher_id=1593&domain=https://csync.smilewanted.com/&gdpr=&gdpr_consent=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadagio_ortb%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%7BUID%7Du-ams.4dex.io/ortb/usync.html?publi... https://u-ams.4dex.io/ortb/usync.html?publisher_id=1593&domain=https://csync.smilewanted.com/&gdpr=&gdpr_consent=&us_privacy=&r=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadagio_ortb%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%7BUID%7D — -1 — 0 B — 0 ms — https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%5BPBS_UID%5Dpbs-cs.yellowblue.io/pbs-iframe?gdp... https://pbs-cs.yellowblue.io/pbs-iframe?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&redirect=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Drise%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D%5BPBS_UID%5D — -1 — 0 B — 0 ms — https://csync.smilewanted.com/set_partner_userid_get/admatic_autres/0de81dd6-47cb-4d85-a1eb-eada54a93e5ecsync.smilewanted.com/set_partner_u... https://csync.smilewanted.com/set_partner_userid_get/admatic_autres/0de81dd6-47cb-4d85-a1eb-eada54a93e5e — -1 — 0 B — 0 ms — https://dsp-service.admatic.de/users/sync?redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadmaticde%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D0de81dd6-47cb-4d85-a1eb-eada54a93e5edsp-service.admatic.de/users/sync?r... https://dsp-service.admatic.de/users/sync?redir=https%3A%2F%2Fprebid.admatic.de%2Fsetuid%3Fbidder%3Dadmaticde%26gdpr%3D%26gdpr_consent%3D%26f%3Db%26uid%3D0de81dd6-47cb-4d85-a1eb-eada54a93e5e — -1 — 0 B — 0 ms — https://pixel.rubiconproject.com/exchange/sync.php?p=pbs-smilewanted&gdpr=0&gdpr_consent=pixel.rubiconproject.com/exchange/s... https://pixel.rubiconproject.com/exchange/sync.php?p=pbs-smilewanted&gdpr=0&gdpr_consent= — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
80% of JavaScript execution is third-party
First-party Third-party 1234ms · 1030KB · €20/mo
Unattributable
Other
Costly
Execution 308ms
Transfer 0 KB
Monthly Cost €5/mo
www.gstatic.com
Other
Costly
Execution 203ms
Transfer 0 KB
Unused 49%
Monthly Cost €3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 179ms
Transfer 188 KB
Unused 69%
Monthly Cost €3/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 103ms
Transfer 70 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 91ms
Transfer 171 KB
Unused 39%
Monthly Cost €1/mo
sdk.mrf.io
Other
Optional
Execution 86ms
Transfer 59 KB
Unused 43%
Monthly Cost €1/mo
j.bids.ws
Other
Optional
Execution 75ms
Transfer 149 KB
Unused 30%
Monthly Cost €1/mo
fea.assettype.com
Other
Optional
Execution 73ms
Transfer 167 KB
Unused 66%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 156 KB
Unused 43%
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 57ms
Transfer 70 KB
Unused 53%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 308ms and costs ~€5/month
  • www.gstatic.com adds 203ms and costs ~€3/month

80% 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 308ms 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

www.gstatic.com takes 203ms 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

69% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

66% of fea.assettype.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

53% of fundingchoicesmessages.google.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