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.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
416 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.069
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.11 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.83 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 106 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
DJS Execution CostAction2602ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 1863ms | 1679ms | 1ms | 1st |
| https://www.uber.com/fr/en/ | 294ms | 9ms | 2ms | 1st |
| Unattributable | 264ms | 4ms | 0ms | 3rd |
| https://www.uber.com/_static/client-main-af165af41dd15219.js | 180ms | 166ms | 1ms | 1st |
FJS BundlesAction42 scripts, 750 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.uber.com/_static/client-main-af165af41dd15219.js | 388 KB | 234 KB (60%) | ✓ | 1st |
| https://www.uber.com/_static/client-8708-353544d5ef8de5b9.js | 280 KB | 219 KB (78%) | ✓ | 1st |
| https://accounts.google.com/gsi/client | 94 KB | 78 KB (84%) | ✓ | 3rd |
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 175 KB | 78 KB (44%) | ✓ | 1st |
| https://www.uber.com/_static/client-450-bfe15bf1cd6fa2b9.js | 95 KB | 51 KB (54%) | ✓ | 1st |
| https://www.uber.com/_static/client-5122-56789282ad38667f.js | 36 KB | 25 KB (70%) | ✓ | 1st |
| https://www.uber.com/_static/client-6557-009cc196b55e3405.js | 43 KB | 23 KB (54%) | ✓ | 1st |
| https://www.uber.com/_static/client-3265-65fce3dcb4176869.js | 30 KB | 21 KB (70%) | ✓ | 1st |
| https://tags.tiqcdn.com/utag/uber/main/prod/utag.js | 36 KB | 20 KB (57%) | ✓ | 3rd |
| https://www.uber.com/_static/client-9405-3618dd210052180d.js | 3 KB | — | ✓ | 1st |
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
DHTTP CachingActionno-store (uncacheable)FIX
no-store, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
BThird-Party Impact42% third-party, 0 ms blockingREVIEW
BImage Optimization29 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 Loading4 fonts (117 KB)PASS
Web fonts
4
117 KB total
Render-blocking
0
of 4
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 Waterfall106 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 264ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 264ms and costs ~$4/month
Unattributable takes 264ms 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