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.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
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/22c9c37f-aa9a-4cd1-bf09-712de18c9c59)<a href="https://beavercheck.com/results/22c9c37f-aa9a-4cd1-bf09-712de18c9c59"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.it" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.itThis 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 ~38%.
Page takes 14.1s to load
+12% bounceUsers abandon at ~3s — you're 11.6s 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 518ms 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, …)
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.
€248 investment → €703/month returns + EUR 120,500,000 risk avoided
€248
4h · 5 findings
€703 /mo
~€8,430 / year
EUR 120,500,000
if kept compliant
€83 — 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 €55/hr
Based on Italy rates (€55/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+8 more
€0.49 /mo
6641.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.
5.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
518 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.
7.15 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.
14.74 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 | |
|---|---|---|---|
Advertisement for new Echo Studio smart speaker. Black spherical device on whit… div#CardInstance1y6KkEw3Y5FOTw5rHPaQkw > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/71d5ZX1YcGL._SX855_.jpg | 162.0 KiB | 93.9 KiB |
Your first delivery is FREE Click here to learn more div#CardInstanceHHb5GrPfUAoIk6jRWoa0aw > 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 |
Alexa div.a-section > div > div.a-section > img._single-creative-card_style_logo__2ZQ-N | m.media-amazon.com/images/I/11yTvJp0MqL._SR783,96_FMpng_.png | 9.6 KiB | 6.2 KiB |
Food and Drinks 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/41i3fWuxWAL._SR140,140_.jpg | 7.9 KiB | 4.7 KiB |
Pastry and Sweets 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/41q3nMr54FL._SR140,140_.jpg | 7.5 KiB | 4.3 KiB |
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/41yw7ojP0mL._SR140,140_.jpg | 7.5 KiB | 4.3 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.it/ | 1.3 s |
| www.amazon.it/ | 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... | 80.7 KiB | 55.3 KiB |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 58.5 KiB | 35.5 KiB |
| /images/I/01jkKbRkZjL._RC|01wGOYsRBlL.js,81lKcMPaPWL.js_.... | 44.5 KiB | 28.3 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.it/ | 2.9 s | 961 ms | 145 ms |
| Unattributable | 1.4 s | 590 ms | 0.0 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 1.1 s | 724 ms | 50 ms |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 187 ms | 157 ms | 29 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 147 ms | 87 ms | 19 ms |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 143 ms | 87 ms | 40 ms |
| /images/I/31UFcfM2A7L.js?AUIClients/AmazonAnimationOrches... | 125 ms | 23 ms | 2.1 ms |
| /images/I/01jkKbRkZjL._RC|01wGOYsRBlL.js,81lKcMPaPWL.js_.... | 111 ms | 76 ms | 35 ms |
| m.media-amazon.com/images/I/11MgFhkox0L.js?xcp | 89 ms | 48 ms | 0.7 ms |
| /images/I/51jC0T3AfxL._RC|4134jecY+uL.js_.js?AUIClients/N... | 87 ms | 70 ms | 8.6 ms |
| /images/I/5177gl7fAnL._RC|11sflnhgXuL.js,11NBZ7Qe33L.js_.... | 65 ms | 32 ms | 30 ms |
| /images/I/01+pnQJuQ0L._RC|01JFYUQurFL.js_.js?AUIClients/I... | 52 ms | 13 ms | 0.5 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.0 s |
| Other | 1.7 s |
| Style & Layout | 719 ms |
| Rendering | 515 ms |
| Script Parsing & Compilation | 396 ms |
| Parse HTML & CSS | 320 ms |
| Garbage Collection | 49 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.2 KiB |
| ._single-creative-card_style_wd-backdrop-data__1znxG{height:100%} … | 24.8 KiB | 22.8 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 22.2 KiB | 22.2 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 18.5 KiB | 18.5 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.0 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 | |
|---|---|
Handbags 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/11tH3ax5FfL._SR200,200_.jpg |
Luggage and backpacks 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/215HndTa-HL._SR200,200_.jpg |
Smartphone 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/31tZ7OINFNL._SR140,140_.jpg |
Power banks 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/31eFDkYNcoL._SR140,140_.jpg |
In-ear headphones 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/21icXdPDDpL._SR140,140_.jpg |
Cycle computers 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/31k3QoNzdiL._SR140,140_.jpg |
Apparel 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/41GbPO495+L._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/41yw7ojP0mL._SR140,140_.jpg |
Food and Drinks 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/41i3fWuxWAL._SR140,140_.jpg |
Pastry and Sweets 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/41q3nMr54FL._SR140,140_.jpg |
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/21IGrlLBW6L._SR67,67_.jpg |
Jewelry 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/31zki7Y-cOL._SR67,67_.jpg |
Small appliances 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/21FfQKGAo+L._SR67,67_.jpg |
Kitchen 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/21QrAO5gGVL._SR67,67_.jpg |
Furnitures 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/213+xHRu7GL._SR67,67_.jpg |
Storage 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/31DdaoiLNoL._SR67,67_.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.it 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
New Echo Dot Ma… 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 |
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 |
Handbags
Handbags div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Luggage and backpacks
Luggage and backpacks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Watches
Watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Jewelry
Jewelry div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Smartphone
Smartphone div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Power banks
Power banks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
In-ear headphones
In-ear headphones div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Cycle computers
Cycle computers div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Small appliances
Small appliances div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Kitchen
Kitchen div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Furnitures
Furnitures div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Storage
Storage div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Apparel
Apparel 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 |
Food and Drinks
Food and Drinks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Pastry and Sweets
Pastry and Sweets div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > 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) | |
|---|---|---|---|
Home and kitchen 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/61uornUdm-L._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Fashion 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/612B9pYtmqL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
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/71wBEshTCUL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Sport 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/71rtfur0NnL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
High Tech 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/71JhsiGGjqL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
DYI 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/71t+sS8JLxL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
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.it/ line 1385, 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-na.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.it/","s":[],"t":3439} [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-it > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top body.a-m-it > 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.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
54 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.90 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.81 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Italy 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 |
Caffè Borbone Mia-Napoli Mixture – 100 Aluminium Capsules (10 Packs of 10) – Co… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61O4x-MngPL._AC_SY170_.jpg | 11.9 KiB | 10.0 KiB |
Oral-B Rechargeable Electric Toothbrush iO 6N Black, 1 Electric Toothbrush, 2 R… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61p8RA4prEL._AC_SY170_.jpg | 8.8 KiB | 6.6 KiB |
Oral-B Rechargeable Electric Toothbrush iO 3 Black, 1 Electric Toothbrush, 1 Re… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61i1fLgqkRL._AC_SY170_.jpg | 8.7 KiB | 6.4 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.
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.it/ | 701 ms |
| www.amazon.it/ | 415 ms |
| www.amazon.it/ | 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 |
|---|---|---|
| /1c5c1ecf7303/e77a1b1957e9/308fcf4cdea0/challenge.js | 505.1 KiB | 280.2 KiB |
| /images/I/51jC0T3AfxL._RC|71ekcYa0U8L.js,416IQz5llzL.js,0... | 122.1 KiB | 78.2 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 44.1 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.7 KiB |
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 |
|---|---|---|
| inline: //////////////////////////////////////… | 41.7 KiB | 17.6 KiB |
| /images/I/11sflnhgXuL._RC|61xgboVfIXL.js_.js?AUIClients/A... | 16.0 KiB | 7.0 KiB |
| inline: <!-- window.$Nav && $Nav.decla… | 15.2 KiB | 2.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,41WcY5PbsbL.css... | 103.9 KiB | 94.4 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 48.5 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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.it 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 |
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 |
Skin care div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Makeup div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Premium fragrances div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hairstyling 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 |
Food and Drink 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 |
TVs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Soundbar div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Projectors div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Remote controls div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Smartphone div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Power banks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
In-ear headphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cycle computers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Dogs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cats div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Small animals div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fish div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
LED bulbs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Filter jugs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Drying racks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Pot sets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
PS5 headsets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Virtual reality div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
PS4 games div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Gaming keyboards div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Drum sticks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Soprano recorders div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Guitar strings div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Audio interfaces div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kindle eBooks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Audiobooks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Literary awards div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Best-sellers 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.it/ line 4178, 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