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.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.58 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.
3.06 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 43 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction43 resources · 2.1 MB · 229 KB savings availableFIX
~229.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 43 resources | 2.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost563ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.test.de/ | 274ms | 19ms | 5ms | 3rd |
| https://cdn-eu.piano.io/api/tinypass.min.js | 107ms | 84ms | 16ms | 3rd |
| Unattributable | 96ms | 6ms | 0ms | 3rd |
| https://www.test.de/gtm.js?id=GTM-W9MTK4V | 86ms | 61ms | 24ms | 3rd |
CJS BundlesAction12 scripts, 229 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-eu.piano.io/api/tinypass.min.js | 133 KB | 81 KB (61%) | ✓ | 3rd |
| https://www.test.de/gtm.js?id=GTM-W9MTK4V | 159 KB | 75 KB (47%) | ✓ | 3rd |
| https://cdn.test.de/static/scripts/chunks/vendors-node_modules_vue_dist_vue_esm-browser_prod_js.aeccc5df884570d1b9aa.min.js | 57 KB | 28 KB (49%) | ✓ | 3rd |
| https://cdn.cxense.com/cx.js | 38 KB | 25 KB (66%) | ✓ | 3rd |
| https://cdn.test.de/static/scripts/main.min;v167309086.js | 38 KB | 21 KB (55%) | ✓ | 3rd |
| https://experience-eu.piano.io/xbuilder/experience/load?aid=lzfikWNGpe | 2 KB | — | ✓ | 3rd |
| https://cdn.test.de/static/scripts/chunks/vendors-node_modules_dompurify_dist_purify_es_mjs.095418a8b2032ae4e80d.min.js | 9 KB | — | ✓ | 3rd |
| https://cdn.test.de/static/scripts/chunks/Quiz-Quiz-js.e76a460ef547b5c10e67.min.js | 4 KB | — | ✓ | 3rd |
| https://cdn.test.de/static/scripts/chunks/QuickStart-QuickStart-js.e7c2ba0209958edfe6d1.min.js | 1 KB | — | ✓ | 3rd |
| https://cdn.test.de/static/scripts/chunks/vendors-node_modules_swiper_swiper_mjs.b446e1ded974c0d6a856.min.js | 20 KB | — | ✓ | 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
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization21 images, 0 KB saveablePASS
A+Font Loading2 fonts (107 KB)PASS
Web fonts
2
107 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: Link11 GmbH
Network Waterfall43 requests over 2905msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.test.de www.test.de | Other | 274ms | 166 KB | — | €3/mo | Costly |
cdn-eu.piano.io cdn-eu.piano.io | Other | 107ms | 133 KB | 61% | €1/mo | Optional |
Unattributable Unattributable | Other | 96ms | 0 KB | — | €1/mo | Optional |
www.test.de www.test.de | Other | 86ms | 159 KB | 47% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.test.de adds 274ms and costs ~€3/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
www.test.de takes 274ms 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
61% of cdn-eu.piano.io'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