Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
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.
Reasonable footprint with room for optimization.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
16 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
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/97e2572d-5fb0-4648-a6c8-02ad3201ae20)<a href="https://beavercheck.com/results/97e2572d-5fb0-4648-a6c8-02ad3201ae20"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frlp.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frlp.deThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 10.8s to load
+12% bounceUsers abandon at ~3s — you're 8.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.
€495 investment → €3,783/month returns + EUR 20,500,000 risk avoided
€495
6h · 5 findings
€3,783 /mo
~€45,397 / year
EUR 20,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.
5.5 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,005 / year if left unfixed
€20,500,000
+1 more
€0.39 /mo
5259.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.
3.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.79 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.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.36 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.
11.02 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
Alexander Schweitzer/Heike Raab: Europa braucht die Stimmen junger Menschen div.card > a.card-read-more > div.ce-textpic > img.img-fluid | /fileadmin/_processed_/6/9/csm_Europapreis_14042026ks_124... | 143.4 KiB | 127.6 KiB |
footer > div.newsletter > div.ce-textpic > img.newsletter__image footer > div.newsletter > div.ce-textpic > img.newsletter__image | /_assets/8f1d4bf2177894e726dc164a54308e02/Images/Newslett... | 172.0 KiB | 123.6 KiB |
Runder Tisch zur Zukunft des Standorts Kaiserslautern: Schweitzer bringt zentra… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/d/2/csm_DSC_1019_Kopie_67029d2994.jpg | 127.8 KiB | 112.5 KiB |
Bilder von der Verleihung des Frauenpreises 2026 div.item > div.carousel-backgroundimage-container > div#carousel-backgroundimage-2056-2421 > img.img-fluid | www.rlp.de/fileadmin/_processed_/d/3/csm_Slider_Frauenpreis_2026_f31b25bb68.jpg | 115.7 KiB | 91.1 KiB |
Fortsetzung Spitzengespräch Wirtschaft: Krisen entschlossen meistern – Wettbewe… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/4/5/csm_20260312pj109_fe09426fbe.jpg | 100.5 KiB | 84.7 KiB |
Ministerpräsident Alexander Schweitzer gratuliert Ministerpräsidentin Anke Rehl… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/5/b/csm_6_-_SR300064_96a3d9efd3.jpg | 47.9 KiB | 31.2 KiB |
Informationen zur Landtagswahl div.card > a > div.ce-textpic > img.img-fluid | /fileadmin/_processed_/2/9/csm_2026_RLP_Wahlkampagne_Kamp... | 28.7 KiB | 19.7 KiB |
Ministerpräsident Alexander Schweitzer würdigt Mario Adorf als Weltstar mit rhe… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/8/0/csm_586589681_6d08f2eee1.jpg | 25.6 KiB | 9.8 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/Css/screen.min.... | 51.2 KiB | 750 ms |
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/JavaScript/head... | 9.2 KiB | 450 ms |
| www.rlp.de/typo3temp/assets/css/7015c8c4ac5ff815b57530b221005fc6.css?1666337399 | 1.5 KiB | 150 ms |
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 |
|---|---|
| rlp.de/ | 780 ms |
| www.rlp.de/ | 630 ms |
| www.rlp.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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/Css/screen.min.... | 50.7 KiB | 44.8 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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/JavaScript/libs... | 66.2 KiB | 56.7 KiB |
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.
v.l.n.r. Familienministerin Katharina Binz, Ministerpräsident Alexander Schweit… div.col-12 > div.position-relative > picture.w-100 > img.img-full |
div.col-12 > div.position-relative > picture.w-100 > img.img-full div.col-12 > div.position-relative > picture.w-100 > img.img-full |
Link führt zu ukraine.rlp.de. div.col-12 > div.position-relative > picture.w-100 > img.img-full |
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
E-Mail-Adresse div.form-group > div.input > div.form-type-email > input#newsletter-email |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
© Staatskanzlei RLP / Silz div.row > div.col-12 > div.position-relative > p.image-copyright |
© Staatskanzlei RLP div.row > div.col-12 > div.position-relative > p.image-copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Regierungsbilanz div.main-topics__item > div.row > div.col-12 > h4.main-topics__item__subtitle__h4 |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.rlp.de/ | Allowed |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
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.
758 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.82 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.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
758 ms
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.82 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
Bilder von der Verleihung des Frauenpreises 2026 div.item > div.carousel-backgroundimage-container > div#carousel-backgroundimage-2056-2421 > img.img-fluid | www.rlp.de/fileadmin/_processed_/d/3/csm_Slider_Frauenpreis_2026_d223202d7d.jpg | 309.0 KiB | 172.2 KiB |
Alexander Schweitzer/Heike Raab: Europa braucht die Stimmen junger Menschen div.card > a.card-read-more > div.ce-textpic > img.img-fluid | /fileadmin/_processed_/6/9/csm_Europapreis_14042026ks_124... | 127.5 KiB | 94.6 KiB |
Runder Tisch zur Zukunft des Standorts Kaiserslautern: Schweitzer bringt zentra… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/d/2/csm_DSC_1019_Kopie_932b406517.jpg | 113.0 KiB | 86.3 KiB |
Jahrestag Invasion: Nationalflagge der Ukraine div.card > a > div.ce-textpic > img.img-fluid | /fileadmin/_processed_/2/5/csm_2022_02_27_STK_Fahne_Ukrai... | 78.8 KiB | 67.4 KiB |
Fortsetzung Spitzengespräch Wirtschaft: Krisen entschlossen meistern – Wettbewe… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/4/5/csm_20260312pj109_c83635664a.jpg | 91.5 KiB | 58.6 KiB |
footer > div.newsletter > div.ce-textpic > img.newsletter__image footer > div.newsletter > div.ce-textpic > img.newsletter__image | /_assets/8f1d4bf2177894e726dc164a54308e02/Images/Newslett... | 172.0 KiB | 57.7 KiB |
v.l.n.r. Familienministerin Katharina Binz, Ministerpräsident Alexander Schweit… div.col-12 > div.position-relative > picture.w-100 > img.img-full | www.rlp.de/fileadmin/_processed_/9/7/csm_TS9_8537_Kopie_93e447938b.jpg | 61.8 KiB | 52.1 KiB |
Ministerpräsident Alexander Schweitzer gratuliert Ministerpräsidentin Anke Rehl… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/5/b/csm_6_-_SR300064_96a3d9efd3.jpg | 47.9 KiB | 36.5 KiB |
FSJ in der Staatskanzlei div.card > a > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/3/b/csm_FSJ_3_178cd096d1.jpg | 38.1 KiB | 29.6 KiB |
Militärische Eskalation im Nahen Osten div.card > a > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/5/4/csm_Zitat_MP_Iran_955af78b89.jpg | 27.2 KiB | 18.7 KiB |
Informationen zur Landtagswahl div.card > a > div.ce-textpic > img.img-fluid | /fileadmin/_processed_/2/9/csm_2026_RLP_Wahlkampagne_Kamp... | 28.7 KiB | 17.3 KiB |
Ministerpräsident Alexander Schweitzer würdigt Mario Adorf als Weltstar mit rhe… div.card > a.card-read-more > div.ce-textpic > img.img-fluid | www.rlp.de/fileadmin/_processed_/8/0/csm_586589681_6d08f2eee1.jpg | 25.6 KiB | 14.2 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/Css/screen.min.... | 51.2 KiB | 200 ms |
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/JavaScript/head... | 9.2 KiB | 120 ms |
| www.rlp.de/typo3temp/assets/css/7015c8c4ac5ff815b57530b221005fc6.css?1666337399 | 1.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/Css/screen.min.... | 50.7 KiB | 43.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 |
|---|---|---|
| /_assets/90e5b5e0fb243702058dd4a76da35c8b/JavaScript/libs... | 66.2 KiB | 56.7 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 | |
|---|---|
v.l.n.r. Familienministerin Katharina Binz, Ministerpräsident Alexander Schweit… div.col-12 > div.position-relative > picture.w-100 > img.img-full | www.rlp.de/fileadmin/_processed_/9/7/csm_TS9_8537_Kopie_93e447938b.jpg |
div.col-12 > div.position-relative > picture.w-100 > img.img-full div.col-12 > div.position-relative > picture.w-100 > img.img-full | /fileadmin/_processed_/a/c/csm_Vorschaubild_MPK_Unterseit... |
Link führt zu ukraine.rlp.de. div.col-12 > div.position-relative > picture.w-100 > img.img-full |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| rlp.de/ | 201 ms |
| www.rlp.de/ | 190 ms |
| www.rlp.de/ | 0.0 ms |
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
E-Mail-Adresse div.form-group > div.input > div.form-type-email > input#newsletter-email |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
© Staatskanzlei RLP div.row > div.col-12 > div.position-relative > p.image-copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Regierungsbilanz div.main-topics__item > div.row > div.col-12 > h4.main-topics__item__subtitle__h4 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gebärdensprache header#top-header > nav#nav-meta > div.container > a.nav-link |
Leichte Sprache header#top-header > nav#nav-meta > div.container > a.nav-link |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.rlp.de/ | Allowed |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback