Mobile 375 × 812

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
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 4.9 MB (4.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/cc565779-2399-4bf3-a72c-cbc07cbcc7c2)<a href="https://beavercheck.com/results/cc565779-2399-4bf3-a72c-cbc07cbcc7c2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fys7.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fys7.comThis 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 11.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~36%.
Page takes 11.1s to load
+12% bounceUsers abandon at ~3s — you're 8.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 509ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No 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.
¥1,750 investment → ¥15,975/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥15,975 /mo
~¥191,696 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,675 / month at risk
~¥50,000,105 / year if left unfixed
¥50,000,000
¥8.77 /mo
15351.7 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
509 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.
12.77 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.
11.13 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| statics.ys7.com/newmall/mobile/css/common/common.css?6111323469 | 51.7 KiB | 2.7 s |
| statics.ys7.com/newmall/common/js/widget/public/public.js?6111323469 | 2.1 KiB | 1.6 s |
| statics.ys7.com/newmall/common/js/widget/jsBetter/js_better_sdk.js?6111323469 | 2.5 KiB | 1.6 s |
| statics.ys7.com/newmall/mobile/src/js/business/home/mallTabs.css?6111323469 | 1.3 KiB | 1.6 s |
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 > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/3ccc0ae5cd093d2a52e011b596c8096f.png | 370.8 KiB | 296.3 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/e19c5e85d6c290d30d1a6f767b5fa080_big.png | 195.6 KiB | 177.7 KiB |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/ea56f734059c67ab36eb4e5748819a88.png | 165.0 KiB | 97.2 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/ef693c659a905548f98d65a99020f0b4_big.png | 110.7 KiB | 92.8 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/f832ede69df2d9f5c9abe2c510226cab_big.jpg | 98.3 KiB | 80.4 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/3b6834e7c85e2a374bde37474e4a7546_big.jpg | 91.0 KiB | 73.1 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/9e9f512e6f343b9fe003e721799c5f81_big.jpg | 73.8 KiB | 55.9 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/65e1bcce64d7dc8809d800f00006ca38_big.jpg | 67.7 KiB | 49.8 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/bfe65b181ddffeb9fc65b60383aba51e_big.jpg | 66.9 KiB | 49.0 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/1dff793509fdab52766829b4d8358ecf_big.jpg | 63.2 KiB | 45.3 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/534abee8359635dd617ad8da41e5d66c_big.jpg | 62.0 KiB | 44.1 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/177eb0d7119d412feee7794a2646ded5_big.jpg | 60.6 KiB | 42.7 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/70739682fbd465fd2b9805438b541447_big.jpg | 60.4 KiB | 42.5 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/3905e2883218d1479871dc2b0aa1b3a7_big.jpg | 59.3 KiB | 41.4 KiB |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/e7798da8aa0f4968cac37eb0fed9035c.png | 68.8 KiB | 40.6 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/bdc4bfbbfa093fe584d392cf2dbef41e_big.jpg | 57.5 KiB | 39.9 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/4bd791dc7628d337cc303c79669cff2b_big.jpg | 57.3 KiB | 39.8 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/ba521598b84b5bf3db8ca843205f976e_big.jpg | 55.6 KiB | 38.6 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/3b0fb6cfd82fdc7db54c2d18c5dd7114_big.jpg | 53.7 KiB | 37.3 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/1625532e496b4a591fb7ecd39f05e7b8_big.jpg | 43.2 KiB | 30.0 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/920ee9d3384bcc262a21045e5cc1d727_big.jpg | 40.1 KiB | 27.8 KiB |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/5bd11779a18a3cf47196d77a270c6d6a_big.jpg | 29.3 KiB | 20.3 KiB |
监控摄像 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/08ac539b6ca0aa87cb3541c0220feaeb.png | 15.9 KiB | 14.6 KiB |
推荐有礼 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/6ce06093cd847688617661da49043232.png | 14.7 KiB | 13.4 KiB |
全部分类 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/c55d8a21326ad34368500e1a71edd11c.gif | 19.4 KiB | 11.0 KiB |
猫眼门铃 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/04a5fef56e490f5c0e9c7e1e3f9f218d.png | 11.6 KiB | 10.2 KiB |
套装方案 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/5e7ac88b51cc43a4036df71d4dbef116.png | 11.2 KiB | 9.8 KiB |
智能门锁 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/a0827a3e706031434476f86812582a83.png | 9.9 KiB | 8.5 KiB |
积分商城 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/6318fee8c28e3cb298c2c888b0745e4e.png | 9.5 KiB | 8.2 KiB |
智能家居商城 div.headerContainer-mRjUCL > div.logoBar-M11kJS > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/bf59ac0015d5d3afa42d65c7e2641f9d.png | 10.0 KiB | 8.1 KiB |
我的会员 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/0a7e501741c280b63ce9f50b79953334.png | 8.5 KiB | 7.2 KiB |
生活电器 div > div > div.adm-image > img.adm-image-img | mfs.ys7.com/mall/07643b1b69a565ee6db6d6f75a8065d9.png | 8.1 KiB | 6.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 |
|---|---|
| ys7.com/ | 994 ms |
| www.ys7.com/ | 857 ms |
| m.ys7.com/ | 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 |
|---|---|---|
| statics.ys7.com/newmall/mobile/css/common/common.css?6111323469 | 51.3 KiB | 50.2 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 |
|---|---|---|
| statics.ys7.com/home/mobile/dist/main.js?6111323469 | 671.4 KiB | 203.1 KiB |
| /newmall/??mobile/js/lib.js?6111323469,mobile/js/widget/c... | 59.3 KiB | 35.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 1.0 s |
| Style & Layout | 453 ms |
| Rendering | 180 ms |
| Script Parsing & Compilation | 107 ms |
| Parse HTML & CSS | 15 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 |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not 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.
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 |
|---|
搜索 div.headerArea-WdWjFS > div.headerContainer-mRjUCL > div.searchBar-RW2GAs > span.searchBtn-Bpx2bn |
529 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
399 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
399 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
169 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
299 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
1149 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
799 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
808 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
738 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
668 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
179 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
499 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
319 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
399 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
249 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
299 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
2199 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
628 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
838 div.container-u0I1eb > div.priceRow-VLtbAZ > span.container-IBKBTt > span.int-DLL905 |
首页 div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > div.mallTabs_item_name |
These are opportunities to improve the legibility of your content.
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.searchBar-RW2GAs > span > div.adm-image > img.adm-image-img div.searchBar-RW2GAs > span > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.adm-swiper-item > div > div > a div.adm-swiper-item > div > div > a |
div.adm-swiper-item > div > div > a div.adm-swiper-item > div > div > a |
div.adm-swiper-item > div > div > a div.adm-swiper-item > div > div > a |
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 |
body > meta body > 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.
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.
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.searchBar-RW2GAs > span > div.adm-image > img.adm-image-img div.searchBar-RW2GAs > span > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > a > div.adm-image > img.adm-image-img div > a > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div > div > div.adm-image > img.adm-image-img div > div > div.adm-image > img.adm-image-img |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon div.container_20240326 > div.mallTabs_20201112 > div.mallTabs_item > img.mallTabs_item_icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Desktop audit not available for this result.
Send Feedback