Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
12 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
32 image(s) missing alt attribute
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/86887a30-2bae-4ebd-8726-a0dc71ff6738)<a href="https://beavercheck.com/results/86887a30-2bae-4ebd-8726-a0dc71ff6738"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fotto.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fotto.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.
9 barrier(s) likely increasing bounce by ~29%.
Page takes 15.8s to load
+12% bounceUsers abandon at ~3s — you're 13.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
12 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€405 investment → €0.73/month returns + EUR 120,500,000 risk avoided
€405
4h · 5 findings
€0.73 /mo
~€8.77 / year
EUR 120,500,000
if kept compliant
€135 — 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 €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,009 / year if left unfixed
€120,500,000
+7 more
€0.73 /mo
9867.7 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.
6.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.12 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.
7.65 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.
16.11 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.
| URL | Est Savings |
|---|---|
| static.otto.de/assets-static/components/assets/OTTO-Icons.BZx5X2Sf.woff2 | 35 ms |
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 | |
|---|---|---|---|
Frühlings-Styles div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_380681_772505?$promo_poi_4-3_s_progressive... | 119.4 KiB | 90.1 KiB |
Aktiv in den Frühling div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_379976_770961?$promo_poi_4-3_s_progressive... | 110.4 KiB | 81.1 KiB |
Frühling im Garten div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_380047_771052?$promo_poi_4-3_s_progressive... | 76.1 KiB | 46.8 KiB |
Zur Wohnidee 3 a.combo_combolist__mood-image-link > div.combo_combolist__mood-image-link > picture > img.combo_combolist__mood-image-img | /i/otto/c2ef0d1d-0d99-5a7f-ba21-b2dfe4e6dde5?$combolist_r... | 76.2 KiB | 43.5 KiB |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image | /i/otto/mpp360_376569_756599?$promo_poi_4-3_s_progressive... | 68.2 KiB | 38.8 KiB |
Alles fürs Laufen div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > picture > img | /i/otto/mpp360_376268_756609?$promo_poi_4-3_s_progressive... | 84.8 KiB | 31.6 KiB |
Zur Wohnidee 1 a.combo_combolist__mood-image-link > div.combo_combolist__mood-image-link > picture > img.combo_combolist__mood-image-img | /i/otto/001_2017_47_moeb_IndianStyle_02_image?$combolist_... | 63.4 KiB | 30.6 KiB |
div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img | /i/otto/mpp360_171139_239701?$promo_poi_4-3_s_progressive... | 67.3 KiB | 27.9 KiB |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image | /i/otto/mpp360_377562_759882?$promo_poi_4-3_s_progressive... | 46.9 KiB | 8.6 KiB |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image | /i/otto/001_2021_36_moeb_rb_schmales_bad_thementeaser_que... | 43.4 KiB | 5.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| otto.de/ | 842 ms |
| www.otto.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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets-static/global-pattern/assets/assets.global-patter... | 36.5 KiB | 30.9 KiB |
| /assets-static/components/assets/assets.components.main.D... | 14.5 KiB | 10.6 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 |
|---|---|---|
| /user-cookie-banner/onetrust-sdk/2026-02-26_1000/oneTrust... | 126.9 KiB | 73.0 KiB |
| /assets-static/global-resources/modules/zod/4.3/assets/li... | 26.0 KiB | 25.1 KiB |
| /assets-static/components/assets/assets.components.main.m... | 86.8 KiB | 24.7 KiB |
| /assets-static/components/assets/assets.components.async.... | 58.1 KiB | 22.5 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 |
|---|---|---|---|
| Unattributable | 2.3 s | 509 ms | 0.0 ms |
| /assets-static/components/assets/assets.components.main.m... | 1.9 s | 922 ms | 31 ms |
| /assets-static/global-resources/assets/assets.global-reso... | 1.4 s | 1.2 s | 7.0 ms |
| www.otto.de/ | 671 ms | 350 ms | 3.2 ms |
| /assets-static/components/assets/assets.components.async.... | 411 ms | 171 ms | 0.8 ms |
| /assets-static/global-resources/assets/assets.global-reso... | 174 ms | 121 ms | 0.5 ms |
| /user-cookie-banner/onetrust-sdk/2026-02-26_1000/oneTrust... | 163 ms | 78 ms | 36 ms |
| www.otto.de/sda-hoarding/static/as-odin.sda-hoarding.sda.module.ByiCfUu-.js | 153 ms | 89 ms | 20 ms |
| /reco-core/cinemas/assets/ft6bcn.reco-cinema.index-client... | 120 ms | 15 ms | 0.4 ms |
| /assets-static/global-resources/modules/svelte/5.53/asset... | 110 ms | 102 ms | 0.1 ms |
| static.otto.de/up-homeui/_app/immutable/chunks/CmU1Da2I.js | 57 ms | 51 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 | 3.9 s |
| Other | 2.0 s |
| Style & Layout | 1.3 s |
| Parse HTML & CSS | 294 ms |
| Garbage Collection | 202 ms |
| Script Parsing & Compilation | 133 ms |
| Rendering | 114 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 |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img | /i/otto/mpp360_171139_239701?$promo_poi_4-3_s_progressive... |
oc-card-v2 > div.promo-msp__card-content > picture > img.promo-msp__card-content-img oc-card-v2 > div.promo-msp__card-content > picture > img.promo-msp__card-content-img | /i/otto/mpp360_366210_720170?$promo_poi_8-3_xl_progressiv... |
oc-card-v2 > div.promo-msp__card-content > picture > img.promo-msp__card-content-img oc-card-v2 > div.promo-msp__card-content > picture > img.promo-msp__card-content-img | /i/otto/mpp360_366210_720170?$promo_poi_8-3_xl_progressiv... |
Kühl-/Gefrierkombination Serie 7 GBBW726AEV oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/148d3ca3-3755-5d64-a3d6-3127b704d4bc?$tile_portrait$&fmt=auto |
Wärmepumpentrockner RT90X8C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/fc1d9136-a0b3-5307-afe0-a9d48bd65b3e?$tile_portrait$&fmt=auto |
Waschmaschine Serie 7 F6WR701YB oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/001f8520-78b6-5f0b-96f5-b5b92013b3b8?$tile_portrait$&fmt=auto |
Wärmepumpentrockner Vivace RT80V9B oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/2cdcb9df-febb-5c36-838d-1451f6ca1e61?$tile_portrait$&fmt=auto |
Waschmaschine Serie 7 F6WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/81054f2f-c643-5a6d-adab-a756766c53c0?$tile_portrait$&fmt=auto |
Kühl-/Gefrierkombination InstaView® GBG7190CEV oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/cc2ebdb7-b54f-5503-8af7-844dd93ec7f9?$tile_portrait$&fmt=auto |
Waschmaschine Serie 7 F4WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/130f93e4-490e-5621-bc44-b35de1aaf224?$tile_portrait$&fmt=auto |
Waschmaschine F4WV708P2BA oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/81e77bac-13ec-59aa-8fc8-d0089fda9744?$tile_portrait$&fmt=auto |
Kühl-/Gefrierkombination Serie 7 GBBS716AEV oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/0795575b-5b5e-5825-a0f6-7fe204847e86?$tile_portrait$&fmt=auto |
Wärmepumpentrockner Vivace V9A2XT oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/32d9066b-d35e-569e-81bc-1d5969bc4954?$tile_portrait$&fmt=auto |
Multi Door GMF961EV6C oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/92ef9838-b954-5155-967d-f5af820e13b8?$tile_portrait$&fmt=auto |
Waschmaschine F4WX801YB oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/ea10c834-efb5-5977-a6a2-1065bc9ff54a?$tile_portrait$&fmt=auto |
Heißluftfritteuse Cosori Turbo Tower Pro Smart CAF-DC123S, vertikaler Doppelkam… oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/8f5fbb84-bd03-4034-904e-c37bb1d5e949?$tile_portrait$&fmt=auto |
Miederbody Bodysuit Sculpting Shapewear Longsleeve mit String-Poison Green-5XL oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/a6df741f-2065-52f8-8554-55a6a1141e3a?$tile_portrait$&fmt=auto |
Shopper Einkaufstasche mit Innentasche loopshopper M oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/3ab74c94-f1ef-4e27-8423-433c9b4f7922?$tile_portrait$&fmt=auto |
Shopper Einkaufstasche mit Innentasche loopshopper M oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/d20603d5-dcbb-42ce-99ee-861e92b0a69e?$tile_portrait$&fmt=auto |
Hörspielfigur Schlummerschaf - Einschlafmelodien aus dem Zauberwald oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/2b5b1ef7-6b26-58c5-b945-2e0220db83fc?$tile_portrait$&fmt=auto |
515 Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/4c735187-acb1-5678-ba06-3b40d91923eb?$tile_portrait$&fmt=auto |
Holzfliesen 11 Balkonfliesen 30x30 Terrassenfliesen Klicksystem 1qm Balkonboden oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2018b139-c64f-5fa7-8d14-81d4401cd063?$tile_portrait$&fmt=auto |
COURT CLASSIC CLEAN JR Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2b19ef06-ed2a-51ee-93ea-6ff0a015fa1f?$tile_portrait$&fmt=auto |
Star Runner 5 Laufschuh oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/ec23504b-d988-5bea-aec1-65d3bda53493?$tile_portrait$&fmt=auto |
Elektrische Zahnbürste Vitality Pro oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2e58ad83-036b-519b-8cc6-ee85c3ba336a?$tile_portrait$&fmt=auto |
COURTFLEX V3 V PS Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2cf3ff1c-4048-52c9-ab35-da19ab8dcdd9?$tile_portrait$&fmt=auto |
11" iPad Wi-Fi (2025) Tablet oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/1cf2f797-42c8-5cac-a71e-cf22483f259e?$tile_portrait$&fmt=auto |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/d78c0c1f-cb6f-538b-a65f-2578df625299?w=200&h=200&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/0e26bf06-abd0-5109-9725-966ec15baabb?w=200&h=200&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/be6bdea1-1de3-55f1-9a41-c42403b7bc86?w=200&h=200&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/d392e562-6b67-5c44-8c8f-8392c5ecb143?w=200&h=200&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/f583bfd4-135c-52f9-a44a-4f7f11e62638?w=200&h=200&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/ba6d5dc3-7514-4a8c-b9e5-63ea6a0f233b?w=200&h=200&... |
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.
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 |
|---|
Sortiment div.find_headerContent > div.find_mobileMenuWrapper > nav-mobile-menu-button#nav_menu-toggle-button > p.nav_menu-toggle-button__title-closed |
Mein Konto div#us_id_loginAreaContainerWithName > a#us_id_loginArea > span.us_iconSubtitle > span.us_js_loginAreaIconSubtitleMyAccount |
Warenkorb div.find_headerIcons > div.find_headerIcon > div.or_minis > span.or_minis__text |
in der App div.sp_smartAppBannerSecondColumn > a#sp_smartAppBannerGotoAppButton > button.sp_smartAppBannerGotoAppButton > span |
gesponsert div.promo_shoppromo-large--slide > div.promo-shoppromo-large--sponsored-container > div.js_openInPaliSheet > span.pl_copy75 |
1.399,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
849,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
679,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
249,99 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
ab 9,99 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
9,99 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
gesponsert div.pl_mt25 > span.js_openInPaliSheet > div.pl_mt50 > div.oc_copy75 |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > a div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > 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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Kühl-/Gefrierkombination Serie 7 GBBW726AEV oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/148d3ca3-3755-5d64-a3d6-3127b704d4bc?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner RT90X8C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/fc1d9136-a0b3-5307-afe0-a9d48bd65b3e?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Waschmaschine Serie 7 F6WR701YB oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/001f8520-78b6-5f0b-96f5-b5b92013b3b8?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner Vivace RT80V9B oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/2cdcb9df-febb-5c36-838d-1451f6ca1e61?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Waschmaschine Serie 7 F6WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/81054f2f-c643-5a6d-adab-a756766c53c0?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Kühl-/Gefrierkombination InstaView® GBG7190CEV oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/cc2ebdb7-b54f-5503-8af7-844dd93ec7f9?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Waschmaschine Serie 7 F4WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/130f93e4-490e-5621-bc44-b35de1aaf224?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Waschmaschine F4WV708P2BA oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/81e77bac-13ec-59aa-8fc8-d0089fda9744?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Kühl-/Gefrierkombination Serie 7 GBBS716AEV oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/0795575b-5b5e-5825-a0f6-7fe204847e86?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner Vivace V9A2XT oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/32d9066b-d35e-569e-81bc-1d5969bc4954?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Multi Door GMF961EV6C oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/92ef9838-b954-5155-967d-f5af820e13b8?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Waschmaschine F4WX801YB oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/ea10c834-efb5-5977-a6a2-1065bc9ff54a?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Heißluftfritteuse Cosori Turbo Tower Pro Smart CAF-DC123S, vertikaler Doppelkam… oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/8f5fbb84-bd03-4034-904e-c37bb1d5e949?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Miederbody Bodysuit Sculpting Shapewear Longsleeve mit String-Poison Green-5XL oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/a6df741f-2065-52f8-8554-55a6a1141e3a?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Shopper Einkaufstasche mit Innentasche loopshopper M oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/3ab74c94-f1ef-4e27-8423-433c9b4f7922?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Shopper Einkaufstasche mit Innentasche loopshopper M oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/d20603d5-dcbb-42ce-99ee-861e92b0a69e?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Hörspielfigur Schlummerschaf - Einschlafmelodien aus dem Zauberwald oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/2b5b1ef7-6b26-58c5-b945-2e0220db83fc?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
515 Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/4c735187-acb1-5678-ba06-3b40d91923eb?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Holzfliesen 11 Balkonfliesen 30x30 Terrassenfliesen Klicksystem 1qm Balkonboden oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2018b139-c64f-5fa7-8d14-81d4401cd063?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
COURT CLASSIC CLEAN JR Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2b19ef06-ed2a-51ee-93ea-6ff0a015fa1f?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Star Runner 5 Laufschuh oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/ec23504b-d988-5bea-aec1-65d3bda53493?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
Elektrische Zahnbürste Vitality Pro oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2e58ad83-036b-519b-8cc6-ee85c3ba336a?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
COURTFLEX V3 V PS Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2cf3ff1c-4048-52c9-ab35-da19ab8dcdd9?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
11" iPad Wi-Fi (2025) Tablet oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/1cf2f797-42c8-5cac-a71e-cf22483f259e?$tile_portrait$&fmt=auto | 136 x 187 (0.73) | 350 x 500 (0.70) |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /shoppages/service/datenschutz?ot_CookieBanner=firstLayer | hier |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Θ
Mein Konto div.find_headerIcon > div#us_js_id_loginAreaContainerWrapper > div#us_id_loginAreaContainerWithName > a#us_id_loginArea |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35 ms
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.
1.54 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.14 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.
| URL | Est Savings |
|---|---|
| static.otto.de/assets-static/components/assets/OTTO-Icons.BZx5X2Sf.woff2 | 40 ms |
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.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/0e26bf06-abd0-5109-9725-966ec15baabb?w=400&h=400&... | 29.4 KiB | 25.2 KiB |
Frühlings-Styles div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_380681_772505?$promo_poi_4-3_s_progressive... | 31.8 KiB | 22.2 KiB |
Aktiv in den Frühling div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_379976_770961?$promo_poi_4-3_s_progressive... | 31.3 KiB | 21.7 KiB |
Frühling im Garten div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_380047_771052?$promo_poi_4-3_s_progressive... | 24.5 KiB | 15.0 KiB |
Wärmepumpentrockner Vivace V9A2XT oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/32d9066b-d35e-569e-81bc-1d5969bc4954?$tile_portrait$&fmt=auto | 18.6 KiB | 13.9 KiB |
Wohnlandschaft Gerrit U-Form, Br. 282 cm oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/ecdbe970-c6ba-5cf1-b37a-32e6e59baf06?$tile_portrait$&fmt=auto | 16.2 KiB | 12.1 KiB |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image | /i/otto/mpp360_376569_756599?$promo_poi_4-3_s_progressive... | 19.7 KiB | 10.2 KiB |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image | /i/otto/mpp360_377562_759882?$promo_poi_4-3_s_progressive... | 16.5 KiB | 7.0 KiB |
Herrenuhren div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > picture > img | /i/otto/mpp360_342253_607115?$promo_poi_4-3_s_progressive... | 14.2 KiB | 4.7 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 |
|---|---|
| otto.de/ | 288 ms |
| www.otto.de/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets-static/global-pattern/assets/assets.global-patter... | 36.5 KiB | 30.9 KiB |
| /assets-static/components/assets/assets.components.main.D... | 14.5 KiB | 10.5 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 |
|---|---|---|
| /user-cookie-banner/onetrust-sdk/2026-02-26_1000/oneTrust... | 126.9 KiB | 73.0 KiB |
| /assets-static/global-resources/modules/zod/4.3/assets/li... | 26.0 KiB | 25.1 KiB |
| /assets-static/components/assets/assets.components.main.m... | 86.8 KiB | 24.7 KiB |
| /assets-static/components/assets/assets.components.async.... | 58.1 KiB | 22.5 KiB |
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 | 1.1 s |
| Other | 572 ms |
| Style & Layout | 421 ms |
| Parse HTML & CSS | 89 ms |
| Rendering | 70 ms |
| Script Parsing & Compilation | 41 ms |
| Garbage Collection | 26 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 | |
|---|---|
div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > picture > img | /i/otto/mpp360_255038_408898?$promo_poi_8-3_xl_progressiv... |
Kühl-/Gefrierkombination GBBS726ASW oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/86f704dc-6659-52eb-a3b7-1fa93df20662?$tile_portrait$&fmt=auto |
Wärmepumpentrockner RT90X8C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/fc1d9136-a0b3-5307-afe0-a9d48bd65b3e?$tile_portrait$&fmt=auto |
Multi Door GMF961EV6C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/92ef9838-b954-5155-967d-f5af820e13b8?$tile_portrait$&fmt=auto |
Kühl-/Gefrierkombination Serie 7 GBBS727AEV oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/bbf50eb5-c2a7-56b7-9eb1-71f3cd0f9942?$tile_portrait$&fmt=auto |
Side-by-Side GSLE91MBAB oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/5fdb937e-668c-5bea-b64e-c5c47c13119f?$tile_portrait$&fmt=auto |
Side-by-Side GSLE91MBAC oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/297aaaa4-8560-575e-bce5-50e3b03cf4d9?$tile_portrait$&fmt=auto |
Waschmaschine F4WX809YC oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/833de6ea-f951-57aa-9620-56eac887255a?$tile_portrait$&fmt=auto |
Wärmepumpentrockner Vivace V9A2XT oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/32d9066b-d35e-569e-81bc-1d5969bc4954?$tile_portrait$&fmt=auto |
Wärmepumpentrockner Vivace RT80V9B oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2cdcb9df-febb-5c36-838d-1451f6ca1e61?$tile_portrait$&fmt=auto |
Waschmaschine Serie 7 F6WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/81054f2f-c643-5a6d-adab-a756766c53c0?$tile_portrait$&fmt=auto |
Waschmaschine Serie 7 F6WR701YB oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/001f8520-78b6-5f0b-96f5-b5b92013b3b8?$tile_portrait$&fmt=auto |
Waschmaschine F6WV710P1 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/27459386-3fb8-59b8-a3e1-222750e2138e?$tile_portrait$&fmt=auto |
Wohnlandschaft Gerrit U-Form, Br. 282 cm oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/ecdbe970-c6ba-5cf1-b37a-32e6e59baf06?$tile_portrait$&fmt=auto |
Sweater The Set Schulterfreie Sweatshirts, 2er-Pack oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/45425fcf-9cee-5255-a068-b0e00c1a3b18?$tile_portrait$&fmt=auto |
AirPods 4 wireless In-Ear-Kopfhörer oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/e05ff5d4-0684-5694-b399-de822d69ec7d?$tile_portrait$&fmt=auto |
Court Borough Low Recraft Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/b0985330-5c7f-5fab-aa42-9c4163ca81a1?$tile_portrait$&fmt=auto |
Pantolette oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/024f1a95-1626-5784-b7b1-0b4dd29ba2f9?$tile_portrait$&fmt=auto |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/d78c0c1f-cb6f-538b-a65f-2578df625299?w=400&h=400&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/0e26bf06-abd0-5109-9725-966ec15baabb?w=400&h=400&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/be6bdea1-1de3-55f1-9a41-c42403b7bc86?w=400&h=400&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/d392e562-6b67-5c44-8c8f-8392c5ecb143?w=400&h=400&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/f583bfd4-135c-52f9-a44a-4f7f11e62638?w=400&h=400&... |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img | /i/otto/ba6d5dc3-7514-4a8c-b9e5-63ea6a0f233b?w=400&h=400&... |
div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > img.promo-brandpromo__top-brandpromo-logo div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > img.promo-brandpromo__top-brandpromo-logo | i.otto.de/i/otto/0faf849c50d0591b404d1abea390deab?maxH=40&fmt=auto |
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.
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 |
|---|
Service div.find_headerIcons > div.find_headerIcon > a#serviceLink > span.find_headerIcon__label |
Mein Konto div#us_id_loginAreaContainerWithName > a#us_id_loginArea > span.us_iconSubtitle > span.us_js_loginAreaIconSubtitleMyAccount |
Warenkorb div.find_headerIcons > div.find_headerIcon > div.or_minis > span.or_minis__text--large |
Inspiration li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Damen-Mode li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Herren-Mode li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Baby & Kind li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Sport li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Beauty & Drogerie li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Multimedia li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Haushalt li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Küche li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Heimtextilien li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Möbel li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Baumarkt li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
Marken li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
%Sale% li.nav_desktop-global-navigation-item-element > nav-desktop-top-level-item > a.nav_desktop-global-navigation-item > span.nav_desktop-global-navigation-item__title |
gesponsert div.promo_shoppromo-large--slide > div.promo-shoppromo-large--sponsored-container > div.js_openInPaliSheet > span.pl_copy75 |
ab 899,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
899,00 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
849,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
1.999,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
1.099,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
ab 1.889,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
1.889,00 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
Produktdatenblatt div.reco_cinema__article-eek-label > div.reco_cinema__article-eek-label_energyLabelText > oc-link-v2.oc-link-v1 > a |
ab 1.599,00 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
1.599,00 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
599,99 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
132,99 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.reco_cinema__retail-price |
ab 31,83 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
31,83 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
ab 669,99 € oc-link-v2 > a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 |
669,99 € a.reco_cinema__adslink > div.reco_cinema__information-container > span.oc-headline-50 > span.reco_cinema__nowrap |
gesponsert div.pl_mt25 > span.js_openInPaliSheet > div.pl_mt50 > div.oc_copy75 |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a div > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--single-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a oc-cinema-v1 > div.promo_shoppromo-large--slide > oc-promo-card-v1.promo_shoppromo-large--sliding-card > a |
div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > a div#promo-module-LbBD > div.promo-brandpromo__top-brandpromo > oc-promo-card-v1 > 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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Kühl-/Gefrierkombination GBBS726ASW oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/86f704dc-6659-52eb-a3b7-1fa93df20662?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner RT90X8C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/fc1d9136-a0b3-5307-afe0-a9d48bd65b3e?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Multi Door GMF961EV6C oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/92ef9838-b954-5155-967d-f5af820e13b8?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Kühl-/Gefrierkombination Serie 7 GBBS727AEV oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/bbf50eb5-c2a7-56b7-9eb1-71f3cd0f9942?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Side-by-Side GSLE91MBAB oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/5fdb937e-668c-5bea-b64e-c5c47c13119f?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Side-by-Side GSLE91MBAC oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/297aaaa4-8560-575e-bce5-50e3b03cf4d9?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Waschmaschine F4WX809YC oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/833de6ea-f951-57aa-9620-56eac887255a?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner Vivace V9A2XT oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/32d9066b-d35e-569e-81bc-1d5969bc4954?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Wärmepumpentrockner Vivace RT80V9B oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/2cdcb9df-febb-5c36-838d-1451f6ca1e61?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Waschmaschine Serie 7 F6WR7012 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/81054f2f-c643-5a6d-adab-a756766c53c0?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Waschmaschine Serie 7 F6WR701YB oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/001f8520-78b6-5f0b-96f5-b5b92013b3b8?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Waschmaschine F6WV710P1 oc-card-v2 > div.svelte-13tmqax > picture > img.lazy | i.otto.de/i/otto/27459386-3fb8-59b8-a3e1-222750e2138e?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Wohnlandschaft Gerrit U-Form, Br. 282 cm oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/ecdbe970-c6ba-5cf1-b37a-32e6e59baf06?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Sweater The Set Schulterfreie Sweatshirts, 2er-Pack oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/45425fcf-9cee-5255-a068-b0e00c1a3b18?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
AirPods 4 wireless In-Ear-Kopfhörer oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/e05ff5d4-0684-5694-b399-de822d69ec7d?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Court Borough Low Recraft Sneaker oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/b0985330-5c7f-5fab-aa42-9c4163ca81a1?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
Pantolette oc-card-v2 > div.svelte-13tmqax > picture > img.cutout | i.otto.de/i/otto/024f1a95-1626-5784-b7b1-0b4dd29ba2f9?$tile_portrait$&fmt=auto | 180 x 245 (0.73) | 350 x 500 (0.70) |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /shoppages/service/datenschutz?ot_CookieBanner=firstLayer | hier |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div > span.nav_tile > picture.nav_tile__image > img div > span.nav_tile > picture.nav_tile__image > img |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image div.promo_topicpromo--slide > oc-promo-card-v1.promo_topicpromo__card > picture.promo_cinema_card-picture-container > img.promo_card--image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Θ
Mein Konto div.find_headerIcon > div#us_js_id_loginAreaContainerWrapper > div#us_id_loginAreaContainerWithName > a#us_id_loginArea |
To appear in search results, crawlers need access to your app.
Send Feedback