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.
1.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.26 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.026
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.54 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.
9.83 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 256 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4290ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.replit.com/_next/static/chunks/0i8wy8tbht2ow.js | 916ms | 659ms | 4ms | 3rd |
| https://replit.com/ | 895ms | 6ms | 1ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/01eyejqjhinfj.js | 536ms | 481ms | 5ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/0to4sxecg1htq.js | 455ms | 387ms | 36ms | 3rd |
| Unattributable | 357ms | 41ms | 0ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/turbopack-0ysfnu9esvk6v.js | 232ms | 226ms | 0ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/turbopack-0ejfz3q42gqc6.js | 203ms | 201ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MPJY3F1YEL&cx=c&_slc=1 | 193ms | 138ms | 16ms | 3rd |
| https://js.stripe.com/acacia/stripe.js | 113ms | 80ms | 33ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 87ms | 51ms | 29ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction187 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 153 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 153 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 153 KB (45%) | ✓ | 3rd |
| https://js.stripe.com/acacia/stripe.js | 220 KB | 141 KB (64%) | ✓ | 3rd |
| https://cdn.replit.com/_next/static/chunks/0to4sxecg1htq.js | 123 KB | 110 KB (90%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 69 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MPJY3F1YEL&cx=c&_slc=1 | 172 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.google-analytics.com/gtm/js?id=OPT-TG46GJV&cid=679963144.1775593738 | 108 KB | 68 KB (62%) | ✓ | 3rd |
| https://cdn.replit.com/_next/static/chunks/0lwq8bzhc8c1k.js | 91 KB | 67 KB (74%) | ✓ | 3rd |
| https://cdn.replit.com/_next/static/chunks/0~l37myivhd-2.js | 75 KB | 66 KB (89%) | ✓ | 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
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
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization10 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (425 KB)PASS
Web fonts
9
425 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~113 KB and ~226 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall256 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 |
|---|---|---|---|---|---|---|
cdn.replit.com cdn.replit.com | Other | 916ms | 43 KB | — | $12/mo | Costly |
replit.com replit.com | Other | 895ms | 80 KB | — | $12/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 536ms | 54 KB | 52% | $7/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 455ms | 123 KB | 90% | $6/mo | Costly |
Unattributable Unattributable | Other | 357ms | 0 KB | — | $5/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 232ms | 6 KB | — | $3/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 203ms | 6 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 193ms | 172 KB | 39% | $3/mo | Optional |
Stripe js.stripe.com | Payment | 113ms | 220 KB | 64% | $2/mo | Essential |
www.gstatic.com www.gstatic.com | Other | 87ms | 0 KB | 45% | $1/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 72ms | 47 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 140 KB | 37% | $1/mo | Optional |
Segment cdn.segment.com | Analytics | 63ms | 9 KB | — | $1/mo | Optional |
js.hcaptcha.com js.hcaptcha.com | Other | 51ms | 86 KB | 40% | $1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 50ms | 108 KB | 62% | $1/mo | Optional |
These scripts may cost more than they're worth
- cdn.replit.com adds 916ms and costs ~$12/month
- replit.com adds 895ms and costs ~$12/month
- cdn.replit.com adds 536ms and costs ~$7/month
- cdn.replit.com adds 455ms and costs ~$6/month
- Unattributable adds 357ms and costs ~$5/month
- cdn.replit.com adds 232ms and costs ~$3/month
- cdn.replit.com adds 203ms 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
cdn.replit.com takes 916ms 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
replit.com takes 895ms 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
cdn.replit.com takes 536ms 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
52% of cdn.replit.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
cdn.replit.com takes 455ms 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
90% of cdn.replit.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Unattributable takes 357ms 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
cdn.replit.com takes 232ms 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
cdn.replit.com takes 203ms 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
64% of Stripe's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
62% of Google Analytics's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev