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.
7.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.33 s
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.
7.70 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.
14.29 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 99 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
FJS Execution CostAction8241ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 5395ms | 4890ms | 4ms | 1st |
| https://www.uber.com/fr/en/ | 1257ms | 35ms | 10ms | 1st |
| Unattributable | 847ms | 16ms | 0ms | 3rd |
| https://www.uber.com/_static/client-main-af165af41dd15219.js | 614ms | 554ms | 5ms | 1st |
| https://tags.tiqcdn.com/utag/uber/main/prod/utag.js | 128ms | 97ms | 17ms | 3rd |
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 | 235 KB (61%) | ✓ | 1st |
| https://www.uber.com/_static/client-8708-353544d5ef8de5b9.js | 280 KB | 219 KB (78%) | ✓ | 1st |
| https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js | 175 KB | 78 KB (45%) | ✓ | 1st |
| https://accounts.google.com/gsi/client | 94 KB | 77 KB (83%) | ✓ | 3rd |
| 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 Impact51% third-party, 0 ms blockingREVIEW
BImage Optimization26 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall99 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 | 847ms | 0 KB | — | $11/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 128ms | 36 KB | 57% | $2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 847ms and costs ~$11/month
Unattributable takes 847ms 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
57% 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