Performance
· 15 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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.15 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.96 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.24 s
Page Load Progression
FPage Weight BudgetAction6.0 MB transferred, 120 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
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 CostAction6212ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1207ms | 24ms | 0ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 1167ms | 136ms | 14ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/1dd3208c-db20bb1d8e3bcc9b.js | 1134ms | 1049ms | 8ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/8665-63687f707ea94980.js | 964ms | 836ms | 14ms | 3rd |
| https://www.deepl.com/en | 755ms | 23ms | 13ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 554ms | 383ms | 8ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/5904.514bfac5c80e25c5.js | 187ms | 105ms | 1ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-c12605707d915675.js | 97ms | 5ms | 33ms | 3rd |
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 74ms | 56ms | 17ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/app/%5Blang%5D/page-9919593d7c97fa39.js | 73ms | 3ms | 69ms | 3rd |
FJS BundlesAction41 scripts, 517 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 219 KB | 108 KB (49%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 112 KB | 73 KB (65%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 73 KB | 60 KB (83%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-c12605707d915675.js | 384 KB | 60 KB (16%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/8665-63687f707ea94980.js | 145 KB | 53 KB (36%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/app/%5Blang%5D/page-9919593d7c97fa39.js | 464 KB | 52 KB (11%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/main-app-a21f1b297f05aae6.js | 96 KB | 34 KB (35%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/99.10c07ae3ea065172.js | 51 KB | 31 KB (63%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/6436.bcb23c3434438677.js | 43 KB | 25 KB (61%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/3413-92b6b50615abd59b.js | 40 KB | 22 KB (56%) | ✓ | 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 InventoryAction120 resources · 6.0 MB · 517 KB savings availableFIX
~517.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 120 resources | 6.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction24 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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading3 fonts (175 KB)PASS
Web fonts
3
175 KB total
Render-blocking
0
of 3
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
Network Waterfall120 requests over 8110msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1207ms | 0 KB | — | €13/mo | Costly |
www.deepl.com www.deepl.com | Other | 1167ms | 112 KB | 65% | €13/mo | Costly |
www.deepl.com www.deepl.com | Other | 1134ms | 78 KB | — | €12/mo | Costly |
www.deepl.com www.deepl.com | Other | 964ms | 145 KB | 36% | €10/mo | Costly |
www.deepl.com www.deepl.com | Other | 755ms | 116 KB | — | €8/mo | Costly |
www.deepl.com www.deepl.com | Other | 554ms | 73 KB | 83% | €6/mo | Costly |
www.deepl.com www.deepl.com | Other | 187ms | 18 KB | — | €2/mo | Optional |
www.deepl.com www.deepl.com | Other | 97ms | 384 KB | 16% | €1/mo | Optional |
gtm.deepl.com gtm.deepl.com | Other | 74ms | 219 KB | 49% | €1/mo | Optional |
www.deepl.com www.deepl.com | Other | 73ms | 464 KB | 11% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1207ms and costs ~€13/month
- www.deepl.com adds 1167ms and costs ~€13/month
- www.deepl.com adds 1134ms and costs ~€12/month
- www.deepl.com adds 964ms and costs ~€10/month
- www.deepl.com adds 755ms and costs ~€8/month
- www.deepl.com adds 554ms and costs ~€6/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
Unattributable takes 1207ms 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
www.deepl.com takes 1167ms 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 www.deepl.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
www.deepl.com takes 1134ms 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
www.deepl.com takes 964ms 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
www.deepl.com takes 755ms 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
www.deepl.com takes 554ms 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
83% of www.deepl.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