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.
6.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.300
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.39 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.
24.69 s
Page Load Progression
FPage Weight BudgetAction3.7 MB transferred, 189 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
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 CostAction21160ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://redis.io/_next/static/chunks/7369-0f0754218170d7e9.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 14905ms | 4108ms | 29ms | 3rd |
| Unattributable | 2165ms | 225ms | 0ms | 3rd |
| https://redis.io/ | 1281ms | 157ms | 112ms | 3rd |
| https://redis.io/_next/static/chunks/c36f3faa-bf8431af233775b3.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 529ms | 394ms | 120ms | 3rd |
| https://redis.io/_next/static/chunks/bf76e631-a760aa8cff633f5a.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 401ms | 387ms | 10ms | 3rd |
| https://cdn.jsdelivr.net/npm/hockeystack@latest/hockeystack.min.js | 400ms | 346ms | 2ms | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-8549 | 333ms | 191ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TKZ6J9R | 256ms | 197ms | 50ms | 3rd |
| https://redis.io/_next/static/chunks/bf6a786c-381ced19b77084c2.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 214ms | 177ms | 16ms | 3rd |
| https://redis.io/_next/static/chunks/2636-1969dde127208522.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 194ms | 159ms | 34ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction48 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://redis.io/_next/static/chunks/c36f3faa-bf8431af233775b3.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 427 KB | 342 KB (80%) | ✓ | 3rd |
| https://redis.io/_next/static/chunks/9146-646ea7851ff0b9e9.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 282 KB | 213 KB (76%) | ✓ | 3rd |
| https://redis.io/_next/static/chunks/1453-51dbae4c2474dde3.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 177 KB | 128 KB (72%) | ✓ | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/df9b61a9061fbc33ed8e6b620d00ea2d64efb94f-chunk-7V35RKKP.js | 168 KB | 98 KB (59%) | ✓ | 3rd |
| https://redis.io/_next/static/chunks/2170a4aa-1514f5a56eef99b1.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 110 KB | 88 KB (81%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TKZ6J9R | 174 KB | 81 KB (47%) | ✓ | 3rd |
| https://redis.io/_next/static/chunks/2636-1969dde127208522.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 136 KB | 81 KB (59%) | ✓ | 3rd |
| https://redis.io/_next/static/chunks/7369-0f0754218170d7e9.js?dpl=dpl_em4Txm4spqw9TmwDRzvoK8nocXcw | 110 KB | 53 KB (48%) | ✓ | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/df9b61a9061fbc33ed8e6b620d00ea2d64efb94f-chunk-WO7XXSIO.js | 65 KB | 48 KB (75%) | ✓ | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/index.js | 40 KB | 23 KB (59%) | ✓ | 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 Optimization73 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (152 KB)PASS
Web fonts
5
152 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~14 KB and ~28 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
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 Waterfall189 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 |
|---|---|---|---|---|---|---|
redis.io redis.io | Other | 14905ms | 110 KB | 48% | $280/mo | Costly |
Unattributable Unattributable | Other | 2165ms | 0 KB | — | $41/mo | Costly |
redis.io redis.io | Other | 1281ms | 221 KB | — | $24/mo | Costly |
redis.io redis.io | Other | 529ms | 427 KB | 80% | $10/mo | Costly |
redis.io redis.io | Other | 401ms | 39 KB | — | $8/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 400ms | 10 KB | — | $7/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 333ms | 36 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 256ms | 174 KB | 47% | $5/mo | Costly |
redis.io redis.io | Other | 214ms | 55 KB | — | $4/mo | Costly |
redis.io redis.io | Other | 194ms | 136 KB | 59% | $4/mo | Optional |
redis.io redis.io | Other | 148ms | 2 KB | — | $3/mo | Optional |
redis.io redis.io | Other | 125ms | 282 KB | 76% | $2/mo | Optional |
redis.io redis.io | Other | 104ms | 13 KB | — | $2/mo | Optional |
redis.io redis.io | Other | 53ms | 7 KB | — | $1/mo | Optional |
redis.io redis.io | Other | 53ms | 177 KB | 72% | $1/mo | Optional |
These scripts may cost more than they're worth
- redis.io adds 14905ms and costs ~$280/month
- Unattributable adds 2165ms and costs ~$41/month
- redis.io adds 1281ms and costs ~$24/month
- redis.io adds 529ms and costs ~$10/month
- redis.io adds 401ms and costs ~$8/month
- jsDelivr adds 400ms and costs ~$7/month
- consent.trustarc.com adds 333ms and costs ~$6/month
- Google Tag Manager adds 256ms and costs ~$5/month
- redis.io adds 214ms and costs ~$4/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
redis.io takes 14905ms 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
Unattributable takes 2165ms 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
redis.io takes 1281ms 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
redis.io takes 529ms 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
80% of redis.io'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
redis.io takes 401ms 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
jsDelivr takes 400ms 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
consent.trustarc.com takes 333ms 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 256ms 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
redis.io takes 214ms 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
59% of redis.io'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
76% of redis.io'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
72% of redis.io'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