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.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
124 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.
2.24 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.
2.89 s
Page Load Progression
FPage Weight BudgetAction14.2 MB transferred, 51 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS BundlesAction17 scripts, 432 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://lucidmotors.com/_next/static/chunks/634-03fb50f8f72028d2.js | 358 KB | 127 KB (36%) | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/89ddd23d-aafe56895c21422b.js | 97 KB | 84 KB (87%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W9CKZJ>m_auth=OcDGx7g4rvpwfYGPDufp2A>m_preview=env-2>m_cookies_win=x | 188 KB | 71 KB (38%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/4942072910708736.js | 115 KB | 55 KB (48%) | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/00c3fd52-1d621a8b9eb7615e.js | 39 KB | 34 KB (91%) | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/285-68b69379d88ab9a7.js | 66 KB | 32 KB (48%) | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/app/%5B%5B...slug%5D%5D/page-107536b500328b89.js | 66 KB | 30 KB (46%) | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/7bf36345-c27dd68a182fd2c1.js | 25 KB | — | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/7c09d4dc-1c88d7d8491dd3f0.js | 15 KB | — | ✓ | 3rd |
| https://lucidmotors.com/_next/static/chunks/206-b2ac887f41a6cfb7.js | 44 KB | — | ✓ | 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.
CJS Execution CostAction1170ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://lucidmotors.com/_next/static/chunks/18-734d931430e3e6ea.js | 338ms | 236ms | 3ms | 3rd |
| https://lucidmotors.com/_next/static/chunks/634-03fb50f8f72028d2.js | 229ms | 124ms | 37ms | 3rd |
| Unattributable | 193ms | 4ms | 0ms | 3rd |
| https://lucidmotors.com/ | 178ms | 3ms | 4ms | 3rd |
| https://cdn.optimizely.com/js/4942072910708736.js | 113ms | 95ms | 10ms | 3rd |
| https://lucidmotors.com/_next/static/chunks/87c73c54-dd8d81ac9604067c.js | 62ms | 53ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W9CKZJ>m_auth=OcDGx7g4rvpwfYGPDufp2A>m_preview=env-2>m_cookies_win=x | 57ms | 43ms | 14ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font Loading3 fonts (381 KB)PASS
Web fonts
3
381 KB total
Render-blocking
0
of 3
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~190 KB and ~380 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall51 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 |
|---|---|---|---|---|---|---|
lucidmotors.com lucidmotors.com | Other | 338ms | 42 KB | — | $6/mo | Costly |
lucidmotors.com lucidmotors.com | Other | 229ms | 358 KB | 36% | $4/mo | Costly |
Unattributable Unattributable | Other | 193ms | 0 KB | — | $4/mo | Optional |
lucidmotors.com lucidmotors.com | Other | 178ms | 40 KB | — | $3/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 113ms | 115 KB | 48% | $2/mo | Optional |
lucidmotors.com lucidmotors.com | Other | 62ms | 52 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 57ms | 188 KB | 38% | $1/mo | Optional |
These scripts may cost more than they're worth
- lucidmotors.com adds 338ms and costs ~$6/month
- lucidmotors.com adds 229ms 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
lucidmotors.com takes 338ms 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
lucidmotors.com takes 229ms 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