Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 18.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.7 MB (7.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
296 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/5a566e7a-7ef3-4f3b-aac2-955525539862)<a href="https://beavercheck.com/results/5a566e7a-7ef3-4f3b-aac2-955525539862"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmercari.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmercari.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 18.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 18.3s to load
+12% bounceUsers abandon at ~3s — you're 15.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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.
$550 investment → $1.94/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$1.94 /mo
~$23 / year
USD 150,000
if kept compliant
$150 — 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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,502 / month at risk
~$150,023 / year if left unfixed
$150,000
$1.94 /mo
24242.1 MB/mo × 0.080 USD/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.
2.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.57 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.139
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.69 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.
39.94 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
div.bz-sctn > div#i6jwb > div#ijviu > img#iq5gr div.bz-sctn > div#i6jwb > div#ijviu > img#iq5gr | /appboy/communication/assets/image_assets/images/69dd83e2... | 1.6 MiB | 1.6 MiB |
athleticapparel div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/athleticapparel.png | 139.9 KiB | 123.4 KiB |
tradingcards div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/tradingcards.png | 135.0 KiB | 108.5 KiB |
women div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/women.png | 109.3 KiB | 92.6 KiB |
kids div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/kids.png | 105.7 KiB | 89.6 KiB |
sneakers div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/sneakers.png | 98.8 KiB | 87.1 KiB |
figurines div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/figurines.png | 102.4 KiB | 82.3 KiB |
gaming div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/gaming.png | 72.1 KiB | 57.9 KiB |
men div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/men.png | 59.3 KiB | 50.3 KiB |
home div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/home.png | 53.5 KiB | 45.3 KiB |
downloadtheapp div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/downloadtheapp.png | 51.2 KiB | 33.3 KiB |
toys div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/toys.png | 35.0 KiB | 20.7 KiB |
beauty div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/beauty.png | 32.3 KiB | 19.1 KiB |
handbags div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/handbags.png | 27.6 KiB | 16.3 KiB |
Retro 4 “Thunder” Black and Yellow US size 10.5 - Air Jordan div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m32250349483_1.jpg?width=256&quality=75&_=1776896846 | 19.5 KiB | 8.8 KiB |
electronics div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/electronics.png | 13.8 KiB | 8.2 KiB |
Women’s Lace-Up Wedges - TOMS div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m94542569987_1.jpg?width=256&quality=75&_=1775046903 | 18.7 KiB | 8.1 KiB |
Chicago Blackhawks Chris Chelios Retirement Banner, scarf, bucket and winter hat div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m40513111824_1.jpg?width=256&quality=75&_=1769776532 | 17.3 KiB | 6.7 KiB |
Just Dance Kids 2 ( Xbox 360, 2011) Game, Case, and Instruction Manual - Micros… div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m67787930342_1.jpg?width=256&quality=75&_=1775038868 | 15.7 KiB | 5.0 KiB |
Dale Jarrett Figure NASCAR Stock Race Car 1998 Champion Christmas Ornament div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m47098709986_1.jpg?width=256&quality=75&_=1775048803 | 10.8 KiB | 4.7 KiB |
Leinenkugels Beer Visor Red Embroidered Logo Adjustable Golf Brewery Casual div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m76025693463_1.jpg?width=256&quality=75&_=1775049483 | 15.1 KiB | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| u-web-assets.mercdn.net/assets/styles/dist/styles.min.css | 2.7 KiB | 154 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| mercari.com/ | 757 ms |
| www.mercari.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
women div.AnonCards__CardContainer-sc-1b3efe2a-0 > div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > div.FitToContainer__FitToContainerInner-sc-daf9ec2e-0 | 0.139 |
Live now: Flash Sale Event! ⚡
Enter code APRFLASH10 by 04/24/26 11:59 pm PDT to… body > div#iqxm > div#i0r7 > div#iom3 | 0.005 |
Do not sell or share my personal info div#consent_blackbar > div#truste-consent-track > div#truste-consent-content > div.donotsell | 0.000 |
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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 18.2 s |
| Other | 5.6 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 1.3 s |
| Garbage Collection | 791 ms |
| Rendering | 418 ms |
| Parse HTML & CSS | 112 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 |
|---|---|
| The page has an unload handler in the main frame. | 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.
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 | |
|---|---|
athleticapparel div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/athleticapparel.png |
sneakers div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/sneakers.png |
women div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/women.png |
men div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/men.png |
kids div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/kids.png |
home div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/home.png |
figurines div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/figurines.png |
tradingcards div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/tradingcards.png |
gaming div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/gaming.png |
downloadtheapp div.Container-sc-beaovl > div.Container-sc-beaovl > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/downloadtheapp.png |
electronics div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/electronics.png |
toys div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/toys.png |
beauty div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/beauty.png |
handbags div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/mobile/handbags.png |
mercari-lock-icon div#truste-consent-content > div#truste-banner-header > div#truste-consent-icon > img | consent.trustarc.com/get?name=mercari-lock-icon-dark-gray.svg |
Women div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/1.svg |
Men div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2.svg |
Electronics div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/7.svg |
Toys div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/1611.svg |
Gaming div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/84.svg |
Handbags div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/21.svg |
Home div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/4.svg |
Vintage div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/5.svg |
Beauty div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/6.svg |
Kids div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/3.svg |
Sports div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/8.svg |
Handmade div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/9.svg |
Office div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2882.svg |
Pet div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/143.svg |
Outdoor div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2633.svg |
Tools div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/3170.svg |
Books div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/141.svg |
View all div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/0.svg |
American Express Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/american-express.svg |
Visa Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/visa.svg |
Paypal Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/paypal.svg |
MasterCard Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/mastercard.svg |
Discover Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/discover.svg |
Zip Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/zip.svg |
Paypal Pay in 4 Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/paypal-pay-in-4.svg |
Apple Pay Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/apple-pay.svg |
Venmo Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/venmo.svg |
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/icons/icn-discount-arrow.svg |
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.
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 |
|---|
Women div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > h6.H7-sc-1e92cdr |
Apple div.Container-sc-beaovl > div.Flex__Box-sc-92a9411d-1 > a.Link__StyledAnchor-sc-3b50994f-0 > h6.H6-sc-khsc0s |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /builds/r-v1.26.1585/_next/static/chunks/pages/_app-951ae... line 1317, col 12527 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | consent.trustarc.com/autoblockasset/core.min.js?domain=mercari.com line 4, col 17791 |
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 |
|---|---|
/builds/r-v1.26.1585/_next/static/chunks/pages/_app-951ae... line 1317, col 7386 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Not signed in with the identity provider. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Do not sell or share my personal info div#truste-consent-track > div#truste-consent-content > div.donotsell > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
902 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
763 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.283
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.69 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.bz-sctn > div#i6jwb > div#ijviu > img#iq5gr div.bz-sctn > div#i6jwb > div#ijviu > img#iq5gr | /appboy/communication/assets/image_assets/images/69dd83e2... | 1.6 MiB | 1.6 MiB |
downloadtheapp div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/downloadtheapp.png | 143.6 KiB | 126.3 KiB |
athleticapparel div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/athleticapparel.png | 139.9 KiB | 123.1 KiB |
tradingcards div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/tradingcards.png | 135.0 KiB | 118.8 KiB |
Live now! April 22 - April 24 flash sale event! Coupon for 10% off item price(s… div.Container-sc-beaovl > div.Banner__AnonWrapper-sc-c8222229-0 > a.Link__StyledAnchor-sc-3b50994f-0 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /assets/banner/anon-banner-april-flash-desktop.png?width=... | 131.6 KiB | 98.7 KiB |
women div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/women.png | 109.3 KiB | 95.5 KiB |
kids div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/kids.png | 105.7 KiB | 92.4 KiB |
figurines div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/figurines.png | 102.4 KiB | 90.1 KiB |
sneakers div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/sneakers.png | 98.8 KiB | 86.9 KiB |
handbags div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/handbags.png | 87.1 KiB | 76.2 KiB |
toys div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/toys.png | 84.6 KiB | 74.0 KiB |
gaming div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/gaming.png | 72.1 KiB | 63.4 KiB |
beauty div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/beauty.png | 69.2 KiB | 60.5 KiB |
men div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/men.png | 59.3 KiB | 51.9 KiB |
home div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/home.png | 53.5 KiB | 46.7 KiB |
electronics div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/electronics.png | 23.0 KiB | 20.1 KiB |
Retro 4 “Thunder” Black and Yellow US size 10.5 - Air Jordan div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m32250349483_1.jpg?width=256&quality=75&_=1776896846 | 19.5 KiB | 8.9 KiB |
Women’s Lace-Up Wedges - TOMS div.Thumb__StyledProductThumbWrapper-sc-166684af-1 > div.Flex-sc-92a9411d-0 > div.Product__CDNImageWrapper-sc-c3a991-1 > img.CDNImage__StyledNextImage-sc-2e57b269-0 | /photos/m94542569987_1.jpg?width=256&quality=75&_=1775046903 | 18.7 KiB | 8.1 KiB |
Say hello to your new favorite thing. div > div.Container-sc-beaovl > div.Container-sc-beaovl > img.SectionHeader__ImageDesktop-sc-31242309-1 | /assets/img/banners/section_header_hellogoodbye.png?heigh... | 8.5 KiB | 6.4 KiB |
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 |
|---|---|
| u-web-assets.mercdn.net/assets/styles/dist/styles.min.css | 2.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 |
|---|---|
| mercari.com/ | 205 ms |
| www.mercari.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Get the app.
Sell or buy. Almost anything. body.ab-pause-scrolling > div#__next > div > div#getTheAppFooter | 0.187 |
Get the app.
Sell or buy. Almost anything. body.ab-pause-scrolling > div#__next > div > div#getTheAppFooter | 0.095 |
Privacy settings
We use cookies to improve site experience, advertising, and ot… body.ab-pause-scrolling > div#consent_blackbar > div#truste-consent-track | 0.000 |
Customize Got it div#consent_blackbar > div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.2 s |
| Other | 1.5 s |
| Style & Layout | 345 ms |
| Script Parsing & Compilation | 323 ms |
| Garbage Collection | 187 ms |
| Rendering | 70 ms |
| Parse HTML & CSS | 33 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 |
|---|---|
| The page has an unload handler in the main frame. | 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.
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 | |
|---|---|
athleticapparel div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/athleticapparel.png |
sneakers div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/sneakers.png |
downloadtheapp div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/downloadtheapp.png |
women div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/women.png |
men div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/men.png |
kids div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/kids.png |
home div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/home.png |
figurines div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/figurines.png |
tradingcards div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/tradingcards.png |
gaming div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/gaming.png |
electronics div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/electronics.png |
toys div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/toys.png |
beauty div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/beauty.png |
handbags div.Grid-sc-1avr99g > div.GridCol-sc-1revx1o > a.Link-sc-zv2dmn > img.AnonCards__CardImage-sc-1b3efe2a-1 | u-web-assets.mercdn.net/assets/anonHomeCards/desktop/handbags.png |
mercari-lock-icon div#truste-consent-content > div#truste-banner-header > div#truste-consent-icon > img | consent.trustarc.com/get?name=mercari-lock-icon-dark-gray.svg |
Women div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/1.svg |
Men div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2.svg |
Electronics div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/7.svg |
Toys div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/1611.svg |
Gaming div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/84.svg |
Handbags div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/21.svg |
Home div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/4.svg |
Vintage div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/5.svg |
Beauty div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/6.svg |
Kids div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/3.svg |
Sports div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/8.svg |
Handmade div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/9.svg |
Office div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2882.svg |
Pet div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/143.svg |
Outdoor div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/2633.svg |
Tools div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/3170.svg |
Books div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/141.svg |
View all div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/meganavCategoryIcon/0.svg |
American Express Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/american-express.svg |
Visa Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/visa.svg |
Paypal Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/paypal.svg |
MasterCard Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/mastercard.svg |
Discover Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/discover.svg |
Zip Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/zip.svg |
Paypal Pay in 4 Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/paypal-pay-in-4.svg |
Apple Pay Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/apple-pay.svg |
Venmo Logo ul.UnstyledList-sc-1hlucv7 > li > a.Link-sc-zv2dmn > img.ResponsiveLogo-sc-1n6eohs | u-web-assets.mercdn.net/assets/footer/payment-methods/venmo.svg |
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 | u-web-assets.mercdn.net/assets/icons/icn-discount-arrow.svg |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.common__Wrapper-sc-cfda3767-0 > div > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 div.common__Wrapper-sc-cfda3767-0 > div.BodyContainer__ResponsiveContainer-sc-15b083c9-1 > div.Container-sc-beaovl > button.Button__StrippedButton-sc-9d0aeee1-1 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.common__Wrapper-sc-cfda3767-0 > div.Flex-sc-92a9411d-0 > div.CuratedList__ArrowWrapper-sc-d27ad230-7 > img.Image-sc-a4ad9978-1 div.common__Wrapper-sc-cfda3767-0 > div.Flex-sc-92a9411d-0 > div.CuratedList__ArrowWrapper-sc-d27ad230-7 > img.Image-sc-a4ad9978-1 |
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Women div.Container-sc-beaovl > a.Link__StyledAnchor-sc-3b50994f-0 > div.Container-sc-beaovl > h6.H7-sc-1e92cdr |
Apple div.Container-sc-beaovl > div.Flex__Box-sc-92a9411d-1 > a.Link__StyledAnchor-sc-3b50994f-0 > h5.H5-sc-dphgz5 |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | /builds/r-v1.26.1585/_next/static/chunks/pages/_app-951ae... line 1317, col 12527 |
| AttributionReporting | consent.trustarc.com/autoblockasset/core.min.js?domain=mercari.com line 4, col 17791 |
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 |
|---|---|
/builds/r-v1.26.1585/_next/static/chunks/pages/_app-951ae... line 1317, col 7386 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Do not sell or share my personal info div#truste-consent-track > div#truste-consent-content > div.donotsell > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.common__Wrapper-sc-cfda3767-0 > div.Flex-sc-92a9411d-0 > div.CuratedList__ArrowWrapper-sc-d27ad230-7 > img.Image-sc-a4ad9978-1 div.common__Wrapper-sc-cfda3767-0 > div.Flex-sc-92a9411d-0 > div.CuratedList__ArrowWrapper-sc-d27ad230-7 > img.Image-sc-a4ad9978-1 |
div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 div.Flex-sc-92a9411d-0 > span.RectangleLabel-sc-cwvp98 > div.Container-sc-beaovl > img.Image-sc-a4ad9978-1 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback