Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
173 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2d169961-de36-465e-bbf9-d286eb9cce52)<a href="https://beavercheck.com/results/2d169961-de36-465e-bbf9-d286eb9cce52"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.com.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.com.brThis 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.0s 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.0s to load
+12% bounceUsers abandon at ~3s — you're 14.5s 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 268ms 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.
BRL 900 investment → BRL 4.19/month returns + BRL 50,000,000 risk avoided
BRL 900
5h · 5 findings
BRL 4.19 /mo
~BRL 50 / year
BRL 50,000,000
if kept compliant
BRL 270 — 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 R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,671 / month at risk
~BRL 50,000,050 / year if left unfixed
BRL 50,000,000
+1 more
BRL 4.19 /mo
10207.1 MB/mo × 0.410 BRL/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
13.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
268 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.18 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.65 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.
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 | |
|---|---|---|---|
Descontos no Pix. Até 30% off div#CardInstanceMFRiAxLy-rBi_wAkehxyBQ > div._single-creative-card_style_windowDisplayContainer__18uaW > a.a-link-normal > img._single-creative-card_style_image__kEmO2 | m.media-amazon.com/images/I/61n+l3qrlhL._SX855_.jpg | 127.2 KiB | 73.7 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31U1OIf7I4L._SR160,140_FMpng_.jpg | 41.3 KiB | 38.5 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31VRQNZceFL._SR160,140_FMpng_.jpg | 39.0 KiB | 36.2 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31xKnq3EglL._SR160,140_FMpng_.jpg | 38.1 KiB | 35.3 KiB |
The Last Rose of Shanghai: A Novel (English Edition) div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/91o25J4UjIS._AC_SX290_.jpg | 39.1 KiB | 35.1 KiB |
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 |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21H8TMDt-QL._SR160,140_FMpng_.jpg | 37.0 KiB | 34.2 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21T-tKiMP4L._SR160,140_FMpng_.jpg | 36.5 KiB | 33.8 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21AYiEbmM+L._SR160,140_FMpng_.jpg | 35.6 KiB | 32.8 KiB |
Percarbonato de Sódio 1kg 100% Puro Tira Manchas em Pó Sem Cloro, Biodegradável… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/61EJm3taFuL._AC_SX290_.jpg | 26.7 KiB | 22.7 KiB |
Frete GRÁTIS. Até 21x sem juros div.a-section > div > div.a-section > img._single-creative-card_style_logo__2ZQ-N | m.media-amazon.com/images/I/31Di4HYHT0L._SR639,78_FMpng_.png | 23.0 KiB | 18.6 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31ukLZnbTbL._SR80,70_FMpng_.jpg | 12.1 KiB | 11.2 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31vADp8OCeL._SR80,70_FMpng_.jpg | 12.1 KiB | 11.2 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21vfuazIOPL._SR80,70_FMpng_.jpg | 11.8 KiB | 10.9 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/31VRQNZceFL._SR80,70_FMpng_.jpg | 11.7 KiB | 10.8 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21C5UoFjO2L._SR80,70_FMpng_.jpg | 11.3 KiB | 10.4 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/217d19Qiv6L._SR80,70_FMpng_.jpg | 11.1 KiB | 10.2 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21t8aKqoqHL._SR80,70_FMpng_.jpg | 10.9 KiB | 10.0 KiB |
Bettdow SmartWatch, Relogio Smartwatch Feminino, 1.27" Ecrã tátil, à prova d'ág… div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/61sC9cAm1tL._AC_SX290_.jpg | 15.3 KiB | 9.9 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21Nk-7npx7L._SR80,70_FMpng_.jpg | 10.6 KiB | 9.7 KiB |
div.horizontal-child > a.a-color-base > div.a-image-container > img div.horizontal-child > a.a-color-base > div.a-image-container > img | m.media-amazon.com/images/I/21cQ1a1nK+L._SR80,70_FMpng_.jpg | 10.4 KiB | 9.5 KiB |
Shoulder Bag Lenna's Wish Bolsa Transversal Pequena L084 Café div.a-section > a.a-color-base > div.a-section > img | m.media-amazon.com/images/I/71XaTGoIkLL._AC_SX290_.jpg | 15.0 KiB | 8.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| amazon.com.br/ | 1.0 s |
| www.amazon.com.br/ | 1.1 s |
| www.amazon.com.br/ | 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.
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/br/widget.js | 50.8 KiB | 31.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /1c5c1ecf7303/89b6f4e1ba76/990d43eb0089/challenge.js | 501.5 KiB | 278.0 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 80.7 KiB | 54.8 KiB |
| /images/I/8167M2jOHZL._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 58.4 KiB | 35.4 KiB |
| /images/I/019AaNzy9HL._RC|01Ndir5aFXL.js,81lKcMPaPWL.js_.... | 44.5 KiB | 28.3 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.8 KiB |
| d1nruqhae353qc.cloudfront.net/primesignup/br/widget.js | 50.8 KiB | 22.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.amazon.com.br/ | 1.8 s | 569 ms | 116 ms |
| Unattributable | 1.6 s | 767 ms | 0.0 ms |
| m.media-amazon.com/images/I/01JaptkrgjL.js?xcp | 975 ms | 757 ms | 3.6 ms |
| /1c5c1ecf7303/89b6f4e1ba76/990d43eb0089/challenge.js | 763 ms | 573 ms | 113 ms |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 484 ms | 297 ms | 33 ms |
| /images/I/8167M2jOHZL._RC|31UBFcbo1CL.js,01wcltxKR5L.js,4... | 199 ms | 162 ms | 23 ms |
| m.media-amazon.com/images/I/517f0agMn-L.js?AUIClients/CardJsRuntimeBuzzCopyBuild | 170 ms | 153 ms | 5.4 ms |
| m.media-amazon.com/images/I/21NZdO3uFtL.js?AUIClients/GWMMetricsJS | 162 ms | 45 ms | 1.0 ms |
| m.media-amazon.com/images/I/01EaY7lhviL.js?xcp | 124 ms | 68 ms | 0.4 ms |
| m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery | 94 ms | 69 ms | 8.8 ms |
| /images/I/019AaNzy9HL._RC|01Ndir5aFXL.js,81lKcMPaPWL.js_.... | 93 ms | 62 ms | 30 ms |
| /images/I/51jC0T3AfxL._RC|4134jecY+uL.js_.js?AUIClients/N... | 91 ms | 58 ms | 7.4 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 | 3.7 s |
| Other | 1.3 s |
| Style & Layout | 629 ms |
| Rendering | 464 ms |
| Script Parsing & Compilation | 400 ms |
| Parse HTML & CSS | 253 ms |
| Garbage Collection | 91 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.1 KiB |
| ._interactive-footer-card_style_container__3GKmA{grid-gap:8px;display:grid;gap:8px; … } … | 22.3 KiB | 22.3 KiB |
| ._mini-icon-scrolling-card_style_headline__2TJAa{margin-left:12px;margin-top:12px} … | 22.1 KiB | 21.7 KiB |
| ._sign-in-v2_style_heading__1mnEu{font-size:20px} … | 18.6 KiB | 18.6 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.6 KiB |
| ._npack-asin-card_style_inlineErrorDetails__1NBx-{margin-right:-2px;vertical-align:text-top} … | 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 | |
|---|---|
Tênis 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/31-NibVyhjL._SR140,140_.jpg |
Sandálias 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/31VLZf4EIZL._SR140,140_.jpg |
Chinelos 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/41R48KolSsL._SR140,140_.jpg |
Ofertas 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/41mz2iQ2kJL._SR140,140_.jpg |
Tudo 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/41BQRRgeQML._SR140,140_.jpg |
Eletroportáteis 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/41QIS8A3KOL._SR140,140_.jpg |
Eletrodomésticos 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/410u-Hzt-vL._SR140,140_.jpg |
Panelas 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/41ZnbvHgXeL._SR140,140_.jpg |
Echo Pop 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/51IZX987V7L._SR140,140_.jpg |
Echo Dot branco 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/51ynMkvKsfL._SR140,140_.jpg |
Echo Spot 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/41Kh50UMz1L._SR140,140_.jpg |
Echo Show 5 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/41SV8T1-k6L._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 |
|---|
Pesquisar Amazon.com.br form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Frete GRÁTIS na sua 1a compra
Aproveite as ofertas
Descontos no Pix
Até 30% off… 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 |
Tênis
Tênis div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Sandálias
Sandálias div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Chinelos
Chinelos div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Ofertas
Ofertas div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Tudo
Tudo div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Eletroportáteis
Eletroportáteis div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Eletrodomésticos
Eletrodomésticos div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Panelas
Panelas div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Echo Pop
Echo Pop div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Echo Dot
Echo Dot div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Echo Spot
Echo Spot div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Echo Show 5
Echo Show 5 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) | |
|---|---|---|---|
Dispositivos Amazon 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/41OpEpTeyxL._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
eBooks Kindle 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/513V3L+wL-L._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
Livros 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/41X+wGydtzL._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
Eletrônicos 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/51owm5XXVkL._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
Casa e Cozinha 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/51KBKvt+PAL._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
Moda 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/41G58eZ5UtL._SR180,67_.jpg | 100 x 67 (1.49) | 180 x 67 (2.69) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | www.amazon.com.br/ line 1436, col 2048 |
| 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 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
images-na.ssl-images-amazon.com/images/I/31LYmZEs45L.js line 3, col 388 | Error logged with the Track&Report JS errors API(http://tiny/1covqr6l8/wamazindeClieUserJava): {"m":"Late loading module @m/mash","csm":"v5 ueLogError callee","logLevel":"WARN","attribution":"MIX","pageURL":"https://www.amazon.com.br/","s":[],"t":3480} [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-m-br > div#hmenu-container > div#hmenu-canvas > a#hmenu-back-to-top body.a-m-br > 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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 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.04 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.57 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.
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... | 69.9 KiB | 56 ms |
| m.media-amazon.com/images/I/413o2CUJ6GL.css?AUIClients/AmazonGatewayAuiAssets | 5.5 KiB | |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 34.9 KiB | 113 ms |
| /images/I/21skJF47J6L._RC|51Y8Xg9itbL.css_.css?AUIClients... | 7.4 KiB | 276 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.
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 | |
|---|---|---|---|
Teste grátis por 30 dias. Prime. div#CardInstancexZMvnFUP_yfzvCQJNVBIyA > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81H4osFMTYL._SX3000_.jpg | 420.1 KiB | 315.1 KiB |
Torça, colecione e celebre o futebol div#CardInstanceqbfKTVkwW0ZZ1eP5WDQtnQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/814WohHVpGL._SX3000_.jpg | 412.4 KiB | 309.3 KiB |
Prepare sua casa para os jogos div#CardInstanceNqPaPnXgr7YMIPDuoEGc_Q > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81UIOq7qZ1L._SX3000_.jpg | 412.4 KiB | 309.3 KiB |
Camisetas exclusivas e licenciadas FIFA div#CardInstance0cdTGufWdPgj0m1i1mntSg > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81lU7mW2ySL._SX3000_.jpg | 407.7 KiB | 305.8 KiB |
Echo Pop com Alexa Frete GRÁTIS Prime div.a-section > div.a-section > div.a-section > img._cropped-image-map_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61A73ngEbQL._SX3000_.jpg | 117.2 KiB | 87.9 KiB |
Semana Pix. Até 30% off no Pix div#CardInstance3Z7lgw9LQOSTemXEU-j7Fw > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61CUhTM2ByL._SX3000_.jpg | 104.3 KiB | 78.3 KiB |
Novo Álbum Luísa Sonza Brutal Paraíso div#CardInstanceMNlw18h7iV5kkEsd0lR_eQ > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/61-8LYmp1ZL._SX3000_.jpg | 98.7 KiB | 74.1 KiB |
Lâmina de Reposição Refil Compatível Barbeador Philips OneBlade QP220/51 QP210/… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/61BUHV7b2xL._AC_SR480,440_.jpg | 36.0 KiB | 28.6 KiB |
Kit Cronograma Capilar Be(m) dita Ghee 3 Produtos, Lola Cosmetics div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51+uHo2ZTyL._AC_SR480,440_.jpg | 35.3 KiB | 27.9 KiB |
Morte Súbita Máscara Super Hidratante 450g , Lola Cosmetics div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41NioiYkd7L._AC_SR480,440_.jpg | 25.9 KiB | 20.3 KiB |
Refil Hidratante Ameixa e Flor de Baunilha Todo Dia Natura 400ml div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/413vN3NJMOL._AC_SR480,440_.jpg | 22.7 KiB | 17.8 KiB |
Prime Video div#nav-swmslot > div#navSwmHoliday > a.nav-imageHref > img | /images/G/32/digital/video/merch/TV/THBY_S5_SWM_800x78_PO... | 18.3 KiB | 15.8 KiB |
Tsubaki - Premium Ex Damage Care & Repair Conditioner 300ml (Refil) div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41wnEfqhxKL._AC_SR480,440_.jpg | 18.7 KiB | 14.7 KiB |
Teclado Gamer Razer Cynosa Chroma V2 Membrane Switch, Preto li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61QvcxSzaUL._AC_SY200_.jpg | 18.9 KiB | 13.6 KiB |
NIVEA Sabonete Vegetal Nutrição Da Natureza Manteiga De Karité & Lima Da Pérsia… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41lq7-91TQL._AC_SR480,440_.jpg | 16.8 KiB | 13.2 KiB |
SIAGE REFIL MÁSCARA CAPILAR NUTRI ROSE 250g div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/411u6PD9ZJL._AC_SR480,440_.jpg | 16.4 KiB | 12.9 KiB |
L'Oréal Paris Elseve Bond Repair Máscara de Tratamento Intensivo, com Ácido Cít… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41VDhYkU6tL._AC_SR480,440_.jpg | 16.1 KiB | 12.7 KiB |
Hisense Smart TV UHD 4K QLED 55" Polegadas 55Q6QV com HDR10+, Dolby Atmos, Spor… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/81XyHvizHUL._AC_SY170_.jpg | 13.4 KiB | 11.6 KiB |
Granado Refil Shampoo Bebê, Tradicional, 250ml div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/417kZIuvW6L._AC_SR480,440_.jpg | 14.3 KiB | 11.2 KiB |
La Roche-posay Effaclar Gel Concentrado. Gel de Limpeza Facial. Limpa a Pele Pr… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/31hx2frRqbL._AC_SR480,440_.jpg | 12.4 KiB | 9.7 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/OnSite/cupom_brinquedos.... | 13.6 KiB | 9.7 KiB |
Widi Care Creme de Pentear Encaracolando a Juba 500ml div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/41PjN9JkYXL._AC_SR480,440_.jpg | 11.9 KiB | 9.3 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/Homepage/wc26-cupom-fute... | 13.1 KiB | 9.2 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/Homepage/wc26-cupom-elet... | 13.0 KiB | 9.2 KiB |
Chaleira de Vidro Borossilicato com Infusor e Tampa em Inox, 900ml, Vai no Fogã… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/31CYISCRhQL._AC_SR480,440_.jpg | 11.6 KiB | 9.1 KiB |
Manta Para Sofá Marrocos Liso 150x210-100% Algodão - Dohler div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/51rXeCmLbuL._AC_SY145_.jpg | 10.2 KiB | 9.0 KiB |
Pegador de Alimentos em Silicone e Inox com Apoio Integrado Resistente ao Calor… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/31WIVJ7Og8L._AC_SR480,440_.jpg | 11.3 KiB | 8.9 KiB |
PlayStation®5 Slim Digital 825GB – Pacote ASTRO BOT e Gran Turismo 7 div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/71WCygaQDAL._AC_SY170_.jpg | 11.3 KiB | 8.8 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/OnSite/cupom-r10._CB7813... | 12.3 KiB | 8.7 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/19313_mostlov... | 11.8 KiB | 8.3 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/Homepage/wc26-cupom-bebi... | 11.8 KiB | 8.3 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/19313_mostlov... | 11.3 KiB | 8.0 KiB |
Futebol li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble-desk-low-f... | 14.5 KiB | 8.0 KiB |
Livros li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/low_livros._CB784... | 14.4 KiB | 7.9 KiB |
div#c3cd478a-88c8-4594-b931-0bbf1fafee9f > div.a-section > a.a-link-normal > span.gw-icon div#c3cd478a-88c8-4594-b931-0bbf1fafee9f > 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 |
Furadeira e Parafusadeira de Impacto Sem Fio com LED 2 Baterias Recarregáveis B… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61FT94WfQeL._AC_SY145_.jpg | 9.7 KiB | 7.7 KiB |
CeraVe Loção Facial Hidratante Oil Control para Pele Mista a Oleosa, Com 3 Cera… div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/31au88WfSSL._AC_SR480,440_.jpg | 9.5 KiB | 7.5 KiB |
Kit Cronograma Capilar Be(m) dita Ghee 3 Produtos, Lola Cosmetics div.a-cardui > a.a-link-normal > div.dcl-product-image-container > img.a-dynamic-image | m.media-amazon.com/images/I/51+uHo2ZTyL._AC_SR240,220_.jpg | 14.8 KiB | 7.5 KiB |
TCL, Smart TV, 32 Polegadas, HD QLED, WiFi, Bluetooth, Google TV, 2 HDMI, HDR10… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/61jW+tFc5DL._AC_SY170_.jpg | 9.4 KiB | 6.7 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/19313_mostlov... | 9.2 KiB | 6.5 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/20797_Mostlov... | 9.2 KiB | 6.5 KiB |
Jogo de Lençol Solteiro com Elástico 2 Peças Micropercal 400 Fios com Fronha Po… div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/71FoXmNiMEL._AC_SY145_.jpg | 7.8 KiB | 6.1 KiB |
TVs li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/tv_low._CB7841112... | 12.5 KiB | 6.0 KiB |
Moda li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/low_moda._CB78413... | 12.5 KiB | 6.0 KiB |
Todas as ofertas li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble-desk-ofert... | 12.4 KiB | 5.9 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/br-events/2026/Copa/Homepage/wc26-cupom-term... | 8.3 KiB | 5.9 KiB |
Filme Instax Mini com 20 Fotos, Fujifilm div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/719ntwVGG6L._AC_SY170_.jpg | 8.3 KiB | 5.7 KiB |
Tudo pra torcer li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble_desk_torce... | 12.1 KiB | 5.6 KiB |
Ofertas em Moda Íntima a.a-link-normal > div.a-section > div.a-section > img._Zmx1a_fluidLandscapeImage_2euAK | /images/G/32/SHOPEX/RBS_BR_2026/EVERGREENQ2_26/LOW_379x30... | 24.0 KiB | 5.2 KiB |
Vanish Tira Manchas Em Pó, Multi Power Oxi Action, para Roupas Coloridas Refil … div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/71oeDuf8dTL._AC_SY145_.jpg | 7.0 KiB | 5.1 KiB |
Echo Dot (Geração mais recente) | Smart speaker com Alexa, som vibrante e poten… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71xoR4A6q-L._AC_SY200_.jpg | 11.5 KiB | 4.9 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/19313_mostlov... | 6.8 KiB | 4.9 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2026/N2A/VisualNav_N2A_All_540x432._... | 6.8 KiB | 4.8 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2026/N2A/VisualNav_N2A_Kitchen_540x4... | 6.8 KiB | 4.8 KiB |
PlayStation DualSense Controle sem fio – Branco div.a-section > a.a-spacing-none > div.a-image-container > img | m.media-amazon.com/images/I/51PmeLGEkML._AC_SY170_.jpg | 6.7 KiB | 4.7 KiB |
Eletrônicos li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/Homepage/bubble_som_low.... | 11.1 KiB | 4.6 KiB |
Pilha Alcalina, Elgin, Palito AAA, Blister com 4 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71faB-DYcoL._AC_SY200_.jpg | 8.7 KiB | 4.5 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2026/N2A/VisualNav_N2A_Electronics_5... | 6.4 KiB | 4.5 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2025/CustomerMostLoved/19313_mostlov... | 6.1 KiB | 4.3 KiB |
Pilha recarregável AAA 1000mAh Elgin com 4 unidades Palito li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71SnHLZ+XjL._AC_SY200_.jpg | 8.4 KiB | 4.3 KiB |
Duracell Pilhas Alcalinas AA Pequena Pack 8 Unidades – Dura até 10x Mais – Idea… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71NJO9QLn0L._AC_SY200_.jpg | 9.9 KiB | 4.1 KiB |
div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image div.a-cardui > a.a-color-base > div.a-cardui-body > img.a-dynamic-image | /images/G/32/Cohorts/2026/N2A/VisualNav_N2A_Home2_540x432... | 5.8 KiB | 4.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| amazon.com.br/ | 494 ms |
| www.amazon.com.br/ | 283 ms |
| www.amazon.com.br/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /1c5c1ecf7303/89b6f4e1ba76/990d43eb0089/challenge.js | 501.4 KiB | 277.9 KiB |
| /images/I/51jC0T3AfxL._RC|71wqVw+NAwL.js,41TUyOve3nL.js,0... | 121.2 KiB | 78.0 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 43.1 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.7 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: //////////////////////////////////////… | 41.7 KiB | 17.6 KiB |
| /images/I/11sflnhgXuL._RC|61xgboVfIXL.js_.js?AUIClients/A... | 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... | 102.8 KiB | 94.1 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,41ixaNR85ML.css... | 50.8 KiB | 48.2 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.
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 | 784 ms |
| Style & Layout | 406 ms |
| Rendering | 234 ms |
| Script Parsing & Compilation | 87 ms |
| Parse HTML & CSS | 74 ms |
| Garbage Collection | 24 ms |
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 | |
|---|---|
Teclado Gamer Razer Cynosa Chroma V2 Membrane Switch, Preto li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61QvcxSzaUL._AC_SY200_.jpg |
Teclado Mecânico Gamer Redragon Kumara RGB Switch Outemu Brown ABNT2 - K552RGB-… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51i08RGoXZL._AC_SY200_.jpg |
Prime Video div#nav-swmslot > div#navSwmHoliday > a.nav-imageHref > img | /images/G/32/digital/video/merch/TV/THBY_S5_SWM_800x78_PO... |
NEEWER Difusor refletor de luz 5 em 1 de 110 centímetros, multidisco dobrável c… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61zzFMdNi3S._AC_SY200_.jpg |
Epson EcoTank L3250 - Multifuncional, Tanque de Tinta Colorida, Wi-Fi Direct, U… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/818P+qYvSHS._AC_SY200_.jpg |
Tablet Samsung Galaxy TAB A11+, 128GB, 6GB RAM, 5G li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/610qx-uxXhL._AC_SY200_.jpg |
Monitor Gamer LG UltraGear 24” 24GS60F-B IPS Full HD 180Hz 1ms (GtG) NVIDIA® G-… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61aIuJu0M0L._AC_SY200_.jpg |
Memory Card Para Ps2 com Opl Atualizado (8Mb) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/416P-6QWhKL._AC_SY200_.jpg |
Monitor de Áudio 42W RMS R1100 Bivolt EDIFIER - Preto li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61uBf-yJPXL._AC_SY200_.jpg |
Adaptador de energia li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/31IGbz8xc9L._AC_SY200_.jpg |
Fone de Ouvido Sem Fio, HUAWEI FreeBuds SE 4 ANC, 50h Tocando Música, Cancelame… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/613ism+LXiL._AC_SY200_.jpg |
Notebook Dell Inspiron I15-I1300-A30P 15.6" Full HD 13ª Gen Intel Core i5 8GB 5… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51LAU1+ACrL._AC_SY200_.jpg |
Película Proteção Teclado Compatível com 2026 MacBook Neo e 2026~2022 MacBook A… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/618iQ94cbIL._AC_SY200_.jpg |
Pel�cula De Vidro Temperado Para Samsung Galaxy A54 5g Tela de 6.5 Filme 3d Ful… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51O6f4DGnBL._AC_SY200_.jpg |
Mouse Pad Gamer Deskpad Speed Extra Grande Profissional com Borda Costurada 80x… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71FqTTzoBjL._AC_SY200_.jpg |
Tablet Infantil LCD Lousa Mágica Escrita Colorida Para Desenho e Estudo Educati… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51aC5BTUePL._AC_SY200_.jpg |
Mini Projetor Portátil 5G Wi-Fi 6 Bluetooth 5.0 Android 11 4K 1080P Full HD 800… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/519TeoR49WL._AC_SY200_.jpg |
Cabo carregador AWINNER compatível com Garmin Fenix 6 6S 6X Pro Sapphire, Fenix… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41A9TjnybHL._AC_SY200_.jpg |
Echo Dot (Geração mais recente) | Smart speaker com Alexa, som vibrante e poten… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71xoR4A6q-L._AC_SY200_.jpg |
UGREEN Cabo HDMI DVI 1080p Full HD HDMI macho para DVI macho adaptador bidireci… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51uNIP4t84L._AC_SY200_.jpg |
Hub USB 3.0 Extensor Adaptador 7 em 2 - USB 3.0, USB 2.0, USB-C, PD 100W - Comp… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71lpXOO6IQL._AC_SY200_.jpg |
Gabinete Gamer Lian Li O11 Dynamic Mini V2 Preto Sem Fans O11DMIV2X li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71TNPDtnOWL._AC_SY200_.jpg |
Tudo pra torcer li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble_desk_torce... |
Todas as ofertas li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble-desk-ofert... |
TVs li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/tv_low._CB7841112... |
Futebol li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/bubble-desk-low-f... |
Moda li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/32/br-events/2026/Copa/OnSite/low_moda._CB78413... |
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 |
|---|
Pesquisar Amazon.com.br 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 |
|---|
Conheça-nos div.navFooterVerticalColumn > div.navFooterVerticalRow > div.navFooterLinkCol > div.navFooterColHead |
These are opportunities to improve keyboard navigation in your application.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fale conosco div.navFooterLine > ul > li.nav_first > a.nav_a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Expandir conta e listas div.nav-right > div#nav-tools > div#nav-link-accountList > button.nav-flyout-button |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Todos div#navbar > div#nav-main > div.nav-left > a#nav-hamburger-menu |
Maquiagem Premium div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Skincare Premium div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fragrâncias Premium div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Cabelo Profissional div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lançamentos div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Livros em Oferta div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Mais Vendidos div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Recomendados para você div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Pop div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Dot div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Spot div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fire TV Stick HD div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Dot div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fire TV Stick HD div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Show 5 div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Echo Spot div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | www.amazon.com.br/ line 3512, 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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /b?node=216314238011&pd_rd_w=ljfaA&content-id=amzn1.sym.c... | Veja mais |
| /b?node=206404324011&pd_rd_w=BG5SB&content-id=amzn1.sym.6... | Veja mais |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback