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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
952 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.44 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.
8.97 s
Page Load Progression
FPage Weight BudgetAction23.2 MB transferred, 573 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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 CostAction7345ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/6546-8d040fa63ef7b49f.js | 1410ms | 349ms | 1ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/framework-dbc4bb513a72eaeb.js | 867ms | 686ms | 3ms | 3rd |
| Unattributable | 835ms | 70ms | 0ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/pages/index-c2aca32e70ba68db.js | 719ms | 500ms | 2ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/pages/_app-3e6b26b2aca06c2f.js | 445ms | 292ms | 97ms | 3rd |
| https://rivian.com/ | 386ms | 53ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 383ms | 317ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PZLGGN2 | 336ms | 266ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZK75JEL9E3&cx=c>m=4e6461h2 | 280ms | 227ms | 48ms | 3rd |
| https://rivian.com/root/_next/static/chunks/5594-5003c8729c5c7e20.js | 234ms | 220ms | 4ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction126 scripts, 2.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/pages/_app-3e6b26b2aca06c2f.js | 1150 KB | 731 KB (64%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://sierra.chat/-/cdn/36S2kDpTX4v1ufbTnr_vNLgvnjk.js | 0 KB | 167 KB (74%) | ✓ | 3rd |
| https://sierra.chat/-/cdn/36S2kDpTX4v1ufbTnr_vNLgvnjk.js | 224 KB | 167 KB (74%) | ✓ | 3rd |
| https://rivian.com/root/_next/static/chunks/edbf9cd1-2999e1af1adf3667.js | 130 KB | 127 KB (98%) | ✓ | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 257 KB | 116 KB (45%) | ✓ | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/6491.fbad14ea7130bc3b.js | 125 KB | 75 KB (60%) | ✓ | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/ea88be26.375858f3cf93f50c.js | 76 KB | 66 KB (87%) | ✓ | 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 Optimization38 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (466 KB)PASS
Web fonts
13
466 KB total
Render-blocking
0
of 13
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 ~19 KB and ~38 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall573 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 |
|---|---|---|---|---|---|---|
rivian.com rivian.com | Other | 1410ms | 17 KB | — | $19/mo | Costly |
rivian.com rivian.com | Other | 867ms | 44 KB | — | $12/mo | Costly |
Unattributable Unattributable | Other | 835ms | 0 KB | — | $11/mo | Costly |
rivian.com rivian.com | Other | 719ms | 26 KB | — | $10/mo | Costly |
rivian.com rivian.com | Other | 445ms | 1150 KB | 64% | $6/mo | Costly |
rivian.com rivian.com | Other | 386ms | 82 KB | — | $5/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 383ms | 0 KB | 49% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 336ms | 0 KB | 27% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 280ms | 0 KB | 36% | $4/mo | Costly |
rivian.com rivian.com | Other | 234ms | 51 KB | 50% | $3/mo | Costly |
rivian.com rivian.com | Other | 208ms | 63 KB | 52% | $3/mo | Costly |
rivian.com rivian.com | Other | 182ms | 34 KB | 78% | $2/mo | Optional |
cdn.ketchjs.com cdn.ketchjs.com | Other | 164ms | 257 KB | 45% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 152ms | 0 KB | 44% | $2/mo | Optional |
rivian.com rivian.com | Other | 144ms | 108 KB | 46% | $2/mo | Optional |
rivian.com rivian.com | Other | 129ms | 26 KB | — | $2/mo | Optional |
rivian.com rivian.com | Other | 125ms | 7 KB | — | $2/mo | Optional |
rivian.com rivian.com | Other | 121ms | 20 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 0 KB | 49% | $2/mo | Optional |
rivian.com rivian.com | Other | 109ms | 125 KB | 60% | $1/mo | Optional |
These scripts may cost more than they're worth
- rivian.com adds 1410ms and costs ~$19/month
- rivian.com adds 867ms and costs ~$12/month
- Unattributable adds 835ms and costs ~$11/month
- rivian.com adds 719ms and costs ~$10/month
- rivian.com adds 445ms and costs ~$6/month
- rivian.com adds 386ms and costs ~$5/month
- www.gstatic.com adds 383ms and costs ~$5/month
- Google Tag Manager adds 336ms and costs ~$4/month
- Google Tag Manager adds 280ms and costs ~$4/month
- rivian.com adds 234ms and costs ~$3/month
- rivian.com adds 208ms 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
rivian.com takes 1410ms 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
rivian.com takes 867ms 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 835ms 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
rivian.com takes 719ms 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
rivian.com takes 445ms 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 rivian.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
rivian.com takes 386ms 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
www.gstatic.com takes 383ms 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 336ms 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 280ms 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
rivian.com takes 234ms 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
rivian.com takes 208ms 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 rivian.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
78% of rivian.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
60% of rivian.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