Skip to content
https://knuddels.de

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
2
REVIEW
8
PASS
9
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

74
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.51 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.93 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

30 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.168

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.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.

2.96 s

Page Load Progression

693 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
4.9 s
5.5 s
Checks
22
9 PASS 8 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.3 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.3 MB transferred, 47 requests
REVIEW
1.3 MB transferred, 47 requests
Info::
Page weighs 3.3 MB (1.3 MB transferred)
Info::
47 HTTP requests
Info::
Estimated 0.27 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
47 requests
0.27 g CO2 per page load
Other 512.0 KiB 39%
Images 272.4 KiB 21%
JavaScript 225.4 KiB 17%
CSS 171.5 KiB 13%
HTML 45.3 KiB 3%
Fonts 42.5 KiB 3%
Other 35.8 KiB 3%
Other 1.5 KiB 0%
Other 751 B 0%
0 2.4 MB 4.9 MB
Under budget
C
Image Optimization
Action
8 images, 0 KB saveable
REVIEW
8 images, 0 KB saveable
Warning::
https://www.knuddels.de/_astro/flag-eu.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.knuddels.de/_astro/01-kennenlernen_Z1t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.knuddels.de/_astro/02-spielen_7Q62W.av... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.knuddels.de/_astro/03-freunde_Z14ODeU.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.knuddels.de/_astro/04-themen_6qRzS.avi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.consentmanager.net/delivery/img/logo17... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
8 images 272 KB
0 oversized -0 KB
6 legacy format
7 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
682ms total JS execution
REVIEW
682ms total JS execution
Warning::
https://www.knuddels.de/: 414ms CPU time
Info::
Unattributable: 149ms CPU time
Info::
https://cdn.consentmanager.net/delivery/customdata...: 119ms CPU time
Warning::
Third-party scripts: 682ms (100% of total)

Main Thread Breakdown

Other 46% Script Evaluation 27% Style & Layout 15% Parse HTML & CSS 4% Rendering 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.knuddels.de/414ms56ms3ms3rd
Unattributable149ms5ms0ms3rd
https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNzUwMDEucl9HRFBSLmxfZGUuZF8yOTAzNy54XzI5LnYucC50XzI5MDM3Lnh0XzI1Mw.js119ms109ms7ms3rd
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
47 resources · 1.3 MB · 37 KB savings available
REVIEW
47 resources · 1.3 MB · 37 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 283 KB
Got: 1.3 MB Expected: ≤ 1 MB
Warning::
46 third-party resources (100% of weight)
Info::
1 resources over 200KB
47 resources · 1.3 MiB · 46 third-party 283.1 KiB over 1MB target
Media 39% · 512.0 KiB
Image 24% · 308.1 KiB
JavaScript 17% · 225.4 KiB
CSS 13% · 171.5 KiB
Document 3% · 45.3 KiB
Font 3% · 42.5 KiB
Other 0% · 2.4 KiB

~36.6 KiB of savings available

Remove unused JavaScript: 36.6 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (42 KB)
PASS
3 fonts (42 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

42 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.5 s LCP 1.9 shttps://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2source-sans-pro-600-lat... https://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2 — 13.0 KiB — 386 ms — font-display: swaphttps://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2dosis-700-latin.woff2 https://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2 — 16.6 KiB — 433 ms — font-display: swaphttps://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2source-sans-pro-400-lat... https://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2 — 12.9 KiB — 434 ms — font-display: swap
source-sans-pro-600-lat... woff2 swap
Size 13 KB
Load time 386 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
dosis-700-latin.woff2 woff2 swap
Size 17 KB
Load time 433 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-400-lat... woff2 swap
Size 13 KB
Load time 434 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
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+
JS Bundles
22 scripts, 37 KB unused
PASS
22 scripts, 37 KB unused
Warning::
https://cdn.consentmanager.net/delivery/js/cmp_en....: 37 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 37 KB
37 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.consentmanager.net/delivery/js/cmp_en.min.js101 KB37 KB (36%)3rd
https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNzUwMDEucl9HRFBSLmxfZGUuZF8yOTAzNy54XzI5LnYucC50XzI5MDM3Lnh0XzI1Mw.js48 KB3rd
https://www.knuddels.de/_astro/snippet.BlKd31E7.js11 KB3rd
https://www.knuddels.de/_astro/root.astro_astro_type_script_index_2_lang.DhEoAxFX.js0 KB3rd
https://www.knuddels.de/_astro/index.Bf1eTr1l.js1 KB3rd
https://www.knuddels.de/_astro/env.rf1VczkW.js1 KB3rd
https://www.knuddels.de/_astro/api.BGWvOJvf.js2 KB3rd
https://www.knuddels.de/_astro/embeddingHelper.pNJp7RsE.js1 KB3rd
https://www.knuddels.de/_astro/RegistrationButton.CkJP0BFU.js1 KB3rd
https://www.knuddels.de/_astro/client.svelte.o-9zFq4H.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
47 requests over 4020ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 1.9 shttps://knuddels.de// https://knuddels.de/ — 301 — 148 B — 673 ms — h2https://www.knuddels.de/www.knuddels.de/ https://www.knuddels.de/ — 200 — 45.3 KiB — 701 ms — h2https://www.knuddels.de/_astro/root.astro_astro_type_script_index_1_lang.CnFqalbv.jswww.knuddels.de/_astro/root.astro_a... https://www.knuddels.de/_astro/root.astro_astro_type_script_index_1_lang.CnFqalbv.js — 200 — 787 B — 442 ms — h2https://www.knuddels.de/_astro/registration-native.DhzNyadj.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.DhzNyadj.css — 200 — 9.5 KiB — 164 ms — h2https://www.knuddels.de/_astro/registration-native.CQ0D1Bu_.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.CQ0D1Bu_.css — 200 — 80.4 KiB — 438 ms — h2https://www.knuddels.de/_astro/registration-native.B9nFVOcO.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.B9nFVOcO.css — 200 — 79.7 KiB — 442 ms — h2https://www.knuddels.de/_astro/registration-native.DeFvVRHI.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.DeFvVRHI.css — 200 — 1.9 KiB — 439 ms — h2https://www.knuddels.de/_astro/manifest.jsonwww.knuddels.de/_astro/manifest.jso... https://www.knuddels.de/_astro/manifest.json — 200 — 751 B — 486 ms — h3https://www.knuddels.de/_astro/root.astro_astro_type_script_index_2_lang.DhEoAxFX.jswww.knuddels.de/_astro/root.astro_a... https://www.knuddels.de/_astro/root.astro_astro_type_script_index_2_lang.DhEoAxFX.js — 200 — 480 B — 309 ms — h2https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=769bb2e471e0d&h=https%3A%2F%2Fwww.knuddels.de%2F&&__cmpfcc=1&l=en&o=1778422123147b.delivery.consentmanager.net/deliv... https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=769bb2e471e0d&h=https%3A%2F%2Fwww.knuddels.de%2F&&__cmpfcc=1&l=en&o=1778422123147 — 200 — 3.0 KiB — 487 ms — http/1.1https://cdn.consentmanager.net/delivery/js/cmp_en.min.jscdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_en.min.js — 200 — 101.2 KiB — 1.0 s — h2https://www.knuddels.de/_astro/index.Bf1eTr1l.jswww.knuddels.de/_astro/index.Bf1eTr... https://www.knuddels.de/_astro/index.Bf1eTr1l.js — 200 — 1.0 KiB — 159 ms — h3https://www.knuddels.de/_astro/env.rf1VczkW.jswww.knuddels.de/_astro/env.rf1VczkW... https://www.knuddels.de/_astro/env.rf1VczkW.js — 200 — 697 B — 163 ms — h3https://www.knuddels.de/_astro/api.BGWvOJvf.jswww.knuddels.de/_astro/api.BGWvOJvf... https://www.knuddels.de/_astro/api.BGWvOJvf.js — 200 — 1.8 KiB — 163 ms — h3https://www.knuddels.de/_astro/embeddingHelper.pNJp7RsE.jswww.knuddels.de/_astro/embeddingHel... https://www.knuddels.de/_astro/embeddingHelper.pNJp7RsE.js — 200 — 963 B — 163 ms — h3https://www.knuddels.de/_astro/video/loop.webmwww.knuddels.de/_astro/video/loop.w... https://www.knuddels.de/_astro/video/loop.webm — 206 — 512.0 KiB — 2.3 s — h3https://www.knuddels.de/_astro/RegistrationButton.CkJP0BFU.jswww.knuddels.de/_astro/Registration... https://www.knuddels.de/_astro/RegistrationButton.CkJP0BFU.js — 200 — 1.0 KiB — 448 ms — h3https://www.knuddels.de/_astro/client.svelte.o-9zFq4H.jswww.knuddels.de/_astro/client.svelt... https://www.knuddels.de/_astro/client.svelte.o-9zFq4H.js — 200 — 695 B — 458 ms — h3https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 318 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.1 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.1 s — h2https://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2www.knuddels.de/_astro/fonts/source... https://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2 — 200 — 13.0 KiB — 386 ms — h3https://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2www.knuddels.de/_astro/fonts/dosis-... https://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2 — 200 — 16.6 KiB — 433 ms — h3https://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2www.knuddels.de/_astro/fonts/source... https://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2 — 200 — 12.9 KiB — 434 ms — h3https://www.knuddels.de/_astro/flag-eu.webpwww.knuddels.de/_astro/flag-eu.webp https://www.knuddels.de/_astro/flag-eu.webp — 200 — 1.3 KiB — 365 ms — h3https://www.knuddels.de/_astro/01-kennenlernen_Z1tUU9g.avifwww.knuddels.de/_astro/01-kennenler... https://www.knuddels.de/_astro/01-kennenlernen_Z1tUU9g.avif — 200 — 65.7 KiB — 702 ms — h3https://www.knuddels.de/_astro/02-spielen_7Q62W.avifwww.knuddels.de/_astro/02-spielen_7... https://www.knuddels.de/_astro/02-spielen_7Q62W.avif — 200 — 84.9 KiB — 703 ms — h3https://www.knuddels.de/_astro/03-freunde_Z14ODeU.avifwww.knuddels.de/_astro/03-freunde_Z... https://www.knuddels.de/_astro/03-freunde_Z14ODeU.avif — 200 — 53.5 KiB — 534 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 1.9 shttps://knuddels.de// https://knuddels.de/ — 301 — 148 B — 673 ms — h2https://www.knuddels.de/www.knuddels.de/ https://www.knuddels.de/ — 200 — 45.3 KiB — 701 ms — h2https://www.knuddels.de/_astro/root.astro_astro_type_script_index_1_lang.CnFqalbv.jswww.knuddels.de/_astro/root.astro_a... https://www.knuddels.de/_astro/root.astro_astro_type_script_index_1_lang.CnFqalbv.js — 200 — 787 B — 442 ms — h2https://www.knuddels.de/_astro/registration-native.DhzNyadj.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.DhzNyadj.css — 200 — 9.5 KiB — 164 ms — h2https://www.knuddels.de/_astro/registration-native.CQ0D1Bu_.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.CQ0D1Bu_.css — 200 — 80.4 KiB — 438 ms — h2https://www.knuddels.de/_astro/registration-native.B9nFVOcO.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.B9nFVOcO.css — 200 — 79.7 KiB — 442 ms — h2https://www.knuddels.de/_astro/registration-native.DeFvVRHI.csswww.knuddels.de/_astro/registration... https://www.knuddels.de/_astro/registration-native.DeFvVRHI.css — 200 — 1.9 KiB — 439 ms — h2https://www.knuddels.de/_astro/manifest.jsonwww.knuddels.de/_astro/manifest.jso... https://www.knuddels.de/_astro/manifest.json — 200 — 751 B — 486 ms — h3https://www.knuddels.de/_astro/root.astro_astro_type_script_index_2_lang.DhEoAxFX.jswww.knuddels.de/_astro/root.astro_a... https://www.knuddels.de/_astro/root.astro_astro_type_script_index_2_lang.DhEoAxFX.js — 200 — 480 B — 309 ms — h2https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=769bb2e471e0d&h=https%3A%2F%2Fwww.knuddels.de%2F&&__cmpfcc=1&l=en&o=1778422123147b.delivery.consentmanager.net/deliv... https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=769bb2e471e0d&h=https%3A%2F%2Fwww.knuddels.de%2F&&__cmpfcc=1&l=en&o=1778422123147 — 200 — 3.0 KiB — 487 ms — http/1.1https://cdn.consentmanager.net/delivery/js/cmp_en.min.jscdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_en.min.js — 200 — 101.2 KiB — 1.0 s — h2https://www.knuddels.de/_astro/index.Bf1eTr1l.jswww.knuddels.de/_astro/index.Bf1eTr... https://www.knuddels.de/_astro/index.Bf1eTr1l.js — 200 — 1.0 KiB — 159 ms — h3https://www.knuddels.de/_astro/env.rf1VczkW.jswww.knuddels.de/_astro/env.rf1VczkW... https://www.knuddels.de/_astro/env.rf1VczkW.js — 200 — 697 B — 163 ms — h3https://www.knuddels.de/_astro/api.BGWvOJvf.jswww.knuddels.de/_astro/api.BGWvOJvf... https://www.knuddels.de/_astro/api.BGWvOJvf.js — 200 — 1.8 KiB — 163 ms — h3https://www.knuddels.de/_astro/embeddingHelper.pNJp7RsE.jswww.knuddels.de/_astro/embeddingHel... https://www.knuddels.de/_astro/embeddingHelper.pNJp7RsE.js — 200 — 963 B — 163 ms — h3https://www.knuddels.de/_astro/video/loop.webmwww.knuddels.de/_astro/video/loop.w... https://www.knuddels.de/_astro/video/loop.webm — 206 — 512.0 KiB — 2.3 s — h3https://www.knuddels.de/_astro/RegistrationButton.CkJP0BFU.jswww.knuddels.de/_astro/Registration... https://www.knuddels.de/_astro/RegistrationButton.CkJP0BFU.js — 200 — 1.0 KiB — 448 ms — h3https://www.knuddels.de/_astro/client.svelte.o-9zFq4H.jswww.knuddels.de/_astro/client.svelt... https://www.knuddels.de/_astro/client.svelte.o-9zFq4H.js — 200 — 695 B — 458 ms — h3https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 318 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.0 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.1 s — h2https://k8sh-de.knuddels.de/mixproxy/trackk8sh-de.knuddels.de/mixproxy/track https://k8sh-de.knuddels.de/mixproxy/track — 200 — 317 B — 1.1 s — h2https://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2www.knuddels.de/_astro/fonts/source... https://www.knuddels.de/_astro/fonts/source-sans-pro-600-latin.woff2 — 200 — 13.0 KiB — 386 ms — h3https://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2www.knuddels.de/_astro/fonts/dosis-... https://www.knuddels.de/_astro/fonts/dosis-700-latin.woff2 — 200 — 16.6 KiB — 433 ms — h3https://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2www.knuddels.de/_astro/fonts/source... https://www.knuddels.de/_astro/fonts/source-sans-pro-400-latin.woff2 — 200 — 12.9 KiB — 434 ms — h3https://www.knuddels.de/_astro/flag-eu.webpwww.knuddels.de/_astro/flag-eu.webp https://www.knuddels.de/_astro/flag-eu.webp — 200 — 1.3 KiB — 365 ms — h3https://www.knuddels.de/_astro/01-kennenlernen_Z1tUU9g.avifwww.knuddels.de/_astro/01-kennenler... https://www.knuddels.de/_astro/01-kennenlernen_Z1tUU9g.avif — 200 — 65.7 KiB — 702 ms — h3https://www.knuddels.de/_astro/02-spielen_7Q62W.avifwww.knuddels.de/_astro/02-spielen_7... https://www.knuddels.de/_astro/02-spielen_7Q62W.avif — 200 — 84.9 KiB — 703 ms — h3https://www.knuddels.de/_astro/03-freunde_Z14ODeU.avifwww.knuddels.de/_astro/03-freunde_Z... https://www.knuddels.de/_astro/03-freunde_Z14ODeU.avif — 200 — 53.5 KiB — 534 ms — h3https://www.knuddels.de/_astro/04-themen_6qRzS.avifwww.knuddels.de/_astro/04-themen_6q... https://www.knuddels.de/_astro/04-themen_6qRzS.avif — 200 — 56.2 KiB — 556 ms — h3https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNzUwMDEucl9HRFBSLmxfZGUuZF8yOTAzNy54XzI5LnYucC50XzI5MDM3Lnh0XzI1Mw.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNzUwMDEucl9HRFBSLmxfZGUuZF8yOTAzNy54XzI5LnYucC50XzI5MDM3Lnh0XzI1Mw.js — 200 — 48.1 KiB — 562 ms — h2https://www.knuddels.de/_astro/Text.8VfsZFi_.jswww.knuddels.de/_astro/Text.8VfsZFi... https://www.knuddels.de/_astro/Text.8VfsZFi_.js — 200 — 6.8 KiB — 452 ms — h3https://www.knuddels.de/_astro/snippet.BlKd31E7.jswww.knuddels.de/_astro/snippet.BlKd... https://www.knuddels.de/_astro/snippet.BlKd31E7.js — 200 — 11.0 KiB — 452 ms — h3https://www.knuddels.de/_astro/Modal.caHoN-tQ.jswww.knuddels.de/_astro/Modal.caHoN-... https://www.knuddels.de/_astro/Modal.caHoN-tQ.js — 200 — 2.8 KiB — 469 ms — h3https://www.knuddels.de/_astro/Registration.DA-KAfDS.jswww.knuddels.de/_astro/Registration... https://www.knuddels.de/_astro/Registration.DA-KAfDS.js — 200 — 19.6 KiB — 472 ms — h3https://www.knuddels.de/_astro/PasswordInput.YD1Pwgbx.jswww.knuddels.de/_astro/PasswordInpu... https://www.knuddels.de/_astro/PasswordInput.YD1Pwgbx.js — 200 — 3.3 KiB — 473 ms — h3https://www.knuddels.de/_astro/RichTextRender.MVR1tOqF.jswww.knuddels.de/_astro/RichTextRend... https://www.knuddels.de/_astro/RichTextRender.MVR1tOqF.js — 200 — 917 B — 473 ms — h3https://www.knuddels.de/_astro/html.BI5izDaN.jswww.knuddels.de/_astro/html.BI5izDa... https://www.knuddels.de/_astro/html.BI5izDaN.js — 200 — 602 B — 474 ms — h3https://www.knuddels.de/_astro/legacy.CVExqfNt.jswww.knuddels.de/_astro/legacy.CVExq... https://www.knuddels.de/_astro/legacy.CVExqfNt.js — 200 — 284 B — 474 ms — h3https://www.knuddels.de/_astro/index-client.C0fs-IAH.jswww.knuddels.de/_astro/index-client... https://www.knuddels.de/_astro/index-client.C0fs-IAH.js — 200 — 432 B — 474 ms — h3https://www.knuddels.de/_astro/icon-close-light.CmSm9t7l.jswww.knuddels.de/_astro/icon-close-l... https://www.knuddels.de/_astro/icon-close-light.CmSm9t7l.js — 200 — 4.0 KiB — 474 ms — h3https://www.knuddels.de/_astro/runtime.CO6VvkNf.jswww.knuddels.de/_astro/runtime.CO6V... https://www.knuddels.de/_astro/runtime.CO6VvkNf.js — 200 — 15.9 KiB — 476 ms — h3https://b.delivery.consentmanager.net/delivery/info/?id=75001&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.knuddels.de%2F&o=1778422124332&l=DE&lv=107458&d=1&ct=14&e=&e2=&e3=&i=&sv=253&dv=29&b.delivery.consentmanager.net/deliv... https://b.delivery.consentmanager.net/delivery/info/?id=75001&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.knuddels.de%2F&o=1778422124332&l=DE&lv=107458&d=1&ct=14&e=&e2=&e3=&i=&sv=253&dv=29& — 200 — 478 B — 160 ms — http/1.1https://cdn.consentmanager.net/delivery/img/logo1714641851x6154.gifcdn.consentmanager.net/delivery/img... https://cdn.consentmanager.net/delivery/img/logo1714641851x6154.gif — 200 — 10.3 KiB — 155 ms — h2https://www.knuddels.de/_astro/app-icons/192.pngwww.knuddels.de/_astro/app-icons/19... https://www.knuddels.de/_astro/app-icons/192.png — 200 — 20.7 KiB — 270 ms — h3https://www.knuddels.de/_astro/favicon.icowww.knuddels.de/_astro/favicon.ico https://www.knuddels.de/_astro/favicon.ico — 200 — 15.0 KiB — 269 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 682ms · 93KB · €7/mo
www.knuddels.de
Other
Costly
Execution 414ms
Transfer 45 KB
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 149ms
Transfer 0 KB
Monthly Cost €2/mo
cdn.consentmanager.net
Other
Optional
Execution 119ms
Transfer 48 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.knuddels.de adds 414ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.knuddels.de takes 414ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
48 images, 151 KB total, 37 KB wasted
INFO

Image Optimization Audit

Total Images

48

Total Size

151 KB

Oversized

2

Wasted

37 KB

44 missing alt text 15 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback