Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
ARIA
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.
Navigation
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.
Best practices
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 |
Best Practices
General
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 |
SEO
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.