Skip to content
https://www.uber.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
3
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

33
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

385 ms
770 ms
1.2 s
1.5 s
1.9 s
2.3 s
2.7 s
3.1 s
Checks
16
7 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
2.8 MB transferred, 99 requests
FIX
2.8 MB transferred, 99 requests
Warning::
Page weighs 7.8 MB (2.8 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
99 HTTP requests
Info::
Estimated 0.59 g CO2 per page load
2.8 MB / 2.4 MB budget
2.8 MB transferred
99 requests
0.59 g CO2 per page load
JavaScript 1.3 MiB 47%
Images 1.2 MiB 42%
HTML 127.2 KiB 4%
Fonts 117.1 KiB 4%
Other 45.5 KiB 2%
Other 3.7 KiB 0%
Other 3.0 KiB 0%
Other 448 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

F
JS Execution Cost
Action
8241ms total JS execution
FIX
8241ms total JS execution
Warning::
https://www.uber.com/_static/client-vendor-61e4c4f...: 5395ms CPU time
Warning::
https://www.uber.com/fr/en/: 1257ms CPU time
Warning::
Unattributable: 847ms CPU time
Warning::
https://www.uber.com/_static/client-main-af165af41...: 614ms CPU time
Info::
https://tags.tiqcdn.com/utag/uber/main/prod/utag.j...: 128ms CPU time
Info::
Third-party scripts: 976ms (12% of total)

Main Thread Breakdown

Script Evaluation 67% Other 15% Style & Layout 9% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js5395ms4890ms4ms1st
https://www.uber.com/fr/en/1257ms35ms10ms1st
Unattributable847ms16ms0ms3rd
https://www.uber.com/_static/client-main-af165af41dd15219.js614ms554ms5ms1st
https://tags.tiqcdn.com/utag/uber/main/prod/utag.js128ms97ms17ms3rd
F
JS Bundles
Action
42 scripts, 750 KB unused
FIX
42 scripts, 750 KB unused
Warning::
https://www.uber.com/_static/client-main-af165af41...: 235 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uber.com/_static/client-8708-353544d5e...: 219 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uber.com/_static/client-vendor-61e4c4f...: 78 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 77 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uber.com/_static/client-450-bfe15bf1cd...: 51 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 750 KB
750 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.uber.com/_static/client-main-af165af41dd15219.js388 KB235 KB (61%)1st
https://www.uber.com/_static/client-8708-353544d5ef8de5b9.js280 KB219 KB (78%)1st
https://www.uber.com/_static/client-vendor-61e4c4f1e391a01d.js175 KB78 KB (45%)1st
https://accounts.google.com/gsi/client94 KB77 KB (83%)3rd
https://www.uber.com/_static/client-450-bfe15bf1cd6fa2b9.js95 KB51 KB (54%)1st
https://www.uber.com/_static/client-5122-56789282ad38667f.js36 KB25 KB (70%)1st
https://www.uber.com/_static/client-6557-009cc196b55e3405.js43 KB23 KB (54%)1st
https://www.uber.com/_static/client-3265-65fce3dcb4176869.js30 KB21 KB (70%)1st
https://tags.tiqcdn.com/utag/uber/main/prod/utag.js36 KB20 KB (57%)3rd
https://www.uber.com/_static/client-9405-3618dd210052180d.js3 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, max-age=0

DirectiveValueMeaning
no-storeNever cache this response
max-age0Cache for 0 seconds
B
Third-Party Impact
51% third-party, 0 ms blocking
REVIEW
51% third-party, 0 ms blocking
Warning::
Third-party code accounts for 51% of page weight (1.4 MiB of 2.8 MiB)
Info::
Third-party blocking time is low (0 ms)
49%
51%
First-party Third-party
B
Image Optimization
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 1.2 MB
0 oversized -0 KB
22 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (117 KB)
PASS
4 fonts (117 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

117 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.7 s LCP 14.0 shttps://tb-static.uber.com/prod/uber-static/UberMove-Regular.woff2UberMove-Regular.woff2 https://tb-static.uber.com/prod/uber-static/UberMove-Regular.woff2 — 29.6 KiB — 0 ms — font-display: swaphttps://tb-static.uber.com/prod/uber-static/UberMoveText-Medium.woff2UberMoveText-Medium.woff2 https://tb-static.uber.com/prod/uber-static/UberMoveText-Medium.woff2 — 29.5 KiB — 0 ms — font-display: swaphttps://tb-static.uber.com/prod/uber-static/UberMove-Bold.woff2UberMove-Bold.woff2 https://tb-static.uber.com/prod/uber-static/UberMove-Bold.woff2 — 29.8 KiB — 0 ms — font-display: swaphttps://tb-static.uber.com/prod/uber-static/UberMoveText-Regular.woff2UberMoveText-Regular.woff2 https://tb-static.uber.com/prod/uber-static/UberMoveText-Regular.woff2 — 28.2 KiB — 0 ms — font-display: swap
UberMove-Regular.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
UberMoveText-Medium.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
UberMove-Bold.woff2 woff2 swap
Size 30 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
UberMoveText-Regular.woff2 woff2 swap
Size 28 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
99 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
12% of JavaScript execution is third-party
First-party Third-party 976ms · 36KB · $13/mo
Unattributable
Other
Costly
Execution 847ms
Transfer 0 KB
Monthly Cost $11/mo
tags.tiqcdn.com
Other
Optional
Execution 128ms
Transfer 36 KB
Unused 57%
Monthly Cost $2/mo

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.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback