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.
2.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
945 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.023
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.78 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.
18.38 s
Page Load Progression
FPage Weight BudgetAction5.9 MB transferred, 68 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4921ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/pages/_app-a960c881833e76351891.js | 1793ms | 1534ms | 190ms | 3rd |
| Unattributable | 942ms | 180ms | 0ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/webapp/vendor/user_centrics/3.33.0/bundle.js | 632ms | 497ms | 60ms | 3rd |
| https://robinhood.com/eu/fr/ | 495ms | 4ms | 1ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/ab5b2209-1a6117da6ba683060cf6.js | 302ms | 2ms | 299ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/main-791280f23fb66447a7e5.js | 259ms | 197ms | 50ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/23740-5ef4866e1bc0b58cce85.js | 171ms | 79ms | 91ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/6030-ab1e808e5f7c57215559.js | 98ms | 36ms | 3ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/93794-e6d277895fc59dff0be4.js | 94ms | 2ms | 92ms | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/6389-e5af824c86d85f24a1a8.js | 71ms | 1ms | 28ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction28 scripts, 964 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/ab5b2209-1a6117da6ba683060cf6.js | 599 KB | 435 KB (73%) | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/pages/_app-a960c881833e76351891.js | 525 KB | 339 KB (65%) | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/93794-e6d277895fc59dff0be4.js | 151 KB | 119 KB (79%) | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/webapp/vendor/user_centrics/3.33.0/bundle.js | 143 KB | 71 KB (50%) | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/67893-956ecd225bc57b8a344b.js | 6 KB | — | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/93883-cf7a17e75f5bf4c8a0d4.js | 8 KB | — | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/61011-064b1422eb83b9cd7084.js | 4 KB | — | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/96895-bb4446d4753b5a9f4292.js | 5 KB | — | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/6389-e5af824c86d85f24a1a8.js | 34 KB | — | ✓ | 3rd |
| https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/chunks/64010-57d27a8e802f96227fe2.js | 5 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization8 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 Loading6 fonts (171 KB)PASS
Web fonts
6
171 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 Hints26 hints, 0 missing preconnectsPASS
Current Resource Hints
26 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall68 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 |
|---|---|---|---|---|---|---|
cdn.robinhood.com cdn.robinhood.com | Other | 1793ms | 525 KB | 65% | €19/mo | Costly |
Unattributable Unattributable | Other | 942ms | 0 KB | — | €10/mo | Costly |
cdn.robinhood.com cdn.robinhood.com | Other | 632ms | 143 KB | 50% | €7/mo | Costly |
robinhood.com robinhood.com | Other | 495ms | 33 KB | — | €5/mo | Costly |
cdn.robinhood.com cdn.robinhood.com | Other | 302ms | 599 KB | 73% | €3/mo | Costly |
cdn.robinhood.com cdn.robinhood.com | Other | 259ms | 63 KB | — | €3/mo | Costly |
cdn.robinhood.com cdn.robinhood.com | Other | 171ms | 48 KB | — | €2/mo | Optional |
cdn.robinhood.com cdn.robinhood.com | Other | 98ms | 7 KB | — | €1/mo | Optional |
cdn.robinhood.com cdn.robinhood.com | Other | 94ms | 151 KB | 79% | €1/mo | Optional |
cdn.robinhood.com cdn.robinhood.com | Other | 71ms | 34 KB | — | €1/mo | Optional |
cdn.robinhood.com cdn.robinhood.com | Other | 64ms | 18 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.robinhood.com adds 1793ms and costs ~€19/month
- Unattributable adds 942ms and costs ~€10/month
- cdn.robinhood.com adds 632ms and costs ~€7/month
- robinhood.com adds 495ms and costs ~€5/month
- cdn.robinhood.com adds 302ms and costs ~€3/month
- cdn.robinhood.com adds 259ms and costs ~€3/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
cdn.robinhood.com takes 1793ms 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 cdn.robinhood.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
Unattributable takes 942ms 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
cdn.robinhood.com takes 632ms 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
robinhood.com takes 495ms 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
cdn.robinhood.com takes 302ms 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
73% of cdn.robinhood.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
cdn.robinhood.com takes 259ms 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
79% of cdn.robinhood.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