Performance
· 16 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.
3.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.75 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.115
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.13 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.
43.30 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 251 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 CostAction17793ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.replit.com/_next/static/chunks/0i8wy8tbht2ow.js | 3470ms | 2342ms | 16ms | 3rd |
| https://replit.com/ | 3182ms | 21ms | 4ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/01eyejqjhinfj.js | 2198ms | 1922ms | 21ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/0to4sxecg1htq.js | 1757ms | 1536ms | 147ms | 3rd |
| Unattributable | 1291ms | 133ms | 0ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/turbopack-0ysfnu9esvk6v.js | 962ms | 910ms | 2ms | 3rd |
| https://cdn.replit.com/_next/static/chunks/turbopack-0ejfz3q42gqc6.js | 684ms | 681ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MPJY3F1YEL&cx=c&_slc=1 | 575ms | 482ms | 67ms | 3rd |
| https://js.stripe.com/acacia/stripe.js | 473ms | 339ms | 131ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 376ms | 234ms | 119ms | 3rd |
Showing top 10 of 28 scripts
FJS BundlesAction182 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 | 363 KB | 161 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 161 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 161 KB (45%) | ✓ | 3rd |
| https://js.stripe.com/acacia/stripe.js | 225 KB | 144 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 (40%) | ✓ | 3rd |
| https://www.google-analytics.com/gtm/js?id=OPT-TG46GJV&cid=1747007774.1775593704 | 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 Optimization8 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (373 KB)PASS
Web fonts
8
373 KB total
Render-blocking
0
of 8
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall251 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 | 3470ms | 43 KB | — | $46/mo | Costly |
replit.com replit.com | Other | 3182ms | 79 KB | — | $42/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 2198ms | 54 KB | 52% | $29/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 1757ms | 123 KB | 90% | $23/mo | Costly |
Unattributable Unattributable | Other | 1291ms | 0 KB | — | $17/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 962ms | 6 KB | — | $13/mo | Costly |
cdn.replit.com cdn.replit.com | Other | 684ms | 6 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 575ms | 172 KB | 40% | $8/mo | Costly |
Stripe js.stripe.com | Payment | 473ms | 225 KB | 64% | $6/mo | Essential |
www.gstatic.com www.gstatic.com | Other | 376ms | 0 KB | 45% | $5/mo | Costly |
js.hcaptcha.com js.hcaptcha.com | Other | 324ms | 86 KB | 40% | $4/mo | Costly |
replit.com replit.com | Other | 290ms | 90 KB | 61% | $4/mo | Costly |
Segment cdn.segment.com | Analytics | 276ms | 9 KB | — | $4/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 216ms | 108 KB | 62% | $3/mo | Costly |
accounts.google.com accounts.google.com | Other | 205ms | 93 KB | 75% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 181ms | 140 KB | 37% | $2/mo | Optional |
replit.com replit.com | Other | 172ms | 95 KB | 36% | $2/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 171ms | 47 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 139ms | 36 KB | — | $2/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 131ms | 11 KB | — | $2/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 129ms | 20 KB | — | $2/mo | Optional |
Segment cdn.segment.com | Analytics | 122ms | 22 KB | — | $2/mo | Optional |
apis.google.com apis.google.com | Other | 99ms | 34 KB | — | $1/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 89ms | 28 KB | — | $1/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 79ms | 63 KB | 99% | $1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 78ms | 21 KB | — | $1/mo | Optional |
cdn.replit.com cdn.replit.com | Other | 70ms | 0 KB | — | $1/mo | Optional |
sp.replit.com sp.replit.com | Other | 53ms | 30 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cdn.replit.com adds 3470ms and costs ~$46/month
- replit.com adds 3182ms and costs ~$42/month
- cdn.replit.com adds 2198ms and costs ~$29/month
- cdn.replit.com adds 1757ms and costs ~$23/month
- Unattributable adds 1291ms and costs ~$17/month
- cdn.replit.com adds 962ms and costs ~$13/month
- cdn.replit.com adds 684ms and costs ~$9/month
- Google Tag Manager adds 575ms and costs ~$8/month
- www.gstatic.com adds 376ms and costs ~$5/month
- js.hcaptcha.com adds 324ms and costs ~$4/month
- replit.com adds 290ms and costs ~$4/month
- Segment adds 276ms and costs ~$4/month
- Google Analytics adds 216ms and costs ~$3/month
- accounts.google.com adds 205ms 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 3470ms 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 3182ms 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 2198ms 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 1757ms 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 1291ms 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 962ms 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 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
Google Tag Manager takes 575ms 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
www.gstatic.com takes 376ms 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
js.hcaptcha.com takes 324ms 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 290ms 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
61% of 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
Segment takes 276ms 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
Google Analytics takes 216ms 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
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
accounts.google.com takes 205ms 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
75% of accounts.google.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
99% 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