Skip to content
https://stripe.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
5
REVIEW
7
PASS
8
INFO
3

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

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

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

2.78 s

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

6.18 s

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

89.30 s

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

0.000

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

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

119.94 s

Page Load Progression

1.5 s
2.9 s
4.4 s
5.9 s
7.3 s
8.8 s
10.3 s
11.7 s
Checks
23
8 PASS 7 REVIEW 5 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 170 requests
FIX
2.4 MB transferred, 170 requests
Info::
Page weighs 8.6 MB (2.4 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Warning::
170 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
170 requests
0.50 g CO2 per page load
JavaScript 1.8 MiB 77%
Images 224.6 KiB 9%
HTML 167.9 KiB 7%
Fonts 69.6 KiB 3%
CSS 57.3 KiB 2%
Other 22.4 KiB 1%
Other 12.1 KiB 0%
Other 1.6 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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
93% third-party, 0 ms blocking
FIX
93% third-party, 0 ms blocking
Warning::
Third-party code accounts for 93% of page weight (2.2 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
First-party Third-party
F
JS Execution Cost
Action
128131ms total JS execution
FIX
128131ms total JS execution
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 116688ms CPU time
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 3413ms CPU time
Warning::
Unattributable: 2608ms CPU time
Warning::
https://stripe.com/: 2252ms CPU time
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 1006ms CPU time
Warning::
Third-party scripts: 125879ms (98% of total)

Main Thread Breakdown

Other 90% Script Evaluation 5%
ScriptTotalScriptingParse/CompileParty
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/50582.fb4a3d13071d1490.js116688ms2421ms12ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/framework-bfbcaa5a2903bc7d.js3413ms2218ms43ms3rd
Unattributable2608ms141ms0ms3rd
https://stripe.com/2252ms14ms1ms1st
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/_app-dd735f07021249cc.js1006ms612ms319ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/index-b09b2ca44f5e5ddc.js602ms390ms130ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/46687.21608bbbc5586ea3.js385ms233ms6ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/81888-44c041869848e4ee.js271ms249ms9ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/38484-72a8319f943b4083.js266ms15ms3ms3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/main-df8f4439c330196b.js195ms165ms29ms3rd

Showing top 10 of 13 scripts

D
Page Weight Inventory
Action
170 resources · 2.4 MB · 219 KB savings available
FIX
170 resources · 2.4 MB · 219 KB savings available
Warning::
Page weight 2.4 MB exceeds 1 MB target by 1.4 MB
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~219 KB of savings available
Warning::
163 third-party resources (93% of weight)
Info::
2 resources over 200KB
170 resources · 2.4 MiB · 163 third-party 1.4 MiB over 1MB target
JavaScript 77% · 1.8 MiB
Image 10% · 241.1 KiB
Document 7% · 171.9 KiB
Font 3% · 69.6 KiB
CSS 2% · 57.3 KiB
Other 1% · 14.5 KiB

~218.9 KiB of savings available

Remove unused JavaScript: 218.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

B
Image Optimization
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 225 KB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
101 scripts, 219 KB unused
REVIEW
101 scripts, 219 KB unused
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 106 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 71 KB unused (21%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://b.stripecdn.com/mkt-ssr-statics/assets/_ne...: 42 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 219 KB
219 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/index-b09b2ca44f5e5ddc.js234 KB106 KB (45%)3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/_app-dd735f07021249cc.js339 KB71 KB (21%)3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/c67c952e-7f65a464f661b1d2.js56 KB42 KB (76%)3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/2791.83aa5fb914de3e9d.js1 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/15263.83460f5b8af8173e.js1 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/34552.fae148eb6b06113b.js2 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/76629.396a50238922b152.js2 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96201.b69ca6d7416f24b0.js3 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/77723.dd3ba52791b41cc0.js2 KB3rd
https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96550.6f7488d7e4331269.js1 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

2

70 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.8 s LCP 6.2 shttps://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2Sohne.cb178166.woff2 https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2 — 57.6 KiB — 31 ms — font-display: swaphttps://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2SourceCodePro-Medium.f5... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2 — 12.0 KiB — 24 ms — font-display: swap
Sohne.cb178166.woff2 woff2 swap
Size 58 KB
Load time 31 ms
Start 91 ms
Risk FOUT — text flashes from fallback to web font
SourceCodePro-Medium.f5... woff2 swap
Size 12 KB
Load time 24 ms
Start 91 ms
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
23 hints, 0 missing preconnects
PASS
23 hints, 0 missing preconnects
Info::
Page uses 23 resource hint(s)

Current Resource Hints

preconnect
6
preload
+2
12
dns-prefetch
5
prefetch

23 resource hints configured

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
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
Network Waterfall
170 requests over 6718ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.8 s LCP 6.2 shttps://stripe.com// https://stripe.com/ — 200 — 164.0 KiB — 64 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2b.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2 — 200 — 57.6 KiB — 31 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2b.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2 — 200 — 12.0 KiB — 24 ms — h2https://images.stripeassets.com/fzn2n1nzq965/18ArQFiazlljjIKGV0OnTb/2e15cabc1c905bb65e7de2678d3b60a9/wave-fallback-mobile.png?w=1248&fm=webp&q=60images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/18ArQFiazlljjIKGV0OnTb/2e15cabc1c905bb65e7de2678d3b60a9/wave-fallback-mobile.png?w=1248&fm=webp&q=60 — 200 — 45.6 KiB — 78 ms — h2https://images.stripeassets.com/fzn2n1nzq965/5DrmXrFYpKk43Kj0I1MXQr/287b3c2a13ae8d4d7d0bf8305037de4e/palette.png?fm=webp&q=95images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/5DrmXrFYpKk43Kj0I1MXQr/287b3c2a13ae8d4d7d0bf8305037de4e/palette.png?fm=webp&q=95 — 200 — 11.6 KiB — 46 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/f4882a34561e5dbb.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/f4882a34561e5dbb.css — 200 — 833 B — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/9783a0f920ab0abb.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/9783a0f920ab0abb.css — 200 — 6.3 KiB — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/57f8c646aef0b9c7.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/57f8c646aef0b9c7.css — 200 — 3.5 KiB — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/a11fd5697c32b98a.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/a11fd5697c32b98a.css — 200 — 33.1 KiB — 27 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/45ea3c6577ef6a50.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/45ea3c6577ef6a50.css — 200 — 8.8 KiB — 25 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/5ac76ef56c21b7fe.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/5ac76ef56c21b7fe.css — 200 — 4.9 KiB — 25 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/2791.83aa5fb914de3e9d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/2791.83aa5fb914de3e9d.js — 200 — 1.0 KiB — 120 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/15263.83460f5b8af8173e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/15263.83460f5b8af8173e.js — 200 — 1.0 KiB — 118 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/34552.fae148eb6b06113b.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/34552.fae148eb6b06113b.js — 200 — 2.2 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/76629.396a50238922b152.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/76629.396a50238922b152.js — 200 — 1.5 KiB — 155 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96201.b69ca6d7416f24b0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96201.b69ca6d7416f24b0.js — 200 — 2.9 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/77723.dd3ba52791b41cc0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/77723.dd3ba52791b41cc0.js — 200 — 1.5 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96550.6f7488d7e4331269.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96550.6f7488d7e4331269.js — 200 — 1.3 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90167.4103b51af0a095b1.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90167.4103b51af0a095b1.js — 200 — 2.1 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12303.cbfd64dcc7cf7100.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12303.cbfd64dcc7cf7100.js — 200 — 1.4 KiB — 115 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/26610.3de3ba4fcdbc5c38.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/26610.3de3ba4fcdbc5c38.js — 200 — 1.5 KiB — 115 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/45402.17f4152a5b632314.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/45402.17f4152a5b632314.js — 200 — 1.8 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24559.5b18d758fe1e63c7.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24559.5b18d758fe1e63c7.js — 200 — 1.4 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/13956.1a44ca5c0dc36ae3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/13956.1a44ca5c0dc36ae3.js — 200 — 1.3 KiB — 110 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42977.fed8892d9b670f89.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42977.fed8892d9b670f89.js — 200 — 915 B — 110 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/53817.41e05ba1b3446007.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/53817.41e05ba1b3446007.js — 200 — 1.5 KiB — 113 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/79982.3b88455c414a7bfe.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/79982.3b88455c414a7bfe.js — 200 — 1.2 KiB — 113 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/10648.e776ad5ab3e19057.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/10648.e776ad5ab3e19057.js — 200 — 1.1 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82792.46f95ea7b23ac1a3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82792.46f95ea7b23ac1a3.js — 200 — 1.8 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/92990.46ff2fd0e9076cf0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/92990.46ff2fd0e9076cf0.js — 200 — 1.3 KiB — 114 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.8 s LCP 6.2 shttps://stripe.com// https://stripe.com/ — 200 — 164.0 KiB — 64 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2b.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/Sohne.cb178166.woff2 — 200 — 57.6 KiB — 31 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2b.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/media/SourceCodePro-Medium.f5ba3e6a.woff2 — 200 — 12.0 KiB — 24 ms — h2https://images.stripeassets.com/fzn2n1nzq965/18ArQFiazlljjIKGV0OnTb/2e15cabc1c905bb65e7de2678d3b60a9/wave-fallback-mobile.png?w=1248&fm=webp&q=60images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/18ArQFiazlljjIKGV0OnTb/2e15cabc1c905bb65e7de2678d3b60a9/wave-fallback-mobile.png?w=1248&fm=webp&q=60 — 200 — 45.6 KiB — 78 ms — h2https://images.stripeassets.com/fzn2n1nzq965/5DrmXrFYpKk43Kj0I1MXQr/287b3c2a13ae8d4d7d0bf8305037de4e/palette.png?fm=webp&q=95images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/5DrmXrFYpKk43Kj0I1MXQr/287b3c2a13ae8d4d7d0bf8305037de4e/palette.png?fm=webp&q=95 — 200 — 11.6 KiB — 46 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/f4882a34561e5dbb.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/f4882a34561e5dbb.css — 200 — 833 B — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/9783a0f920ab0abb.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/9783a0f920ab0abb.css — 200 — 6.3 KiB — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/57f8c646aef0b9c7.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/57f8c646aef0b9c7.css — 200 — 3.5 KiB — 18 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/a11fd5697c32b98a.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/a11fd5697c32b98a.css — 200 — 33.1 KiB — 27 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/45ea3c6577ef6a50.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/45ea3c6577ef6a50.css — 200 — 8.8 KiB — 25 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/5ac76ef56c21b7fe.cssb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/css/5ac76ef56c21b7fe.css — 200 — 4.9 KiB — 25 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/2791.83aa5fb914de3e9d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/2791.83aa5fb914de3e9d.js — 200 — 1.0 KiB — 120 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/15263.83460f5b8af8173e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/15263.83460f5b8af8173e.js — 200 — 1.0 KiB — 118 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/34552.fae148eb6b06113b.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/34552.fae148eb6b06113b.js — 200 — 2.2 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/76629.396a50238922b152.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/76629.396a50238922b152.js — 200 — 1.5 KiB — 155 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96201.b69ca6d7416f24b0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96201.b69ca6d7416f24b0.js — 200 — 2.9 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/77723.dd3ba52791b41cc0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/77723.dd3ba52791b41cc0.js — 200 — 1.5 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96550.6f7488d7e4331269.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96550.6f7488d7e4331269.js — 200 — 1.3 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90167.4103b51af0a095b1.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90167.4103b51af0a095b1.js — 200 — 2.1 KiB — 119 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12303.cbfd64dcc7cf7100.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12303.cbfd64dcc7cf7100.js — 200 — 1.4 KiB — 115 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/26610.3de3ba4fcdbc5c38.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/26610.3de3ba4fcdbc5c38.js — 200 — 1.5 KiB — 115 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/45402.17f4152a5b632314.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/45402.17f4152a5b632314.js — 200 — 1.8 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24559.5b18d758fe1e63c7.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24559.5b18d758fe1e63c7.js — 200 — 1.4 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/13956.1a44ca5c0dc36ae3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/13956.1a44ca5c0dc36ae3.js — 200 — 1.3 KiB — 110 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42977.fed8892d9b670f89.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42977.fed8892d9b670f89.js — 200 — 915 B — 110 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/53817.41e05ba1b3446007.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/53817.41e05ba1b3446007.js — 200 — 1.5 KiB — 113 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/79982.3b88455c414a7bfe.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/79982.3b88455c414a7bfe.js — 200 — 1.2 KiB — 113 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/10648.e776ad5ab3e19057.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/10648.e776ad5ab3e19057.js — 200 — 1.1 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82792.46f95ea7b23ac1a3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82792.46f95ea7b23ac1a3.js — 200 — 1.8 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/92990.46ff2fd0e9076cf0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/92990.46ff2fd0e9076cf0.js — 200 — 1.3 KiB — 114 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/86467.d924a26a13940f4d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/86467.d924a26a13940f4d.js — 200 — 709 B — 125 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/83316.2d4c534f14716a88.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/83316.2d4c534f14716a88.js — 200 — 1.2 KiB — 126 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/48158.13de208e4f503036.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/48158.13de208e4f503036.js — 200 — 806 B — 126 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/41485.c80134e97ad98903.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/41485.c80134e97ad98903.js — 200 — 1.4 KiB — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/39813.b415e65e709c0a35.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/39813.b415e65e709c0a35.js — 200 — 924 B — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/81622.ee3fedce3233c578.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/81622.ee3fedce3233c578.js — 200 — 1.2 KiB — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/50710.befec694e53df05f.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/50710.befec694e53df05f.js — 200 — 1003 B — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/70111.4a9081fa5e08fa2d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/70111.4a9081fa5e08fa2d.js — 200 — 1.7 KiB — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/87494.78d0914d22eefda0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/87494.78d0914d22eefda0.js — 200 — 1.1 KiB — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/11740.e1f0616425c20e70.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/11740.e1f0616425c20e70.js — 200 — 1.7 KiB — 127 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/99568.8881a151804c89bd.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/99568.8881a151804c89bd.js — 200 — 1.8 KiB — 128 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/72671.ca5ed11ffd75aac9.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/72671.ca5ed11ffd75aac9.js — 200 — 1.4 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/69145.f19e40de79be702e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/69145.f19e40de79be702e.js — 200 — 1.4 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/48661.a57e02e839fecd13.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/48661.a57e02e839fecd13.js — 200 — 2.2 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24926.bd4cc18d62586f60.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/24926.bd4cc18d62586f60.js — 200 — 1.5 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/93027.249adbfe02a2ea95.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/93027.249adbfe02a2ea95.js — 200 — 845 B — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/4974.02a5d8bc0b5e0863.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/4974.02a5d8bc0b5e0863.js — 200 — 1.1 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/46537.50651df30a8c5fa4.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/46537.50651df30a8c5fa4.js — 200 — 2.1 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42560.d6bdb7e42237de67.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/42560.d6bdb7e42237de67.js — 200 — 4.2 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/16769.3ad7652c9d10fd9e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/16769.3ad7652c9d10fd9e.js — 200 — 2.3 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/36766.f8478232cd8b3aed.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/36766.f8478232cd8b3aed.js — 200 — 1.1 KiB — 157 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/webpack-07086fc1ac3fae4f.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/webpack-07086fc1ac3fae4f.js — 200 — 23.5 KiB — 156 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/framework-bfbcaa5a2903bc7d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/framework-bfbcaa5a2903bc7d.js — 200 — 41.9 KiB — 164 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/main-df8f4439c330196b.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/main-df8f4439c330196b.js — 200 — 32.4 KiB — 162 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/_app-dd735f07021249cc.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/_app-dd735f07021249cc.js — 200 — 339.5 KiB — 274 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/3dfade9e-4ca93d92ac876e62.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/3dfade9e-4ca93d92ac876e62.js — 200 — 15.7 KiB — 173 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/c67c952e-7f65a464f661b1d2.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/c67c952e-7f65a464f661b1d2.js — 200 — 56.1 KiB — 215 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/55369f66-92e84f6aba0a73a8.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/55369f66-92e84f6aba0a73a8.js — 200 — 68.1 KiB — 250 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/74107-1c2d3128a7a843d6.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/74107-1c2d3128a7a843d6.js — 200 — 12.0 KiB — 248 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12267-692ae55ed1c1ab04.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12267-692ae55ed1c1ab04.js — 200 — 12.7 KiB — 248 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96834-6100e9cdf9c86a29.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/96834-6100e9cdf9c86a29.js — 200 — 21.2 KiB — 184 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/61049-92938bfaa4e906a3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/61049-92938bfaa4e906a3.js — 200 — 3.1 KiB — 184 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/83686-faac451816184ca8.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/83686-faac451816184ca8.js — 200 — 4.9 KiB — 184 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/35546-d53e02f8a917cfc0.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/35546-d53e02f8a917cfc0.js — 200 — 2.3 KiB — 184 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/8542-04671882bfe8d457.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/8542-04671882bfe8d457.js — 200 — 2.3 KiB — 184 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/80147-1c94f9a864388575.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/80147-1c94f9a864388575.js — 200 — 3.1 KiB — 197 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/9068-1891de298255d55e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/9068-1891de298255d55e.js — 200 — 5.7 KiB — 197 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/25586-b7b925806d71fbf2.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/25586-b7b925806d71fbf2.js — 200 — 4.7 KiB — 198 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12142-a5c1e2ae95f0a4e8.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/12142-a5c1e2ae95f0a4e8.js — 200 — 4.6 KiB — 199 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/59752-9df4d426a95fb11e.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/59752-9df4d426a95fb11e.js — 200 — 12.8 KiB — 201 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/87258-47bca02539d60182.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/87258-47bca02539d60182.js — 200 — 10.9 KiB — 238 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/4066-55c18fec3ae147f2.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/4066-55c18fec3ae147f2.js — 200 — 4.2 KiB — 211 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/38484-72a8319f943b4083.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/38484-72a8319f943b4083.js — 200 — 8.9 KiB — 226 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/58159-c5fc2224cc9696c9.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/58159-c5fc2224cc9696c9.js — 200 — 7.1 KiB — 220 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/81888-44c041869848e4ee.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/81888-44c041869848e4ee.js — 200 — 18.2 KiB — 227 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/86782-e77479c0a263fec5.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/86782-e77479c0a263fec5.js — 200 — 5.2 KiB — 219 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/20961-3fd665138427a22a.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/20961-3fd665138427a22a.js — 200 — 4.6 KiB — 241 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/63328-9e9e8032d49a619d.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/63328-9e9e8032d49a619d.js — 200 — 6.5 KiB — 226 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/index-b09b2ca44f5e5ddc.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/pages/index-b09b2ca44f5e5ddc.js — 200 — 234.0 KiB — 263 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/KNSAIlryA3/GyZCO5RR273qVcKsFZb3MjK%2B4om6wLaY%3D/_buildManifest.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/KNSAIlryA3/GyZCO5RR273qVcKsFZb3MjK%2B4om6wLaY%3D/_buildManifest.js — 200 — 2.3 KiB — 251 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/KNSAIlryA3/GyZCO5RR273qVcKsFZb3MjK%2B4om6wLaY%3D/_ssgManifest.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/KNSAIlryA3/GyZCO5RR273qVcKsFZb3MjK%2B4om6wLaY%3D/_ssgManifest.js — 200 — 413 B — 252 ms — h3https://images.stripeassets.com/fzn2n1nzq965/m9HBEK464p46FeNIhs2PV/f5054a93c8a0a6aabdd1c47675d610ae/wave_crop.jpg?w=816&fm=webp&q=80images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/m9HBEK464p46FeNIhs2PV/f5054a93c8a0a6aabdd1c47675d610ae/wave_crop.jpg?w=816&fm=webp&q=80 — 200 — 15.3 KiB — 102 ms — h2https://images.stripeassets.com/fzn2n1nzq965/2hmAf1AbLIejlWrAYU4iiK/cf0f4918753c76d8e37782e084d16320/map_dots.pngimages.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/2hmAf1AbLIejlWrAYU4iiK/cf0f4918753c76d8e37782e084d16320/map_dots.png — 200 — 71.8 KiB — 6 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/PrivacyCompliance.html?id=73a549a1-1ec2-4832-a764-3268a0e3e46c&origin=https%3A%2F%2Fstripe.comb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/PrivacyCompliance.html?id=73a549a1-1ec2-4832-a764-3268a0e3e46c&origin=https%3A%2F%2Fstripe.com — 200 — 1.0 KiB — 17 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/vendors~AddressAutocomplete~AffirmInContext~AfterpayInContext~AmazonPayButton~ApplePay~Arkose~Arkose~daedefc0.dbeca930e1d74334cc68.bundle.jsb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/vendors~AddressAutocomplete~AffirmInContext~AfterpayInContext~AmazonPayButton~ApplePay~Arkose~Arkose~daedefc0.dbeca930e1d74334cc68.bundle.js — 200 — 23.1 KiB — 9 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/PrivacyCompliance.3055b2101c9663bcb27e.bundle.jsb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/PrivacyCompliance.3055b2101c9663bcb27e.bundle.js — 200 — 3.4 KiB — 9 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82954.e99b34ee9139ef41.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/82954.e99b34ee9139ef41.js — 200 — 1.5 KiB — 4 ms — h3https://stripe.com/_workers/_next/static/chunks/dotGeneration.worker.bf20e833.js/_workers/_next/static/chunks/dotGe... https://stripe.com/_workers/_next/static/chunks/dotGeneration.worker.bf20e833.js — 200 — 2.8 KiB — 216 ms — h2https://stripe.com/notifications?as=json/notifications?as=json https://stripe.com/notifications?as=json — 200 — 2.8 KiB — 112 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/46687.21608bbbc5586ea3.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/46687.21608bbbc5586ea3.js — 200 — 6.6 KiB — 4 ms — h3https://stripe.com/_workers/_next/static/chunks/waveGeometry.worker.07101200.js/_workers/_next/static/chunks/waveG... https://stripe.com/_workers/_next/static/chunks/waveGeometry.worker.07101200.js — 200 — 2.8 KiB — 80 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/50582.fb4a3d13071d1490.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/50582.fb4a3d13071d1490.js — 200 — 22.4 KiB — 11 ms — h3https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90968.e05d519782f3c5ae.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/90968.e05d519782f3c5ae.js — 200 — 4.5 KiB — 5 ms — h3https://images.stripeassets.com/fzn2n1nzq965/1Vf8oT9Fm6dEwpnEx5PgK1/055956f38d7fd8b0cc7419692ef29778/bento-terminal.png?w=616&fm=webp&q=90images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/1Vf8oT9Fm6dEwpnEx5PgK1/055956f38d7fd8b0cc7419692ef29778/bento-terminal.png?w=616&fm=webp&q=90 — 200 — 68.3 KiB — 16 ms — h2https://images.stripeassets.com/fzn2n1nzq965/6BTjJGdjfGVA8brPwj7p3M/fcf084ff85142366e118fe85ee78b632/payments-electric-kettle.jpg?w=160&fm=webp&q=90images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/6BTjJGdjfGVA8brPwj7p3M/fcf084ff85142366e118fe85ee78b632/payments-electric-kettle.jpg?w=160&fm=webp&q=90 — 200 — 1.7 KiB — 13 ms — h2https://images.stripeassets.com/fzn2n1nzq965/5Dr3Oc550drIrxyzzXgFbq/f6e4fb0b8b4b40d73e94fdf7c9bc7028/payments-hoodie.jpg?w=160&fm=webp&q=90images.stripeassets.com/fzn2n1nzq96... https://images.stripeassets.com/fzn2n1nzq965/5Dr3Oc550drIrxyzzXgFbq/f6e4fb0b8b4b40d73e94fdf7c9bc7028/payments-hoodie.jpg?w=160&fm=webp&q=90 — 200 — 1.7 KiB — 15 ms — h2https://assets.stripeassets.com/fzn2n1nzq965/nu0iR4KqmkdJ52fgRts09/c3a10df318e7ffb1f516073daadea625/favicon.icoassets.stripeassets.com/fzn2n1nzq96... https://assets.stripeassets.com/fzn2n1nzq965/nu0iR4KqmkdJ52fgRts09/c3a10df318e7ffb1f516073daadea625/favicon.ico — 200 — 15.3 KiB — 11 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/GoogleTagManager.html?id=cb316c9a-e5a7-4e7f-83cb-441fbfa0d180&origin=https%3A%2F%2Fstripe.comb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/GoogleTagManager.html?id=cb316c9a-e5a7-4e7f-83cb-441fbfa0d180&origin=https%3A%2F%2Fstripe.com — 200 — 1.9 KiB — 7 ms — h3https://stripe.com/source-attribution/imt.js/source-attribution/imt.js https://stripe.com/source-attribution/imt.js — 307 — 2.9 KiB — 88 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/vendors~AddressAutocomplete~AffirmInContext~AfterpayInContext~AmazonPayButton~ApplePay~Arkose~Arkose~daedefc0.dbeca930e1d74334cc68.bundle.jsb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/vendors~AddressAutocomplete~AffirmInContext~AfterpayInContext~AmazonPayButton~ApplePay~Arkose~Arkose~daedefc0.dbeca930e1d74334cc68.bundle.js — 200 — 0 B — 0 ms — h2https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/GoogleTagManager.959ed2f026d99ba56a9f.bundle.jsb.stripecdn.com/stripethirdparty-sr... https://b.stripecdn.com/stripethirdparty-srv/assets/v32.1/GoogleTagManager.959ed2f026d99ba56a9f.bundle.js — 200 — 3.7 KiB — 9 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WK8882Twww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WK8882T — 200 — 178.0 KiB — 118 ms — h2https://stripe.com/cookie-settings/enforcement-mode/cookie-settings/enforcement-mode https://stripe.com/cookie-settings/enforcement-mode — 200 — 2.8 KiB — 89 ms — h2https://b.stripecdn.com/mkt-statics-srv/assets/imt-ddec8801231ea28460b0d700ab127848.jsb.stripecdn.com/mkt-statics-srv/ass... https://b.stripecdn.com/mkt-statics-srv/assets/imt-ddec8801231ea28460b0d700ab127848.js — 200 — 17.6 KiB — 7 ms — h3https://stripe.com/cookie-settings/enforcement-mode/cookie-settings/enforcement-mode https://stripe.com/cookie-settings/enforcement-mode — 200 — 2.8 KiB — 118 ms — h2https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/36322.1afe8adb9afbca38.jsb.stripecdn.com/mkt-ssr-statics/ass... https://b.stripecdn.com/mkt-ssr-statics/assets/_next/static/chunks/36322.1afe8adb9afbca38.js — 200 — 2.8 KiB — 4 ms — h3https://r.stripe.com/0r.stripe.com/0 https://r.stripe.com/0 — 200 — 211 B — 134 ms — h2https://r.stripe.com/0r.stripe.com/0 https://r.stripe.com/0 — 200 — 210 B — 133 ms — h2https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&title=Stripe%20%7C%20Financial%20Infrastructure%20to%20Grow%20Your%20Revenue&mkt_path=%2F&from_mkt_srv=true&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&viewed_name=home&event=home.viewed&event_count=1&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_1&privacy_consent_loaded=true&privacy_consent_advertising=true&privacy_consent_functional=trueq.stripe.com/?cid=e501185b-48dc-a85... https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&title=Stripe%20%7C%20Financial%20Infrastructure%20to%20Grow%20Your%20Revenue&mkt_path=%2F&from_mkt_srv=true&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&viewed_name=home&event=home.viewed&event_count=1&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_1&privacy_consent_loaded=true&privacy_consent_advertising=true&privacy_consent_functional=true — 200 — 287 B — 202 ms — h2https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&title=Stripe%20%7C%20Financial%20Infrastructure%20to%20Grow%20Your%20Revenue&mkt_path=%2F&fromMktSrv=true&experimentId=wpp_react_homepage_aa&variantId=treatment&arbId=de4fed8a-689e-6495-5dd2-c323b4c6e268&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&action_name=experiment_exposed&viewed_name=home&event=experiment_exposed.action&event_count=2&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_2&privacy_consent_loaded=true&privacy_consent_advertising=true&privacy_consent_functional=trueq.stripe.com/?cid=e501185b-48dc-a85... https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&title=Stripe%20%7C%20Financial%20Infrastructure%20to%20Grow%20Your%20Revenue&mkt_path=%2F&fromMktSrv=true&experimentId=wpp_react_homepage_aa&variantId=treatment&arbId=de4fed8a-689e-6495-5dd2-c323b4c6e268&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&action_name=experiment_exposed&viewed_name=home&event=experiment_exposed.action&event_count=2&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_2&privacy_consent_loaded=true&privacy_consent_advertising=true&privacy_consent_functional=true — 200 — 286 B — 205 ms — h2https://q.stripe.com/csp-reportq.stripe.com/csp-report https://q.stripe.com/csp-report — 200 — 154 B — 250 ms — h2https://www.googletagmanager.com/gtag/js?id=G-SEKFWD1C9J&cx=c&gtm=4e6560h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SEKFWD1C9J&cx=c&gtm=4e6560h2 — 200 — 173.2 KiB — 229 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-848119022&cx=c&gtm=4e6560h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-848119022&cx=c&gtm=4e6560h2 — 200 — 146.4 KiB — 160 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 65 ms — h2https://munchkin.marketo.net/156/munchkin.jsmunchkin.marketo.net/156/munchkin.j... https://munchkin.marketo.net/156/munchkin.js — 200 — 4.6 KiB — 36 ms — http/1.1https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 50 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 132 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 128 ms — h2https://tag.flvcdn.net/lytag.jstag.flvcdn.net/lytag.js https://tag.flvcdn.net/lytag.js — 200 — 9.5 KiB — 104 ms — h2https://s.yimg.jp/images/listing/tool/cv/ytag.jss.yimg.jp/images/listing/tool/cv/yt... https://s.yimg.jp/images/listing/tool/cv/ytag.js — 200 — 11.8 KiB — 1.0 s — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 112 ms — h2https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.7 KiB — 81 ms — h3https://s.ml-attr.com/getuid?https%3a%2f%2fattr.ml-api.io%2f%3fdomain%3dstripe.com%26pId%3d%24UIDs.ml-attr.com/getuid?https%3a%2f%2f... https://s.ml-attr.com/getuid?https%3a%2f%2fattr.ml-api.io%2f%3fdomain%3dstripe.com%26pId%3d%24UID — -1 — 0 B — 269 ms — https://tag.demandbase.com/e5737616348cbfe8.min.jstag.demandbase.com/e5737616348cbfe8... https://tag.demandbase.com/e5737616348cbfe8.min.js — 200 — 18.5 KiB — 120 ms — h2https://px.ads.linkedin.com/collect/?pid=332772&url=https://stripe.com/&fmt=gifpx.ads.linkedin.com/collect/?pid=33... https://px.ads.linkedin.com/collect/?pid=332772&url=https://stripe.com/&fmt=gif — 302 — 709 B — 600 ms — h2https://q.quora.com/_/ad/8a924fea65514ffb9467da930d0acaca/pixel?tag=ViewContentq.quora.com/_/ad/8a924fea65514ffb94... https://q.quora.com/_/ad/8a924fea65514ffb9467da930d0acaca/pixel?tag=ViewContent — 200 — 344 B — 128 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=2&ae=g&en=page_view&dr=stripe.com&dl=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html&top=https%3A%2F%2Fstripe.com%2F&scrsrc=www.googletagmanager.com&rnd=284290673.1778169233&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He6560h2v838837448za200zd838837448xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~116363098~118463262&apve=1&apvf=f&apvc=1&tft=1778169233086&tfd=664www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=2&ae=g&en=page_view&dr=stripe.com&dl=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html&top=https%3A%2F%2Fstripe.com%2F&scrsrc=www.googletagmanager.com&rnd=284290673.1778169233&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He6560h2v838837448za200zd838837448xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~116363098~118463262&apve=1&apvf=f&apvc=1&tft=1778169233086&tfd=664 — 200 — 21 B — 316 ms — h3https://www.facebook.com/tr?id=742650679237989&dl=https://stripe.com/?auth=0&ev=PageView&dpo=LDU&dpoco=0&dpost=0www.facebook.com/tr?id=742650679237... https://www.facebook.com/tr?id=742650679237989&dl=https://stripe.com/?auth=0&ev=PageView&dpo=LDU&dpoco=0&dpost=0 — 200 — 19 B — 39 ms — h3https://b91.yahoo.co.jp/pagead/conversion/1001232614/?value=1&label=w1MyCIyE1qMDEJ-9xbEo&guid=ON&script=0&disvt=trueb91.yahoo.co.jp/pagead/conversion/1... https://b91.yahoo.co.jp/pagead/conversion/1001232614/?value=1&label=w1MyCIyE1qMDEJ-9xbEo&guid=ON&script=0&disvt=true — 200 — 655 B — 1.2 s — http/1.1https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=a4094b8a-9d07-4623-9ace-77efbe4961a1&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=1afba69a-543f-42de-a400-44a5664edcda&tw_document_href=https%3A%2F%2Fstripe.com%2F&tw_document_referrer=https%3A%2F%2Fstripe.com%2F&tw_iframe_status=1&tw_pid_src=1&twpid=tw.1778169233160.267781115524217260&txn_id=o5ygk&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=a4094b8a-9d07-4623-9ace-77efbe4961a1&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=1afba69a-543f-42de-a400-44a5664edcda&tw_document_href=https%3A%2F%2Fstripe.com%2F&tw_document_referrer=https%3A%2F%2Fstripe.com%2F&tw_iframe_status=1&tw_pid_src=1&twpid=tw.1778169233160.267781115524217260&txn_id=o5ygk&type=javascript&version=2.3.53 — 200 — 661 B — 340 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=a4094b8a-9d07-4623-9ace-77efbe4961a1&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=1afba69a-543f-42de-a400-44a5664edcda&tw_document_href=https%3A%2F%2Fstripe.com%2F&tw_document_referrer=https%3A%2F%2Fstripe.com%2F&tw_iframe_status=1&tw_pid_src=1&twpid=tw.1778169233160.267781115524217260&txn_id=o5ygk&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=a4094b8a-9d07-4623-9ace-77efbe4961a1&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=1afba69a-543f-42de-a400-44a5664edcda&tw_document_href=https%3A%2F%2Fstripe.com%2F&tw_document_referrer=https%3A%2F%2Fstripe.com%2F&tw_iframe_status=1&tw_pid_src=1&twpid=tw.1778169233160.267781115524217260&txn_id=o5ygk&type=javascript&version=2.3.53 — 200 — 1006 B — 186 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_pid=lp1a8un&ttd_tpi=1&ttd_passthrough=site%3dstripe.commatch.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=lp1a8un&ttd_tpi=1&ttd_passthrough=site%3dstripe.com — 302 — 345 B — 149 ms — h2https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 115 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 793 B — 87 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/848119022/?random=1778169233309&cv=11&fst=1778169233309&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&u_w=800&u_h=600&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&ref=https%3A%2F%2Fstripe.com%2F&top=https%3A%2F%2Fstripe.com%2F&rcb=4&frm=2&hn=www.googleadservices.com&npa=0&pscdl=noapi&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=Linux&uapv=&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/848119022/?random=1778169233309&cv=11&fst=1778169233309&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&u_w=800&u_h=600&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&ref=https%3A%2F%2Fstripe.com%2F&top=https%3A%2F%2Fstripe.com%2F&rcb=4&frm=2&hn=www.googleadservices.com&npa=0&pscdl=noapi&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=Linux&uapv=&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 61 B — 50 ms — h3https://www.google.com/rmkt/collect/848119022/?random=1778169233309&cv=11&fst=1778169233309&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&u_w=800&u_h=600&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&ref=https%3A%2F%2Fstripe.com%2F&top=https%3A%2F%2Fstripe.com%2F&rcb=4&frm=2&hn=www.googleadservices.com&npa=0&pscdl=noapi&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=Linux&uapv=&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/8481190... https://www.google.com/rmkt/collect/848119022/?random=1778169233309&cv=11&fst=1778169233309&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&u_w=800&u_h=600&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&ref=https%3A%2F%2Fstripe.com%2F&top=https%3A%2F%2Fstripe.com%2F&rcb=4&frm=2&hn=www.googleadservices.com&npa=0&pscdl=noapi&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=Linux&uapv=&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 341 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=2&en=page_view&dr=stripe.com&dl=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html&top=https%3A%2F%2Fstripe.com%2F&scrsrc=www.googletagmanager.com&rnd=284290673.1778169233&navt=n&npa=0&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&apve=1&apvf=f&apvc=0&tids=AW-848119022&tid=AW-848119022&tft=1778169233353&tfd=932www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=2&en=page_view&dr=stripe.com&dl=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html&top=https%3A%2F%2Fstripe.com%2F&scrsrc=www.googletagmanager.com&rnd=284290673.1778169233&navt=n&npa=0&gtm=45be6560h2v889774910z8838837448za20gzb838837448zd838837448xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116363098~118463261~118494633&apve=1&apvf=f&apvc=0&tids=AW-848119022&tid=AW-848119022&tft=1778169233353&tfd=932 — 200 — 21 B — 337 ms — h3https://match.adsrvr.org/track/cmb/generic?ttd_pid=lp1a8un&ttd_tpi=1&ttd_passthrough=site%3dstripe.commatch.adsrvr.org/track/cmb/generic?... https://match.adsrvr.org/track/cmb/generic?ttd_pid=lp1a8un&ttd_tpi=1&ttd_passthrough=site%3dstripe.com — 200 — 256 B — 11 ms — h2https://pixel-config.reddit.com/pixels/t2_l4hi0cof/configpixel-config.reddit.com/pixels/t2_l... https://pixel-config.reddit.com/pixels/t2_l4hi0cof/config — 200 — 228 B — 39 ms — h2https://alb.reddit.com/rp.gif?ts=1778169233398&id=t2_l4hi0cof&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=565a1da1-cc76-40f1-923b-8b8453ee13bf&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.2&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1778169233... https://alb.reddit.com/rp.gif?ts=1778169233398&id=t2_l4hi0cof&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=565a1da1-cc76-40f1-923b-8b8453ee13bf&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.2&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 667 B — 35 ms — h2https://apm.yahoo.co.jp/tags/022f2d0b-b8e8-4fe8-ae5c-e30b3bcecbbb/events/page_view?label=&lysu=7ea0b0c8-7675-4d6f-949c-53784b3f8606&ref=https%3A%2F%2Fstripe.com%2F&rref=&test=0&impl=lytag&pvid=1ghb83wmjb8movo1tjk&sosu=l&r=1778169234.2243989&v=1.1.21&is_ext_tx=1&hc=0apm.yahoo.co.jp/tags/022f2d0b-b8e8-... https://apm.yahoo.co.jp/tags/022f2d0b-b8e8-4fe8-ae5c-e30b3bcecbbb/events/page_view?label=&lysu=7ea0b0c8-7675-4d6f-949c-53784b3f8606&ref=https%3A%2F%2Fstripe.com%2F&rref=&test=0&impl=lytag&pvid=1ghb83wmjb8movo1tjk&sosu=l&r=1778169234.2243989&v=1.1.21&is_ext_tx=1&hc=0 — 200 — 1.2 KiB — 653 ms — h2https://bat.bing.com/p/action/15001149.jsbat.bing.com/p/action/15001149.js https://bat.bing.com/p/action/15001149.js — 200 — 430 B — 36 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=332772&time=1778169233432&url=https%3A%2F%2Fstripe.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=332772&time=1778169233432&url=https%3A%2F%2Fstripe.com%2F&tm=gtmv2 — -1 — 0 B — 0 ms — https://q.stripe.com/csp-reportq.stripe.com/csp-report https://q.stripe.com/csp-report — 200 — 153 B — 71 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=332772&time=1778169233432&li_adsId=8a4f48d7-3c96-432b-8470-1d43db338953&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=332772&time=1778169233432&li_adsId=8a4f48d7-3c96-432b-8470-1d43db338953&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&tm=gtmv2 — 302 — 585 B — 256 ms — h2https://api.company-target.com/api/v3/ip.json?referrer=https%3A%2F%2Fstripe.com%2F&page=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&page_title=api.company-target.com/api/v3/ip.js... https://api.company-target.com/api/v3/ip.json?referrer=https%3A%2F%2Fstripe.com%2F&page=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&page_title= — 200 — 961 B — 39 ms — h2https://id.rlcdn.com/464526.gifid.rlcdn.com/464526.gif https://id.rlcdn.com/464526.gif — 307 — 417 B — 231 ms — h2https://s.company-target.com/s/sync?exc=lrs.company-target.com/s/sync?exc=lr https://s.company-target.com/s/sync?exc=lr — 200 — 1000 B — 45 ms — h2https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1794066833&external_user_id=71ad8d77-fcea-4684-b3a1-c6f94e16cbccdsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1794066833&external_user_id=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc — 302 — 889 B — 43 ms — h3https://partners.tremorhub.com/sync?UIDM=71ad8d77-fcea-4684-b3a1-c6f94e16cbccpartners.tremorhub.com/sync?UIDM=71... https://partners.tremorhub.com/sync?UIDM=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc — 200 — 394 B — 46 ms — h2https://pixel.rubiconproject.com/tap.php?nid=5578&put=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc&v=1181926pixel.rubiconproject.com/tap.php?ni... https://pixel.rubiconproject.com/tap.php?nid=5578&put=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc&v=1181926 — 200 — 1.4 KiB — 50 ms — http/1.1https://www.googletagmanager.com/gtag/destination?id=DC-10460294&cx=c&gtm=4e6560h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-10460294&cx=c&gtm=4e6560h2 — 200 — 129.4 KiB — 98 ms — h3https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1794066833&external_user_id=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc&C=1dsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1794066833&external_user_id=71ad8d77-fcea-4684-b3a1-c6f94e16cbcc&C=1 — 200 — 487 B — 17 ms — h3https://id.rlcdn.com/1000.gif?memo=CI6tHBoNCJHr8s8GEgUI6AcQAEIASgAid.rlcdn.com/1000.gif?memo=CI6tHBoN... https://id.rlcdn.com/1000.gif?memo=CI6tHBoNCJHr8s8GEgUI6AcQAEIASgA — 307 — 190 B — 43 ms — h2https://px.ads.linkedin.com/collect/?pid=332772&url=https%3A%2F%2Fstripe.com%2F&fmt=gif&cookiesTest=truepx.ads.linkedin.com/collect/?pid=33... https://px.ads.linkedin.com/collect/?pid=332772&url=https%3A%2F%2Fstripe.com%2F&fmt=gif&cookiesTest=true — 200 — 536 B — 102 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=332772&time=1778169233432&li_adsId=8a4f48d7-3c96-432b-8470-1d43db338953&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&tm=gtmv2&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=332772&time=1778169233432&li_adsId=8a4f48d7-3c96-432b-8470-1d43db338953&url=https%3A%2F%2Fb.stripecdn.com%2Fstripethirdparty-srv%2Fassets%2Fv32.1%2FGoogleTagManager.html%3Fid%3Dcb316c9a-e5a7-4e7f-83cb-441fbfa0d180%26origin%3Dhttps%253A%252F%252Fstripe.com&tm=gtmv2&cookiesTest=true — 200 — 272 B — 31 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=332772&time=1778169233432&url=https%3A%2F%2Fstripe.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=332772&time=1778169233432&url=https%3A%2F%2Fstripe.com%2F&tm=gtmv2 — 200 — 519 B — 49 ms — h2https://tag-logger.demandbase.com/bg9s?x-amz-cf-id=PiXODuYE2NxzASgxMDRLaYgaMia-1cc2QWp_Pe5l3z27OmybHB_a4A==&api-version=v3tag-logger.demandbase.com/bg9s?x-am... https://tag-logger.demandbase.com/bg9s?x-amz-cf-id=PiXODuYE2NxzASgxMDRLaYgaMia-1cc2QWp_Pe5l3z27OmybHB_a4A==&api-version=v3 — 200 — 427 B — 64 ms — h2https://bat.bing.com/action/0?ti=15001149&tm=gtm002&Ver=2&mid=76977a97-cc93-4f70-8392-1b717c97f45d&bo=1&sid=f2c66f904a2c11f1ba6b9767a2e5a401&vid=f2c6e3a04a2c11f1814a85f9ebd2103b&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&p=https%3A%2F%2Fstripe.com%2F&r=&lt=55&evt=pageLoad&ifm=1&sv=2&cdb=AQAQ&rn=715974bat.bing.com/action/0?ti=15001149&t... https://bat.bing.com/action/0?ti=15001149&tm=gtm002&Ver=2&mid=76977a97-cc93-4f70-8392-1b717c97f45d&bo=1&sid=f2c66f904a2c11f1ba6b9767a2e5a401&vid=f2c6e3a04a2c11f1814a85f9ebd2103b&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&p=https%3A%2F%2Fstripe.com%2F&r=&lt=55&evt=pageLoad&ifm=1&sv=2&cdb=AQAQ&rn=715974 — 204 — 363 B — 24 ms — h2https://segments.company-target.com/log?vendor=liveramp&user_id=segments.company-target.com/log?ven... https://segments.company-target.com/log?vendor=liveramp&user_id= — 303 — 711 B — 100 ms — http/1.1https://ws.zoominfo.com/pixel/HMDVDhZ4AOv68bhkrpOC/?iszitag=truews.zoominfo.com/pixel/HMDVDhZ4AOv68... https://ws.zoominfo.com/pixel/HMDVDhZ4AOv68bhkrpOC/?iszitag=true — 200 — 0 B — 75 ms — h3https://ws.zoominfo.com/pixel/HMDVDhZ4AOv68bhkrpOC/?iszitag=truews.zoominfo.com/pixel/HMDVDhZ4AOv68... https://ws.zoominfo.com/pixel/HMDVDhZ4AOv68bhkrpOC/?iszitag=true — 200 — 1009 B — 61 ms — h3https://ad.doubleclick.net/activity;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2?ad.doubleclick.net/activity;src=104... https://ad.doubleclick.net/activity;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2? — 302 — 22 B — 205 ms — h3https://segments.company-target.com/validateCookie?vendor=liveramp&user_id=&verifyHash=97705f23263f9f06a9f187181e7157d9a80df27esegments.company-target.com/validat... https://segments.company-target.com/validateCookie?vendor=liveramp&user_id=&verifyHash=97705f23263f9f06a9f187181e7157d9a80df27e — 204 — 286 B — 15 ms — http/1.1blob:https://b.stripecdn.com/ed444777-5e8e-4307-adb3-9c46c71291c1b.stripecdn.com/ed444777-5e8e-4307-... blob:https://b.stripecdn.com/ed444777-5e8e-4307-adb3-9c46c71291c1 — 200 — 0 B — 2 ms — blobhttps://ad.doubleclick.net/activity;dc_pre=CLWkpMzEp5QDFQaPWgUdAJgxtA;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CLWkpMzEp5QDFQaPWgUdAJgxtA;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2? — 302 — 22 B — 150 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=5927829606767925432;_dc_ptd=ChAI8PDwzwYQ4fOG1eOfvo4rEh8AhuxJh2Z0Zg1U7AtAL-5Y93ZnorW6kyfUdk_GxlCZ;_dc_time=1778169233;dc_pre=CLWkpMzEp5QDFQaPWgUdAJgxtA;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=5927829606767925432;_dc_ptd=ChAI8PDwzwYQ4fOG1eOfvo4rEh8AhuxJh2Z0Zg1U7AtAL-5Y93ZnorW6kyfUdk_GxlCZ;_dc_time=1778169233;dc_pre=CLWkpMzEp5QDFQaPWgUdAJgxtA;src=10460294;type=pagev0;cat=strip0;rcb=15;ord=4663141839484;npa=0;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=Linux;uapv=;uaw=0;pscdl=noapi;frm=2;_tu=KFA;gtm=45fe6560h2v9190994597z8838837448za20gzb838837448zd838837448xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938466~115938469~116363098~117384405~118463261;dc_random=1778169233_HrwFsdqC3X2nTLPeeqzZpmpVc5rujIIbeQ;epver=2? — 200 — 63 B — 112 ms — h3https://q.stripe.com/csp-reportq.stripe.com/csp-report https://q.stripe.com/csp-report — 200 — 153 B — 65 ms — h2https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&from_mkt_srv=true&ttfb=42.69999980926514&fps=34.200401197014045&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&action_name=web_vitals&viewed_name=home&event=web_vitals.action&event_count=3&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_3&privacy_consent_loaded=true&privacy_consent_functional=true&privacy_consent_advertising=trueq.stripe.com/?cid=e501185b-48dc-a85... https://q.stripe.com/?cid=e501185b-48dc-a852-7ac4-36c21ae6cd49&lsid=e501185b-48dc-a852-7ac4-36c21ae6cd49&analytics_ua=analytics.js-CURRENT_VERSION&ua_browser_name=Chrome&ua_browser_version=146.0.0.0&ua_os_name=Android&ua_os_version=11&ua_device_model=moto%20g%20power%20(2022)&ua_device_type=mobile&ua_device_vendor=Motorola&ua_engine_name=Blink&ua_engine_version=146.0.0.0&page=%2F&referrer=&domain=stripe.com&viewport_height=823&viewport_width=412&from_mkt_srv=true&ttfb=42.69999980926514&fps=34.200401197014045&document_height=20286&scroll_y=0&stripe_locale=en-US&unglobalized_path=%2F&token_b057adf6=b057adf6a6a73175c6806926c5967c2cf386671e&action_name=web_vitals&viewed_name=home&event=web_vitals.action&event_count=3&page_view_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5&event_id=30969d6b-562f-48a0-a9f3-0e97d5a0dfe5_3&privacy_consent_loaded=true&privacy_consent_functional=true&privacy_consent_advertising=true — 200 — 286 B — 63 ms — h2https://r.stripe.com/0r.stripe.com/0 https://r.stripe.com/0 — 200 — 210 B — 97 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
98% of JavaScript execution is third-party
First-party Third-party 125879ms · 805KB · $721/mo
b.stripecdn.com
Other
Costly
Execution 116688ms
Transfer 22 KB
Monthly Cost $668/mo
b.stripecdn.com
Other
Costly
Execution 3413ms
Transfer 42 KB
Monthly Cost $20/mo
Unattributable
Other
Costly
Execution 2608ms
Transfer 0 KB
Monthly Cost $15/mo
b.stripecdn.com
Other
Costly
Execution 1006ms
Transfer 339 KB
Unused 21%
Monthly Cost $6/mo
b.stripecdn.com
Other
Costly
Execution 602ms
Transfer 234 KB
Unused 45%
Monthly Cost $3/mo
b.stripecdn.com
Other
Costly
Execution 385ms
Transfer 7 KB
Monthly Cost $2/mo
b.stripecdn.com
Other
Costly
Execution 271ms
Transfer 18 KB
Monthly Cost $2/mo
b.stripecdn.com
Other
Costly
Execution 266ms
Transfer 9 KB
Monthly Cost $2/mo
b.stripecdn.com
Other
Optional
Execution 195ms
Transfer 32 KB
Monthly Cost $1/mo
b.stripecdn.com
Other
Optional
Execution 194ms
Transfer 56 KB
Unused 76%
Monthly Cost $1/mo
b.stripecdn.com
Other
Optional
Execution 178ms
Transfer 24 KB
Monthly Cost $1/mo
b.stripecdn.com
Other
Optional
Execution 72ms
Transfer 21 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • b.stripecdn.com adds 116688ms and costs ~$668/month
  • b.stripecdn.com adds 3413ms and costs ~$20/month
  • Unattributable adds 2608ms and costs ~$15/month
  • b.stripecdn.com adds 1006ms and costs ~$6/month
  • b.stripecdn.com adds 602ms and costs ~$3/month
  • b.stripecdn.com adds 385ms and costs ~$2/month
  • b.stripecdn.com adds 271ms and costs ~$2/month
  • b.stripecdn.com adds 266ms and costs ~$2/month

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

b.stripecdn.com takes 116688ms 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

b.stripecdn.com takes 3413ms 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 2608ms 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

b.stripecdn.com takes 1006ms 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

b.stripecdn.com takes 602ms 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

b.stripecdn.com takes 385ms 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

b.stripecdn.com takes 271ms 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

b.stripecdn.com takes 266ms 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

76% of b.stripecdn.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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-08 — 2026-05-05)

LCP (p75)

1118 ms

93% good

INP (p75)

96 ms

90% good

CLS (p75)

0.000

97% good

FCP (p75)

1063 ms

TTFB (p75)

461 ms

This origin passes Core Web Vitals assessment
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback