Skip to content
https://alamy.com

Performance

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

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

46
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.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

1.28 s

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

6.91 s

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

368 ms

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

0.082

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

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

7.85 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 3 REVIEW 5 FIX
F
Page Weight Budget
Action
8.9 MB transferred, 91 requests
FIX
8.9 MB transferred, 91 requests
Critical::
Page weighs 14.6 MB (8.9 MB transferred)
Info::
Fonts are 3.5 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 3.5 MB
Warning::
Images are 3.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.1 MB
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Info::
91 HTTP requests
Info::
Estimated 1.9 g CO2 per page load
8.9 MB / 2.4 MB budget
8.9 MB transferred
91 requests
1.9 g CO2 per page load
Fonts 3.5 MiB 39%
Images 3.1 MiB 34%
JavaScript 2.3 MiB 25%
HTML 73.4 KiB 1%
CSS 43.0 KiB 0%
Other 12.7 KiB 0%
Other 2.8 KiB 0%
Other 2.2 KiB 0%
Other 1.5 KiB 0%
Other 417 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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 (8.9 MiB of 8.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
34 scripts, 854 KB unused
FIX
34 scripts, 854 KB unused
Warning::
https://s.alamy.com/product2/_next/static/chunks/p...: 589 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-M5V9...: 65 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 61 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app.termly.io/resource-blocker/f7214a34-e5...: 53 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KXP...: 51 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 854 KB
854 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js1294 KB589 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c&gtm=4e64k0168 KB65 KB (39%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c&gtm=4e64k0144 KB61 KB (42%)3rd
https://app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on143 KB53 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3183 KB51 KB (28%)3rd
https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js69 KB35 KB (51%)3rd
https://s.alamy.com/product2/_next/static/chunks/2581-19d5b9795a7da546.js7 KB3rd
https://s.alamy.com/product2/_next/static/k8JNhq83hX_dt9q8CyLyE/_buildManifest.js8 KB3rd
https://s.alamy.com/product2/_next/static/chunks/2492-70dc36dfd1eabf97.js8 KB3rd
https://s.alamy.com/product2/_next/static/chunks/1281-95c0c5b460ba5920.js10 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
91 resources · 8.9 MB · 854 KB savings available
FIX
91 resources · 8.9 MB · 854 KB savings available
Warning::
Page weight 7.9 MB over 1MB target
Got: 8.9 MB Expected: ≤ 1 MB
Info::
~854 KB of savings available
Warning::
90 third-party resources (100% of weight)
Info::
6 resources over 200KB
91 resources · 8.9 MiB · 90 third-party 7.9 MiB over 1MB target
Font 39% · 3.5 MiB
Image 34% · 3.1 MiB
JavaScript 25% · 2.3 MiB
Document 1% · 73.5 KiB
CSS 0% · 43.0 KiB
Other 0% · 14.7 KiB

~854.3 KiB of savings available

Remove unused JavaScript: 854.3 KiB
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.

No Cache-Control header

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

C
Image Optimization
Action
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://s.alamy.com/kdawwlsweh27/6cKcMekNhgUw8OS8B... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.alamy.com/kdawwlsweh27/6iwAqgiFlduIFgiMn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.alamy.com/kdawwlsweh27/7xCWIdGyJ9p9qRzPn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.alamy.com/kdawwlsweh27/70YLFCDfkZKgmC7rW... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s.alamy.com/kdawwlsweh27/5gXiH11vdGR5JXGZI... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 3.1 MB
0 oversized -0 KB
18 legacy format
5 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

C
JS Execution Cost
Action
1855ms total JS execution
REVIEW
1855ms total JS execution
Warning::
https://s.alamy.com/product2/_next/static/chunks/p...: 422ms CPU time
Warning::
https://s.alamy.com/product2/_next/static/chunks/f...: 392ms CPU time
Warning::
https://www.alamy.com/: 262ms CPU time
Info::
Unattributable: 189ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KXP...: 170ms CPU time
Warning::
Third-party scripts: 1855ms (100% of total)

Main Thread Breakdown

Script Evaluation 62% Script Parsing & Compilation 13% Other 12% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js422ms233ms148ms3rd
https://s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.js392ms306ms8ms3rd
https://www.alamy.com/262ms91ms6ms3rd
Unattributable189ms9ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3170ms146ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c&gtm=4e64k0119ms103ms15ms3rd
https://app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on110ms90ms13ms3rd
https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js103ms70ms11ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c&gtm=4e64k086ms72ms12ms3rd
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
6 fonts (3557 KB)
PASS
6 fonts (3557 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

3557 KB total

Render-blocking

0

of 6

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 FCP 1.3 s LCP 6.9 shttps://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2PPFormulaCondensed-Bold... https://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2 — 24.4 KiB — 35 ms — font-display: swaphttps://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2NotoSans-Bold.woff2 https://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2 — 159.6 KiB — 44 ms — font-display: swaphttps://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2NotoSans-BoldItalic.woff2 https://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2 — 130.2 KiB — 51 ms — font-display: swaphttps://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2NotoSans-Italic.woff2 https://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2 — 125.3 KiB — 87 ms — font-display: swaphttps://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2NotoSans-Regular.woff2 https://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2 — 160.6 KiB — 99 ms — font-display: swaphttps://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2material-symbols-outlin... https://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2 — 2.9 MiB — 286 ms — font-display: swap
PPFormulaCondensed-Bold... woff2 swap
Size 24 KB
Load time 35 ms
Start 594 ms
Risk FOUT — text flashes from fallback to web font
NotoSans-Bold.woff2 woff2 swap
Size 160 KB
Load time 44 ms
Start 595 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSans-BoldItalic.woff2 woff2 swap
Size 130 KB
Load time 51 ms
Start 595 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSans-Italic.woff2 woff2 swap
Size 125 KB
Load time 87 ms
Start 595 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSans-Regular.woff2 woff2 swap
Size 161 KB
Load time 99 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
material-symbols-outlin... woff2 swap
Size 2957 KB
Load time 286 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~1766 KB and ~3532 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
91 requests over 2931ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 6.9 shttps://alamy.com// https://alamy.com/ — 301 — 84 B — 248 ms — h2https://www.alamy.com/www.alamy.com/ https://www.alamy.com/ — 200 — 73.4 KiB — 421 ms — h2https://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2s.alamy.com/fonts/1.5.0/PPFormulaCo... https://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2 — 200 — 24.4 KiB — 35 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2s.alamy.com/fonts/1.5.0/NotoSans-Bo... https://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2 — 200 — 159.6 KiB — 44 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2s.alamy.com/fonts/1.5.0/NotoSans-Bo... https://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2 — 200 — 130.2 KiB — 51 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2s.alamy.com/fonts/1.5.0/NotoSans-It... https://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2 — 200 — 125.3 KiB — 87 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2s.alamy.com/fonts/1.5.0/NotoSans-Re... https://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2 — 200 — 160.6 KiB — 99 ms — h2https://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2s.alamy.com/fonts/1.5.0/material-sy... https://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2 — 200 — 2.9 MiB — 286 ms — h2https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.jstry.abtasty.com/57ca8ee2424c7a70d6c... https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.js — 200 — 3.0 KiB — 36 ms — h2https://s.alamy.com/product2/_next/static/css/9ba5cbaefac92568.csss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/css/9ba5cbaefac92568.css — 200 — 35.5 KiB — 29 ms — h2https://s.alamy.com/product2/_next/static/css/220a95af2d754839.csss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/css/220a95af2d754839.css — 200 — 7.4 KiB — 27 ms — h2https://s.alamy.com/product2/site.webmanifests.alamy.com/product2/site.webmanife... https://s.alamy.com/product2/site.webmanifest — 200 — 2.2 KiB — 86 ms — h2https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.jstry.abtasty.com/shared/commons.c68e... https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.js — 200 — 3.8 KiB — 12 ms — h2https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.jstry.abtasty.com/57ca8ee2424c7a70d6c... https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js — 200 — 69.3 KiB — 53 ms — h2https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.jstry.abtasty.com/shared/me.9807ef1c2... https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.js — 200 — 2.7 KiB — 25 ms — h2https://s.alamy.com/logos/1.68.0/alamy.svgs.alamy.com/logos/1.68.0/alamy.svg https://s.alamy.com/logos/1.68.0/alamy.svg — 200 — 1.3 KiB — 31 ms — h2https://s.alamy.com/logos/1.68.0/alamy-black.svgs.alamy.com/logos/1.68.0/alamy-blac... https://s.alamy.com/logos/1.68.0/alamy-black.svg — 200 — 1.4 KiB — 31 ms — h2https://s.alamy.com/product2/_next/static/chunks/webpack-04464700e77bdfa9.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/webpack-04464700e77bdfa9.js — 200 — 3.6 KiB — 31 ms — h2https://s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.js — 200 — 66.6 KiB — 50 ms — h2https://s.alamy.com/product2/_next/static/chunks/main-2b6ebe27c978d460.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/main-2b6ebe27c978d460.js — 200 — 40.8 KiB — 53 ms — h2https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js — 200 — 1.3 MiB — 189 ms — h2https://s.alamy.com/product2/_next/static/chunks/2492-70dc36dfd1eabf97.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/2492-70dc36dfd1eabf97.js — 200 — 8.3 KiB — 157 ms — h2https://s.alamy.com/product2/_next/static/chunks/1281-95c0c5b460ba5920.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/1281-95c0c5b460ba5920.js — 200 — 10.2 KiB — 158 ms — h2https://s.alamy.com/product2/_next/static/chunks/5097-0546a8bcaa9b529f.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5097-0546a8bcaa9b529f.js — 200 — 10.8 KiB — 159 ms — h2https://s.alamy.com/product2/_next/static/chunks/5254-f26153bfa437d29a.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5254-f26153bfa437d29a.js — 200 — 13.3 KiB — 162 ms — h2https://s.alamy.com/product2/_next/static/chunks/8152-5bc5938b161f817e.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/8152-5bc5938b161f817e.js — 200 — 5.1 KiB — 162 ms — h2https://s.alamy.com/product2/_next/static/chunks/1395-03e7b7de69810405.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/1395-03e7b7de69810405.js — 200 — 5.3 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/9403-74927b2a1a31f042.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/9403-74927b2a1a31f042.js — 200 — 5.3 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/4993-befc3b177d256905.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/4993-befc3b177d256905.js — 200 — 13.0 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/2581-19d5b9795a7da546.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/2581-19d5b9795a7da546.js — 200 — 7.4 KiB — 163 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 6.9 shttps://alamy.com// https://alamy.com/ — 301 — 84 B — 248 ms — h2https://www.alamy.com/www.alamy.com/ https://www.alamy.com/ — 200 — 73.4 KiB — 421 ms — h2https://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2s.alamy.com/fonts/1.5.0/PPFormulaCo... https://s.alamy.com/fonts/1.5.0/PPFormulaCondensed-Bold.woff2 — 200 — 24.4 KiB — 35 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2s.alamy.com/fonts/1.5.0/NotoSans-Bo... https://s.alamy.com/fonts/1.5.0/NotoSans-Bold.woff2 — 200 — 159.6 KiB — 44 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2s.alamy.com/fonts/1.5.0/NotoSans-Bo... https://s.alamy.com/fonts/1.5.0/NotoSans-BoldItalic.woff2 — 200 — 130.2 KiB — 51 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2s.alamy.com/fonts/1.5.0/NotoSans-It... https://s.alamy.com/fonts/1.5.0/NotoSans-Italic.woff2 — 200 — 125.3 KiB — 87 ms — h2https://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2s.alamy.com/fonts/1.5.0/NotoSans-Re... https://s.alamy.com/fonts/1.5.0/NotoSans-Regular.woff2 — 200 — 160.6 KiB — 99 ms — h2https://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2s.alamy.com/fonts/1.5.0/material-sy... https://s.alamy.com/fonts/1.5.0/material-symbols-outlined.woff2 — 200 — 2.9 MiB — 286 ms — h2https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.jstry.abtasty.com/57ca8ee2424c7a70d6c... https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.js — 200 — 3.0 KiB — 36 ms — h2https://s.alamy.com/product2/_next/static/css/9ba5cbaefac92568.csss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/css/9ba5cbaefac92568.css — 200 — 35.5 KiB — 29 ms — h2https://s.alamy.com/product2/_next/static/css/220a95af2d754839.csss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/css/220a95af2d754839.css — 200 — 7.4 KiB — 27 ms — h2https://s.alamy.com/product2/site.webmanifests.alamy.com/product2/site.webmanife... https://s.alamy.com/product2/site.webmanifest — 200 — 2.2 KiB — 86 ms — h2https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.jstry.abtasty.com/shared/commons.c68e... https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.js — 200 — 3.8 KiB — 12 ms — h2https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.jstry.abtasty.com/57ca8ee2424c7a70d6c... https://try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js — 200 — 69.3 KiB — 53 ms — h2https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.jstry.abtasty.com/shared/me.9807ef1c2... https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.js — 200 — 2.7 KiB — 25 ms — h2https://s.alamy.com/logos/1.68.0/alamy.svgs.alamy.com/logos/1.68.0/alamy.svg https://s.alamy.com/logos/1.68.0/alamy.svg — 200 — 1.3 KiB — 31 ms — h2https://s.alamy.com/logos/1.68.0/alamy-black.svgs.alamy.com/logos/1.68.0/alamy-blac... https://s.alamy.com/logos/1.68.0/alamy-black.svg — 200 — 1.4 KiB — 31 ms — h2https://s.alamy.com/product2/_next/static/chunks/webpack-04464700e77bdfa9.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/webpack-04464700e77bdfa9.js — 200 — 3.6 KiB — 31 ms — h2https://s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.js — 200 — 66.6 KiB — 50 ms — h2https://s.alamy.com/product2/_next/static/chunks/main-2b6ebe27c978d460.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/main-2b6ebe27c978d460.js — 200 — 40.8 KiB — 53 ms — h2https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js — 200 — 1.3 MiB — 189 ms — h2https://s.alamy.com/product2/_next/static/chunks/2492-70dc36dfd1eabf97.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/2492-70dc36dfd1eabf97.js — 200 — 8.3 KiB — 157 ms — h2https://s.alamy.com/product2/_next/static/chunks/1281-95c0c5b460ba5920.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/1281-95c0c5b460ba5920.js — 200 — 10.2 KiB — 158 ms — h2https://s.alamy.com/product2/_next/static/chunks/5097-0546a8bcaa9b529f.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5097-0546a8bcaa9b529f.js — 200 — 10.8 KiB — 159 ms — h2https://s.alamy.com/product2/_next/static/chunks/5254-f26153bfa437d29a.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5254-f26153bfa437d29a.js — 200 — 13.3 KiB — 162 ms — h2https://s.alamy.com/product2/_next/static/chunks/8152-5bc5938b161f817e.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/8152-5bc5938b161f817e.js — 200 — 5.1 KiB — 162 ms — h2https://s.alamy.com/product2/_next/static/chunks/1395-03e7b7de69810405.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/1395-03e7b7de69810405.js — 200 — 5.3 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/9403-74927b2a1a31f042.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/9403-74927b2a1a31f042.js — 200 — 5.3 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/4993-befc3b177d256905.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/4993-befc3b177d256905.js — 200 — 13.0 KiB — 161 ms — h2https://s.alamy.com/product2/_next/static/chunks/2581-19d5b9795a7da546.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/2581-19d5b9795a7da546.js — 200 — 7.4 KiB — 163 ms — h2https://s.alamy.com/product2/_next/static/chunks/5125-f8022ad71a03c6a7.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5125-f8022ad71a03c6a7.js — 200 — 10.1 KiB — 166 ms — h2https://s.alamy.com/product2/_next/static/chunks/pages/index-922ff6e495248284.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/pages/index-922ff6e495248284.js — 200 — 17.8 KiB — 167 ms — h2https://s.alamy.com/product2/_next/static/k8JNhq83hX_dt9q8CyLyE/_buildManifest.jss.alamy.com/product2/_next/static/k... https://s.alamy.com/product2/_next/static/k8JNhq83hX_dt9q8CyLyE/_buildManifest.js — 200 — 8.1 KiB — 169 ms — h2https://s.alamy.com/product2/_next/static/k8JNhq83hX_dt9q8CyLyE/_ssgManifest.jss.alamy.com/product2/_next/static/k... https://s.alamy.com/product2/_next/static/k8JNhq83hX_dt9q8CyLyE/_ssgManifest.js — 200 — 1.8 KiB — 168 ms — h2https://s.alamy.com/kdawwlsweh27/70YLFCDfkZKgmC7rW8u56P/185c7402921b0d9ca0484581618fde8a/3D4W1MX_.jpg?fm=webp&q=75s.alamy.com/kdawwlsweh27/70YLFCDfkZ... https://s.alamy.com/kdawwlsweh27/70YLFCDfkZKgmC7rW8u56P/185c7402921b0d9ca0484581618fde8a/3D4W1MX_.jpg?fm=webp&q=75 — 200 — 47.4 KiB — 152 ms — h2https://s.alamy.com/kdawwlsweh27/3KVkLxnIhGjhtCEFgb13xM/8096f12fa9daa103d689bb05c1374f5b/2NMCKCY_.jpg?fm=jpg&q=100s.alamy.com/kdawwlsweh27/3KVkLxnIhG... https://s.alamy.com/kdawwlsweh27/3KVkLxnIhGjhtCEFgb13xM/8096f12fa9daa103d689bb05c1374f5b/2NMCKCY_.jpg?fm=jpg&q=100 — 200 — 520.3 KiB — 179 ms — h2https://try.abtasty.com/shared/analytics.89678053384ad4f8fce5.jstry.abtasty.com/shared/analytics.89... https://try.abtasty.com/shared/analytics.89678053384ad4f8fce5.js — 200 — 8.0 KiB — 11 ms — h3https://s.alamy.com/kdawwlsweh27/6BYm7iGnHtGtbsKVgvHHox/3d3a2aa9d28d0b90616badc61c71803f/3CNWJCP_.jpgs.alamy.com/kdawwlsweh27/6BYm7iGnHt... https://s.alamy.com/kdawwlsweh27/6BYm7iGnHtGtbsKVgvHHox/3d3a2aa9d28d0b90616badc61c71803f/3CNWJCP_.jpg — 200 — 1.4 MiB — 121 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 23 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3 — 200 — 182.6 KiB — 77 ms — h2https://d.impactradius-event.com/A2041089-decc-4ea4-9202-8e37d54c89031.jsd.impactradius-event.com/A2041089-d... https://d.impactradius-event.com/A2041089-decc-4ea4-9202-8e37d54c89031.js — 200 — 20.1 KiB — 39 ms — h2https://s.alamy.com/product2/_next/static/chunks/5202.143ce73f4baf5964.jss.alamy.com/product2/_next/static/c... https://s.alamy.com/product2/_next/static/chunks/5202.143ce73f4baf5964.js — 200 — 2.7 KiB — 4 ms — h2https://s.alamy.com/kdawwlsweh27/2FVDW7iuoibwa4JyNtIc8/b5dd846536e03791ee837e09c7130ee6/droga5.svgs.alamy.com/kdawwlsweh27/2FVDW7iuoi... https://s.alamy.com/kdawwlsweh27/2FVDW7iuoibwa4JyNtIc8/b5dd846536e03791ee837e09c7130ee6/droga5.svg — 200 — 2.2 KiB — 5 ms — h2https://s.alamy.com/kdawwlsweh27/5mB0oHi4w25QhdWLeRQt85/dc3dd713a6c2d29b2100a48775c50b72/Squarespace.svgs.alamy.com/kdawwlsweh27/5mB0oHi4w2... https://s.alamy.com/kdawwlsweh27/5mB0oHi4w25QhdWLeRQt85/dc3dd713a6c2d29b2100a48775c50b72/Squarespace.svg — 200 — 6.2 KiB — 6 ms — h2https://s.alamy.com/kdawwlsweh27/jgo9j9dkjieUsF4Lynkqq/46d48b41e96781dfcb5498043f22002a/BBH.svgs.alamy.com/kdawwlsweh27/jgo9j9dkji... https://s.alamy.com/kdawwlsweh27/jgo9j9dkjieUsF4Lynkqq/46d48b41e96781dfcb5498043f22002a/BBH.svg — 200 — 5.0 KiB — 7 ms — h2https://s.alamy.com/kdawwlsweh27/1CVqu7i04BuXNvgpHAMmAv/0bbe2a6ea1c1bd328a7b3334059b4780/associated-press-logo-vector.svgs.alamy.com/kdawwlsweh27/1CVqu7i04B... https://s.alamy.com/kdawwlsweh27/1CVqu7i04BuXNvgpHAMmAv/0bbe2a6ea1c1bd328a7b3334059b4780/associated-press-logo-vector.svg — 200 — 3.5 KiB — 8 ms — h2https://s.alamy.com/kdawwlsweh27/6m3UVB2BwN3OLpHUcmm1yd/919023dac67c152d3c83db0c7aa9017b/BBC_Logo_2021.svg.pngs.alamy.com/kdawwlsweh27/6m3UVB2BwN... https://s.alamy.com/kdawwlsweh27/6m3UVB2BwN3OLpHUcmm1yd/919023dac67c152d3c83db0c7aa9017b/BBC_Logo_2021.svg.png — 200 — 9.4 KiB — 9 ms — h2https://s.alamy.com/assets/latest/footer/mastercard.svgs.alamy.com/assets/latest/footer/ma... https://s.alamy.com/assets/latest/footer/mastercard.svg — 200 — 823 B — 4 ms — h2https://s.alamy.com/assets/latest/footer/visa.svgs.alamy.com/assets/latest/footer/vi... https://s.alamy.com/assets/latest/footer/visa.svg — 200 — 1.2 KiB — 5 ms — h2https://s.alamy.com/assets/latest/footer/amex.svgs.alamy.com/assets/latest/footer/am... https://s.alamy.com/assets/latest/footer/amex.svg — 200 — 1.5 KiB — 6 ms — h2https://s.alamy.com/assets/latest/footer/paypal.svgs.alamy.com/assets/latest/footer/pa... https://s.alamy.com/assets/latest/footer/paypal.svg — 200 — 1.2 KiB — 7 ms — h2https://s.alamy.com/assets/latest/footer/apple-pay.svgs.alamy.com/assets/latest/footer/ap... https://s.alamy.com/assets/latest/footer/apple-pay.svg — 200 — 1.1 KiB — 9 ms — h2https://s.alamy.com/assets/latest/footer/google-pay.svgs.alamy.com/assets/latest/footer/go... https://s.alamy.com/assets/latest/footer/google-pay.svg — 200 — 1.5 KiB — 9 ms — h2https://www.alamy.com/aggregator-api/utility/layout/www.alamy.com/aggregator-api/utilit... https://www.alamy.com/aggregator-api/utility/layout/ — 200 — 1.6 KiB — 97 ms — h2https://s.alamy.com/logos/1.68.0/favicon-32x32.pngs.alamy.com/logos/1.68.0/favicon-32... https://s.alamy.com/logos/1.68.0/favicon-32x32.png — 200 — 2.7 KiB — 8 ms — h2https://s.alamy.com/kdawwlsweh27/6cKcMekNhgUw8OS8BC3x8h/2e9c88d9c41e3733b2b448309e436098/3D4TXPC_.jpg?fm=webp&q=75s.alamy.com/kdawwlsweh27/6cKcMekNhg... https://s.alamy.com/kdawwlsweh27/6cKcMekNhgUw8OS8BC3x8h/2e9c88d9c41e3733b2b448309e436098/3D4TXPC_.jpg?fm=webp&q=75 — 200 — 42.4 KiB — 38 ms — h2https://s.alamy.com/kdawwlsweh27/6iwAqgiFlduIFgiMn5zG00/7441340fceb3d666df4dfd1a36403579/3D4TX9R_.jpg?fm=webp&q=75s.alamy.com/kdawwlsweh27/6iwAqgiFld... https://s.alamy.com/kdawwlsweh27/6iwAqgiFlduIFgiMn5zG00/7441340fceb3d666df4dfd1a36403579/3D4TX9R_.jpg?fm=webp&q=75 — 200 — 74.5 KiB — 40 ms — h2https://s.alamy.com/kdawwlsweh27/7xCWIdGyJ9p9qRzPnVjHEO/addd66d21ec4e249cf6084d3938a95eb/3D4W7DF_.jpg?fm=webp&q=75s.alamy.com/kdawwlsweh27/7xCWIdGyJ9... https://s.alamy.com/kdawwlsweh27/7xCWIdGyJ9p9qRzPnVjHEO/addd66d21ec4e249cf6084d3938a95eb/3D4W7DF_.jpg?fm=webp&q=75 — 200 — 73.8 KiB — 38 ms — h2https://s.alamy.com/kdawwlsweh27/5gXiH11vdGR5JXGZINEcni/e594186bb6039bd9a4d23428114bfa71/3D07A2X_.jpg?fm=webp&q=75s.alamy.com/kdawwlsweh27/5gXiH11vdG... https://s.alamy.com/kdawwlsweh27/5gXiH11vdGR5JXGZINEcni/e594186bb6039bd9a4d23428114bfa71/3D07A2X_.jpg?fm=webp&q=75 — 200 — 107.7 KiB — 40 ms — h2https://s.alamy.com/kdawwlsweh27/4rD71fJaF8g5Zi4gnFzTlX/df1061ece0e9218193baef6117421ff0/2EKC7NT_.jpg?fm=jpg&q=100s.alamy.com/kdawwlsweh27/4rD71fJaF8... https://s.alamy.com/kdawwlsweh27/4rD71fJaF8g5Zi4gnFzTlX/df1061ece0e9218193baef6117421ff0/2EKC7NT_.jpg?fm=jpg&q=100 — 200 — 364.3 KiB — 24 ms — h2https://s.alamy.com/kdawwlsweh27/cf4QTogBX5iDpZwHv2Zfw/4c457b221082bbf5d8a0b16a13b347a6/3E5WJ66_.jpg?fm=jpg&q=100s.alamy.com/kdawwlsweh27/cf4QTogBX5... https://s.alamy.com/kdawwlsweh27/cf4QTogBX5iDpZwHv2Zfw/4c457b221082bbf5d8a0b16a13b347a6/3E5WJ66_.jpg?fm=jpg&q=100 — 200 — 425.1 KiB — 36 ms — h2https://bam.nr-data.net/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=1862&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61&tt=7ff05daf1aaaeb17&af=err,spa,xhr,stn,ins&ap=48.613939&be=583&fe=760&dc=748&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776887771474,%22n%22:0,%22f%22:251,%22dn%22:251,%22dne%22:251,%22c%22:251,%22s%22:251,%22ce%22:251,%22rq%22:257,%22rp%22:584,%22rpe%22:673,%22di%22:704,%22ds%22:1330,%22de%22:1331,%22dc%22:1337,%22l%22:1340,%22le%22:1343%7D,%22navigation%22:%7B%7D%7D&fp=944&fcp=944bam.nr-data.net/1/344e9ff52d?a=5872... https://bam.nr-data.net/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=1862&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61&tt=7ff05daf1aaaeb17&af=err,spa,xhr,stn,ins&ap=48.613939&be=583&fe=760&dc=748&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776887771474,%22n%22:0,%22f%22:251,%22dn%22:251,%22dne%22:251,%22c%22:251,%22s%22:251,%22ce%22:251,%22rq%22:257,%22rp%22:584,%22rpe%22:673,%22di%22:704,%22ds%22:1330,%22de%22:1331,%22dc%22:1337,%22l%22:1340,%22le%22:1343%7D,%22navigation%22:%7B%7D%7D&fp=944&fcp=944 — 200 — 713 B — 131 ms — http/1.1https://app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=onapp.termly.io/resource-blocker/f721... https://app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on — 200 — 143.4 KiB — 90 ms — h3https://www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c&gtm=4e64k0 — 200 — 167.7 KiB — 58 ms — h2https://alamy-ltd.ewrvdi.net/xc/2061868/745837/10905alamy-ltd.ewrvdi.net/xc/2061868/745... https://alamy-ltd.ewrvdi.net/xc/2061868/745837/10905 — 200 — 961 B — 88 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzg2MD&_tu=CA&gtm=45He64k0v843568847za200zd843568847xea&gcs=G100&gcd=13q3q3q3q5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776887773513&tfd=2039pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzg2MD&_tu=CA&gtm=45He64k0v843568847za200zd843568847xea&gcs=G100&gcd=13q3q3q3q5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776887773513&tfd=2039 — 200 — 21 B — 49 ms — h3https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2079&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61bam.nr-data.net/events/1/344e9ff52d... https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2079&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61 — 200 — 408 B — 21 ms — http/1.1https://bam.nr-data.net/jserrors/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2081&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61&pve=1bam.nr-data.net/jserrors/1/344e9ff5... https://bam.nr-data.net/jserrors/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2081&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61&pve=1 — 200 — 408 B — 24 ms — http/1.1https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2083&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61bam.nr-data.net/events/1/344e9ff52d... https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2083&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61 — 200 — 415 B — 23 ms — http/1.1https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2084&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61bam.nr-data.net/events/1/344e9ff52d... https://bam.nr-data.net/events/1/344e9ff52d?a=587285579&v=1.313.1&to=ZVdSZBMCWUVQBhdbX1wdZ1UDJUVXXAAUXUJZZ0JZTi1STkUPEB13d2YfHw%3D%3D&rst=2084&ck=0&s=018ad92e5c694dab&ref=https://www.alamy.com/&ptid=4c0ebd82f0497c61 — 200 — 403 B — 32 ms — http/1.1https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/statistics — 200 — 0 B — 117 ms — h3https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/cookies?lang=enapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/cookies?lang=en — 200 — 3.7 KiB — 13 ms — h3https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=consent_update&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&dt=Get%20creative%20with%20stock%20photos%20and%20videos%20from%20Alamy&auid=1307060495.1776887774&navt=n&npa=0&ep.ads_data_redaction=0&gdid=dNzg2MD&_tu=CA&gcu=1&gtm=45He64k0v843568847za200zd843568847xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776887773649&tfd=2174www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=consent_update&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&dt=Get%20creative%20with%20stock%20photos%20and%20videos%20from%20Alamy&auid=1307060495.1776887774&navt=n&npa=0&ep.ads_data_redaction=0&gdid=dNzg2MD&_tu=CA&gcu=1&gtm=45He64k0v843568847za200zd843568847xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776887773649&tfd=2174 — 200 — 21 B — 56 ms — h3https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.js — 200 — 873 B — 15 ms — h3https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 204 — 0 B — 80 ms — h3https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/f7214a34-e542-45ec-82db-3c3753e845df/statistics — 201 — 592 B — 93 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c&gtm=4e64k0 — 200 — 144.3 KiB — 86 ms — h3https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 200 — 3.5 KiB — 13 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-M5V9H9N7G8&gtm=45je64k0v876972241z8843568847za20gzb843568847zd843568847&_p=1776887772817&gcs=G100&gcd=13q3q3q3q5l1&npa=1&dma_cps=-&dma=0&gdid=dNzg2MD&_eu=EA&are=1&cid=1488302932.1776887774&frm=0&ir=1&pscdl=denied&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117512543&sid=1776887773&sct=1&seg=0&dl=https%3A%2F%2Fwww.alamy.com%2F&dt=Get%20creative%20with%20stock%20photos%20and%20videos%20from%20Alamy&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.allowLinker=true&ep.cookieDomain=auto&epn.local_hour=19&ep.logged_in=false&ep.page_path_consolidated=%2F&ep.content_group=Home%20Page&ep.major_website_section=Homepage&ep.page_type_grouping_by_folder=Homepage&ep.page_grouping_by_template=Homepage&ep.page_count=0&ep.screen_resolution_param=800x600&ep.lp_content_group=Home%20Page&ep.lp_major_website_section=Homepage&ep.lp_page_type_grouping_by_folder=Homepage&ep.lp_page_grouping_by_template=Homepage&up.ma_type=Unknown&up.audience_type=MA&up.customerType=SelfServe&up.interface_client_id=&up.is_ed=No&up.is_ocd=No&up.company_type=No&up.account_exec=No&up.functionality=Standard&up.group=No&up.is_iq=No&up.is_student=0&up.LoginType=Non-logged%20in%20user&up.search_engine=Not%20in%20test&up.search_engine_detail=Not%20in%20test&up.userType=Ecommerce&tfd=2317www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-M5V9H9N7G8&gtm=45je64k0v876972241z8843568847za20gzb843568847zd843568847&_p=1776887772817&gcs=G100&gcd=13q3q3q3q5l1&npa=1&dma_cps=-&dma=0&gdid=dNzg2MD&_eu=EA&are=1&cid=1488302932.1776887774&frm=0&ir=1&pscdl=denied&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117512543&sid=1776887773&sct=1&seg=0&dl=https%3A%2F%2Fwww.alamy.com%2F&dt=Get%20creative%20with%20stock%20photos%20and%20videos%20from%20Alamy&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.allowLinker=true&ep.cookieDomain=auto&epn.local_hour=19&ep.logged_in=false&ep.page_path_consolidated=%2F&ep.content_group=Home%20Page&ep.major_website_section=Homepage&ep.page_type_grouping_by_folder=Homepage&ep.page_grouping_by_template=Homepage&ep.page_count=0&ep.screen_resolution_param=800x600&ep.lp_content_group=Home%20Page&ep.lp_major_website_section=Homepage&ep.lp_page_type_grouping_by_folder=Homepage&ep.lp_page_grouping_by_template=Homepage&up.ma_type=Unknown&up.audience_type=MA&up.customerType=SelfServe&up.interface_client_id=&up.is_ed=No&up.is_ocd=No&up.company_type=No&up.account_exec=No&up.functionality=Standard&up.group=No&up.is_iq=No&up.is_student=0&up.LoginType=Non-logged%20in%20user&up.search_engine=Not%20in%20test&up.search_engine_detail=Not%20in%20test&up.userType=Ecommerce&tfd=2317 — 204 — 548 B — 118 ms — h2https://dcinfos-cache.abtasty.com/v1/ua-parserdcinfos-cache.abtasty.com/v1/ua-par... https://dcinfos-cache.abtasty.com/v1/ua-parser — 200 — 235 B — 75 ms — h2https://dcinfos-cache.abtasty.com/v1/geoip?weather=falsedcinfos-cache.abtasty.com/v1/geoip?... https://dcinfos-cache.abtasty.com/v1/geoip?weather=false — 200 — 660 B — 60 ms — h2https://ariane.abtasty.com/ariane.abtasty.com/ https://ariane.abtasty.com/ — 200 — 229 B — 57 ms — h2https://ariane.abtasty.com/emotionsaiariane.abtasty.com/emotionsai https://ariane.abtasty.com/emotionsai — 200 — 94 B — 39 ms — h2https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.js — 200 — 8.4 KiB — 14 ms — h3https://app.termly.io/resource-blocker/support/861-8c5cb8c2beda05e3176b.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/861-8c5cb8c2beda05e3176b.min.js — 200 — 2.3 KiB — 14 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/734901949/?random=1776887773984&cv=11&fst=1776887773984&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/734901949/?random=1776887773984&cv=11&fst=1776887773984&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&rfmt=3&fmt=4 — 200 — 2.1 KiB — 43 ms — h3https://www.google.com/rmkt/collect/734901949/?random=1776887773984&cv=11&fst=1776887773984&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&gcp=5www.google.com/rmkt/collect/7349019... https://www.google.com/rmkt/collect/734901949/?random=1776887773984&cv=11&fst=1776887773984&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&gcp=5 — 200 — 20 B — 25 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&navt=n&npa=1&ep.ads_data_redaction=0&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcs=G100&gcd=13q3q3q3q5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-734901949&tid=AW-734901949&tft=1776887773999&tfd=2525pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.alamy.com%2F&scrsrc=www.googletagmanager.com&rnd=609716100.1776887773&navt=n&npa=1&ep.ads_data_redaction=0&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcs=G100&gcd=13q3q3q3q5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-734901949&tid=AW-734901949&tft=1776887773999&tfd=2525 — 200 — 21 B — 35 ms — h3https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.js — 200 — 2.7 KiB — 13 ms — h3https://www.google.com/pagead/1p-user-list/734901949/?random=1776887773984&cv=11&fst=1776884400000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbbX2DuB0eE_B1xM8mbyG6c1jmz9KTidjxDZsmUXkXYXzZ2kexTye3lUI1N_jWREHuz_zQbCtpqL4n-9sFpGp7w6ZiMy5Jg-0PC6iPLwXTYNW1sHuKSuP6g2ca6hONIyS9rbUvxC7-v9mMkENFhhQBRLMrWHE3rQ_j5_EDkuuqeAVVkGJsNex9ssLt5rjb4eUTkK0Gv6TBRhUvcrwEjsTWBM-758TwDC7CQfvjDhb3K_Jo_gmaUSii9Fxj1Off77fmdQLw&random=2784537639&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/734901949/?random=1776887773984&cv=11&fst=1776884400000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9118268037z8843568847za20gzb843568847zd843568847xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&rcb=8&frm=0&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1307060495.1776887774&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbbX2DuB0eE_B1xM8mbyG6c1jmz9KTidjxDZsmUXkXYXzZ2kexTye3lUI1N_jWREHuz_zQbCtpqL4n-9sFpGp7w6ZiMy5Jg-0PC6iPLwXTYNW1sHuKSuP6g2ca6hONIyS9rbUvxC7-v9mMkENFhhQBRLMrWHE3rQ_j5_EDkuuqeAVVkGJsNex9ssLt5rjb4eUTkK0Gv6TBRhUvcrwEjsTWBM-758TwDC7CQfvjDhb3K_Jo_gmaUSii9Fxj1Off77fmdQLw&random=2784537639&rmt_tld=0&ipr=y — 200 — 64 B — 27 ms — h3https://ariane.abtasty.com/ariane.abtasty.com/ https://ariane.abtasty.com/ — 200 — 94 B — 50 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1855ms · 2141KB · €30/mo
s.alamy.com
Other
Costly
Execution 422ms
Transfer 1294 KB
Unused 47%
Monthly Cost €7/mo
s.alamy.com
Other
Costly
Execution 392ms
Transfer 67 KB
Monthly Cost €6/mo
www.alamy.com
Other
Costly
Execution 262ms
Transfer 73 KB
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 189ms
Transfer 0 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 170ms
Transfer 183 KB
Unused 28%
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 119ms
Transfer 168 KB
Unused 39%
Monthly Cost €2/mo
app.termly.io
Other
Optional
Execution 110ms
Transfer 143 KB
Unused 37%
Monthly Cost €2/mo
try.abtasty.com
Other
Optional
Execution 103ms
Transfer 69 KB
Unused 51%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 86ms
Transfer 144 KB
Unused 42%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • s.alamy.com adds 422ms and costs ~€7/month
  • s.alamy.com adds 392ms and costs ~€6/month
  • www.alamy.com adds 262ms and costs ~€4/month

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

s.alamy.com takes 422ms 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

s.alamy.com takes 392ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.alamy.com takes 262ms 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

51% of try.abtasty.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback