Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6a1427b4-8b87-401c-81a9-d0fa6927472d)<a href="https://beavercheck.com/results/6a1427b4-8b87-401c-81a9-d0fa6927472d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.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.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 12.6s to load
+12% bounceUsers abandon at ~3s — you're 10.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 254ms after first paint
Fix: Defer third-party scripts and split large bundles
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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
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 → €2,074/month returns + EUR 20,500,000 risk avoided
€405
4h · 5 findings
€2,074 /mo
~€24,886 / year
EUR 20,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
€1,708,334 / month at risk
~€20,500,005 / year if left unfixed
€20,500,000
+3 more
€0.45 /mo
6055.9 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.
7.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
254 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.94 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
13.19 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Your first delivery is FREE Click here to learn more div#CardInstanceKPcRb1X3N-2N2pG0MFnQ6Q > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/611mbhIZHAL._SX855_.jpg | 122.4 KiB | 71.0 KiB |
div.icp-container-mobile > div#icp-touch-link-language > a.icp-language-link > div.icp-nav-globe-img-2 div.icp-container-mobile > div#icp-touch-link-language > a.icp-language-link > div.icp-nav-globe-img-2 | m.media-amazon.com/images/S/sash/MAbi1rCjQI9H2y0.png | 44.3 KiB | 35.0 KiB |
Ekouaer Women's Tummy Control V-Neck Ruffled Swimwear One Piece Swimsuit with L… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71D+ZJbzXHL._AC_SX290_.jpg | 15.1 KiB | 9.0 KiB |
Thermalright Assassin Spirit 120 Vision ARGB White CPU Cooler, Computer Heatsin… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/61E2riHejtL._AC_SX290_.jpg | 15.9 KiB | 6.8 KiB |
Bob and Brad C2 Massage Gun, Deep Tissue Massage Gun, Muscle Massager with 5 Sp… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71tSmI5jLhL._AC_SX290_.jpg | 12.3 KiB | 5.2 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 |
|---|---|
| amazon.de/ | 852 ms |
| www.amazon.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 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 |
|---|---|---|
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 94.6 KiB | 64.9 KiB |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 58.5 KiB | 35.5 KiB |
| /images/I/01A8CUOyW-L._RC|01wGOYsRBlL.js,818UC8q8RFL.js_.... | 44.4 KiB | 28.2 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.8 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.amazon.de/ | 1.8 s | 677 ms | 104 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 1.0 s | 705 ms | 36 ms |
| Unattributable | 615 ms | 9.5 ms | 0.0 ms |
| /images/I/01+pnQJuQ0L._RC|01JFYUQurFL.js_.js?AUIClients/I... | 160 ms | 15 ms | 0.4 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 121 ms | 62 ms | 11 ms |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 105 ms | 70 ms | 22 ms |
| /images/I/01A8CUOyW-L._RC|01wGOYsRBlL.js,818UC8q8RFL.js_.... | 100 ms | 73 ms | 27 ms |
| /images/I/51jC0T3AfxL._RC|41XMGVszxhL.js_.js?AUIClients/N... | 99 ms | 78 ms | 15 ms |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 54 ms | 30 ms | 24 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 | 1.9 s |
| Other | 1.2 s |
| Style & Layout | 517 ms |
| Rendering | 316 ms |
| Script Parsing & Compilation | 281 ms |
| Parse HTML & CSS | 201 ms |
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 |
|---|---|---|
| /images/I/11i1DYEiaoL._RC|01GaLSH4siL.css,51fMLkDdAPL.css... | 53.2 KiB | 51.1 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 19.1 KiB | 19.1 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 15.9 KiB | 15.9 KiB |
| /images/I/51G19spDCAL._RC|41w5Jrt7mLL.css,01FcI3FsaiL.css... | 15.9 KiB | 15.8 KiB |
| /images/I/51hieePaMlL._RC|51waPb-h-9L.css,51to0n6xYnL.css... | 21.6 KiB | 15.7 KiB |
| ._npack-asin-card_style_thresholdProgressBlock__AdcTN{background-color:#fff!important; … } … | 13.9 KiB | 13.9 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Read with Kindle Unlimited div#CardInstancezqlvZsj64g-QbZmQF1hePQ > div.a-cardui-body > a.a-link-normal > img._category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/61aRxUgugGL._SR350,350_.jpg |
Men's watches div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/411TTVSpSzL._SR140,140_.jpg |
Women's watches div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41mBxFpxEWL._SR140,140_.jpg |
Women's jewellery div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/410FfRtRNOL._SR140,140_.jpg |
Bags & Suitcases div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41VmOOt+zbL._SR140,140_.jpg |
Beauty div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31y-nx0+CRL._SR140,140_.jpg |
Staples div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31uxwgli7GL._SR140,140_.jpg |
New in div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31nuRcLJePL._SR140,140_.jpg |
Trending div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41pngLwq-GL._SR140,140_.jpg |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search Amazon.de form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Your first delivery is FREE
Click here to learn more
T&Cs apply
Shop deals endi… div#gwm-Deck > div#gwm-Deck-cf > div#gwm-window-container > ul#gwm-window |
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.
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 |
|---|
Privacy Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Imprint div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Interest-Based Ads Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0 div#navbar > div#nav-logobar > div.nav-right > a#nav-button-cart |
Men's watches
Men's watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Women's watches
Women's watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Women's jewellery
Women's jewellery div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Bags & Suitcases
Bags & Suitcases div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Staples
Staples div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
New in
New in div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Trending
Trending div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Spring favourites
Spring favourites div#CardInstanceHXMSXtJd5mPiggnQDOM7Aw > div.a-cardui-body > div.a-section > a.a-link-normal |
Fashion
Fashion div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Picnic
Picnic div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
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) | |
|---|---|---|---|
Beauty div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31q0RaoK9mL._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Furniture div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/21knpUsPCPL._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Sports div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/21S0Mwn1A6L._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Headphones div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/21Eut44d4zL._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Outdoor div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31WHzhvWUlL._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Pets div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/21Okmc+LbCL._SR90,33_.jpg | 100 x 33 (3.03) | 90 x 33 (2.73) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | www.amazon.de/ line 1497, col 2048 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
images-eu.ssl-images-amazon.com/images/I/31LYmZEs45L.js line 3, col 388 | Error logged with the Track&Report JS errors API(http://tiny/1covqr6l8/wamazindeClieUserJava): {"m":"Late loading module @m/mash","csm":"v5 ueLogError callee","logLevel":"WARN","attribution":"MIX","pageURL":"https://www.amazon.de/","s":[],"t":3511} [object Object] |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body.a-m-de > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top body.a-m-de > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top |
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.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.22 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.
1.31 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Echo Show 8 on wooden surface displaying ocean scene with time 7:20. Text reads… div.a-section > div.a-section > div.a-section > img._cropped-image-map_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81Lw+PHn80L._SX3000_.jpg | 369.7 KiB | 277.2 KiB |
Germany a.nav-a > span.icp-nav-link-inner > span.nav-line-2 > span.icp-nav-flag | m.media-amazon.com/images/S/sash/MAbi1rCjQI9H2y0.png | 44.3 KiB | 35.0 KiB |
Beauty li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... | 19.6 KiB | 14.7 KiB |
Super Sparrow Drinking Bottle, Tritan Water Bottle, 350 ml, 500 ml, 750 ml, 100… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/712KRHYehiL._AC_SY200_.jpg | 16.5 KiB | 9.9 KiB |
Amiibo Pearl and Marina Double Pack div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/71rejXOLWlL._AC_SY170_.jpg | 11.7 KiB | 8.4 KiB |
div#122d2a63-211b-431c-92a4-135b5bae3079 > div.a-section > a.a-link-normal > span.gw-icon div#122d2a63-211b-431c-92a4-135b5bae3079 > div.a-section > a.a-link-normal > span.gw-icon | m.media-amazon.com/images/S/sash/x6ok$LYiGGUKJXl.png | 12.9 KiB | 7.8 KiB |
The Super Mario Galaxy Movie li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512p1agL-9L._AC_SY200_.jpg | 11.9 KiB | 6.8 KiB |
GK61 Mechanical Gaming Keyboard - 61 Keys RGB Illuminated LED Backlight PC / Ma… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/617+Ng8ZI1L._AC_SY170_.jpg | 7.9 KiB | 6.3 KiB |
Generation Glücklich: Dein Handbuch für mehr Spaß und Freiheit in einer Welt vo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81y7TS0QYWL._AC_SY200_.jpg | 10.6 KiB | 6.2 KiB |
Fight Club (4K Ultra HD) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Mraakq2xL._AC_SY200_.jpg | 11.3 KiB | 6.1 KiB |
De'Longhi Original EcoDecalk DLSC502 Descaler for Coffee Machines and Fully Aut… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71jNLpWYBbL._AC_SY200_.jpg | 14.2 KiB | 5.7 KiB |
Die Sims 4 Krone & Vermächtnis-Erweiterungspack | Download Code EA App | Deutsch div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/81fDO7qKEuL._AC_SY170_.jpg | 8.5 KiB | 5.6 KiB |
Die Welle: Bericht über einen Unterrichtsversuch, der zu weit ging. (Ein Buch, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81B-B81xkKL._AC_SY200_.jpg | 10.0 KiB | 5.6 KiB |
Der Besuch der alten Dame: Eine tragische Komödie: Eine tragische Komödie. Neuf… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71xtw1EsQuL._AC_SY200_.jpg | 9.0 KiB | 5.2 KiB |
TORRAS Precise for iPhone 17 Pro for Tempered Glass [Full Screen] Exclusive Scr… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/81xdg6GZM8L._AC_SY145_.jpg | 7.0 KiB | 5.2 KiB |
NIKE 6 Paar Socken Herren Damen Weiß Grau Schwarz Tennissocken Sparset SX7664 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81xA2lyFvpL._AC_SY200_.jpg | 9.1 KiB | 5.2 KiB |
MAMMOTION YUKA mini 2 500 Robotic Lawnmower without Boundary Cable, Recommendat… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/71CJJHcx3oL._AC_SY145_.jpg | 7.0 KiB | 5.1 KiB |
Anker USB C to USB C Cable, 240 W USB C Cable, 2 x 1.8 m, Braided and Dirt-Resi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71uvfb9TpWL._AC_SY200_.jpg | 10.0 KiB | 4.8 KiB |
HP 302 (F6U66AE) Original Black Ink Cartridge for HP DeskJet 1110, 213x, 363x, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71gNVUdOIkL._AC_SY200_.jpg | 10.6 KiB | 4.7 KiB |
DualSense Wireless-Controller [PlayStation 5 ] div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61tpbGZhxBL._AC_SY170_.jpg | 5.9 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /images/I/11sflnhgXuL._RC|61xgboVfIXL.js_.js?AUIClients/A... | 16.0 KiB | 7.0 KiB |
| inline: //////////////////////////////////////… | 9.5 KiB | 4.0 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 |
|---|---|---|
| /images/I/51waPb-h-9L._RC|71VZyKb-gRL.css,416EF9fibnL.css... | 103.0 KiB | 93.4 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 48.0 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 |
|---|---|---|
| /images/I/51jC0T3AfxL._RC|71ekcYa0U8L.js,416IQz5llzL.js,0... | 122.1 KiB | 77.4 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 42.6 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 35.4 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 | |
|---|---|
Beauty li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Emsa Clip and Close 2.0 Ice Cubes Box, Plastic, Blue/Transparent li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51WUDazSyeL._AC_SY200_.jpg |
TP-Link TL-SG105 5-port gigabit network switch (up to 2000 Mbit / s in full dup… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/618gGyTBKoL._AC_SY200_.jpg |
NIKE 6 Paar Socken Herren Damen Weiß Grau Schwarz Tennissocken Sparset SX7664 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81xA2lyFvpL._AC_SY200_.jpg |
NIKE 6 Paar Socken Herren Damen Weiß Grau Schwarz Tennissocken Sparset SX7664 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81xA2lyFvpL._AC_SY200_.jpg |
2 x Tip-Top Repair Kit TT02 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/816BMbGH5lL._AC_SY200_.jpg |
Super Sparrow Drinking Bottle, Tritan Water Bottle, 350 ml, 500 ml, 750 ml, 100… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/712KRHYehiL._AC_SY200_.jpg |
Sleeping 190019-P comfort 100 microfibre pillow in white li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71O2uGpuXsL._AC_SY200_.jpg |
Lamicall Fast Glasses Men Cycling Glasses Women – [24g TR-90 Super Light] Polar… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512c2FxUdbL._AC_SY200_.jpg |
Amazon Basics Neopren Hanteln Gewichte (2er-Sets, 1kg - 5kg Hanteln) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61iMYXNppRL._AC_SY200_.jpg |
Logitech Signature M650 L Wireless Mouse – for Big Hands, Quiet Clicks, Adjusta… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ADOTrUc-L._AC_SY200_.jpg |
Lies mal 3 - Das Heft mit der Robbe: Vom Wort zum Text - Anfangslesen li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71MY5h+lEkL._AC_SY200_.jpg |
Siemens Original Brita Intenza Water Filter with Aroma Ring, TZ70033A, Pack of … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61vLpBau9WL._AC_SY200_.jpg |
De'Longhi Original EcoDecalk DLSC502 Descaler for Coffee Machines and Fully Aut… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71jNLpWYBbL._AC_SY200_.jpg |
Swiffer Dust Magnet Refill Pack, 25 Wipes (5 x 5) with Febreze Fragrance, Catch… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8178bUdlgxL._AC_SY200_.jpg |
Puma Unisex Cush Crew Sports Socks, 6 pack li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61SljSq+QQL._AC_SY200_.jpg |
UGREEN USB C to USB 3.2 Adapter 10Gbps OTG Pack of 2 USB C Male to A Female Ada… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61DCiauYJ8L._AC_SY200_.jpg |
Büchel Spokes Cat Eyes – [Set of 4] StVZO Approved & Shatterproof I Reflectors … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ZxjQEryML._AC_SY200_.jpg |
SanDisk Ultra Dual Drive Go USB Type-C Drive, 128 GB (Android Smartphone Storag… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71mkKDvlmwS._AC_SY200_.jpg |
HP Deskjet Ink Cartridge li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71lZjabkaAL._AC_SY200_.jpg |
Greallthy Bicycle Bell, Mini Aluminium Alloy Bell Bicycle Super Loud Bicycle Be… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71gWbYzOFlL._AC_SY200_.jpg |
Utopia Bedding Set of 4 Cushion Fillers, Filler Pillows li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/712AskLrI+L._AC_SY200_.jpg |
USB Type-C Kabel, INIU [2m] 100W PD 5A USB C Kabel USB C QC4,0 Nylon Schnelllad… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71gEk78LuvL._AC_SY200_.jpg |
Schwalbe Clik Valve Conversion Set - Presta / SV Valve Conversion Kit with Pump… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61cvYt5KpsL._AC_SY200_.jpg |
Logitech M185 wireless mouse, 2.4 GHz connection via nano USB receiver, 1000 DP… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51WN5aXZWIL._AC_SY200_.jpg |
Fischer Adult Bicycle Helmet, Bicycle Helmet, City Helmet, Urban, S/M or L/XL, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61tycX4x1uL._AC_SY200_.jpg |
Philips Daily Collection HD2581/90 2slice(s) 830W Black toaster Daily Collectio… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51Us-9pgd5L._AC_SY200_.jpg |
Siebenschläfer Duvet 135 x 200 cm - Medium Year-Round Duvet for Normal Temperat… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YPljVABRL._AC_SY200_.jpg |
arena Unisex Classic Silicone Swimming Cap, Reinforced Edges, Less Slipping, So… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51HX3pc-PTL._AC_SY200_.jpg |
arena Unisex Classic Silicone Swimming Cap, Reinforced Edges, Less Slipping, So… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51HX3pc-PTL._AC_SY200_.jpg |
USB C Lightning Cable, Pack of 2, 1 m + 2 m, for iPhone Charging, MFi Certified… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61W+zq4whvL._AC_SY200_.jpg |
HP 305 Original Ink Cartridge li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81XLbeVrKCL._AC_SY200_.jpg |
HP 305 Original Ink Cartridge li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71J8z0Iyd8L._AC_SY200_.jpg |
Dreamzie Pillowcases, 40 x 80 cm (Set of 2), 100% Jersey Cotton, 150 g/m² Anthr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61wn3pF7osL._AC_SY200_.jpg |
Gritin Fitness Bands [Set of 5] Resistance Bands with 5 Levels, 100% Latex Fitn… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/617NmwvU4tL._AC_SY200_.jpg |
toptrek Bicycle Light Set, USB Rechargeable, StVZO Approved Bicycle Lights LED … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610WTkCIRuL._AC_SY200_.jpg |
Siemens Descaling Tablets, Improved formula TZ80002A, White li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71kaddNyUjL._AC_SY200_.jpg |
ProCase 2 Stück Schutzfolie für iPad 10. Generation 10,9 Zoll 2022, 9H Gehärtet… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71iZhpB2FpL._AC_SY200_.jpg |
JURA Original – 3-Phase Cleaning Tablets for 6 Cleanings – TÜV-Certified Hygien… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ctoJVjMLL._AC_SY200_.jpg |
JETech Case for iPad (A16) 11th/10th Generation (2025/2022), Thin Stand Hard Ba… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61c9CO+UzZL._AC_SY200_.jpg |
SPGOOD Bicycle Lock with Numbers and High Security Level, Bicycle Chain Lock, N… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ZpvpgL1LL._AC_SY200_.jpg |
Flexfit Unisex Wooly Combed Baseball Cap, black li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7104EMy3RFL._AC_SY200_.jpg |
reisenthel carrybag Frame Leo Macchiato, Sturdy Shopping Basket with Lots of St… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71GbaCGRUhL._AC_SY200_.jpg |
2 Pack Memory Cards 32 GB with Adapter, High Speed Memory Card, UHS-I C10 A1 Me… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51aK91bL2CL._AC_SY200_.jpg |
Tritan 720°Dgree uberBottle Water Bottle and Infuser, 350 ml, 500 ml, 650 ml, 1… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/617TrUhuuBL._AC_SY200_.jpg |
Fokky Fitnessbänder [5er Set], 100% Naturlatex Resistance Bands Widerstandsbänd… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51sVFEQCXXL._AC_SY200_.jpg |
SPARIN Pack of 2 Screen Protectors for iPad 11/10th Generation, iPad (A16) 11 I… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71K00r5z4iL._AC_SY200_.jpg |
100%Mosel Fleece Table Runner, Eucalyptus Green (30 cm x 25 m), Decorative Tabl… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/812U9jWMXbL._AC_SY200_.jpg |
Men's Socks 10 Pairs Business Men's Socks Made of Breathable Cotton without Pre… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71u3cJw1h4L._AC_SY200_.jpg |
NUOZA Men's 12 Pairs Sports Socks Cotton Business Socks Long Breathable Socks B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71tqp4w8mgL._AC_SY200_.jpg |
Fitgriff® Running Belt for Mobile Phone, Running Bag, Jogging, Waist Bag, Sport… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81z1A-lFk6L._AC_SY200_.jpg |
Fit-Flip Microfibre Towel, Compact, Ideal as a Sports Towel, Travel Towel, Beac… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71PBYgXx6bL._AC_SY200_.jpg |
BARBONS Mattress Protector 90 x 200 / 180 x 200 / 140 x 200 cm, Waterproof Matt… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81y3nqIOACL._AC_SY200_.jpg |
DDMALL CAT 8 Ethernet Cable, 5 Metres, High-Speed 40 Gbps, 2000 MHz, SSTP Cat 8… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51JFZrOg4zL._AC_SY200_.jpg |
KIVY Drinking Bottle 1 Litre – Suitable for Carbonated and Leak-Proof – For Spo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81YqTitTXDL._AC_SY200_.jpg |
Antimi Fahrradleuchten-Set, StVZO-zugelassen Beleuchtungsset Led IPX5 Frontlich… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Rkrepr7NL._AC_SY200_.jpg |
Blukar Skipping Rope with Skin-Friendly Foam Handles, Speed Rope, Adjustable Le… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71VL-JqH5VL._AC_SY200_.jpg |
Gift ideas li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Grocery li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Apparel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Furniture li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Italian artisans li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Kitchen tools li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Home décor li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
Toys li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/03/ACS/Made_in_Italy/2024/HOL24/GWs/bubble/UK_M... |
AooHome Washable Tablecloth, Grey Tablecloths, 100 x 140 cm, Linen Look, Polyes… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81n4KQIgXUL._AC_SY200_.jpg |
EurCross Shower Curtain, 180 x 200 cm, White Textile, Anti-Mould, Waterproof an… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/614cpM2eNoL._AC_SY200_.jpg |
Twinzen Waterproof Mattress Protector, 140 x 200 cm, Oeko-Tex Certified, Mattre… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71d4CB1efnL._AC_SY200_.jpg |
Dreamzie Premium fitted sheet 140 x 200 cm, fitted sheet for thick mattresses u… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71JGns4ys7L._AC_SY200_.jpg |
AOPREL Trinkflasche 1l, Trinkflasche Sport Tritan & BPA-Frei Wasserflasche Mit … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/716OVL7BSCL._AC_SY200_.jpg |
Fitgriff® Training Gloves for Men and Women - Fitness Gloves for Strength Train… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81yiXwDN4GL._AC_SY200_.jpg |
YouShow 10 Pairs of Trainer Socks Men Women Breathable Cotton Socks Short Sport… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71L87oC1L2L._AC_SY200_.jpg |
Blooven Velcro Tape, Self-Adhesive, 8 Metres, Extra Strong, Double-Sided Adhesi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61hcPMNMXgL._AC_SY200_.jpg |
acer SD Card Reader, Dual USB 3.0 USB C Male Card Reader, Aluminum OTG Adapter … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61qT3xFVtzL._AC_SY200_.jpg |
ABUS Smiley 3.0 Children’s Bicycle Helmet with Deep Fit, Child-Friendly Designs… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61CxoiOzboL._AC_SY200_.jpg |
HydroPal Stainless Steel Drinking Bottle - 750 ml, 1 L, 1.2 L, BPA-Free, Suitab… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/614cGh7AewL._AC_SY200_.jpg |
LISEN 60 W USB C Cable, [Pack of 4, 0.5 m 1 m 1 m 2 m] USB C to USB C Cable Set… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ZMsZkQz0L._AC_SY200_.jpg |
HP 302 (X4D37AE) Original Ink Cartridges Black + Tri-Colour Pack of 2 for HP De… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61e0SlMEGJL._AC_SY200_.jpg |
GYMERK Fitnessbänder Set 4er, 1.8M/2M Fitnessband, 4 Widerstandsstufen mit Übun… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71L9dz+zwML._AC_SY200_.jpg |
Utopia Bedding, Fitted Sheet, 180 x 200 cm, Grey, Oeko-Tex Certified, Brushed P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61oG2ZqV2tL._AC_SY200_.jpg |
HP 305 Original Black and Tri-Colour Ink Cartridges (Pack of 2) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71-Y5p8erIL._AC_SY200_.jpg |
Champion Unisex Core 6pp Crew Socks (Pack of 6) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71rZep0kDrL._AC_SY200_.jpg |
HP 302 (F6U66AE) Original Black Ink Cartridge for HP DeskJet 1110, 213x, 363x, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71gNVUdOIkL._AC_SY200_.jpg |
Fitgriff® Lifting Straps (Padded) for Strength Training, Bodybuilding, Fitness … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ZDizb0wEL._AC_SY200_.jpg |
adidas Unisex Cushioned Crew Socks 6 Pair Pack Socks li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Q0+e4qrWL._AC_SY200_.jpg |
adidas Unisex Cushioned Crew Socks 6 Pair Pack Socks li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Q0+e4qrWL._AC_SY200_.jpg |
FALARY 12 Pairs of Socks Men Women Cotton Men's Socks Black White Sports Socks … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61+b2GfA7+L._AC_SY200_.jpg |
FALARY 12 Pairs of Socks Men Women Cotton Men's Socks Black White Sports Socks … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61+b2GfA7+L._AC_SY200_.jpg |
Amazon Basics Vacuum Bags for Clothes with Airtight Valve and Hand Pump, Large,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71C3whVlKCL._AC_SY200_.jpg |
Loomify Satin Sleep Cap, Pack of 2 Silk Caps, Adjustable Hair Cap, Silk with 2 … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7140gkLCelL._AC_SY200_.jpg |
YouShow Men's Women's Trainer Socks, 10 Pairs of Short Half / Quarter Socks, Co… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61pjR6V6HnL._AC_SY200_.jpg |
Die Krankheitslügen - Was man macht, um nicht krank zu werden.: Medizinische Lü… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71SgEVLfZML._AC_SY200_.jpg |
INIU 30 W USB C Charger, Pack of 2 [USBC + USBA] Fast Charger with Cable, GaN P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/711CdDzyxtL._AC_SY200_.jpg |
Effeet 10 Pairs of Men's Work Socks, Padded Reinforced Work Socks, Breathable F… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71DNZx3uDfL._AC_SY200_.jpg |
Anker USB C to USB C Cable, 240 W USB C Cable, 2 x 1.8 m, Braided and Dirt-Resi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71uvfb9TpWL._AC_SY200_.jpg |
Taxi Driver (Blu-ray) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81jNug71HNL._AC_SY200_.jpg |
Fight Club (4K Ultra HD) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Mraakq2xL._AC_SY200_.jpg |
INIU 240 W USB C Cable, [Pack of 2 2 m] PD Fast Charging Cable USB C to USB C C… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/814lZbU+YYL._AC_SY200_.jpg |
TENBST Men's Slim Wallet with Coin Compartment & RFID Protection, Leather Walle… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71WfwufZ-mL._AC_SY200_.jpg |
Avatar: Fire and Ash - Limited Steelbook [3D Blu-ray + 2D Blu-ray + Bonus Blu-r… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61QExcYRLbL._AC_SY200_.jpg |
The Super Mario Galaxy Movie li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512p1agL-9L._AC_SY200_.jpg |
Avatar: Fire and Ash - Limited Steelbook [4K UHD + Blu-ray + Bonus Blu-ray] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ssIfTgGYL._AC_SY200_.jpg |
A Knight of the Seven Kingdoms - A Game of Thrones Tale - Season 1 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81hXuZq2tJL._AC_SY200_.jpg |
ES: Welcome to Derry (3 Blu-rays) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81KnoumvJOL._AC_SY200_.jpg |
Good Luck, Have Fun, Don't Die UHD+BD (Collector's Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81fh93jnwiL._AC_SY200_.jpg |
Escape from L.A. Lim. (4K Ultra HD) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81QLnOOKr8L._AC_SY200_.jpg |
INIU USB to USB C Cable, (3 Pieces 2 m/2 m/0.5 m), Charging USB-C Nylon Data Ca… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71RpebQd35L._AC_SY200_.jpg |
adidas Unisex Cushioned Crew Socks 6 Pair Pack Socks li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81X7KadtGKL._AC_SY200_.jpg |
Xiaomi Smart Band 10 Fitness-Tracker,Smartwatch,1,72" AMOLED Display, 21 Tage A… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51bkPDf8dUL._AC_SY200_.jpg |
Avatar: Fire and Ash [4K UHD + Blu-ray + Bonus Blu-ray] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610cq79w9sL._AC_SY200_.jpg |
Normal Bd li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71jSrXzeA4L._AC_SY200_.jpg |
Good Luck, Have Fun, Don't Die li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81f4eOrxgkL._AC_SY200_.jpg |
Fire and Ash Avatar [Blu-ray + Bonus Blu-ray] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Z0QGsLfTL._AC_SY200_.jpg |
Send Help li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81G7pUpgJcL._AC_SY200_.jpg |
Zoomania 2 [Blu-ray] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81g3y1f9GoL._AC_SY200_.jpg |
SanDisk Extreme PRO SDXC UHS-I 128 GB Memory Card (V30, 200 MB/s Transfer Speed… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ahULFgPWL._AC_SY200_.jpg |
A Knight of the Seven Kingdoms - A Game of Thrones Tale - Season 1 (Limited Ste… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61lINOWDETL._AC_SY200_.jpg |
Der Nachtzug (limitierte Auflage): Thriller li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/516E4LXI8iL._AC_SY200_.jpg |
Fit-Flip Microfibre Towels - Compact and Lightweight - for Travel, Sports and B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71SMPJTmiRL._AC_SY200_.jpg |
Nigrin 50079 Bicycle Chain Oil, 100 ml, Grey li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71wcjRBdEDL._AC_SY200_.jpg |
Wichtige Steuergesetze: mit Durchführungsverordnungen (Textausgabe) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71oUXXLlbsL._AC_SY200_.jpg |
The Unthinkable li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Japqo72mL._AC_SY200_.jpg |
Meistere dein Mindset: 21 Prinzipien für innere Klarheit & Selbstbestimmung, Sp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ixC1SbcWL._AC_SY200_.jpg |
Es ist alles da.: Manifestieren als Heilungsweg: Löse innere Blockaden, regulie… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71t5HUj0maL._AC_SY200_.jpg |
TP-Link Mesh Dual-Band WLAN Repeater li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61JYhPhr4iL._AC_SY200_.jpg |
Il piccolo lord [IT Import] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71IqPMbl92L._AC_SY200_.jpg |
Leafigure 2 Pairs of Women's High-Waist Sports Leggings with Pockets, Opaque, f… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61vNHqZSO-L._AC_SY200_.jpg |
Leafigure 2 Pairs of Women's High-Waist Sports Leggings with Pockets, Opaque, f… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61vNHqZSO-L._AC_SY200_.jpg |
Die Welle: Bericht über einen Unterrichtsversuch, der zu weit ging. (Ein Buch, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81B-B81xkKL._AC_SY200_.jpg |
Vorstadtkrokodile: Eine Geschichte vom Aufpassen (Die Vorstadtkrokodile-Reihe, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/A1PmPuI5IjL._AC_SY200_.jpg |
EinFach Deutsch Textausgaben: Lutz Hübner: Das Herz eines Boxers Klassen 7 - 9 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61r62eJWNxL._AC_SY200_.jpg |
Löcher: Die Geheimnisse von Green Lake li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71sn2gCizFL._AC_SY200_.jpg |
Tanz der Tiefseequalle: Roman li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71CU3-Q0m0L._AC_SY200_.jpg |
Was wir dachten, was wir taten: Roman li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ug51Fi5hL._AC_SY200_.jpg |
Generation Glücklich: Dein Handbuch für mehr Spaß und Freiheit in einer Welt vo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81y7TS0QYWL._AC_SY200_.jpg |
BULLIANT Men's Ratchet Leather Belt, Automatic Clasp, for Men’s Suit, Business … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71PCPcDgfKL._AC_SY200_.jpg |
Das Lithium-Komplott: Plädoyer für ein essentielles Spurenelement - Der verbote… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ooJp-7I6L._AC_SY200_.jpg |
Die Ehefrau – Was hat sie zu verbergen?: Thriller - li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81wcirRZLXL._AC_SY200_.jpg |
Der Junge im gestreiften Pyjama: Eine Fabel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81hyeMIirrL._AC_SY200_.jpg |
JURA Original - Claris Smart+ Filter Cartridge with Automatic Filter Detection … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61gmMv9mlGL._AC_SY200_.jpg |
Rico, Oskar und die Tieferschatten (Rico und Oskar 1): Der vielfach preisgekrön… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71leZay3XRL._AC_SY200_.jpg |
Bürgerliches Gesetzbuch: mit Allgemeinem Gleichbehandlungsgesetz, Produkthaftun… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/612X5hjf8LL._AC_SY200_.jpg |
Arbeitsgesetze: mit den wichtigsten Bestimmungen zum Arbeitsvertragsrecht (eins… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61gouSnZK2L._AC_SY200_.jpg |
Handelsgesetzbuch: mit Einführungsgesetz, Publizitätsgesetz und Handelsregister… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/411G3+Jw8HL._AC_SY200_.jpg |
Der Darm-Doc: Wie du deine Verdauungsprobleme in den Griff bekommst li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71xYBhruQ5L._AC_SY200_.jpg |
Woman on Fire: Alles über die fabelhaften Wechseljahre li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YUbYfivhL._AC_SY200_.jpg |
Kopflos: Wie Denken funktioniert. Warum wir es verlernt haben. Wie wir es zurüc… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61pLhs609LL._AC_SY200_.jpg |
Swiffer Dust Magnet Starter Set (1 Handle + 7 Refill Cloths) Catches and Closes… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71oV0+4qPaL._AC_SY200_.jpg |
Wolf: Eindrücklicher Kinderroman ab 11 Jahren über Identität, Mobbing und Ausgr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61B3dGmbzEL._AC_SY200_.jpg |
Die Löwenmutter: Roman nach einer wahren Geschichte - Die SPIEGEL-Bestselleraut… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Dw4Okke3L._AC_SY200_.jpg |
Die LET THEM Theorie: Zwei Worte, die dein Leben verändern werden - Das Buch, d… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91mKrSJKOZL._AC_SY200_.jpg |
Monster Hunter Stories 3 Twisted Reflection (Nintendo Switch) [Blu-ray] li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81atqT457sL._AC_SY200_.jpg |
Philips Pimple remover - Effective removal - Suitable for all garments - Covers… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51BXSWArREL._AC_SY200_.jpg |
ROCKBROS Balaclava Ski Mask Windproof Warm for Bicycle Ski Motorcycle Winter Un… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71j7zXi4NOL._AC_SY200_.jpg |
Alt genug: Ein ehrliches und warmherziges Buch über das Älterwerden – voller Er… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/811rdsc+etL._AC_SY200_.jpg |
Tschick: "Auch in fünfzig Jahren wird dies noch ein Roman sein, den wir lesen w… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61lDIV17yWL._AC_SY200_.jpg |
SKS Germany TOPCAGE Flaschenhalter für Fahrräder (Fahrradzubehör aus hochfestem… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51h4+Rhoc4L._AC_SY200_.jpg |
Der Besuch der alten Dame: Eine tragische Komödie: Eine tragische Komödie. Neuf… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71xtw1EsQuL._AC_SY200_.jpg |
Die Physiker li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61AkYYCJi7L._AC_SY200_.jpg |
Casio Collection F-91W Unisex Digital Watch li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61j3we2XJnL._AC_SY200_.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| amazon.de/ | 299 ms |
| www.amazon.de/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search Amazon.de form#nav-search-bar-form > div.nav-fill > div.nav-search-field > input#twotabsearchtextbox |
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.
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 |
|---|
Get to Know Us div.navFooterVerticalColumn > div.navFooterVerticalRow > div.navFooterLinkCol > div.navFooterColHead |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Expand to Change Language or Country div.nav-right > div#nav-tools > div#icp-nav-flyout > button.nav-flyout-button |
Expand Account and Lists div.nav-right > div#nav-tools > div#nav-link-accountList > button.nav-flyout-button |
Gift Cards Details ul.nav-ul > li.nav-li > div#nav_link_gift_cards > button.nav-flyout-button |
Prime Details ul.nav-ul > li.nav-li > div#nav-link-amazonprime > button.nav-flyout-button |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN div.nav-right > div#nav-tools > div#icp-nav-flyout > a.nav-a |
Electronics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kitchen & Home div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fashion div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sports & Outdoors div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tablets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Laptops div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
TVs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Smartphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bedding div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lighting div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home decor div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Storage & Organization div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Computer
Computer div#CardInstancell2hJLBFc7dNhwnLsdnPXA > div.a-cardui-body > div.a-section > a.a-link-normal |
Cameras
Cameras div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Home
Home div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Office
Office div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Women div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Men div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kids div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Most-Loved div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Men's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's jewellery div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bags & Suitcases div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Beauty div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Staples div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
New in div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Trending div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Apparel div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Beauty div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Delicacies and wine div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sweets and Pastry div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Laptops div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Desktops div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Gaming tech div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Accessories div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Spring fashion div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Everyday basics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Spring cleaning div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Influencer faves div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Smartphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Headphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tablets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | www.amazon.de/ line 3623, col 2048 |
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.
Send Feedback