Skip to content
https://hessen.de

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
0
REVIEW
4
PASS
9
INFO
2

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

95
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
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.
100
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.

491 ms

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

1.08 s

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

0 ms

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.

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

1.09 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
9 PASS 4 REVIEW
B
Image Optimization
7 images, 0 KB saveable
REVIEW
7 images, 0 KB saveable
Warning::
https://hessen.de/sites/hessen.hessen.de/files/hes... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
7 images 441 KB
0 oversized -0 KB
7 legacy format
1 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

B
JS Execution Cost
516ms total JS execution
REVIEW
516ms total JS execution
Info::
https://hessen.de/: 190ms CPU time
Info::
https://hessen.de/sites/hessen.hessen.de/files/js/...: 152ms CPU time
Info::
https://hessen.de/libraries/lazysizes/lazysizes.mi...: 95ms CPU time
Info::
Unattributable: 79ms CPU time
Info::
Third-party scripts: 79ms (15% of total)

Main Thread Breakdown

Style & Layout 33% Other 28% Script Evaluation 21% Parse HTML & CSS 7% Rendering 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://hessen.de/190ms1ms0ms1st
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-UA0152ms75ms6ms1st
https://hessen.de/libraries/lazysizes/lazysizes.min.js95ms26ms0ms1st
Unattributable79ms1ms0ms3rd
B
JS Bundles
5 scripts, 130 KB unused
REVIEW
5 scripts, 130 KB unused
Warning::
https://hessen.de/modules/modified/ableplayer/js/a...: 63 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hessen.de/sites/hessen.hessen.de/files/js/...: 41 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hessen.de/sites/hessen.hessen.de/files/js/...: 26 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 130 KB
130 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://hessen.de/modules/modified/ableplayer/js/ableplayer.min.js?v=4.3.070 KB63 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-UA055 KB41 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-UA053 KB26 KB (49%)1st
https://hessen.de/themes/custom/hw_radix_standard/src/js/modernizr/modernizr-custom.js?v=3.6.05 KB1st
https://hessen.de/libraries/lazysizes/lazysizes.min.js4 KB1st

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

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

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
1.0 MB transferred, 22 requests
PASS
1.0 MB transferred, 22 requests
Info::
Page weighs 2.6 MB (1.0 MB transferred)
Info::
22 HTTP requests
Info::
Estimated 0.21 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
22 requests
0.21 g CO2 per page load
Images 441.1 KiB 42%
HTML 229.9 KiB 22%
JavaScript 186.6 KiB 18%
Fonts 105.8 KiB 10%
CSS 69.3 KiB 7%
Other 14.9 KiB 1%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-party.
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
2 fonts (106 KB)
PASS
2 fonts (106 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

106 KB total

Render-blocking

0

of 2

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 491 ms LCP 1.1 shttps://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Bold.woff2HessenGellix-Bold.woff2 https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Bold.woff2 — 53.6 KiB — 202 ms — font-display: swaphttps://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Medium.woff2HessenGellix-Medium.woff2 https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Medium.woff2 — 52.2 KiB — 268 ms — font-display: swap
HessenGellix-Bold.woff2 woff2 swap
Size 54 KB
Load time 202 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
HessenGellix-Medium.woff2 woff2 swap
Size 52 KB
Load time 268 ms
Start 1.7 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+
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+
Page Weight Inventory
22 resources · 1.0 MB · 130 KB savings available
PASS
22 resources · 1.0 MB · 130 KB savings available
Warning::
Page weight 23 KB over 1MB target
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~130 KB of savings available
Info::
1 resources over 200KB
22 resources · 1.0 MiB · 0 third-party 23.5 KiB over 1MB target
Image 44% · 456.0 KiB
Document 22% · 229.9 KiB
JavaScript 18% · 186.6 KiB
Font 10% · 105.8 KiB
CSS 7% · 69.3 KiB

~129.6 KiB of savings available

Remove unused JavaScript: 129.6 KiB
A+
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=300

DirectiveValueMeaning
max-age300Cache for 5 minutes
Effective TTL: 300 seconds
Network Waterfall
22 requests over 2830ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 491 ms LCP 1.1 shttps://hessen.de// https://hessen.de/ — 200 — 229.9 KiB — 1.6 s — h2https://hessen.de/sites/hessen.hessen.de/files/css/css_ZV-Xtyg3rz4xDPWIbh9GoV9T7fYa9j2sjhnU5vQYcwg.css?delta=0&language=de&theme=hw_radix_standard&include=eJxFjVEOwyAMQy9Ex5GiABkwUUBJWMvtRytt-_Oznmx0hXrBSWzxF40jVWKQ5jMWkIScawQ3VFsVKzrLYuMbkw08OpYHvvA06QDGkE8QxRqQw63S1euRIzxH9ZrvCW61TFBCIe7IKmanOkDeEbK_jAu3hduNZjkYGXuS7-O_eYzahytZEgUjU5R269bwB_JuV6Q/sites/hessen.hessen.de/files/css/c... https://hessen.de/sites/hessen.hessen.de/files/css/css_ZV-Xtyg3rz4xDPWIbh9GoV9T7fYa9j2sjhnU5vQYcwg.css?delta=0&language=de&theme=hw_radix_standard&include=eJxFjVEOwyAMQy9Ex5GiABkwUUBJWMvtRytt-_Oznmx0hXrBSWzxF40jVWKQ5jMWkIScawQ3VFsVKzrLYuMbkw08OpYHvvA06QDGkE8QxRqQw63S1euRIzxH9ZrvCW61TFBCIe7IKmanOkDeEbK_jAu3hduNZjkYGXuS7-O_eYzahytZEgUjU5R269bwB_JuV6Q — 200 — 5.7 KiB — 576 ms — h2https://hessen.de/modules/modified/ableplayer/css/ableplayer.override.min.css?td50er/modules/modified/ableplayer/css/ab... https://hessen.de/modules/modified/ableplayer/css/ableplayer.override.min.css?td50er — 200 — 3.2 KiB — 576 ms — h2https://hessen.de/sites/hessen.hessen.de/files/css/css_zG5rxLGPbDE_c-uuXSfO-xc-YZ35R2IF8ItiyC5Ylys.css?delta=2&language=de&theme=hw_radix_standard&include=eJxFjVEOwyAMQy9Ex5GiABkwUUBJWMvtRytt-_Oznmx0hXrBSWzxF40jVWKQ5jMWkIScawQ3VFsVKzrLYuMbkw08OpYHvvA06QDGkE8QxRqQw63S1euRIzxH9ZrvCW61TFBCIe7IKmanOkDeEbK_jAu3hduNZjkYGXuS7-O_eYzahytZEgUjU5R269bwB_JuV6Q/sites/hessen.hessen.de/files/css/c... https://hessen.de/sites/hessen.hessen.de/files/css/css_zG5rxLGPbDE_c-uuXSfO-xc-YZ35R2IF8ItiyC5Ylys.css?delta=2&language=de&theme=hw_radix_standard&include=eJxFjVEOwyAMQy9Ex5GiABkwUUBJWMvtRytt-_Oznmx0hXrBSWzxF40jVWKQ5jMWkIScawQ3VFsVKzrLYuMbkw08OpYHvvA06QDGkE8QxRqQw63S1euRIzxH9ZrvCW61TFBCIe7IKmanOkDeEbK_jAu3hduNZjkYGXuS7-O_eYzahytZEgUjU5R269bwB_JuV6Q — 200 — 3.2 KiB — 576 ms — h2https://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/sites/hessen.hessen.de/files/css/c... 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 — 200 — 57.2 KiB — 764 ms — h2https://hessen.de/themes/custom/hw_radix_standard/src/js/modernizr/modernizr-custom.js?v=3.6.0/themes/custom/hw_radix_standard/sr... https://hessen.de/themes/custom/hw_radix_standard/src/js/modernizr/modernizr-custom.js?v=3.6.0 — 200 — 5.3 KiB — 761 ms — h2https://hessen.de/sites/hessen.hessen.de/files/weathermodule_icons/nheiter.png/sites/hessen.hessen.de/files/weath... https://hessen.de/sites/hessen.hessen.de/files/weathermodule_icons/nheiter.png — 200 — 897 B — 383 ms — h2https://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/sites/hessen.hessen.de/files/js/js... 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 — 200 — 53.0 KiB — 201 ms — h2https://hessen.de/modules/modified/ableplayer/js/ableplayer.min.js?v=4.3.0/modules/modified/ableplayer/js/abl... https://hessen.de/modules/modified/ableplayer/js/ableplayer.min.js?v=4.3.0 — 200 — 69.7 KiB — 201 ms — h2https://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/sites/hessen.hessen.de/files/js/js... 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 — 200 — 54.6 KiB — 201 ms — h2https://hessen.de/sites/hessen.hessen.de/files/hessen_logo-footer.svg/sites/hessen.hessen.de/files/hesse... https://hessen.de/sites/hessen.hessen.de/files/hessen_logo-footer.svg — 200 — 55.1 KiB — 201 ms — h2https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Bold.woff2/themes/custom/hw_radix_standard/as... https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Bold.woff2 — 200 — 53.6 KiB — 202 ms — h2https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Medium.woff2/themes/custom/hw_radix_standard/as... https://hessen.de/themes/custom/hw_radix_standard/assets/fonts/Gellix/HessenGellix-Medium.woff2 — 200 — 52.2 KiB — 268 ms — h2https://hessen.de/themes/custom/hw_radix_standard/assets/images/sprites/social-icons--no-color.svg/themes/custom/hw_radix_standard/as... https://hessen.de/themes/custom/hw_radix_standard/assets/images/sprites/social-icons--no-color.svg — 200 — 6.6 KiB — 269 ms — h2https://hessen.de/libraries/lazysizes/lazysizes.min.js/libraries/lazysizes/lazysizes.min.... https://hessen.de/libraries/lazysizes/lazysizes.min.js — 200 — 4.0 KiB — 197 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2022-09/2022-09-30_foto_flughafen_frankfurt.jpg?itok=ngHl7i4h/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2022-09/2022-09-30_foto_flughafen_frankfurt.jpg?itok=ngHl7i4h — 200 — 45.9 KiB — 197 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/infodamlocalcopy/2026-04/innenminister_poseck_und_ob_kaminsky_im_gespraech.jpg?h=ad3d83ab&itok=Y0zApCsi/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/infodamlocalcopy/2026-04/innenminister_poseck_und_ob_kaminsky_im_gespraech.jpg?h=ad3d83ab&itok=Y0zApCsi — 200 — 55.9 KiB — 198 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2026-04/c_saubermacher_nitzke_1.jpg?h=2d3fe3fc&itok=xJ4tO9fn/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2026-04/c_saubermacher_nitzke_1.jpg?h=2d3fe3fc&itok=xJ4tO9fn — 200 — 119.4 KiB — 204 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2022-10/chinnarach_adobestock_308920979.jpeg?h=0fc7e93f&itok=NZk7ITk3/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2022-10/chinnarach_adobestock_308920979.jpeg?h=0fc7e93f&itok=NZk7ITk3 — 200 — 35.7 KiB — 197 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2026-04/10-rheindillenburgbasti_woehlhessische_staatskanzlei.jpg?itok=XtGyZSi7/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/crop_image_style_16_9_md/public/2026-04/10-rheindillenburgbasti_woehlhessische_staatskanzlei.jpg?itok=XtGyZSi7 — 200 — 128.2 KiB — 201 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/icon_64/public/favicon/hessen_favicon-positiv.png?itok=J4NPCrar/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/icon_64/public/favicon/hessen_favicon-positiv.png?itok=J4NPCrar — 200 — 6.1 KiB — 196 ms — h2https://hessen.de/sites/hessen.hessen.de/files/styles/icon_32/public/favicon/hessen_favicon-positiv.png?itok=Igst4FVJ/sites/hessen.hessen.de/files/style... https://hessen.de/sites/hessen.hessen.de/files/styles/icon_32/public/favicon/hessen_favicon-positiv.png?itok=Igst4FVJ — 200 — 2.2 KiB — 196 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
15% of JavaScript execution is third-party
First-party Third-party 79ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 79ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback