Skip to content
https://vimeo.com

Performance

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

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

25
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
75
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

9.72 s

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

40.34 s

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

4.43 s

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.

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

46.14 s

Page Load Progression

1.1 s
2.2 s
3.3 s
4.3 s
5.4 s
6.5 s
7.6 s
8.7 s
Checks
17
8 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
16.9 MB transferred, 187 requests
FIX
16.9 MB transferred, 187 requests
Critical::
Page weighs 31.4 MB (16.9 MB transferred)
Warning::
JavaScript is 3.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.6 MB
Info::
Fonts are 1.8 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.8 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Warning::
187 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.5 g CO2 per page load
16.9 MB / 2.4 MB budget
16.9 MB transferred
187 requests
3.5 g CO2 per page load
Other 9.9 MiB 59%
JavaScript 3.6 MiB 21%
Fonts 1.8 MiB 11%
Images 1.0 MiB 6%
HTML 327.7 KiB 2%
CSS 120.7 KiB 1%
Other 100.4 KiB 1%
Other 9.2 KiB 0%
Other 5.6 KiB 0%
Other 185 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

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
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (16.6 MiB of 16.9 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
F
JS Execution Cost
Action
19617ms total JS execution
FIX
19617ms total JS execution
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/18-...: 7184ms CPU time
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/87c...: 2098ms CPU time
Warning::
Unattributable: 1838ms CPU time
Warning::
https://f.vimeocdn.com/p/4.46.40/js/player.module....: 1696ms CPU time
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/fb6...: 1531ms CPU time
Warning::
Third-party scripts: 18147ms (93% of total)

Main Thread Breakdown

Script Evaluation 59% Other 12% Style & Layout 10% Script Parsing & Compilation 8% Garbage Collection 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://f.vimeocdn.com/cms/_next/static/chunks/18-725eeb4bbb62c8f7.js7184ms4890ms34ms3rd
https://f.vimeocdn.com/cms/_next/static/chunks/87c73c54-dd8d81ac9604067c.js2098ms1635ms15ms3rd
Unattributable1838ms198ms0ms3rd
https://f.vimeocdn.com/p/4.46.40/js/player.module.js1696ms1007ms182ms3rd
https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.js1531ms1262ms266ms3rd
https://vimeo.com/1470ms49ms180ms1st
https://f.vimeocdn.com/cms/_next/static/chunks/app/(root)/layout-9d0aadaf7deb1032.js923ms889ms0ms3rd
https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js648ms501ms77ms3rd
https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.js601ms383ms203ms3rd
https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.js450ms430ms16ms3rd

Showing top 10 of 18 scripts

F
JS Bundles
Action
40 scripts, 2.4 MB unused
FIX
40 scripts, 2.4 MB unused
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/718...: 775 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/fb6...: 712 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://f.vimeocdn.com/cms/_next/static/chunks/404...: 131 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://f.vimeocdn.com/p/4.46.40/js/player.module....: 129 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://f.vimeocdn.com/p/4.46.40/js/player.module....: 129 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.4 MB
2460 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://f.vimeocdn.com/cms/_next/static/chunks/7185-d394036de0a4010c.js1205 KB775 KB (65%)3rd
https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.js945 KB712 KB (75%)3rd
https://f.vimeocdn.com/cms/_next/static/chunks/4048-99e2b2dcf0c6028c.js240 KB131 KB (56%)3rd
https://f.vimeocdn.com/p/4.46.40/js/player.module.js0 KB129 KB (61%)3rd
https://f.vimeocdn.com/p/4.46.40/js/player.module.js210 KB129 KB (61%)3rd
https://f.vimeocdn.com/cms/_next/static/chunks/4831-253ac4bff1936828.js158 KB114 KB (72%)3rd
https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.js0 KB92 KB (48%)3rd
https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.js193 KB92 KB (48%)3rd
https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js0 KB53 KB (57%)3rd
https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js93 KB53 KB (57%)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
187 resources · 16.9 MB · 2.4 MB savings available
FIX
187 resources · 16.9 MB · 2.4 MB savings available
Warning::
Page weight 15.9 MB over 1MB target
Got: 16.9 MB Expected: ≤ 1 MB
Info::
~2.4 MB of savings available
Warning::
179 third-party resources (98% of weight)
Info::
13 resources over 200KB
187 resources · 16.9 MiB · 179 third-party 15.9 MiB over 1MB target
Media 59% · 9.9 MiB
JavaScript 21% · 3.6 MiB
Font 11% · 1.8 MiB
Image 6% · 1.0 MiB
Document 2% · 327.7 KiB
CSS 1% · 120.7 KiB
Other 1% · 113.6 KiB

~2.4 MiB of savings available

Remove unused JavaScript: 2.4 MiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
C
Image Optimization
Action
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://i.vimeocdn.com/custom_asset/d5cc195ce62872... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/0c1d5d19-eacd-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/fbab3f80-bce8-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/b96dc9e9c4af92... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/47a4bf0a198bbe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/d07fa4d20eda3c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/c7f4134846c3c7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/91592183-6ce5-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/0d8cc6348428f1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/c9de44f2-a2a3-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/486508ff-2a40-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/273865ab-621f-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/dc47ff0014d47c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/25384c452cfbd3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/646f6c69-2c62-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/a3b332cc-f7c9-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/2c151cbc-9337-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/dd6e807e1505f2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/a2eb59672f87a3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/b412f9239be15d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/bb215ed03c6a1f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/596c1187-5ae0-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/8dd9e470-6231-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/51a6886b700cb3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/e4a254e69a5912... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/75cfd406-6c2c-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/4b9413c0-eda2-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/6768ab1e3feee8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/195d4f8b899343... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/9830c6e8f3ad15... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.com/icons/icon-brands-omnicom.svg#ic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/8d1b94af-c5aa-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/f477e6c3-1ecf-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/m/14db0bf308efb92c/origin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/9b33c8e1-5ea4-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/a2181e35ccf70d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/026b27fe66eacb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/transform/812f09c9-3e5e-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.bynder.com/m/178e49077507378f/origin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i.vimeocdn.com/custom_asset/4f9b8a9c33b5c9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vimeo.com/icons/icon-brands-dropout.svg#ic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 1.0 MB
0 oversized -0 KB
20 legacy format
42 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

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

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

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

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

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

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

Web fonts

7

1820 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 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 38.0 s 40.0 s 42.0 s FCP 9.7 s LCP 40.3 shttps://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff261d83b278d771394-s.p.woff2 https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2 — 194.8 KiB — 101 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttf7511a528ef2dfab0-s.p.ttf https://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttf — 302.0 KiB — 146 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttf849b64204698b59b-s.p.ttf https://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttf — 298.6 KiB — 186 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttfd4dc2a2a69a5b184-s.p.ttf https://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttf — 303.1 KiB — 186 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2de47ff92894fa0df-s.p.woff2 https://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2 — 198.5 KiB — 196 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2ea6b9767317b855b-s.p.woff2 https://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2 — 168.4 KiB — 199 ms — font-display: swaphttps://f.vimeocdn.com/cms/_next/static/media/c5d1e03afce2372f-s.woffc5d1e03afce2372f-s.woff https://f.vimeocdn.com/cms/_next/static/media/c5d1e03afce2372f-s.woff — 354.9 KiB — 16 ms — font-display: swap
61d83b278d771394-s.p.woff2 woff2 swap
Size 195 KB
Load time 101 ms
Start 203 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
7511a528ef2dfab0-s.p.ttf ttf swap
Size 302 KB
Load time 146 ms
Start 203 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
849b64204698b59b-s.p.ttf ttf swap
Size 299 KB
Load time 186 ms
Start 204 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
d4dc2a2a69a5b184-s.p.ttf ttf swap
Size 303 KB
Load time 186 ms
Start 204 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
de47ff92894fa0df-s.p.woff2 woff2 swap
Size 198 KB
Load time 196 ms
Start 204 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
ea6b9767317b855b-s.p.woff2 woff2 swap
Size 168 KB
Load time 199 ms
Start 204 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
c5d1e03afce2372f-s.woff woff swap
Size 355 KB
Load time 16 ms
Start 693 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • 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 ~1288 KB and ~2576 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
21 hints, 0 missing preconnects
PASS
21 hints, 0 missing preconnects
Info::
Page uses 21 resource hint(s)

Current Resource Hints

preconnect
6
preload
+2
12
dns-prefetch
3
prefetch

21 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
187 requests over 6400ms
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 38.0 s 40.0 s 42.0 s FCP 9.7 s LCP 40.3 shttps://vimeo.com// https://vimeo.com/ — 200 — 303.1 KiB — 293 ms — http/1.1https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2 — 200 — 194.8 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttf — 200 — 302.0 KiB — 146 ms — h2https://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttf — 200 — 298.6 KiB — 186 ms — h2https://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttf — 200 — 303.1 KiB — 186 ms — h2https://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2 — 200 — 198.5 KiB — 196 ms — h2https://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2 — 200 — 168.4 KiB — 199 ms — h2https://f.vimeocdn.com/cms/_next/static/css/fc23257401a4215c.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/fc23257401a4215c.css — 200 — 68.4 KiB — 76 ms — h2https://f.vimeocdn.com/cms/_next/static/css/efc6d7ac74b805c3.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/efc6d7ac74b805c3.css — 200 — 979 B — 57 ms — h2https://f.vimeocdn.com/cms/_next/static/css/ae34698ad98c79d0.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/ae34698ad98c79d0.css — 200 — 403 B — 62 ms — h2https://f.vimeocdn.com/cms/scripts/eppoUtils.min.js?t=1776357255750f.vimeocdn.com/cms/scripts/eppoUtil... https://f.vimeocdn.com/cms/scripts/eppoUtils.min.js?t=1776357255750 — 200 — 5.1 KiB — 72 ms — h2https://f.vimeocdn.com/cms/scripts/eppoSnippet.min.js?t=1776357255750f.vimeocdn.com/cms/scripts/eppoSnip... https://f.vimeocdn.com/cms/scripts/eppoSnippet.min.js?t=1776357255750 — 200 — 45.4 KiB — 85 ms — h2https://static.elfsight.com/platform/platform.jsstatic.elfsight.com/platform/platfo... https://static.elfsight.com/platform/platform.js — 200 — 14.7 KiB — 140 ms — h2https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.jstranscend-cdn.com/cm/31e97cbf-355c-... https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.js — 200 — 50.7 KiB — 184 ms — h3https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swapfonts.googleapis.com/css2?family=Fr... https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap — 200 — 924 B — 201 ms — h2https://vimeo.bynder.com/transform/ed5e9f28-cab9-4a0a-a91a-aa00721f4201/Use-Cases-Animationvimeo.bynder.com/transform/ed5e9f28... https://vimeo.bynder.com/transform/ed5e9f28-cab9-4a0a-a91a-aa00721f4201/Use-Cases-Animation — 200 — 15.4 KiB — 106 ms — h2https://vimeo.bynder.com/transform/8ec2ebe7-412a-4810-8d1c-b7bc885b4c7a/Enterprise-Animationvimeo.bynder.com/transform/8ec2ebe7... https://vimeo.bynder.com/transform/8ec2ebe7-412a-4810-8d1c-b7bc885b4c7a/Enterprise-Animation — 200 — 43.0 KiB — 121 ms — h2https://vimeo.bynder.com/transform/0de4b1bd-a37d-4db3-8a5c-8998302dc95d/Learn-Animationvimeo.bynder.com/transform/0de4b1bd... https://vimeo.bynder.com/transform/0de4b1bd-a37d-4db3-8a5c-8998302dc95d/Learn-Animation — 200 — 19.5 KiB — 42 ms — h2https://vimeo.bynder.com/transform/8c1b1c8c-8548-4d32-8dea-2db4bca4f7ac/Fall-back-LOHP-Herovimeo.bynder.com/transform/8c1b1c8c... https://vimeo.bynder.com/transform/8c1b1c8c-8548-4d32-8dea-2db4bca4f7ac/Fall-back-LOHP-Hero — 200 — 27.3 KiB — 44 ms — h2https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180i.vimeocdn.com/custom_asset/521f7bd... https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180 — 200 — 5.6 KiB — 149 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/webpack-8e27219b2288ecaa.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/webpack-8e27219b2288ecaa.js — 200 — 5.7 KiB — 31 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/87c73c54-dd8d81ac9604067c.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/87c73c54-dd8d81ac9604067c.js — 200 — 53.3 KiB — 100 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/18-725eeb4bbb62c8f7.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/18-725eeb4bbb62c8f7.js — 200 — 45.2 KiB — 99 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/main-app-5121283d51936c72.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/main-app-5121283d51936c72.js — 200 — 362 B — 42 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/620c25d9-919e177b5531293d.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/620c25d9-919e177b5531293d.js — 200 — 29.1 KiB — 96 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/1f006d11-d1c098a1221a70cd.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/1f006d11-d1c098a1221a70cd.js — 200 — 26.6 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/2561cf92-41cf0f6248b7416f.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/2561cf92-41cf0f6248b7416f.js — 200 — 26.0 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.js — 200 — 945.5 KiB — 173 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/47bf8baf-e20b49444a715f32.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/47bf8baf-e20b49444a715f32.js — 200 — 75.5 KiB — 107 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/990a3170-db382325a9d5d932.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/990a3170-db382325a9d5d932.js — 200 — 18.8 KiB — 101 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 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 38.0 s 40.0 s 42.0 s FCP 9.7 s LCP 40.3 shttps://vimeo.com// https://vimeo.com/ — 200 — 303.1 KiB — 293 ms — http/1.1https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2 — 200 — 194.8 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/7511a528ef2dfab0-s.p.ttf — 200 — 302.0 KiB — 146 ms — h2https://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/849b64204698b59b-s.p.ttf — 200 — 298.6 KiB — 186 ms — h2https://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/d4dc2a2a69a5b184-s.p.ttf — 200 — 303.1 KiB — 186 ms — h2https://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/de47ff92894fa0df-s.p.woff2 — 200 — 198.5 KiB — 196 ms — h2https://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2f.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/ea6b9767317b855b-s.p.woff2 — 200 — 168.4 KiB — 199 ms — h2https://f.vimeocdn.com/cms/_next/static/css/fc23257401a4215c.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/fc23257401a4215c.css — 200 — 68.4 KiB — 76 ms — h2https://f.vimeocdn.com/cms/_next/static/css/efc6d7ac74b805c3.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/efc6d7ac74b805c3.css — 200 — 979 B — 57 ms — h2https://f.vimeocdn.com/cms/_next/static/css/ae34698ad98c79d0.cssf.vimeocdn.com/cms/_next/static/css... https://f.vimeocdn.com/cms/_next/static/css/ae34698ad98c79d0.css — 200 — 403 B — 62 ms — h2https://f.vimeocdn.com/cms/scripts/eppoUtils.min.js?t=1776357255750f.vimeocdn.com/cms/scripts/eppoUtil... https://f.vimeocdn.com/cms/scripts/eppoUtils.min.js?t=1776357255750 — 200 — 5.1 KiB — 72 ms — h2https://f.vimeocdn.com/cms/scripts/eppoSnippet.min.js?t=1776357255750f.vimeocdn.com/cms/scripts/eppoSnip... https://f.vimeocdn.com/cms/scripts/eppoSnippet.min.js?t=1776357255750 — 200 — 45.4 KiB — 85 ms — h2https://static.elfsight.com/platform/platform.jsstatic.elfsight.com/platform/platfo... https://static.elfsight.com/platform/platform.js — 200 — 14.7 KiB — 140 ms — h2https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.jstranscend-cdn.com/cm/31e97cbf-355c-... https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.js — 200 — 50.7 KiB — 184 ms — h3https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swapfonts.googleapis.com/css2?family=Fr... https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap — 200 — 924 B — 201 ms — h2https://vimeo.bynder.com/transform/ed5e9f28-cab9-4a0a-a91a-aa00721f4201/Use-Cases-Animationvimeo.bynder.com/transform/ed5e9f28... https://vimeo.bynder.com/transform/ed5e9f28-cab9-4a0a-a91a-aa00721f4201/Use-Cases-Animation — 200 — 15.4 KiB — 106 ms — h2https://vimeo.bynder.com/transform/8ec2ebe7-412a-4810-8d1c-b7bc885b4c7a/Enterprise-Animationvimeo.bynder.com/transform/8ec2ebe7... https://vimeo.bynder.com/transform/8ec2ebe7-412a-4810-8d1c-b7bc885b4c7a/Enterprise-Animation — 200 — 43.0 KiB — 121 ms — h2https://vimeo.bynder.com/transform/0de4b1bd-a37d-4db3-8a5c-8998302dc95d/Learn-Animationvimeo.bynder.com/transform/0de4b1bd... https://vimeo.bynder.com/transform/0de4b1bd-a37d-4db3-8a5c-8998302dc95d/Learn-Animation — 200 — 19.5 KiB — 42 ms — h2https://vimeo.bynder.com/transform/8c1b1c8c-8548-4d32-8dea-2db4bca4f7ac/Fall-back-LOHP-Herovimeo.bynder.com/transform/8c1b1c8c... https://vimeo.bynder.com/transform/8c1b1c8c-8548-4d32-8dea-2db4bca4f7ac/Fall-back-LOHP-Hero — 200 — 27.3 KiB — 44 ms — h2https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180i.vimeocdn.com/custom_asset/521f7bd... https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180 — 200 — 5.6 KiB — 149 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/webpack-8e27219b2288ecaa.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/webpack-8e27219b2288ecaa.js — 200 — 5.7 KiB — 31 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/87c73c54-dd8d81ac9604067c.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/87c73c54-dd8d81ac9604067c.js — 200 — 53.3 KiB — 100 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/18-725eeb4bbb62c8f7.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/18-725eeb4bbb62c8f7.js — 200 — 45.2 KiB — 99 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/main-app-5121283d51936c72.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/main-app-5121283d51936c72.js — 200 — 362 B — 42 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/620c25d9-919e177b5531293d.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/620c25d9-919e177b5531293d.js — 200 — 29.1 KiB — 96 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/1f006d11-d1c098a1221a70cd.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/1f006d11-d1c098a1221a70cd.js — 200 — 26.6 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/2561cf92-41cf0f6248b7416f.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/2561cf92-41cf0f6248b7416f.js — 200 — 26.0 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/fb6eed97-7a2d57b90f7d6188.js — 200 — 945.5 KiB — 173 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/47bf8baf-e20b49444a715f32.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/47bf8baf-e20b49444a715f32.js — 200 — 75.5 KiB — 107 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/990a3170-db382325a9d5d932.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/990a3170-db382325a9d5d932.js — 200 — 18.8 KiB — 101 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/3e61fc0b-c34d8b8ec81853e1.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/3e61fc0b-c34d8b8ec81853e1.js — 200 — 25.4 KiB — 102 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/9192-3837a9f9ffd7a2a3.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/9192-3837a9f9ffd7a2a3.js — 200 — 59.3 KiB — 109 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/4048-99e2b2dcf0c6028c.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/4048-99e2b2dcf0c6028c.js — 200 — 239.9 KiB — 120 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/4831-253ac4bff1936828.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/4831-253ac4bff1936828.js — 200 — 157.7 KiB — 129 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/8123-d9f37e7f8776d117.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/8123-d9f37e7f8776d117.js — 200 — 18.2 KiB — 117 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/7167-ae606e5ac05615ba.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/7167-ae606e5ac05615ba.js — 200 — 47.2 KiB — 127 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/7185-d394036de0a4010c.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/7185-d394036de0a4010c.js — 200 — 1.2 MiB — 238 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/4915-a534806e1a89a4d0.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/4915-a534806e1a89a4d0.js — 200 — 1.8 KiB — 43 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/app/(root)/lohp/desktop/page-1711fe3de49dfcbd.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/app/(root)/lohp/desktop/page-1711fe3de49dfcbd.js — 200 — 315 B — 122 ms — h2https://f.vimeocdn.com/cms/_next/static/chunks/app/(root)/layout-9d0aadaf7deb1032.jsf.vimeocdn.com/cms/_next/static/chu... https://f.vimeocdn.com/cms/_next/static/chunks/app/(root)/layout-9d0aadaf7deb1032.js — 200 — 1.3 KiB — 122 ms — h2https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:768&quality=80vimeo.bynder.com/transform/75cfd406... https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:768&quality=80 — 200 — 6.7 KiB — 40 ms — h2https://i.vimeocdn.com/custom_asset/a966edb709ac9c06305047ab2bb1fcfai.vimeocdn.com/custom_asset/a966edb... https://i.vimeocdn.com/custom_asset/a966edb709ac9c06305047ab2bb1fcfa — 200 — 24.4 KiB — 129 ms — h2https://i.vimeocdn.com/custom_asset/8e3bb98241dbf99730f9345d0dbc866ei.vimeocdn.com/custom_asset/8e3bb98... https://i.vimeocdn.com/custom_asset/8e3bb98241dbf99730f9345d0dbc866e — 200 — 21.1 KiB — 135 ms — h2https://i.vimeocdn.com/custom_asset/05043e1ac3caf4da194fd18bdb843f6di.vimeocdn.com/custom_asset/05043e1... https://i.vimeocdn.com/custom_asset/05043e1ac3caf4da194fd18bdb843f6d — 200 — 12.2 KiB — 130 ms — h2https://i.vimeocdn.com/custom_asset/fe73b44eaf0a4bcf96a007424564d1e8i.vimeocdn.com/custom_asset/fe73b44... https://i.vimeocdn.com/custom_asset/fe73b44eaf0a4bcf96a007424564d1e8 — 200 — 33.5 KiB — 135 ms — h2https://i.vimeocdn.com/custom_asset/0db2ed953c129523d39b66aea208181bi.vimeocdn.com/custom_asset/0db2ed9... https://i.vimeocdn.com/custom_asset/0db2ed953c129523d39b66aea208181b — 200 — 45.3 KiB — 136 ms — h2https://vimeo.bynder.com/transform/8d1b94af-c5aa-4c46-9f7c-1b9039272789/Summer-2025-blog-release?io=transform:fill,width:768&quality=80vimeo.bynder.com/transform/8d1b94af... https://vimeo.bynder.com/transform/8d1b94af-c5aa-4c46-9f7c-1b9039272789/Summer-2025-blog-release?io=transform:fill,width:768&quality=80 — 200 — 22.2 KiB — 44 ms — h2https://player.vimeo.com/progressive_redirect/playback/1085116418/rendition/540p/file.mp4?loc=external&signature=3056e94ea7499e9162a3af705de5e151d7dd98207115b0307f4b59ec6c4c534cplayer.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1085116418/rendition/540p/file.mp4?loc=external&signature=3056e94ea7499e9162a3af705de5e151d7dd98207115b0307f4b59ec6c4c534c — 302 — 1.5 KiB — 175 ms — http/1.1https://player.vimeo.com/progressive_redirect/playback/1085116403/rendition/540p/file.mp4?loc=external&signature=bb9a3595789781d03db9a02d7dc1b4953f44db2be5ce2a0ebb7a8087ce5428bbplayer.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1085116403/rendition/540p/file.mp4?loc=external&signature=bb9a3595789781d03db9a02d7dc1b4953f44db2be5ce2a0ebb7a8087ce5428bb — 302 — 1.5 KiB — 274 ms — http/1.1https://player.vimeo.com/video/1070507470?h=3ef796e429&badge=0&autopause=0&player_id=0&app_id=58479&audiotrack=enplayer.vimeo.com/video/1070507470?h... https://player.vimeo.com/video/1070507470?h=3ef796e429&badge=0&autopause=0&player_id=0&app_id=58479&audiotrack=en — 200 — 12.3 KiB — 520 ms — http/1.1https://player.vimeo.com/video/1070507470?h=3ef796e429&badge=0&autopause=0&player_id=0&app_id=58479&audiotrack=enplayer.vimeo.com/video/1070507470?h... https://player.vimeo.com/video/1070507470?h=3ef796e429&badge=0&autopause=0&player_id=0&app_id=58479&audiotrack=en — 200 — 12.3 KiB — 962 ms — http/1.1https://player.vimeo.com/progressive_redirect/playback/1085116382/rendition/540p/file.mp4?loc=external&signature=ab05d13d138addf21967a64200f66132e38ef0953c03f014ac12ae4a42dfbcf2player.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1085116382/rendition/540p/file.mp4?loc=external&signature=ab05d13d138addf21967a64200f66132e38ef0953c03f014ac12ae4a42dfbcf2 — 302 — 1.5 KiB — 244 ms — http/1.1https://player.vimeo.com/progressive_redirect/playback/1069021926/rendition/720p/file.mp4?loc=external&signature=8cfe0374460e6987523da7a4a3ad195acf04529e4c45a6bc90ef38b520611f72player.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1069021926/rendition/720p/file.mp4?loc=external&signature=8cfe0374460e6987523da7a4a3ad195acf04529e4c45a6bc90ef38b520611f72 — 302 — 1.5 KiB — 253 ms — http/1.1https://i.vimeocdn.com/custom_asset/34191c5e987b323a91729a4d106b7d5di.vimeocdn.com/custom_asset/34191c5... https://i.vimeocdn.com/custom_asset/34191c5e987b323a91729a4d106b7d5d — 200 — 58.8 KiB — 33 ms — h2https://i.vimeocdn.com/custom_asset/5a4c4abd07e813536f528fc53ad68345?w=768&q=80i.vimeocdn.com/custom_asset/5a4c4ab... https://i.vimeocdn.com/custom_asset/5a4c4abd07e813536f528fc53ad68345?w=768&q=80 — 200 — 44.7 KiB — 36 ms — h2https://i.vimeocdn.com/custom_asset/a92fb3a4cccdddb67ce0e33a09ab883ai.vimeocdn.com/custom_asset/a92fb3a... https://i.vimeocdn.com/custom_asset/a92fb3a4cccdddb67ce0e33a09ab883a — 200 — 45.8 KiB — 34 ms — h2https://i.vimeocdn.com/custom_asset/b4374b44e87d5f5b981cdd4e9c7016a7i.vimeocdn.com/custom_asset/b4374b4... https://i.vimeocdn.com/custom_asset/b4374b44e87d5f5b981cdd4e9c7016a7 — 200 — 20.9 KiB — 35 ms — h2https://i.vimeocdn.com/custom_asset/649428bcd163b5ed6bac792ae12ceb9e?w=768&q=80i.vimeocdn.com/custom_asset/649428b... https://i.vimeocdn.com/custom_asset/649428bcd163b5ed6bac792ae12ceb9e?w=768&q=80 — 200 — 39.8 KiB — 35 ms — h2https://i.vimeocdn.com/custom_asset/25384c452cfbd334965489d5a532b9d6?w=100&q=80i.vimeocdn.com/custom_asset/25384c4... https://i.vimeocdn.com/custom_asset/25384c452cfbd334965489d5a532b9d6?w=100&q=80 — 200 — 2.9 KiB — 33 ms — h2https://i.vimeocdn.com/custom_asset/c07d4197ce2d8f55e4d2e8f17bfc24a9?w=768&q=80i.vimeocdn.com/custom_asset/c07d419... https://i.vimeocdn.com/custom_asset/c07d4197ce2d8f55e4d2e8f17bfc24a9?w=768&q=80 — 200 — 13.4 KiB — 10 ms — h2https://i.vimeocdn.com/custom_asset/b412f9239be15d320a88a852fb9a06ef?w=100&q=80i.vimeocdn.com/custom_asset/b412f92... https://i.vimeocdn.com/custom_asset/b412f9239be15d320a88a852fb9a06ef?w=100&q=80 — 200 — 2.6 KiB — 9 ms — h2https://i.vimeocdn.com/custom_asset/ca8a0cade0ceee34e3c57046f77b0ba6?w=768&q=80i.vimeocdn.com/custom_asset/ca8a0ca... https://i.vimeocdn.com/custom_asset/ca8a0cade0ceee34e3c57046f77b0ba6?w=768&q=80 — 200 — 32.7 KiB — 10 ms — h2https://i.vimeocdn.com/custom_asset/0d8cc6348428f10a931f973267dd1f21?w=100&q=80i.vimeocdn.com/custom_asset/0d8cc63... https://i.vimeocdn.com/custom_asset/0d8cc6348428f10a931f973267dd1f21?w=100&q=80 — 200 — 2.5 KiB — 10 ms — h2https://i.vimeocdn.com/custom_asset/851a4392c77319b0ac7b1f362db9000e?w=768&q=80i.vimeocdn.com/custom_asset/851a439... https://i.vimeocdn.com/custom_asset/851a4392c77319b0ac7b1f362db9000e?w=768&q=80 — 200 — 24.4 KiB — 15 ms — h2https://i.vimeocdn.com/custom_asset/b96dc9e9c4af92dbe254ecb926cab259?w=100&q=80i.vimeocdn.com/custom_asset/b96dc9e... https://i.vimeocdn.com/custom_asset/b96dc9e9c4af92dbe254ecb926cab259?w=100&q=80 — 200 — 1.6 KiB — 10 ms — h2https://i.vimeocdn.com/custom_asset/c108c6a044f094e6d7052a290f26df5f?w=768&q=80i.vimeocdn.com/custom_asset/c108c6a... https://i.vimeocdn.com/custom_asset/c108c6a044f094e6d7052a290f26df5f?w=768&q=80 — 200 — 48.0 KiB — 19 ms — h2https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80i.vimeocdn.com/custom_asset/e9c8df4... https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80 — 200 — 2.7 KiB — 13 ms — h2https://i.vimeocdn.com/custom_asset/20aacb96a8b9ab64d3d5632e24d49765?w=768&q=80i.vimeocdn.com/custom_asset/20aacb9... https://i.vimeocdn.com/custom_asset/20aacb96a8b9ab64d3d5632e24d49765?w=768&q=80 — 200 — 13.1 KiB — 15 ms — h2https://i.vimeocdn.com/custom_asset/47a4bf0a198bbe9cb5e6e3468202c7db?w=100&q=80i.vimeocdn.com/custom_asset/47a4bf0... https://i.vimeocdn.com/custom_asset/47a4bf0a198bbe9cb5e6e3468202c7db?w=100&q=80 — 200 — 3.1 KiB — 22 ms — h2https://i.vimeocdn.com/custom_asset/406f84daaf83fd83089717126887918d?w=768&q=80i.vimeocdn.com/custom_asset/406f84d... https://i.vimeocdn.com/custom_asset/406f84daaf83fd83089717126887918d?w=768&q=80 — 200 — 11.2 KiB — 15 ms — h2https://i.vimeocdn.com/custom_asset/d5cc195ce62872f804897b87b2e1df0e?w=100&q=80i.vimeocdn.com/custom_asset/d5cc195... https://i.vimeocdn.com/custom_asset/d5cc195ce62872f804897b87b2e1df0e?w=100&q=80 — 200 — 2.8 KiB — 11 ms — h2https://i.vimeocdn.com/custom_asset/5d52bc2f6dff6c8f8a3b769033fab5ae?w=768&q=80i.vimeocdn.com/custom_asset/5d52bc2... https://i.vimeocdn.com/custom_asset/5d52bc2f6dff6c8f8a3b769033fab5ae?w=768&q=80 — 200 — 47.7 KiB — 15 ms — h2https://download-video-ak.vimeocdn.com/v3-1/playback/a0dd536b-cf07-4055-a906-e4a8535dc416/1a56393c-7ba798cf?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2Fa0dd536b-cf07-4055-a906-e4a8535dc416%2F1a56393c-7ba798cf%2A~hmac=2fef9586c704f5c043768a63a60ed08141102ca07d9c97de5a14184374e9ad6a&r=dXMtY2VudHJhbDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/a0dd536b-cf07-4055-a906-e4a8535dc416/1a56393c-7ba798cf?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2Fa0dd536b-cf07-4055-a906-e4a8535dc416%2F1a56393c-7ba798cf%2A~hmac=2fef9586c704f5c043768a63a60ed08141102ca07d9c97de5a14184374e9ad6a&r=dXMtY2VudHJhbDE%3D — 206 — 1.1 MiB — 89 ms — h2https://i.vimeocdn.com/custom_asset/d07fa4d20eda3ce84faf941f4b63db74?w=100&q=80i.vimeocdn.com/custom_asset/d07fa4d... https://i.vimeocdn.com/custom_asset/d07fa4d20eda3ce84faf941f4b63db74?w=100&q=80 — 200 — 1.7 KiB — 13 ms — h2https://i.vimeocdn.com/custom_asset/841fb560f6d05f8cb16449c72338107e?w=768&q=80i.vimeocdn.com/custom_asset/841fb56... https://i.vimeocdn.com/custom_asset/841fb560f6d05f8cb16449c72338107e?w=768&q=80 — 200 — 29.7 KiB — 20 ms — h2https://i.vimeocdn.com/custom_asset/6768ab1e3feee8bd314fdbb7daa63988?w=100&q=80i.vimeocdn.com/custom_asset/6768ab1... https://i.vimeocdn.com/custom_asset/6768ab1e3feee8bd314fdbb7daa63988?w=100&q=80 — 200 — 2.0 KiB — 11 ms — h2https://i.vimeocdn.com/custom_asset/c1cd9c593e41df1afc9f6268c5868fa1?w=768&q=80i.vimeocdn.com/custom_asset/c1cd9c5... https://i.vimeocdn.com/custom_asset/c1cd9c593e41df1afc9f6268c5868fa1?w=768&q=80 — 200 — 9.1 KiB — 9 ms — h2https://i.vimeocdn.com/custom_asset/026b27fe66eacbef517ef9c9da2a851b?w=100&q=80i.vimeocdn.com/custom_asset/026b27f... https://i.vimeocdn.com/custom_asset/026b27fe66eacbef517ef9c9da2a851b?w=100&q=80 — 200 — 1.1 KiB — 8 ms — h2https://i.vimeocdn.com/custom_asset/db6f4b48392c3d304ec85c166b7e6775?w=768&q=80i.vimeocdn.com/custom_asset/db6f4b4... https://i.vimeocdn.com/custom_asset/db6f4b48392c3d304ec85c166b7e6775?w=768&q=80 — 200 — 33.2 KiB — 10 ms — h2https://i.vimeocdn.com/custom_asset/9830c6e8f3ad150d4bc0039818af05bb?w=100&q=80i.vimeocdn.com/custom_asset/9830c6e... https://i.vimeocdn.com/custom_asset/9830c6e8f3ad150d4bc0039818af05bb?w=100&q=80 — 200 — 3.6 KiB — 6 ms — h2https://i.vimeocdn.com/custom_asset/1d57a61d427d555d512435d15dbee548?w=768&q=80i.vimeocdn.com/custom_asset/1d57a61... https://i.vimeocdn.com/custom_asset/1d57a61d427d555d512435d15dbee548?w=768&q=80 — 200 — 19.6 KiB — 7 ms — h2https://i.vimeocdn.com/custom_asset/bb215ed03c6a1fd39c3fcc925c822fa6?w=100&q=80i.vimeocdn.com/custom_asset/bb215ed... https://i.vimeocdn.com/custom_asset/bb215ed03c6a1fd39c3fcc925c822fa6?w=100&q=80 — 200 — 1.2 KiB — 4 ms — h2https://i.vimeocdn.com/custom_asset/c7f4134846c3c70023096471a7d16c15?w=768&q=80i.vimeocdn.com/custom_asset/c7f4134... https://i.vimeocdn.com/custom_asset/c7f4134846c3c70023096471a7d16c15?w=768&q=80 — 200 — 26.5 KiB — 6 ms — h2https://player.vimeo.com/progressive_redirect/playback/1069021926/rendition/720p/file.mp4?loc=external&signature=8cfe0374460e6987523da7a4a3ad195acf04529e4c45a6bc90ef38b520611f72player.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1069021926/rendition/720p/file.mp4?loc=external&signature=8cfe0374460e6987523da7a4a3ad195acf04529e4c45a6bc90ef38b520611f72 — 302 — 1.5 KiB — 245 ms — http/1.1https://download-video-ak.vimeocdn.com/v3-1/playback/e99d41ce-1c36-4b97-82c2-7b1f4de5ee72/88b00f93-5894073c?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2Fe99d41ce-1c36-4b97-82c2-7b1f4de5ee72%2F88b00f93-5894073c%2A~hmac=b34a35de722a218718f14a2d9346314c5e57e4ae6b4d8a67ef52fbaa2752dae4&r=dXMtZWFzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/e99d41ce-1c36-4b97-82c2-7b1f4de5ee72/88b00f93-5894073c?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2Fe99d41ce-1c36-4b97-82c2-7b1f4de5ee72%2F88b00f93-5894073c%2A~hmac=b34a35de722a218718f14a2d9346314c5e57e4ae6b4d8a67ef52fbaa2752dae4&r=dXMtZWFzdDE%3D — 206 — 1.6 MiB — 44 ms — h2https://download-video-ak.vimeocdn.com/v3-1/playback/6187d664-3204-45af-9f25-aebc48678169/f0b4132a-dc7bc2cc?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F6187d664-3204-45af-9f25-aebc48678169%2Ff0b4132a-dc7bc2cc%2A~hmac=132106f2ce60cadc5ce0b1fdf977fd309f9aae96429b31a8e5ff5a4ff25422ca&r=dXMtd2VzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/6187d664-3204-45af-9f25-aebc48678169/f0b4132a-dc7bc2cc?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F6187d664-3204-45af-9f25-aebc48678169%2Ff0b4132a-dc7bc2cc%2A~hmac=132106f2ce60cadc5ce0b1fdf977fd309f9aae96429b31a8e5ff5a4ff25422ca&r=dXMtd2VzdDE%3D — 206 — 1.1 MiB — 63 ms — h2https://download-video-ak.vimeocdn.com/v3-1/playback/5e96b80b-5e5e-4cad-b110-29675ef9366b/ad516026-bc14110d?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F5e96b80b-5e5e-4cad-b110-29675ef9366b%2Fad516026-bc14110d%2A~hmac=4d2f123ed7ade921c487c35976e7ba50b71fa72b83b79f1c4100851648cbb258&r=dXMtd2VzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/5e96b80b-5e5e-4cad-b110-29675ef9366b/ad516026-bc14110d?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F5e96b80b-5e5e-4cad-b110-29675ef9366b%2Fad516026-bc14110d%2A~hmac=4d2f123ed7ade921c487c35976e7ba50b71fa72b83b79f1c4100851648cbb258&r=dXMtd2VzdDE%3D — 206 — 6.0 MiB — 46 ms — h2https://vimeo.bynder.com/m/68c7ef88b8fed205/original/Vector-Vimeo-Logo.svgvimeo.bynder.com/m/68c7ef88b8fed205... https://vimeo.bynder.com/m/68c7ef88b8fed205/original/Vector-Vimeo-Logo.svg — 200 — 1.6 KiB — 55 ms — h2https://f.vimeocdn.com/cms/_next/static/media/c5d1e03afce2372f-s.wofff.vimeocdn.com/cms/_next/static/med... https://f.vimeocdn.com/cms/_next/static/media/c5d1e03afce2372f-s.woff — 200 — 354.9 KiB — 16 ms — h2https://download-video-ak.vimeocdn.com/v3-1/playback/5e96b80b-5e5e-4cad-b110-29675ef9366b/ad516026-bc14110d?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F5e96b80b-5e5e-4cad-b110-29675ef9366b%2Fad516026-bc14110d%2A~hmac=4d2f123ed7ade921c487c35976e7ba50b71fa72b83b79f1c4100851648cbb258&r=dXMtd2VzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/5e96b80b-5e5e-4cad-b110-29675ef9366b/ad516026-bc14110d?__token__=st=1776358730~exp=1776362330~acl=%2Fv3-1%2Fplayback%2F5e96b80b-5e5e-4cad-b110-29675ef9366b%2Fad516026-bc14110d%2A~hmac=4d2f123ed7ade921c487c35976e7ba50b71fa72b83b79f1c4100851648cbb258&r=dXMtd2VzdDE%3D — 206 — 64.5 KiB — 85 ms — h2https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/ui.jstranscend-cdn.com/cm/31e97cbf-355c-... https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/ui.js — 200 — 86.1 KiB — 96 ms — h3https://f.vimeocdn.com/p/4.46.40/js/player.module.jsf.vimeocdn.com/p/4.46.40/js/player.... https://f.vimeocdn.com/p/4.46.40/js/player.module.js — 200 — 210.0 KiB — 15 ms — h2https://f.vimeocdn.com/p/4.46.40/js/vendor.module.jsf.vimeocdn.com/p/4.46.40/js/vendor.... https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js — 200 — 93.3 KiB — 27 ms — h2https://f.vimeocdn.com/p/4.46.40/css/player.cssf.vimeocdn.com/p/4.46.40/css/player... https://f.vimeocdn.com/p/4.46.40/css/player.css — 200 — 23.9 KiB — 7 ms — h2https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=80&q=85i.vimeocdn.com/video/2000808118-c48... https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=80&q=85 — 200 — 732 B — 11 ms — h2https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/cm.csstranscend-cdn.com/cm/31e97cbf-355c-... https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/cm.css — 200 — 4.1 KiB — 37 ms — h3https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 1.1 KiB — 3 ms — h2https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=800&mh=450&q=70i.vimeocdn.com/video/2000808118-c48... https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=800&mh=450&q=70 — 200 — 1.6 KiB — 3 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 155 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=471b2c15d7b8bace14d52695a0f25349f021c68d1776358730arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=471b2c15d7b8bace14d52695a0f25349f021c68d1776358730 — 200 — 123 B — 147 ms — h2https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/translations/en.jsontranscend-cdn.com/cm/31e97cbf-355c-... https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/translations/en.json — 200 — 2.3 KiB — 38 ms — h3https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.jsembedder-sdk.wirewax.video/latest/w... https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.js — 200 — 193.3 KiB — 228 ms — h2https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.1 KiB — 62 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 44 ms — h2https://f.vimeocdn.com/p/4.46.40/js/player.module.jsf.vimeocdn.com/p/4.46.40/js/player.... https://f.vimeocdn.com/p/4.46.40/js/player.module.js — 200 — 0 B — 0 ms — h2https://f.vimeocdn.com/p/4.46.40/js/vendor.module.jsf.vimeocdn.com/p/4.46.40/js/vendor.... https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js — 200 — 0 B — 1 ms — h2https://f.vimeocdn.com/p/4.46.40/css/player.cssf.vimeocdn.com/p/4.46.40/css/player... https://f.vimeocdn.com/p/4.46.40/css/player.css — 200 — 0 B — 0 ms — h2https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=80&q=85i.vimeocdn.com/video/2000808118-c48... https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=80&q=85 — 200 — 0 B — 0 ms — h2https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 0 B — 0 ms — h2https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=800&mh=450&q=70i.vimeocdn.com/video/2000808118-c48... https://i.vimeocdn.com/video/2000808118-c48de6b69c3a45c4ded55758fc5d9aa0e7b26427b88da7ef7f702dce41315552-d?mw=800&mh=450&q=70 — 200 — 0 B — 0 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 0 B — 0 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=9d1ecba844c57e60ea098a3cc385edc01b13cb311776358731arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=9d1ecba844c57e60ea098a3cc385edc01b13cb311776358731 — 200 — 40 B — 110 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 0 B — 0 ms — h2https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 304 — 14 B — 59 ms — h3https://edge-player5.wirewax.video/vidData/8312398/securityData.json?v=1776358731841edge-player5.wirewax.video/vidData/... https://edge-player5.wirewax.video/vidData/8312398/securityData.json?v=1776358731841 — 200 — 675 B — 176 ms — h2https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.jsembedder-sdk.wirewax.video/latest/w... https://embedder-sdk.wirewax.video/latest/wirewax-embedder-sdk@beta.umd.js — 304 — 339 B — 27 ms — h2https://edge-player5.wirewax.video/vidData/8312398/vidData.json?version=1759764075362edge-player5.wirewax.video/vidData/... https://edge-player5.wirewax.video/vidData/8312398/vidData.json?version=1759764075362 — 200 — 2.7 KiB — 58 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 0 B — 316 ms — h2https://f.vimeocdn.com/cms/images/favicon.icof.vimeocdn.com/cms/images/favicon.i... https://f.vimeocdn.com/cms/images/favicon.ico — 200 — 1.7 KiB — 3 ms — h2https://edge-player5.wirewax.video/vidData/8312398/securityData.json?v=1776358733029edge-player5.wirewax.video/vidData/... https://edge-player5.wirewax.video/vidData/8312398/securityData.json?v=1776358733029 — 200 — 675 B — 105 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 0 B — 133 ms — h2https://echidna.wirewax.video/font_pickerechidna.wirewax.video/font_picker https://echidna.wirewax.video/font_picker — 200 — 0 B — 137 ms — h2https://echidna.wirewax.video/custom_fonts?clip=8312398echidna.wirewax.video/custom_fonts?... https://echidna.wirewax.video/custom_fonts?clip=8312398 — 200 — 0 B — 139 ms — h2https://edge-player5.wirewax.video/vidData/8312398/vidData.json?version=1759764075362edge-player5.wirewax.video/vidData/... https://edge-player5.wirewax.video/vidData/8312398/vidData.json?version=1759764075362 — 200 — 0 B — 2 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 318 B — 108 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 319 B — 106 ms — h2https://echidna.wirewax.video/font_pickerechidna.wirewax.video/font_picker https://echidna.wirewax.video/font_picker — 200 — 0 B — 47 ms — h2https://echidna.wirewax.video/custom_fonts?clip=8312398echidna.wirewax.video/custom_fonts?... https://echidna.wirewax.video/custom_fonts?clip=8312398 — 200 — 0 B — 45 ms — h2https://echidna.wirewax.video/font_pickerechidna.wirewax.video/font_picker https://echidna.wirewax.video/font_picker — 200 — 7.4 KiB — 169 ms — h2https://echidna.wirewax.video/custom_fonts?clip=8312398echidna.wirewax.video/custom_fonts?... https://echidna.wirewax.video/custom_fonts?clip=8312398 — 200 — 281 B — 23 ms — h2https://echidna.wirewax.video/custom_fonts?clip=8312398echidna.wirewax.video/custom_fonts?... https://echidna.wirewax.video/custom_fonts?clip=8312398 — 200 — 282 B — 24 ms — h2https://echidna.wirewax.video/font_pickerechidna.wirewax.video/font_picker https://echidna.wirewax.video/font_picker — 200 — 7.4 KiB — 174 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 2.0 KiB — 146 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 2.0 KiB — 127 ms — h2https://fonts.googleapis.com/css?family=Amatic+SC%7CAnton%7CArchivo+Narrow%7CAssistant%7CBaloo%7CBangers%7CBowlby+One+SC%7CBungee%7CBungee+Shade%7CCabin%7CCaveat%7CChivo%7CCinzel%7CCodystar%7CCoiny%7CComfortaa%7CCormorant+Garamond%7CDarker+Grotesque%7CDM+Serif+Text%7CDomine%7CEB+Garamond%7CFredericka+the+Great%7CInter%7CJosefin+Sans%7CJosefin+Slab%7CKnewave%7CKrona+One%7CLato%7CLato%7CLato:wght@900%7CLato:wght@300%7CLato:100%7CLibre+Franklin%7CLobster%7CLora%7CMerriweather%7CMontserrat%7CMPlus+1p%7CMuli%7CNoto+Sans%7CNoto+Serif%7COpen+Sans%7COswald%7CPacifico%7CPermanent+Marker%7CPhilosopher%7CPlayfair+Display%7CPoppins%7CPress+Start+2P%7CPT+Sans+Narrow%7CPT+Serif%7CQuicksand%7CRacing+Sans+One%7CRaleway%7CRoboto%7CRoboto+Mono%7CRoboto+Slab%7CRubik%7CRubik+Mono+One%7CSacramento%7CSaira+Stencil+One%7CSatisfy%7CSniglet%7CSource+Sans+Pro%7CSpecial+Elite%7CStaatliches%7CSuez+One%7CTitan+One%7CVollkornfonts.googleapis.com/css?family=Ama... https://fonts.googleapis.com/css?family=Amatic+SC%7CAnton%7CArchivo+Narrow%7CAssistant%7CBaloo%7CBangers%7CBowlby+One+SC%7CBungee%7CBungee+Shade%7CCabin%7CCaveat%7CChivo%7CCinzel%7CCodystar%7CCoiny%7CComfortaa%7CCormorant+Garamond%7CDarker+Grotesque%7CDM+Serif+Text%7CDomine%7CEB+Garamond%7CFredericka+the+Great%7CInter%7CJosefin+Sans%7CJosefin+Slab%7CKnewave%7CKrona+One%7CLato%7CLato%7CLato:wght@900%7CLato:wght@300%7CLato:100%7CLibre+Franklin%7CLobster%7CLora%7CMerriweather%7CMontserrat%7CMPlus+1p%7CMuli%7CNoto+Sans%7CNoto+Serif%7COpen+Sans%7COswald%7CPacifico%7CPermanent+Marker%7CPhilosopher%7CPlayfair+Display%7CPoppins%7CPress+Start+2P%7CPT+Sans+Narrow%7CPT+Serif%7CQuicksand%7CRacing+Sans+One%7CRaleway%7CRoboto%7CRoboto+Mono%7CRoboto+Slab%7CRubik%7CRubik+Mono+One%7CSacramento%7CSaira+Stencil+One%7CSatisfy%7CSniglet%7CSource+Sans+Pro%7CSpecial+Elite%7CStaatliches%7CSuez+One%7CTitan+One%7CVollkorn — 200 — 7.7 KiB — 60 ms — h2https://edge-assets.wirewax.com/creativeData/Fonts/echidna/default_player_2023-03-01_09-18-12.cssedge-assets.wirewax.com/creativeDat... https://edge-assets.wirewax.com/creativeData/Fonts/echidna/default_player_2023-03-01_09-18-12.css — 200 — 14.3 KiB — 99 ms — h2https://fonts.googleapis.com/css?family=Amatic+SC%7CAnton%7CArchivo+Narrow%7CAssistant%7CBaloo%7CBangers%7CBowlby+One+SC%7CBungee%7CBungee+Shade%7CCabin%7CCaveat%7CChivo%7CCinzel%7CCodystar%7CCoiny%7CComfortaa%7CCormorant+Garamond%7CDarker+Grotesque%7CDM+Serif+Text%7CDomine%7CEB+Garamond%7CFredericka+the+Great%7CInter%7CJosefin+Sans%7CJosefin+Slab%7CKnewave%7CKrona+One%7CLato%7CLato%7CLato:wght@900%7CLato:wght@300%7CLato:100%7CLibre+Franklin%7CLobster%7CLora%7CMerriweather%7CMontserrat%7CMPlus+1p%7CMuli%7CNoto+Sans%7CNoto+Serif%7COpen+Sans%7COswald%7CPacifico%7CPermanent+Marker%7CPhilosopher%7CPlayfair+Display%7CPoppins%7CPress+Start+2P%7CPT+Sans+Narrow%7CPT+Serif%7CQuicksand%7CRacing+Sans+One%7CRaleway%7CRoboto%7CRoboto+Mono%7CRoboto+Slab%7CRubik%7CRubik+Mono+One%7CSacramento%7CSaira+Stencil+One%7CSatisfy%7CSniglet%7CSource+Sans+Pro%7CSpecial+Elite%7CStaatliches%7CSuez+One%7CTitan+One%7CVollkornfonts.googleapis.com/css?family=Ama... https://fonts.googleapis.com/css?family=Amatic+SC%7CAnton%7CArchivo+Narrow%7CAssistant%7CBaloo%7CBangers%7CBowlby+One+SC%7CBungee%7CBungee+Shade%7CCabin%7CCaveat%7CChivo%7CCinzel%7CCodystar%7CCoiny%7CComfortaa%7CCormorant+Garamond%7CDarker+Grotesque%7CDM+Serif+Text%7CDomine%7CEB+Garamond%7CFredericka+the+Great%7CInter%7CJosefin+Sans%7CJosefin+Slab%7CKnewave%7CKrona+One%7CLato%7CLato%7CLato:wght@900%7CLato:wght@300%7CLato:100%7CLibre+Franklin%7CLobster%7CLora%7CMerriweather%7CMontserrat%7CMPlus+1p%7CMuli%7CNoto+Sans%7CNoto+Serif%7COpen+Sans%7COswald%7CPacifico%7CPermanent+Marker%7CPhilosopher%7CPlayfair+Display%7CPoppins%7CPress+Start+2P%7CPT+Sans+Narrow%7CPT+Serif%7CQuicksand%7CRacing+Sans+One%7CRaleway%7CRoboto%7CRoboto+Mono%7CRoboto+Slab%7CRubik%7CRubik+Mono+One%7CSacramento%7CSaira+Stencil+One%7CSatisfy%7CSniglet%7CSource+Sans+Pro%7CSpecial+Elite%7CStaatliches%7CSuez+One%7CTitan+One%7CVollkorn — 200 — 0 B — 33 ms — h2https://edge-assets.wirewax.com/creativeData/Fonts/echidna/default_player_2023-03-01_09-18-12.cssedge-assets.wirewax.com/creativeDat... https://edge-assets.wirewax.com/creativeData/Fonts/echidna/default_player_2023-03-01_09-18-12.css — 200 — 0 B — 74 ms — h2https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 0 B — 419 ms — http/1.1https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 0 B — 418 ms — http/1.1https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 8.5 KiB — 27 ms — http/1.1https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 444 B — 124 ms — http/1.1https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 444 B — 123 ms — http/1.1https://vimeo.bynder.com/m/30882060de556c1e/original/lottie-chroma-upload.jsonvimeo.bynder.com/m/30882060de556c1e... https://vimeo.bynder.com/m/30882060de556c1e/original/lottie-chroma-upload.json — 200 — 2.3 KiB — 30 ms — h2https://vimeo.bynder.com/m/5c6e7316153087fa/original/lottie-chroma-watch.jsonvimeo.bynder.com/m/5c6e7316153087fa... https://vimeo.bynder.com/m/5c6e7316153087fa/original/lottie-chroma-watch.json — 200 — 14.0 KiB — 116 ms — h2https://vimeo.bynder.com/m/527d27eff7bba9b7/original/lottie-chroma-user.jsonvimeo.bynder.com/m/527d27eff7bba9b7... https://vimeo.bynder.com/m/527d27eff7bba9b7/original/lottie-chroma-user.json — 200 — 2.5 KiB — 36 ms — h2https://vimeo.bynder.com/m/5fada5fbb9d0a72c/original/lottie-chroma-staff-picks.jsonvimeo.bynder.com/m/5fada5fbb9d0a72c... https://vimeo.bynder.com/m/5fada5fbb9d0a72c/original/lottie-chroma-staff-picks.json — 200 — 18.1 KiB — 110 ms — h2https://vimeo.com/marketing-api/eppo-config/marketing-api/eppo-config https://vimeo.com/marketing-api/eppo-config — 200 — 9.7 KiB — 156 ms — http/1.1https://vimeo.com/wh/log/wh/log https://vimeo.com/wh/log — 200 — 7.7 KiB — 272 ms — http/1.1https://vimeo.com/icons/icon-brands-omnicom.svg/icons/icon-brands-omnicom.svg https://vimeo.com/icons/icon-brands-omnicom.svg — 200 — 10.0 KiB — 276 ms — http/1.1https://vimeo.bynder.com/transform/0c1d5d19-eacd-400b-8800-03624e60fe51/icon-brands-whole-foods?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/0c1d5d19... https://vimeo.bynder.com/transform/0c1d5d19-eacd-400b-8800-03624e60fe51/icon-brands-whole-foods?io=transform:fit,width:250&height:100&quality=100 — 200 — 8.2 KiB — 44 ms — h2https://vimeo.bynder.com/transform/a3b332cc-f7c9-402c-8f42-0628da00b69b/icon-brands-wpp?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/a3b332cc... https://vimeo.bynder.com/transform/a3b332cc-f7c9-402c-8f42-0628da00b69b/icon-brands-wpp?io=transform:fit,width:250&height:100&quality=100 — 200 — 11.9 KiB — 47 ms — h2https://vimeo.bynder.com/transform/f477e6c3-1ecf-4cb3-9e74-6f375e3cd7f0/warner-bros-logo?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/f477e6c3... https://vimeo.bynder.com/transform/f477e6c3-1ecf-4cb3-9e74-6f375e3cd7f0/warner-bros-logo?io=transform:fit,width:250&height:100&quality=100 — 200 — 1.8 KiB — 50 ms — h2https://vimeo.com/icons/icon-brands-dropout.svg/icons/icon-brands-dropout.svg https://vimeo.com/icons/icon-brands-dropout.svg — 200 — 10.6 KiB — 274 ms — http/1.1https://vimeo.bynder.com/transform/91592183-6ce5-4ae5-88b2-8fa571577f5c/icon-brands-even-odd?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/91592183... https://vimeo.bynder.com/transform/91592183-6ce5-4ae5-88b2-8fa571577f5c/icon-brands-even-odd?io=transform:fit,width:250&height:100&quality=100 — 200 — 1.9 KiB — 52 ms — h2https://vimeo.bynder.com/transform/4b9413c0-eda2-4efb-8efb-604db37ce4a9/Seismic-logo?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/4b9413c0... https://vimeo.bynder.com/transform/4b9413c0-eda2-4efb-8efb-604db37ce4a9/Seismic-logo?io=transform:fit,width:250&height:100&quality=100 — 200 — 3.3 KiB — 55 ms — h2https://vimeo.bynder.com/transform/596c1187-5ae0-4ce9-abd1-85cef30914e7/icon-brands-european-film-academy?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/596c1187... https://vimeo.bynder.com/transform/596c1187-5ae0-4ce9-abd1-85cef30914e7/icon-brands-european-film-academy?io=transform:fit,width:250&height:100&quality=100 — 200 — 2.8 KiB — 58 ms — h2https://vimeo.bynder.com/transform/812f09c9-3e5e-4475-8f1d-d7b8adced428/icon-brands-coca-cola?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/812f09c9... https://vimeo.bynder.com/transform/812f09c9-3e5e-4475-8f1d-d7b8adced428/icon-brands-coca-cola?io=transform:fit,width:250&height:100&quality=100 — 200 — 5.0 KiB — 63 ms — h2https://vimeo.bynder.com/transform/8dd9e470-6231-4f6d-92cb-b78835137c3d/icon-brands-fidelity?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/8dd9e470... https://vimeo.bynder.com/transform/8dd9e470-6231-4f6d-92cb-b78835137c3d/icon-brands-fidelity?io=transform:fit,width:250&height:100&quality=100 — 200 — 2.4 KiB — 66 ms — h2https://vimeo.bynder.com/transform/2c151cbc-9337-4984-b570-ce23749a6b23/icon-brands-sundance-institute?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/2c151cbc... https://vimeo.bynder.com/transform/2c151cbc-9337-4984-b570-ce23749a6b23/icon-brands-sundance-institute?io=transform:fit,width:250&height:100&quality=100 — 200 — 9.5 KiB — 69 ms — h2https://vimeo.bynder.com/transform/c9de44f2-a2a3-44e7-96b1-cec87a9c437f/icon-brands-martha-stewart?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/c9de44f2... https://vimeo.bynder.com/transform/c9de44f2-a2a3-44e7-96b1-cec87a9c437f/icon-brands-martha-stewart?io=transform:fit,width:250&height:100&quality=100 — 200 — 3.8 KiB — 72 ms — h2https://vimeo.bynder.com/transform/486508ff-2a40-47c8-ba0d-2576a3c03943/icon-brands-sxsw?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/486508ff... https://vimeo.bynder.com/transform/486508ff-2a40-47c8-ba0d-2576a3c03943/icon-brands-sxsw?io=transform:fit,width:250&height:100&quality=100 — 200 — 4.1 KiB — 75 ms — h2https://vimeo.bynder.com/transform/fbab3f80-bce8-40bc-82ac-8b3d6e1698ba/icon-brands-nike?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/fbab3f80... https://vimeo.bynder.com/transform/fbab3f80-bce8-40bc-82ac-8b3d6e1698ba/icon-brands-nike?io=transform:fit,width:250&height:100&quality=100 — 200 — 1.2 KiB — 78 ms — h2https://vimeo.bynder.com/m/178e49077507378f/original/icon-brands-american-airlines.svgvimeo.bynder.com/m/178e49077507378f... https://vimeo.bynder.com/m/178e49077507378f/original/icon-brands-american-airlines.svg — 200 — 4.9 KiB — 78 ms — h2https://vimeo.bynder.com/transform/646f6c69-2c62-49b7-a8ef-cee53629be9a/icon-brands-nissan?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/646f6c69... https://vimeo.bynder.com/transform/646f6c69-2c62-49b7-a8ef-cee53629be9a/icon-brands-nissan?io=transform:fit,width:250&height:100&quality=100 — 200 — 3.0 KiB — 79 ms — h2https://vimeo.bynder.com/transform/273865ab-621f-46da-96fa-2008ec6100a6/icon-brands-lg?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/273865ab... https://vimeo.bynder.com/transform/273865ab-621f-46da-96fa-2008ec6100a6/icon-brands-lg?io=transform:fit,width:250&height:100&quality=100 — 200 — 1.7 KiB — 80 ms — h2https://vimeo.bynder.com/m/14db0bf308efb92c/original/icon-brands-bloomberg.svgvimeo.bynder.com/m/14db0bf308efb92c... https://vimeo.bynder.com/m/14db0bf308efb92c/original/icon-brands-bloomberg.svg — 200 — 2.3 KiB — 83 ms — h2https://vimeo.bynder.com/transform/9b33c8e1-5ea4-4a8b-90da-e62d193395e2/icon-brands-xfinity?io=transform:fit,width:250&height:100&quality=100vimeo.bynder.com/transform/9b33c8e1... https://vimeo.bynder.com/transform/9b33c8e1-5ea4-4a8b-90da-e62d193395e2/icon-brands-xfinity?io=transform:fit,width:250&height:100&quality=100 — 200 — 1.7 KiB — 86 ms — h2https://i.vimeocdn.com/custom_asset/195d4f8b8993434bd4b53ca0dc0aa299?w=200&q=80i.vimeocdn.com/custom_asset/195d4f8... https://i.vimeocdn.com/custom_asset/195d4f8b8993434bd4b53ca0dc0aa299?w=200&q=80 — 200 — 3.4 KiB — 6 ms — h2https://i.vimeocdn.com/custom_asset/a2181e35ccf70d210ef95b0ea6785acai.vimeocdn.com/custom_asset/a2181e3... https://i.vimeocdn.com/custom_asset/a2181e35ccf70d210ef95b0ea6785aca — 200 — 15.7 KiB — 14 ms — h2https://i.vimeocdn.com/custom_asset/51a6886b700cb3b628d9e7cb75052cff?w=200&q=80i.vimeocdn.com/custom_asset/51a6886... https://i.vimeocdn.com/custom_asset/51a6886b700cb3b628d9e7cb75052cff?w=200&q=80 — 200 — 4.2 KiB — 8 ms — h2https://i.vimeocdn.com/custom_asset/dd6e807e1505f23eddc9d8f5de177e19i.vimeocdn.com/custom_asset/dd6e807... https://i.vimeocdn.com/custom_asset/dd6e807e1505f23eddc9d8f5de177e19 — 200 — 9.4 KiB — 98 ms — h2https://i.vimeocdn.com/custom_asset/e4a254e69a591266d14f327da6764959?w=200&q=80i.vimeocdn.com/custom_asset/e4a254e... https://i.vimeocdn.com/custom_asset/e4a254e69a591266d14f327da6764959?w=200&q=80 — 200 — 3.5 KiB — 85 ms — h2https://i.vimeocdn.com/custom_asset/a2eb59672f87a327081d76f8fb72a3bf?w=200&q=80i.vimeocdn.com/custom_asset/a2eb596... https://i.vimeocdn.com/custom_asset/a2eb59672f87a327081d76f8fb72a3bf?w=200&q=80 — 200 — 3.5 KiB — 85 ms — h2https://i.vimeocdn.com/custom_asset/4f9b8a9c33b5c9e10d65fb5a56abcfd6?w=200&q=80i.vimeocdn.com/custom_asset/4f9b8a9... https://i.vimeocdn.com/custom_asset/4f9b8a9c33b5c9e10d65fb5a56abcfd6?w=200&q=80 — 200 — 4.4 KiB — 90 ms — h2https://i.vimeocdn.com/custom_asset/dc47ff0014d47cbf31dbb2abaf812bc4i.vimeocdn.com/custom_asset/dc47ff0... https://i.vimeocdn.com/custom_asset/dc47ff0014d47cbf31dbb2abaf812bc4 — 200 — 67.7 KiB — 96 ms — h2https://vimeo.com/me/info/me/info https://vimeo.com/me/info — 200 — 8.0 KiB — 176 ms — http/1.1https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 444 B — 114 ms — http/1.1https://sqs.us-east-1.amazonaws.com/sqs.us-east-1.amazonaws.com/ https://sqs.us-east-1.amazonaws.com/ — 200 — 444 B — 117 ms — http/1.1https://vimeo.com/_next/gtm/_next/gtm https://vimeo.com/_next/gtm — 200 — 8.0 KiB — 149 ms — http/1.1https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=471b2c15d7b8bace14d52695a0f25349f021c68d1776358730arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=471b2c15d7b8bace14d52695a0f25349f021c68d1776358730 — 200 — 11 B — 114 ms — h3https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=9d1ecba844c57e60ea098a3cc385edc01b13cb311776358731arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=9d1ecba844c57e60ea098a3cc385edc01b13cb311776358731 — 200 — 11 B — 109 ms — h3https://captions.vimeo.com/captions/238514396.vtt?expires=1776362330&sig=cf6108bc6a4ab856e626a808a3845eed850966f4captions.vimeo.com/captions/2385143... https://captions.vimeo.com/captions/238514396.vtt?expires=1776362330&sig=cf6108bc6a4ab856e626a808a3845eed850966f4 — 200 — 2.8 KiB — 265 ms — http/1.1https://captions.vimeo.com/captions/238514396.vtt?expires=1776362331&sig=b4874d12f4ac03055e766a9d84a894390e2c4c90captions.vimeo.com/captions/2385143... https://captions.vimeo.com/captions/238514396.vtt?expires=1776362331&sig=b4874d12f4ac03055e766a9d84a894390e2c4c90 — 200 — 2.8 KiB — 278 ms — http/1.1https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 188 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 1.5 KiB — 147 ms — h2https://vimeo.com/flarepoint/0p3SLJsp/flarepoint/0p3SLJsp https://vimeo.com/flarepoint/0p3SLJsp — 200 — 646 B — 166 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
93% of JavaScript execution is third-party
First-party Third-party 18147ms · 2905KB · €197/mo
f.vimeocdn.com
Other
Costly
Execution 7184ms
Transfer 45 KB
Monthly Cost €78/mo
f.vimeocdn.com
Other
Costly
Execution 2098ms
Transfer 53 KB
Monthly Cost €23/mo
Unattributable
Other
Costly
Execution 1838ms
Transfer 0 KB
Monthly Cost €20/mo
f.vimeocdn.com
Other
Costly
Execution 1696ms
Transfer 0 KB
Unused 61%
Monthly Cost €18/mo
f.vimeocdn.com
Other
Costly
Execution 1531ms
Transfer 945 KB
Unused 75%
Monthly Cost €17/mo
f.vimeocdn.com
Other
Costly
Execution 923ms
Transfer 1 KB
Monthly Cost €10/mo
f.vimeocdn.com
Other
Costly
Execution 648ms
Transfer 0 KB
Unused 57%
Monthly Cost €7/mo
embedder-sdk.wirewax.video
Other
Costly
Execution 601ms
Transfer 0 KB
Unused 48%
Monthly Cost €7/mo
transcend-cdn.com
Other
Costly
Execution 450ms
Transfer 51 KB
Monthly Cost €5/mo
f.vimeocdn.com
Other
Costly
Execution 352ms
Transfer 1205 KB
Unused 65%
Monthly Cost €4/mo
transcend-cdn.com
Other
Costly
Execution 267ms
Transfer 86 KB
Unused 44%
Monthly Cost €3/mo
player.vimeo.com
Other
Optional
Execution 196ms
Transfer 12 KB
Monthly Cost €2/mo
f.vimeocdn.com
Other
Optional
Execution 93ms
Transfer 45 KB
Unused 58%
Monthly Cost €1/mo
f.vimeocdn.com
Other
Optional
Execution 78ms
Transfer 47 KB
Monthly Cost €1/mo
f.vimeocdn.com
Other
Optional
Execution 72ms
Transfer 240 KB
Unused 56%
Monthly Cost €1/mo
f.vimeocdn.com
Other
Optional
Execution 65ms
Transfer 158 KB
Unused 72%
Monthly Cost €1/mo
static.elfsight.com
Other
Optional
Execution 54ms
Transfer 15 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • f.vimeocdn.com adds 7184ms and costs ~€78/month
  • f.vimeocdn.com adds 2098ms and costs ~€23/month
  • Unattributable adds 1838ms and costs ~€20/month
  • f.vimeocdn.com adds 1696ms and costs ~€18/month
  • f.vimeocdn.com adds 1531ms and costs ~€17/month
  • f.vimeocdn.com adds 923ms and costs ~€10/month
  • f.vimeocdn.com adds 648ms and costs ~€7/month
  • embedder-sdk.wirewax.video adds 601ms and costs ~€7/month
  • transcend-cdn.com adds 450ms and costs ~€5/month
  • f.vimeocdn.com adds 352ms and costs ~€4/month
  • transcend-cdn.com adds 267ms and costs ~€3/month

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

f.vimeocdn.com takes 7184ms 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

f.vimeocdn.com takes 2098ms 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 1838ms 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

f.vimeocdn.com takes 1696ms 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

61% of f.vimeocdn.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

f.vimeocdn.com takes 1531ms 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

75% of f.vimeocdn.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

f.vimeocdn.com takes 923ms 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

f.vimeocdn.com takes 648ms 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

57% of f.vimeocdn.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

embedder-sdk.wirewax.video takes 601ms 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

transcend-cdn.com takes 450ms 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

f.vimeocdn.com takes 352ms 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

65% of f.vimeocdn.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

transcend-cdn.com takes 267ms 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 f.vimeocdn.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 f.vimeocdn.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

72% of f.vimeocdn.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