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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.42 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.46 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.08 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.
29.98 s
Page Load Progression
FPage Weight BudgetAction13.2 MB transferred, 144 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 ImpactAction76% third-party, 0 ms blockingFIX
FJS Execution CostAction16724ms 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 | 4531ms | 4285ms | 1ms | 3rd |
| https://www.tesla.com/ | 2460ms | 12ms | 14ms | 1st |
| Unattributable | 1228ms | 276ms | 0ms | 3rd |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/Qmr5JwS9/PlRjdnQ/TE4ofl/pFGwFu?v=f3089d3f-ca50-7029-43cc-3a9938be0211 | 1141ms | 972ms | 45ms | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_wPIJyP4bm3RMopeEZRmZCteTA_OhbwuKvmqcPnLLdCI.js | 1136ms | 347ms | 485ms | 1st |
| https://www.tesla.com/VyIxAvoRX/iT/z6D1Ypw/afr5JwS91Jb5rQ/HxNednQ/Hy8rfj/goDngB | 846ms | 730ms | 97ms | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_Jn-fFtlQnABG5gJ90DCKcJgdUfZs7ffU6ZG8VwjhJKc.js | 822ms | 649ms | 1ms | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_lgAUF73EwPZckdVetLd3hyJnuiTfS29L8jj_UyRK5Q4.js | 815ms | 531ms | 13ms | 1st |
| https://maps.googleapis.com/maps-api-v3/api/js/63/14d/util.js | 785ms | 552ms | 24ms | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/63/14d/map.js | 527ms | 328ms | 7ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction27 scripts, 835 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 | 254 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 | 83 KB (48%) | ✓ | 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=f3089d3f-ca50-7029-43cc-3a9938be0211 | 160 KB | 31 KB (20%) | ✓ | 1st |
| https://www.tesla.com/_flysystem/s3/js/js_1-9vQRpdDrFXUeDIMIfORd4gEjkiHTuFRfD_qcGzADQ.js | 88 KB | 27 KB (31%) | ✓ | 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.
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 Optimization51 images, 0 KB saveablePASS
A+Font Loading6 fonts (188 KB)PASS
Web fonts
6
188 KB total
Render-blocking
0
of 6
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall144 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 | 4531ms | 71 KB | 34% | $60/mo | Costly |
Unattributable Unattributable | Other | 1228ms | 0 KB | — | $16/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 785ms | 71 KB | 31% | $10/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 527ms | 25 KB | — | $7/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 460ms | 26 KB | — | $6/mo | Costly |
cua-chat-ui.tesla.com cua-chat-ui.tesla.com | Other | 336ms | 397 KB | 65% | $4/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 181ms | 173 KB | 48% | $2/mo | Optional |
maps.googleapis.com maps.googleapis.com | Other | 95ms | 10 KB | — | $1/mo | Optional |
maps.googleapis.com maps.googleapis.com | Other | 67ms | 10 KB | — | $1/mo | Optional |
maps.googleapis.com maps.googleapis.com | Other | 54ms | 37 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cua-help-me-charge-ui.tesla.com adds 4531ms and costs ~$60/month
- Unattributable adds 1228ms and costs ~$16/month
- maps.googleapis.com adds 785ms and costs ~$10/month
- maps.googleapis.com adds 527ms and costs ~$7/month
- maps.googleapis.com adds 460ms and costs ~$6/month
- cua-chat-ui.tesla.com adds 336ms and costs ~$4/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 4531ms 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 1228ms 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 785ms 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 527ms 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 460ms 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
cua-chat-ui.tesla.com 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
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