Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
584 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
831 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.31 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.
859 ms
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2258ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://stripe.dev/_next/static/chunks/0uvx_1ip89~4x.js | 984ms | 537ms | 10ms | 3rd |
| https://stripe.dev/ | 684ms | 2ms | 0ms | 3rd |
| https://stripe.dev/_next/static/chunks/0wuvx6-x2fqhp.js | 298ms | 30ms | 1ms | 3rd |
| Unattributable | 111ms | 3ms | 0ms | 3rd |
| https://stripe.dev/_next/static/chunks/0t9t-9dsl2dxg.js | 111ms | 110ms | 1ms | 3rd |
| https://stripe.dev/_next/static/chunks/0b29c3sj~k-mz.js | 70ms | 53ms | 5ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Page Weight Budget367 KB transferred, 33 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font Loading2 fonts (85 KB)PASS
Web fonts
2
85 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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+JS Bundles19 scripts, 46 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://stripe.dev/_next/static/chunks/0b29c3sj~k-mz.js | 53 KB | 23 KB (45%) | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0uvx_1ip89~4x.js | 67 KB | 23 KB (35%) | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0wuvx6-x2fqhp.js | 13 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/8U4NAR3mngFkQBs4XFevr/_buildManifest.js | 1 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/turbopack-0hiarq.gu0mr6.js | 5 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/037j~mf4bj1lq.js | 5 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0t9t-9dsl2dxg.js | 7 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0nd2wb02x-834.js | 7 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0ldk-.d8ed8j6.js | 9 KB | — | ✓ | 3rd |
| https://stripe.dev/_next/static/chunks/0v61370_xgaw..js | 14 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall33 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
stripe.dev stripe.dev | Other | 984ms | 67 KB | 35% | €11/mo | Costly |
stripe.dev stripe.dev | Other | 684ms | 14 KB | — | €7/mo | Costly |
stripe.dev stripe.dev | Other | 298ms | 13 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 111ms | 0 KB | — | €1/mo | Optional |
stripe.dev stripe.dev | Other | 111ms | 7 KB | — | €1/mo | Optional |
stripe.dev stripe.dev | Other | 70ms | 53 KB | 45% | €1/mo | Optional |
These scripts may cost more than they're worth
- stripe.dev adds 984ms and costs ~€11/month
- stripe.dev adds 684ms and costs ~€7/month
- stripe.dev adds 298ms and costs ~€3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
stripe.dev takes 984ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
stripe.dev takes 684ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
stripe.dev takes 298ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev