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

Performance

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

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

24
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

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

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
16
8 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
9.5 MB transferred, 112 requests
FIX
9.5 MB transferred, 112 requests
Critical::
Page weighs 14.5 MB (9.5 MB transferred)
Warning::
Images are 7.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.8 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
Fonts are 596 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 596 KB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.0 g CO2 per page load
9.5 MB / 2.4 MB budget
9.5 MB transferred
112 requests
2.0 g CO2 per page load
Images 7.8 MiB 82%
JavaScript 1.0 MiB 11%
Fonts 595.9 KiB 6%
HTML 53.9 KiB 1%
CSS 10.4 KiB 0%
Other 1.6 KiB 0%
Other 1.0 KiB 0%
Other 926 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
92% third-party, 0 ms blocking
FIX
92% third-party, 0 ms blocking
Warning::
Third-party code accounts for 92% of page weight (8.8 MiB of 9.5 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
First-party Third-party
F
JS Execution Cost
Action
6937ms total JS execution
FIX
6937ms total JS execution
Warning::
https://www.revolut.com/_next/static/chunks/pages/...: 3429ms CPU time
Warning::
https://www.revolut.com/_next/static/chunks/framew...: 1302ms CPU time
Warning::
Unattributable: 717ms CPU time
Warning::
https://www.revolut.com/: 594ms CPU time
Warning::
https://growth-performance.revolut.com/gtag/js?id=...: 421ms CPU time
Info::
Third-party scripts: 1228ms (18% of total)

Main Thread Breakdown

Other 52% Script Evaluation 32% Style & Layout 9% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.revolut.com/_next/static/chunks/pages/_app-e5f1c28b31e4c8c4.js3429ms323ms62ms1st
https://www.revolut.com/_next/static/chunks/framework-b45be8d4b3ddd3ed.js1302ms1115ms11ms1st
Unattributable717ms21ms0ms3rd
https://www.revolut.com/594ms14ms2ms1st
https://growth-performance.revolut.com/gtag/js?id=G-NC0XSL7JGN421ms367ms49ms3rd
https://www.revolut.com/_next/static/chunks/pages/index-aed4eb8c1f12dd61.js173ms171ms0ms1st
https://www.revolut.com/_next/static/chunks/3057.0634922074919b98.js139ms46ms1ms1st
https://growth-performance.revolut.com/gtag/js?id=G-3Q2GNB8G1190ms48ms41ms3rd
https://www.revolut.com/_next/static/chunks/main-adbed2d033a28b5b.js71ms61ms9ms1st
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: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
B
Image Optimization
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Info::
All images are well-optimized
30 images 7.8 MB
0 oversized -0 KB
28 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
57 scripts, 208 KB unused
REVIEW
57 scripts, 208 KB unused
Warning::
https://growth-performance.revolut.com/gtag/js?id=...: 75 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.revolut.com/_next/static/chunks/pages/...: 67 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://growth-performance.revolut.com/gtag/js?id=...: 65 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 208 KB
208 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://growth-performance.revolut.com/gtag/js?id=G-3Q2GNB8G11191 KB75 KB (39%)3rd
https://www.revolut.com/_next/static/chunks/pages/_app-e5f1c28b31e4c8c4.js242 KB67 KB (28%)1st
https://growth-performance.revolut.com/gtag/js?id=G-NC0XSL7JGN198 KB65 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=gated1 KB3rd
https://www.revolut.com/_next/static/chunks/9402-b6f441d1afff4a1a.js5 KB1st
https://www.revolut.com/_next/static/chunks/7863.f581fcdd602f3d4e.js3 KB1st
https://www.revolut.com/_next/static/chunks/7000.a53e7f0eb7d057ec.js9 KB1st
https://www.revolut.com/_next/static/chunks/7298.e07f68ebf65905be.js3 KB1st
https://www.revolut.com/_next/static/chunks/7589.323195937cd057e0.js3 KB1st
https://www.revolut.com/_next/static/chunks/6832.f9db9d6e1800b0f4.js14 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

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
8 fonts (596 KB)
PASS
8 fonts (596 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

596 KB total

Render-blocking

0

of 8

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 16.0 s FCP 2.5 s LCP 16.3 shttps://assets.revolut.com/assets/fonts/AeonikPro-Black.woff2AeonikPro-Black.woff2 https://assets.revolut.com/assets/fonts/AeonikPro-Black.woff2 — 54.3 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/AeonikPro-Medium.woff2AeonikPro-Medium.woff2 https://assets.revolut.com/assets/fonts/AeonikPro-Medium.woff2 — 39.9 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/AeonikPro-Regular.woff2AeonikPro-Regular.woff2 https://assets.revolut.com/assets/fonts/AeonikPro-Regular.woff2 — 53.4 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/AeonikPro-Black-Capitalised.woff2AeonikPro-Black-Capital... https://assets.revolut.com/assets/fonts/AeonikPro-Black-Capitalised.woff2 — 23.6 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/Inter-Regular.woff2Inter-Regular.woff2 https://assets.revolut.com/assets/fonts/Inter-Regular.woff2 — 101.3 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/Inter-Medium.woff2Inter-Medium.woff2 https://assets.revolut.com/assets/fonts/Inter-Medium.woff2 — 109.2 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/Inter-SemiBold.woff2Inter-SemiBold.woff2 https://assets.revolut.com/assets/fonts/Inter-SemiBold.woff2 — 110.0 KiB — 0 ms — font-display: swaphttps://assets.revolut.com/assets/fonts/Inter-Bold.woff2Inter-Bold.woff2 https://assets.revolut.com/assets/fonts/Inter-Bold.woff2 — 104.3 KiB — 0 ms — font-display: swap
AeonikPro-Black.woff2 woff2 swap
Size 54 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
AeonikPro-Medium.woff2 woff2 swap
Size 40 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
AeonikPro-Regular.woff2 woff2 swap
Size 53 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
AeonikPro-Black-Capital... woff2 swap
Size 24 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Inter-Regular.woff2 woff2 swap
Size 101 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Medium.woff2 woff2 swap
Size 109 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-SemiBold.woff2 woff2 swap
Size 110 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Bold.woff2 woff2 swap
Size 104 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • 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 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
112 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
18% of JavaScript execution is third-party
First-party Third-party 1228ms · 388KB · £13/mo
Unattributable
Other
Costly
Execution 717ms
Transfer 0 KB
Monthly Cost £7/mo
growth-performance.revolut.com
Other
Costly
Execution 421ms
Transfer 198 KB
Unused 33%
Monthly Cost £4/mo
growth-performance.revolut.com
Other
Optional
Execution 90ms
Transfer 191 KB
Unused 39%
Monthly Cost £1/mo

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.

Why this matters

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.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

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