Skip to content
https://mixpanel.com

Performance

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

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

39
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.73 s

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

15.52 s

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

1.11 s

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

0.028

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

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

18.68 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 101 requests
FIX
2.7 MB transferred, 101 requests
Warning::
Page weighs 7.8 MB (2.7 MB transferred)
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
101 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
101 requests
0.57 g CO2 per page load
JavaScript 1.5 MiB 56%
Images 941.5 KiB 34%
Fonts 170.6 KiB 6%
HTML 102.0 KiB 4%
Other 10.1 KiB 0%
Other 2.4 KiB 0%
Other 792 B 0%
Other 381 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

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
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (2.6 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Execution Cost
Action
28784ms total JS execution
FIX
28784ms total JS execution
Warning::
https://framerusercontent.com/sites/1fpo6nzurywULW...: 13790ms CPU time
Warning::
https://mixpanel.com/home/: 5403ms CPU time
Warning::
https://framerusercontent.com/sites/1fpo6nzurywULW...: 4653ms CPU time
Warning::
Unattributable: 2027ms CPU time
Warning::
https://consent.trustarc.com/v2/autoblockasset/cor...: 807ms CPU time
Warning::
Third-party scripts: 23381ms (81% of total)

Main Thread Breakdown

Other 36% Script Evaluation 36% Rendering 16% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjs13790ms4061ms1ms3rd
https://mixpanel.com/home/5403ms45ms12ms1st
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/react.BqE3Q_Fn.mjs4653ms3841ms1ms3rd
Unattributable2027ms27ms0ms3rd
https://consent.trustarc.com/v2/autoblockasset/core.min.js?cmId=9iv2en807ms682ms2ms3rd
https://cdn.optimizely.com/js/5838709522694144.js618ms420ms75ms3rd
https://consent.trustarc.com/v2/notice/9iv2en?pcookie363ms182ms13ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MRDR9SP347ms287ms47ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1060727094&cx=c&gtm=4e64f0291ms255ms32ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6NLLN3BJ6F&cx=c&gtm=4e64f0227ms184ms41ms3rd

Showing top 10 of 13 scripts

F
JS Bundles
Action
51 scripts, 418 KB unused
FIX
51 scripts, 418 KB unused
Warning::
https://cdn.optimizely.com/js/5838709522694144.js: 102 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.optimizely.com/js/5838709522694144.js: unminified — 30 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/destination?...: 70 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://framerusercontent.com/sites/1fpo6nzurywULW...: 70 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MRD...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6NLL...: 61 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 418 KB
418 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.optimizely.com/js/5838709522694144.js219 KB102 KB (47%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1060727094&cx=c&gtm=4e64f0145 KB70 KB (49%)3rd
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/framer.BbRV81T8.mjs133 KB70 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MRDR9SP173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6NLLN3BJ6F&cx=c&gtm=4e64f0176 KB61 KB (35%)3rd
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjs49 KB25 KB (51%)3rd
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Qun2AYknK.CHYSRh8l.mjs65 KB25 KB (38%)3rd
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/CustomTimeline.BiN2Bez1.mjs2 KB3rd
https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/T2CsDfbAg.C-JJ64Fj.mjs2 KB3rd
https://js.sentry-cdn.com/d73fef86381aca393554093c8e57ce75.min.js3 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
101 resources · 2.7 MB · 418 KB savings available
FIX
101 resources · 2.7 MB · 418 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~418 KB of savings available
Warning::
99 third-party resources (96% of weight)
Info::
2 resources over 200KB
101 resources · 2.7 MiB · 99 third-party 1.7 MiB over 1MB target
JavaScript 56% · 1.5 MiB
Image 34% · 945.2 KiB
Font 6% · 170.6 KiB
Document 4% · 110.2 KiB
Other 0% · 1.7 KiB

~417.9 KiB of savings available

Remove unused JavaScript: 417.9 KiB
B
Image Optimization
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Info::
All images are well-optimized
25 images 942 KB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (171 KB)
PASS
4 fonts (171 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

171 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 4.7 s LCP 15.5 shttps://framerusercontent.com/assets/v6eZbzgEth8Leebqk8eQxltDlKQ.woff2v6eZbzgEth8Leebqk8eQxlt... https://framerusercontent.com/assets/v6eZbzgEth8Leebqk8eQxltDlKQ.woff2 — 55.4 KiB — 28 ms — font-display: swaphttps://framerusercontent.com/assets/rEHnEvAsgbukh0QUeqSHBvG6PnI.woff2rEHnEvAsgbukh0QUeqSHBvG... https://framerusercontent.com/assets/rEHnEvAsgbukh0QUeqSHBvG6PnI.woff2 — 55.7 KiB — 28 ms — font-display: swaphttps://framerusercontent.com/assets/8K8wTfBIzzMXHg72z4VHnOIBNZk.woff28K8wTfBIzzMXHg72z4VHnOI... https://framerusercontent.com/assets/8K8wTfBIzzMXHg72z4VHnOIBNZk.woff2 — 46.4 KiB — 24 ms — font-display: swaphttps://consent.trustarc.com/v2/asset/latin.woff2latin.woff2 https://consent.trustarc.com/v2/asset/latin.woff2 — 13.1 KiB — 39 ms — font-display: swap
v6eZbzgEth8Leebqk8eQxlt... woff2 swap
Size 55 KB
Load time 28 ms
Start 966 ms
Risk FOUT — text flashes from fallback to web font
rEHnEvAsgbukh0QUeqSHBvG... woff2 swap
Size 56 KB
Load time 28 ms
Start 967 ms
Risk FOUT — text flashes from fallback to web font
8K8wTfBIzzMXHg72z4VHnOI... woff2 swap
Size 46 KB
Load time 24 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
latin.woff2 woff2 swap
Size 13 KB
Load time 39 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
2
preload
1
dns-prefetch
prefetch

3 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: Google Cloud

Network Waterfall
101 requests over 4024ms
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 FCP 4.7 s LCP 15.5 shttps://mixpanel.com// https://mixpanel.com/ — 308 — 8.2 KiB — 268 ms — h2https://mixpanel.com/home//home/ https://mixpanel.com/home/ — 200 — 100.2 KiB — 256 ms — h2https://cdn.optimizely.com/js/5838709522694144.jscdn.optimizely.com/js/5838709522694... https://cdn.optimizely.com/js/5838709522694144.js — 200 — 218.6 KiB — 133 ms — h2https://consent.trustarc.com/v2/autoblockasset/core.min.js?cmId=9iv2enconsent.trustarc.com/v2/autoblockas... https://consent.trustarc.com/v2/autoblockasset/core.min.js?cmId=9iv2en — 200 — 6.6 KiB — 87 ms — h2https://consent.trustarc.com/v2/autoblock?cmId=9iv2enconsent.trustarc.com/v2/autoblock?c... https://consent.trustarc.com/v2/autoblock?cmId=9iv2en — 200 — 2.1 KiB — 84 ms — h2https://framerusercontent.com/images/5nsNeV11yPXvCcs9UQa8UnFes.png?scale-down-to=1024&width=3570&height=2175framerusercontent.com/images/5nsNeV... https://framerusercontent.com/images/5nsNeV11yPXvCcs9UQa8UnFes.png?scale-down-to=1024&width=3570&height=2175 — 200 — 28.8 KiB — 80 ms — h3https://framerusercontent.com/images/PZN9SkSAEdD8OiPR9kHn84cIVDM.png?scale-down-to=1024&width=921&height=1627framerusercontent.com/images/PZN9Sk... https://framerusercontent.com/images/PZN9SkSAEdD8OiPR9kHn84cIVDM.png?scale-down-to=1024&width=921&height=1627 — 200 — 32.5 KiB — 74 ms — h3https://framerusercontent.com/images/d1LEfxKCjf8uPHd46QAYJlnk4.svg?width=408&height=430framerusercontent.com/images/d1LEfx... https://framerusercontent.com/images/d1LEfxKCjf8uPHd46QAYJlnk4.svg?width=408&height=430 — 200 — 88.3 KiB — 35 ms — h3https://framerusercontent.com/images/zhzFnPUjKpt7sSNd2UJ90mTnSAM.png?width=262&height=71framerusercontent.com/images/zhzFnP... https://framerusercontent.com/images/zhzFnPUjKpt7sSNd2UJ90mTnSAM.png?width=262&height=71 — 200 — 3.1 KiB — 26 ms — h3https://framerusercontent.com/images/LVMA7AZdDIWbpgkg7kPwyMzg1FI.svg?width=620&height=613framerusercontent.com/images/LVMA7A... https://framerusercontent.com/images/LVMA7AZdDIWbpgkg7kPwyMzg1FI.svg?width=620&height=613 — 200 — 539.3 KiB — 63 ms — h3https://consent.trustarc.com/v2/notice/9iv2en?pcookieconsent.trustarc.com/v2/notice/9iv2... https://consent.trustarc.com/v2/notice/9iv2en?pcookie — 200 — 33.5 KiB — 50 ms — h2https://js.sentry-cdn.com/d73fef86381aca393554093c8e57ce75.min.jsjs.sentry-cdn.com/d73fef86381aca393... https://js.sentry-cdn.com/d73fef86381aca393554093c8e57ce75.min.js — 200 — 2.6 KiB — 45 ms — h2https://js.qualified.com/qualified.js?token=gSDtTCjJ2BozXgw6js.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=gSDtTCjJ2BozXgw6 — 200 — 116.5 KiB — 192 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 401 ms — h2https://framerusercontent.com/images/zTEu47A3mxxim7DJFpTz91DVyw.svg?width=24&height=24framerusercontent.com/images/zTEu47... https://framerusercontent.com/images/zTEu47A3mxxim7DJFpTz91DVyw.svg?width=24&height=24 — 200 — 1.4 KiB — 26 ms — h3https://framerusercontent.com/images/2FolD7GRHbOJK0gU9COI1lCc0.svg?width=22&height=24framerusercontent.com/images/2FolD7... https://framerusercontent.com/images/2FolD7GRHbOJK0gU9COI1lCc0.svg?width=22&height=24 — 200 — 1.4 KiB — 28 ms — h3https://framerusercontent.com/images/cE9a5MnpFPXQM48dqVvq8HKLUk.svg?width=24&height=24framerusercontent.com/images/cE9a5M... https://framerusercontent.com/images/cE9a5MnpFPXQM48dqVvq8HKLUk.svg?width=24&height=24 — 200 — 1.3 KiB — 32 ms — h3https://framerusercontent.com/images/BaJPldAyyKA2nLBYPZgckoyQY.svg?width=24&height=24framerusercontent.com/images/BaJPld... https://framerusercontent.com/images/BaJPldAyyKA2nLBYPZgckoyQY.svg?width=24&height=24 — 200 — 1.2 KiB — 33 ms — h3https://framerusercontent.com/images/KkQAVBtVdnnEDns0CidgtaC3fQ.svg?width=22&height=24framerusercontent.com/images/KkQAVB... https://framerusercontent.com/images/KkQAVBtVdnnEDns0CidgtaC3fQ.svg?width=22&height=24 — 200 — 1.0 KiB — 45 ms — h3https://framerusercontent.com/images/9YVemyDCKJq8PtXmeWAkGlUE6Q.svg?width=16&height=16framerusercontent.com/images/9YVemy... https://framerusercontent.com/images/9YVemyDCKJq8PtXmeWAkGlUE6Q.svg?width=16&height=16 — 200 — 1.1 KiB — 167 ms — h3https://framerusercontent.com/images/CHA27wGETkaFesqLPLr1Q2WNxIc.svg?width=620&height=676framerusercontent.com/images/CHA27w... https://framerusercontent.com/images/CHA27wGETkaFesqLPLr1Q2WNxIc.svg?width=620&height=676 — 200 — 64.1 KiB — 137 ms — h3https://framerusercontent.com/images/O7qEnoTEP17UF9iX2oq5fsDkRDg.svg?width=620&height=632framerusercontent.com/images/O7qEno... https://framerusercontent.com/images/O7qEnoTEP17UF9iX2oq5fsDkRDg.svg?width=620&height=632 — 200 — 111.3 KiB — 160 ms — h3https://framerusercontent.com/images/8lj5OZWG1Fv2VEJmdzmtvkbxbhk.svg?width=620&height=620framerusercontent.com/images/8lj5OZ... https://framerusercontent.com/images/8lj5OZWG1Fv2VEJmdzmtvkbxbhk.svg?width=620&height=620 — 200 — 35.9 KiB — 129 ms — h3https://framerusercontent.com/images/cUyZNZAxFX7F0metB8rOkP4tAW8.svg?width=16&height=16framerusercontent.com/images/cUyZNZ... https://framerusercontent.com/images/cUyZNZAxFX7F0metB8rOkP4tAW8.svg?width=16&height=16 — 200 — 1.1 KiB — 128 ms — h3https://framerusercontent.com/images/gAjkGzVfSFSOksLBjMcA3CWrI4k.svg?width=438&height=161framerusercontent.com/images/gAjkGz... https://framerusercontent.com/images/gAjkGzVfSFSOksLBjMcA3CWrI4k.svg?width=438&height=161 — 200 — 6.9 KiB — 135 ms — h3https://framerusercontent.com/images/pdbIP1JaJYKqQqLiR814ou3Dg4.svg?width=438&height=161framerusercontent.com/images/pdbIP1... https://framerusercontent.com/images/pdbIP1JaJYKqQqLiR814ou3Dg4.svg?width=438&height=161 — 200 — 7.1 KiB — 112 ms — h3https://framerusercontent.com/images/Uhul4KWElfiY4s4sbEcmqki5h0.svg?width=438&height=161framerusercontent.com/images/Uhul4K... https://framerusercontent.com/images/Uhul4KWElfiY4s4sbEcmqki5h0.svg?width=438&height=161 — 200 — 9.7 KiB — 120 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/react.BqE3Q_Fn.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/react.BqE3Q_Fn.mjs — 200 — 44.2 KiB — 140 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/rolldown-runtime.D0XOtN3-.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/rolldown-runtime.D0XOtN3-.mjs — 200 — 1.1 KiB — 86 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjs — 200 — 48.9 KiB — 144 ms — h3
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 FCP 4.7 s LCP 15.5 shttps://mixpanel.com// https://mixpanel.com/ — 308 — 8.2 KiB — 268 ms — h2https://mixpanel.com/home//home/ https://mixpanel.com/home/ — 200 — 100.2 KiB — 256 ms — h2https://cdn.optimizely.com/js/5838709522694144.jscdn.optimizely.com/js/5838709522694... https://cdn.optimizely.com/js/5838709522694144.js — 200 — 218.6 KiB — 133 ms — h2https://consent.trustarc.com/v2/autoblockasset/core.min.js?cmId=9iv2enconsent.trustarc.com/v2/autoblockas... https://consent.trustarc.com/v2/autoblockasset/core.min.js?cmId=9iv2en — 200 — 6.6 KiB — 87 ms — h2https://consent.trustarc.com/v2/autoblock?cmId=9iv2enconsent.trustarc.com/v2/autoblock?c... https://consent.trustarc.com/v2/autoblock?cmId=9iv2en — 200 — 2.1 KiB — 84 ms — h2https://framerusercontent.com/images/5nsNeV11yPXvCcs9UQa8UnFes.png?scale-down-to=1024&width=3570&height=2175framerusercontent.com/images/5nsNeV... https://framerusercontent.com/images/5nsNeV11yPXvCcs9UQa8UnFes.png?scale-down-to=1024&width=3570&height=2175 — 200 — 28.8 KiB — 80 ms — h3https://framerusercontent.com/images/PZN9SkSAEdD8OiPR9kHn84cIVDM.png?scale-down-to=1024&width=921&height=1627framerusercontent.com/images/PZN9Sk... https://framerusercontent.com/images/PZN9SkSAEdD8OiPR9kHn84cIVDM.png?scale-down-to=1024&width=921&height=1627 — 200 — 32.5 KiB — 74 ms — h3https://framerusercontent.com/images/d1LEfxKCjf8uPHd46QAYJlnk4.svg?width=408&height=430framerusercontent.com/images/d1LEfx... https://framerusercontent.com/images/d1LEfxKCjf8uPHd46QAYJlnk4.svg?width=408&height=430 — 200 — 88.3 KiB — 35 ms — h3https://framerusercontent.com/images/zhzFnPUjKpt7sSNd2UJ90mTnSAM.png?width=262&height=71framerusercontent.com/images/zhzFnP... https://framerusercontent.com/images/zhzFnPUjKpt7sSNd2UJ90mTnSAM.png?width=262&height=71 — 200 — 3.1 KiB — 26 ms — h3https://framerusercontent.com/images/LVMA7AZdDIWbpgkg7kPwyMzg1FI.svg?width=620&height=613framerusercontent.com/images/LVMA7A... https://framerusercontent.com/images/LVMA7AZdDIWbpgkg7kPwyMzg1FI.svg?width=620&height=613 — 200 — 539.3 KiB — 63 ms — h3https://consent.trustarc.com/v2/notice/9iv2en?pcookieconsent.trustarc.com/v2/notice/9iv2... https://consent.trustarc.com/v2/notice/9iv2en?pcookie — 200 — 33.5 KiB — 50 ms — h2https://js.sentry-cdn.com/d73fef86381aca393554093c8e57ce75.min.jsjs.sentry-cdn.com/d73fef86381aca393... https://js.sentry-cdn.com/d73fef86381aca393554093c8e57ce75.min.js — 200 — 2.6 KiB — 45 ms — h2https://js.qualified.com/qualified.js?token=gSDtTCjJ2BozXgw6js.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=gSDtTCjJ2BozXgw6 — 200 — 116.5 KiB — 192 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 401 ms — h2https://framerusercontent.com/images/zTEu47A3mxxim7DJFpTz91DVyw.svg?width=24&height=24framerusercontent.com/images/zTEu47... https://framerusercontent.com/images/zTEu47A3mxxim7DJFpTz91DVyw.svg?width=24&height=24 — 200 — 1.4 KiB — 26 ms — h3https://framerusercontent.com/images/2FolD7GRHbOJK0gU9COI1lCc0.svg?width=22&height=24framerusercontent.com/images/2FolD7... https://framerusercontent.com/images/2FolD7GRHbOJK0gU9COI1lCc0.svg?width=22&height=24 — 200 — 1.4 KiB — 28 ms — h3https://framerusercontent.com/images/cE9a5MnpFPXQM48dqVvq8HKLUk.svg?width=24&height=24framerusercontent.com/images/cE9a5M... https://framerusercontent.com/images/cE9a5MnpFPXQM48dqVvq8HKLUk.svg?width=24&height=24 — 200 — 1.3 KiB — 32 ms — h3https://framerusercontent.com/images/BaJPldAyyKA2nLBYPZgckoyQY.svg?width=24&height=24framerusercontent.com/images/BaJPld... https://framerusercontent.com/images/BaJPldAyyKA2nLBYPZgckoyQY.svg?width=24&height=24 — 200 — 1.2 KiB — 33 ms — h3https://framerusercontent.com/images/KkQAVBtVdnnEDns0CidgtaC3fQ.svg?width=22&height=24framerusercontent.com/images/KkQAVB... https://framerusercontent.com/images/KkQAVBtVdnnEDns0CidgtaC3fQ.svg?width=22&height=24 — 200 — 1.0 KiB — 45 ms — h3https://framerusercontent.com/images/9YVemyDCKJq8PtXmeWAkGlUE6Q.svg?width=16&height=16framerusercontent.com/images/9YVemy... https://framerusercontent.com/images/9YVemyDCKJq8PtXmeWAkGlUE6Q.svg?width=16&height=16 — 200 — 1.1 KiB — 167 ms — h3https://framerusercontent.com/images/CHA27wGETkaFesqLPLr1Q2WNxIc.svg?width=620&height=676framerusercontent.com/images/CHA27w... https://framerusercontent.com/images/CHA27wGETkaFesqLPLr1Q2WNxIc.svg?width=620&height=676 — 200 — 64.1 KiB — 137 ms — h3https://framerusercontent.com/images/O7qEnoTEP17UF9iX2oq5fsDkRDg.svg?width=620&height=632framerusercontent.com/images/O7qEno... https://framerusercontent.com/images/O7qEnoTEP17UF9iX2oq5fsDkRDg.svg?width=620&height=632 — 200 — 111.3 KiB — 160 ms — h3https://framerusercontent.com/images/8lj5OZWG1Fv2VEJmdzmtvkbxbhk.svg?width=620&height=620framerusercontent.com/images/8lj5OZ... https://framerusercontent.com/images/8lj5OZWG1Fv2VEJmdzmtvkbxbhk.svg?width=620&height=620 — 200 — 35.9 KiB — 129 ms — h3https://framerusercontent.com/images/cUyZNZAxFX7F0metB8rOkP4tAW8.svg?width=16&height=16framerusercontent.com/images/cUyZNZ... https://framerusercontent.com/images/cUyZNZAxFX7F0metB8rOkP4tAW8.svg?width=16&height=16 — 200 — 1.1 KiB — 128 ms — h3https://framerusercontent.com/images/gAjkGzVfSFSOksLBjMcA3CWrI4k.svg?width=438&height=161framerusercontent.com/images/gAjkGz... https://framerusercontent.com/images/gAjkGzVfSFSOksLBjMcA3CWrI4k.svg?width=438&height=161 — 200 — 6.9 KiB — 135 ms — h3https://framerusercontent.com/images/pdbIP1JaJYKqQqLiR814ou3Dg4.svg?width=438&height=161framerusercontent.com/images/pdbIP1... https://framerusercontent.com/images/pdbIP1JaJYKqQqLiR814ou3Dg4.svg?width=438&height=161 — 200 — 7.1 KiB — 112 ms — h3https://framerusercontent.com/images/Uhul4KWElfiY4s4sbEcmqki5h0.svg?width=438&height=161framerusercontent.com/images/Uhul4K... https://framerusercontent.com/images/Uhul4KWElfiY4s4sbEcmqki5h0.svg?width=438&height=161 — 200 — 9.7 KiB — 120 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/react.BqE3Q_Fn.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/react.BqE3Q_Fn.mjs — 200 — 44.2 KiB — 140 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/rolldown-runtime.D0XOtN3-.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/rolldown-runtime.D0XOtN3-.mjs — 200 — 1.1 KiB — 86 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/motion.C0efgRtw.mjs — 200 — 48.9 KiB — 144 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/framer.BbRV81T8.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/framer.BbRV81T8.mjs — 200 — 132.6 KiB — 169 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Qun2AYknK.CHYSRh8l.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Qun2AYknK.CHYSRh8l.mjs — 200 — 65.4 KiB — 164 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/shared.oVqzM5lZ.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/shared.oVqzM5lZ.mjs — 200 — 21.2 KiB — 135 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/RX_vfIj8d.C5C0ZTEX.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/RX_vfIj8d.C5C0ZTEX.mjs — 200 — 9.0 KiB — 116 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/JUM9PlNCL.DDuXyuk1.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/JUM9PlNCL.DDuXyuk1.mjs — 200 — 1.1 KiB — 112 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/WC8vhWleC.DEvKGgU4.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/WC8vhWleC.DEvKGgU4.mjs — 200 — 4.7 KiB — 108 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/RqOti9JtM.MJbDYXNX.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/RqOti9JtM.MJbDYXNX.mjs — 200 — 6.1 KiB — 121 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/FSQ7GrKYd.BksKbuXm.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/FSQ7GrKYd.BksKbuXm.mjs — 200 — 21.0 KiB — 135 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/CookiePreferences.CO3N-F-v.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/CookiePreferences.CO3N-F-v.mjs — 200 — 946 B — 107 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/ya3-jhfjrpHYVi99wJ44hqSECfGKi1WVQ0ba9IWkBDg.C8zUxL56.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/ya3-jhfjrpHYVi99wJ44hqSECfGKi1WVQ0ba9IWkBDg.C8zUxL56.mjs — 200 — 56.4 KiB — 153 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/W9IVJSXFl.BZSyu0mj.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/W9IVJSXFl.BZSyu0mj.mjs — 200 — 22.3 KiB — 134 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/viWFYbf3l.DCGvUlS0.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/viWFYbf3l.DCGvUlS0.mjs — 200 — 30.3 KiB — 137 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/CustomTimeline.BiN2Bez1.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/CustomTimeline.BiN2Bez1.mjs — 200 — 1.5 KiB — 111 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/k0Dk2Rc2Y.DNuwQQLc.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/k0Dk2Rc2Y.DNuwQQLc.mjs — 200 — 1.2 KiB — 111 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/UnOc9eSgH.0gyGurgZ.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/UnOc9eSgH.0gyGurgZ.mjs — 200 — 1.2 KiB — 110 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Tye04vwe1.Cg8vuGL4.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Tye04vwe1.Cg8vuGL4.mjs — 200 — 3.2 KiB — 106 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/T2CsDfbAg.C-JJ64Fj.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/T2CsDfbAg.C-JJ64Fj.mjs — 200 — 2.4 KiB — 111 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Ticker.29rP_TfZ.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/Ticker.29rP_TfZ.mjs — 200 — 5.1 KiB — 134 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/tU0N6OgQr.C90GjHhJ.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/tU0N6OgQr.C90GjHhJ.mjs — 200 — 7.6 KiB — 134 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/C_B3vEuG5.HFp5oD_3.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/C_B3vEuG5.HFp5oD_3.mjs — 200 — 5.9 KiB — 136 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/AKazhctuT.BwZv4cse.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/AKazhctuT.BwZv4cse.mjs — 200 — 89.4 KiB — 159 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/store.js@_1.0.ywcFExyo.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/store.js@_1.0.ywcFExyo.mjs — 200 — 1.3 KiB — 109 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/DemoForm.651iF3gb.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/DemoForm.651iF3gb.mjs — 200 — 1.1 KiB — 109 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/tq_ZFXqZp.lWK_gMWR.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/tq_ZFXqZp.lWK_gMWR.mjs — 200 — 2.1 KiB — 108 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/zOl2gzkVr.D5wmqeQW.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/zOl2gzkVr.D5wmqeQW.mjs — 200 — 6.4 KiB — 141 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/j9nuXVdAB.sbGghCht.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/j9nuXVdAB.sbGghCht.mjs — 200 — 1.2 KiB — 108 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/F_hBD8ruw.VpGzKhSN.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/F_hBD8ruw.VpGzKhSN.mjs — 200 — 2.2 KiB — 109 ms — h3https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/script_main.Bzrrxs37.mjsframerusercontent.com/sites/1fpo6nz... https://framerusercontent.com/sites/1fpo6nzurywULWgNxqBruQ/script_main.Bzrrxs37.mjs — 200 — 16.3 KiB — 164 ms — h3https://cdn3.optimizely.com/js/geo4.jscdn3.optimizely.com/js/geo4.js https://cdn3.optimizely.com/js/geo4.js — 200 — 320 B — 201 ms — h2https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.jscdn.mxpnl.com/libs/mixpanel-2-lates... https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js — 200 — 31.7 KiB — 158 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MRDR9SPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MRDR9SP — 200 — 173.5 KiB — 299 ms — h2data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datahttps://framerusercontent.com/assets/v6eZbzgEth8Leebqk8eQxltDlKQ.woff2framerusercontent.com/assets/v6eZbz... https://framerusercontent.com/assets/v6eZbzgEth8Leebqk8eQxltDlKQ.woff2 — 200 — 55.4 KiB — 28 ms — h3https://framerusercontent.com/assets/rEHnEvAsgbukh0QUeqSHBvG6PnI.woff2framerusercontent.com/assets/rEHnEv... https://framerusercontent.com/assets/rEHnEvAsgbukh0QUeqSHBvG6PnI.woff2 — 200 — 55.7 KiB — 28 ms — h3https://framerusercontent.com/assets/8K8wTfBIzzMXHg72z4VHnOIBNZk.woff2framerusercontent.com/assets/8K8wTf... https://framerusercontent.com/assets/8K8wTfBIzzMXHg72z4VHnOIBNZk.woff2 — 200 — 46.4 KiB — 24 ms — h3https://framer.com/edit/init.mjsframer.com/edit/init.mjs https://framer.com/edit/init.mjs — 200 — 3.6 KiB — 89 ms — h2https://app.framerstatic.com/chunk-ZJASEJTT.mjsapp.framerstatic.com/chunk-ZJASEJTT... https://app.framerstatic.com/chunk-ZJASEJTT.mjs — 200 — 3.1 KiB — 88 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 384 B — 68 ms — h2https://consent.trustarc.com/analytics?action=0&domain=9iv2en&implied=1&session=d3789bd94cae430dac6effd94e148661&new=1&referer=https://mixpanel.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=9iv2en&implied=1&session=d3789bd94cae430dac6effd94e148661&new=1&referer=https://mixpanel.com — 200 — 463 B — 72 ms — h2https://consent.trustarc.com/v2/consentcategories/getnonemptyindexes?cmId=9iv2en&referer=&fullURL=https%3A%2F%2Fmixpanel.com%2Fhome%2F&category=consent.trustarc.com/v2/consentcate... https://consent.trustarc.com/v2/consentcategories/getnonemptyindexes?cmId=9iv2en&referer=&fullURL=https%3A%2F%2Fmixpanel.com%2Fhome%2F&category= — 200 — 335 B — 51 ms — h2data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org…www.w3.org… data:image/svg+xml,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org…www.w3.org… data:image/svg+xml,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org… — 200 — 0 B — 0 ms — datahttps://consent.trustarc.com/analytics?action=1&domain=9iv2en&implied=1&session=d3789bd94cae430dac6effd94e148661&new=1&referer=https://mixpanel.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=1&domain=9iv2en&implied=1&session=d3789bd94cae430dac6effd94e148661&new=1&referer=https://mixpanel.com — 200 — 464 B — 43 ms — h2https://consent.trustarc.com/v2/asset/ic-error.svgconsent.trustarc.com/v2/asset/ic-er... https://consent.trustarc.com/v2/asset/ic-error.svg — 200 — 1.2 KiB — 25 ms — h2https://consent.trustarc.com/v2/asset/ic-close-white.svgconsent.trustarc.com/v2/asset/ic-cl... https://consent.trustarc.com/v2/asset/ic-close-white.svg — 200 — 1.7 KiB — 24 ms — h2https://consent.trustarc.com/v2/asset/ic-close.svgconsent.trustarc.com/v2/asset/ic-cl... https://consent.trustarc.com/v2/asset/ic-close.svg — 200 — 1.3 KiB — 27 ms — h2https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svgconsent.trustarc.com/v2/asset/trust... https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svg — 200 — 1.7 KiB — 36 ms — h2https://consent.trustarc.com/v2/asset/latin.woff2consent.trustarc.com/v2/asset/latin... https://consent.trustarc.com/v2/asset/latin.woff2 — 200 — 13.1 KiB — 39 ms — h2https://framerusercontent.com/images/SGlV1b9rprtzRQmCF5yznHCzQg.svg?width=1&height=249framerusercontent.com/images/SGlV1b... https://framerusercontent.com/images/SGlV1b9rprtzRQmCF5yznHCzQg.svg?width=1&height=249 — 200 — 903 B — 27 ms — h3https://www.googletagmanager.com/gtag/js?id=G-6NLLN3BJ6F&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6NLLN3BJ6F&cx=c&gtm=4e64f0 — 200 — 175.6 KiB — 118 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 73 B — 32 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&scrsrc=www.googletagmanager.com&rnd=1511544439.1776363033&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNTIxZG&_tu=CA&gtm=45He64f0v858797400za200zd858797400xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776363033343&tfd=2765pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&scrsrc=www.googletagmanager.com&rnd=1511544439.1776363033&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNTIxZG&_tu=CA&gtm=45He64f0v858797400za200zd858797400xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776363033343&tfd=2765 — 200 — 21 B — 139 ms — h3https://events.framer.com/anonymousevents.framer.com/anonymous https://events.framer.com/anonymous — 200 — 381 B — 200 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-1060727094&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1060727094&cx=c&gtm=4e64f0 — 200 — 144.7 KiB — 142 ms — h3https://framerusercontent.com/images/a4xoKYdwVP5A9yUo6k7AYtct5sQ.pngframerusercontent.com/images/a4xoKY... https://framerusercontent.com/images/a4xoKYdwVP5A9yUo6k7AYtct5sQ.png — 200 — 1.9 KiB — 34 ms — h3https://framer.com/edit?framerSiteId=9182c90cf86ebbd53e4259cc99201cc148f308b4d9fcab94d758e1f799b9d0a7&source=mixpanel.com&features=%7B%22editorBarDisableFrameAncestorsSecurity%22%3Afalse%2C%22onPageLocalizationSupport%22%3Atrue%2C%22onPageMoveTool%22%3Atrue%7D&loadStart=1776363032384framer.com/edit?framerSiteId=9182c9... https://framer.com/edit?framerSiteId=9182c90cf86ebbd53e4259cc99201cc148f308b4d9fcab94d758e1f799b9d0a7&source=mixpanel.com&features=%7B%22editorBarDisableFrameAncestorsSecurity%22%3Afalse%2C%22onPageLocalizationSupport%22%3Atrue%2C%22onPageMoveTool%22%3Atrue%7D&loadStart=1776363032384 — 200 — 1.8 KiB — 207 ms — h2https://framer.com/bootstrap.f36d8c8568749cee47e753c6547d66021bb77ea2.jsframer.com/bootstrap.f36d8c8568749c... https://framer.com/bootstrap.f36d8c8568749cee47e753c6547d66021bb77ea2.js — 200 — 1.4 KiB — 106 ms — h2https://app.framerstatic.com/chunk-VYDUMP4T.mjsapp.framerstatic.com/chunk-VYDUMP4T... https://app.framerstatic.com/chunk-VYDUMP4T.mjs — 200 — 1.5 KiB — 59 ms — h2https://app.framerstatic.com/chunk-HMF7T2NG.mjsapp.framerstatic.com/chunk-HMF7T2NG... https://app.framerstatic.com/chunk-HMF7T2NG.mjs — 200 — 1.4 KiB — 57 ms — h2https://app.framerstatic.com/chunk-2F5FSM3K.mjsapp.framerstatic.com/chunk-2F5FSM3K... https://app.framerstatic.com/chunk-2F5FSM3K.mjs — 200 — 877 B — 60 ms — h2https://app.framerstatic.com/chunk-AHQIRSXG.mjsapp.framerstatic.com/chunk-AHQIRSXG... https://app.framerstatic.com/chunk-AHQIRSXG.mjs — 200 — 2.3 KiB — 66 ms — h2https://app.framerstatic.com/editorbar.HZM5HIQ6.mjsapp.framerstatic.com/editorbar.HZM5... https://app.framerstatic.com/editorbar.HZM5HIQ6.mjs — 200 — 1.5 KiB — 62 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&scrsrc=www.googletagmanager.com&rnd=1511544439.1776363033&navt=n&npa=1&ep.ads_data_redaction=0&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45be64f0v9122995675z8858797400za20gzb858797400zd858797400xea&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=0&tids=AW-1060727094&tid=AW-1060727094&tft=1776363034487&tfd=3909pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&scrsrc=www.googletagmanager.com&rnd=1511544439.1776363033&navt=n&npa=1&ep.ads_data_redaction=0&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45be64f0v9122995675z8858797400za20gzb858797400zd858797400xea&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=0&tids=AW-1060727094&tid=AW-1060727094&tft=1776363034487&tfd=3909 — 200 — 21 B — 58 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-6NLLN3BJ6F&gtm=45je64f0v887435414z8858797400za20gzb858797400zd858797400&_p=1776363031327&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&ecid=526715999&_eu=AAAAAGA&_prs=wg&are=1&cid=2141306499.1776363034&ec_mode=a&frm=0&pscdl=denied&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117971173~118463262&sid=1776363033&sct=1&seg=0&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&dt=Mixpanel%3A%20AI%20Digital%20Analytics%20Platform%20for%20Product%20Teams&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=2&ep.simplified_url=mixpanel.com%2Fhome%2F&ep.hostname=mixpanel.com&ep.mpid=%24device%3Aee0f2966-e71d-465e-916e-5839485081f1&ep.debug_mode=false&up.mpid=%24device%3Aee0f2966-e71d-465e-916e-5839485081f1&tfd=3937region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6NLLN3BJ6F&gtm=45je64f0v887435414z8858797400za20gzb858797400zd858797400&_p=1776363031327&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&ecid=526715999&_eu=AAAAAGA&_prs=wg&are=1&cid=2141306499.1776363034&ec_mode=a&frm=0&pscdl=denied&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117971173~118463262&sid=1776363033&sct=1&seg=0&dl=https%3A%2F%2Fmixpanel.com%2Fhome%2F&dt=Mixpanel%3A%20AI%20Digital%20Analytics%20Platform%20for%20Product%20Teams&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=2&ep.simplified_url=mixpanel.com%2Fhome%2F&ep.hostname=mixpanel.com&ep.mpid=%24device%3Aee0f2966-e71d-465e-916e-5839485081f1&ep.debug_mode=false&up.mpid=%24device%3Aee0f2966-e71d-465e-916e-5839485081f1&tfd=3937 — 204 — 547 B — 87 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
81% of JavaScript execution is third-party
First-party Third-party 23381ms · 1018KB · €406/mo
framerusercontent.com
Other
Costly
Execution 13790ms
Transfer 49 KB
Unused 51%
Monthly Cost €239/mo
framerusercontent.com
Other
Costly
Execution 4653ms
Transfer 44 KB
Monthly Cost €81/mo
Unattributable
Other
Costly
Execution 2027ms
Transfer 0 KB
Monthly Cost €35/mo
consent.trustarc.com
Other
Costly
Execution 807ms
Transfer 7 KB
Monthly Cost €14/mo
Optimizely
A/B Testing
Costly
Execution 618ms
Transfer 219 KB
Unused 47%
Monthly Cost €11/mo
consent.trustarc.com
Other
Costly
Execution 363ms
Transfer 34 KB
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 347ms
Transfer 173 KB
Unused 38%
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 291ms
Transfer 145 KB
Unused 49%
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 227ms
Transfer 176 KB
Unused 35%
Monthly Cost €4/mo
framerusercontent.com
Other
Optional
Execution 136ms
Transfer 133 KB
Unused 53%
Monthly Cost €2/mo
Mixpanel
Analytics
Optional
Execution 70ms
Transfer 32 KB
Monthly Cost €1/mo
events.framer.com
Other
Optional
Execution 51ms
Transfer 8 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • framerusercontent.com adds 13790ms and costs ~€239/month
  • framerusercontent.com adds 4653ms and costs ~€81/month
  • Unattributable adds 2027ms and costs ~€35/month
  • consent.trustarc.com adds 807ms and costs ~€14/month
  • Optimizely adds 618ms and costs ~€11/month
  • consent.trustarc.com adds 363ms and costs ~€6/month
  • Google Tag Manager adds 347ms and costs ~€6/month
  • Google Tag Manager adds 291ms and costs ~€5/month
  • Google Tag Manager adds 227ms and costs ~€4/month

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

framerusercontent.com takes 13790ms 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 framerusercontent.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

framerusercontent.com takes 4653ms 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 2027ms 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

consent.trustarc.com takes 807ms 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

Optimizely takes 618ms 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

consent.trustarc.com takes 363ms 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

Google Tag Manager takes 347ms 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

Google Tag Manager takes 291ms 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

Google Tag Manager takes 227ms 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

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