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.
2.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
97 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.101
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.62 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.
4.60 s
Page Load Progression
BImage Optimization5 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
CJS Execution CostAction1998ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://hessen.de/ | 748ms | 6ms | 1ms | 1st |
| https://hessen.de/sites/hessen.hessen.de/files/js/js_23C6rCik89zZlpw-njmO9pSS_vUf_XEAG7Y4oMEZVGE.js?scope=footer&delta=0&language=de&theme=hw_radix_standard&include=eJxtjeEOgyAQg18I5ZHIKceGOw89QMSnF5JlyRL_tE2_NIWJcCOoKBp-Uc1BUFvJG9AIc_IHDuT5898vcKp3MQLWnyYmYAti9bJnlPoA1mBR2F_ywGKqhL1Pxb-My9w-A8e2OdC0IVCHBScXZNVfH50ETorgqrrLDbb-UA0 | 524ms | 277ms | 20ms | 1st |
| https://hessen.de/libraries/lazysizes/lazysizes.min.js | 336ms | 89ms | 1ms | 1st |
| Unattributable | 272ms | 6ms | 0ms | 3rd |
| https://hessen.de/sites/hessen.hessen.de/files/js/js_fBEatPPlVPjthOUL3UeIFJ27uIeqRrCIwQKWl7I3I_8.js?scope=footer&delta=2&language=de&theme=hw_radix_standard&include=eJxtjeEOgyAQg18I5ZHIKceGOw89QMSnF5JlyRL_tE2_NIWJcCOoKBp-Uc1BUFvJG9AIc_IHDuT5898vcKp3MQLWnyYmYAti9bJnlPoA1mBR2F_ywGKqhL1Pxb-My9w-A8e2OdC0IVCHBScXZNVfH50ETorgqrrLDbb-UA0 | 63ms | 31ms | 30ms | 1st |
| https://hessen.de/sites/hessen.hessen.de/files/css/css_4kaKC-tElTWLh2kTcSYdmc5SZZeXDKyOGOG87iArRMY.css?delta=3&language=de&theme=hw_radix_standard&include=eJxFjVEOwyAMQy9Ex5GiABkwUUBJWMvtRytt-_Oznmx0hXrBSWzxF40jVWKQ5jMWkIScawQ3VFsVKzrLYuMbkw08OpYHvvA06QDGkE8QxRqQw63S1euRIzxH9ZrvCW61TFBCIe7IKmanOkDeEbK_jAu3hduNZjkYGXuS7-O_eYzahytZEgUjU5R269bwB_JuV6Q | 55ms | 0ms | 0ms | 1st |
BJS Bundles5 scripts, 130 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://hessen.de/modules/modified/ableplayer/js/ableplayer.min.js?v=4.3.0 | 70 KB | 63 KB (91%) | ✓ | 1st |
| https://hessen.de/sites/hessen.hessen.de/files/js/js_fBEatPPlVPjthOUL3UeIFJ27uIeqRrCIwQKWl7I3I_8.js?scope=footer&delta=2&language=de&theme=hw_radix_standard&include=eJxtjeEOgyAQg18I5ZHIKceGOw89QMSnF5JlyRL_tE2_NIWJcCOoKBp-Uc1BUFvJG9AIc_IHDuT5898vcKp3MQLWnyYmYAti9bJnlPoA1mBR2F_ywGKqhL1Pxb-My9w-A8e2OdC0IVCHBScXZNVfH50ETorgqrrLDbb-UA0 | 55 KB | 41 KB (76%) | ✓ | 1st |
| https://hessen.de/sites/hessen.hessen.de/files/js/js_23C6rCik89zZlpw-njmO9pSS_vUf_XEAG7Y4oMEZVGE.js?scope=footer&delta=0&language=de&theme=hw_radix_standard&include=eJxtjeEOgyAQg18I5ZHIKceGOw89QMSnF5JlyRL_tE2_NIWJcCOoKBp-Uc1BUFvJG9AIc_IHDuT5898vcKp3MQLWnyYmYAti9bJnlPoA1mBR2F_ywGKqhL1Pxb-My9w-A8e2OdC0IVCHBScXZNVfH50ETorgqrrLDbb-UA0 | 53 KB | 26 KB (49%) | ✓ | 1st |
| https://hessen.de/themes/custom/hw_radix_standard/src/js/modernizr/modernizr-custom.js?v=3.6.0 | 5 KB | — | ✓ | 1st |
| https://hessen.de/libraries/lazysizes/lazysizes.min.js | 4 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget817 KB transferred, 20 requestsPASS
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (106 KB)PASS
Web fonts
2
106 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+Page Weight Inventory20 resources · 817 KB · 130 KB savings availablePASS
~129.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 20 resources | 817.2 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
Network Waterfall20 requests over 3544msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 272ms | 0 KB | — | €3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 272ms and costs ~€3/month
Unattributable takes 272ms 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