Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 6.7 MB (4.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f1bc6fb6-bc04-4afb-9a03-56f6ee84a08b)<a href="https://beavercheck.com/results/f1bc6fb6-bc04-4afb-9a03-56f6ee84a08b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsachsen.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsachsen.deThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 23.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 23.3s to load
+12% bounceUsers abandon at ~3s — you're 20.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 500ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€540 investment → €1.13/month returns + EUR 120,500,000 risk avoided
€540
6h · 5 findings
€1.13 /mo
~€14 / year
EUR 120,500,000
if kept compliant
€90 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,014 / year if left unfixed
€120,500,000
+3 more
€1.13 /mo
15227.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
500 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.338
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.95 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.
23.64 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img | www.sachsen.de/img/dfip-2026_rdax_1450x816_87.png | 1.5 MiB | 1.4 MiB |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg | 239.2 KiB | 171.7 KiB |
Ein Mann umarmt eine alte Dame. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/bundesverdienstorden-maerz-2026-6... | 154.2 KiB | 141.7 KiB |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. article#highlight-slide-6585 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_365x205_87.png | 132.4 KiB | 120.2 KiB |
Männer stehen vor der Laderampe eines LKWs. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/ukraine-hilfe-2025_rdax_900x599_8... | 132.3 KiB | 119.9 KiB |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img | www.sachsen.de/img/SGS_Teaser_rdax_1450x816_87s.jpg | 292.2 KiB | 99.6 KiB |
Ein Mann und eine Frau stehen nebeneinander. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/empfang-olympioniken-und-paralymp... | 97.0 KiB | 88.8 KiB |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG | 164.8 KiB | 85.5 KiB |
Ein Mann und eine Frau stehen sich gegenüber. Dahinter stehen weitere Personen. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/kretschmer-fernwaerme-2026-2_2026... | 107.9 KiB | 84.0 KiB |
Der Gründerinnenpreis article#highlight-slide-6589 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_365x243_87s.JPG | 87.2 KiB | 72.7 KiB |
Ein junger Mann steht vor einer beschriebenen Tafel. Darunter steht: Ohne Dich … article#highlight-slide-5313 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_365x207_87s.jpg | 65.8 KiB | 53.5 KiB |
div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js | www.sachsen.de/img/CMS/Demokratische_Mitwirkung_in_Sachsen_rdax_690x690_87p.jpg | 49.2 KiB | 40.0 KiB |
Mittwoch
Wählen Sie eine Stadt:
Dresden
vormittags
10°
leicht bewölkt
5%
Risiko… div.row > main#main-content > div.wetter > div#accordion-content-wetter-3915 | /dist/2.26.3/img/wetter/Fruehling2_picjumbo.com_HNCK5447.jpg | 143.5 KiB | 32.1 KiB |
REVOSax
Recht und Vorschriftenverwaltung Sachsen
Suchbegriff eingeben
Suchen div.col > article#box-4488 > div.box-body > form.embedded-search-form | www.styleguide.sachsen.de/dist/2.26.3/img/content/revosax.jpg | 62.5 KiB | 31.2 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/5_tag.png | 16.0 KiB | 14.2 KiB |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. article#highlight-slide-6341 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_365x205_87s.jpg | 25.9 KiB | 13.8 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png | 11.9 KiB | 10.1 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/1_tag.png | 11.6 KiB | 9.8 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/3_nacht.png | 10.8 KiB | 9.1 KiB |
article#box-6180 > div.box-body > div.box-media > img.hidden-no-js article#box-6180 > div.box-body > div.box-media > img.hidden-no-js | www.styleguide.sachsen.de/dist/2.26.3/img/amt24_rdax_465x160_87.jpg | 17.8 KiB | 5.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/js/jquery.js | 29.6 KiB | 608 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/etc/sachsen.config.js?v=1 | 235 B | |
| www.styleguide.sachsen.de/dist/2.26.3/js/additionalComponent.js | 771 B | |
| www.styleguide.sachsen.de/css/portal.css | 1.4 KiB | 1.2 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| sachsen.de/ | 1.2 s |
| www.sachsen.de/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Hauptinhalt
Aktuelles
Ehrenamtliche rücken dem Staudenknöterich im Schlosspar… div.row > div#main-content-wrapper > div.row > main#main-content | 0.338 |
Hauptinhalt
Aktuelles
Ehrenamtliche rücken dem Staudenknöterich im Schlosspar… div.row > div#main-content-wrapper > div.row > main#main-content | 0.123 |
25.04.2026
11. Verbandstag des Landesverbandes Sachsen der Kleingärtner e.V. article.box > div.box-body > div.box-media > div.chronikauszug-wrapper | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/themes/green/css/chrome.css | 144.8 KiB | 127.1 KiB |
| /dist/2.26.3/_navigation/css/navigation.green.css?_v=2.26.3 | 11.0 KiB | 10.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/js/skriptVendor.js | 121.6 KiB | 80.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.sachsen.de/ | 1.7 s | 21 ms | 7.9 ms |
| Unattributable | 1.4 s | 13 ms | 0.0 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/jquery.js | 851 ms | 620 ms | 10 ms |
| /dist/2.26.3/_chronikauszug/js/chronikauszug.js?_v=2.26.3... | 282 ms | 194 ms | 0.8 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/skriptVendor.js | 270 ms | 204 ms | 48 ms |
| code.etracker.com/code/e.js | 210 ms | 183 ms | 11 ms |
| /dist/2.26.3/_navigation/js/navigation.js?_v=2.26.3&_=177... | 205 ms | 140 ms | 8.2 ms |
| /dist/2.26.3/js/component/slider/slider.highlight.js?_v=2... | 135 ms | 85 ms | 1.1 ms |
| /dist/2.26.3/js/component/slider/slider.fullscreen.js?_v=... | 93 ms | 65 ms | 0.6 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/sachsen.js | 87 ms | 51 ms | 11 ms |
| www.styleguide.sachsen.de/dist/2.26.3/themes/green/css/chrome.css | 54 ms | 0.0 ms | 0.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 2.0 s |
| Script Evaluation | 1.7 s |
| Style & Layout | 947 ms |
| Rendering | 525 ms |
| Parse HTML & CSS | 273 ms |
| Script Parsing & Compilation | 146 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_1450x1086_87s.jpg |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img | www.sachsen.de/img/dfip-2026_rdax_1450x816_87.png |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img | www.sachsen.de/img/SGS_Teaser_rdax_1450x816_87s.jpg |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG |
div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js | www.sachsen.de/img/CMS/Demokratische_Mitwirkung_in_Sachsen_rdax_690x690_87p.jpg |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg |
Foto von Michael Kretschmer. div#box-4993 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/kretschmer-teaser-startseite_rdax_465x355_87s.jpg |
Die Sächsische Staatsregierung div#box-4991 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/SR_kabinett-20241219_neu_rdax_465x355_87s.jpg |
Die Fassade eines alten Gebäudes. div#box-5218 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/kabinett-teaserbox2_rdax_465x355_87s.jpg |
EIn Vorschaubild des 360-Grad-Rundganges durch die Sächsische Staatskanzlei div#box-5215 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/panorama-sk-rundgang-teaser_neu_rdax_87s.jpg |
Blick in eine Kirche in der Menschen sitzen. div#box-6182 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/buergerpreis-2025-Teaser_rdax_465x355_87s.jpg |
Collage verschiedener digitaler Publikationen, in der Mitte steht »Read us on i… div#box-4997 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/teaser-startseite-publikationen_rdax_465x267_87s.jpg |
Ein Bildlogo mit der Aufschrift »Einheitlicher Ansprechpartner« div#box-5902 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/einheitlicher-ansprechpartner_rdax_87s.jpg |
Sachsen gestaltet Zukunft article#highlight-slide-6593 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_365x273_87s.jpg |
Sachsen gestaltet Zukunft div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_365x273_87s.jpg |
Ein Logo mit der Aufschrift Mach was Wichtiges div#box-4538 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/Mach_Was_Wichtiges_logo_rdax_465x206_87s.jpg |
Der Gründerinnenpreis article#highlight-slide-6589 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_365x243_87s.JPG |
Der Gründerinnenpreis div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_365x243_87s.JPG |
Inhalt von Youtube laden: Ein YouTube-Vorschaubild zeigt die Landesvertretung i… div.box-media > div#video-wrapper6292 > button.video-placeholder > img.media-object | www.sachsen.de/img/sachsen-in-berlin-yt_rdax_780x439_87s.jpg |
Ein junger Mann steht vor einer beschriebenen Tafel. Darunter steht: Ohne Dich … article#highlight-slide-5313 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_365x207_87s.jpg |
Ein junger Mann steht vor einer beschriebenen Tafel. Darunter steht: Ohne Dich … div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_365x207_87s.jpg |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. article#highlight-slide-6585 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_365x205_87.png |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. article#highlight-slide-6341 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_365x205_87s.jpg |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_365x205_87.png |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_365x205_87s.jpg |
article#box-6180 > div.box-body > div.box-media > img.hidden-no-js article#box-6180 > div.box-body > div.box-media > img.hidden-no-js | www.styleguide.sachsen.de/dist/2.26.3/img/amt24_rdax_465x160_87.jpg |
div > div.rsSlideContent > figure.rsImage > img.media-object div > div.rsSlideContent > figure.rsImage > img.media-object | www.styleguide.sachsen.de/dist/2.26.3/img/loading-SK.svg |
div > div.rsSlideContent > figure.rsImage > img.media-object div > div.rsSlideContent > figure.rsImage > img.media-object | www.styleguide.sachsen.de/dist/2.26.3/img/loading-SK.svg |
Zur Startseite von www.sachsen.de div.container > div.row > a.navbar-brand > img.logo | www.styleguide.sachsen.de/dist/2.26.3/img/symbols/svg/logo-sachsen.svg |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/5_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/1_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/3_nacht.png |
Wappen vom Freistaat Sachsen div.panel-body > div.media > div.pull-left > img.svg-img | www.styleguide.sachsen.de/dist/2.26.3/img/symbols/svg/logo-sachsen-emblem.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mittwoch
Wählen Sie eine Stadt:
Dresden
vormittags
10°
leicht bewölkt
5%
Risiko… div.row > main#main-content > div.wetter > div#accordion-content-wetter-3915 |
Herausgeber
Sächsische Staatskanzlei
Archivstraße 1
01097 Dresden
Telefon: +… body.portal-index > footer#footer > div.footer-content > div#accordion-footer |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mittwoch div.wetter > div#accordion-content-wetter-3915 > div#wetter-day-3915-1 > div#heading-content-wetter-3915-1 |
Donnerstag div.wetter > div#accordion-content-wetter-3915 > div#wetter-day-3915-2 > div#heading-content-wetter-3915-2 |
Freitag div.wetter > div#accordion-content-wetter-3915 > div#wetter-day-3915-3 > div#heading-content-wetter-3915-3 |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bild in sozialen Medien teilen div.box-media > div.gallery > div.gallery-fullscreen > div#_auto-slider-98 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.styleguide.sachsen.de/dist/2.26.3/js/sachsen.js line 1, col 11233 | Uncaught ReferenceError: handleTabKey is not defined |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.084
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.11 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.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img | www.sachsen.de/img/dfip-2026_rdax_1450x816_87.png | 1.5 MiB | 1.4 MiB |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. article#highlight-slide-6585 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_855x481_87.png | 618.1 KiB | 572.4 KiB |
Vor einem alten Gebäude stehen zwei Herren auf einem roten Teppich. Links und r… div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/kretschmer-merz-okotber-2025-2_rd... | 241.7 KiB | 236.3 KiB |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg | 239.2 KiB | 171.7 KiB |
Männer und Frauen unterschreiben eine Erklärung. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/sondervermoegen-sk-oktober-2025_r... | 169.9 KiB | 163.9 KiB |
Zwei Männer schneiden einen Stollen an. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/adventssingen-2025-1_rdax_900x600... | 167.4 KiB | 162.6 KiB |
Ein Mann und eine Frau stehen nebeneinander. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/verdienstorden-august-2025-3_rdax... | 162.0 KiB | 156.1 KiB |
Ein Mann umarmt eine alte Dame. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/bundesverdienstorden-maerz-2026-6... | 154.2 KiB | 149.4 KiB |
Männer und Frauen sitzen in einem Konferenzsaal umgeben von Flaggen der Bundesl… div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/mpk-18-juni-2025_rdax_900x600_87s... | 141.3 KiB | 135.3 KiB |
Männer stehen vor der Laderampe eines LKWs. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/ukraine-hilfe-2025_rdax_900x599_8... | 132.3 KiB | 127.5 KiB |
Zwei Männer und eine Frau stehen in Reinraumanzügen in einer Produktionsanlage … div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/kretschmer-reiche-infineon_rdax_9... | 112.1 KiB | 106.2 KiB |
Ein Mann und eine Frau stehen sich gegenüber. Dahinter stehen weitere Personen. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/kretschmer-fernwaerme-2026-2_2026... | 107.9 KiB | 103.1 KiB |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img | www.sachsen.de/img/SGS_Teaser_rdax_1450x816_87s.jpg | 292.2 KiB | 99.6 KiB |
Ein Mann und eine Frau stehen nebeneinander. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/empfang-olympioniken-und-paralymp... | 97.0 KiB | 95.4 KiB |
Ein Mann hält einen Verdienstorden in der Hand. div > div.picrow > button.photo-container > img.image-thumb | /img/ministerpraesident/bundesverdienstorden-mai-2025-3_r... | 99.9 KiB | 94.0 KiB |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG | 164.8 KiB | 85.5 KiB |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. article#highlight-slide-6341 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_855x481_87s.jpg | 115.5 KiB | 81.6 KiB |
div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js | www.sachsen.de/img/CMS/Demokratische_Mitwirkung_in_Sachsen_rdax_690x690_87p.jpg | 49.2 KiB | 47.3 KiB |
REVOSax
Recht und Vorschriftenverwaltung Sachsen
Suchbegriff eingeben
Suchen div.col > article#box-4488 > div.box-body > form.embedded-search-form | www.styleguide.sachsen.de/dist/2.26.3/img/content/revosax.jpg | 62.5 KiB | 31.2 KiB |
Inhalt von Youtube laden: Ein YouTube-Vorschaubild zeigt die Landesvertretung i… div.box-media > div#video-wrapper6292 > button.video-placeholder > img.media-object | www.sachsen.de/img/sachsen-in-berlin-yt_rdax_445x250_87s.jpg | 37.7 KiB | 19.6 KiB |
Sachsen gestaltet Zukunft article#highlight-slide-6593 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_855x640_87s.jpg | 57.7 KiB | 18.3 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/5_tag.png | 16.0 KiB | 14.2 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png | 11.9 KiB | 10.1 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/1_tag.png | 11.6 KiB | 9.8 KiB |
article#box-6180 > div.box-body > div.box-media > img.hidden-no-js article#box-6180 > div.box-body > div.box-media > img.hidden-no-js | www.styleguide.sachsen.de/dist/2.26.3/img/amt24_rdax_465x160_87.jpg | 17.8 KiB | 9.8 KiB |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/3_nacht.png | 10.8 KiB | 9.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/js/jquery.js | 29.6 KiB | 392 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/additionalComponent.js | 759 B | |
| www.styleguide.sachsen.de/css/portal.css | 1.4 KiB | 673 ms |
| www.styleguide.sachsen.de/dist/2.26.3/js/etc/sachsen.config.js?v=1 | 247 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| sachsen.de/ | 672 ms |
| www.sachsen.de/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/themes/green/css/chrome.css | 144.8 KiB | 124.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.styleguide.sachsen.de/dist/2.26.3/js/skriptVendor.js | 121.6 KiB | 80.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_1450x1086_87s.jpg |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img | www.sachsen.de/img/dfip-2026_rdax_1450x816_87.png |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img | www.sachsen.de/img/SGS_Teaser_rdax_1450x816_87s.jpg |
Sachsen gestaltet Zukunft article#highlight-slide-6593 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_855x640_87s.jpg |
Sachsen gestaltet Zukunft div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Sachsen_gestaltet_Zukunft_Teaserbox_rdax_855x640_87s.jpg |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG |
Der Gründerinnenpreis article#highlight-slide-6589 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG |
Der Gründerinnenpreis div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/Gruenderinnenpreis_2026_rdax_87s.JPG |
div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js div.box-body > div#box-publikation-4546 > div.box-left > img.hidden-no-js | www.sachsen.de/img/CMS/Demokratische_Mitwirkung_in_Sachsen_rdax_690x690_87p.jpg |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg |
Ein junger Mann steht vor einer beschriebenen Tafel. Darunter steht: Ohne Dich … article#highlight-slide-5313 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg |
Ein junger Mann steht vor einer beschriebenen Tafel. Darunter steht: Ohne Dich … div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/ohne-dich-kein-durchblick_rdax_87s.jpg |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. article#highlight-slide-6585 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_855x481_87.png |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. article#highlight-slide-6341 > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_855x481_87s.jpg |
Eine stilisierte Weltkarte mit Hinweisen zu einer Veranstaltung. div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/dfip-2026_rdax_855x481_87.png |
Ein grüner Heißluftballon fährt vor der Kulisse der Sächsischen Schweiz. div.rsSachsen__heightChecker > div.rsSlideContent > div.rsImage > img.media-object | www.sachsen.de/img/SGS_Teaser_rdax_855x481_87s.jpg |
Foto von Michael Kretschmer. div#box-4993 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/kretschmer-teaser-startseite_rdax_465x355_87s.jpg |
Die Sächsische Staatsregierung div#box-4991 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/SR_kabinett-20241219_neu_rdax_465x355_87s.jpg |
Die Fassade eines alten Gebäudes. div#box-5218 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/kabinett-teaserbox2_rdax_465x355_87s.jpg |
EIn Vorschaubild des 360-Grad-Rundganges durch die Sächsische Staatskanzlei div#box-5215 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/panorama-sk-rundgang-teaser_neu_rdax_87s.jpg |
Blick in eine Kirche in der Menschen sitzen. div#box-6182 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/buergerpreis-2025-Teaser_rdax_465x355_87s.jpg |
Collage verschiedener digitaler Publikationen, in der Mitte steht »Read us on i… div#box-4997 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/teaser-startseite-publikationen_rdax_465x267_87s.jpg |
Ein Bildlogo mit der Aufschrift »Einheitlicher Ansprechpartner« div#box-5902 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/einheitlicher-ansprechpartner_rdax_87s.jpg |
Ein Logo mit der Aufschrift Mach was Wichtiges div#box-4538 > div.box-body > div.box-media > img.hidden-no-js | www.sachsen.de/img/Mach_Was_Wichtiges_logo_rdax_465x206_87s.jpg |
Inhalt von Youtube laden: Ein YouTube-Vorschaubild zeigt die Landesvertretung i… div.box-media > div#video-wrapper6292 > button.video-placeholder > img.media-object | www.sachsen.de/img/sachsen-in-berlin-yt_rdax_445x250_87s.jpg |
article#box-6180 > div.box-body > div.box-media > img.hidden-no-js article#box-6180 > div.box-body > div.box-media > img.hidden-no-js | www.styleguide.sachsen.de/dist/2.26.3/img/amt24_rdax_465x160_87.jpg |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/5_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/2_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/1_tag.png |
div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img div.wetter-daypart-wrapper > div.wetter-daypart > div.img-wrapper > img | www.styleguide.sachsen.de/dist/2.26.3/img/wetter/state/3_nacht.png |
Wappen vom Freistaat Sachsen div.panel-body > div.media > div.pull-left > img.svg-img | www.styleguide.sachsen.de/dist/2.26.3/img/symbols/svg/logo-sachsen-emblem.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Herausgeber
Sächsische Staatskanzlei
Archivstraße 1
01097 Dresden
Telefon: +… body.portal-index > footer#footer > div.footer-content > div#accordion-footer |
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.glohea-form > div#collapse-search-slider > div.form-group > input#glohea-search form.glohea-form > div#collapse-search-slider > div.form-group > input#glohea-search |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mittwoch
Wählen Sie eine Stadt:
Dresden
vormittags
10°
leicht bewölkt
5% Risiko… div.row > main#main-content > div.wetter > div#accordion-content-wetter-3915 |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mittwoch div.wetter > div#accordion-content-wetter-3915 > div#wetter-day-3915-1 > div#heading-content-wetter-3915-1 |
Herausgeber div.footer-content > div#accordion-footer > div.footer-col > div#headingFooter1 |
Service div.footer-content > div#accordion-footer > div.footer-col > div#headingFooter2 |
Verwandte Portale div.footer-content > div#accordion-footer > div.footer-col > div#headingFooter3 |
Seite empfehlen div.footer-content > div#accordion-footer > div.footer-col > div#headingFooter4 |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bild in sozialen Medien teilen div.box-media > div.gallery > div.gallery-fullscreen > div#_auto-slider-98 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.styleguide.sachsen.de/dist/2.26.3/js/sachsen.js line 1, col 11233 | Uncaught ReferenceError: handleTabKey is not defined |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6593 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6585 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6589 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-5313 > div.rsSlideBackdrop > img |
div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img div.rsSlide > article#highlight-slide-6341 > div.rsSlideBackdrop > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback