Performance
· 27 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.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.92 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.55 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.
12.24 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 63 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
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
FJS Execution CostAction7663ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMjk0Nzgucl9HRFBSLmxfZW4uZF8xMzAxMC54XzEwLnYucC50XzEzMDEwLnh0XzM5.js | 1751ms | 1656ms | 31ms | 3rd |
| https://www.der-betze-brennt.de/ | 1021ms | 412ms | 13ms | 1st |
| Unattributable | 890ms | 24ms | 0ms | 3rd |
| https://cdn.confiant-integrations.net/gptprebidnative/202604301904/wrap.js | 735ms | 633ms | 59ms | 3rd |
| https://cdn.vlyby.com/qad/prebid.js | 645ms | 495ms | 149ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-N8LTVQBFCX | 553ms | 454ms | 90ms | 3rd |
| https://www.der-betze-brennt.de/cdn-cgi/challenge-platform/scripts/jsd/main.js | 531ms | 513ms | 5ms | 1st |
| https://cdn.vlyby.com/qad/qad-outer2.js | 522ms | 402ms | 101ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KL8XG83 | 383ms | 275ms | 83ms | 3rd |
| https://cperf.sportplatz-media.com/derbetzebrennt/Relaunch/der-betze-brennt.de_Home.js | 191ms | 23ms | 167ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction14 scripts, 649 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.vlyby.com/qad/prebid.js | 217 KB | 172 KB (79%) | ✓ | 3rd |
| https://cperf.sportplatz-media.com/derbetzebrennt/Relaunch/der-betze-brennt.de_Home.js | 156 KB | 140 KB (90%) | ✗ | 3rd |
| https://cdn.confiant-integrations.net/gptprebidnative/202604301904/wrap.js | 140 KB | 87 KB (62%) | ✓ | 3rd |
| https://cdn.vlyby.com/qad/qad-outer2.js | 114 KB | 66 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-N8LTVQBFCX | 158 KB | 64 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KL8XG83 | 119 KB | 62 KB (52%) | ✓ | 3rd |
| https://cdn.consentmanager.net/delivery/js/cmp_en.min.js | 101 KB | 36 KB (36%) | ✓ | 3rd |
| https://code.jquery.com/jquery-3.7.1.min.js | 30 KB | 22 KB (76%) | ✓ | 3rd |
| https://c.delivery.consentmanager.net/delivery/cmp.php?&cdid=63ce40b9334c&h=https%3A%2F%2Fwww.der-betze-brennt.de%2F&&__cmpfcc=1&l=en&o=1778419903522 | 3 KB | — | ✓ | 3rd |
| https://www.der-betze-brennt.de/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js? | 10 KB | — | ✓ | 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
DPage Weight InventoryAction63 resources · 4.2 MB · 649 KB savings availableFIX
~649.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 63 resources | 4.2 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction32 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
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
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
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
AThird-Party Impact26% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (12 KB)PASS
Web fonts
1
12 KB total
Render-blocking
0
of 1
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+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) 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 Waterfall63 requests over 2063msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.consentmanager.net cdn.consentmanager.net | Other | 1751ms | 27 KB | — | €19/mo | Costly |
Unattributable Unattributable | Other | 890ms | 0 KB | — | €10/mo | Costly |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 735ms | 140 KB | 62% | €8/mo | Costly |
cdn.vlyby.com cdn.vlyby.com | Other | 645ms | 217 KB | 79% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 553ms | 158 KB | 40% | €6/mo | Costly |
cdn.vlyby.com cdn.vlyby.com | Other | 522ms | 114 KB | 58% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 383ms | 119 KB | 52% | €4/mo | Costly |
cperf.sportplatz-media.com cperf.sportplatz-media.com | Other | 191ms | 156 KB | 90% | €2/mo | Optional |
cdn.consentmanager.net cdn.consentmanager.net | Other | 165ms | 101 KB | 36% | €2/mo | Optional |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 150ms | 65 KB | — | €2/mo | Optional |
code.jquery.com code.jquery.com | Other | 126ms | 30 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.consentmanager.net adds 1751ms and costs ~€19/month
- Unattributable adds 890ms and costs ~€10/month
- cdn.confiant-integrations.net adds 735ms and costs ~€8/month
- cdn.vlyby.com adds 645ms and costs ~€7/month
- Google Tag Manager adds 553ms and costs ~€6/month
- cdn.vlyby.com adds 522ms and costs ~€6/month
- Google Tag Manager adds 383ms and costs ~€4/month
80% 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.consentmanager.net takes 1751ms 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 890ms 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.confiant-integrations.net takes 735ms 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
62% of cdn.confiant-integrations.net'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.vlyby.com takes 645ms 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
79% of cdn.vlyby.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
Google Tag Manager takes 553ms 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.vlyby.com takes 522ms 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.vlyby.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
Google Tag Manager takes 383ms 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
52% of Google Tag Manager'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
90% of cperf.sportplatz-media.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
76% of code.jquery.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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)
LCP (p75)
1153 ms
94% good
INP (p75)
105 ms
90% good
CLS (p75)
0.030
87% good
FCP (p75)
804 ms
TTFB (p75)
391 ms
Image Optimization74 images, 1366 KB total, 750 KB wastedINFO
Image Optimization Audit
Total Images
74
Total Size
1366 KB
Oversized
17
Wasted
750 KB