Performance
· 17 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.
9.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.41 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.
9.63 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.
16.20 s
Page Load Progression
FPage Weight BudgetAction2.8 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction12555ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 8913ms | 8111ms | 5ms | 3rd |
| https://www.uber.com/ | 1262ms | 57ms | 17ms | 3rd |
| Unattributable | 1157ms | 37ms | 0ms | 3rd |
| https://www.uber.com/_static/client-main-892d89862f7981e6.js | 992ms | 864ms | 7ms | 3rd |
| https://tags.tiqcdn.com/utag/uber/main/prod/utag.js | 168ms | 140ms | 25ms | 3rd |
| https://accounts.google.com/gsi/client | 62ms | 30ms | 31ms | 3rd |
FJS BundlesAction42 scripts, 752 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.uber.com/_static/client-main-892d89862f7981e6.js | 390 KB | 234 KB (60%) | ✓ | 3rd |
| https://www.uber.com/_static/client-8708-353544d5ef8de5b9.js | 280 KB | 219 KB (78%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 81 KB (85%) | ✓ | 3rd |
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 175 KB | 78 KB (45%) | ✓ | 3rd |
| https://www.uber.com/_static/client-450-bfe15bf1cd6fa2b9.js | 95 KB | 51 KB (54%) | ✓ | 3rd |
| https://www.uber.com/_static/client-5122-56789282ad38667f.js | 36 KB | 25 KB (70%) | ✓ | 3rd |
| https://www.uber.com/_static/client-6557-6931926b27570e0d.js | 43 KB | 23 KB (54%) | ✓ | 3rd |
| https://www.uber.com/_static/client-3265-c7e3496f50449268.js | 30 KB | 21 KB (70%) | ✓ | 3rd |
| https://tags.tiqcdn.com/utag/uber/main/prod/utag.js | 36 KB | 20 KB (56%) | ✓ | 3rd |
| https://www.uber.com/_static/client-9405-3618dd210052180d.js | 3 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
FPage Weight InventoryAction106 resources · 2.8 MB · 752 KB savings availableFIX
~751.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 106 resources | 2.8 MiB | ||||||
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 |
BImage Optimization27 images, 0 KB saveableREVIEW
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall106 requests over 5978msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.uber.com www.uber.com | Other | 8913ms | 175 KB | 45% | $118/mo | Costly |
www.uber.com www.uber.com | Other | 1262ms | 129 KB | — | $17/mo | Costly |
Unattributable Unattributable | Other | 1157ms | 0 KB | — | $15/mo | Costly |
www.uber.com www.uber.com | Other | 992ms | 390 KB | 60% | $13/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 168ms | 36 KB | 56% | $2/mo | Optional |
accounts.google.com accounts.google.com | Other | 62ms | 96 KB | 85% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.uber.com adds 8913ms and costs ~$118/month
- www.uber.com adds 1262ms and costs ~$17/month
- Unattributable adds 1157ms and costs ~$15/month
- www.uber.com adds 992ms and costs ~$13/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
www.uber.com takes 8913ms 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
www.uber.com takes 1262ms 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 1157ms 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
www.uber.com takes 992ms 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 www.uber.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
56% of tags.tiqcdn.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
85% of accounts.google.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