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.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.03 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.240
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.19 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.43 s
Page Load Progression
FPage Weight BudgetAction9.5 MB transferred, 112 requestsFIX
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
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 ImpactAction92% third-party, 0 ms blockingFIX
FJS Execution CostAction6937ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.revolut.com/_next/static/chunks/pages/_app-e5f1c28b31e4c8c4.js | 3429ms | 323ms | 62ms | 1st |
| https://www.revolut.com/_next/static/chunks/framework-b45be8d4b3ddd3ed.js | 1302ms | 1115ms | 11ms | 1st |
| Unattributable | 717ms | 21ms | 0ms | 3rd |
| https://www.revolut.com/ | 594ms | 14ms | 2ms | 1st |
| https://growth-performance.revolut.com/gtag/js?id=G-NC0XSL7JGN | 421ms | 367ms | 49ms | 3rd |
| https://www.revolut.com/_next/static/chunks/pages/index-aed4eb8c1f12dd61.js | 173ms | 171ms | 0ms | 1st |
| https://www.revolut.com/_next/static/chunks/3057.0634922074919b98.js | 139ms | 46ms | 1ms | 1st |
| https://growth-performance.revolut.com/gtag/js?id=G-3Q2GNB8G11 | 90ms | 48ms | 41ms | 3rd |
| https://www.revolut.com/_next/static/chunks/main-adbed2d033a28b5b.js | 71ms | 61ms | 9ms | 1st |
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization30 images, 0 KB saveableREVIEW
CJS BundlesAction57 scripts, 208 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://growth-performance.revolut.com/gtag/js?id=G-3Q2GNB8G11 | 191 KB | 75 KB (39%) | ✓ | 3rd |
| https://www.revolut.com/_next/static/chunks/pages/_app-e5f1c28b31e4c8c4.js | 242 KB | 67 KB (28%) | ✓ | 1st |
| https://growth-performance.revolut.com/gtag/js?id=G-NC0XSL7JGN | 198 KB | 65 KB (33%) | ✓ | 3rd |
| https://polyfills.revolut.com/v3/polyfill.min.js?features=Array.prototype.at%2CPromise.allSettled%2CIntl.getCanonicalLocales%2CIntl.Locale%2CIntl.PluralRules%2CIntl.PluralRules.~locale.en%2CIntl.NumberFormat%2CIntl.NumberFormat.~locale.en%2CIntl.DisplayNames%2CIntl.DisplayNames.~locale.en%2CIntl.DateTimeFormat%2CIntl.DateTimeFormat.~locale.en%2CIntl.DateTimeFormat.prototype.formatToParts&flags=gated | 1 KB | — | ✓ | 3rd |
| https://www.revolut.com/_next/static/chunks/9402-b6f441d1afff4a1a.js | 5 KB | — | ✓ | 1st |
| https://www.revolut.com/_next/static/chunks/7863.f581fcdd602f3d4e.js | 3 KB | — | ✓ | 1st |
| https://www.revolut.com/_next/static/chunks/7000.a53e7f0eb7d057ec.js | 9 KB | — | ✓ | 1st |
| https://www.revolut.com/_next/static/chunks/7298.e07f68ebf65905be.js | 3 KB | — | ✓ | 1st |
| https://www.revolut.com/_next/static/chunks/7589.323195937cd057e0.js | 3 KB | — | ✓ | 1st |
| https://www.revolut.com/_next/static/chunks/6832.f9db9d6e1800b0f4.js | 14 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (596 KB)PASS
Web fonts
8
596 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~212 KB and ~424 ms
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: Cloudflare
Network Waterfall112 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 | 717ms | 0 KB | — | £7/mo | Costly |
growth-performance.revolut.com growth-performance.revolut.com | Other | 421ms | 198 KB | 33% | £4/mo | Costly |
growth-performance.revolut.com growth-performance.revolut.com | Other | 90ms | 191 KB | 39% | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 717ms and costs ~£7/month
- growth-performance.revolut.com adds 421ms and costs ~£4/month
Unattributable takes 717ms 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
growth-performance.revolut.com takes 421ms 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