Performance
· 17 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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
120 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.181
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.72 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.
6.26 s
Page Load Progression
DThird-Party ImpactAction62% third-party, 0 ms blockingFIX
BImage Optimization8 images, 0 KB saveableREVIEW
CJS Execution CostAction1312ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 336ms | 8ms | 0ms | 3rd |
| https://j.dejure.org/jcg/formular2b-99.js | 295ms | 197ms | 49ms | 3rd |
| https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 162ms | 129ms | 17ms | 3rd |
| https://dejure.org/ | 149ms | 19ms | 4ms | 1st |
| https://j.dejure.org/jcg/jquery-3.7.1.min.js | 125ms | 66ms | 11ms | 3rd |
| https://j.dejure.org/jcg/jquery-ui-1.14.1/jquery-ui.min.js | 93ms | 57ms | 34ms | 3rd |
| https://j.dejure.org/jcg/ba_djo.js | 81ms | 62ms | 12ms | 3rd |
| https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 69ms | 49ms | 20ms | 3rd |
CJS BundlesAction7 scripts, 117 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://j.dejure.org/jcg/formular2b-99.js | 81 KB | 60 KB (75%) | ✗ | 3rd |
| https://j.dejure.org/jcg/jquery-ui-1.14.1/jquery-ui.min.js | 66 KB | 57 KB (87%) | ✓ | 3rd |
| https://j.dejure.org/jcg/ba_djo.js | 20 KB | — | ✓ | 3rd |
| https://j.dejure.org/jcg/jquery-3.7.1.min.js | 30 KB | — | ✓ | 3rd |
| https://j.dejure.org/jcg/einzelseite-75.js | 14 KB | — | ✗ | 3rd |
| https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 42 KB | — | ✓ | 3rd |
| https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 29 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
A+Page Weight Budget626 KB transferred, 27 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
APage Weight Inventory27 resources · 626 KB · 117 KB savings availablePASS
~117.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 27 resources | 625.9 KiB | ||||||
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: Hetzner Online GmbH
AHTTP Cachingmax-age=5 (5 seconds)PASS
max-age=5
| Directive | Value | Meaning |
|---|---|---|
| max-age | 5 | Cache for 5 seconds |
Network Waterfall27 requests over 32953msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 336ms | 0 KB | — | €4/mo | Costly |
j.dejure.org j.dejure.org | Other | 295ms | 81 KB | 75% | €3/mo | Costly |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 162ms | 42 KB | — | €2/mo | Optional |
j.dejure.org j.dejure.org | Other | 125ms | 30 KB | — | €1/mo | Optional |
j.dejure.org j.dejure.org | Other | 93ms | 66 KB | 87% | €1/mo | Optional |
j.dejure.org j.dejure.org | Other | 81ms | 20 KB | — | €1/mo | Optional |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 69ms | 29 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 336ms and costs ~€4/month
- j.dejure.org adds 295ms and costs ~€3/month
89% 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
Unattributable takes 336ms 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
j.dejure.org takes 295ms 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
75% of j.dejure.org'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
87% of j.dejure.org'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