Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
122 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/7ef5ac83-d4dd-4407-b6ee-36d1057ccb3e)<a href="https://beavercheck.com/results/7ef5ac83-d4dd-4407-b6ee-36d1057ccb3e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
7 barrier(s) likely increasing bounce by ~26%.
Page takes 13.5s to load
+12% bounceUsers abandon at ~3s — you're 11.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1,572/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1,572 /mo
~$18,869 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,506 / year if left unfixed
$157,500
+5 more
$0.49 /mo
6144.2 MB/mo × 0.080 USD/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 4 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.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
164 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.089
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.31 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.54 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 | |
|---|---|---|---|
All things beauty div#CardInstanceMjtoCv9hNvolI0O1UM8D2Q > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/61Ld77LHXQL._SX855_.jpg | 106.8 KiB | 57.0 KiB |
Kitchen must-haves div#CardInstancexyOnS8e-UPiSuhL-Rk7Nvw > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/51l7ZOsRo7L._SX855_.jpg | 60.7 KiB | 35.2 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 |
Looking for Amazon Spain? Click here to shop on Amazon.es div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/51Uwkw2W8BL._SR1242,249_.jpg | 29.8 KiB | 19.6 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.com/ | 1.0 s |
| www.amazon.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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/81uCbtQgoZL._RC|31ScU9YhQuL.js,01wcltxKR5L.js,4... | 58.7 KiB | 35.6 KiB |
| /images/I/01QvReFeJyL._RC|01kC46b9vjL.js,81tZ4+n2afL.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.com/ | 2.2 s | 665 ms | 87 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 833 ms | 543 ms | 30 ms |
| Unattributable | 574 ms | 33 ms | 0.0 ms |
| m.media-amazon.com/images/I/21NZdO3uFtL.js?AUIClients/GWMMetricsJS | 106 ms | 11 ms | 0.9 ms |
| /images/I/81uCbtQgoZL._RC|31ScU9YhQuL.js,01wcltxKR5L.js,4... | 98 ms | 63 ms | 22 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 96 ms | 55 ms | 8.7 ms |
| /images/I/51jC0T3AfxL._RC|4134jecY+uL.js_.js?AUIClients/N... | 77 ms | 55 ms | 5.6 ms |
| /images/I/01QvReFeJyL._RC|01kC46b9vjL.js,81tZ4+n2afL.js_.... | 75 ms | 54 ms | 20 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.7 s |
| Other | 1.3 s |
| Style & Layout | 541 ms |
| Rendering | 477 ms |
| Script Parsing & Compilation | 229 ms |
| Parse HTML & CSS | 180 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.4 KiB |
| ._billboard-card_style_wd-backdrop-data__1znxG{height:100%} … | 24.6 KiB | 24.2 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 20.9 KiB | 20.9 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 17.5 KiB | 17.4 KiB |
| /images/I/51AuMXFXGYL._RC|51waPb-h-9L.css,51IpuNHA9ZL.css... | 22.1 KiB | 16.0 KiB |
| /images/I/51G19spDCAL._RC|41w5Jrt7mLL.css,01FcI3FsaiL.css... | 15.9 KiB | 15.8 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 | |
|---|---|
Looking for Amazon Spain? Click here to shop on Amazon.es div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/51Uwkw2W8BL._SR1242,249_.jpg |
Desktops 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/31aw+nYkUmL._SR140,140_.jpg |
Laptops 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/31hqkoNqvTL._SR140,140_.jpg |
Hard Drives 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/217Arq+nObL._SR140,140_.jpg |
PC Accessories 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/312z6VjcSmL._SR140,140_.jpg |
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/417NhPd56zL._SR140,140_.jpg |
Tablets 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/41dMYqsSuGL._SR140,140_.jpg |
Gaming 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/41gk0-eoy4L._SR140,140_.jpg |
Speakers 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/41uuEMle6TL._SR140,140_.jpg |
fitness clothing 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/41CutKsrzNL._SR140,140_.jpg |
fitness trackers 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/41RKKF01YxL._SR140,140_.jpg |
fitness equipment 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/41MjMjLh9BL._SR140,140_.jpg |
shop deals 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/41idnUIEIZL._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 form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Shop all things beauty
Shop kitchen must-haves
Gifts for techie Mom
Start looki… 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 |
|---|
Conditions of Use div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Privacy Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Consumer Health Data Privacy Disclosure div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Your Ads Privacy Choices 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 |
Desktops
Desktops div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Laptops
Laptops div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Hard Drives
Hard Drives div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
PC Accessories
PC Accessories div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Headphones
Headphones div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Tablets
Tablets div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Gaming
Gaming div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Speakers
Speakers div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Clothing
Clothing div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Trackers
Trackers div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Equipment
Equipment div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Deals
Deals 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) | |
|---|---|---|---|
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) |
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) |
Sports and Outdoors 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/71sUjeGHWdL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Electronics 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) |
Outdoor Clothing 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/71OooRMu+tL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Pet Supplies 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/7166hIvPMnL._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.com/ line 1452, 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.com/","s":[],"t":3352} [object Object] |
Failed to load resource: net::ERR_TRUST_TOKEN_OPERATION_FAILED |
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-us > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top body.a-m-us > 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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 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.
2.25 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.28 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 | |
|---|---|---|---|
Get your game on div#CardInstance9HZ8VPtMmW_mKRiMu7C6mQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/71qcoYgEhzL._SX3000_.jpg | 136.6 KiB | 102.5 KiB |
Shop Mother's Day gifts div#CardInstance_f6TLW8zO4Zc05yjLxzzcw > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61Z5DaOEVeL._SX3000_.jpg | 113.7 KiB | 85.3 KiB |
Toys for little ones div#CardInstanceEuxQ2pybQIj0tbFiesGWsQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61Yx5-N155L._SX3000_.jpg | 103.9 KiB | 77.9 KiB |
Kitchen essentials under $50 div#CardInstanceJuLr27e0k00-Mem6T7UEyg > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/619geyiQI5L._SX3000_.jpg | 67.2 KiB | 50.4 KiB |
United States 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 |
Monopoly Panini Prizm: 2024-25 and Legends NBA Trading Cards Booster Box | Coll… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/818JqapimOL._AC_SY200_.jpg | 13.8 KiB | 9.2 KiB |
MNN Portable Monitor 15.6inch FHD 1080P USB C HDMI Gaming Ultra-Slim IPS Displa… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Q9vMNUOyL._AC_SY200_.jpg | 17.7 KiB | 9.2 KiB |
div#15c2c712-0a42-4e64-a096-f8b2485d7e62 > div.a-section > a.a-link-normal > span.gw-icon div#15c2c712-0a42-4e64-a096-f8b2485d7e62 > 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 Let Them Theory: A Life-Changing Tool That Millions of People Can't Stop Ta… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91ZVf3kNrcL._AC_SY200_.jpg | 11.7 KiB | 7.4 KiB |
Amazon Basics Slim Velvet Non-Slip Space Saving Suit Clothes Hangers, Closet Or… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Cn1+lUraL._AC_SY200_.jpg | 13.3 KiB | 6.7 KiB |
Bratz x Hello Kitty Cloe Sanrio Fashion Doll with Accessories li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81gosxHCCGL._AC_SY200_.jpg | 11.0 KiB | 6.2 KiB |
TIME Pokemon 30 Years Ho-Oh and Lugia li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61lRZjLCNSL._AC_SY200_.jpg | 10.9 KiB | 6.1 KiB |
Through Mom's Eyes: Simple Wisdom From Mothers Who Raised Extraordinary Humans li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71aJ4BKfyJL._AC_SY200_.jpg | 10.1 KiB | 5.9 KiB |
Project Hail Mary: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91ENQs2KLAL._AC_SY200_.jpg | 10.1 KiB | 5.8 KiB |
I Love You to the Moon and Back li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81mpSoJzv4L._AC_SY200_.jpg | 12.0 KiB | 5.7 KiB |
Famesick: A Memoir li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81euaJoSsDL._AC_SY200_.jpg | 9.8 KiB | 5.5 KiB |
Master Your Mindset: Live a Meaningful Life li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71q9dY20m2L._AC_SY200_.jpg | 9.7 KiB | 5.4 KiB |
Nizoral Anti-Dandruff Shampoo with 1% Ketoconazole, Fresh Scent, 7 Fl Oz li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71UKDMdW3KL._AC_SY200_.jpg | 9.5 KiB | 4.8 KiB |
Neutrogena Makeup Remover Wipes Micellar Alcohol-Free Face Towelettes Remove Wa… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71eFYqXRGoL._AC_SY200_.jpg | 10.9 KiB | 4.5 KiB |
NIV, Holy Bible, Student Edition, Paperback li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91BVkj+MfDL._AC_SY200_.jpg | 8.7 KiB | 4.5 KiB |
Barbie Basics Model Collector Ken Fashion Doll 10 with Brunette Hair in Shirt &… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81eMaweH33L._AC_SY200_.jpg | 9.1 KiB | 4.3 KiB |
EL DESPERTAR DE LOS HIJOS: La Ekklesia discipulando naciones (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61hL-pnKS6L._AC_SY200_.jpg | 8.4 KiB | 4.1 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.2 KiB | 3.9 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|71Xax1c+HZL.css,41WcY5PbsbL.css... | 103.1 KiB | 93.3 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 48.3 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|71cse-O6qwL.js,416IQz5llzL.js,0... | 122.1 KiB | 76.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 | 23.7 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 | |
|---|---|
Epson EcoTank ET-2803 Wireless Color All-in-One Cartridge-Free Supertank Printe… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71DRljgLdvL._AC_SY200_.jpg |
Teenage Mutant NinjaTurtles Classic Foot Cruiser by Playmates Toys - Amazon Exc… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71mD0xFj-3L._AC_SY200_.jpg |
Amazon Basics Slim Velvet Non-Slip Space Saving Suit Clothes Hangers, Closet Or… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Cn1+lUraL._AC_SY200_.jpg |
Famiware Premium 24-Piece Stoneware Dinnerware Set – High Edge Plates and Bowls… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ariXib23L._AC_SY200_.jpg |
Canon PIXMA TS6520 Wireless Color Inkjet Printer Duplex Printing, White – Home … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61+UO6Ar-WL._AC_SY200_.jpg |
The Legend of Zelda: Tears of the Kingdom--Secrets of the Zonai (Hero's Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71NZPrZfQ9L._AC_SY200_.jpg |
Genshin Impact Endless Solo of Solitude Furina Wireless Bluetooth Earphones Gif… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/616rhONZTiL._AC_SY200_.jpg |
TP-Link Smart WiFi 6 Router (Archer AX10) – 4 Gigabit LAN Ports, Dual Band 802.… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41cE4Lv-5dL._AC_SY200_.jpg |
DEWALT 20V Max Drywall Screwgun, Tool Only (DCF630B) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51FsCRlKaBL._AC_SY200_.jpg |
MARTHA STEWART Gatwick 7-Quart Enamel Cast Iron Dutch Oven – Martha Blue – Dura… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61nWTsHQhFL._AC_SY200_.jpg |
The Very Hungry Caterpillar li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81qsstEtrgL._AC_SY200_.jpg |
MOSISO Laptop Case 13.3 inch, 13-13.3 inch Laptop Sleeve Compatible with MacBoo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71CRaMOcDvL._AC_SY200_.jpg |
Stonebriar 96 Pack Multicolor Unscented 6 to 7 Hour Long Burning Tea Light Cand… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61gM+-BsoWS._AC_SY200_.jpg |
Schylling Chip Away Science Digs Gold & Diamond Gift Set Bundle - 2 Pack li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81CL4li+PkL._AC_SY200_.jpg |
DEWALT 20V MAX Cordless Drill and Impact Driver, Power Tool Combo Kit , Include… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/817WrflosJL._AC_SY200_.jpg |
TeeTurtle Reversible Octopus Plushie 4-Inch Dark Purple + Light Purple Two-Side… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ZstQZH8LL._AC_SY200_.jpg |
MNN Portable Monitor 15.6inch FHD 1080P USB C HDMI Gaming Ultra-Slim IPS Displa… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Q9vMNUOyL._AC_SY200_.jpg |
Avatar: Glowing Woodsprite: With Ambient Sounds (RP Minis) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81tMKhQe2QL._AC_SY200_.jpg |
Crayola Model Magic - White (75ct), 1oz Modeling Clay Alternative, Essential Ea… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71zNL2dyjnL._AC_SY200_.jpg |
Tree Hut Vanilla Shea Sugar Scrub, Mothers Day Gifts, Exfoliating & Hydrating B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/612fZ2Uf07L._AC_SY200_.jpg |
Flexzilla Garden Hose 5/8 in. x 50 ft., Lightweight All-Weather Water Hose, Dur… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71oERUaDzWL._AC_SY200_.jpg |
My First Library: Boxset of 10 Board Books for Kids li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81p1nkYo4NL._AC_SY200_.jpg |
Tapo 2K Pan/Tilt Security Camera for Baby Monitor, Dog Camera w/Motion Detectio… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61qRnATTTJL._AC_SY200_.jpg |
Charger Compatible with HP Laptop Computer 65W 45W Smart Blue Tip Power Adapter li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71nwcDS1+tL._AC_SY200_.jpg |
Amazon Basics Basket Coffee Filters for 8-12 Cup Coffee Makers, White, 200 Count li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61pVQ0ca4zL._AC_SY200_.jpg |
JiYu NAD+ Hydrating Face Moisturizer – Korean Anti-Aging Cream for Radiant, Fir… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61V+jXBfBmL._AC_SY200_.jpg |
Amazon Basics Sturdy and Portable Ergonomic Laptop Stand for Desk, Height Adjus… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51KyaTB1EKL._AC_SY200_.jpg |
Nelko Label Maker Machine with Tape, P21 Bluetooth Label Printer, Wireless Mini… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61j-0VbdDQL._AC_SY200_.jpg |
La Roche-Posay Toleriane Double Repair Face Moisturizer, Daily Moisturizer Face… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51x78epntaL._AC_SY200_.jpg |
MoKo for iPad (A16) 11th Generation Case 11 Inch 2025, iPad 10th Generation Cas… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51IFiSD+kCL._AC_SY200_.jpg |
MOBDIK 2 Pack Paperfeel Screen Protector Compatible with iPad A16 11th/10th Gen… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71PNV23+hWL._AC_SY200_.jpg |
Chefman Panini Press Grill and Gourmet Sandwich Maker Non-Stick Coated Plates, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81UsdTZoXLL._AC_SY200_.jpg |
hand2mind Numberblocks 31-40 MathLink Cubes Activity Set - Learn Numbers & Earl… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81f0WscoQ0L._AC_SY200_.jpg |
Waterpik Aquarius Water Flosser For Teeth Cleaning, Gums, Braces, Dental Care, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/714Q49TDXlL._AC_SY200_.jpg |
SPARIN Screen Protector for iPad A16 2025 11th (11 Inch) /10th Generation 2022 … 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 |
Beyblade X Fang Leon T 4-60U CX Starter Pack Set, Takara Tomy Balance Type Top … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/714dKGXoeNL._AC_SY200_.jpg |
BEY BLADE X Flame Cerberus W 5-80WB CX Starter Pack Set, Takara Tomy Stamina Ty… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81B65ZzGfZL._AC_SY200_.jpg |
MOSISO Compatible with MacBook Air 13 inch Case M5 2026 M4 2025 M3 M2 2024-2022… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51nQJi7RvAL._AC_SY200_.jpg |
Utopia Bedding Queen Size Sheet Set – 4 Piece Bed Sheets, Soft and Breathable M… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71jeLb3w24L._AC_SY200_.jpg |
OLANLY Bathroom Rugs 30x20, Extra Soft Absorbent Chenille Bath Rugs, Rubber Bac… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/914ufIDbM1L._AC_SY200_.jpg |
2 Pack Glitter Pink Backdrop, 3.28 FT x 7.05 FT Birthday Party Decorations, Las… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/A1dmOnIGVGL._AC_SY200_.jpg |
La Vida Era Mas Corta li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Q3WIQIQHL._AC_SY200_.jpg |
HKaikzo Wall Mounted Closet System 85" H×81" W, Industrial Pipe Clothing Rack f… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91c2QEIPeNL._AC_SY200_.jpg |
DOORABLES Disney Movie Moments Series 1, Collectible Mini Figures Styles May Va… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71uTeP5ALOL._AC_SY200_.jpg |
DOORABLES Disney Movie Moments Series 1, Collectible Mini Figures Styles May Va… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71uTeP5ALOL._AC_SY200_.jpg |
The Rainbow Fish li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81YNkSjQ+XL._AC_SY200_.jpg |
TrendPlain 16oz/470ml Glass Olive Oil Sprayer for Cooking – 2 in 1 Olive Oil Di… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/716HuBmcRsL._AC_SY200_.jpg |
Fresh Step Clumping Cat Litter, Multi-Cat, Long Lasting Odor Control Kitty Litt… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81PkfcvTn3L._AC_SY200_.jpg |
Ailun Screen Protector for iPad 11th A16 2025 [11 Inch] / 10th Generation 2022 … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71nVIiWEcgL._AC_SY200_.jpg |
Magic: The Gathering The Lord of The Rings: Tales of Middle-Earth Commander Dec… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81VA+NO-1OL._AC_SY200_.jpg |
Neutrogena Makeup Remover Wipes Micellar Alcohol-Free Face Towelettes Remove Wa… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71eFYqXRGoL._AC_SY200_.jpg |
CloudValley Webcam Cover Slide[2-Pack], 0.023 Inch Ultra-Thin Metal Web Camera … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Kez7aUF9L._AC_SY200_.jpg |
BIODANCE Bio-Collagen Real Deep Mask, Hydrating Overnight Hydrogel Face Mask, P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51ubxqzNGIL._AC_SY200_.jpg |
I Love You to the Moon and Back li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81mpSoJzv4L._AC_SY200_.jpg |
COSORI Air Fryer Pro, Compact 5QT, Ceramic Coating, 7 Presets with Preheat & Ke… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71jSDZe54mL._AC_SY200_.jpg |
Hamile for iPad 11th 10th Generation Case with Keyboard - 7 Colors Backlit Wire… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61c+MlYZ9qL._AC_SY200_.jpg |
Travelers Club Midtown Hardside 4-Piece Luggage Travel Set, Emerald li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91Gv4cj15kL._AC_SY200_.jpg |
Vanicream Daily Facial Moisturizer With Ceramides and Hyaluronic Acid - Formula… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61KvPxEVJlL._AC_SY200_.jpg |
Asmodee Star Wars: Unlimited Gift Box - Collectible Trading Card Game Expansion… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71-LYZaKAOL._AC_SY200_.jpg |
NIDA Youthful Formula™ Ultimate Moisturizing Cream | Centella Asiatica, Niacina… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51m90yCdN2L._AC_SY200_.jpg |
EltaMD UV Clear Face Sunscreen, Oil Free Sunscreen for Sensitive Skin with Zinc… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71aXlh7do4L._AC_SY200_.jpg |
Melissa & Doug Goat - Plush li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61nz6BQ3FXL._AC_SY200_.jpg |
Clean Skin Club Clean Towels XL®, 100% USDA Biobased Face Towel, Disposable Fac… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Cn1ooILhL._AC_SY200_.jpg |
Neutrogena Makeup Remover Wipes, Daily Single Face Cleansing Towelettes, Makeup… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/718f8oZHkSL._AC_SY200_.jpg |
AUTOMAN-Garden-Hose-Nozzle, ABS Water Spray Nozzle with 7 Adjustable Watering P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71kCq9AkbhL._AC_SY200_.jpg |
Apple: The First 50 Years li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51UgPiCedFL._AC_SY200_.jpg |
Niacinamide & Rice Extract Facial Serum – Hydrating Glow Face Serum with Hyalur… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61UaxYmGKfL._AC_SY200_.jpg |
Queen Size 4 Piece Sheet Set - Comfy Breathable & Cooling Bed Sheets Set - Hote… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61o6SkL3DOL._AC_SY200_.jpg |
upsimples 11x14 Picture Frame, Display Pictures 8x10 with Mat or 11x14 Without … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Si2QlAb3L._AC_SY200_.jpg |
LEVOIT Tower Fan for Bedroom, 90° Oscillating Standing Fan with 28dB Quiet for … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71zqQUnMzGL._AC_SY200_.jpg |
PMI-ACP Exam Prep li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/5109cDk4spL._AC_SY200_.jpg |
Oh, the Places You'll Go! li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7186aAI6FFL._AC_SY200_.jpg |
Nicolás Font y Maig. Entre La Habana y Jaruco: Nicolás Font y Maig (Spanish Edi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ucdnbdxmL._AC_SY200_.jpg |
My First Learn-to-Write Workbook: Practice for Kids with Pen Control, Line Trac… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71c+ReofeoL._AC_SY200_.jpg |
MATEIN Travel Laptop Backpack, Business Anti Theft Slim Sturdy Laptops Backpack… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ocYTnmgeL._AC_SY200_.jpg |
Taygeer Travel Backpack for Women, Carry On Backpack with Water Bottle Pocket &… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71K30PIVQmL._AC_SY200_.jpg |
Etekcity Food Kitchen Scale, Digital Grams and Ounces for Weight Loss, Baking, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91YrLTBnMcL._AC_SY200_.jpg |
Brown Bear, Brown Bear, What Do You See?: 50th Anniversary Edition li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81kZ3Gl3WKL._AC_SY200_.jpg |
Bratz x Hello Kitty Yasmin Sanrio Fashion Doll with Accessories li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81G4eItxIRL._AC_SY200_.jpg |
Bratz x Hello Kitty Yasmin Sanrio Fashion Doll with Accessories li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81G4eItxIRL._AC_SY200_.jpg |
TheraBreath Fresh Breath Mouthwash, Icy Mint Flavor, Alcohol-Free, 16 Fl Oz (Pa… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71m6whBXp9L._AC_SY200_.jpg |
Innovating for People Handbook of Human-Centered Design Methods li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81SkfJaCUyL._AC_SY200_.jpg |
TIME Pokemon 30 Years Ho-Oh and Lugia li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61lRZjLCNSL._AC_SY200_.jpg |
Nizoral Anti-Dandruff Shampoo with 1% Ketoconazole, Fresh Scent, 7 Fl Oz li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71UKDMdW3KL._AC_SY200_.jpg |
Bratz x Hello Kitty Jade Sanrio Fashion Doll with Accessories li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81JfBSaIK+L._AC_SY200_.jpg |
Barbie Basics Model Collector Ken Fashion Doll 10 with Brunette Hair in Shirt &… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81eMaweH33L._AC_SY200_.jpg |
Bratz x Hello Kitty Cloe Sanrio Fashion Doll with Accessories li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81gosxHCCGL._AC_SY200_.jpg |
Casio Quartz Watch li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71L6e-mVK6S._AC_SY200_.jpg |
Speaking Simply Spanish: Beginner's Course li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51GNdu7Cz-L._AC_SY200_.jpg |
Monopoly Panini Prizm: 2024-25 and Legends NBA Trading Cards Booster Box | Coll… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/818JqapimOL._AC_SY200_.jpg |
CRYPTO ALTCOINS: UNFOLDING THE FUTURE: 2026-2027 Investment Strategy: A Technic… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61xCphYvPEL._AC_SY200_.jpg |
Monopoly Fourth Wing Edition Board Game for Adults | Officially Licensed Game I… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/816opYHzQXL._AC_SY200_.jpg |
Biblia Reina Valera 1960 para Regalos y Premios, tapa dura, negro | RVR 1960 Gi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/614-krwqf5L._AC_SY200_.jpg |
VANITAS VANITATIS (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61EjfbnXpsL._AC_SY200_.jpg |
Start With Yourself: A New Vision for Work & Life li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/812+YPJfh6L._AC_SY200_.jpg |
Yesteryear: A GMA Book Club Pick: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7169bZ6hrNL._AC_SY200_.jpg |
MOVE: The 4-question Go-to-Market Framework li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61AXNZ8AU-L._AC_SY200_.jpg |
Sunrise on the Reaping (the Hunger Games) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61o5Q8IIq4L._AC_SY200_.jpg |
INCONTRATABLES: Todo empieza a los 50 (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/614qHi6t0BL._AC_SY200_.jpg |
EL DESPERTAR DE LOS HIJOS: La Ekklesia discipulando naciones (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61hL-pnKS6L._AC_SY200_.jpg |
CANCIEMAS Y POECIONES: LETRAS DE CANCIONES QUE PODRÍAN SER POEMAS Y POEMAS QUE … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610wo8f+5sL._AC_SY200_.jpg |
De Cero a Liderazgo (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71G2Z-REWyL._AC_SY200_.jpg |
Morir de exilio: Lejos de Cuba (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71SoanM6yjL._AC_SY200_.jpg |
Material li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71MrKGqP+LL._AC_SY200_.jpg |
HISTORIA FAMILIA BAIJET (Catalan Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61SyFnUC-4L._AC_SY200_.jpg |
El Poder de la Visio'n li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ROh8H-GrL._AC_SY200_.jpg |
MÉTODO LINDA: Estructura que transforma. (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51A7xY5yZUL._AC_SY200_.jpg |
Mijn Indische Herkomst: Zoektocht in een Versluierd Verleden (Dutch Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61eskIKxPOL._AC_SY200_.jpg |
In Search of my Indo Roots: Journey into a veiled past in the Netherlands East-… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61TcUobBlkL._AC_SY200_.jpg |
La eternidad del amor: Donde la memoria se convierte en eternidad y el amor en … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71CyiYP+ZRL._AC_SY200_.jpg |
Famesick: A Memoir li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81euaJoSsDL._AC_SY200_.jpg |
The Correspondent: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81PndgdGCXL._AC_SY200_.jpg |
Hope Rises li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81QhYnh4b9L._AC_SY200_.jpg |
The Future Is Peace: A Shared Journey Across the Holy Land li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/810R-BJWs4L._AC_SY200_.jpg |
Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81kg51XRc1L._AC_SY200_.jpg |
Hollywood, Ending (Signed Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71csfcDydCL._AC_SY200_.jpg |
Strixhaven: Omens of Chaos (Magic: The Gathering) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91+yQycY5wL._AC_SY200_.jpg |
Theo of Golden: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81P0NvoRrWL._AC_SY200_.jpg |
The Let Them Theory: A Life-Changing Tool That Millions of People Can't Stop Ta… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91ZVf3kNrcL._AC_SY200_.jpg |
Strangers: A Memoir of Marriage li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81uBx9POf1L._AC_SY200_.jpg |
Drownproof: Eight Life Lessons to Keep Your Head Above Water li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81YMsq6M2CL._AC_SY200_.jpg |
The Meaning of Your Life: Finding Purpose in an Age of Emptiness li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81-efiaH6+L._AC_SY200_.jpg |
Master Your Mindset: Live a Meaningful Life li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71q9dY20m2L._AC_SY200_.jpg |
NIV, Holy Bible, Student Edition, Paperback li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91BVkj+MfDL._AC_SY200_.jpg |
Project Hail Mary: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91ENQs2KLAL._AC_SY200_.jpg |
Through Mom's Eyes: Simple Wisdom From Mothers Who Raised Extraordinary Humans li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71aJ4BKfyJL._AC_SY200_.jpg |
The Body Keeps the Score: Brain, Mind, and Body in the Healing of Trauma li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Ha3OShqSL._AC_SY200_.jpg |
Invincible Compendium Volume 1 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/711jb7uQCBL._AC_SY200_.jpg |
El discípulo amado: La vida y tiempos del apóstol Juan (Spanish Edition) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/817BJZgxOnL._AC_SY200_.jpg |
18 Days in Heaven: I Left My Body. I Met Jesus. What He Told Me Will Alter Your… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81wBAajYY7L._AC_SY200_.jpg |
The Jesus Discoveries: 10 Historic Finds That Bring Us Face-to-Face with Jesus li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81RY2q1HcGL._AC_SY200_.jpg |
Fiesta: Traducción, introducción y notas José Gabriel Rodríguez Pazos (Spanish … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51H8eB4rQJL._AC_SY200_.jpg |
Remarkably Bright Creatures: A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81AJHOyemlL._AC_SY200_.jpg |
Project Hail Mary (Deluxe Edition): A Novel li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ovKO29yrL._AC_SY200_.jpg |
Mighty Patch Original Patch from Hero Cosmetics - #1 Hydrocolloid Acne Pimple P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61t087PwecL._AC_SY200_.jpg |
Shield of Sparrows #3 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71x09z+hmcL._AC_SY200_.jpg |
Metapen A8 iPad Pencil for Apple iPad 2018-2026, 4Min Fast Charge,Magnetic Atta… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51nliDIEP9L._AC_SY200_.jpg |
Innovating for People: Human-Centered Design Planning Cards li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41UT5WxNDCL._AC_SY200_.jpg |
Amazon Basics Epsom Salt Soak, Unscented, Magnesium Sulfate USP, Muscle and Fee… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71LqUR0-ceL._AC_SY200_.jpg |
essence | Lash Princess False Lash Effect Mascara | Volumizing & Lengthening | … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61K6cQhw4EL._AC_SY200_.jpg |
Amazon Basics Gentle & Mild Clear Liquid Hand Soap Refill, Triclosan-Free, Derm… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61F5elwBZYL._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.com/ | 489 ms |
| www.amazon.com/ | 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 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Today's Deals
Gift Cards
Sell
Registry
Prime Video
Customer Service
Disability … div.nav-fill > div#nav-xshop-container > div#nav-xshop > ul.nav-ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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 |
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 |
Kitchen & Dining div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home Improvement div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Décor div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bedding & Bath div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jeans under $50 div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tops under $25 div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Dresses under $30 div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Shoes under $50 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 |
Shoes div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jewelry div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Handbags div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cooker
Cooker div#CardInstancezXMFrZ9ecUpZ_z4CnX5IeA > div.a-cardui-body > div.a-section > a.a-link-normal |
Coffee
Coffee div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Pots and Pans
Pots and… div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Kettles
Kettles div.a-cardui-body > 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 |
Security & surveillance div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Wearable tech div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Computers & accessories div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Dresses div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Knits div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jackets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jewelry div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fashion gifts div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Beauty & self care gifts div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tech gifts div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home & kitchen gifts div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Outdoor Play Sets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Learning Toys div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Action Figures div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Pretend Play Toys div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Clothing div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Trackers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Equipment div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Deals div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
PC gaming div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Xbox div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
PlayStation div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Nintendo Switch 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 |
Brushes div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sponges div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Mirrors div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Backpacks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Suitcases 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 |
Handbags 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 |
Laptops div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hard Drives div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
PC Accessories 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 |
Hats div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Action figures div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Mugs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > 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 |
Girls div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Boys 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 |
PCs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hard Drives div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Monitors div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kitchen 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 |
Dining div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Smart Home div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Books 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 |
PC 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 |
Skincare 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 |
Nails div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fragrances 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.com/ line 3400, 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 |
|---|---|
Failed to load resource: net::ERR_TRUST_TOKEN_OPERATION_FAILED |
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