Performance
· 14 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.
1.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.12 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.98 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.
7.77 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 184 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction8175ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://wise.com/static-assets/app/_next/static/chunks/framework-e3f3cb15367a2851.js | 2040ms | 1122ms | 5ms | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/4622-ac38ecd0246fe605.js | 2007ms | 241ms | 1ms | 3rd |
| https://wise.com/ | 1651ms | 11ms | 0ms | 3rd |
| Unattributable | 598ms | 60ms | 0ms | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/pages/_app-ceca420c74a4fdae.js | 570ms | 478ms | 63ms | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/29576-98f3c703fc5462a1.js | 372ms | 262ms | 18ms | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/pages/index-87b33a45fe7f7bec.js | 223ms | 210ms | 0ms | 3rd |
| https://sst.wise.com/gtag/js?id=G-MFT2R11DFX&cx=c>m=4e6460 | 198ms | 157ms | 18ms | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/b0ff0e03-aa1cb3b1276d2ee4.js | 160ms | 15ms | 1ms | 3rd |
| https://sst.wise.com/wisetag?id=GTM-M7V2XH | 103ms | 82ms | 18ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction57 scripts, 896 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://wise.com/static-assets/app/_next/static/chunks/pages/_app-ceca420c74a4fdae.js | 569 KB | 388 KB (68%) | ✓ | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/29576-98f3c703fc5462a1.js | 224 KB | 105 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-16544908&cx=c>m=4e6460 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/58213-76198672ffc511de.js | 103 KB | 59 KB (57%) | ✓ | 3rd |
| https://sst.wise.com/gtag/js?id=G-MFT2R11DFX&cx=c>m=4e6460 | 155 KB | 57 KB (37%) | ✓ | 3rd |
| https://sst.wise.com/wisetag?id=GTM-M7V2XH | 192 KB | 57 KB (30%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15666498&cx=c>m=4e6460 | 129 KB | 55 KB (43%) | ✓ | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/8b6b114a-88c8640ef5860d18.js | 50 KB | 46 KB (94%) | ✓ | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/main-58c02120f8efa4c8.js | 46 KB | 24 KB (53%) | ✓ | 3rd |
| https://wise.com/static-assets/app/_next/static/chunks/064e348a-b0488c68715a61a7.js | 38 KB | 23 KB (64%) | ✓ | 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
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
CImage OptimizationAction44 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (91 KB)PASS
Web fonts
2
91 KB total
Render-blocking
0
of 2
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
AHTTP Cachingmax-age=604800 (1 week)PASS
public, max-age=604800
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 604800 | Cache for 1 week |
Network Waterfall184 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 |
|---|---|---|---|---|---|---|
wise.com wise.com | Other | 2040ms | 45 KB | — | £11/mo | Costly |
wise.com wise.com | Other | 2007ms | 27 KB | 81% | £10/mo | Costly |
wise.com wise.com | Other | 1651ms | 134 KB | — | £9/mo | Costly |
Unattributable Unattributable | Other | 598ms | 0 KB | — | £3/mo | Costly |
wise.com wise.com | Other | 570ms | 569 KB | 68% | £3/mo | Costly |
wise.com wise.com | Other | 372ms | 224 KB | 47% | £2/mo | Costly |
wise.com wise.com | Other | 223ms | 1 KB | — | £1/mo | Costly |
sst.wise.com sst.wise.com | Other | 198ms | 155 KB | 37% | £1/mo | Optional |
wise.com wise.com | Other | 160ms | 21 KB | — | £1/mo | Optional |
sst.wise.com sst.wise.com | Other | 103ms | 192 KB | 30% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 68ms | 129 KB | 48% | £0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 63ms | 129 KB | 43% | £0/mo | Optional |
chromewebdata chromewebdata | Other | 63ms | 0 KB | — | £0/mo | Optional |
wise.com wise.com | Other | 58ms | 189 KB | — | £0/mo | Optional |
These scripts may cost more than they're worth
- wise.com adds 2040ms and costs ~£11/month
- wise.com adds 2007ms and costs ~£10/month
- wise.com adds 1651ms and costs ~£9/month
- Unattributable adds 598ms and costs ~£3/month
- wise.com adds 570ms and costs ~£3/month
- wise.com adds 372ms and costs ~£2/month
- wise.com adds 223ms and costs ~£1/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
wise.com takes 2040ms 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
wise.com takes 2007ms 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
81% of wise.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
wise.com takes 1651ms 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
Unattributable takes 598ms 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
wise.com takes 570ms 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
68% of wise.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
wise.com takes 372ms 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
wise.com takes 223ms 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