Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 16.5s load time is above Google's 2.5s 'Good' threshold.
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.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 12.1 MB (8.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/228ec30a-bd6d-402b-8c96-bb4ef81d981a)<a href="https://beavercheck.com/results/228ec30a-bd6d-402b-8c96-bb4ef81d981a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.in" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.inThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 16.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 16.5s to load
+12% bounceUsers abandon at ~3s — you're 14.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.
₹7,500 investment → ₹176/month returns + INR 2,500,000,000 risk avoided
₹7,500
5h · 5 findings
₹176 /mo
~₹2,115 / year
INR 2,500,000,000
if kept compliant
₹2,250 — 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 ₹1500/hr
Based on India rates (₹1500/hr)
Start here for the best return on investment
₹208,333,510 / month at risk
~₹2,500,002,115 / year if left unfixed
₹2,500,000,000
+1 more
₹176 /mo
26436.5 MB/mo × 6.667 INR/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.
12.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
198 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.
12.84 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
16.62 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.
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 | |
|---|---|---|---|
div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA | m.media-amazon.com/images/I/61Lvh2LTkPL._SR855,1368_.jpg | 115.0 KiB | 66.7 KiB |
Free delivery div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/51ija9LFBGL._SR1170,150_.jpg | 52.0 KiB | 42.3 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 |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/61QQLWXaCQL._SR70,70_FMpng_.png | 9.1 KiB | 8.3 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/61JwxHbd-FL._SR70,70_FMpng_.png | 8.9 KiB | 8.1 KiB |
Fashion div#icon-4 > div.a-section > a.a-link-normal > img._feature-shortcut-gwm-card_style_iconImage__2uXiF | m.media-amazon.com/images/I/21QHbXU96AL._SX100_SY100_.png | 6.5 KiB | 5.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.in/ | 855 ms |
| www.amazon.in/ | 982 ms |
| www.amazon.in/ | 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 |
|---|---|---|
| /1c5c1ecf7303/6ab7d267eef9/66125abca348/challenge.js | 501.1 KiB | 277.8 KiB |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 141.1 KiB | 100.1 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 94.6 KiB | 65.5 KiB |
| /images/I/81D2zNUXn-L._RC|31ScU9YhQuL.js,11HrgbepioL.js,4... | 59.4 KiB | 31.2 KiB |
| /images/I/01L9DFZcStL._RC|01kC46b9vjL.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.in/ | 1.8 s | 678 ms | 114 ms |
| Unattributable | 1.0 s | 96 ms | 0.0 ms |
| /1c5c1ecf7303/6ab7d267eef9/66125abca348/challenge.js | 744 ms | 556 ms | 143 ms |
| /images/I/5177gl7fAnL._RC|11sflnhgXuL.js,11NBZ7Qe33L.js_.... | 606 ms | 455 ms | 7.3 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 369 ms | 194 ms | 45 ms |
| m.media-amazon.com/images/I/21NZdO3uFtL.js?AUIClients/GWMMetricsJS | 220 ms | 20 ms | 1.1 ms |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 177 ms | 104 ms | 62 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 155 ms | 80 ms | 9.9 ms |
| /images/I/51jC0T3AfxL._RC|4134jecY+uL.js_.js?AUIClients/N... | 143 ms | 92 ms | 5.1 ms |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 126 ms | 95 ms | 19 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 | 2.5 s |
| Other | 1.5 s |
| Style & Layout | 676 ms |
| Script Parsing & Compilation | 476 ms |
| Rendering | 292 ms |
| Parse HTML & CSS | 239 ms |
| Garbage Collection | 8.7 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.5 KiB |
| ._billboard-card_style_wd-backdrop-data__1znxG{height:100%} … | 26.7 KiB | 26.2 KiB |
| ._multi-category-card_style_container__3HW_J{grid-gap:8px;display:grid;gap:8px; … } … | 22.2 KiB | 21.9 KiB |
| ._mini-icon-scrolling-card_style_headline__2TJAa{margin-left:12px;margin-top:12px} … | 22.5 KiB | 21.7 KiB |
| ._single-video-card_style_wd-backdrop-data__1znxG{height:100%} … | 22.3 KiB | 19.6 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 18.9 KiB | 18.9 KiB |
| /images/I/51hieePaMlL._RC|51waPb-h-9L.css,51to0n6xYnL.css... | 21.6 KiB | 16.7 KiB |
| /images/I/51G19spDCAL._RC|41w5Jrt7mLL.css,01FcI3FsaiL.css... | 15.9 KiB | 15.8 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 | |
|---|---|
div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA | m.media-amazon.com/images/I/61Lvh2LTkPL._SR855,1368_.jpg |
div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA | m.media-amazon.com/images/I/61sJbFqMjtL._SR854,1368_.jpg |
Free delivery div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/51ija9LFBGL._SR1170,150_.jpg |
div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA div._single-video-card_style_lazy-loaded-video__3m5dG > div._single-video-card_style_overlay__3Sx3u > a.a-link-normal > img._single-video-card_style_poster-image__1W0yA | |
Homedecor div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | |
Men div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | |
Bazaar div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | |
belt div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW |
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.in form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Sun on. Savings on.
8pm deals
Pause
Min. 35% off
Early learning books
Play
Star… 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.
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 |
Women's fashion
Women's fashion div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Men's fashion
Men's fashion 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 |
Shop all deals
Shop all deals div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > 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.in/ line 1358, 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.in/","s":[],"t":3558} [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-aui_72554-c > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top body.a-aui_72554-c > 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.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
125 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.58 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.96 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 | |
|---|---|---|---|
Mega Deal Days div#gw-ftGr-desktop-hero-1 > div#CardInstanceturjyLNacnxpYif_MrWqqg > a.a-link-normal > img | /images/G/31/events/MegaDealsEvents/PCHomepageHERO/KV_PC.... | 377.6 KiB | 301.2 KiB |
Everyday needs div#gw-ftGr-desktop-hero-4 > div#CardInstanceL_f6NOLxcLmCyLfk1juT3w > a.a-link-normal > img | /images/G/31/img26/Consumables/Grocery/Ramadan/Rev/Homepa... | 294.0 KiB | 234.5 KiB |
Amazon fashion div#gw-ftGr-desktop-hero-2 > div#CardInstancelq1hur16b2wjtjpE9kEXoA > a.a-link-normal > img | /images/G/31/img23/Beauty/GW/yesbank/makeup_PC._CB7966161... | 259.3 KiB | 206.8 KiB |
bathmats div#gw-ftGr-desktop-hero-3 > div#CardInstanceAkgj-e4trDFqA-EAAonrzA > a.a-link-normal > img | /images/G/31/IMG25/Home/2025/GW/BAU/Dec/Hero/Mega_home_sa... | 96.0 KiB | 76.6 KiB |
India 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 |
Apay_Travel div#nav-swmslot > div#navSwmHoliday > a.nav-imageHref > img | /images/G/31/img21/APAY/FEB26/travel/3_SMW_400x39_1._CB78... | 24.7 KiB | 22.2 KiB |
Pregnancy supplements div.a-section > a.a-link-normal > div.a-section > img._Zmx1a_fluidLandscapeImage_2euAK | /images/G/31/img20/Events/Schoolfromhome/PCQC/Pregnancy_S... | 24.1 KiB | 21.3 KiB |
Maternity Sleep & Loungewear div.a-section > a.a-link-normal > div.a-section > img._Zmx1a_fluidLandscapeImage_2euAK | /images/G/31/img20/Events/Schoolfromhome/PCQC/Maternity_S... | 23.5 KiB | 20.8 KiB |
Maternity Skin care div.a-section > a.a-link-normal > div.a-section > img._Zmx1a_fluidLandscapeImage_2euAK | /images/G/31/img20/Events/Schoolfromhome/PCQC/Maternity_S... | 23.2 KiB | 20.5 KiB |
Maternity pillows div.a-section > a.a-link-normal > div.a-section > img._Zmx1a_fluidLandscapeImage_2euAK | /images/G/31/img20/Events/Schoolfromhome/PCQC/Maternity_p... | 21.7 KiB | 18.9 KiB |
Ghar Soaps Sandalwood & Saffron Magic Soaps For Bath (300 Gms Pack Of 3) | Para… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/718F+0RgtfL._AC_SY170_.jpg | 10.6 KiB | 8.9 KiB |
div#125d231f-941d-4666-883d-a403639c7bcb > div.a-section > a.a-link-normal > span.gw-icon div#125d231f-941d-4666-883d-a403639c7bcb > 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 |
eMeet M2-G 3 Watt Wireless Bluetooth Outdoor Speaker li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71k9of06JCL._AC_SY200_.jpg | 14.1 KiB | 7.6 KiB |
TONZO 150-Inch Manual Projector Screen 16:9 HD Aspect Ratio, Auto-Lock/Instaloc… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61T4VL0vZsL._AC_SY200_.jpg | 15.0 KiB | 7.2 KiB |
Alisha Craft Rattan Furniture Single Seater Swing Chair with Stand & Cushion Ou… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/617UyLjOhQL._AC_SY200_.jpg | 13.3 KiB | 6.8 KiB |
DDN_R_ Shoes Racks for Home || Shoe Organiser For Home || Cloth Organiser For W… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71NMaTY4KzL._AC_SY200_.jpg | 12.1 KiB | 5.4 KiB |
SNS Decor Metal Leaf (Set of 3) Copper Antique Finish Wall Art Decorations | Pe… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/817SwSOr4nL._AC_SY200_.jpg | 11.9 KiB | 5.4 KiB |
Marshall Stanmore III Wired Connectivity Home Speaker with Bluetooth 5.2 & RCA … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41SCO-fEVzL._AC_SY200_.jpg | 10.5 KiB | 4.8 KiB |
Casaliving Lodes 3 Seater Sofa Set with Ottoman for Living Room (Tan) Premium L… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/812pEt4H71L._AC_SY200_.jpg | 11.1 KiB | 4.6 KiB |
KitchEase 6 Pcs Drain Basket Set with Handles - Versatile Kitchen Colander for … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71wGvVv88uL._AC_SY200_.jpg | 10.7 KiB | 4.2 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.
| URL | Transfer Size | Duration |
|---|---|---|
| /images/I/51waPb-h-9L._RC|71VZyKb-gRL.css,41WcY5PbsbL.css... | 70.6 KiB | 56 ms |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 34.9 KiB | 112 ms |
| m.media-amazon.com/images/I/413o2CUJ6GL.css?AUIClients/AmazonGatewayAuiAssets | 5.5 KiB | |
| /images/I/21skJF47J6L._RC|51Y8Xg9itbL.css_.css?AUIClients... | 7.4 KiB | 285 ms |
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.in/ | 305 ms |
| www.amazon.in/ | 287 ms |
| www.amazon.in/ | 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.
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... | 18.1 KiB | 7.9 KiB |
| inline: <!-- window.$Nav && $Nav.decla… | 15.2 KiB | 2.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /1c5c1ecf7303/6ab7d267eef9/66125abca348/challenge.js | 501.1 KiB | 277.8 KiB |
| m.media-amazon.com/images/S/sash/8Z1ycev56KECx4J.js?name=vendors | 433.2 KiB | 227.3 KiB |
| /images/I/51jC0T3AfxL._RC|71EyN6vWiwL.js,410BbRCicjL.js,0... | 120.9 KiB | 77.7 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 43.1 KiB |
| m.media-amazon.com/images/S/sash/w7zrgE5MG-DQupp.js?name=app | 79.8 KiB | 38.6 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.9 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.in/ | 800 ms | 328 ms | 24 ms |
| Unattributable | 397 ms | 30 ms | 0.0 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 373 ms | 144 ms | 3.0 ms |
| m.media-amazon.com/images/S/sash/w7zrgE5MG-DQupp.js?name=app | 341 ms | 287 ms | 5.1 ms |
| /images/I/51jC0T3AfxL._RC|71EyN6vWiwL.js,410BbRCicjL.js,0... | 208 ms | 144 ms | 16 ms |
| /1c5c1ecf7303/6ab7d267eef9/66125abca348/challenge.js | 205 ms | 151 ms | 40 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 178 ms | 84 ms | 6.3 ms |
| m.media-amazon.com/images/S/sash/8Z1ycev56KECx4J.js?name=vendors | 147 ms | 65 ms | 43 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.3 s |
| Other | 628 ms |
| Style & Layout | 449 ms |
| Script Parsing & Compilation | 154 ms |
| Rendering | 107 ms |
| Parse HTML & CSS | 86 ms |
| Garbage Collection | 25 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.5 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 47.8 KiB |
| m.media-amazon.com/images/S/sash/mBlYHNNPOwcb3Kq.css?type=asset&name=vendors | 30.1 KiB | 26.1 KiB |
| m.media-amazon.com/images/S/sash/jSxQsPXgoKyWZmf.css?type=asset&name=app | 10.6 KiB | 10.3 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 | |
|---|---|
Apay_Travel div#nav-swmslot > div#navSwmHoliday > a.nav-imageHref > img | /images/G/31/img21/APAY/FEB26/travel/3_SMW_400x39_1._CB78... |
Microsoft Modern USB-C Speaker li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71qleA9PXCL._AC_SY200_.jpg |
Marshall Stanmore III Wired Connectivity Home Speaker with Bluetooth 5.2 & RCA … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41SCO-fEVzL._AC_SY200_.jpg |
VAYA Tydbyt Stainless Steel Lunch Box for Kids Girls & Boys, 650 ml, 3 Stainles… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41fuMohLlLL._AC_SY200_.jpg |
VAYA Tydbyt Tiffin Box for Men, Stainless Steel Tiffin Box for Kids Girls,1 Lar… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41WkorGmEFL._AC_SY200_.jpg |
VAYA Tydbyt Lunch Box for Kids Boys, 650 ml, Steel Tiffin Box for Office with 3… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41Nmd4Ym+8L._AC_SY200_.jpg |
VAYA Tydbyt Lunch Box for Boys, 3 Stainless Steel Containers, Slim Compact & Tr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41eRjw4a8CL._AC_SY200_.jpg |
GL.iNet Comet (GL-RM1) Remote KVM Control Over Internet 4K@30Fps,Tailscale Supp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51OtDmQhdoL._AC_SY200_.jpg |
Crompton Highspeed Toro 1200 mm Designer Ceiling Fan | BEE Star Energy Rating |… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51gxnPxtrLL._AC_SY200_.jpg |
VAYA Tydbyt Stainless Steel Lunch Box for Boys, 650 ml, 3 Containers, Bento Box… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61cz5DcxmxL._AC_SY200_.jpg |
Panasonic 160W 2.1Ch with 3D Surround Soundbar Speaker System, Bluetooth, USB, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/716hdDsyT9L._AC_SY200_.jpg |
VAYA TYFFYN Black Polished Stainless Steel Lunch Box Without Bagmat, 1000 ml, 3… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61cNyQqbsmL._AC_SY200_.jpg |
Crompton Energion Niteo 1200 mm BLDC Ceiling Fan | Warm Ambient LED Indicators … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512Czc9pYaL._AC_SY200_.jpg |
CD Player Portable, FELEMAN Upgraded Boombox CD Player & Bluetooth Speaker 2 in… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71FcBZfwzCL._AC_SY200_.jpg |
Crompton Silent Pro Fluido Wave 1 Star 1200 mm 3 Blade Ceiling Fan (2X Silent O… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/31Kihg6VqQL._AC_SY200_.jpg |
Sony HT-S20R Real 5.1ch Dolby Digital Soundbar for TV with subwoofer and Compac… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71h7fLNEQPL._AC_SY200_.jpg |
Sony HT-S40R Real 5.1ch Dolby Audio Soundbar for TV with Subwoofer & Wireless R… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51m4NsZau4L._AC_SY200_.jpg |
TONZO 150-Inch Manual Projector Screen 16:9 HD Aspect Ratio, Auto-Lock/Instaloc… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61T4VL0vZsL._AC_SY200_.jpg |
Crompton Energion Groove 1200mm (48 inch) Ceiling Fan (Brown), Pack of 1, (5 Ye… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51eyHB-JCkL._AC_SY200_.jpg |
DIGITNOW!Portable Karaoke Microphone Mixer System Set, with Dual UHF Wireless M… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71nohoFB+LL._AC_SY200_.jpg |
International Power Converter 110-240V to 110V Step Down Voltage Converter 2000… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71OJDRkWPNL._AC_SY200_.jpg |
HENIJ 1 Pcs Extra Dense Furniture Table Wall Edge Protectors Foam Baby Safety B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71aHbP5M2HL._AC_SY200_.jpg |
KitchEase 730ml Stainless Steel Lunch Pot – Leakproof Meal Jar with Foldable Sp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51WmCssta3L._AC_SY200_.jpg |
Portable Shortwave Radio, AM FM SW Transistor Radio with Best Reception, Batter… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81bo0rJh1LL._AC_SY200_.jpg |
Mrc Mono Mid Back Mesh Ergonomic Work from Home Office Desk Chair,Study Chair,R… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71EqVBFVtzL._AC_SY200_.jpg |
daiDokoro Plastic 4 Insulated Container Lunch Box Set With Thermal Bag & Cutler… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512wpyNp2qL._AC_SY200_.jpg |
REWOF 300ml Stuk Glass Tumbler with Wooden Lid & Straw – Reusable Sipper Mug fo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/713e6XzFZlL._AC_SY200_.jpg |
Eyebrow Trimmer for Women || Epilator 2-in-1 || Face Trimmer For Women Facial H… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61RfPOJ+8sL._AC_SY200_.jpg |
Crompton Gale 90 Litres Desert Air Cooler for home | Large & Easy Clean Ice Cha… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41OcqYlbOzL._AC_SY200_.jpg |
Gracioso Portable Cassette Player Recorder Converter,Cassette to MP3 via SD Car… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8129S+YL9XL._AC_SY200_.jpg |
DECORE DAZE Wooden Divider Partition Versatile Privacy Screen for Living Room D… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61oZNz6fyxL._AC_SY200_.jpg |
TobenONE DisplayLink Docking Station Triple Monitor with 120W Power Adapter, Tr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71LVJo9gcPL._AC_SY200_.jpg |
VAYA TYFFYN Lunch Box for Office for Men, with Polished Stainless Steel Contain… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61trJ3jIIjL._AC_SY200_.jpg |
VAYA TYFFYN Lunch Box for Office for Men, with Polished Stainless Steel Contain… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ZV6oSvlAL._AC_SY200_.jpg |
SNS DECOR Ginkgo Tree Leaf Metal Wall Art Decorations | Modern Luxury Metal Wal… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/612T2u+2fqL._AC_SY200_.jpg |
DDN_R_ Shoes Racks for Home || Shoe Organiser For Home || Cloth Organiser For W… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71NMaTY4KzL._AC_SY200_.jpg |
Wireless Bluetooth Small Invisible Mini Earbuds in Ear ENC Noise Cancelling Sof… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51TyfkfeFpL._AC_SY200_.jpg |
KitchEase 730ml Stainless Steel Lunch Pot – Leakproof Meal Jar with Foldable Sp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/513bEiC74lL._AC_SY200_.jpg |
Shipnetic Rainbow 24-Piece Stainless Steel Flatware Set – Luxury Cutlery for wi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/6113tm-QDtL._AC_SY200_.jpg |
eMeet M2-G 3 Watt Wireless Bluetooth Outdoor Speaker li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71k9of06JCL._AC_SY200_.jpg |
ASUS A701ROGDELTAII/BLK GhdstASUS A701 Rog Delta II/blk li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71szOzu7UjL._AC_SY200_.jpg |
Protect+ with AppleCare Services for 16-inch MacBook Pro/Max (M4 2 Years) (Emai… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51Fl31ZJBZL._AC_SY200_.jpg |
Alisha Craft Rattan Furniture Single Seater Swing Chair with Stand & Cushion Ou… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/617UyLjOhQL._AC_SY200_.jpg |
MRC Boom Mesh Ergonomic Desk Office Chair with 3 Years Warranty & DIY Assembly,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71s1v3rI5OL._AC_SY200_.jpg |
Cyranture Twin XL Over Queen Bunk Bed, Heavy Duty Bunk Beds with Ladder and Gua… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71D6tAH3ztL._AC_SY200_.jpg |
FURNY Aura 3 Seater Modular Fabric Sofa Set with 2 Ottomans (Aqua Blue-Dark Gre… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61XW0sVeqgL._AC_SY200_.jpg |
Casaliving Lodes 3 Seater Sofa Set with Ottoman for Living Room (Tan) Premium L… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/812pEt4H71L._AC_SY200_.jpg |
Casaliving Anyse 3 Seater Sofa Set for Living Room (Maroon Fabric) Premium Fabr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71tZ8QIO8XL._AC_SY200_.jpg |
Vivek Art Solid Wooden Chair Rattan Arm Chair for Living Room, Bedroom & Home, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51v2VR1e+eL._AC_SY200_.jpg |
LEGACY OF COMFORT Yazgur 85'' Mid-Century Modern Curved Living Room Sofa, 3-Sea… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61MaBf5EUnL._AC_SY200_.jpg |
CITYLOOM Modular Cloud Sectional Sofa with Ottoman – Plush L-Shaped Couch with … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61vkDBVe4JL._AC_SY200_.jpg |
FURNY Korelon 3 Seater Fabric Modular Sofa Set with Ottoman (Dark Grey) Premium… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Pig4c37IL._AC_SY200_.jpg |
Casaliving Gagnon LHS 4 Seater L Shape Corner Sofa Cum Bed for Living Room (Bla… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81-ALvFexpL._AC_SY200_.jpg |
Casaliving Minta RHS 6 Seater L Shape Sofa Set for Living Room (Cream Colour) P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61XdPAGoaqL._AC_SY200_.jpg |
CASACOMFORT Frida Rich Velvet Suede 5 Seater L Shape Sofa Set with 2 Ottomans |… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61vnKFmc3pL._AC_SY200_.jpg |
Machado Hybrid Hand-Sharpened Mongolian Viking Knife with Leather Sheath - Forg… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/619sSmzbUjL._AC_SY200_.jpg |
KitchEase 6 Pcs Drain Basket Set with Handles - Versatile Kitchen Colander for … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71wGvVv88uL._AC_SY200_.jpg |
YELONA Insulated Lunch Box | 3-Tier Stainless Steel Food Jar with Built-in Cutl… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61-l-DKrlsL._AC_SY200_.jpg |
Machado Japanese Style Mini Pocket Katana Kitchen Knife with Sheath - Ebony Han… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41ggFXk-slL._AC_SY200_.jpg |
YELONA Stainless Steel Lunch Pot for Meals, Lunch, Tiffin Box for Men, Women, K… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51sTasV5+cL._AC_SY200_.jpg |
YELONA Insulated Lunch Box | 3-Tier Stainless Steel Food Jar with Built-in Cutl… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61VtxIS36CL._AC_SY200_.jpg |
Portable Evaporative Air Cooler Fan with Mist, USB-C Rechargeable Mini AC Unit,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71KSMRf7oCL._AC_SY200_.jpg |
SNS DECOR Metal Peacock Wall Art Decorations | Perfect 3D Wall Sculpture For Li… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/818xVwc3sKL._AC_SY200_.jpg |
SNS Decor Metal Leaf (Set of 3) Copper Antique Finish Wall Art Decorations | Pe… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/817SwSOr4nL._AC_SY200_.jpg |
SNS DECOR Metal Sunset Serenity LED Wall Art | Abstract Sun Wall Decor | Modern… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71bH1HvCepL._AC_SY200_.jpg |
SNS DECOR Metal Frame Leaf Set of 3 Wall Art Decorations | Modern Luxury Metal … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81-EhYMZ2oL._AC_SY200_.jpg |
SNS DECOR Luxury Metal Abstract Figures Leaf Wallart Set of 3 Handcrafted Wall … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71B7FIdZtkL._AC_SY200_.jpg |
SHIVOID® 50+PCS Anime Demon Slayer Aesthetic Stickers – Waterproof Anime Sticke… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81QUDtyCyeL._AC_SY200_.jpg |
HOMIFYHUB SS304 Stainless Steel 4 Pcs Bathroom Organiser Without Drill | Self A… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91cs2Ezq1RL._AC_SY200_.jpg |
REWOF Self-Cleaning Telescopic Hairbrush – One-Click Retractable Bristle Comb, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51DJ2HvcnKL._AC_SY200_.jpg |
REWOF 4-in-1 Grout & Crevice Cleaning Brush with Squeegee – V-Shape Scrub Tool … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61hVtY4ugvL._AC_SY200_.jpg |
REWOF LED Wine Bottle Cork Lights – 2M Copper Wire Fairy String Lights, Battery… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51wdibiuS9L._AC_SY200_.jpg |
Artiva Wall Mount Ceramic Wash Basin/Wash Basin For Bathroom/Glossy Finish Wall… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61EnPdfIj1L._AC_SY200_.jpg |
Artiva Ceramic Tabletop Wash Basin For Bathroom/Small Countetop Bathroom Basin/… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Xi1wXJoxL._AC_SY200_.jpg |
Artiva White Tabletop Wash Basin For Bathroom (12x16 Inch) | Medium Ceramic Was… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61dP4kmZz1L._AC_SY200_.jpg |
Artiva White Ceramic Table Top Wash Basin For Bathroom (10"x14" Inch)/ Small Co… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61yCbQBWARL._AC_SY200_.jpg |
Al Ahmed Marj & Bin Shaikh Perfume Combo Offer – Luxurious, Long-Lasting Fragra… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610+Lwh5N2L._AC_SY200_.jpg |
rawpockets - 3D Wooden World Map With Clock Wall Decor| Wall Hangings & Gift | … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Jf65MpWIL._AC_SY200_.jpg |
M-Amazup CD Player Portable, Rechargeable Portable CD Player with Dual Speakers… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61S1NCpIX4L._AC_SY200_.jpg |
Baarno Women Sage Cotton Handcrafted Block Printed Tote Bag for Women | Detacha… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/710N-Vd3pRL._AC_SY200_.jpg |
Aquaminder Smart Water Bottle Glows & Beeps to Remind You to Drink More 770 ml … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/615vR+EOKGL._AC_SY200_.jpg |
ATVI.FIT Trendy Cotton Tote Bags for Women Designs - 15.5"x15" - Perfect for Co… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51cKYIg8BmL._AC_SY200_.jpg |
Mini Air Cooler Fan with Water Spray | Personal Air Conditioner with LED Light,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81rmcFTxlYS._AC_SY200_.jpg |
Machado Serbian Chef Knife - High Carbon Clad Steel Unagisaki Butcher Cleaver, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51BERzTThLL._AC_SY200_.jpg |
TRONICA Dual 6.5" 2025 Launched Thunder Vibra TWS Party Speaker with 2 Karoake … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71SpWXMOjtL._AC_SY200_.jpg |
UAG Exports Resin Meditating Sitting Buddha/Buddh/Gautam Buddha Statue/Lord Bud… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81+z9TJ6UrL._AC_SY200_.jpg |
ON SPOT ENERGY 200W Portable Power Station | Made in India | Power Backup for L… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71T6ulwbzCL._AC_SY200_.jpg |
Baarno Woodland Garden Tote Handbag for Women with Detachable Sling Strap & Top… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71NmpSQa1VL._AC_SY200_.jpg |
BIGFALCON Medical Xray Dry Film for Inkjet Blue Base Size A4 (100 Sheets X-Ray … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71LFx0ak6vL._AC_SY200_.jpg |
Pure Aura Baby Body Wash 100ml | Infused with 12 Ayurvedic Herbs | Tear-Free & … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71GDu1aE4vL._AC_SY200_.jpg |
Spooky Creative Starry Sky Ceramic Mug – Cute 3D Cat Design with Lid & Spoon, P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51zanHhW9pL._AC_SY200_.jpg |
Spooky Creative Starry Sky Ceramic Mug – Cute 3D Cat Design with Lid & Spoon, P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/513QTB9p4hL._AC_SY200_.jpg |
96GB MP3 Player with Bluetooth and WiFi, MECHEN Android 13 OS MP3 & MP4 Players… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71bKdNd1L3L._AC_SY200_.jpg |
Baarno Mayur 100% Cotton Reversible AC Comforter Blanket Quilt Razai | Winter S… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71rQtu5eRiL._AC_SY200_.jpg |
KalaTree Dining Table Mats Set of 6 Pieces with Runner Reversible Handmade Heat… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81OdgaXZmPL._AC_SY200_.jpg |
Baarno Neel Ac Comforter Double Bed | Uniform Cotton Filling Blanket | 100% Cot… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61SnL3MP01L._AC_SY200_.jpg |
Aquaminder Smart Water Bottle Glows & Beeps to Remind You to Drink More 600 ml … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61cYzjQhdQL._AC_SY200_.jpg |
Sony WH-CH720N, Wireless Over-Ear Active Noise Cancellation Headphones with Mic… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41tp0JPPlmL._AC_SY200_.jpg |
Aquaminder Smart Water Bottle | RGB LED Glow & Timer Hydration Reminder with BT… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61tNRcQI9SL._AC_SY200_.jpg |
Sony WH-1000XM6 The Best Wireless Noise Canceling Headphones, HD NC Processor Q… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ddahpESML._AC_SY200_.jpg |
Bajaj Shield Series Glanza 42L Personal Air Cooler | DuraTuff PRO Motor & DuraM… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/311qTxyGTzL._AC_SY200_.jpg |
earthsave Insulated Lunch Bag for Office Women & Men (Orange & White) | Eco-Fri… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61OOa4u3J7L._AC_SY200_.jpg |
Symphony Storm 70 XL Desert Tower Air Cooler 70-litres with Multistage Air Puri… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71BBzFf17sL._AC_SY200_.jpg |
Sony SRS-XV800 X-Series Wireless Portable Bluetooth Karaoke Party Speaker IPX4 … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/810Q0+UhiTL._AC_SY200_.jpg |
Samsung {MX-T70/XL) Sound Tower High Power Audio, Floor Standing Speaker, Bi-Di… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91o9iyR6BCL._AC_SY200_.jpg |
CARALL Salon's Amore Platinum Shower Car Air Freshener (160ml) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61U5GUrHrCL._AC_SY200_.jpg |
Symphony Sumo 40 XL Personal Cooler-40L, Light Grey li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41lscD1x-3L._AC_SY200_.jpg |
Amuwind Portable Hand Held Fan,High Speed Turbo Fan,Personal HandHeld Fan,100 G… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51Uzmwcd90L._AC_SY200_.jpg |
Bajaj Neo Spectrum 400 Mm Pedestal Fan For Home | 100% Coppermotor | High Air D… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71tFrb2HV0L._AC_SY200_.jpg |
Philips tower fan 5000 Series with Rotating Function, 105 cm, Remote Control, T… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/31Ktsn8ZvWL._AC_SY200_.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.in form#nav-search-bar-form > div.nav-fill > div.nav-search-field > input#twotabsearchtextbox |
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VIVENAA Premium 100% Neem Wood Chopping Board | Solid Wooden Cutting Board for … div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Ikea Dish Drainer with TSS Cotton Balls and Removable Tray Underneath, 42x30 cm… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
Happi Planet | Kitchen Cleaner Spray | India’s 1st Foaming Formulation for Less… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
VOLTURI Vegetable Bag for Fridge (6 pcs), Fridge Storage bags with Drawstrings,… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
Slyford Mini Portable Tabletop Dustbin, Mini Trash Can with Lid - Wastebasket f… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Jute Basket For Storage Cotton Rope Toys Basket With Lid Handwoven Natural Fold… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
X14 Store 3D Deer Crystal Ball Night Lamp, Creative Engraved, USB Table LED Woo… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
ARUNA DECOR Cute Miniature Watermelon Girl Figurines Set of 4 | PVC Tiny Dollho… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
hago Refrigerator Organizer Container with 6 Grid Compartments | 1200 ML Fridge… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Satpurush Multipurpose bathroom accessories Kitchen Bathroom Shelf Wall Holder … div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
HAGO Premium PU Leather Desk Mat for Office & Home | Reversible Dual-Side Desk … div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
Satpurush Self-Adhesive Soap Holder for Bathroom (Pack of 2) Wall Mounted No-Dr… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
SILAII Master Thalapathy Vijay Sculpture - 8 INCH, Antique Bronze Colour div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Rudra Roop Hanuman Idol | Coloured | 3.8 Inches | Polystone | Hanuman Murti Car… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
VRUSHAM CREATIONS Swarajyache Veer Mawale 6.5 inch (Set) (Tanaji Malusare) div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
The Spiritual Living Brass Flying Horse Statue Vastu | 4.5 Inch | Feng Shui Hor… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
AABCO Beautiful Owl Showpiece for Home & Office Decor | Owl Statue, Decorative … div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
FURBO Microfiber Reversible 200 GSM AC Comforter Set Double Bed with 2 Pillow C… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
Gorayoo Bedding Flat Bedsheets King Size Egyptian Cotton - 400 Thread Count Poc… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
Drumstone (𝐒𝐩𝐞𝐜𝐢𝐚𝐥 𝟏𝟎 𝐘𝐞𝐚𝐫𝐬 𝐖𝐚𝐫𝐫𝐚𝐧𝐭𝐲) Arabic Electric Incense Burner – Traditio… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
Featured now div.tile--t5OMY > div.elementContainer--3FYwc > div.elementContent--1Gew5 > span#al_feat_asin_B0F4G3JQXZ |
DADDY COOL Multipurpose Extra Long Rocking Chair Cushion for Outdoor and Indoor… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
VINOMA Kitchen Cloth Dish Towels, Microfiber Cleaning Cloth Double-Sided Dish D… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
Stylish Metal Dhoop Holder Incense Burner Loban Dani Dhoop Dani Aarti Metal Lob… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
RAXON WORLD Space-Saving Shoe Organizer, 6-Tier Covered Shoe Rack with 18+ Shoe… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
Slyford Large Capacity Clothes Storage Bag Organizer with Thick Fabric Visible … div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Jute Basket For Storage Cotton Rope Toys Basket With Lid Handwoven Natural Fold… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
Palomino 3-Tier Stainless Steel Kitchen Organizer Rack Corner Shelf Rack for Ki… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
Desi Rang Wooden Frame for wall decor, table top, any plant leaf decoration, pi… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.overlay--1JJ1m > div.persistent--Pt2B3 > div.badges_badgeCommon__3UacB > svg div.overlay--1JJ1m > div.persistent--Pt2B3 > div.badges_badgeCommon__3UacB > svg |
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 |
Fresh Details ul.nav-ul > li.nav-li > div#nav-link-groceries > button.nav-flyout-button |
Prime Details ul.nav-ul > li.nav-li > div#nav-link-amazonprime > button.nav-flyout-button |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN div.nav-right > div#nav-tools > div#icp-nav-flyout > a.nav-a |
Air conditioners div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Refrigerators div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Microwaves div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Washing machines div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cushion covers, bedsheets & more div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Figurines, vases & more div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home storage div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lighting solutions div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Up to 45% off | Laptops div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Up to 60% off | Kitchen appliances div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Min. 50% off | Office furniture div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Register using GST, Udyam, FSSAI or BPAN div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cleaning supplies div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bathroom accessories div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home tools div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Wallpapers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Pregnancy supplements div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Maternity Sleep & Loungewear div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Maternity pillows div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Maternity Skin care 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.in/ line 3789, col 2048 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /b/?_encoding=UTF8&node=205740344031&pd_rd_w=Ax6gZ&conten... | See more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div._2URmO8vniZo1VBFH6RZcMg > div._5A_8Ua_RqL1xorfhpE3zx > div.scroll-carousel_container__30K7i > a.scroll-carousel_carouselControl__Id0y9 div._2URmO8vniZo1VBFH6RZcMg > div._5A_8Ua_RqL1xorfhpE3zx > div.scroll-carousel_container__30K7i > a.scroll-carousel_carouselControl__Id0y9 |
div._2URmO8vniZo1VBFH6RZcMg > div._5A_8Ua_RqL1xorfhpE3zx > div.scroll-carousel_container__30K7i > a.scroll-carousel_carouselControl__Id0y9 div._2URmO8vniZo1VBFH6RZcMg > div._5A_8Ua_RqL1xorfhpE3zx > div.scroll-carousel_container__30K7i > a.scroll-carousel_carouselControl__Id0y9 |
To appear in search results, crawlers need access to your app.
Send Feedback