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.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
777 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.90 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.
6.12 s
Page Load Progression
FPage Weight BudgetAction10.3 MB transferred, 159 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 ImpactAction70% third-party, 0 ms blockingFIX
FJS Execution CostAction4826ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cua-help-me-charge-ui.tesla.com/charging-map/charging-map-DR8fdE3w.js | 1193ms | 1127ms | 0ms | 3rd |
| https://www.tesla.com/ | 729ms | 3ms | 1ms | 1st |
| Unattributable | 344ms | 59ms | 0ms | 3rd |
| https://www.tesla.com/_flysystem/s3/js/js_lgAUF73EwPZckdVetLd3hyJnuiTfS29L8jj_UyRK5Q4.js | 328ms | 162ms | 3ms | 1st |
| https://maps.googleapis.com/maps-api-v3/api/js/63/14d/util.js | 320ms | 220ms | 7ms | 3rd |
| https://www.tesla.com/_flysystem/s3/js/js_wPIJyP4bm3RMopeEZRmZCteTA_OhbwuKvmqcPnLLdCI.js | 289ms | 89ms | 119ms | 1st |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/Qmr5JwS9/PlRjdnQ/TE4ofl/pFGwFu?v=d5bb7c85-735d-89e9-e00c-4f3347380211 | 287ms | 248ms | 12ms | 1st |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/afr5JwS91Jb5rQ/HxNednQ/Hy8rfj/goDngB | 240ms | 220ms | 15ms | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_Jn-fFtlQnABG5gJ90DCKcJgdUfZs7ffU6ZG8VwjhJKc.js | 216ms | 163ms | 0ms | 1st |
| https://maps.googleapis.com/maps-api-v3/api/js/63/14d/controls.js | 209ms | 54ms | 3ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction27 scripts, 832 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cua-chat-ui.tesla.com/assets/www_orca_avaya-CyQF1ULT.js | 397 KB | 253 KB (65%) | ✓ | 3rd |
| https://www.tesla.com/_flysystem/s3/js/js_KoDDy_wxLdN4gE_TuIsv5xM3rGklD15HSAu_tvi9fjo.js | 560 KB | 166 KB (30%) | ✓ | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_wPIJyP4bm3RMopeEZRmZCteTA_OhbwuKvmqcPnLLdCI.js | 1235 KB | 135 KB (11%) | ✓ | 1st |
| https://maps.googleapis.com/maps/api/js?client=gme-teslamotorsinc&language=en-US&libraries=places®ion=US&v=3.55 | 173 KB | 84 KB (49%) | ✓ | 3rd |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/afr5JwS91Jb5rQ/HxNednQ/Hy8rfj/goDngB | 176 KB | 38 KB (22%) | ✓ | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_V1jVDsHcMIHYfWteQMBLNX0tzLs3sMW8dcwIb9BQQEc.js | 62 KB | 34 KB (54%) | ✓ | 1st |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/Qmr5JwS9/PlRjdnQ/TE4ofl/pFGwFu?v=d5bb7c85-735d-89e9-e00c-4f3347380211 | 160 KB | 31 KB (20%) | ✓ | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_1-9vQRpdDrFXUeDIMIfORd4gEjkiHTuFRfD_qcGzADQ.js | 88 KB | 25 KB (28%) | ✓ | 1st |
| https://cua-help-me-charge-ui.tesla.com/charging-map/charging-map-DR8fdE3w.js | 71 KB | 24 KB (34%) | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/63/14d/util.js | 71 KB | 22 KB (31%) | ✓ | 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 Optimization62 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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 Loading10 fonts (321 KB)PASS
Web fonts
10
321 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall159 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 |
|---|---|---|---|---|---|---|
cua-help-me-charge-ui.tesla.com cua-help-me-charge-ui.tesla.com | Other | 1193ms | 71 KB | 34% | $16/mo | Costly |
Unattributable Unattributable | Other | 344ms | 0 KB | — | $5/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 320ms | 71 KB | 31% | $4/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 209ms | 26 KB | — | $3/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 148ms | 25 KB | — | $2/mo | Optional |
cua-chat-ui.tesla.com cua-chat-ui.tesla.com | Other | 113ms | 397 KB | 65% | $2/mo | Optional |
maps.googleapis.com maps.googleapis.com | Other | 55ms | 173 KB | 49% | $1/mo | Optional |
These scripts may cost more than they're worth
- cua-help-me-charge-ui.tesla.com adds 1193ms and costs ~$16/month
- Unattributable adds 344ms and costs ~$5/month
- maps.googleapis.com adds 320ms and costs ~$4/month
- maps.googleapis.com adds 209ms and costs ~$3/month
49% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
cua-help-me-charge-ui.tesla.com takes 1193ms 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 344ms 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
maps.googleapis.com takes 320ms 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
maps.googleapis.com takes 209ms 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
65% of cua-chat-ui.tesla.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