Performance
· 16 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.
4.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.49 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.
9.06 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.
31.69 s
Page Load Progression
FPage Weight BudgetAction6.3 MB transferred, 139 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 CostAction16157ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.deepl.com/app-storefront/_next/static/chunks/2296-9ae55c14e86c1e78.js | 3713ms | 3298ms | 60ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/webpack-d2373df64790f017.js | 2474ms | 2372ms | 2ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 2440ms | 1737ms | 26ms | 1st |
| https://www.deepl.com/en | 2260ms | 71ms | 69ms | 1st |
| Unattributable | 1702ms | 96ms | 0ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/1dd3208c-db20bb1d8e3bcc9b.js | 923ms | 836ms | 30ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 755ms | 430ms | 46ms | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/5904.514bfac5c80e25c5.js | 647ms | 371ms | 5ms | 1st |
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 293ms | 217ms | 66ms | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-61dfb02280fc97f2.js | 232ms | 12ms | 113ms | 1st |
Showing top 10 of 15 scripts
FJS BundlesAction46 scripts, 528 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gtm.deepl.com/gtm.js?id=GTM-5F5PGZ5P | 214 KB | 106 KB (50%) | ✓ | 3rd |
| https://www.deepl.com/app-storefront/_next/static/chunks/47bf8baf-2489944084be743a.js | 111 KB | 72 KB (65%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2296-9ae55c14e86c1e78.js | 173 KB | 61 KB (36%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/4794-61dfb02280fc97f2.js | 386 KB | 60 KB (16%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/2122.03e36ee23dee24f6.js | 72 KB | 59 KB (83%) | ✓ | 1st |
| https://www.deepl.com/app-storefront/_next/static/chunks/app/%5Blang%5D/page-e8d7b5e06cbd5eec.js | 461 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 | 51 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 OptimizationAction23 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.
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 Impact16% 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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall139 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 | 1702ms | 0 KB | — | €18/mo | Costly |
gtm.deepl.com gtm.deepl.com | Other | 293ms | 214 KB | 50% | €3/mo | Costly |
challenges.cloudflare.com challenges.cloudflare.com | Other | 201ms | 0 KB | — | €2/mo | Costly |
clearance.deepl.com clearance.deepl.com | Other | 150ms | 0 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1702ms and costs ~€18/month
- gtm.deepl.com adds 293ms and costs ~€3/month
- challenges.cloudflare.com adds 201ms and costs ~€2/month
Unattributable takes 1702ms 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
gtm.deepl.com takes 293ms 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
challenges.cloudflare.com takes 201ms 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