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.
Several issues make your site difficult for assistive technology users.
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.
Lean and efficient — low environmental impact per visit.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
151 image-only link(s) without alt 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/8a9f5274-8cb1-4231-9092-d7a91764683b)<a href="https://beavercheck.com/results/8a9f5274-8cb1-4231-9092-d7a91764683b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fheise.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fheise.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.
€495 investment → €5,480/month returns + EUR 120,500,000 risk avoided
€495
6h · 5 findings
€5,480 /mo
~€65,759 / 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,002 / year if left unfixed
€120,500,000
+12 more
€0.19 /mo
2603.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.
4.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.19 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.
6.01 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.
9.19 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.
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.
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.heise.de/assets/akwa/v24/css/akwa.css | 11.1 KiB | 302 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 |
|---|---|
| heise.de/ | 1.2 s |
| www.heise.de/ | 0.0 ms |
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.
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.heise.de/assets/styles/index.css | 23.4 KiB | 15.2 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 |
|---|---|---|
| cmp.heise.de/Notice.8f529.js | 90.9 KiB | 62.9 KiB |
| www.heise.de/assets/akwa/v24/js/akwa.js | 85.4 KiB | 47.4 KiB |
| /resp/api/get/288689636920174?url=https%3A%2F%2Fwww.heise... | 46.4 KiB | 22.3 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.heise.de/ | 1.2 s | 72 ms | 5.3 ms |
| cmp.heise.de/Notice.8f529.js | 953 ms | 698 ms | 50 ms |
| www.heise.de/assets/akwa/v24/js/akwa.js | 757 ms | 478 ms | 39 ms |
| Unattributable | 738 ms | 42 ms | 0.0 ms |
| cmp.heise.de/unified/wrapperMessagingWithoutDetection.js | 553 ms | 183 ms | 18 ms |
| /resp/api/get/288689636920174?url=https%3A%2F%2Fwww.heise... | 485 ms | 409 ms | 25 ms |
| cdn.mateti.net/mcp/onsite.min.js | 176 ms | 157 ms | 14 ms |
| xn2wkedljxxol.heise.de/files/site_script/heise.de.js | 122 ms | 104 ms | 8.1 ms |
| cmp.heise.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 77 ms | 55 ms | 22 ms |
| /index.html?hasCsp=true&message_id=1454968&consentUUID=nu... | 72 ms | 0.6 ms | 1.6 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.2 s |
| Style & Layout | 1.2 s |
| Other | 953 ms |
| Parse HTML & CSS | 354 ms |
| Rendering | 245 ms |
| Script Parsing & Compilation | 186 ms |
| Garbage Collection | 86 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 |
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 | |
|---|---|
heise Plus div.flex > a.relative > span.md:hidden > img.align-middle | www.heise.de/icons/svg/logos/svg/heise_plus_blue.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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.jd-module > div.md:flex > form.mb-4 > button.inline-block div.jd-module > div.md:flex > form.mb-4 > button.inline-block |
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 |
|---|
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure > a-img > img a > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure.md:hidden > a-img > img a > figure.md:hidden > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > 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.jd-module > section.grid > article.ho-text > a.group/teaser div.jd-module > section.grid > article.ho-text > a.group/teaser |
section.grid > div.us_ad > div.pt-8 > a section.grid > div.us_ad > div.pt-8 > a |
div > div.jd-module > div.mb-6 > a.md:col-start-2 div > div.jd-module > div.mb-6 > a.md:col-start-2 |
div.flex-1 > div.relative > div.pt-8 > a div.flex-1 > div.relative > div.pt-8 > a |
article.md:col-span-2 > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.md:col-span-2 > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
div.shadow-modules > footer > div.mb-6 > a div.shadow-modules > footer > div.mb-6 > 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.
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 |
|---|
Jetzt entdecken! div#wtma_teaser_ho_vertrieb_pos1 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Ausführliche Informationen zum Versandverfahren und zu Ihren Widerrufsmöglichke… div.jd-module > div.theme-ho > div > p#input-email-help |
Datenschutzerklärung div.theme-ho > div > p#input-email-help > a.underline |
Jetzt entdecken! div#wtma_teaser_ho_vertrieb_pos2 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Warum die Gehälter auf dem IT-Arbeitsmarkt stagnieren header > h3.flex > span.text-lg > span |
15 a.group/teaser > div.-translate-y-1.5 > footer.ho-text-muted > span.flex |
iX Magazin div.-translate-y-1.5 > footer.ho-text-muted > div.flex > span.flex |
Classroom entdecken div#wtma_teaser_ho_vertrieb_pos3 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Classroom entdecken div#wtma_teaser_ho_vertrieb_pos4 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Hier bestellen div.container > div.relative > a.inline-block > span |
These are opportunities to improve the legibility of your content.
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.heise.de/ line 9, col 7 | TypeError: Cannot read properties of null (reading 'consent')
at https://www.heise.de/:10:8 |
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 |
|---|
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure > a-img > img a > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure.md:hidden > a-img > img a > figure.md:hidden > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.61 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.
2.90 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.
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.
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.
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 |
|---|---|
| www.heise.de/assets/akwa/v24/css/akwa.css | 11.1 KiB |
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 |
|---|---|
| heise.de/ | 655 ms |
| www.heise.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 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 |
|---|---|---|
| cmp.heise.de/Notice.8f529.js | 90.9 KiB | 62.8 KiB |
| www.heise.de/assets/akwa/v24/js/akwa.js | 85.4 KiB | 47.2 KiB |
| /resp/api/get/288689636920174?url=https%3A%2F%2Fwww.heise... | 46.4 KiB | 22.3 KiB |
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 |
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.heise.de/assets/styles/index.css | 23.4 KiB | 13.5 KiB |
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 a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.jd-module > section > a-scroll-container.ho-scroll-container-teaser-list > button.scroll-right div.jd-module > section > a-scroll-container.ho-scroll-container-teaser-list > button.scroll-right |
div > div.jd-module > a-scroll-container.mb-8 > button.scroll-right div > div.jd-module > a-scroll-container.mb-8 > button.scroll-right |
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 |
|---|
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure > a-img > img a > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure.hidden > a-img > img a > figure.hidden > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Alle Kategorien
Hardware
Software
Games
Video/Foto/TV
Telefon & Co
Audio/HiFi
D… div.md:flex > form.mb-4 > div.relative > select.focus:shadow-outline |
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.jd-module > section.grid > article.ho-text > a.group/teaser div.jd-module > section.grid > article.ho-text > a.group/teaser |
section.grid > div.us_ad > div.pt-8 > a section.grid > div.us_ad > div.pt-8 > a |
div > div.jd-module > div.mb-6 > a.md:col-start-2 div > div.jd-module > div.mb-6 > a.md:col-start-2 |
div.flex-1 > div.relative > div.pt-8 > a div.flex-1 > div.relative > div.pt-8 > a |
article.md:col-span-2 > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.md:col-span-2 > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser article.ho-text > a-opt-in.mb-4 > div.opt-in__content-container > a.group/teaser |
div.shadow-modules > footer > div.mb-6 > a div.shadow-modules > footer > div.mb-6 > 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.
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 |
|---|
Rabatt sichern! div#wtma_teaser_ho_vertrieb_pos1 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Ausführliche Informationen zum Versandverfahren und zu Ihren Widerrufsmöglichke… div.jd-module > div.theme-ho > div > p#input-email-help |
Datenschutzerklärung div.theme-ho > div > p#input-email-help > a.underline |
Rabatt sichern! div#wtma_teaser_ho_vertrieb_pos2 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
ZUM WEBINAR div#wtma_teaser_ho_vertrieb_pos3 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Jetzt entdecken! div#wtma_teaser_ho_vertrieb_pos4 > div.grid-cols-2 > div.md:mx-8 > a.inline-block |
Hier bestellen div.container > div.relative > a.inline-block > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
E-Mail-Fehlversand und Datenabfluss verhindern div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
So verbessern Sie Ihr Google-Ranking div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Wenn KI die Infrastruktur ans Limit bringt div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Wenn der Drucker die Störungen selbst reduziert div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Wie Unternehmen NIS2-ready werden div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Themenspecial: Digitale Souveränität div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Datenaustausch: Schluss mit dem „Flickenteppich“ div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Themenspecial: Secure IT für Unternehmen div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Wie die deutsche Fertigungsindustrie auf KI setzt div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
Warum Europas IT-Entscheider umdenken müssen div.flex-1 > div.ad-microsites > div.pt-8 > a.ho-text |
These items highlight common accessibility best practices.
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.heise.de/ line 9, col 7 | TypeError: Cannot read properties of null (reading 'consent')
at https://www.heise.de/:10:8 |
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 |
|---|
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure > a-img > img a > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a > figure.hidden > a-img > img a > figure.hidden > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure > a-img > img a.group/teaser > figure > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
a.group/teaser > figure.mb-4 > a-img > img a.group/teaser > figure.mb-4 > a-img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback