Skip to content
https://datareportal.com

Performance

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

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

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

2.72 s

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

9.52 s

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

165 ms

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

0.007

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

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

12.53 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
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
16.0 MB transferred, 599 requests
FIX
16.0 MB transferred, 599 requests
Critical::
Page weighs 85.8 MB (16.0 MB transferred)
Warning::
JavaScript is 4.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.9 MB
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
CSS is 980 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 980 KB
Info::
Fonts are 484 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 484 KB
Warning::
599 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.4 g CO2 per page load
16.0 MB / 2.4 MB budget
16.0 MB transferred
599 requests
3.4 g CO2 per page load
Other 5.2 MiB 32%
JavaScript 4.9 MiB 30%
Images 2.5 MiB 16%
HTML 2.0 MiB 12%
CSS 979.5 KiB 6%
Fonts 483.6 KiB 3%
Other 35.3 KiB 0%
Other 10.7 KiB 0%
Other 157 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (16.0 MiB of 16.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2348ms total JS execution
FIX
2348ms total JS execution
Warning::
https://assets.squarespace.com/universal/scripts-c...: 759ms CPU time
Warning::
Unattributable: 438ms CPU time
Warning::
https://datareportal.com/: 345ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 143ms CPU time
Info::
https://cdn.fuseplatform.net/publift/tags/2/2415/f...: 139ms CPU time
Warning::
Third-party scripts: 2002ms (85% of total)

Main Thread Breakdown

Script Evaluation 62% Other 20% Script Parsing & Compilation 7% Style & Layout 5% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.js759ms625ms1ms3rd
Unattributable438ms26ms0ms3rd
https://datareportal.com/345ms140ms3ms1st
https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js143ms97ms20ms3rd
https://cdn.fuseplatform.net/publift/tags/2/2415/fuse.js139ms115ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PB6VPRCFY7&cx=c&gtm=4e64h189ms73ms13ms3rd
https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js88ms78ms9ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js84ms65ms12ms3rd
https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js81ms15ms3ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js69ms48ms19ms3rd

Showing top 10 of 12 scripts

F
JS Bundles
Action
91 scripts, 1.6 MB unused
FIX
91 scripts, 1.6 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://assets.squarespace.com/universal/scripts-c...: 159 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 149 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1665 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js276 KB159 KB (58%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js178 KB149 KB (84%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB141 KB (75%)3rd
https://cdn.fuseplatform.net/prebid/prebid-8.52.0-203cd4ae44f524bb0c99175e880f88b4.js152 KB116 KB (76%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.js208 KB77 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PB6VPRCFY7&cx=c&gtm=4e64h1172 KB67 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KMG292J128 KB62 KB (48%)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
599 resources · 16.0 MB · 1.6 MB savings available
FIX
599 resources · 16.0 MB · 1.6 MB savings available
Warning::
Page weight 15.0 MB over 1MB target
Got: 16.0 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
592 third-party resources (100% of weight)
Info::
12 resources over 200KB
599 resources · 16.0 MiB · 592 third-party 15.0 MiB over 1MB target
Other 32% · 5.2 MiB
JavaScript 31% · 4.9 MiB
Image 16% · 2.5 MiB
Document 12% · 2.0 MiB
CSS 6% · 979.5 KiB
Font 3% · 483.6 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
174 images, 0 KB saveable
REVIEW
174 images, 0 KB saveable
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.squarespace-cdn.com/content/v1/5b79... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
174 images 2.5 MB
0 oversized -0 KB
130 legacy format
7 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Green Hosting

No green hosting detected

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

Web fonts

22

484 KB total

Render-blocking

0

of 22

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 2.7 s LCP 9.5 shttps://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3 — 44.0 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3 — 36.8 KiB — 21 ms — font-display: swaphttps://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/l?subset_id=2&fvd=n6&v=3 — 17.5 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3 — 41.6 KiB — 13 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 67 ms — font-display: swaphttps://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3 — 16.6 KiB — 6 ms — font-display: swaphttps://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3 — 16.7 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?subset_id=2&fvd=n6&v=3 — 16.7 KiB — 9 ms — font-display: swaphttps://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3 — 17.0 KiB — 12 ms — font-display: swaphttps://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3 — 47.1 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3 — 37.7 KiB — 17 ms — font-display: swaphttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 62.2 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 61.8 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 0 B — 2 ms — font-display: swaphttps://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 0 B — 8 ms — font-display: swaphttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 0 B — 11 ms — font-display: swaphttps://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 0 B — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 30 ms — font-display: swaphttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 0 B — 7 ms — font-display: swaphttps://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 0 B — 10 ms — font-display: swaphttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 0 B — 4 ms — font-display: swaphttps://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 0 B — 3 ms — font-display: swap
l woff2 swap
Size 44 KB
Load time 11 ms
Start 780 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 21 ms
Start 781 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 22 ms
Start 781 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 42 KB
Load time 13 ms
Start 781 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 67 ms
Start 961 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 6 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 8 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 9 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 12 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 47 KB
Load time 15 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 38 KB
Load time 17 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 62 KB
Load time 18 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 62 KB
Load time 20 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 2 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 8 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 11 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 11 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 30 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 7 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 10 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 4 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 0 KB
Load time 3 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
599 requests over 35714ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 2.7 s LCP 9.5 shttps://datareportal.com// https://datareportal.com/ — 200 — 26.1 KiB — 450 ms — h2https://use.typekit.net/ik/1fqM_wXEGfE6OO-QEdsE3Dt3leiVht3ArNH3gSP4h6XfeCXIfFHN4UJLFRbh52jhWDmKFDq3wQBqwRjhjDMaFDJo52SowQJ3ws7WMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SeB3jW8yOABhdhFyZevl5Ws1pPoDSWmyScmDSeBRZPoRdhXCHKoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0dcmXOeBDOcu8OesyieBkZWgzS1sydfoRdhXCdeNRjAUGdaFXOYgySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcsyieBkZWgzS1sydfoRdhXCiaiaO1gySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKfAZuiYmkjPu3ifG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4f54oIMIjgKMfH6qJ6m9bMs6YJMJ7fbKBmsMgeMt6MKG4fJ4mIMIjIPMfqMYyyScOg6.jsuse.typekit.net/ik/1fqM_wXEGfE6OO-Q... https://use.typekit.net/ik/1fqM_wXEGfE6OO-QEdsE3Dt3leiVht3ArNH3gSP4h6XfeCXIfFHN4UJLFRbh52jhWDmKFDq3wQBqwRjhjDMaFDJo52SowQJ3ws7WMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SeB3jW8yOABhdhFyZevl5Ws1pPoDSWmyScmDSeBRZPoRdhXCHKoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0dcmXOeBDOcu8OesyieBkZWgzS1sydfoRdhXCdeNRjAUGdaFXOYgySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcsyieBkZWgzS1sydfoRdhXCiaiaO1gySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKfAZuiYmkjPu3ifG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4f54oIMIjgKMfH6qJ6m9bMs6YJMJ7fbKBmsMgeMt6MKG4fJ4mIMIjIPMfqMYyyScOg6.js — 200 — 7.0 KiB — 62 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.js — 200 — 17.0 KiB — 55 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 44.3 KiB — 68 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.js — 200 — 19.1 KiB — 56 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 80.2 KiB — 63 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.js — 200 — 208.1 KiB — 69 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js — 200 — 276.0 KiB — 71 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.js — 200 — 9.3 KiB — 3 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.styles.css — 200 — 333 B — 62 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.css — 200 — 326 B — 63 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.css — 200 — 787 B — 60 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.visitor.js — 200 — 1.6 KiB — 67 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.js — 200 — 747 B — 65 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.js — 200 — 3.8 KiB — 64 ms — h2https://static1.squarespace.com/static/sitecss/5b79011d266c077298791201/622/55f0aac0e4b0f0a5b7e0b22e/5b7932bbb8a0455bb1ee62dd/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5b79011d266c077298791201/622/55f0aac0e4b0f0a5b7e0b22e/5b7932bbb8a0455bb1ee62dd/359/site.css?nocustom=true — 200 — 81.9 KiB — 58 ms — h2https://static1.squarespace.com/static/custom-css/5b79011d266c077298791201/5b7932bbb8a0455bb1ee62dd/3/custom.cssstatic1.squarespace.com/static/cust... https://static1.squarespace.com/static/custom-css/5b79011d266c077298791201/5b7932bbb8a0455bb1ee62dd/3/custom.css — 200 — 3.1 KiB — 55 ms — h2https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.jsstatic1.squarespace.com/static/ta/5... https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js — 200 — 46.2 KiB — 54 ms — h2https://cdn.fuseplatform.net/publift/tags/2/2415/fuse.jscdn.fuseplatform.net/publift/tags/2... https://cdn.fuseplatform.net/publift/tags/2/2415/fuse.js — 200 — 101.8 KiB — 177 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.2 KiB — 106 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KMG292Jwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KMG292J — 200 — 128.0 KiB — 183 ms — h2https://datareportal.com/assets/ui-icons.svg/assets/ui-icons.svg https://datareportal.com/assets/ui-icons.svg — 200 — 8.4 KiB — 120 ms — h2https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/87891b94-222f-4... https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaque — -1 — 0 B — 99 ms — https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/323049c9-a7a9-4... https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaque — -1 — 0 B — 100 ms — https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/b6e15f09-e002-4... https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaque — -1 — 0 B — 101 ms — https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/9d9a68f6-38a9-4... https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaque — -1 — 0 B — 101 ms — https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/a0cc66e1-9587-4... https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaque — -1 — 0 B — 100 ms — https://static1.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.pngstatic1.squarespace.com/universal/i... https://static1.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.png — 302 — 246 B — 190 ms — h2https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaquewww.youtube-nocookie.com/embed/YItg... https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaque — -1 — 0 B — 95 ms —
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 2.7 s LCP 9.5 shttps://datareportal.com// https://datareportal.com/ — 200 — 26.1 KiB — 450 ms — h2https://use.typekit.net/ik/1fqM_wXEGfE6OO-QEdsE3Dt3leiVht3ArNH3gSP4h6XfeCXIfFHN4UJLFRbh52jhWDmKFDq3wQBqwRjhjDMaFDJo52SowQJ3ws7WMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SeB3jW8yOABhdhFyZevl5Ws1pPoDSWmyScmDSeBRZPoRdhXCHKoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0dcmXOeBDOcu8OesyieBkZWgzS1sydfoRdhXCdeNRjAUGdaFXOYgySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcsyieBkZWgzS1sydfoRdhXCiaiaO1gySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKfAZuiYmkjPu3ifG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4f54oIMIjgKMfH6qJ6m9bMs6YJMJ7fbKBmsMgeMt6MKG4fJ4mIMIjIPMfqMYyyScOg6.jsuse.typekit.net/ik/1fqM_wXEGfE6OO-Q... https://use.typekit.net/ik/1fqM_wXEGfE6OO-QEdsE3Dt3leiVht3ArNH3gSP4h6XfeCXIfFHN4UJLFRbh52jhWDmKFDq3wQBqwRjhjDMaFDJo52SowQJ3ws7WMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SeB3jW8yOABhdhFyZevl5Ws1pPoDSWmyScmDSeBRZPoRdhXCHKoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0jhNlOeBRiA8XpWFR-emqiAUTdcS0dcmXOeBDOcu8OesyieBkZWgzS1sydfoRdhXCdeNRjAUGdaFXOYgySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcsyieBkZWgzS1sydfoRdhXCiaiaO1gySeBojPuyicNRjAszOQ8XZaq0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKfAZuiYmkjPu3ifG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4f54oIMIjgKMfH6qJ6m9bMs6YJMJ7fbKBmsMgeMt6MKG4fJ4mIMIjIPMfqMYyyScOg6.js — 200 — 7.0 KiB — 62 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.js — 200 — 17.0 KiB — 55 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 44.3 KiB — 68 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.js — 200 — 19.1 KiB — 56 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 80.2 KiB — 63 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.js — 200 — 208.1 KiB — 69 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js — 200 — 276.0 KiB — 71 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.js — 200 — 9.3 KiB — 3 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.styles.css — 200 — 333 B — 62 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.css — 200 — 326 B — 63 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.css — 200 — 787 B — 60 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/024715dd-390b-4da6-b8ec-10b0574cfb07_508/website.components.code.visitor.js — 200 — 1.6 KiB — 67 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.js — 200 — 747 B — 65 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.js — 200 — 3.8 KiB — 64 ms — h2https://static1.squarespace.com/static/sitecss/5b79011d266c077298791201/622/55f0aac0e4b0f0a5b7e0b22e/5b7932bbb8a0455bb1ee62dd/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5b79011d266c077298791201/622/55f0aac0e4b0f0a5b7e0b22e/5b7932bbb8a0455bb1ee62dd/359/site.css?nocustom=true — 200 — 81.9 KiB — 58 ms — h2https://static1.squarespace.com/static/custom-css/5b79011d266c077298791201/5b7932bbb8a0455bb1ee62dd/3/custom.cssstatic1.squarespace.com/static/cust... https://static1.squarespace.com/static/custom-css/5b79011d266c077298791201/5b7932bbb8a0455bb1ee62dd/3/custom.css — 200 — 3.1 KiB — 55 ms — h2https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.jsstatic1.squarespace.com/static/ta/5... https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js — 200 — 46.2 KiB — 54 ms — h2https://cdn.fuseplatform.net/publift/tags/2/2415/fuse.jscdn.fuseplatform.net/publift/tags/2... https://cdn.fuseplatform.net/publift/tags/2/2415/fuse.js — 200 — 101.8 KiB — 177 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.2 KiB — 106 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KMG292Jwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KMG292J — 200 — 128.0 KiB — 183 ms — h2https://datareportal.com/assets/ui-icons.svg/assets/ui-icons.svg https://datareportal.com/assets/ui-icons.svg — 200 — 8.4 KiB — 120 ms — h2https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/87891b94-222f-4... https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaque — -1 — 0 B — 99 ms — https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/323049c9-a7a9-4... https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaque — -1 — 0 B — 100 ms — https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/b6e15f09-e002-4... https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaque — -1 — 0 B — 101 ms — https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/9d9a68f6-38a9-4... https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaque — -1 — 0 B — 101 ms — https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/a0cc66e1-9587-4... https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaque — -1 — 0 B — 100 ms — https://static1.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.pngstatic1.squarespace.com/universal/i... https://static1.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.png — 302 — 246 B — 190 ms — h2https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaquewww.youtube-nocookie.com/embed/YItg... https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaque — -1 — 0 B — 95 ms — https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/26b618/000000000... https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3 — 200 — 44.0 KiB — 11 ms — h2https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/361f51/000000000... https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3 — 200 — 36.8 KiB — 21 ms — h2https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/5c9bb8/000000000... https://use.typekit.net/af/5c9bb8/00000000000000007735d694/31/l?subset_id=2&fvd=n6&v=3 — 200 — 17.5 KiB — 22 ms — h2https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/db8d0b/000000000... https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3 — 200 — 41.6 KiB — 13 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538288124746-4Y759VG5U32A0LP5V6J4/LIGHTBULB+RED+05+BOXED+%28PADDED%29.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538288124746-4Y759VG5U32A0LP5V6J4/LIGHTBULB+RED+05+BOXED+%28PADDED%29.png?format=500w — 200 — 9.0 KiB — 24 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287867425-8YWXU5A2LAMO8XA2RG4Q/GLOBE+BLUE+03+BOXED.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287867425-8YWXU5A2LAMO8XA2RG4Q/GLOBE+BLUE+03+BOXED.png?format=500w — 200 — 18.3 KiB — 24 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287891003-QOG720AO7PPB9K56GPOW/LOCATION+PIN+GREEN+03+BOXED.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287891003-QOG720AO7PPB9K56GPOW/LOCATION+PIN+GREEN+03+BOXED.png?format=500w — 200 — 9.0 KiB — 28 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287905109-DPUK5O01D8L2D08COIGV/MEN+DIGGING+RED+03+BOXED.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1538287905109-DPUK5O01D8L2D08COIGV/MEN+DIGGING+RED+03+BOXED.png?format=500w — 200 — 9.0 KiB — 25 ms — h2https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/87891b94-222f-4... https://indd.adobe.com/view/87891b94-222f-4223-b76f-dcaee9f22b8b?allowFullscreen=true&wmode=opaque — 200 — 7.0 KiB — 260 ms — http/1.1https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/323049c9-a7a9-4... https://indd.adobe.com/view/323049c9-a7a9-4f43-89ff-28f2cadf3820?allowFullscreen=true&wmode=opaque — 200 — 4.3 KiB — 501 ms — http/1.1https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/b6e15f09-e002-4... https://indd.adobe.com/view/b6e15f09-e002-4207-91a7-f3a862ad675d?allowFullscreen=true&wmode=opaque — 200 — 6.0 KiB — 454 ms — http/1.1https://www.google.com/recaptcha/enterprise.js?onload=__grecaptchaOnLoadCallback&render=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAvwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=__grecaptchaOnLoadCallback&render=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv — 200 — 1.1 KiB — 95 ms — h3https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/9d9a68f6-38a9-4... https://indd.adobe.com/view/9d9a68f6-38a9-4278-b61c-4506b24240b0?allowFullscreen=true&wmode=opaque — 200 — 6.6 KiB — 448 ms — http/1.1https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaqueindd.adobe.com/view/a0cc66e1-9587-4... https://indd.adobe.com/view/a0cc66e1-9587-456c-8346-4ab7a7388b16?allowFullscreen=true&wmode=opaque — 200 — 3.0 KiB — 247 ms — http/1.1https://assets.squarespace.com/universal/scripts-compressed/23110-e2046ba79f97df38-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/23110-e2046ba79f97df38-min.en-US.js — 200 — 6.4 KiB — 49 ms — h2https://assets.squarespace.com/universal/scripts-compressed/95332-d0db696ff89b82b1-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/95332-d0db696ff89b82b1-min.en-US.js — 200 — 17.9 KiB — 63 ms — h2https://assets.squarespace.com/universal/styles-compressed/b4046463b72f34e2-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/b4046463b72f34e2-min.en-US.css — 200 — 385 B — 35 ms — h2https://assets.squarespace.com/universal/scripts-compressed/search-preview-4ce78da12ed81989-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/search-preview-4ce78da12ed81989-min.en-US.js — 200 — 1.1 KiB — 60 ms — h2https://assets.squarespace.com/universal/scripts-compressed/91896-c317e8d53dd03d32-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/91896-c317e8d53dd03d32-min.en-US.js — 200 — 13.7 KiB — 49 ms — h2https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.js — 200 — 6.0 KiB — 61 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.js — 200 — 6.3 KiB — 62 ms — h2https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaquewww.youtube-nocookie.com/embed/YItg... https://www.youtube-nocookie.com/embed/YItg4Xs82dg?wmode=opaque — 200 — 52.4 KiB — 103 ms — h2https://assets.squarespace.com/universal/scripts-compressed/37231-bcc4a187272711dd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/37231-bcc4a187272711dd-min.en-US.js — 200 — 39.1 KiB — 76 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.js — 200 — 2.7 KiB — 59 ms — h2https://assets.squarespace.com/universal/scripts-compressed/3035-2cb0e3d6fbb8083d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/3035-2cb0e3d6fbb8083d-min.en-US.js — 200 — 3.5 KiB — 57 ms — h2https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.js — 200 — 2.4 KiB — 58 ms — h2https://assets.squarespace.com/universal/scripts-compressed/66796-da5ed142159e6b44-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/66796-da5ed142159e6b44-min.en-US.js — 200 — 17.5 KiB — 63 ms — h2https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.js — 200 — 14.9 KiB — 53 ms — h2https://assets.squarespace.com/universal/scripts-compressed/46076-8009bb13b508accd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/46076-8009bb13b508accd-min.en-US.js — 200 — 2.6 KiB — 41 ms — h2https://assets.squarespace.com/universal/scripts-compressed/21865-491f1812dffe097d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/21865-491f1812dffe097d-min.en-US.js — 200 — 8.4 KiB — 62 ms — h2https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.css — 200 — 2.4 KiB — 26 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-0de76bd2b21657ab-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-0de76bd2b21657ab-min.en-US.js — 200 — 3.9 KiB — 64 ms — h2https://assets.squarespace.com/universal/scripts-compressed/80587-643c00762d7ff0ee-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/80587-643c00762d7ff0ee-min.en-US.js — 200 — 3.6 KiB — 57 ms — h2https://assets.squarespace.com/universal/styles-compressed/e237edef00ae5990-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/e237edef00ae5990-min.en-US.css — 200 — 1.7 KiB — 18 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-gdpr-cookie-banner-6e65e8a1083441e1-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-gdpr-cookie-banner-6e65e8a1083441e1-min.en-US.js — 200 — 6.2 KiB — 57 ms — h2https://assets.squarespace.com/universal/styles-compressed/pinterest-b4046463b72f34e2-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/pinterest-b4046463b72f34e2-min.en-US.css — 200 — 198 B — 16 ms — h2https://assets.squarespace.com/universal/scripts-compressed/pinterest-bdb54db6c0ed50e0-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/pinterest-bdb54db6c0ed50e0-min.en-US.js — 200 — 1.3 KiB — 56 ms — h2https://datareportal.com/api/census/RecordHit/api/census/RecordHit https://datareportal.com/api/census/RecordHit — 200 — 62 B — 278 ms — h2https://datareportal.com/api/census/form-render/api/census/form-render https://datareportal.com/api/census/form-render — 200 — 67 B — 272 ms — h2https://datareportal.com/api/census/button-render/api/census/button-render https://datareportal.com/api/census/button-render — 200 — 68 B — 284 ms — h2https://datareportal.com/api/census/button-render/api/census/button-render https://datareportal.com/api/census/button-render — 200 — 115 B — 270 ms — h2https://datareportal.com/api/census/button-render/api/census/button-render https://datareportal.com/api/census/button-render — 200 — 67 B — 284 ms — h2https://assets.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.pngassets.squarespace.com/universal/im... https://assets.squarespace.com/universal/images-v6/icons/icon-searchqueries-20-light.png — 200 — 3.1 KiB — 4 ms — h2https://www.youtube-nocookie.com/s/player/218d9d92/www-player.csswww.youtube-nocookie.com/s/player/2... https://www.youtube-nocookie.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 38 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.6 KiB — 123 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.0 KiB — 163 ms — h2https://www.youtube-nocookie.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/2... https://www.youtube-nocookie.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 106 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 — 67 ms — h3https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1773737977969-BBFSCLVNXUXX70VYITJO/Similarweb+2026+GenAI+Brand+Visibility+Index+-+GenAI+Platform+Visits+and+Referral+Traffic.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1773737977969-BBFSCLVNXUXX70VYITJO/Similarweb+2026+GenAI+Brand+Visibility+Index+-+GenAI+Platform+Visits+and+Referral+Traffic.png?format=300w — 200 — 18.0 KiB — 9 ms — h2https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/3888dc/000000000... https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3 — 200 — 16.6 KiB — 6 ms — h2https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/d7ff92/000000000... https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3 — 200 — 16.7 KiB — 8 ms — h2https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/e37e5a/000000000... https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?subset_id=2&fvd=n6&v=3 — 200 — 16.7 KiB — 9 ms — h2https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/5be242/000000000... https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3 — 200 — 17.0 KiB — 12 ms — h2https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/84715c/000000000... https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3 — 200 — 47.1 KiB — 15 ms — h2https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/82d592/000000000... https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3 — 200 — 37.7 KiB — 17 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/573c9d53-3747-4aeb-ac63-0f38b78e1e7b/DataReportal.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/573c9d53-3747-4aeb-ac63-0f38b78e1e7b/DataReportal.png?format=500w — 200 — 7.2 KiB — 8 ms — h2https://assets.squarespace.com/universal/scripts-compressed/60489-01dbcc4f78f79d1e-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/60489-01dbcc4f78f79d1e-min.en-US.js — 200 — 18.2 KiB — 15 ms — h2https://assets.squarespace.com/universal/scripts-compressed/98584-3ad4db7017223801-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/98584-3ad4db7017223801-min.en-US.js — 200 — 3.2 KiB — 32 ms — h2https://assets.squarespace.com/universal/scripts-compressed/63428-9b115f1b03e6068d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/63428-9b115f1b03e6068d-min.en-US.js — 200 — 18.4 KiB — 42 ms — h2https://assets.squarespace.com/universal/scripts-compressed/10234-0c78d45c51f2b310-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/10234-0c78d45c51f2b310-min.en-US.js — 200 — 12.4 KiB — 35 ms — h2https://assets.squarespace.com/universal/scripts-compressed/45099-a5f9983e8bbefd06-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/45099-a5f9983e8bbefd06-min.en-US.js — 200 — 21.8 KiB — 41 ms — h2https://assets.squarespace.com/universal/scripts-compressed/95795-62cf778a039a88fb-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/95795-62cf778a039a88fb-min.en-US.js — 200 — 4.5 KiB — 48 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-pinterest-library-6fe2a38da5f0cae5-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-pinterest-library-6fe2a38da5f0cae5-min.en-US.js — 200 — 5.3 KiB — 32 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215499905-QWIRJW66LVE2CI1DMKT6/Digital+2026+Country+Cover+252.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215499905-QWIRJW66LVE2CI1DMKT6/Digital+2026+Country+Cover+252.png?format=300w — 200 — 7.7 KiB — 27 ms — h2https://p.typekit.net/p.gif?s=2&k=646866_5b79011d266c077298791201&ht=tk&h=datareportal.com&f=5474.175.173.139.10884.10879.15586.10881.10885.10882&a=646866&js=1.21.0&app=typekit&e=js&_=1776815775403p.typekit.net/p.gif?s=2&k=646866_5b... https://p.typekit.net/p.gif?s=2&k=646866_5b79011d266c077298791201&ht=tk&h=datareportal.com&f=5474.175.173.139.10884.10879.15586.10881.10885.10882&a=646866&js=1.21.0&app=typekit&e=js&_=1776815775403 — 200 — 205 B — 29 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215465628-E8CO0UHHVXPUX8JKDY84/Digital+2026+Country+Cover+251.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215465628-E8CO0UHHVXPUX8JKDY84/Digital+2026+Country+Cover+251.png?format=300w — 200 — 6.4 KiB — 15 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 86 ms — h3https://indd.adobe.com/newrelic_browser/newrelic.jsindd.adobe.com/newrelic_browser/new... https://indd.adobe.com/newrelic_browser/newrelic.js — 200 — 2.4 KiB — 78 ms — http/1.1https://prod.adobeccstatic.com/unav/1.4/UniversalNav.cssprod.adobeccstatic.com/unav/1.4/Uni... https://prod.adobeccstatic.com/unav/1.4/UniversalNav.css — 200 — 2.3 KiB — 107 ms — h2https://use.typekit.net/urt5zuu.cssuse.typekit.net/urt5zuu.css https://use.typekit.net/urt5zuu.css — 200 — 985 B — 41 ms — h2https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.jscdnjs.cloudflare.com/ajax/libs/mode... https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js — 200 — 4.5 KiB — 96 ms — h3https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.css — 200 — 531.5 KiB — 120 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215428946-HT8J62KR7VYLNXM96J9G/Digital+2026+Country+Cover+250.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761215428946-HT8J62KR7VYLNXM96J9G/Digital+2026+Country+Cover+250.png?format=300w — 200 — 5.6 KiB — 31 ms — h2https://indd.adobe.com/newrelic_browser/newrelic.jsindd.adobe.com/newrelic_browser/new... https://indd.adobe.com/newrelic_browser/newrelic.js — 200 — 2.4 KiB — 109 ms — http/1.1https://prod.adobeccstatic.com/unav/1.4/UniversalNav.cssprod.adobeccstatic.com/unav/1.4/Uni... https://prod.adobeccstatic.com/unav/1.4/UniversalNav.css — 200 — 0 B — 94 ms — h2https://use.typekit.net/urt5zuu.cssuse.typekit.net/urt5zuu.css https://use.typekit.net/urt5zuu.css — 200 — 0 B — 22 ms — h2https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.jscdnjs.cloudflare.com/ajax/libs/mode... https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js — 200 — 0 B — 78 ms — h3https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.css — 200 — 494 B — 104 ms — http/1.1https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/datareportal.com/choice.js?tag_version=V3cmp.inmobi.com/choice/PRrmquD1Ggcb1... https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/datareportal.com/choice.js?tag_version=V3 — 200 — 3.2 KiB — 183 ms — h2https://cdn.fuseplatform.net/prebid/prebid-8.52.0-203cd4ae44f524bb0c99175e880f88b4.jscdn.fuseplatform.net/prebid/prebid-... https://cdn.fuseplatform.net/prebid/prebid-8.52.0-203cd4ae44f524bb0c99175e880f88b4.js — 200 — 152.3 KiB — 95 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.1 KiB — 122 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 111 ms — h3https://cdn.fuseplatform.net/telemetry/noconsent?v=1&ttm=1776815775505&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=6e4c9363-497f-5ba9-a478-83fda5f7a2bd&fid=2415&pubid=8&url=https%3A%2F%2Fdatareportal.com%2F&sid=dda90f6edab54e8bbb10&srate=100&adserver=gpt&etm=1184&e=fuse-load&tenant=publift&fusecdn=cloudflare&tlt=1145&account=datareportalcom&experiments=%7B%22fuse_exp_0%22%3A%22true%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22true%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=60cdn.fuseplatform.net/telemetry/noco... https://cdn.fuseplatform.net/telemetry/noconsent?v=1&ttm=1776815775505&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=6e4c9363-497f-5ba9-a478-83fda5f7a2bd&fid=2415&pubid=8&url=https%3A%2F%2Fdatareportal.com%2F&sid=dda90f6edab54e8bbb10&srate=100&adserver=gpt&etm=1184&e=fuse-load&tenant=publift&fusecdn=cloudflare&tlt=1145&account=datareportalcom&experiments=%7B%22fuse_exp_0%22%3A%22true%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22true%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=60 — 200 — 496 B — 81 ms — h3https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=cssp.typekit.net/p.css?s=1&k=urt5zuu&h... https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=css — 200 — 172 B — 21 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761038163615-VFL571UBDT0U9SLVYZNE/Digital+2026+Country+Cover+249.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761038163615-VFL571UBDT0U9SLVYZNE/Digital+2026+Country+Cover+249.png?format=300w — 200 — 7.1 KiB — 9 ms — h2https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.jsindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.js — 200 — 944.5 KiB — 102 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-PB6VPRCFY7&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PB6VPRCFY7&cx=c&gtm=4e64h1 — 200 — 172.2 KiB — 66 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 130 ms — h2https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761037884200-R8KU7XXFCCCA3UT1R0PL/Digital+2026+Country+Cover+248.png?format=300wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/1761037884200-R8KU7XXFCCCA3UT1R0PL/Digital+2026+Country+Cover+248.png?format=300w — 200 — 6.3 KiB — 15 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 76 ms — h3https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.jsindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.js — 200 — 494 B — 44 ms — http/1.1https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=cssp.typekit.net/p.css?s=1&k=urt5zuu&h... https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=css — 200 — 0 B — 0 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 0 B — 49 ms — h3https://prod.adobeccstatic.com/unav/1.4/UniversalNav.cssprod.adobeccstatic.com/unav/1.4/Uni... https://prod.adobeccstatic.com/unav/1.4/UniversalNav.css — 200 — 0 B — 0 ms — h2https://use.typekit.net/urt5zuu.cssuse.typekit.net/urt5zuu.css https://use.typekit.net/urt5zuu.css — 200 — 0 B — 0 ms — h2https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.jscdnjs.cloudflare.com/ajax/libs/mode... https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js — 200 — 0 B — 0 ms — h3https://indd.adobe.com/newrelic_browser/newrelic.jsindd.adobe.com/newrelic_browser/new... https://indd.adobe.com/newrelic_browser/newrelic.js — 200 — 2.4 KiB — 46 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.jsindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.js — 200 — 494 B — 28 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.css — 304 — 494 B — 20 ms — http/1.1https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/datareportal.com/choice.js?tag_version=V3cmp.inmobi.com/choice/PRrmquD1Ggcb1... https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/datareportal.com/choice.js?tag_version=V3 — 200 — 413 B — 132 ms — h2https://prod.adobeccstatic.com/unav/1.4/UniversalNav.cssprod.adobeccstatic.com/unav/1.4/Uni... https://prod.adobeccstatic.com/unav/1.4/UniversalNav.css — 200 — 0 B — 1 ms — h2https://indd.adobe.com/newrelic_browser/newrelic.jsindd.adobe.com/newrelic_browser/new... https://indd.adobe.com/newrelic_browser/newrelic.js — 200 — 2.4 KiB — 85 ms — http/1.1https://use.typekit.net/urt5zuu.cssuse.typekit.net/urt5zuu.css https://use.typekit.net/urt5zuu.css — 200 — 0 B — 2 ms — h2https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.jscdnjs.cloudflare.com/ajax/libs/mode... https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js — 200 — 0 B — 1 ms — h3https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.jsindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.js — 200 — 494 B — 40 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.css — 200 — 494 B — 38 ms — http/1.1https://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 — 180 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.4 KiB — 34 ms — h2https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421 — 200 — 1.2 KiB — 40 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 — 73 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 — 57 ms — h2https://config.aps.amazon-adsystem.com/configs/8b48e249-e9e6-4a52-8b48-396ea93403e8config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/8b48e249-e9e6-4a52-8b48-396ea93403e8 — 200 — 1.6 KiB — 97 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fdatareportal.com&pubid=8b48e249-e9e6-4a52-8b48-396ea93403e8c.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fdatareportal.com&pubid=8b48e249-e9e6-4a52-8b48-396ea93403e8 — 200 — 1.7 KiB — 23 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 59 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 0 B — 59 ms — h3https://prod.adobeccstatic.com/unav/1.4/UniversalNav.cssprod.adobeccstatic.com/unav/1.4/Uni... https://prod.adobeccstatic.com/unav/1.4/UniversalNav.css — 200 — 0 B — 0 ms — h2https://use.typekit.net/urt5zuu.cssuse.typekit.net/urt5zuu.css https://use.typekit.net/urt5zuu.css — 200 — 0 B — 0 ms — h2https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.jscdnjs.cloudflare.com/ajax/libs/mode... https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js — 200 — 0 B — 0 ms — h3https://indd.adobe.com/newrelic_browser/newrelic.jsindd.adobe.com/newrelic_browser/new... https://indd.adobe.com/newrelic_browser/newrelic.js — 200 — 2.4 KiB — 54 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.jsindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/js/main.6379f986.js — 200 — 494 B — 34 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/static/css/main.16385b22.css — 200 — 494 B — 31 ms — http/1.1https://i.ytimg.com/vi/YItg4Xs82dg/sddefault.jpgi.ytimg.com/vi/YItg4Xs82dg/sddefaul... https://i.ytimg.com/vi/YItg4Xs82dg/sddefault.jpg — 200 — 25.7 KiB — 98 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-PB6VPRCFY7&gtm=45je64h1v875119473z8810263617za20gzb810263617zd810263617&_p=1776815775019&gcs=G10-&gcd=13q3l3q2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&_eu=AAAAAGA&are=1&cid=1855253614.1776815776&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512542&sid=1776815775&sct=1&seg=0&dl=https%3A%2F%2Fdatareportal.com%2F&dt=DataReportal%20%E2%80%93%20Global%20Digital%20Insights&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=2&tfd=1681region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PB6VPRCFY7&gtm=45je64h1v875119473z8810263617za20gzb810263617zd810263617&_p=1776815775019&gcs=G10-&gcd=13q3l3q2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&_eu=AAAAAGA&are=1&cid=1855253614.1776815776&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512542&sid=1776815775&sct=1&seg=0&dl=https%3A%2F%2Fdatareportal.com%2F&dt=DataReportal%20%E2%80%93%20Global%20Digital%20Insights&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=2&tfd=1681 — 204 — 549 B — 137 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 0 B — 6 ms — h3https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 0 B — 7 ms — h3https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.5 KiB — 90 ms — h2https://cc-api-cp.adobe.io/api/v2/lastmile/assets/87891b94-222f-4223-b76f-dcaee9f22b8b/website?api_key=InDesignLastMile2cc-api-cp.adobe.io/api/v2/lastmile/... https://cc-api-cp.adobe.io/api/v2/lastmile/assets/87891b94-222f-4223-b76f-dcaee9f22b8b/website?api_key=InDesignLastMile2 — 307 — 315 B — 822 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1263782629&t=pageview&_s=1&dl=https%3A%2F%2Fdatareportal.com%2F&ul=en-us&dt=DataReportal%20%E2%80%93%20Global%20Digital%20Insights&sr=800x600&vp=1350x940&_u=YADAAEABAAAAICAAIg~&cid=1855253614.1776815776&tid=UA-64003783-3&_gid=1589506690.1776815776&_slc=1&gtm=45He64h1n81KMG292Jv810263617za200zd810263617&gcs=G10-&gcd=13q3l3q2q5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115616986~115938465~115938468~117266401&npa=1&z=1422725159www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1263782629&t=pageview&_s=1&dl=https%3A%2F%2Fdatareportal.com%2F&ul=en-us&dt=DataReportal%20%E2%80%93%20Global%20Digital%20Insights&sr=800x600&vp=1350x940&_u=YADAAEABAAAAICAAIg~&cid=1855253614.1776815776&tid=UA-64003783-3&_gid=1589506690.1776815776&_slc=1&gtm=45He64h1n81KMG292Jv810263617za200zd810263617&gcs=G10-&gcd=13q3l3q2q5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115616986~115938465~115938468~117266401&npa=1&z=1422725159 — 200 — 452 B — 25 ms — h2https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=datareportal.comcmp.inmobi.com/tcfv2/56/cmp2.js?ref... https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=datareportal.com — 200 — 112.5 KiB — 64 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 35 ms — http/1.1https://btloader.com/tag?o=5708166709903360&upapi=truebtloader.com/tag?o=5708166709903360... https://btloader.com/tag?o=5708166709903360&upapi=true — 200 — 59.5 KiB — 88 ms — h2https://indd.adobe.com/view/publication/87891b94-222f-4223-b76f-dcaee9f22b8b/1/content.jsonindd.adobe.com/view/publication/878... https://indd.adobe.com/view/publication/87891b94-222f-4223-b76f-dcaee9f22b8b/1/content.json — 200 — 1.5 MiB — 1.1 s — http/1.1https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/c0160f/000000000... https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 62.2 KiB — 18 ms — h2https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5c07ba/000000000... https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 61.8 KiB — 20 ms — h2https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=cssp.typekit.net/p.css?s=1&k=urt5zuu&h... https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=css — 200 — 0 B — 0 ms — h2https://cc-api-cp.adobe.io/api/v2/lastmile/assets/a0cc66e1-9587-456c-8346-4ab7a7388b16/website?api_key=InDesignLastMile2cc-api-cp.adobe.io/api/v2/lastmile/... https://cc-api-cp.adobe.io/api/v2/lastmile/assets/a0cc66e1-9587-456c-8346-4ab7a7388b16/website?api_key=InDesignLastMile2 — 307 — 125 B — 677 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 494 B — 27 ms — http/1.1https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/c0160f/000000000... https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 0 B — 2 ms — h2https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5c07ba/000000000... https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 0 B — 8 ms — h2https://indd.adobe.com/view/publication/a0cc66e1-9587-456c-8346-4ab7a7388b16/1/content.jsonindd.adobe.com/view/publication/a0c... https://indd.adobe.com/view/publication/a0cc66e1-9587-456c-8346-4ab7a7388b16/1/content.json — 200 — 255.2 KiB — 70 ms — http/1.1https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly9kYXRhcmVwb3J0YWwuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=sf4r79dzlb0cwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly9kYXRhcmVwb3J0YWwuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=sf4r79dzlb0c — 200 — 27.5 KiB — 77 ms — h3https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=cssp.typekit.net/p.css?s=1&k=urt5zuu&h... https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=css — 200 — 0 B — 0 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 0 B — 3 ms — h3https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 3.6 KiB — 20 ms — http/1.1https://api.id5-sync.com/analytics/1189/id5-api-jsapi.id5-sync.com/analytics/1189/id5... https://api.id5-sync.com/analytics/1189/id5-api-js — 200 — 692 B — 122 ms — h2https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.jswww.google.com/js/th/Tsj2rE80jstpz6... https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.js — 200 — 23.3 KiB — 37 ms — h3https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 330 B — 23 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 30 ms — http/1.1https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=cssp.typekit.net/p.css?s=1&k=urt5zuu&h... https://p.typekit.net/p.css?s=1&k=urt5zuu&ht=tk&f=7180.7181.7182.7183&a=108349166&app=typekit&e=css — 200 — 0 B — 1 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.1604544807489916ad-delivery.net/px.gif?ch=2&e=0.160... https://ad-delivery.net/px.gif?ch=2&e=0.1604544807489916 — 200 — 109 B — 148 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10008769986825095ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10008769986825095 — 200 — 129 B — 88 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.0003043477043063181ad-delivery.net/px.gif?ch=1&e=0.000... https://ad-delivery.net/px.gif?ch=1&e=0.0003043477043063181 — 200 — 615 B — 146 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 214 B — 204 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 122 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 — 200 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 83 ms — h2https://cdn.api.btloader.com/device?orgid=5708166709903360&platformVersion=10.15.7&fullVersionList=%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%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5708166709903360&platformVersion=10.15.7&fullVersionList=%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 — 200 — 333 B — 105 ms — h2https://btloader.com/trustedIframe.html?o=5708166709903360&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5708166709903360&upapi=true — 200 — 2.2 KiB — 78 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 75.9 KiB — 61 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 — 50 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 0 B — 0 ms — h3https://cc-api-cp.adobe.io/api/v2/lastmile/assets/9d9a68f6-38a9-4278-b61c-4506b24240b0/website?api_key=InDesignLastMile2cc-api-cp.adobe.io/api/v2/lastmile/... https://cc-api-cp.adobe.io/api/v2/lastmile/assets/9d9a68f6-38a9-4278-b61c-4506b24240b0/website?api_key=InDesignLastMile2 — 307 — 126 B — 440 ms — h2https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.7 KiB — 29 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=cukv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=cukv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 35 ms — http/1.1https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/c0160f/000000000... https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 0 B — 11 ms — h2https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5c07ba/000000000... https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 0 B — 11 ms — h2https://indd.adobe.com/view/publication/9d9a68f6-38a9-4278-b61c-4506b24240b0/cukv/content.jsonindd.adobe.com/view/publication/9d9... https://indd.adobe.com/view/publication/9d9a68f6-38a9-4278-b61c-4506b24240b0/cukv/content.json — 200 — 1.5 MiB — 852 ms — http/1.1https://www.youtube-nocookie.com/generate_204?76DeBAwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?76DeBA — 204 — 10 B — 27 ms — h3https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.jscmp.inmobi.com/tcfv2/56/cmp2ui-en.j... https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js — 200 — 104.5 KiB — 69 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.8 KiB — 19 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 150 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 0 B — 45 ms — h2https://cmp.inmobi.com/tcfv2/google-atp-list.jsoncmp.inmobi.com/tcfv2/google-atp-lis... https://cmp.inmobi.com/tcfv2/google-atp-list.json — 200 — 40.7 KiB — 44 ms — h2https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.jsoncmp.inmobi.com/google-basic-consent... https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.json — 200 — 1.1 KiB — 33 ms — h2https://api.btloader.com/exd?tid=e8Ra8J2Agi-uJKdloSNVz-9db2792234&sid=qqLFL0885-rLog2M0V-9db2792234&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=e8Ra8J2Agi... https://api.btloader.com/exd?tid=e8Ra8J2Agi-uJKdloSNVz-9db2792234&sid=qqLFL0885-rLog2M0V-9db2792234&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 109 B — 237 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 84 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 311 B — 30 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 0 B — 0 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.7522371272152356ad-delivery.net/px.gif?ch=1&e=0.752... https://ad-delivery.net/px.gif?ch=1&e=0.7522371272152356 — 200 — 116 B — 22 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 232 ms — h3https://indd.adobe.com1/publication.htmlindd.adobe.com1/publication.html https://indd.adobe.com1/publication.html — -1 — 0 B — 21 ms — https://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 — 31 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 — 30 ms — h3https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22PRrmquD1Ggcb1%22%2C%22domain%22%3A%22datareportal.com%22%2C%22publisher%22%3A%22datareportal.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22JFwK0Z7OM6nQ%2BowPX2%2B7Bg%22%2C%22tagVersion%22%3A%22V2%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%220e266210-5ee5-45af-abe6-671d21b3ccdc%22%2C%22themeUuid%22%3A%220f941b20-17da-496f-a9ca-9bd785b6804e%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776815776800%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-eqzgqglypfqze1q3ltkr%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22PRrmquD1Ggcb1%22%2C%22domain%22%3A%22datareportal.com%22%2C%22publisher%22%3A%22datareportal.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22JFwK0Z7OM6nQ%2BowPX2%2B7Bg%22%2C%22tagVersion%22%3A%22V2%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%220e266210-5ee5-45af-abe6-671d21b3ccdc%22%2C%22themeUuid%22%3A%220f941b20-17da-496f-a9ca-9bd785b6804e%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776815776800%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-eqzgqglypfqze1q3ltkr%22%7D — 200 — 100 B — 159 ms — h2https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22PRrmquD1Ggcb1%22%2C%22domain%22%3A%22datareportal.com%22%2C%22publisher%22%3A%22datareportal.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22gbc%3Amandatory%22%2C%22configurationHashCode%22%3A%22JFwK0Z7OM6nQ%2BowPX2%2B7Bg%22%2C%22tagVersion%22%3A%22V2%22%2C%22siteUuid%22%3A%220e266210-5ee5-45af-abe6-671d21b3ccdc%22%2C%22themeUuid%22%3A%220f941b20-17da-496f-a9ca-9bd785b6804e%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776815776800%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GBC-lmpk3ov8skrhce1lho8q%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22PRrmquD1Ggcb1%22%2C%22domain%22%3A%22datareportal.com%22%2C%22publisher%22%3A%22datareportal.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22gbc%3Amandatory%22%2C%22configurationHashCode%22%3A%22JFwK0Z7OM6nQ%2BowPX2%2B7Bg%22%2C%22tagVersion%22%3A%22V2%22%2C%22siteUuid%22%3A%220e266210-5ee5-45af-abe6-671d21b3ccdc%22%2C%22themeUuid%22%3A%220f941b20-17da-496f-a9ca-9bd785b6804e%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776815776800%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GBC-lmpk3ov8skrhce1lho8q%22%7D — 200 — 101 B — 156 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 329 B — 21 ms — h2https://cdn.cp.adobe.io/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/index.htmlcdn.cp.adobe.io/content/2/a0cc66e1-... https://cdn.cp.adobe.io/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/index.html — 404 — 792 B — 615 ms — http/1.1https://log.pinterest.com/?guid=hs3J0kb3WiDa&type=pidget&sub=uk&button_count=1&follow_count=0&pin_count=0&profile_count=0&board_count=0&via=https%3A%2F%2Fdatareportal.com%2F&callback=PIN_1776815775779.f.callback[0]log.pinterest.com/?guid=hs3J0kb3WiD... https://log.pinterest.com/?guid=hs3J0kb3WiDa&type=pidget&sub=uk&button_count=1&follow_count=0&pin_count=0&profile_count=0&board_count=0&via=https%3A%2F%2Fdatareportal.com%2F&callback=PIN_1776815775779.f.callback[0] — 200 — 393 B — 185 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.08422020711106581ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.08422020711106581 — 200 — 129 B — 36 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 — 31 ms — h2https://cdn.cp.adobe.io/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/index.htmlcdn.cp.adobe.io/content/2/87891b94-... https://cdn.cp.adobe.io/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/index.html — 404 — 792 B — 650 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 304 — 494 B — 24 ms — http/1.1https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 0 B — 0 ms — h3https://cdn.cp.adobe.io/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/index.htmlcdn.cp.adobe.io/content/2/9d9a68f6-... https://cdn.cp.adobe.io/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/index.html — 404 — 792 B — 560 ms — http/1.1https://cc-api-cp.adobe.io/api/v2/lastmile/assets/323049c9-a7a9-4f43-89ff-28f2cadf3820/website?api_key=InDesignLastMile2cc-api-cp.adobe.io/api/v2/lastmile/... https://cc-api-cp.adobe.io/api/v2/lastmile/assets/323049c9-a7a9-4f43-89ff-28f2cadf3820/website?api_key=InDesignLastMile2 — 307 — 125 B — 252 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=b5ky/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=b5ky/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 25 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/c0160f/000000000... https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 0 B — 7 ms — h2https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5c07ba/000000000... https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 0 B — 10 ms — h2https://indd.adobe.com/view/publication/323049c9-a7a9-4f43-89ff-28f2cadf3820/b5ky/content.jsonindd.adobe.com/view/publication/323... https://indd.adobe.com/view/publication/323049c9-a7a9-4f43-89ff-28f2cadf3820/b5ky/content.json — 200 — 690.5 KiB — 423 ms — http/1.1https://ad-delivery.net/px.gif?ch=2&e=0.7616106969149572ad-delivery.net/px.gif?ch=2&e=0.761... https://ad-delivery.net/px.gif?ch=2&e=0.7616106969149572 — 200 — 110 B — 23 ms — h2https://cc-api-cp.adobe.io/api/v2/lastmile/assets/b6e15f09-e002-4207-91a7-f3a862ad675d/website?api_key=InDesignLastMile2cc-api-cp.adobe.io/api/v2/lastmile/... https://cc-api-cp.adobe.io/api/v2/lastmile/assets/b6e15f09-e002-4207-91a7-f3a862ad675d/website?api_key=InDesignLastMile2 — 307 — 147 B — 193 ms — h2https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/c0160f/000000000... https://use.typekit.net/af/c0160f/00000000000000007735dac8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 0 B — 4 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=epqv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=epqv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 58 ms — http/1.1https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5c07ba/000000000... https://use.typekit.net/af/5c07ba/00000000000000007735dad8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 0 B — 3 ms — h2https://indd.adobe.com/view/publication/b6e15f09-e002-4207-91a7-f3a862ad675d/epqv/content.jsonindd.adobe.com/view/publication/b6e... https://indd.adobe.com/view/publication/b6e15f09-e002-4207-91a7-f3a862ad675d/epqv/content.json — 200 — 1.1 MiB — 379 ms — http/1.1https://indd.adobe.com1/publication.htmlindd.adobe.com1/publication.html https://indd.adobe.com1/publication.html — -1 — 0 B — 5 ms — https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 304 — 494 B — 21 ms — http/1.1https://cdn.cp.adobe.io/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/index.htmlcdn.cp.adobe.io/content/2/323049c9-... https://cdn.cp.adobe.io/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/index.html — 404 — 792 B — 577 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 28 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://cdn.cp.adobe.io/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/index.htmlcdn.cp.adobe.io/content/2/b6e15f09-... https://cdn.cp.adobe.io/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/index.html — 404 — 792 B — 478 ms — http/1.1https://indd.adobe.comcukv/publication.htmlindd.adobe.comcukv/publication.html https://indd.adobe.comcukv/publication.html — -1 — 0 B — 10 ms — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://indd.adobe.comb5ky/publication.htmlindd.adobe.comb5ky/publication.html https://indd.adobe.comb5ky/publication.html — -1 — 0 B — 22 ms — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://ad-delivery.net/px.gif?ch=2&e=0.2224780383124796ad-delivery.net/px.gif?ch=2&e=0.222... https://ad-delivery.net/px.gif?ch=2&e=0.2224780383124796 — 200 — 139 B — 24 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6316484266214707ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6316484266214707 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.06667156149014775ad-delivery.net/px.gif?ch=1&e=0.066... https://ad-delivery.net/px.gif?ch=1&e=0.06667156149014775 — 200 — 110 B — 22 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 2 ms — h2https://indd.adobe.comepqv/publication.htmlindd.adobe.comepqv/publication.html https://indd.adobe.comepqv/publication.html — -1 — 0 B — 11 ms — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://ad-delivery.net/px.gif?ch=1&e=0.39509962788660724ad-delivery.net/px.gif?ch=1&e=0.395... https://ad-delivery.net/px.gif?ch=1&e=0.39509962788660724 — 200 — 110 B — 22 ms — h2https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 21 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 22 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 28 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 21 ms — http/1.1https://ad-delivery.net/px.gif?ch=2&e=0.4585667368644216ad-delivery.net/px.gif?ch=2&e=0.458... https://ad-delivery.net/px.gif?ch=2&e=0.4585667368644216 — 200 — 133 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1934842585127542ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1934842585127542 — 200 — 129 B — 28 ms — h3https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=falseindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.html?basepath=https://indd.adobe.com&relativepath=/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication.html&parentorigin=https://indd.adobe.com&maxPageDimensions={%22width%22:1920,%22height%22:1080}&transition=false — 200 — 164.5 KiB — 22 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 304 — 494 B — 20 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 34 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 47 ms — http/1.1https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 59 ms — http/1.1https://ad-delivery.net/px.gif?ch=2&e=0.2437469301759373ad-delivery.net/px.gif?ch=2&e=0.243... https://ad-delivery.net/px.gif?ch=2&e=0.2437469301759373 — 200 — 110 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3317394518339165ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3317394518339165 — 200 — 129 B — 25 ms — h3https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.cssindd.adobe.com/1_0ccf132/public/bui... https://indd.adobe.com/1_0ccf132/public/build/contentHandler/contentHandler.min.css — 200 — 494 B — 19 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication.html — 200 — 6.9 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication.html — 200 — 9.0 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication.html — 200 — 6.9 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication.html — 200 — 7.5 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 60.3 KiB — 30 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 1.2 KiB — 25 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/5.jpgindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/5.jpg — 200 — 5.8 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 12.9 KiB — 26 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 1.2 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/5.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/5.jpg — 200 — 5.8 KiB — 48 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 59.8 KiB — 28 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 1.2 KiB — 43 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/5.jpgindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/5.jpg — 200 — 5.8 KiB — 43 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication.html — 200 — 7.3 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/6.jpgindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/6.jpg — 200 — 6.6 KiB — 27 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/World_Map__E0E0E0.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/World_Map__E0E0E0.png — 200 — 59.1 KiB — 40 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/6.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/6.jpg — 200 — 6.5 KiB — 53 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAAHVCAYAAACwrYzPAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAAHVCAYAAACwrYzPAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPQ… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/6.jpgindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/6.jpg — 200 — 6.6 KiB — 51 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/World_Map__E0E0E0.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/World_Map__E0E0E0.png — 200 — 59.1 KiB — 51 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 43.9 KiB — 25 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 1.2 KiB — 45 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/5.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/5.jpg — 200 — 5.8 KiB — 44 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/6.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/6.jpg — 200 — 6.6 KiB — 26 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Globe.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Globe.png — 200 — 56.0 KiB — 36 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 22.3 KiB — 28 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 1.2 KiB — 27 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/5.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/5.jpg — 200 — 5.8 KiB — 29 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/6.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/6.jpg — 200 — 6.6 KiB — 19 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Globe.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Globe.png — 200 — 52.0 KiB — 26 ms — http/1.1https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 30 ms — h3https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-2.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-2.html — 200 — 8.5 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-1.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-1.html — 200 — 1.7 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-2.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-2.html — 200 — 12.6 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-1.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-1.html — 200 — 1.2 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-2.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-2.html — 200 — 8.1 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-1.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-1.html — 200 — 1.7 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_SimilarWeb_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_SimilarWeb_%28_EEE%29.png — 200 — 8.3 KiB — 21 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Locowise_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Locowise_%28_EEE%29.png — 200 — 9.6 KiB — 21 ms — http/1.1https://ad-delivery.net/px.gif?ch=2&e=0.7334574054717155ad-delivery.net/px.gif?ch=2&e=0.733... https://ad-delivery.net/px.gif?ch=2&e=0.7334574054717155 — 200 — 116 B — 24 ms — h2https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/8.jpgindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/8.jpg — 200 — 22.2 KiB — 35 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/9.jpgindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/9.jpg — 200 — 22.8 KiB — 35 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/02_Digital_2024_Local_Country_Headlines_Report_Cover.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/02_Digital_2024_Local_Country_Headlines_Report_Cover.png — 200 — 38.3 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/01_Digital_2024_Global_Overview_Report_Cover.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/01_Digital_2024_Global_Overview_Report_Cover.png — 200 — 45.6 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/8.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/8.jpg — 200 — 22.3 KiB — 26 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/9.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/9.jpg — 200 — 22.8 KiB — 28 ms — http/1.1https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10654089061610972ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10654089061610972 — 200 — 129 B — 47 ms — h3https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-2.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-2.html — 200 — 8.1 KiB — 42 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-1.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-1.html — 200 — 1.7 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Skai_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Skai_%28_EEE%29.png — 200 — 8.0 KiB — 41 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Ookla_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Ookla_%28_EEE%29.png — 200 — 7.8 KiB — 40 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-2.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-2.html — 200 — 12.4 KiB — 28 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 960 B — 25 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-1.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-1.html — 200 — 1.7 KiB — 52 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/SimilarWeb_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/SimilarWeb_Circle_%28_EEE%29.png — 200 — 8.3 KiB — 47 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Skai_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Skai_Circle_%28_EEE%29.png — 200 — 8.0 KiB — 48 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/8.jpgindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/8.jpg — 200 — 22.2 KiB — 42 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/9.jpgindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/9.jpg — 200 — 22.8 KiB — 43 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.png — 200 — 7.9 KiB — 44 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Data_AI_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Data_AI_%28_EEE%29.png — 200 — 8.0 KiB — 196 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Semrush_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Semrush_%28_EEE%29.png — 200 — 7.8 KiB — 201 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_GSMA_Intelligence_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_GSMA_Intelligence_%28_EEE%29.png — 200 — 7.9 KiB — 199 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Statista_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_Statista_%28_EEE%29.png — 200 — 7.7 KiB — 195 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_GWI_%28_EEE%29.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Brand_Circle_GWI_%28_EEE%29.png — 200 — 7.5 KiB — 195 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Ookla_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Ookla_Circle_%28_EEE%29.png — 200 — 7.8 KiB — 51 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.png — 200 — 7.9 KiB — 65 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Semrush_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Semrush_Circle_%28_EEE%29.png — 200 — 7.8 KiB — 219 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GSMA_Intelligence_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GSMA_Intelligence_Circle_%28_EEE%29.png — 200 — 7.9 KiB — 219 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/SimilarWeb_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/SimilarWeb_Circle_%28_EEE%29.png — 200 — 8.3 KiB — 55 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Skai_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Skai_Circle_%28_EEE%29.png — 200 — 8.0 KiB — 56 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/8.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/8.jpg — 200 — 22.2 KiB — 51 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/9.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/9.jpg — 200 — 22.8 KiB — 52 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/GDR_20250926_Digital_2026_Global_Overview_Report_021SK.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/GDR_20250926_Digital_2026_Global_Overview_Report_021SK.png — 200 — 46.4 KiB — 66 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.png — 200 — 38.7 KiB — 65 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Ookla_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Ookla_Circle_%28_EEE%29.png — 200 — 7.8 KiB — 65 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/SocialInsider_Circle_%28_EEE%29.png — 200 — 7.9 KiB — 87 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAa0AAAHTCAYAAACUfkeGAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG9… — 200 — 0 B — 1 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Semrush_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Semrush_Circle_%28_EEE%29.png — 200 — 7.8 KiB — 189 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/GSMA_Intelligence_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/GSMA_Intelligence_Circle_%28_EEE%29.png — 200 — 7.9 KiB — 193 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Statista_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Statista_Circle_%28_EEE%29.png — 200 — 7.7 KiB — 210 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GWI_Circle_%28_EEE%29.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GWI_Circle_%28_EEE%29.png — 200 — 7.5 KiB — 210 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/19.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/19.png — 200 — 1.1 KiB — 208 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-3.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-3.html — 200 — 11.4 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-3.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-3.html — 200 — 7.5 KiB — 41 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-4.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-4.html — 200 — 8.6 KiB — 46 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/8.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/8.jpg — 200 — 22.2 KiB — 76 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/9.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/9.jpg — 200 — 22.8 KiB — 69 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.png — 200 — 957 B — 69 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/16.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/16.png — 200 — 1.1 KiB — 194 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABCsAAAEYCAYAAAB1HXz1AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHO… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdMAAAFNCAYAAABbkoWeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAE/… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-3.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-3.html — 200 — 8.1 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Statista_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Statista_Circle_%28_EEE%29.png — 200 — 7.7 KiB — 180 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/GWI_Circle_%28_EEE%29.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/GWI_Circle_%28_EEE%29.png — 200 — 7.5 KiB — 205 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-3.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-3.html — 200 — 13.2 KiB — 29 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/15.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/15.svgz — 200 — 42.0 KiB — 47 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Simon_Kemp_Profile_Pic_Square.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/Simon_Kemp_Profile_Pic_Square.png — 200 — 35.2 KiB — 33 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/27.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/27.svgz — 200 — 24.0 KiB — 49 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/18.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/18.svgz — 200 — 20.6 KiB — 44 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/19.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/19.svgz — 200 — 24.5 KiB — 45 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.png — 200 — 960 B — 48 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/28.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/28.svgz — 200 — 18.9 KiB — 49 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/29.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/29.svgz — 200 — 24.6 KiB — 200 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/30.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/30.svgz — 200 — 23.5 KiB — 200 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Simon_Kemp_Profile_Pic_Square.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/Simon_Kemp_Profile_Pic_Square.png — 200 — 35.3 KiB — 39 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/31.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/31.svgz — 200 — 27.8 KiB — 55 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/20.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/20.svgz — 200 — 21.2 KiB — 54 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.png — 200 — 38.7 KiB — 44 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/01_Digital_2025_Global_Overview_Report_Cover.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/01_Digital_2025_Global_Overview_Report_Cover.png — 200 — 46.2 KiB — 49 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 960 B — 45 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/32.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/32.svgz — 200 — 18.2 KiB — 45 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/33.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/33.svgz — 200 — 26.2 KiB — 214 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/34.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/34.svgz — 200 — 28.3 KiB — 214 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.png — 200 — 960 B — 46 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/34.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/34.png — 200 — 1.1 KiB — 193 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-3.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-3.html — 200 — 6.8 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-5.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-5.html — 200 — 2.5 KiB — 24 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-6.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-6.html — 200 — 29.4 KiB — 28 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABzcAAAELCAYAAABULwunAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKB…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABzcAAAELCAYAAABULwunAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKB… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Internet_Globe.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Internet_Globe.png — 200 — 34.0 KiB — 21 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/34.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/34.jpg — 200 — 6.9 KiB — 37 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/35.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/35.jpg — 200 — 8.5 KiB — 38 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Social_Media_Engagement.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Social_Media_Engagement.png — 200 — 7.6 KiB — 33 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Internet_Globe1.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Internet_Globe1.png — 200 — 19.2 KiB — 34 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Mobile_Smartphone_New.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/Mobile_Smartphone_New.png — 200 — 8.0 KiB — 101 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/People_Group_03.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/People_Group_03.png — 200 — 10.0 KiB — 102 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-5.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-5.html — 200 — 8.6 KiB — 32 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAH8…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAH8… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-4.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-4.html — 200 — 12.5 KiB — 41 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-7.htmlindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-7.html — 200 — 18.5 KiB — 40 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-4.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-4.html — 200 — 12.6 KiB — 40 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-4.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-4.html — 200 — 11.5 KiB — 39 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/28.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/28.svgz — 200 — 11.5 KiB — 152 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/World_Map__616161.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/World_Map__616161.png — 200 — 8.3 KiB — 154 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/26.svgzindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/26.svgz — 200 — 20.6 KiB — 152 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/27.svgzindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/27.svgz — 200 — 24.5 KiB — 168 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/28.svgzindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/28.svgz — 200 — 21.2 KiB — 170 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-4.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-4.html — 200 — 11.4 KiB — 47 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/34.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/34.jpg — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/35.jpgindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/35.jpg — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/003_GWI_01_Jul_2024_2024_Q1_TIME_SPENT_WITH_MEDIA_RANKING.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/003_GWI_01_Jul_2024_2024_Q1_TIME_SPENT_WITH_MEDIA_RANKING.png — 200 — 51.3 KiB — 57 ms — http/1.1https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/39.svgzindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/39.svgz — 200 — 15.0 KiB — 54 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/DataReportal_GDR001_20240220_Digital_2024_Global_Overview_Report_v02.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/DataReportal_GDR001_20240220_Digital_2024_Global_Overview_Report_v02.png — 200 — 45.6 KiB — 53 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/02_Digital_2025_Country_Headlines_Report_Cover.png — 200 — 38.7 KiB — 53 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/23.svgzindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/23.svgz — 200 — 42.0 KiB — 58 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/01_Digital_2025_Global_Overview_Report_Cover.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/01_Digital_2025_Global_Overview_Report_Cover.png — 200 — 46.2 KiB — 53 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GDR_20250926_Digital_2026_Global_Overview_Report_021SK.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/GDR_20250926_Digital_2026_Global_Overview_Report_021SK.png — 200 — 38.7 KiB — 86 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/World_Map__616161.pngindd.adobe.com/content/2/a0cc66e1-9... https://indd.adobe.com/content/2/a0cc66e1-9587-456c-8346-4ab7a7388b16/1722321435521/package/1/publication-web-resources/image/World_Map__616161.png — 200 — 0 B — 78 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAADjCAYAAADudnr5AAAACXBIWXMAAA7DAAAOwwHHb6hkAAACj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAADjCAYAAADudnr5AAAACXBIWXMAAA7DAAAOwwHHb6hkAAACj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAABDCAYAAADgSPveAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAJ4…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAABDCAYAAADgSPveAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAJ4… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAAxCAYAAABeZ/vKAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKu…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAAxCAYAAABeZ/vKAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKu… — 200 — 0 B — 0 ms — datahttps://ad-delivery.net/px.gif?ch=2&e=0.3150113900803745ad-delivery.net/px.gif?ch=2&e=0.315... https://ad-delivery.net/px.gif?ch=2&e=0.3150113900803745 — 200 — 133 B — 23 ms — h2https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/37.svgzindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/37.svgz — 200 — 42.0 KiB — 69 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/37.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/37.png — 200 — 1.1 KiB — 86 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/41.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/41.png — 200 — 1.1 KiB — 79 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-5.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-5.html — 200 — 11.3 KiB — 24 ms — http/1.1https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8410924961852017ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8410924961852017 — 200 — 129 B — 26 ms — h3https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-5.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-5.html — 200 — 8.6 KiB — 24 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-5.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-5.html — 200 — 11.4 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/40.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/40.svgz — 200 — 42.0 KiB — 37 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-6.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-6.html — 200 — 2.9 KiB — 20 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/40.svgzindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/40.svgz — 200 — 20.6 KiB — 25 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/41.svgzindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/41.svgz — 200 — 24.5 KiB — 24 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/44.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/44.svgz — 200 — 42.0 KiB — 23 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-6.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-6.html — 200 — 2.9 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/42.svgzindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/42.svgz — 200 — 21.2 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-6.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-6.html — 200 — 8.6 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-7.htmlindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-7.html — 200 — 48.4 KiB — 25 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-6.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-6.html — 200 — 8.6 KiB — 27 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Globe1.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Globe1.png — 200 — 58.1 KiB — 26 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-7.htmlindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-7.html — 200 — 2.8 KiB — 19 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/43.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/43.svgz — 200 — 20.6 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/44.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/44.svgz — 200 — 24.5 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Globe1.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Globe1.png — 200 — 63.2 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-7.htmlindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-7.html — 200 — 2.8 KiB — 19 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/47.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/47.svgz — 200 — 20.6 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/48.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/48.svgz — 200 — 24.5 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/45.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/45.jpg — 200 — 6.9 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/46.jpgindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/46.jpg — 200 — 8.5 KiB — 22 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/45.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/45.svgz — 200 — 21.2 KiB — 25 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-7.htmlindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-7.html — 200 — 30.4 KiB — 21 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.pngindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/48.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/48.svgz — 200 — 10.3 KiB — 31 ms — http/1.1https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/49.svgzindd.adobe.com/content/2/9d9a68f6-3... https://indd.adobe.com/content/2/9d9a68f6-38a9-4278-b61c-4506b24240b0/3477438458495/package/cukv/publication-web-resources/image/49.svgz — 200 — 9.9 KiB — 30 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/49.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/49.svgz — 200 — 21.2 KiB — 32 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Internet_Globe.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Internet_Globe.png — 200 — 14.2 KiB — 23 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Mobile_Smartphone_New_SIM.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/Mobile_Smartphone_New_SIM.png — 200 — 6.9 KiB — 24 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACzCAYAAADFVvPmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAQX… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/People_Group_03.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/People_Group_03.png — 200 — 7.6 KiB — 21 ms — http/1.1https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/37.svgzindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/37.svgz — 200 — 16.7 KiB — 49 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAADjCAYAAADudnr5AAAACXBIWXMAAA7DAAAOwwHHb6hkAAACj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAADjCAYAAADudnr5AAAACXBIWXMAAA7DAAAOwwHHb6hkAAACj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/GLOBAL.pngindd.adobe.com/content/2/323049c9-a... https://indd.adobe.com/content/2/323049c9-a7a9-4f43-89ff-28f2cadf3820/3522078272650/package/b5ky/publication-web-resources/image/GLOBAL.png — 200 — 8.3 KiB — 49 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASUAAAElCAYAAACiZ/R3AAAACXBIWXMAAA7DAAAOwwHHb6hkAAATj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASUAAAElCAYAAACiZ/R3AAAACXBIWXMAAA7DAAAOwwHHb6hkAAATj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAIb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAIb… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.pngindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/52.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/52.svgz — 200 — 10.8 KiB — 36 ms — http/1.1https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/53.svgzindd.adobe.com/content/2/87891b94-2... https://indd.adobe.com/content/2/87891b94-222f-4223-b76f-dcaee9f22b8b/1760408114893/package/1/publication-web-resources/image/53.svgz — 200 — 9.6 KiB — 35 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.cssindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/css/idGeneratedStyles.css — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/4.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/blankTransparentImage.png — 200 — 0 B — 0 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/56.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/56.jpg — 200 — 6.9 KiB — 30 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/57.jpgindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/57.jpg — 200 — 8.5 KiB — 29 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEW… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Social_Media_Engagement.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Social_Media_Engagement.png — 200 — 7.6 KiB — 30 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Internet_Globe.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Internet_Globe.png — 200 — 19.2 KiB — 28 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Mobile_Smartphone_New.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/Mobile_Smartphone_New.png — 200 — 8.0 KiB — 28 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAALNCAYAAADX+FKpAAAACXBIWXMAAC4jAAAuIwF4pT92AAASG… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/People_Group_03.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/People_Group_03.png — 200 — 10.0 KiB — 29 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAOa… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAPs… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAH2…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAH2… — 200 — 0 B — 0 ms — datahttps://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/50.svgzindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/50.svgz — 200 — 11.5 KiB — 21 ms — http/1.1https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/World_Map__616161.pngindd.adobe.com/content/2/b6e15f09-e... https://indd.adobe.com/content/2/b6e15f09-e002-4207-91a7-f3a862ad675d/3506357424843/package/epqv/publication-web-resources/image/World_Map__616161.png — 200 — 8.3 KiB — 21 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/b9aaa33f-e650-4dea-8cb6-9d7bc9bb5c4f/favicon.ico?format=100wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b79011d266c077298791201/b9aaa33f-e650-4dea-8cb6-9d7bc9bb5c4f/favicon.ico?format=100w — 200 — 2.9 KiB — 3 ms — h2https://api.btloader.com/country?o=5708166709903360api.btloader.com/country?o=57081667... https://api.btloader.com/country?o=5708166709903360 — 200 — 153 B — 121 ms — h2https://api.btloader.com/pv?nlf=false&tid=e8Ra8J2Agi-uJKdloSNVz-9db2792234&sid=qqLFL0885-rLog2M0V-9db2792234&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=e... https://api.btloader.com/pv?nlf=false&tid=e8Ra8J2Agi-uJKdloSNVz-9db2792234&sid=qqLFL0885-rLog2M0V-9db2792234&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 121 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=ama_stats&wpc=ca-pub-1871114127846517&su=datareportal.com&eid=42532523%2C95384087%2C95387623%2C95386957&doc=complete&pg_h=7462&pg_w=1350&pg_hs=7462&c=0&aa_c=0&d=0&all_d=0&ard=0&all_ard=0&dt=dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ama_stats&wpc=ca-pub-1871114127846517&su=datareportal.com&eid=42532523%2C95384087%2C95387623%2C95386957&doc=complete&pg_h=7462&pg_w=1350&pg_hs=7462&c=0&aa_c=0&d=0&all_d=0&ard=0&all_ard=0&dt=d — 204 — 20 B — 27 ms — h3https://cdn.fuseplatform.net/telemetry/noconsent?cwvRep=%5B%7B%22name%22%3A%22FCP%22%2C%22value%22%3A%221060%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775473-8160778363039%22%2C%22delta%22%3A%221060%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%221060%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775474-9106509338713%22%2C%22delta%22%3A%221060%22%2C%22element%22%3A%22img%20.loaded%20display%3A%20block%3B%20object-fit%3A%20cover%3B%20width%3A%20100%25%3B%20height%3A%20100%25%3B%20object-position%3A%2050%25%2050%25%3B%22%7D%2C%7B%22name%22%3A%22CLS%22%2C%22value%22%3A%220.007439680960511339%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775523-7125353168035%22%2C%22delta%22%3A%220.007439680960511339%22%2C%22element%22%3A%22section%20%23landing-page%20.Index-page%20min-height%3A%20calc(-61px%20%2B%20100vh)%3B%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%222676%22%2C%22rating%22%3A%22needs-improvement%22%2C%22id%22%3A%22v4-1776815775474-9106509338713%22%2C%22delta%22%3A%221616%22%2C%22element%22%3A%22div%22%7D%2C%7B%22name%22%3A%22TTFB%22%2C%22value%22%3A%22340.5%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775474-3833513348982%22%2C%22delta%22%3A%22340.5%22%7D%5D&cmpj=unknown&cmpdialog=true&v=1&ttm=1776815784637&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=6e4c9363-497f-5ba9-a478-83fda5f7a2bd&fid=2415&pubid=8&url=https%3A%2F%2Fdatareportal.com%2F&sid=dda90f6edab54e8bbb10&srate=100&adserver=gpt&etm=10316&e=web-vitals&tenant=publift&fusecdn=cloudflare&tlt=1145&account=datareportalcom&experiments=%7B%22fuse_exp_0%22%3A%22true%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22true%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=60cdn.fuseplatform.net/telemetry/noco... https://cdn.fuseplatform.net/telemetry/noconsent?cwvRep=%5B%7B%22name%22%3A%22FCP%22%2C%22value%22%3A%221060%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775473-8160778363039%22%2C%22delta%22%3A%221060%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%221060%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775474-9106509338713%22%2C%22delta%22%3A%221060%22%2C%22element%22%3A%22img%20.loaded%20display%3A%20block%3B%20object-fit%3A%20cover%3B%20width%3A%20100%25%3B%20height%3A%20100%25%3B%20object-position%3A%2050%25%2050%25%3B%22%7D%2C%7B%22name%22%3A%22CLS%22%2C%22value%22%3A%220.007439680960511339%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775523-7125353168035%22%2C%22delta%22%3A%220.007439680960511339%22%2C%22element%22%3A%22section%20%23landing-page%20.Index-page%20min-height%3A%20calc(-61px%20%2B%20100vh)%3B%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%222676%22%2C%22rating%22%3A%22needs-improvement%22%2C%22id%22%3A%22v4-1776815775474-9106509338713%22%2C%22delta%22%3A%221616%22%2C%22element%22%3A%22div%22%7D%2C%7B%22name%22%3A%22TTFB%22%2C%22value%22%3A%22340.5%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776815775474-3833513348982%22%2C%22delta%22%3A%22340.5%22%7D%5D&cmpj=unknown&cmpdialog=true&v=1&ttm=1776815784637&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=6e4c9363-497f-5ba9-a478-83fda5f7a2bd&fid=2415&pubid=8&url=https%3A%2F%2Fdatareportal.com%2F&sid=dda90f6edab54e8bbb10&srate=100&adserver=gpt&etm=10316&e=web-vitals&tenant=publift&fusecdn=cloudflare&tlt=1145&account=datareportalcom&experiments=%7B%22fuse_exp_0%22%3A%22true%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22true%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=60 — 200 — 457 B — 24 ms — h3https://performance.squarespace.com/api/v1/recordsperformance.squarespace.com/api/v1/... https://performance.squarespace.com/api/v1/records — 200 — 157 B — 401 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
85% of JavaScript execution is third-party
First-party Third-party 2002ms · 1035KB · £10/mo
assets.squarespace.com
Other
Costly
Execution 759ms
Transfer 15 KB
Monthly Cost £4/mo
Unattributable
Other
Costly
Execution 438ms
Transfer 0 KB
Monthly Cost £2/mo
assets.squarespace.com
Other
Optional
Execution 143ms
Transfer 276 KB
Unused 58%
Monthly Cost £1/mo
cdn.fuseplatform.net
Other
Optional
Execution 139ms
Transfer 102 KB
Unused 56%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 89ms
Transfer 172 KB
Unused 39%
Monthly Cost £0/mo
cmp.inmobi.com
Other
Optional
Execution 88ms
Transfer 105 KB
Unused 47%
Monthly Cost £0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 84ms
Transfer 188 KB
Unused 75%
Monthly Cost £0/mo
static1.squarespace.com
Other
Optional
Execution 81ms
Transfer 46 KB
Unused 50%
Monthly Cost £0/mo
www.gstatic.com
Other
Optional
Execution 69ms
Transfer 0 KB
Unused 49%
Monthly Cost £0/mo
assets.squarespace.com
Other
Optional
Execution 61ms
Transfer 4 KB
Monthly Cost £0/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 128 KB
Unused 48%
Monthly Cost £0/mo

These scripts may cost more than they're worth

  • assets.squarespace.com adds 759ms and costs ~£4/month
  • Unattributable adds 438ms and costs ~£2/month

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

assets.squarespace.com takes 759ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

58% of assets.squarespace.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

56% of cdn.fuseplatform.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

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

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