Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
19 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 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/413f0f09-25f0-4737-8025-5060b9872002)<a href="https://beavercheck.com/results/413f0f09-25f0-4737-8025-5060b9872002"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzeit.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fzeit.deThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
€495 investment → €5,085/month returns + EUR 120,500,000 risk avoided
€495
6h · 5 findings
€5,085 /mo
~€61,026 / 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.
5.5 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+7 more
€0.47 /mo
6332.6 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.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.44 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.
13.78 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
Schutz vor sexualisierter Gewalt: Ist Deutschland ein Täterparadies? article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /wissen/2026-03/sexualisierte-gewalt-schutz-strafrecht-ju... | 230.3 KiB | 145.7 KiB |
Champions League – Viertelfinale: Bayern's Dayot Upamecano, left, challenges fo… article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /sport/2026-04/champions-league-viertelfinale-bayern-real... | 57.4 KiB | 21.4 KiB |
a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /g/2026/nsdap-mitgliedskartei-2026/static/assets/teaser-8... | 54.9 KiB | 20.5 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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| code.piano.io/api/tinypass.min.js | 14400.0 s | 132.3 KiB |
| consent-cdn.zeit.de/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| sp.zon.zeit.de/4.6.6/rl9os54c.js | 3600.0 s | 80.0 KiB |
| consent-cdn.zeit.de/wrapperMessagingWithoutDetection.js | 3600.0 s | 50.8 KiB |
| cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.js | 0.0 ms | 32.2 KiB |
| cdn.cxense.com/cx.js | 3600.0 s | 38.1 KiB |
| cdn.cxense.com/cx.js | 3600.0 s | 38.1 KiB |
| sp.zon.zeit.de/media-plugin/index.umd.min.js | 3600.0 s | 22.9 KiB |
| quiz.zeit.de/embed/quiz-daily.js | 0.0 ms | 12.3 KiB |
| cdn.cxense.com/cx.cce.js | 3600.0 s | 6.8 KiB |
| consent-cdn.zeit.de/Notice.30929.css | 3600.0 s | 6.7 KiB |
| sp.zon.zeit.de/4.3.1/webview_plugin/index.umd.min.js | 3600.0 s | 3.5 KiB |
| consent-cdn.zeit.de/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| experience-eu.piano.io/xbuilder/experience/load?aid=u6vAlvTEpe | 1800.0 s | 1.9 KiB |
| cdn.storifyme.xyz/static/web-components/storifyme-elements.min.js | 0.0 ms | 433 B |
| /Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo0nm270ts82dv55&sid=... | 0.0 ms | 412 B |
| www.zeit.de/+/wally/element.css | 300.0 s | 397 B |
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.
| URL | Est Savings |
|---|---|
| static.zeit.de/p/zeit.web/fonts/tabletgothic/TabletGothic-Regular.woff2 | 5.0 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 |
|---|---|
| zeit.de/ | 1.2 s |
| www.zeit.de/index | 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.
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.
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.zeit.de/index | 2.9 s | 175 ms | 24 ms |
| Unattributable | 973 ms | 92 ms | 0.0 ms |
| consent-cdn.zeit.de/Notice.8f529.js | 815 ms | 569 ms | 46 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MH96D5 | 538 ms | 448 ms | 81 ms |
| code.piano.io/api/tinypass.min.js | 375 ms | 277 ms | 60 ms |
| cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.js | 310 ms | 180 ms | 19 ms |
| consent-cdn.zeit.de/wrapperMessagingWithoutDetection.js | 305 ms | 196 ms | 30 ms |
| interactive.zeit.de/g/wiegehtesihnen/app.5b89d5abbb910dab2c6e.cached.js | 249 ms | 190 ms | 19 ms |
| static.zeit.de/iqd/cdn_iqdzeit_mob/live/iqadcontroller.js | 219 ms | 112 ms | 100 ms |
| cdn.cxense.com/cx.js | 215 ms | 122 ms | 15 ms |
| sp.zon.zeit.de/4.6.6/rl9os54c.js | 169 ms | 94 ms | 12 ms |
| static.zeit.de/p/zeit.web/js/site.8fce046391f83bd9.js | 132 ms | 89 ms | 3.5 ms |
| www.zeit.de/-/merkl/pages/_app/immutable/chunks/Crml965g.js | 101 ms | 94 ms | 0.4 ms |
| /index.html?message_id=1349265&consentUUID=undefined&prel... | 92 ms | 0.3 ms | 1.3 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 |
|---|---|
| Script Evaluation | 2.9 s |
| Style & Layout | 2.1 s |
| Other | 1.4 s |
| Parse HTML & CSS | 490 ms |
| Script Parsing & Compilation | 474 ms |
| Rendering | 389 ms |
| Garbage Collection | 110 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| quiz.zeit.de/embed/quiz-daily.js | 11.9 KiB | 4.4 KiB |
| quiz.zeit.de/embed/quiz-daily.js | 11.9 KiB | 4.4 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 |
|---|---|---|
| code.piano.io/api/tinypass.min.js | 131.7 KiB | 82.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MH96D5 | 179.3 KiB | 71.0 KiB |
| consent-cdn.zeit.de/Notice.8f529.js | 90.9 KiB | 62.8 KiB |
| sp.zon.zeit.de/4.6.6/rl9os54c.js | 79.4 KiB | 38.9 KiB |
| consent-cdn.zeit.de/wrapperMessagingWithoutDetection.js | 50.4 KiB | 21.7 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 21.5 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.
| URL | |
|---|---|
Schutz vor sexualisierter Gewalt: Ist Deutschland ein Täterparadies? article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /wissen/2026-03/sexualisierte-gewalt-schutz-strafrecht-ju... |
Champions League – Viertelfinale: Bayern's Dayot Upamecano, left, challenges fo… article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /sport/2026-04/champions-league-viertelfinale-bayern-real... |
a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /g/2026/nsdap-mitgliedskartei-2026/static/assets/teaser-8... |
div.zon-teaser--standard > div._map_vmuip_52 > a > img div.zon-teaser--standard > div._map_vmuip_52 > a > img | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
Welcher Beruf passt zu mir? article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item |
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._container_1ux0n_5 > div._container_19jkh_5 > div._container_1tvqg_5 > div div._container_1ux0n_5 > div._container_19jkh_5 > div._container_1tvqg_5 > div |
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 |
|---|
GUT div.WuNx416u8k7s7sAxgF7He > div.P7b2y_XCz2rr9SMKnE2Fd > div._1Gr0lQuvfAZlNV-0nolbds > button._3h5o1Izhxvk37xudTVMq3L |
SCHLECHT div.WuNx416u8k7s7sAxgF7He > div.P7b2y_XCz2rr9SMKnE2Fd > div._1Gr0lQuvfAZlNV-0nolbds > button._3h5o1Izhxvk37xudTVMq3L |
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 |
|---|
Schutz vor sexualisierter Gewalt
:
Ist Deutschland ein Täterparadies? article.zon-teaser > div.zon-teaser__container > a.zon-teaser__link > h3.zon-teaser__heading |
ZEIT Magazin Wochenmarkt div#zon-carousel-8a60113e-tabpanel-0 > article.zon-printkiosk > a > h4.zon-printkiosk__title |
These are opportunities to improve keyboard navigation in your application.
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 > div > picture > img div > div > picture > img |
div > div > picture > img div > div > picture > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.zon-teaser--standard > div._map_vmuip_52 > a div > div.zon-teaser--standard > div._map_vmuip_52 > a |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seite 1 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f51b2863-tab-0 |
Seite 2 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f51b2863-tab-1 |
Seite 3 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f51b2863-tab-2 |
Seite 4 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f51b2863-tab-3 |
Seite 5 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f51b2863-tab-4 |
Seite 1 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-34ba4050-tab-0 |
Seite 2 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-34ba4050-tab-1 |
Seite 3 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-34ba4050-tab-2 |
Seite 4 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-34ba4050-tab-3 |
Seite 5 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-34ba4050-tab-4 |
Seite 1 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-0 |
Seite 2 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-1 |
Seite 3 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-2 |
Seite 4 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-3 |
Seite 5 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-4 |
Seite 6 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-5 |
Seite 7 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5634e73b-tab-6 |
Seite 1 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-0 |
Seite 2 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-1 |
Seite 3 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-2 |
Seite 4 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-3 |
Seite 5 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-4 |
Seite 6 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-5 |
Seite 7 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-ca2922b3-tab-6 |
Seite 1 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-0 |
Seite 2 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-1 |
Seite 3 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-2 |
Seite 4 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-3 |
Seite 5 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-4 |
Seite 6 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-6a7db05d-tab-5 |
Seite 1 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-803faf9f-tab-0 |
Seite 2 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-803faf9f-tab-1 |
Seite 3 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-803faf9f-tab-2 |
Seite 4 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-803faf9f-tab-3 |
Seite 5 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-803faf9f-tab-4 |
Seite 1 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-0 |
Seite 2 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-1 |
Seite 3 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-2 |
Seite 4 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-3 |
Seite 5 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-4 |
Seite 6 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-5 |
Seite 7 von 9 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8a60113e-tab-6 |
These items highlight common accessibility best practices.
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 |
|---|
12 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
7 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
30 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
1 Std. 3 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Quiz starten div > div > div > a.z-button |
Quiz starten div > div > div > a.z-button |
To appear in search results, crawlers need access to your app.
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 > div > picture > img div > div > picture > img |
div > div > picture > img div > div > picture > 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.
1.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.02 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.
3.04 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
Schutz vor sexualisierter Gewalt: Ist Deutschland ein Täterparadies? article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /wissen/2026-03/sexualisierte-gewalt-schutz-strafrecht-ju... | 194.6 KiB | 103.1 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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| code.piano.io/api/tinypass.min.js | 14400.0 s | 132.3 KiB |
| consent-cdn.zeit.de/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| sp.zon.zeit.de/4.6.6/rl9os54c.js | 3600.0 s | 80.0 KiB |
| consent-cdn.zeit.de/wrapperMessagingWithoutDetection.js | 3600.0 s | 50.8 KiB |
| cdn.storifyme.xyz/static/web-components/storifyme-elements-v2.min.js | 0.0 ms | 32.3 KiB |
| cdn.cxense.com/cx.js | 3600.0 s | 38.1 KiB |
| cdn.cxense.com/cx.js | 3600.0 s | 38.1 KiB |
| sp.zon.zeit.de/media-plugin/index.umd.min.js | 3600.0 s | 22.9 KiB |
| quiz.zeit.de/embed/quiz-daily.js | 0.0 ms | 12.2 KiB |
| cdn.cxense.com/cx.cce.js | 3600.0 s | 6.8 KiB |
| consent-cdn.zeit.de/Notice.30929.css | 3600.0 s | 6.7 KiB |
| sp.zon.zeit.de/4.3.1/webview_plugin/index.umd.min.js | 3600.0 s | 3.5 KiB |
| consent-cdn.zeit.de/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| experience-eu.piano.io/xbuilder/experience/load?aid=u6vAlvTEpe | 1800.0 s | 1.9 KiB |
| www.zeit.de/+/wally/element.css | 300.0 s | 474 B |
| cdn.storifyme.xyz/static/web-components/storifyme-elements.min.js | 0.0 ms | 433 B |
| /Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo0nmlb6lasiuoxw&sid=... | 0.0 ms | 411 B |
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.
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 |
|---|---|
| zeit.de/ | 660 ms |
| www.zeit.de/index | 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.
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| quiz.zeit.de/embed/quiz-daily.js | 11.9 KiB | 4.4 KiB |
| quiz.zeit.de/embed/quiz-daily.js | 11.9 KiB | 4.4 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 |
|---|---|---|
| code.piano.io/api/tinypass.min.js | 131.6 KiB | 82.4 KiB |
| consent-cdn.zeit.de/Notice.8f529.js | 90.9 KiB | 62.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MH96D5 | 157.3 KiB | 62.3 KiB |
| sp.zon.zeit.de/4.6.6/rl9os54c.js | 79.4 KiB | 38.9 KiB |
| interactive.zeit.de/g/wiegehtesihnen/app.5b89d5abbb910dab2c6e.cached.js | 44.6 KiB | 21.7 KiB |
| consent-cdn.zeit.de/wrapperMessagingWithoutDetection.js | 50.4 KiB | 21.7 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 21.5 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.
| URL | |
|---|---|
Schutz vor sexualisierter Gewalt: Ist Deutschland ein Täterparadies? article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /wissen/2026-03/sexualisierte-gewalt-schutz-strafrecht-ju... |
Champions League – Viertelfinale: Bayern's Dayot Upamecano, left, challenges fo… article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /sport/2026-04/champions-league-viertelfinale-bayern-real... |
Irankrieg: US-Finanzminister Scott Bessent spricht mit Reportern im James Brady… article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | img.zeit.de/politik/2026-04/usa-iran-blog-sanktionen/super__430x287__desktop |
a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item a.zon-teaser__media-link > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | /g/2026/nsdap-mitgliedskartei-2026/static/assets/teaser-4... |
div > div > picture > img div > div > picture > img | |
div.zon-teaser--standard > div._map_vmuip_52 > a > img div.zon-teaser--standard > div._map_vmuip_52 > a > img | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item article.teaser-shop > a.teaser-shop__link > figure.zon-teaser__media > img.zon-teaser__media-item | |
div > div > picture > img div > div > picture > img | |
Durchblick im Studiendschungel article.zon-teaser > figure.zon-teaser__media > picture.zon-teaser__media-container > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item | |
article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item article.zon-printkiosk > a > figure.zon-teaser__media > img.zon-teaser__media-item |
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._container_1ux0n_5 > div._container_19jkh_5 > div._container_1tvqg_5 > div div._container_1ux0n_5 > div._container_19jkh_5 > div._container_1tvqg_5 > div |
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 |
|---|
GUT div.WuNx416u8k7s7sAxgF7He > div.P7b2y_XCz2rr9SMKnE2Fd > div._1Gr0lQuvfAZlNV-0nolbds > button._3h5o1Izhxvk37xudTVMq3L |
SCHLECHT div.WuNx416u8k7s7sAxgF7He > div.P7b2y_XCz2rr9SMKnE2Fd > div._1Gr0lQuvfAZlNV-0nolbds > button._3h5o1Izhxvk37xudTVMq3L |
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 |
|---|
Schutz vor sexualisierter Gewalt
:
Ist Deutschland ein Täterparadies? article.zon-teaser > div.zon-teaser__container > a.zon-teaser__link > h3.zon-teaser__heading |
ZEIT Magazin Wochenmarkt div#zon-carousel-3505fcb8-tabpanel-0 > article.zon-printkiosk > a > h4.zon-printkiosk__title |
These are opportunities to improve keyboard navigation in your application.
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 > div > picture > img div > div > picture > img |
div > div > picture > img div > div > picture > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.zon-teaser--standard > div._map_vmuip_52 > a div > div.zon-teaser--standard > div._map_vmuip_52 > a |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seite 1 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5efbe4d9-tab-0 |
Seite 2 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5efbe4d9-tab-1 |
Seite 3 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5efbe4d9-tab-2 |
Seite 1 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5e48ebde-tab-0 |
Seite 2 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5e48ebde-tab-1 |
Seite 3 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-5e48ebde-tab-2 |
Seite 1 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f8912ab4-tab-0 |
Seite 2 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f8912ab4-tab-1 |
Seite 3 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f8912ab4-tab-2 |
Seite 4 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f8912ab4-tab-3 |
Seite 5 von 5 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-f8912ab4-tab-4 |
Seite 1 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-0 |
Seite 2 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-1 |
Seite 3 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-2 |
Seite 4 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-3 |
Seite 5 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-4 |
Seite 6 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-5 |
Seite 7 von 7 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-8aef589e-tab-6 |
Seite 1 von 4 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-fce11af9-tab-0 |
Seite 2 von 4 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-fce11af9-tab-1 |
Seite 3 von 4 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-fce11af9-tab-2 |
Seite 4 von 4 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-fce11af9-tab-3 |
Seite 1 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-733f5e75-tab-0 |
Seite 2 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-733f5e75-tab-1 |
Seite 3 von 3 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-733f5e75-tab-2 |
Seite 1 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-0 |
Seite 2 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-1 |
Seite 3 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-2 |
Seite 4 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-3 |
Seite 5 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-4 |
Seite 6 von 6 zon-carousel.zon-carousel > div.zon-carousel__tabpanel-control-wrapper > fieldset.zon-carousel__dots-wrapper > input#zon-carousel-3505fcb8-tab-5 |
These items highlight common accessibility best practices.
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 |
|---|
12 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
7 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
30 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
46 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
45 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
1 Std. 3 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
1 Std. 3 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
51 Min. div.zon-teaser__container > div.zon-teaser__actions > div.audio-player > button.audio-player__trigger |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Quiz starten div > div > div > a.z-button |
Quiz starten div > div > div > a.z-button |
To appear in search results, crawlers need access to your app.
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 > div > picture > img div > div > picture > img |
div > div > picture > img div > div > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback