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.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.50 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
22.18 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.
37.90 s
Page Load Progression
FPage Weight BudgetAction13.2 MB transferred, 569 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 CostAction31508ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/6546-8d040fa63ef7b49f.js | 5721ms | 1358ms | 4ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/framework-dbc4bb513a72eaeb.js | 4278ms | 3339ms | 18ms | 3rd |
| Unattributable | 3709ms | 320ms | 0ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/pages/_app-3e6b26b2aca06c2f.js | 2773ms | 1858ms | 482ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 2204ms | 1550ms | 325ms | 3rd |
| https://rivian.com/.next-b2d3d96a37d81208b9a4cb585d760f002837d16d-2411410260/_next/static/chunks/pages/index-c2aca32e70ba68db.js | 1831ms | 1171ms | 6ms | 3rd |
| https://rivian.com/ | 1703ms | 37ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PZLGGN2 | 1499ms | 1188ms | 276ms | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 1474ms | 1164ms | 302ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZK75JEL9E3&cx=c>m=4e6460 | 1042ms | 830ms | 194ms | 3rd |
Showing top 10 of 25 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 Optimization39 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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall569 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 | 5721ms | 17 KB | — | $76/mo | Costly |
rivian.com rivian.com | Other | 4278ms | 44 KB | — | $57/mo | Costly |
Unattributable Unattributable | Other | 3709ms | 0 KB | — | $49/mo | Costly |
rivian.com rivian.com | Other | 2773ms | 1150 KB | 64% | $37/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 2204ms | 0 KB | 49% | $29/mo | Costly |
rivian.com rivian.com | Other | 1831ms | 26 KB | — | $24/mo | Costly |
rivian.com rivian.com | Other | 1703ms | 82 KB | — | $23/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1499ms | 0 KB | 26% | $20/mo | Costly |
cdn.ketchjs.com cdn.ketchjs.com | Other | 1474ms | 257 KB | 45% | $20/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1042ms | 0 KB | 36% | $14/mo | Costly |
rivian.com rivian.com | Other | 762ms | 26 KB | — | $10/mo | Costly |
rivian.com rivian.com | Other | 756ms | 63 KB | 52% | $10/mo | Costly |
rivian.com rivian.com | Other | 693ms | 62 KB | 37% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 532ms | 0 KB | 44% | $7/mo | Costly |
rivian.com rivian.com | Other | 471ms | 20 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 408ms | 0 KB | 48% | $5/mo | Costly |
rivian.com rivian.com | Other | 376ms | 125 KB | 60% | $5/mo | Costly |
rivian.com rivian.com | Other | 375ms | 130 KB | 98% | $5/mo | Costly |
rivian.com rivian.com | Other | 281ms | 51 KB | 50% | $4/mo | Costly |
unpkg unpkg.com | CDN | 164ms | 0 KB | — | $2/mo | Optional |
rivian.com rivian.com | Other | 129ms | 19 KB | — | $2/mo | Optional |
sierra.chat sierra.chat | Other | 115ms | 0 KB | 74% | $2/mo | Optional |
rivian.com rivian.com | Other | 105ms | 37 KB | — | $1/mo | Optional |
rivian.com rivian.com | Other | 55ms | 63 KB | 81% | $1/mo | Optional |
sierra.chat sierra.chat | Other | 50ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- rivian.com adds 5721ms and costs ~$76/month
- rivian.com adds 4278ms and costs ~$57/month
- Unattributable adds 3709ms and costs ~$49/month
- rivian.com adds 2773ms and costs ~$37/month
- www.gstatic.com adds 2204ms and costs ~$29/month
- rivian.com adds 1831ms and costs ~$24/month
- rivian.com adds 1703ms and costs ~$23/month
- Google Tag Manager adds 1499ms and costs ~$20/month
- cdn.ketchjs.com adds 1474ms and costs ~$20/month
- Google Tag Manager adds 1042ms and costs ~$14/month
- rivian.com adds 762ms and costs ~$10/month
- rivian.com adds 756ms and costs ~$10/month
- rivian.com adds 693ms and costs ~$9/month
- Google Tag Manager adds 532ms and costs ~$7/month
- rivian.com adds 471ms and costs ~$6/month
- Google Tag Manager adds 408ms and costs ~$5/month
- rivian.com adds 376ms and costs ~$5/month
- rivian.com adds 375ms and costs ~$5/month
- rivian.com adds 281ms 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
rivian.com takes 5721ms 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 4278ms 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 3709ms 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 2773ms 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
www.gstatic.com takes 2204ms 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 1831ms 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 1703ms 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 1499ms 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.ketchjs.com takes 1474ms 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 1042ms 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 762ms 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 756ms 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
rivian.com takes 693ms 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 532ms 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 471ms 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 408ms 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 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
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
rivian.com takes 375ms 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
98% 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 281ms 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
74% of sierra.chat'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
81% 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