Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 5.2s load time is above Google's 2.5s 'Good' threshold.
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.
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.
HSTS 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 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link 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/88391554-8225-4d1c-a81c-f83109584544)<a href="https://beavercheck.com/results/88391554-8225-4d1c-a81c-f83109584544"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhandelsblatt.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhandelsblatt.comThis 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.
€383 investment → €3,204/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,204 /mo
~€38,454 / year
EUR 120,500,000
if kept compliant
€128 — 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+9 more
€0.82 /mo
11004.5 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.73 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.07 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.
27.62 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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| handelsblatt.com/ | 767 ms |
| www.handelsblatt.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.handelsblatt.com/ | 1.4 s |
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 |
|---|---|---|
| grafik.handelsblatt.com/qktjtt/xjcgnm-energie-monitor/energie-monitor.js?id=3 | 455.0 KiB | 136.9 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 139.5 KiB | 74.4 KiB |
| www.handelsblatt.com/beta-frontend/main.f6573cd79c18ac06.js | 175.7 KiB | 72.8 KiB |
| norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 80.9 KiB | 64.6 KiB |
| cmp-sp.handelsblatt.com/Notice.8f529.js | 90.9 KiB | 62.4 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-EVQPINLC.js | 66.8 KiB | 60.5 KiB |
| norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 80.9 KiB | 57.9 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 139.5 KiB | 48.4 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-3DWW3FZ3.js | 34.6 KiB | 25.5 KiB |
| assets.www.handelsblatt.com/frontend/3804.c4b5bd4ad6a573c1.js | 44.1 KiB | 24.6 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-3DWW3FZ3.js | 34.6 KiB | 23.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.
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 | 21.8 s |
| Style & Layout | 3.5 s |
| Other | 3.2 s |
| Parse HTML & CSS | 2.1 s |
| Rendering | 1.1 s |
| Garbage Collection | 395 ms |
| Script Parsing & Compilation | 273 ms |
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 |
|---|---|---|
| assets.handelsblatt.com/packages/@hmg/abo-button-wc@0.1.14/main.mjs | 12.6 KiB | 2.9 KiB |
| assets.handelsblatt.com/packages/@hmg/hmg-bottom-layer@0.4.10/index.js | 9.6 KiB | 2.8 KiB |
| assets.handelsblatt.com/packages/@hmg/hmg-sticky-header@1.0.0/index.js | 9.0 KiB | 2.6 KiB |
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 |
|---|---|---|
| @charset "UTF-8";[_nghost-2-0-0-c956332260]{--hmg-des-theme-color-background-default: var(--hmg-des… | 40.2 KiB | 30.5 KiB |
| @charset "UTF-8";[_nghost-ng-c956332260]{--hmg-des-theme-color-background-default: var(--hmg-des-co… | 42.4 KiB | 22.0 KiB |
| .mdc-touch-target-wrapper { display: inline; } … | 20.1 KiB | 20.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/XX1y6OarUWvb/cover/500//0/0/0/0/0.5/0.5/image.png |
Handelsblatt Wirtschaftsforum Banner app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/hkGdj8Q6km1D/cover/700//0/0/0/0/0.5/0.5/image.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Previous slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-news-ticker.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-news-ticker.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide section.stage-podcast > app-swiper-wrapper.ng-tns-c1679810136-3 > swiper-container.swiper-initialized > div.navigation-prev |
Next slide section.stage-podcast > app-swiper-wrapper.ng-tns-c1679810136-3 > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-commercial-teaser-group.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-commercial-teaser-group.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Handelsblatt Abo
Suche
Jetzt ausprobieren: Unsere neue KI-Suche Smart Search.
A… div.page > app-deferrable-layout.ng-tns-c3424980024-2 > app-side-menu.ng-tns-c3424980024-2 > div.side-menu |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
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.
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.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
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 |
|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.space-reservation > app-embed > app-iframe > iframe div.space-reservation > app-embed > app-iframe > iframe |
app-dynamic-component-list.secondary-column > app-embed.ng-star-inserted > app-iframe > iframe app-dynamic-component-list.secondary-column > app-embed.ng-star-inserted > app-iframe > iframe |
app-video-player > app-embed.ng-star-inserted > app-iframe > iframe app-video-player > app-embed.ng-star-inserted > app-iframe > iframe |
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.top-level-container > app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a div.top-level-container > app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > 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.
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 |
|---|
Dieser Gipfel wird zeigen, ob Europa ein ernst zu nehmender Akteur ist a.extra-small-layout > div.teaser-head > app-teaser-content-head > h3.extra-small-layout |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Das verdienen Lufthansa-Piloten 2026
Lindt gewinnt gegen Aldi – Verbot für rot… app-dynamic-component-list.secondary-column > app-stage-most-read.ng-star-inserted > section > ol |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Das verdienen Lufthansa-Piloten 2026 section > ol > div.row > li.ng-star-inserted |
Lindt gewinnt gegen Aldi – Verbot für rote Schokoladenkugeln section > ol > div.row > li.ng-star-inserted |
Nach vier Jahren bei Nestlé: Ankerkraut-Gründer kaufen Firma zurück section > ol > div.row > li.ng-star-inserted |
Wir sollten das Renteneintrittsalter an die Lebenserwartung koppeln section > ol > div.row > li.ng-star-inserted |
Das sind die wichtigsten Hierarchiestufen section > ol > div.row > li.ng-star-inserted |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Top-Ökonomen zu großen Fragen unserer Zeit. app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > strong > a |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > 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.
852 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.70 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.088
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.16 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.00 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.
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.
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 | |
|---|---|---|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/XX1y6OarUWvb/cover/500//0/0/0/0/0.5/0.5/image.png | 66.7 KiB | 53.9 KiB |
Handelsblatt Wirtschaftsforum Banner app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/hkGdj8Q6km1D/cover/700//0/0/0/0/0.5/0.5/image.png | 31.6 KiB | 28.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.
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 |
|---|---|
| handelsblatt.com/ | 222 ms |
| www.handelsblatt.com/ | 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 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 |
|---|---|---|
| grafik.handelsblatt.com/qktjtt/xjcgnm-energie-monitor/energie-monitor.js?id=3 | 455.0 KiB | 137.2 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 139.5 KiB | 74.4 KiB |
| www.handelsblatt.com/beta-frontend/main.f6573cd79c18ac06.js | 175.7 KiB | 72.6 KiB |
| cmp-sp.handelsblatt.com/Notice.8f529.js | 90.9 KiB | 62.4 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-EVQPINLC.js | 66.8 KiB | 60.5 KiB |
| norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 80.9 KiB | 58.0 KiB |
| norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 80.9 KiB | 57.8 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 139.5 KiB | 48.4 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-3DWW3FZ3.js | 34.6 KiB | 25.5 KiB |
| assets.www.handelsblatt.com/frontend/3804.c4b5bd4ad6a573c1.js | 44.1 KiB | 25.2 KiB |
| designsystem.hmgassets.com/webcomponents/chunk-3DWW3FZ3.js | 34.6 KiB | 23.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.handelsblatt.com/beta-frontend/polyfills.1cfcd735136e8afb.js | 2.5 s | 2.0 s | 0.1 ms |
| grafik.handelsblatt.com/qktjtt/xjcgnm-energie-monitor/energie-monitor.js?id=3 | 1.7 s | 1.2 s | 0.6 ms |
| Unattributable | 1.3 s | 831 ms | 0.0 ms |
| www.handelsblatt.com/ | 1.2 s | 11 ms | 0.5 ms |
| www.handelsblatt.com/beta-frontend/main.f6573cd79c18ac06.js | 478 ms | 469 ms | 1.0 ms |
| www.handelsblatt.com/beta-frontend/runtime.d2bd1f2a46c708dd.js | 355 ms | 337 ms | 0.1 ms |
| cmp-sp.handelsblatt.com/Notice.8f529.js | 180 ms | 131 ms | 8.9 ms |
| designsystem.hmgassets.com/webcomponents/main-2.0.0.js | 95 ms | 77 ms | 0.5 ms |
| norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 91 ms | 46 ms | 25 ms |
| assets.www.handelsblatt.com/frontend/3804.c4b5bd4ad6a573c1.js | 57 ms | 32 ms | 0.2 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 | 5.2 s |
| Style & Layout | 960 ms |
| Other | 911 ms |
| Parse HTML & CSS | 533 ms |
| Rendering | 389 ms |
| Garbage Collection | 84 ms |
| Script Parsing & Compilation | 69 ms |
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 |
|---|---|---|
| assets.handelsblatt.com/packages/@hmg/abo-button-wc@0.1.14/main.mjs | 12.6 KiB | 2.9 KiB |
| assets.handelsblatt.com/packages/@hmg/hmg-bottom-layer@0.4.10/index.js | 9.6 KiB | 2.8 KiB |
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 |
|---|---|---|
| @charset "UTF-8";[_nghost-2-0-0-c956332260]{--hmg-des-theme-color-background-default: var(--hmg-des… | 40.2 KiB | 30.5 KiB |
| @charset "UTF-8";[_nghost-ng-c956332260]{--hmg-des-theme-color-background-default: var(--hmg-des-co… | 42.4 KiB | 21.9 KiB |
| .mdc-touch-target-wrapper { display: inline; } … | 20.1 KiB | 20.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/XX1y6OarUWvb/cover/500//0/0/0/0/0.5/0.5/image.png |
Handelsblatt Wirtschaftsforum Banner app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img | images.handelsblatt.com/hkGdj8Q6km1D/cover/700//0/0/0/0/0.5/0.5/image.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Previous slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-link-list-slider > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-news-ticker.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-news-ticker.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
Previous slide section.stage-podcast > app-swiper-wrapper.ng-tns-c1679810136-3 > swiper-container.swiper-initialized > div.navigation-prev |
Next slide section.stage-podcast > app-swiper-wrapper.ng-tns-c1679810136-3 > swiper-container.swiper-initialized > div.navigation-next |
Previous slide app-commercial-teaser-group.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-prev |
Next slide app-commercial-teaser-group.ng-star-inserted > app-swiper-wrapper > swiper-container.swiper-initialized > div.navigation-next |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Handelsblatt Abo
Suche
Jetzt ausprobieren: Unsere neue KI-Suche Smart Search.
M… div.page > app-deferrable-layout.ng-tns-c3424980024-2 > app-side-menu.ng-tns-c3424980024-2 > div.side-menu |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-5 > li.ng-tns-c496007840-5 > div.wrapper > app-expand-toggle.ng-tns-c496007840-5 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
Aufklappen ul.ng-tns-c496007840-6 > li.ng-tns-c496007840-6 > div.wrapper > app-expand-toggle.ng-tns-c496007840-6 |
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.
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.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-5 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label div.wrapper > app-expand-toggle.ng-tns-c496007840-6 > hmg-ghost-button.small > button.no-label |
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 |
|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.space-reservation > app-embed > app-iframe > iframe div.space-reservation > app-embed > app-iframe > iframe |
app-dynamic-component-list.secondary-column > app-embed.ng-star-inserted > app-iframe > iframe app-dynamic-component-list.secondary-column > app-embed.ng-star-inserted > app-iframe > iframe |
app-video-player > app-embed.ng-star-inserted > app-iframe > iframe app-video-player > app-embed.ng-star-inserted > app-iframe > iframe |
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.top-level-container > app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a div.top-level-container > app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > 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.
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 |
|---|
Dieser Gipfel wird zeigen, ob Europa ein ernst zu nehmender Akteur ist a.extra-small-layout > div.teaser-head > app-teaser-content-head > h3.extra-small-layout |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Das verdienen Lufthansa-Piloten 2026
Lindt gewinnt gegen Aldi – Verbot für rot… app-dynamic-component-list.secondary-column > app-stage-most-read.ng-star-inserted > section > ol |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Das verdienen Lufthansa-Piloten 2026 section > ol > div.row > li.ng-star-inserted |
Lindt gewinnt gegen Aldi – Verbot für rote Schokoladenkugeln section > ol > div.row > li.ng-star-inserted |
Nach vier Jahren bei Nestlé: Ankerkraut-Gründer kaufen Firma zurück section > ol > div.row > li.ng-star-inserted |
Wir sollten das Renteneintrittsalter an die Lebenserwartung koppeln section > ol > div.row > li.ng-star-inserted |
Das sind die wichtigsten Hierarchiestufen section > ol > div.row > li.ng-star-inserted |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
Merkliste app-teaser-content-head > app-bookmark-button.ng-star-inserted > hmg-ghost-button.small > button.no-label |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img app-dynamic-component-list.secondary-column > app-raw-html.ng-star-inserted > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback