Performance
· 17 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.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.70 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.83 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.
28.10 s
Page Load Progression
FPage Weight BudgetAction3.7 MB transferred, 193 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 ImpactAction98% third-party, 0 ms blockingFIX
FJS Execution CostAction8865ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.wetransfer.com/_next/static/chunks/framework-ca2f8fe4a887959b.js | 2624ms | 2342ms | 74ms | 3rd |
| https://tagging.wetransfer.com/gtm.js?id=GTM-NS54WBW | 971ms | 826ms | 99ms | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/7354.30a5a0411a6507e5.js | 946ms | 605ms | 284ms | 3rd |
| Unattributable | 752ms | 58ms | 0ms | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/1639.4df9c4041275b2cc.js | 595ms | 527ms | 25ms | 3rd |
| https://wetransfer.com/ | 511ms | 21ms | 5ms | 1st |
| https://tagging.wetransfer.com/gtag/js?id=G-0M019DTWVR&cx=c>m=4e64h1&sign=4540cbcd4b2e4447da8af763aa61645a941ce663acf0b01c5f65d4cef09e7c3e_20260421 | 418ms | 359ms | 55ms | 3rd |
| https://js.stripe.com/v3 | 335ms | 182ms | 83ms | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/9338.993d9483534aa86f.js | 317ms | 265ms | 50ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 285ms | 255ms | 15ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction67 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.wetransfer.com/_next/static/chunks/7354.30a5a0411a6507e5.js | 806 KB | 275 KB (34%) | ✓ | 3rd |
| https://js.stripe.com/v3 | 225 KB | 163 KB (73%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 74 KB (78%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 0 KB | 74 KB (78%) | ✓ | 3rd |
| https://tagging.wetransfer.com/gtm.js?id=GTM-NS54WBW | 0 KB | 71 KB (41%) | ✓ | 3rd |
| https://tagging.wetransfer.com/gtm.js?id=GTM-NS54WBW | 173 KB | 71 KB (41%) | ✓ | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/9338.993d9483534aa86f.js | 123 KB | 69 KB (56%) | ✓ | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/b7bfefd8.9b1f2da38a41583d.js | 71 KB | 62 KB (87%) | ✓ | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/7242.f78322a12cd2966a.js | 135 KB | 51 KB (38%) | ✓ | 3rd |
| https://cdn.wetransfer.com/_next/static/chunks/1639.4df9c4041275b2cc.js | 85 KB | 49 KB (58%) | ✓ | 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
FPage Weight InventoryAction193 resources · 3.7 MB · 1.2 MB savings availableFIX
~1.2 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 193 resources | 3.7 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization3 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
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 Loading4 fonts (90 KB)PASS
Web fonts
4
90 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~2 KB and ~4 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall193 requests over 5340msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.wetransfer.com cdn.wetransfer.com | Other | 2624ms | 0 KB | — | $35/mo | Costly |
tagging.wetransfer.com tagging.wetransfer.com | Other | 971ms | 0 KB | 41% | $13/mo | Costly |
cdn.wetransfer.com cdn.wetransfer.com | Other | 946ms | 806 KB | 34% | $13/mo | Costly |
Unattributable Unattributable | Other | 752ms | 0 KB | — | $10/mo | Costly |
cdn.wetransfer.com cdn.wetransfer.com | Other | 595ms | 85 KB | 58% | $8/mo | Costly |
tagging.wetransfer.com tagging.wetransfer.com | Other | 418ms | 0 KB | — | $6/mo | Costly |
Stripe js.stripe.com | Payment | 335ms | 225 KB | 73% | $4/mo | Essential |
cdn.wetransfer.com cdn.wetransfer.com | Other | 317ms | 123 KB | 56% | $4/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 285ms | 0 KB | — | $4/mo | Costly |
cdn.wetransfer.com cdn.wetransfer.com | Other | 188ms | 0 KB | 54% | $2/mo | Optional |
cdn.wetransfer.com cdn.wetransfer.com | Other | 181ms | 0 KB | 77% | $2/mo | Optional |
apps.rokt.com apps.rokt.com | Other | 135ms | 21 KB | — | $2/mo | Optional |
cdn.wetransfer.com cdn.wetransfer.com | Other | 121ms | 135 KB | 38% | $2/mo | Optional |
cdn.wetransfer.com cdn.wetransfer.com | Other | 114ms | 2 KB | — | $2/mo | Optional |
cdn.wetransfer.com cdn.wetransfer.com | Other | 112ms | 131 KB | 23% | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 106ms | 0 KB | 78% | $1/mo | Optional |
cdn.wetransfer.com cdn.wetransfer.com | Other | 97ms | 0 KB | 78% | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 55ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cdn.wetransfer.com adds 2624ms and costs ~$35/month
- tagging.wetransfer.com adds 971ms and costs ~$13/month
- cdn.wetransfer.com adds 946ms and costs ~$13/month
- Unattributable adds 752ms and costs ~$10/month
- cdn.wetransfer.com adds 595ms and costs ~$8/month
- tagging.wetransfer.com adds 418ms and costs ~$6/month
- cdn.wetransfer.com adds 317ms and costs ~$4/month
- Microsoft Clarity adds 285ms and costs ~$4/month
94% 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.wetransfer.com takes 2624ms 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
tagging.wetransfer.com takes 971ms 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.wetransfer.com takes 946ms 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 752ms 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.wetransfer.com takes 595ms 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
58% of cdn.wetransfer.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
tagging.wetransfer.com takes 418ms 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 Stripe'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.wetransfer.com takes 317ms 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
56% of cdn.wetransfer.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
Microsoft Clarity takes 285ms 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
54% of cdn.wetransfer.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
77% of cdn.wetransfer.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
78% of accounts.google.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
78% of cdn.wetransfer.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