Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.1s 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 7.8 MB (4.0 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/2a8a115e-680c-4c79-82b1-3ac59ac5cdee)<a href="https://beavercheck.com/results/2a8a115e-680c-4c79-82b1-3ac59ac5cdee"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.ca" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.caThis 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 17.1s 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.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 17.1s to load
+12% bounceUsers abandon at ~3s — you're 14.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 396ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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.
CAD 475 investment → CAD 1.35/month returns + CAD 350,000 risk avoided
CAD 475
5h · 5 findings
CAD 1.35 /mo
~CAD 16 / year
CAD 350,000
if kept compliant
CAD 143 — 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 CA$95/hr
Based on Canada rates (CA$95/hr)
Start here for the best return on investment
CAD 29,168 / month at risk
~CAD 350,016 / year if left unfixed
CAD 350,000
+5 more
CAD 1.35 /mo
12461.5 MB/mo × 0.108 CAD/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.
13.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
396 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.
13.02 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.
17.16 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.
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.
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.
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 | |
|---|---|---|---|
New on Amazon!
Shop men's skincare
Lab Series div#CardInstancefFnke5z0p_o2O1-r1DjLIQ > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/61zRy6PaVRL._SX855_.jpg | 107.8 KiB | 62.5 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 |
Shop fresh finds from premium brands div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/41HtNAtX1jL._SR1242,150_.jpg | 22.9 KiB | 15.1 KiB |
Kitsch Hair Brush Detangler – Flexi Flow Hair Brush for Women, Men & Kids | Det… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/61KOjWW3eVL._AC_SX290_.jpg | 20.1 KiB | 11.5 KiB |
Waterdrop 5231JA2002A Refrigerator Water Filter, Replacement for LG® LT500P®, G… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71cAkyurR-L._AC_SX290_.jpg | 14.9 KiB | 6.4 KiB |
Jool Baby Portable Potty Training Chair with Travel Bag and 30 Liners, Foldable… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71w6FNtoTrL._AC_SX290_.jpg | 10.8 KiB | 4.5 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.ca/ | 1.0 s |
| www.amazon.ca/ | 1.1 s |
| www.amazon.ca/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /1c5c1ecf7303/52b6f0d1a201/cadb0b955a27/challenge.js | 500.7 KiB | 280.0 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 | 64.9 KiB |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 58.5 KiB | 35.5 KiB |
| /images/I/01kc2Ns67ML._RC|01kC46b9vjL.js,81lKcMPaPWL.js_.... | 44.6 KiB | 28.3 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.8 KiB |
| d1nruqhae353qc.cloudfront.net/primesignup/ca/widget.js | 51.1 KiB | 22.5 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.ca/ | 1.7 s | 597 ms | 81 ms |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 1.2 s | 901 ms | 55 ms |
| Unattributable | 760 ms | 104 ms | 0.0 ms |
| /1c5c1ecf7303/52b6f0d1a201/cadb0b955a27/challenge.js | 723 ms | 536 ms | 140 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 311 ms | 171 ms | 40 ms |
| /images/I/51jC0T3AfxL._RC|4134jecY+uL.js_.js?AUIClients/N... | 140 ms | 99 ms | 6.8 ms |
| m.media-amazon.com/images/I/31iigvJrQGL._RC%7C31m9ki8XaeL.js_.js?xcp | 121 ms | 115 ms | 2.8 ms |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 101 ms | 65 ms | 22 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 90 ms | 60 ms | 9.9 ms |
| m.media-amazon.com/images/I/21NZdO3uFtL.js?AUIClients/GWMMetricsJS | 90 ms | 2.5 ms | 0.9 ms |
| /images/I/01+pnQJuQ0L._RC|01JFYUQurFL.js_.js?AUIClients/I... | 64 ms | 11 ms | 0.3 ms |
| m.media-amazon.com/images/I/11MgFhkox0L.js?xcp | 64 ms | 34 ms | 0.5 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.9 s |
| Other | 1.2 s |
| Style & Layout | 560 ms |
| Script Parsing & Compilation | 452 ms |
| Rendering | 347 ms |
| Parse HTML & CSS | 211 ms |
| Garbage Collection | 19 ms |
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 |
|---|---|---|
| d1nruqhae353qc.cloudfront.net/primesignup/ca/widget.js | 51.1 KiB | 31.3 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/11i1DYEiaoL._RC|01GaLSH4siL.css,51fMLkDdAPL.css... | 53.2 KiB | 51.2 KiB |
| ._billboard-card_style_wd-backdrop-data__1znxG{height:100%} … | 22.5 KiB | 22.0 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 19.1 KiB | 19.1 KiB |
| ._single-video-card_style_wd-backdrop-data__1znxG{height:100%} … | 18.7 KiB | 16.3 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 15.9 KiB | 15.9 KiB |
| /images/I/51G19spDCAL._RC|41w5Jrt7mLL.css,01FcI3FsaiL.css... | 15.9 KiB | 15.8 KiB |
| /images/I/51hieePaMlL._RC|51waPb-h-9L.css,51to0n6xYnL.css... | 21.6 KiB | 15.5 KiB |
| ._npack-asin-card_style_thresholdProgressBlock__AdcTN{background-color:#fff!important; … } … | 13.9 KiB | 13.9 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/61rGjX3VlFL._SR854,1368_.jpg |
Shop fresh finds from premium brands div.gwm-Card > a.a-link-normal > div._billboard-card_regularStyle_gwm-BillboardCard--cropped__g2nZu > img | m.media-amazon.com/images/I/41HtNAtX1jL._SR1242,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 | m.media-amazon.com/images/I/61Qihss-r6L._SR285,456_.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/61X1I2cOtXL._SR285,456_.jpg |
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/41mWZE1Wy1L._SR140,140_.jpg |
Fashion 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/31ti9ytNFsL._SR140,140_.jpg |
Electronics 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/41AAlp3TqVL._SR140,140_.jpg |
Home & Kitchen div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41RL6TtNTYL._SR140,140_.jpg |
Home & Kitchen div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41MxpaZ25wL._SR140,140_.jpg |
Electronics 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/318MfyHyr5L._SR140,140_.jpg |
Fashion 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/4132uRRkvOL._SR140,140_.jpg |
Beauty div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31lK6OjcSoL._SR140,140_.jpg |
Beauty div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31ybGxfJp7L._SR140,140_.jpg |
Home & kitchen div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/31RWWFJhr2L._SR140,140_.jpg |
Electronics 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/31ktQnx9IlL._SR140,140_.jpg |
Fashion 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/21C1pGnqCbL._SR140,140_.jpg |
Techie 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/31E2VdHMNML._SR140,140_.jpg |
Cozy 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/31LARqMMFkL._SR140,140_.jpg |
Sporty 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/21MAAP3UwTL._SR140,140_.jpg |
Gardener 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/41AsopalzfL._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.ca form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
New on Amazon!
Shop men's skincare
Shop deals ending soon
42% off
15% off
24% o… 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 |
Deals
Deals div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Fashion
Fashion div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Electronics
Electronics div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Home & Kitchen
Home & Kitchen div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Home & Kitchen
Home & Kitchen div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Electronics
Electronics div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Fashion
Fashion div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Home & kitchen
Home & kitchen div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Electronics
Electronics div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Fashion
Fashion div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Techie
Techie div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Cozy
Cozy div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Sporty
Sporty div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Gardener
Gardener 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) | |
|---|---|---|---|
All 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) |
Furniture div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/61uornUdm-L._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Team Sports div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/71sUjeGHWdL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Headphones div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/71JhsiGGjqL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Sport Apparel 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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery line 176, col 175 |
| SharedStorage | www.amazon.ca/ line 1552, 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.ca/","s":[],"t":3461} [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.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.56 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.38 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 | |
|---|---|---|---|
New Arrivals
Shop deals on fresh finds div#CardInstanceGKM6Hy0Adqsi6EJdb4FmAQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81tZqPXHPwL._SX3000_.jpg | 438.5 KiB | 328.9 KiB |
Tune in and Order in
Get 50% off your first order with DashPass.* div#CardInstanceXbZD1EeYjtSKh9D6CVrIeg > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81dPE0lSFWL._SX3000_.jpg | 302.1 KiB | 226.6 KiB |
Echo Dot Max spherical speaker with mesh fabric and blue light ring on wooden c… div.a-section > div.a-section > div.a-section > img._cropped-image-map_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/71v7C+Ia-+L._SX3000_.jpg | 255.8 KiB | 191.9 KiB |
A collection of NHL fan gear, including an Edmonton Oilers license plate, Toron… div#CardInstanceHjEDjj1VItsrupya68zJag > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/71ozjkFi7+L._SX3000_.jpg | 242.9 KiB | 182.2 KiB |
New on Amazon!
Engineered for men's skin,for optimal results div#CardInstanceL_cEXvs4kTSwqgp2aIDsTw > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/716lKNq6geL._SX3000_.jpg | 228.6 KiB | 171.5 KiB |
Coupons inside Stack your cart with savings Ultraloq, Conair, Jumper, Go… div#CardInstancecyT0HM9OceIZOoj1aJjxHg > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61uz-jC3D+L._SX3000_.jpg | 125.6 KiB | 94.2 KiB |
Stanley Cup. Playoffs 2026. Sportsnet. Watch with a subscription. Sportsnet on … div#CardInstancedx0hrlF9gK-00n6NRfm9dA > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61cNq0hlmoL._SX3000_.jpg | 113.3 KiB | 85.0 KiB |
div._desktop-tall-hero-video_style_lazy-loaded-video__2OqXH > div._desktop-tall-hero-video_style_overlay__3tMyc > a.a-link-normal > img._desktop-tall-hero-video_style_poster-image__2ST1q div._desktop-tall-hero-video_style_lazy-loaded-video__2OqXH > div._desktop-tall-hero-video_style_overlay__3tMyc > a.a-link-normal > img._desktop-tall-hero-video_style_poster-image__2ST1q | m.media-amazon.com/images/I/61T-x60jhjL._SR3000,600_.jpg | 80.6 KiB | 60.4 KiB |
Canada 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 |
Levoit Air Purifiers for Large Room Home Up to 1875 ft² with Washable Filter, A… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51hhi9xOdrL._AC_SR480,440_.jpg | 27.0 KiB | 21.2 KiB |
JOYMOOP Hands Free Flat Floor Mop and Bucket with Wringer Set, 3 Washable Micro… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41guPwaX9nL._AC_SR480,440_.jpg | 23.2 KiB | 18.2 KiB |
Bissell - Portable Carpet Cleaner - SpotClean ProHeat - For carpet and upholste… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41e59rVFRiL._AC_SR480,440_.jpg | 20.8 KiB | 16.3 KiB |
Steam Cleaner Handheld, Steamer Cleaning, Portable Steam Mop with 24 Accessorie… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41AjTLCMwEL._AC_SR480,440_.jpg | 18.9 KiB | 14.9 KiB |
TICYACK Steam Cleaner Handheld for Home-500ml Large Capacity Steam Cleaner with… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41wLk1AcdEL._AC_SR480,440_.jpg | 18.5 KiB | 14.5 KiB |
Majestic Pure Lavender Essential Oil - Huge 118 ml - 100% Pure and Natural Oil … div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/412cyjz80aL._AC_SR480,440_.jpg | 16.9 KiB | 13.3 KiB |
LEVOIT Air Purifiers Large Room Bedroom Home Up to 1073 ft², AHAM VERIFIDE, 4 C… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/414rFeg5f5L._AC_SR480,440_.jpg | 15.8 KiB | 12.4 KiB |
Zefy 40 Colors Resin Jelly Rhinestones for Bedazzling, 3mm 32000 Pcs Flatback G… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91EWgx-XK8L._AC_SY200_.jpg | 18.6 KiB | 12.1 KiB |
Philips Sonicare 4100 Electric Toothbrush, Sonic Toothbrush with Two Intensity … div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41mtdjTwuXL._AC_SR480,440_.jpg | 15.1 KiB | 11.9 KiB |
Bissell - Steam Mop and Cleaner - PowerFresh Slim Steam Mop and Steam Cleaner -… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41qCZE2Tz3L._AC_SR480,440_.jpg | 13.9 KiB | 10.9 KiB |
LEVOIT Cordless Vacuum Cleaner, Stick Vac with Tangle-Resistant Design, Up to 5… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41N-KLE7uPL._AC_SR480,440_.jpg | 13.5 KiB | 10.6 KiB |
BEAUTURAL 1200-Watt Handheld Steamer for Clothes, 30-Second Heat-up, 8.79-Ounce… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41WTB6MA5HL._AC_SR480,440_.jpg | 12.7 KiB | 10.0 KiB |
div#e6cb2a69-ccbf-4a4b-992c-349225a29aa1 > div.a-section > a.a-link-normal > span.gw-icon div#e6cb2a69-ccbf-4a4b-992c-349225a29aa1 > 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 |
Utopia Bedding Waterproof Mattress Protector Queen Size, Bamboo Viscose Mattres… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91E9ExnEq5L._AC_SY200_.jpg | 12.9 KiB | 6.6 KiB |
BLUEAIR Air Purifiers for Small Rooms, Bedroom, Home, Cleans 926 sqft in one ho… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/31xYrasKbnL._AC_SR480,440_.jpg | 7.9 KiB | 6.2 KiB |
Vacuum Storage Bags 7 Jumbo, Space Saver Sealer Bags,Plastic Packaging Bags,Com… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71N3vzrLDnL._AC_SY200_.jpg | 10.7 KiB | 5.5 KiB |
Drizzilicious Birthday Cake Mini Rice Cakes - 4oz (113g) Single Pack | Sinless … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71+2+2BCLkL._AC_SY200_.jpg | 9.9 KiB | 5.4 KiB |
Timothy's Colombian La Vereda K-Cup Coffee Pods, 30 Count For Keurig Coffee Mak… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/811KRoAVSVL._AC_SY200_.jpg | 11.3 KiB | 5.4 KiB |
Melitta 625000 Bamboo Super Premium Coffee Filters, Green li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Y419ZMPDL._AC_SY200_.jpg | 9.2 KiB | 5.1 KiB |
Folgers Caramel Drizzle Flavoured Light Roast Coffee Pods, Single Serve One Cup… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81PY+52dOZL._AC_SY200_.jpg | 10.7 KiB | 5.1 KiB |
Traditional Medicinals - Organic Spearmint Herbal Tea (Pack of 1) - Refreshing … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61C6NcPQHmL._AC_SY200_.jpg | 9.3 KiB | 5.0 KiB |
PanOxyl 4% Benzoyl Peroxide Acne Wash, Helps Clear and Prevent Acne, Daily Anti… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71HS1ehdulL._AC_SY200_.jpg | 9.0 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|71Xax1c+HZL.css,41WcY5PbsbL.css... | 57.2 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 | 304 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.
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/52b6f0d1a201/cadb0b955a27/challenge.js | 500.7 KiB | 280.0 KiB |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 141.1 KiB | 98.9 KiB |
| /images/I/51jC0T3AfxL._RC|71cse-O6qwL.js,416IQz5llzL.js,0... | 122.1 KiB | 78.2 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 42.2 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.7 KiB |
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.1 s |
| Other | 715 ms |
| Style & Layout | 403 ms |
| Script Parsing & Compilation | 126 ms |
| Rendering | 122 ms |
| Parse HTML & CSS | 82 ms |
| Garbage Collection | 25 ms |
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.1 KiB | 2.0 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/51waPb-h-9L._RC|71Xax1c+HZL.css,41WcY5PbsbL.css... | 103.1 KiB | 93.5 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 47.5 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 | |
|---|---|
Amazon Basics High-Density Round Foam Roller li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91yuQpw++mL._AC_SY200_.jpg |
Retrospec Solana Yoga Mat 1/2" Thick w/Nylon Strap for Men & Women - Non Slip E… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61I+rnqoMcL._AC_SY200_.jpg |
Maxwell House House Blend Coffee Certified Compostable K-Cup Coffee Pods, 60 Po… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71pvjRkOgpL._AC_SY200_.jpg |
CAP Barbell 1/2-Inch High Density Exercise Yoga Mat with Strap | Multiple Optio… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ZMx5xPTWL._AC_SY200_.jpg |
La Roche Posay Cicaplast Baume B5, Multi-Purpose Soothing Balm for Dry Skin, Ab… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ZlrtfhkCL._AC_SY200_.jpg |
Gymreapers Lifting Wrist Straps for Weightlifting, Bodybuilding, Powerlifting, … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61+UlXddzxL._AC_SY200_.jpg |
Speedo Unisex-Adult Swim Goggles Mirrored Vanquisher 2.0 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/712yiVXdcEL._AC_SY200_.jpg |
Ziploc Sandwich Bags for On-the-Go Freshness, Grip 'n Seal Technology for Easie… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81h+XI93hTL._AC_SY200_.jpg |
Yes4All Neoprene Coated Dumbbell Hand Weight Sets of 2 - Multiple Weight Option… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81G19LY6MlL._AC_SY200_.jpg |
Bubly Sparkling Water peachbubly, 355 mL Cans, 12 Pack li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61p3PKxv4dL._AC_SY200_.jpg |
Rainleaf Microfiber Towel Perfect Travel & Gym & Camping Towel. Quick Dry - Sup… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/512bmlLLHOL._AC_SY200_.jpg |
Franklin Sports Outdoor Pickleballs - X-40 Pickleball Balls - USA Pickleball (U… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61v3jWr-AlL._AC_SY200_.jpg |
Utopia Bedding Bed Pillows for Sleeping Queen Size (Grey), Set of 2, Cooling Ho… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61fTloU225L._AC_SY200_.jpg |
Bedsure Satin Pillow Case Queen Size 2 Pack, Similar to Silk Pillow Cases, Silk… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81p7GAw1qbL._AC_SY200_.jpg |
CFX Resistance Bands 3 Sets, Premium Exercise Loops with Non-Slip Design for Hi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/814GFhi7nfL._AC_SY200_.jpg |
Black+Decker Lightweight Steam Iron for Clothing, Smart Steam Techology, Anti-D… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71cSp62H+mL._AC_SY200_.jpg |
Amazon Basics Neoprene Dumbbell Hand Weights li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Y26toqdTL._AC_SY200_.jpg |
Ally Peaks Pull Up Bar for Doorway | Thickened Steel Max Limit 440 lbs Upper Bo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/619ozwh22nS._AC_SY200_.jpg |
Quest Nutrition Nacho Cheese Flavour Tortilla Style Protein Chips, High Protein… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61POiKypomL._AC_SY200_.jpg |
Gritin Resistance Bands, Set of 5 Skin-Friendly Resistance Fitness Exercise Loo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/617NmwvU4tL._AC_SY200_.jpg |
LiBa PEVA 8G Bathroom Shower Curtain Liner, 72" W x 72" H, Clear, 8G Heavy Duty… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7170px9vGUL._AC_SY200_.jpg |
Yes4All EPP Exercise Foam Roller – Extra Firm High Density Foam Roller – Best f… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YLIPSZUoL._AC_SY200_.jpg |
GoGo squeeZ Fruit Sauce Variety Pack, Apple, Strawberry, Peach, Banana, No Suga… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81V9K6XmI3L._AC_SY200_.jpg |
BalanceFrom Anti-Burst and Slip Resistant Exercise Ball for Yoga, Fitness, Birt… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61iWSCVLNvL._AC_SY200_.jpg |
ZELUS Weighted Vest, 6lb/8lb/12lb/16lb/20lb/25lb/30lb Weight Vest with Reflecti… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81l7AwlRcDL._AC_SY200_.jpg |
Utopia Bedding Duvet Cover Queen Size - 3 Piece with Zipper Closure - 1 Comfort… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/814QNNcuAeL._AC_SY200_.jpg |
Brita Standard Replacement Filter, Reduces Contaminants while keeping healthy m… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61d0GVrdGgL._AC_SY200_.jpg |
Starbucks Pike Place, Medium Roast Coffee, Single Serve Keurig K-Cup Pods, 44 C… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81SUK0nuirL._AC_SY200_.jpg |
Tim Hortons Original Blend Coffee, Single Serve K-Cup Pods, Medium Roast, 30ct … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81JO+yp0mDL._AC_SY200_.jpg |
Barebells Protein Bars Caramel Cashew - 12 Count, 1.9oz Bars with 20g of High P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/717jCCG5m9L._AC_SY200_.jpg |
New Arrivals li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Customer's Most-Loved li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Mother's Day li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Spring Faves li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Premium Brands li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Daily Essentials li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Canada Showcase li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Social Media Favourites li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Premium Beauty li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/15/Events/2026/Collections/Summer/CA_RE_EN_Coll... |
Taevno Vibration Plate Exercise Machine,Vibration Plate Machine 199 Adjustable … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71zJSyAAEwL._AC_SY200_.jpg |
SAFEJAWZ Mouthguard Strapless Slim Fit, Adults and Junior with Case for Boxing,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71AVdixd5AL._AC_SY200_.jpg |
DMoose Ankle Strap for Cable Machine - One Size Fit with Premium Padding, Worko… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/719R2FB+M-L._AC_SY200_.jpg |
Utopia Bedding Queen Bed Sheets Set – 4 Piece Queen Size Sheets, Soft Breathabl… 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 |
Zefy 40 Colors Resin Jelly Rhinestones for Bedazzling, 3mm 32000 Pcs Flatback G… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91EWgx-XK8L._AC_SY200_.jpg |
NICETOWN Blackout Curtains 2 Panels for Bedroom- Halloween Thermal Insulated Gr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61SAVx3FYYS._AC_SY200_.jpg |
Alpha Grillers Meat Thermometer Digital - Instant Read Food Thermometer for Coo… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ePqNnqe5L._AC_SY200_.jpg |
ClearSpace Oversized Moving Bags or Storage Bag – Large Moving Boxes with Backp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91f-qnB2bPL._AC_SY200_.jpg |
Bedsure Duvet Cover King Size - 3 Pieces Prewashed Cotton-Like Extra Soft Beddi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81+ka8pM5eL._AC_SY200_.jpg |
Utopia Bedding Comforters Queen Size, All Season Duvet Insert, Down Alternative… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81LCTp2OHnL._AC_SY200_.jpg |
Tim Hortons Original Coffee blend, Single Serve Keurig K-Cup Pods, Medium Roast… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81WZaCM5gdL._AC_SY200_.jpg |
NEW Blume SuperBelly Gut Health + Hydration, Daily Sugar Free Probiotics, Inuli… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81suqKVGShL._AC_SY200_.jpg |
Tim Hortons Colombian Coffee, Single Serve Keurig K-Cup Pods, Medium Roast, 48 … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81UG9FhoGpL._AC_SY200_.jpg |
Lash Clusters LAUBESS Eyelash Clusters D Curl Cluster Lashes Mixed Tray Individ… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81egHKTHCmL._AC_SY200_.jpg |
Replacement Toothbrush Heads Compatible with Oral B Braun, 20 Pcs Professional … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71H7IUqnonL._AC_SY200_.jpg |
Goddvenus Cluster Lashes Kit Wispy Natural 300pcs Eyelashes Clusters 10-16mm DI… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91VX7oMz2VL._AC_SY200_.jpg |
TrendPlain 470ml Olive Oil Spray Bottle for Kitchen Gadgets - 2 in 1 Olive Oil … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71tF60SK1gL._AC_SY200_.jpg |
Sperax 4 in 1 Walking Vibration Pad Treadmill, Walking Treadmill Pad for Home w… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61sVPvgqCKL._AC_SY200_.jpg |
NEENCA Knee Brace for Knee Pain, Compression Knee Support with Air Mesh Fabric,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81AhLtV5WyL._AC_SY200_.jpg |
RAYMYLO One Gallon Water Bottle Insulated, Triple Walled Vacuum Stainless Steel… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81KC5W-1KKL._AC_SY200_.jpg |
Patella Tendon Knee Strap 2 Pack, Knee Pain Relief Support Brace Hiking, Soccer… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71navnAvHlL._AC_SY200_.jpg |
Utopia Bedding Waterproof Mattress Protector Queen Size, Bamboo Viscose Mattres… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91E9ExnEq5L._AC_SY200_.jpg |
Utopia Bedding Queen Fitted Sheet - Bottom Sheet - Deep Pocket - Soft Microfibe… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/715ODRGbEdL._AC_SY200_.jpg |
Utopia Bedding Waterproof Mattress Protector Full/Double Size, Premium Terry Ma… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81STcptcoFL._AC_SY200_.jpg |
Utopia Bedding Zippered Mattress Encasement Queen - 100% Waterproof and Bed Bug… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81r-IYzXbhL._AC_SY200_.jpg |
Neutrogena All-in-One Makeup Removing Cleansing Wipes - Gentle Cleansing Towele… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71y1U-8pxbL._AC_SY200_.jpg |
BioSteel Hydration Mix, Proudly Canadian - Great Tasting Hydration with Zero Su… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/715wKsjxFdL._AC_SY200_.jpg |
CeraVe Moisturizing Cream, Daily Face, Hands, & Body Cream Moisturizer for Dry … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71XPFqGMEvL._AC_SY200_.jpg |
Yes4All Vinyl Coated Kettlebell Weights, Weight Available: 5, 10, 15, 20, 25, 3… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YNvmyM9YL._AC_SY200_.jpg |
CeraVe Facial Moisturizing Lotion Pm | Ultra Lightweight, Night Face Moisturize… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61UkKdIj2NL._AC_SY200_.jpg |
Good Protein Vegan Plant-based Protein Powder 100% Natural, Non-GMO, Dairy-free… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71qnh6DNUwL._AC_SY200_.jpg |
TempPro Digital Instant Read Meat Thermometer for Grilling Waterproof Kitchen F… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81XFFxyggOL._AC_SY200_.jpg |
Atercel Workout Gloves for Men and Women, Exercise Gloves for Weight Lifting, C… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Qa99mgPPL._AC_SY200_.jpg |
CAP Barbell Coated Hex Dumbbell Weight - Pairs | Multiple Options li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81pxBF5vDuL._AC_SY200_.jpg |
McCafe Premium Medium Dark Roast K-Cup Coffee Pods, 48 Count, For Keurig Coffee… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81rqC5ImDnL._AC_SY200_.jpg |
Timothy's Colombian La Vereda K-Cup Coffee Pods, 30 Count For Keurig Coffee Mak… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/811KRoAVSVL._AC_SY200_.jpg |
Secret Clinical Strength Invisible Solid Antiperspirant and Deodorant, Complete… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81FloxMCGgL._AC_SY200_.jpg |
Utopia Bedding Throw Pillows Insert (Pack of 2, White) - 18 x 18 Inches Bed and… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/619C-vVJjdL._AC_SY200_.jpg |
LA MAESII Lash Cluster Glue, Lash Bond and Seal Waterproof, Bond and Seal Lash … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71kHMp1q5TL._AC_SY200_.jpg |
CeraVe Salicylic Acid Cleanser, Renewing Exfoliating Face Wash With Vitamin D f… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71+0oTcIXoL._AC_SY200_.jpg |
Folgers Caramel Drizzle Flavoured Light Roast Coffee Pods, Single Serve One Cup… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81PY+52dOZL._AC_SY200_.jpg |
McCafé Premium Medium Dark Roast, Ground Coffee, 875g li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/713WuEnFebL._AC_SY200_.jpg |
The Ordinary Niacinamide 10% + Zinc 1%, Smoothing Serum for Blemish-Prone Skin,… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51Y+eRfHVWL._AC_SY200_.jpg |
CeraVe Foaming Face Wash, Gel Face Cleanser for Normal to Oily Skin, Removes Ex… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Vw+ensquL._AC_SY200_.jpg |
Google Fitbit Charge 6 Advanced Health and Fitness Tracker with Built-in GPS, S… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ZtqtvoD2L._AC_SY200_.jpg |
Elan Organic Raw Brazil Nuts, 185g, Whole Nuts, No Shell, Non-GMO, Vegan, Glute… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71s1mNAQkWL._AC_SY200_.jpg |
CIRCLE JOY Electric Milk Frother Handheld, Rechargeable Coffee Frother with Dua… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610xCsjTM8L._AC_SY200_.jpg |
Jade Leaf Matcha Organic Ceremonial Grade Matcha Green Tea Powder - 100% Pure J… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71vbPAbaIUL._AC_SY200_.jpg |
Pure Protein Bars - Nutritious, Gluten Free bar, made with Whey protein blend -… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/818nIW5VwSL._AC_SY200_.jpg |
SIMPLETASTE Milk Frother Handheld Electric Foam Maker, Drink Mixer with Stainle… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71j4SABGWoL._AC_SY200_.jpg |
grace & stella Under Eye Mask - Birthday Gifts for Women, Gifts for Mom, Under … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/7125696qOQL._AC_SY200_.jpg |
Queen Size 4 Piece Sheet Set - Comfy Breathable & Cooling Sheets - Hotel Luxury… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61CpU92W31L._AC_SY200_.jpg |
Vacuum Storage Bags 7 Jumbo, Space Saver Sealer Bags,Plastic Packaging Bags,Com… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71N3vzrLDnL._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 |
PatchRx Pimple Patches for Face (120 Patches), Hydrocolloid Pimple Patches - Pi… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/711i7BRSqDL._AC_SY200_.jpg |
d'alba Piedmont Italian White Truffle First Spray Serum, Vegan Skin Care, Hydra… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51lPkUBzzwL._AC_SY200_.jpg |
Lavazza Crema E Gusto Medium Roast Coffee Capsules Compatible with Nespresso Or… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YJiuKHTjL._AC_SY200_.jpg |
Philips Sonicare 4100 Power Toothbrush, Rechargeable Electric Toothbrush with P… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71cDXvMPoaL._AC_SY200_.jpg |
CROWNFUL Food Scale, 11lb Digital Kitchen Scales Weight Ounces and Grams for Co… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/717Z35A7SUL._AC_SY200_.jpg |
Google Fitbit Inspire 3 Health and Fitness Tracker with Stress Management, Work… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61UWlMIuyLL._AC_SY200_.jpg |
PanOxyl 4% Benzoyl Peroxide Acne Wash, Helps Clear and Prevent Acne, Daily Anti… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71HS1ehdulL._AC_SY200_.jpg |
Neutrogena Hydro Boost Gel Cream Face Moisturizer - Oil-Free Facial Cream with … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71teGpZg2KL._AC_SY200_.jpg |
Drizzilicious Birthday Cake Mini Rice Cakes - 4oz (113g) Single Pack | Sinless … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71+2+2BCLkL._AC_SY200_.jpg |
Kraft Smooth Peanut Butter, 2kg li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71BUCuXW-KL._AC_SY200_.jpg |
Polident Retainers Cleansing Tabs 84ct (Packaging May Vary) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81kLA3hIL9L._AC_SY200_.jpg |
Traditional Medicinals - Organic Spearmint Herbal Tea (Pack of 1) - Refreshing … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61C6NcPQHmL._AC_SY200_.jpg |
Lavazza ESPR GRAN CREMA WB 1KG li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ibVLNDRtL._AC_SY200_.jpg |
Melitta 625000 Bamboo Super Premium Coffee Filters, Green li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Y419ZMPDL._AC_SY200_.jpg |
Mrs. Meyer's Clean Day Liquid Hand Soap Refill, Cruelty Free and Biodegradable … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81+XRKrAuoL._AC_SY200_.jpg |
Kicking Horse Coffee, Decaf, Swiss Water Process, Dark Roast, Whole Bean, 1 lb … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51mGGSvGnIL._AC_SY200_.jpg |
Nutiva Organic Coconut Oil, 444 ml - USDA Organic Cold Pressed Unrefined Extra … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71YfjMWhKmL._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.ca/ | 490 ms |
| www.amazon.ca/ | 373 ms |
| www.amazon.ca/ | 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.ca 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 |
|---|
Double Sided Tape for Clothes, Body and Fashion Tape (75 Pack) | Clothing and H… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Kitsch Zig Zag Headbands for Women – Fashion Accessories for Slicked Back Style… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
Fruit of the Loom mens Dual Defense Crew Socks 12 PairCasual Sock div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
Hue Women's Mini Crew Sock 6 Pair Pack div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
Bezente Pastel Balloons Latex Party Balloons, 100 Pack 12 inch Round Helium Mul… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail0 |
Fisher-Price Wood Montessori Toy Dressing Board, American Montessori Society Se… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail1 |
LEGO Speed Champions Ferrari SF-24 F1 Race Car Toys - Building Sets for Kids, B… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail2 |
LCD Writing Tablet 10 Inch, Colorful Electronic Doodle Board Drawing Tablet, Me… div.a-cardui-body > div.a-section > ul.a-unordered-list > li.thumbnail3 |
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 |
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 |
Beauty div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home & kitchen div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Electronics 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 |
Home Cleaning div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lawn & Garden div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Organization 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 |
Home & Kitchen div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Electronics 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 |
Beauty div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Techie div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cozy div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sporty div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Gardener div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Best Sellers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
New in div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Crazy low div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Flash deal 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 |
Home div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Auto div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jerseys 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 |
Home entertainment div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Blenders 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 |
Electronics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Grocery div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Beauty & personal care div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Daily Essentials div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Furniture 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 |
Deals div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Full-size appliances div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fitness equipment div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Furniture div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
TVs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
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.ca/ line 3597, col 2048 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback