Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.7s 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 10.5 MB (6.1 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/e38beff6-48f4-417a-8310-4258f3babb8d)<a href="https://beavercheck.com/results/e38beff6-48f4-417a-8310-4258f3babb8d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.co.uk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.co.ukThis 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 8.7s 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 ~30%.
Page takes 8.7s to load
+12% bounceUsers abandon at ~3s — you're 6.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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.
£375 investment → £5,105/month returns + GBP 18,050,000 risk avoided
£375
5h · 5 findings
£5,105 /mo
~£61,261 / year
GBP 18,050,000
if kept compliant
£113 — 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 £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,168 / month at risk
~£18,050,015 / year if left unfixed
£18,050,000
+6 more
£1.21 /mo
19230.1 MB/mo × 0.063 GBP/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.
7.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.58 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.095
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.24 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.19 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.
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#nav-ftr > div.icp-container-mobile > a#icp-touch-link-country > span.icp-flag-3 div#nav-ftr > div.icp-container-mobile > a#icp-touch-link-country > span.icp-flag-3 | m.media-amazon.com/images/S/sash/MAbi1rCjQI9H2y0.png | 44.3 KiB | 35.0 KiB |
Rolife Book Nook Kit for Adults DIY Miniature Kit with Lights Magic Fantasy Cor… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71pb6SpvqmL._AC_SX290_.jpg | 38.5 KiB | 31.0 KiB |
Red Kite Push Me Urbana Stroller - Khaki div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71ueX9bCulL._AC_SX290_.jpg | 20.6 KiB | 12.6 KiB |
MERCUSYS MT115 4G LTE Mobile Portable WiFi Router, AX300 WiFi 6, TP-Link 4G Rou… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71tNdYm+KpL._AC_SX290_.jpg | 13.2 KiB | 6.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.co.uk/ | 1.3 s |
| www.amazon.co.uk/ | 1.1 s |
| www.amazon.co.uk/ | 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/2d9e2c31d174/d26d5ce40abb/challenge.js | 505.0 KiB | 280.1 KiB |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 141.1 KiB | 100.0 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 80.7 KiB | 55.3 KiB |
| /images/I/813oc2vlx2L._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 58.5 KiB | 35.5 KiB |
| /images/I/01V50JopleL._RC|01kC46b9vjL.js,81lKcMPaPWL.js_.... | 44.4 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.
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 | 4.9 s |
| Other | 2.5 s |
| Style & Layout | 1.0 s |
| Rendering | 769 ms |
| Script Parsing & Compilation | 715 ms |
| Parse HTML & CSS | 402 ms |
| Garbage Collection | 115 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/11i1DYEiaoL._RC|01GaLSH4siL.css,51fMLkDdAPL.css... | 53.2 KiB | 51.2 KiB |
| ._npack-asin-card_style_thresholdProgressBlock__AdcTN{background-color:#fff!important; … } … | 33.5 KiB | 31.2 KiB |
| ._single-creative-card_style_wd-backdrop-data__1znxG{height:100%} … | 23.2 KiB | 21.7 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 20.7 KiB | 20.7 KiB |
| ._single-video-card_style_wd-backdrop-data__1znxG{height:100%} … | 20.4 KiB | 17.7 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 17.3 KiB | 17.3 KiB |
| /images/I/51G19spDCAL._RC|41w5Jrt7mLL.css,01FcI3FsaiL.css... | 15.9 KiB | 15.8 KiB |
| /images/I/51hieePaMlL._RC|51waPb-h-9L.css,51to0n6xYnL.css... | 21.6 KiB | 15.7 KiB |
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/71suMYkfm8L._SR854,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/61mG9X92DbL._SR285,456_.jpg |
div._gwm-category-video_style_lazy-loaded-video__2OqXH > div._gwm-category-video_style_overlay__3tMyc > a.a-link-normal > img._gwm-category-video_style_poster-image__2ST1q div._gwm-category-video_style_lazy-loaded-video__2OqXH > div._gwm-category-video_style_overlay__3tMyc > a.a-link-normal > img._gwm-category-video_style_poster-image__2ST1q | m.media-amazon.com/images/I/61rGsu3cBUL._SR427,240_.jpg |
Matcha & Tea 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/51WBfq8muXL._SR140,140_.jpg |
Stationery 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/51R60gZxtdL._SR140,140_.jpg |
Home & Gardening 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/41m3CLzDEFL._SR140,140_.jpg |
Futon & Mattress 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/41BVq+VuEGL._SR140,140_.jpg |
Men's watches div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/411TTVSpSzL._SR140,140_.jpg |
Women's watches div._multi-category-card_style_container__3HW_J > div > a.a-link-normal > img._multi-category-card_image_round-corners__22iOW | m.media-amazon.com/images/I/41mBxFpxEWL._SR140,140_.jpg |
Women's jewellery 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/410FfRtRNOL._SR140,140_.jpg |
Bags & Suitcases 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/41VmOOt+zbL._SR140,140_.jpg |
PC 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/41ARllwr5WL._SR140,140_.jpg |
Nintendo Switch 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/41ra--sa-ML._SR140,140_.jpg |
PS5 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/41L0bIUgkeL._SR140,140_.jpg |
Xbox 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/41YNQoPrX2L._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.co.uk form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Pause
Shop deals ending soon
27% off
17% off
17% off
41% off
New Echo Show 11
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.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#wd-shoppable-1 > div#CardInstancexPvdRl-8kVb2JyxY4G2wMA > div.a-cardui > a.a-spacing-none div#wd-shoppable-1 > div#CardInstancexPvdRl-8kVb2JyxY4G2wMA > div.a-cardui > a.a-spacing-none |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Interest-Based Ads Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0 div#navbar > div#nav-logobar > div.nav-right > a#nav-button-cart |
Matcha & Tea
Matcha & Tea div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Stationery
Stationery div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Home & Gardening
Home & Gardening div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Futon & Mattress
Futon & Mattress div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Men's watches
Men's watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Women's watches
Women's watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Women's jewellery
Women's jewellery div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Bags & Suitcases
Bags & Suitcases div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
PC
PC div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Nintendo Switch
Nintendo Switch div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
PS5
PS5 div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Xbox
Xbox div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Beauty div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/71wBEshTCUL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Fashion div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/612B9pYtmqL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Sports & Outdoors div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/71vUOoD7hAL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Home & Garden 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) |
Electronics div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/71JhsiGGjqL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Pet Supplies div._interactive-footer-card_style_container__3GKmA > div > a.a-link-normal > img._interactive-footer-card_image_round-corners__22iOW | m.media-amazon.com/images/I/7166hIvPMnL._SR180,67_.png | 100 x 67 (1.49) | 180 x 67 (2.69) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | www.amazon.co.uk/ line 1518, 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.co.uk/","s":[],"t":3675} [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.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
56 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.38 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.83 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 | |
|---|---|---|---|
Shop consciously
Make more environmentally sustainable choices div#CardInstanceq6DjgH_3RVZRTCkWLPQrGA > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/819vFLke4IL._SX3000_.jpg | 441.6 KiB | 331.2 KiB |
Echo Show 11 smart display on a wooden shelf. The device features a white base … div.a-section > div.a-section > div.a-section > img._cropped-image-map_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/813x8nnyXKL._SX3000_.jpg | 308.6 KiB | 231.4 KiB |
Balls Up - New movie div#CardInstancebjanc3BlAIgmKZ9DrdPAjQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/716tiHNBoGL._SX3000_.jpg | 134.3 KiB | 100.7 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/61Cezo+DuaL._SR3000,600_.jpg | 82.3 KiB | 61.7 KiB |
United Kingdom 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 |
The Year of the Locust: The Sunday Times bestselling novel from the author of I… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/515ahIU+pGL._AC_SR480,440_.jpg | 34.9 KiB | 27.5 KiB |
Broken Ground: An exhilarating and atmospheric thriller from the number-one bes… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51Acy9yqrFL._AC_SR480,440_.jpg | 33.2 KiB | 26.1 KiB |
The Astral Library: A new fantastical adventure novel from the #1 bestselling a… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51Gr6UGR58L._AC_SR480,440_.jpg | 31.9 KiB | 25.1 KiB |
Hot Chocolate on Thursday: The bestselling healing classic by the author of WHA… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/518ccjc55OL._AC_SR480,440_.jpg | 30.5 KiB | 23.9 KiB |
Triptych: The gripping and thrilling first instalment in the Sunday Times bests… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51R03gqjQXL._AC_SR480,440_.jpg | 28.6 KiB | 22.5 KiB |
Six Little Words: A feel-good and uplifting new novel from the Sunday Times bes… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51X+JU5L1GL._AC_SR480,440_.jpg | 28.4 KiB | 22.3 KiB |
The Dark Wives: Crack the Case in the Suspenseful Eleventh Murder Mystery in th… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51Y2s0+QyXL._AC_SR480,440_.jpg | 28.1 KiB | 22.1 KiB |
Flashlight: Longlisted for the Women's Prize for Fiction 2026 div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41cKmcwQJXL._AC_SR480,440_.jpg | 25.8 KiB | 20.3 KiB |
The Homemade God: The Sunday Times bestseller from the prize-winning author, fo… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/410ld1CpsNL._AC_SR480,440_.jpg | 24.7 KiB | 19.4 KiB |
Our Beautiful Mess: The brand-new Sunday Times bestseller, a gripping must-read… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41WHni6sJCL._AC_SR480,440_.jpg | 23.3 KiB | 18.3 KiB |
Skagboys (Mark Renton Series Book 1) div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51okFrv9O2L._AC_SR480,440_.jpg | 22.2 KiB | 17.4 KiB |
The Queen of Wishful Thinking: A gorgeous read full of love, life and laughter … div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/4121GUhYs+L._AC_SR480,440_.jpg | 20.7 KiB | 16.3 KiB |
Ninja Foodi MAX Dual Zone Digital Air Fryer, 2 Drawers, 9.5L, 6-in-1, Uses No O… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61JZhvWpvpL._AC_SY170_.jpg | 6.8 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| amazon.co.uk/ | 703 ms |
| www.amazon.co.uk/ | 467 ms |
| www.amazon.co.uk/ | 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/2d9e2c31d174/d26d5ce40abb/challenge.js | 493.5 KiB | 271.4 KiB |
| m.media-amazon.com/images/I/91u1iWIbVEL.js?AUIClients/VideoJsCardsBuzz | 141.1 KiB | 100.2 KiB |
| /images/I/51jC0T3AfxL._RC|71ekcYa0U8L.js,416IQz5llzL.js,0... | 122.1 KiB | 77.5 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 42.4 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.2 s |
| Other | 672 ms |
| Style & Layout | 374 ms |
| Script Parsing & Compilation | 149 ms |
| Rendering | 130 ms |
| Parse HTML & CSS | 110 ms |
| Garbage Collection | 28 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.2 KiB | 2.0 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/51waPb-h-9L._RC|71VZyKb-gRL.css,41WcY5PbsbL.css... | 103.9 KiB | 94.3 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 48.1 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.
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.co.uk form#nav-search-bar-form > div.nav-fill > div.nav-search-field > input#twotabsearchtextbox |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get to Know Us div.navFooterVerticalColumn > div.navFooterVerticalRow > div.navFooterLinkCol > div.navFooterColHead |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Expand to Change Language or Country div.nav-right > div#nav-tools > div#icp-nav-flyout > button.nav-flyout-button |
Expand Account and Lists div.nav-right > div#nav-tools > div#nav-link-accountList > button.nav-flyout-button |
Gift Cards & Top Up Details ul.nav-ul > li.nav-li > div#nav_link_gift_cards > 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 |
|---|
Grocery 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 |
Electronics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Books div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Skin care div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Makeup div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fragrances div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hair care div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tech div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Self care 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 |
Fashion 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 |
Gardening div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Outdoor cooking div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Decor & Lighting div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Appliances div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kitchen 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 |
Storage div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Electrical accessories div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Paint div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Plumbing div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Security div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Spring favourites
Spring favourites div#CardInstance_urlxzEv3DKczOSv_tchZg > div.a-cardui-body > div.a-section > a.a-link-normal |
Fashion
Fashion div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Picnic
Picnic div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div.a-section > div.a-section > a.a-link-normal |
Building sets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Action figures div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Dollhouses div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Stuffed animals div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Men's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's jewellery div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bags & Suitcases 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 |
Computer components div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tablets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
All Electronics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Projectors div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Set-Top boxes div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Subwoofers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Wall mount div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Matcha & Tea div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Stationery div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Home & Gardening div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Futon & Mattress div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Weed killers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sheds div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hot tubs div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Gazebos div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Office div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Photography 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 |
System utilities div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Mobiles div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Item finders div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Car GPS div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Headphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
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.co.uk/ line 3563, 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