Performance
· 25 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.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
402 ms
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.
1.79 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.58 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost974ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.galeria.de/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9f98fb511c8e803e | 793ms | 765ms | 12ms | 3rd |
| Unattributable | 119ms | 5ms | 0ms | 3rd |
| https://www.galeria.de/ | 63ms | 9ms | 2ms | 3rd |
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
A+Page Weight Budget532 KB transferred, 18 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles7 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.galeria.de/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9f98fb511c8e803e | 62 KB | — | ✓ | 3rd |
| blob:https://www.galeria.de/aac937d0-6578-4299-9277-403d744c8ce8 | 0 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/g/fe6331af5207/api.js?onload=kwkA1&render=explicit | 20 KB | — | ✓ | 3rd |
| blob:https://www.galeria.de/52cde179-1b98-4a6b-9bde-3c4bec770878 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/cdbfa89e-94f1-4623-9e65-24cbfa394588 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/dcd9fab8-dcf6-4915-9ce5-227c11ea286f | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/dcd9fab8-dcf6-4915-9ce5-227c11ea286f | -0 KB | — | ✓ | 3rd |
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+Server-Timing Observability1 Server-Timing entries advertisedPASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
APage Weight Inventory18 resources · 532 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 18 resources | 531.7 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues 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 Waterfall18 requests over 2508msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.galeria.de www.galeria.de | Other | 793ms | 62 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 119ms | 0 KB | — | €1/mo | Optional |
www.galeria.de www.galeria.de | Other | 63ms | 4 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.galeria.de adds 793ms and costs ~€9/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.galeria.de takes 793ms 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