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.68 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.04 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.65 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.
6.75 s
Page Load Progression
FPage Weight BudgetAction6.0 MB transferred, 136 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
FJS Execution CostAction5295ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1348ms | 26ms | 0ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 945ms | 158ms | 10ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2296-9ae55c14e86c1e78.js | 915ms | 773ms | 14ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/webpack-d2373df64790f017.js | 693ms | 669ms | 1ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 443ms | 314ms | 5ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/1dd3208c-db20bb1d8e3bcc9b.js | 268ms | 180ms | 8ms | 1st |
| https://www.deepl.com/en | 240ms | 11ms | 11ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/5904.514bfac5c80e25c5.js | 209ms | 96ms | 1ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-61dfb02280fc97f2.js | 96ms | 4ms | 27ms | 1st |
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 87ms | 66ms | 19ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction46 scripts, 530 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 215 KB | 107 KB (50%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 112 KB | 73 KB (65%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2296-9ae55c14e86c1e78.js | 173 KB | 62 KB (36%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-61dfb02280fc97f2.js | 385 KB | 60 KB (16%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 73 KB | 60 KB (83%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/app/%5Blang%5D/page-e8d7b5e06cbd5eec.js | 462 KB | 59 KB (13%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/main-app-2b9713f69aec7991.js | 97 KB | 33 KB (34%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/99.8c7b7913f904b9f6.js | 50 KB | 31 KB (63%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/6436.bcb23c3434438677.js | 43 KB | 25 KB (61%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/8017-c551d3b61f73dc2b.js | 30 KB | 21 KB (70%) | ✓ | 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
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
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.
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
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+Third-Party Impact17% third-party, 0 ms blockingPASS
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 Waterfall136 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 | 1348ms | 0 KB | — | €15/mo | Costly |
gtm.deepl.com gtm.deepl.com | Other | 87ms | 215 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1348ms and costs ~€15/month
Unattributable takes 1348ms 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