Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
Missing signals may be hurting your search visibility.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
152 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/31283fbc-73e8-4999-b815-7b563c37fc8f)<a href="https://beavercheck.com/results/31283fbc-73e8-4999-b815-7b563c37fc8f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmercadolivre.com.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmercadolivre.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 5.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.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 5.0s to load
+12% bounceUsers abandon at ~3s — you're 2.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 852ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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 1,080 investment → BRL 3,514/month returns + BRL 50,000,000 risk avoided
BRL 1,080
6h · 5 findings
BRL 3,514 /mo
~BRL 42,165 / year
BRL 50,000,000
if kept compliant
BRL 180 — 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.
6.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,670 / month at risk
~BRL 50,000,034 / year if left unfixed
BRL 50,000,000
+1 more
BRL 2.85 /mo
6942.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.
4.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
852 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.61 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.
8.40 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /frontend-assets/ml-web-navigation/ui-navigation/7.24.0/m... | 185 ms |
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 | |
|---|---|---|---|
Ofertas do Big Brother Brasil. Até R$ 6 milhões em cupons. Consulte termos e co… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-1 > img | http2.mlstatic.com/D_NQ_882567-MLA109420254644_042026-F.webp | 46.5 KiB | 32.2 KiB |
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 |
|---|---|
| mercadolivre.com.br/ | 867 ms |
| www.mercadolivre.com.br/ | 1.1 s |
| mercadolivre.com.br/ | 8.0 ms |
| www.mercadolivre.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.
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 |
|---|---|---|
| http2.mlstatic.com/frontend-assets/homes-palpatine/home.mobile.0debb93d.css | 32.5 KiB | 29.7 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/polycard-web-lib.12496df4.css | 10.5 KiB | 10.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.6 s | 120 ms | 0.0 ms |
| www.mercadolivre.com.br/ | 984 ms | 208 ms | 128 ms |
| http2.mlstatic.com/frontend-assets/frontend-viewability/omweb-v3.js | 695 ms | 588 ms | 76 ms |
| /frontend-assets/frontend-viewability/viewability-script.... | 508 ms | 441 ms | 5.5 ms |
| http2.mlstatic.com/frontend-assets/web-monitoring/1.5.3/src.min.js | 221 ms | 90 ms | 1.5 ms |
| http2.mlstatic.com/frontend-assets/homes-palpatine/home.mobile.4c6b45dc.js | 131 ms | 89 ms | 41 ms |
| http2.mlstatic.com/storage/melidata-js-sdk/js/3/0.7.6/melidata.min.js | 94 ms | 69 ms | 4.9 ms |
| http2.mlstatic.com/frontend-assets/frontend-viewability/measurement-script.js | 88 ms | 76 ms | 8.7 ms |
| /frontend-assets/cookies-consent-banner-builder/1.0.0-bet... | 82 ms | 61 ms | 17 ms |
| http2.mlstatic.com/frontend-assets/web-monitoring/1.5.3/metrics.min.js | 79 ms | 66 ms | 0.9 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 1.7 s |
| Style & Layout | 450 ms |
| Script Parsing & Compilation | 442 ms |
| Parse HTML & CSS | 203 ms |
| Rendering | 126 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away. | Pending browser support |
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 |
|---|---|---|
| http2.mlstatic.com/frontend-assets/homes-palpatine/home.mobile.4c6b45dc.js | 100.9 KiB | 78.1 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/6534.b8731a3e.js | 56.0 KiB | 56.0 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/5351.393233e2.js | 49.9 KiB | 49.8 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/133.9b8c14e3.js | 48.3 KiB | 48.3 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/5461.b95b6fed.js | 36.1 KiB | 36.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image div#_R_3cj6e_ > ul.andes-carousel-free__list > li.andes-carousel-free__slide > img.loyalty-widget-v2__item--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
Carros, Motos e Outros div.category-wrapper > div#_R_aoj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_car-fron... |
Acessórios para Veículos div.category-wrapper > div#_R_ioj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_steering... |
Casa, Móveis e Decoração div.category-wrapper > div#_R_qoj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_armchair... |
Celulares e Telefones div.category-wrapper > div#_R_12oj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_mobile-b... |
Informática div.category-wrapper > div#_R_1ioj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_tv-2-cat... |
Eletrodomésticos div.category-wrapper > div#_R_1qoj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_oven-cat... |
Esportes e Fitness div.category-wrapper > div#_R_22oj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_ball-soc... |
Imóveis div.category-wrapper > div#_R_2aoj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_building... |
Calçados, Roupas e Bolsas div.category-wrapper > div#_R_1aoj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_style_su... |
Mercado Pago div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Ofertas div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Mercado Play div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Veículos div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Mercado div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Internacional div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_c... |
Celulares div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Lar div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Computação div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Televisores div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Mais vendidos div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Imóveis div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Afiliados div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_u... |
Ver mais div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
LOJAS OFICIAIS div > div#_R_98j6e_ > div.main > img.ui-homes-icon | /frontend-assets/homes-palpatine/dynamic-access-mobile/st... |
MENOS DE R$100 div > div#_R_58j6e_ > div.main > img.ui-homes-icon | /frontend-assets/homes-palpatine/dynamic-access-mobile/ml... |
COMPRA
GARANTIDA div > div#_R_78j6e_ > div.main > img.ui-homes-icon | /frontend-assets/homes-palpatine/dynamic-access-mobile/bu... |
CATEGORIAS div > div#_R_b8j6e_ > div.main > img.ui-homes-icon | /frontend-assets/homes-palpatine/dynamic-access-mobile/ca... |
https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/meliplus/v… div > div > section.loyalty-widget-v2 > img.loyalty-widget-v2__pill | /resources/frontend/statics/loyal/partners/meliplus/vdp/p... |
div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/payment.svg |
div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/protected.svg |
div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container div.andes-carousel-snapped__slide > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/shipping.svg |
Moda div.quick-access-item__content > div.andes-thumbnail-container > div.andes-thumbnail > img.quick-access-item__image | /storage/homes-korriban/assets/images/quick_access/home_r... |
Insira sua localização div > div#_R_38j6e_ > div.main > img.ui-homes-icon | /frontend-assets/homes-palpatine/dynamic-access-mobile/lo... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Abrir app do Mercado Livre body > section.download-app-banner-container > div.download-app-bottom-banner-wrapper > a#download-app-bottom-banner-download |
Agora não body > section.download-app-banner-container > div.download-app-bottom-banner-wrapper > button#download-app-bottom-banner-close |
Frete grátis section.news-row > div#_R_4j6e_ > p.font-color--BLACK > span.font-color--GREEN |
GRÁTIS div.quick-access-item__content > div.andes-thumbnail-container > div#_R_176j6e_-thumbnail-badge > p.andes-badge__content |
Informar localização li.andes-carousel-free__slide > div > div#_R_38j6e_ > a.action |
MENOS DE R$100 div > div#_R_58j6e_ > div.main > p.title |
Mostrar produtos li.andes-carousel-free__slide > div > div#_R_58j6e_ > a.action |
COMPRA GARANTIDA div > div#_R_78j6e_ > div.main > p.title |
Como funciona li.andes-carousel-free__slide > div > div#_R_78j6e_ > a.action |
Entrar div.home-registration-buttons > div.home-registration-register > p > a |
Conferir mais div > section.collections > div.row > a.section-button |
NOVO a.partners-subscriptions-mobile__thumbs__card > div.partners-subscriptions-mobile__thumbs__card-container > div#_R_4umj6e_ > p.andes-badge__content |
Mostrar mais categorias div > div > section.categories-new-design > p.section-button |
Como pagar com Mercado Pago div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > div.info-slide > a |
Entre footer.nav-footer > div.nav-footer-user-info > p.nav-footer-user > a.nav-footer-login |
Crie a sua conta footer.nav-footer > div.nav-footer-user-info > p.nav-footer-user > a.nav-footer-registration |
© 1999-2026 Ebazar.com.br LTDA. div.nav-footer-user-info > div.nav-footer-info-wrapper > div.nav-footer-primaryinfo > small.nav-footer-copyright |
CNPJ n.º 03.007.331/0001-41 / Av. das Nações Unidas, nº 3.003, Bonfim, Osasco/S… footer.nav-footer > div.nav-footer-user-info > div.nav-footer-info-wrapper > p.nav-footer-secondaryinfo |
Central de privacidade. div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__message-container > p.cookie-consent-banner-opt-out__message > a.cookie-consent-banner-opt-out__more-info |
Aceitar cookies div.cookie-consent-banner-opt-out > div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__actions > button.cookie-consent-banner-opt-out__action |
Configurar cookies div.cookie-consent-banner-opt-out > div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__actions > button.cookie-consent-banner-opt-out__action |
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 |
|---|
Entrar div.home-registration-buttons > div.home-registration-register > p > 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 |
|---|
Apple Watch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ar Condicionado div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ar Condicionado Inverter div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Bicicletas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Cafeteira div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Carros Novos div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Computador div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Fogao 4 Boca div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Fone De Ouvido Bluetooth div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Freezer Vertical div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Geladeira Frost Free div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Guarda Roupa Solteiro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ipad div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 8 Plus div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 11 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 13 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 13 Pro Max div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 Pro Max div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 15 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 Plus div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Jbl div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Microondas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Monitor div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Motorola div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Nintendo Switch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Notebook div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Notebook Dell div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Painel Para Tv div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Penteadeira div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Poco X5 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ps4 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ps5 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Redmi Note 12 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
S22 Ultra div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Samsung A54 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Samsung S23 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Smartwatch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Tenis Masculino div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Tennis Feminino div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Tv 32 Polegadas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Tv 50 4k div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Tv 50 Polegadas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ventilador div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Xbox div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Xdj div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Blog nav.nav-footer-navigation > ul.nav-footer-navigation__menu > li.nav-footer-navigation__item > a.nav-footer-navigation__link |
Afiliados nav.nav-footer-navigation > ul.nav-footer-navigation__menu > li.nav-footer-navigation__item > a.nav-footer-navigation__link |
Tendências nav.nav-footer-navigation > ul.nav-footer-navigation__menu > li.nav-footer-navigation__item > a.nav-footer-navigation__link |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| home?d2id=6ae86717-a4f7-46cf-a43b-4f65056d6e80 | Allowed |
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.
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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.65 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.73 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /frontend-assets/ml-web-navigation/ui-navigation/7.24.0/m... | 50 ms |
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.
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 | |
|---|---|---|---|
Meli+ Mega. Netflix. disney plus, HBOMax e Apple tv. Por apenas R$ 74,90 por mê… div.nav-bounds > div.nav-area > a.exhibitor__picture > img | http2.mlstatic.com/D_NQ_965966-MLA110467212691_042026-OO.webp | 1.1 MiB | 1.1 MiB |
Jogos Vorazes: A Esperança - Parte 1 div.video-wrapper-trailer > div.video-player-wrapper > div.video-link > img.thumbnail | http2.mlstatic.com/D_NQ_2X_717596-MLA108804983314_032026-OO.webp | 321.7 KiB | 294.3 KiB |
Premiere div.andes-carousel-snapped__slide > div.partners-subscriptions__slide > a.partners-subscriptions__slide-link > img.partners-subscriptions__slide-background | /resources/frontend/statics/loyal/partners/premiere/widge... | 141.9 KiB | 125.6 KiB |
Plano Padrão com anúncios div.andes-carousel-snapped__slide > div.partners-subscriptions__slide > a.partners-subscriptions__slide-link > img.partners-subscriptions__slide-background | /resources/frontend/statics/loyal/partners/nivel-6/widget... | 111.7 KiB | 95.4 KiB |
HBO Max div.andes-carousel-snapped__slide > div.partners-subscriptions__slide > a.partners-subscriptions__slide-link > img.partners-subscriptions__slide-background | /resources/frontend/statics/loyal/partners/hbo/widgetMult... | 37.3 KiB | 28.1 KiB |
Smart Tv Philco 50 P50vik 4k Uhd Led Roku Dolby Audio Wi-fi Hdr10 110/220v div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_753324-MLA108743670040_032026-V.webp | 29.4 KiB | 24.3 KiB |
Kit 6 Pares Meias Lupo Cano Médio Esportivas Academia div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | /D_Q_NP_2X_769690-MLB75370639571_032024-AB-kit-6-pares-me... | 18.3 KiB | 15.3 KiB |
Bicicleta Spinning Com Roda De Inércia De 13kg Wct Fitness Cor Preto Preto/amar… div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_874975-MLA103430021763_012026-AB.webp | 16.7 KiB | 13.9 KiB |
SAÚDE EM FOCO, ENVIO MAIS RÁPIDO DO BRASIL, ATÉ 50% OFF, Válido até 30.04.2026.… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-6 > img | http2.mlstatic.com/D_NQ_692582-MLA110176763373_042026-OO.webp | 48.1 KiB | 13.1 KiB |
Smart Tv 32 Philco Roku Tv Dolby Áudio Hdr10 P32crb div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_636675-MLA107807100101_022026-AB.webp | 15.1 KiB | 12.6 KiB |
Jogos Vorazes: A Esperança - Parte 1 div.video-banner-container > div.banner-row > img.background-img | http2.mlstatic.com/D_NQ_2X_829617-MLU74642844308_022024-OO.webp | 20.1 KiB | 12.3 KiB |
Creatina Monohidratada 250g Growth Supplements - Sem Sabor Em Pó div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_662415-MLA97812910758_112025-AB.webp | 13.0 KiB | 10.9 KiB |
Liquidificador Turbo Power Mondial 550w - L-99 Fb Preto 127v div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_619525-MLA99455849002_112025-AB.webp | 12.1 KiB | 10.1 KiB |
Celular Samsung Galaxy A17 5g Com Ia, 128gb, 4gb Ram, Câm De 50mp, Tela De 6.7 … div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_865110-MLA91946343251_092025-AB.webp | 11.6 KiB | 9.7 KiB |
Ofertas do Big Brother Brasil. Até R$ 6 milhões em cupons. Consulte termos e co… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-1 > img | http2.mlstatic.com/D_NQ_612185-MLA110285317443_042026-OO.webp | 33.9 KiB | 9.2 KiB |
Celular Samsung Galaxy A56 5g 256gb 8gb Ram Cinza div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_927393-MLA100014745899_122025-AB.webp | 9.5 KiB | 8.0 KiB |
Kit 3 Camisetas Térmicas Masculina Segunda Pele Camisa Uv50- div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | /D_Q_NP_2X_972766-MLB109277690414_042026-AB-kit-3-camiset... | 9.2 KiB | 7.7 KiB |
Rendimento de 120% do CDI em Cofrinhos section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... | 12.3 KiB | 7.5 KiB |
Celular Samsung Galaxy A07 128gb, 4gb, Câmera 50mp, Tela 6.7 , Proteção Ip54, P… div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_765861-MLA95532186080_102025-AB.webp | 8.4 KiB | 7.0 KiB |
Frete grátis na sua primeira compra. Exclusivo no APP. Consulte os termos e con… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-0 > img | http2.mlstatic.com/D_NQ_615968-MLA108191289211_032026-OO.webp | 22.7 KiB | 6.2 KiB |
Carros, Motos e Outros div.category-column > div#_R_m6mqj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_car-fron... | 6.9 KiB | 6.0 KiB |
Headphone Bluetooth Redução De Ruído Do Anc Com Microfone F5 div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | /D_Q_NP_2X_828922-MLB91520533559_092025-AB-headphone-blue... | 7.1 KiB | 6.0 KiB |
Mercado Play div.col > div.banner-link > div.banner-logo-text > img.logo | /storage/homes-korriban/assets/images/touchpoint_trailer/... | 6.7 KiB | 5.9 KiB |
Calçados, Roupas e Bolsas div.category-column > div#_R_16amqj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_style_su... | 6.7 KiB | 5.8 KiB |
Imóveis div.category-column > div#_R_1memqj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_building... | 6.5 KiB | 5.6 KiB |
Frete grátis rápido em produtos a partir de 19 reais section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... | 10.0 KiB | 5.4 KiB |
Até 5% de cashback nas suas compras e pagamentos section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... | 9.8 KiB | 5.3 KiB |
As melhores plataformas de entretenimento section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... | 9.2 KiB | 5.0 KiB |
Informática div.category-column > div#_R_1mamqj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_tv-2-cat... | 5.6 KiB | 4.7 KiB |
Ferramentas div.category-column > div#_R_mimqj6e_ > div.andes-card__content > img | /storage/homes-korriban/assets/icons/xxhdpi/home_settings... | 5.5 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mercadolivre.com.br/ | 318 ms |
| www.mercadolivre.com.br/ | 490 ms |
| mercadolivre.com.br/ | 8.0 ms |
| www.mercadolivre.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 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 |
|---|---|---|
| http2.mlstatic.com/frontend-assets/homes-palpatine/home.desktop.a6ea48c4.css | 35.8 KiB | 32.6 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 |
|---|---|---|
| accounts.google.com/gsi/client | 95.3 KiB | 71.6 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/6534.b8731a3e.js | 56.0 KiB | 48.0 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/133.9b8c14e3.js | 48.3 KiB | 42.0 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.4 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/home.desktop.9e2b1273.js | 100.5 KiB | 34.9 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/5461.b95b6fed.js | 36.1 KiB | 32.8 KiB |
| http2.mlstatic.com/frontend-assets/homes-palpatine/5351.393233e2.js | 49.9 KiB | 32.6 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
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 | 992 ms |
| Other | 564 ms |
| Style & Layout | 199 ms |
| Script Parsing & Compilation | 140 ms |
| Parse HTML & CSS | 73 ms |
| Rendering | 67 ms |
| Garbage Collection | 12 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 | |
|---|---|
SAÚDE EM FOCO, ENVIO MAIS RÁPIDO DO BRASIL, ATÉ 50% OFF, Válido até 30.04.2026.… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-6 > img | http2.mlstatic.com/D_NQ_692582-MLA110176763373_042026-OO.webp |
Frete grátis na sua primeira compra. Exclusivo no APP. Consulte os termos e con… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-0 > img | http2.mlstatic.com/D_NQ_615968-MLA108191289211_032026-OO.webp |
Ofertas do Big Brother Brasil. Até R$ 6 milhões em cupons. Consulte termos e co… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-1 > img | http2.mlstatic.com/D_NQ_612185-MLA110285317443_042026-OO.webp |
Loja Oficial. Semana do Carro Novo. Encontre seu 0km aqui. Confira condições es… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-2 > img | http2.mlstatic.com/D_NQ_942762-MLA109516399766_042026-OO.webp |
SAÚDE EM FOCO, ENVIO MAIS RÁPIDO DO BRASIL, ATÉ 50% OFF, Válido até 30.04.2026.… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-6 > img | http2.mlstatic.com/D_NQ_692582-MLA110176763373_042026-OO.webp |
Frete grátis na sua primeira compra. Exclusivo no APP. Consulte os termos e con… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-0 > img | http2.mlstatic.com/D_NQ_615968-MLA108191289211_032026-OO.webp |
Smart Tv Philco 50 P50vik 4k Uhd Led Roku Dolby Audio Wi-fi Hdr10 110/220v div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__portada > img.poly-component__picture | http2.mlstatic.com/D_Q_NP_2X_753324-MLA108743670040_032026-V.webp |
Meli+ Mega. Netflix. disney plus, HBOMax e Apple tv. Por apenas R$ 74,90 por mê… div.nav-bounds > div.nav-area > a.exhibitor__picture > img | http2.mlstatic.com/D_NQ_965966-MLA110467212691_042026-OO.webp |
Frete grátis rápido em produtos a partir de 19 reais section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
As melhores plataformas de entretenimento section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
Até 5% de cashback nas suas compras e pagamentos section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
Rendimento de 120% do CDI em Cofrinhos section.loyalty-widget-v2 > section.loyalty-widget-v2__body > div.loyalty-widget-v2__benefit > img.loyalty-widget-v2__benefit--image | /resources/frontend/statics/loyal/partners/melimas/widget... |
https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/meliplus/v… section.loyalty-widget-v2 > section.loyalty-widget-v2__header > div.loyalty-widget-v2__header--left-section > img.loyalty-widget-v2__pill | /resources/frontend/statics/loyal/partners/meliplus/vdp/p... |
div.container > div.info-slide > div.img-container > img.img-container div.container > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/payment.svg |
div.container > div.info-slide > div.img-container > img.img-container div.container > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/protected.svg |
div.container > div.info-slide > div.img-container > img.img-container div.container > div.info-slide > div.img-container > img.img-container | http2.mlstatic.com/storage/homes-korriban/assets/images/ecosystem/shipping.svg |
Não perca nenhum lance! Até 40% OFF. Consulte os termos e condições. div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-3 > img | |
RENOVE SUA CASA, ATÉ 21X SEM JUROS COM CARTÃO MERCADO PAGO, ATÉ 60% OFF, *Cartã… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-4 > img | |
MUNDO AUTOMOTIVO, GANHE ATÉ 5% OFF COM PIX, ATÉ 40% OFF, Válido até 30.04.2026.… div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide > a.exhibitor-carousel-item-5 > img |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
7 DIAS GRÁTIS
15% OFF
Universal+ div.andes-carousel-snapped__controls-wrapper > div.andes-carousel-snapped > div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide |
NOVO
15% OFF
Globoplay Premium div.andes-carousel-snapped__controls-wrapper > div.andes-carousel-snapped > div.andes-carousel-snapped__wrapper > div.andes-carousel-snapped__slide |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Como funciona
Compra garantida div#_R_nl4j6e_ > div.dynamic-access-card-ecosistemic > div.dynamic-access-card-ecosistemic-footer > a.dynamic-access-card-ecosistemic__action |
46% OFF no Pix div.poly-card__content > div.poly-component__price > div.poly-price__current > span.poly-price__disc_label |
ou
R$
2.089
em 10x
R$
208
,
90
sem juros div.poly-card > div.poly-card__content > div.poly-component__price > span.poly-price__installments |
R$ span.poly-price__installments > span#_R_3lsmumd6j6e_ > span.andes-money-amount__currency > span.andes-money-amount__currency-symbol |
208 div.poly-component__price > span.poly-price__installments > span#_R_3lsmumd6j6e_ > span.andes-money-amount__fraction |
90 div.poly-component__price > span.poly-price__installments > span#_R_3lsmumd6j6e_ > span.andes-money-amount__cents |
Frete grátispor ser sua primeira compra div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__content > div.poly-component__shipping |
Mostrar todas as ofertas
Ofertas div.ui-recommendations-carousel-snapped__header > div.ui-recommendations-carousel-snapped__header-titles > div.ui-recommendations-subtitle > a.ui-recommendations-subtitle-link |
Frete grátispor ser sua primeira compra div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__content > div.poly-component__shipping |
Frete grátispor ser sua primeira compra div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__content > div.poly-component__shipping |
41% OFF no Pix div.poly-card__content > div.poly-component__price > div.poly-price__current > span.poly-price__disc_label |
ou
R$
1.099
em 10x
R$
109
,
90
sem juros div.poly-card > div.poly-card__content > div.poly-component__price > span.poly-price__installments |
R$ span.poly-price__installments > span#_R_1qubceme6j6e_ > span.andes-money-amount__currency > span.andes-money-amount__currency-symbol |
109 div.poly-component__price > span.poly-price__installments > span#_R_1qubceme6j6e_ > span.andes-money-amount__fraction |
90 div.poly-component__price > span.poly-price__installments > span#_R_1qubceme6j6e_ > span.andes-money-amount__cents |
Frete grátispor ser sua primeira compra div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__content > div.poly-component__shipping |
37% OFF no Pix div.poly-card__content > div.poly-component__price > div.poly-price__current > span.poly-price__disc_label |
ou
R$
172
,
90
em 5x
R$
34
,
58
sem juros div.poly-card > div.poly-card__content > div.poly-component__price > span.poly-price__installments |
R$ span.poly-price__installments > span#_R_3lqbcime6j6e_ > span.andes-money-amount__currency > span.andes-money-amount__currency-symbol |
34 div.poly-component__price > span.poly-price__installments > span#_R_3lqbcime6j6e_ > span.andes-money-amount__fraction |
58 div.poly-component__price > span.poly-price__installments > span#_R_3lqbcime6j6e_ > span.andes-money-amount__cents |
Cupom 15% OFF div.poly-card__content > div.poly-component__coupons > div.poly-coupons__wrapper > span.poly-coupons__pill |
Frete grátispor ser sua primeira compra div.andes-carousel-snapped__slide > div.poly-card > div.poly-card__content > div.poly-component__shipping |
GRÁTIS div.banner-link > div.banner-logo-text > div.text > span.pill |
NOVO div.partners-subscriptions__slide > a.partners-subscriptions__slide-link > div#_R_1blgj6e_ > p.andes-badge__content |
Mostrar todas as categorias div.row > div.wrapper > div.section-header > a |
Como pagar com Mercado Pago section.site-shopping-info > div.container > div.info-slide > a |
Como te protegemos section.site-shopping-info > div.container > div.info-slide > a |
Central de privacidade. div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__message-container > p.cookie-consent-banner-opt-out__message > a.cookie-consent-banner-opt-out__more-info |
Aceitar cookies div.cookie-consent-banner-opt-out > div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__actions > button.cookie-consent-banner-opt-out__action |
Configurar cookies div.cookie-consent-banner-opt-out > div.cookie-consent-banner-opt-out__container > div.cookie-consent-banner-opt-out__actions > button.cookie-consent-banner-opt-out__action |
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 |
|---|
Apple Watch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ar Condicionado div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ar Condicionado Inverter div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Bicicletas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Cafeteira div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Carros Novos div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Computador div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Fogao 4 Boca div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Fone De Ouvido Bluetooth div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Freezer Vertical div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Geladeira Frost Free div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Guarda Roupa Casal div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Guarda Roupa Solteiro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ipad div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 8 Plus div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 11 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 13 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 13 Pro Max div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 14 Pro Max div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 15 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 Plus div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Iphone 16 Pro Max div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Jbl div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Microondas div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Monitor div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Motorola div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Nintendo Switch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Notebook div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Notebook Dell div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Painel Para Tv div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Poco X5 Pro div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ps4 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Ps5 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Redmi Note 12 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
S22 Ultra div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Samsung A54 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Samsung S23 div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
Smartwatch div.nav-footer-seo__wrapper > ul.nav-footer-seo__menu > li.nav-footer-seo__item > a.nav-footer-seo__link |
A div.nav-footer-primaryinfo > ul.nav-footer-navigation__seo-list > li.nav-footer-navigation__glossary_item > a.nav-footer__link |
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 |
|---|
Jogos Vorazes: A Esperança - Parte 1 div.col > div.video-wrapper-trailer > div.video-player-wrapper > div.video-link |
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 |
|---|---|
Not signed in with the identity provider. |
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