Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
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.
48 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
55 image-only link(s) without alt text
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/c3bf0ecd-5de2-49cb-861f-48addde6a006)<a href="https://beavercheck.com/results/c3bf0ecd-5de2-49cb-861f-48addde6a006"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftaobao.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftaobao.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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.
11 barrier(s) likely increasing bounce by ~34%.
Page takes 7.4s to load
+12% bounceUsers abandon at ~3s — you're 4.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.4s
+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
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 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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
6 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
7 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,925 investment → ¥20,616/month returns + CNY 50,000,000 risk avoided
¥1,925
6h · 5 findings
¥20,616 /mo
~¥247,395 / year
CNY 50,000,000
if kept compliant
¥350 — 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 ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,670 / month at risk
~¥50,000,038 / year if left unfixed
¥50,000,000
+1 more
¥3.19 /mo
5578.6 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.
4.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.42 s
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.
8.55 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.
20.00 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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| taobao.com/ | 1.4 s |
| www.taobao.com/ | 751 ms |
| main.m.taobao.com/?sprefer=sypc00 | 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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| g.alicdn.com/dinamic/h5-tb-home/3.3.45/index.min.js | 104.9 KiB | 21.5 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 |
|---|---|---|
| x.alicdn.com/vip/havana-nlogin/0.10.35/index.js | 228.2 KiB | 136.5 KiB |
| x.alicdn.com/vip/havana-nlogin/0.10.35/index.js | 228.2 KiB | 136.5 KiB |
| x.alicdn.com/vip/havana-nlogin/0.10.35/index.js | 228.2 KiB | 136.3 KiB |
| g.alicdn.com/dinamic/h5-tb-home/3.3.45/index.min.js | 104.6 KiB | 35.1 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 32.7 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 32.6 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 32.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 11.2 s |
| Other | 1.8 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 1.6 s |
| Garbage Collection | 235 ms |
| Parse HTML & CSS | 129 ms |
| Rendering | 115 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 |
| The page has an unload handler in a sub frame. | Actionable |
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.
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.sc-ifAKCX > div.topbar-wrapper > div.topbar-hd > img.logo div.sc-ifAKCX > div.topbar-wrapper > div.topbar-hd > img.logo |
div.topbar-wrapper > div.topbar-ld > div > img.signIn div.topbar-wrapper > div.topbar-ld > div > img.signIn |
body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img |
body > div#tcodeSideBar > img body > div#tcodeSideBar > img |
body > div#tcodeSideBar > img body > div#tcodeSideBar > img |
body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.J_MIDDLEWARE_FRAME_WIDGET > iframe body > div.J_MIDDLEWARE_FRAME_WIDGET > iframe |
body > div.J_MIDDLEWARE_FRAME_WIDGET > iframe body > div.J_MIDDLEWARE_FRAME_WIDGET > iframe |
body > div.baxia-dialog > div.baxia-dialog-content > iframe#baxia-dialog-content body > div.baxia-dialog > div.baxia-dialog-content > iframe#baxia-dialog-content |
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.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
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 |
|---|---|
| /tbopen/index.html?h5Url=https%3A%2F%2Fm.taobao.com%2Find... | Allowed |
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. | g.alicdn.com/AWSC/et/1.83.41/et_f.js line 1, col 263123 |
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 |
|---|---|
Permissions policy violation: accelerometer is not allowed in this document. | |
g.alicdn.com/AWSC/uab/1.140.0/collina.js line 1, col 28648 | Permissions policy violation: accelerometer is not allowed in this document. |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
g.alicdn.com/AWSC/uab/1.140.0/collina.js line 1, col 28648 | Permissions policy violation: accelerometer is not allowed in this document. |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
g.alicdn.com/AWSC/uab/1.140.0/collina.js line 1, col 28648 | Permissions policy violation: accelerometer is not allowed in this document. |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: gyroscope is not allowed in this document. | |
Permissions policy violation: gyroscope is not allowed in this document. | |
Permissions policy violation: gyroscope is not allowed in this document. |
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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://main.m.taobao.com/robots.txt |
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.sc-ifAKCX > div.topbar-wrapper > div.topbar-hd > img.logo div.sc-ifAKCX > div.topbar-wrapper > div.topbar-hd > img.logo |
div.topbar-wrapper > div.topbar-ld > div > img.signIn div.topbar-wrapper > div.topbar-ld > div > img.signIn |
body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img |
body > div#tcodeSideBar > img body > div#tcodeSideBar > img |
body > div#tcodeSideBar > img body > div#tcodeSideBar > img |
body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img body > div.J_MIDDLEWARE_FRAME_WIDGET > div > img |
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.
2.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.92 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.
7.46 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.
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.
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 |
|---|---|
| at.alicdn.com/t/a/font_403341_z4ofl26w68.woff2?t=1750744474570 | 5.0 ms |
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 | |
|---|---|---|---|
限时秒杀5折起
券后低至7.7折起
官方立减商品8.8折起 div.slick-slide > div > div > a.home-ad-banner-item | /imgextra/i4/O1CN01xOFPlo1KANunNUDmO_!!6000000001123-1-tp... | 1.2 MiB | 960.9 KiB |
logo div.top-wrap > div.tbh-logo-right > a.logo > img.logo-img | /imgextra/i3/O1CN010P8Pzl1CDZjGGI9xl_!!6000000000047-1-tp... | 466.5 KiB | 425.7 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i2/3129083788/O1CN01QZHz1V1dqxN2y2LsT_!!461... | 66.0 KiB | 59.8 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/2214396963107/O1CN017vhB7s1Yp3hx05ua5_!!... | 65.4 KiB | 59.2 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i2/2216780592294/O1CN01mCE8SZ1SohhlTZHIQ_!!... | 57.5 KiB | 51.2 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/2539394293/O1CN016RMw5A1haFRZvegHi_!!253... | 54.2 KiB | 48.0 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i1/2209091478473/O1CN01gS4wZj2CSgdXg1T0b_!!... | 42.2 KiB | 36.0 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/2208122171775/O1CN01xit2yg1Oz058FKf2G_!!... | 40.5 KiB | 34.3 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i1/2083840680/O1CN01JF6uFZ1GtUSWPYQa5_!!208... | 37.4 KiB | 31.2 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i4/3329349188/O1CN01kPPXTQ2HkA8YLVqze_!!332... | 34.3 KiB | 28.1 KiB |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img | /bao/upload/O1CN01UkqfOC1nAxELrX7e1_!!6000000005050-2-yin... | 27.6 KiB | 26.0 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i4/2219165867776/O1CN01lnmgqH27JSujU7YYu_!!... | 29.9 KiB | 24.5 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/2222064679063/O1CN01apPbfw2Goug6uCbHf_!!... | 28.2 KiB | 23.1 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/1982056672/O1CN01opDcf01z9papNJcuX_!!198... | 26.6 KiB | 21.8 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/4176601222/O1CN01PA7Ous1Ktj74dto80_!!461... | 26.0 KiB | 21.3 KiB |
全部频道 li.nav-item > a.nav-link > div > img | /imgextra/i4/O1CN017Bbrh31ckG00PGimR_!!6000000003638-1-tp... | 21.4 KiB | 21.0 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i2/2219494975726/O1CN011OL7kQ1sAYzBZZenD_!!... | 21.1 KiB | 17.3 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i2/2221636305730/O1CN01lRY7i71sCOa7rySnR~cr... | 19.8 KiB | 16.3 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i4/2221215199676/O1CN01jOm61Q2LLfSnlPbFH_!!... | 18.2 KiB | 14.9 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i3/155546711/O1CN01gGIicC1zRh7diZmTx~crop,0... | 18.1 KiB | 14.8 KiB |
body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG | /imgextra/i3/O1CN01mJphmK1zHA1IbQhHu_!!6000000006688-2-tp... | 17.5 KiB | 13.2 KiB |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img | /bao/upload/O1CN01HEJEKm1kWzRIXrv3g_!!6000000004692-2-yin... | 12.3 KiB | 11.4 KiB |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img | /bao/upload/O1CN01aKo1xW1Vjc7Nua5Ec_!!6000000002689-0-yin... | 11.8 KiB | 10.9 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i2/872777610/O1CN01wdbaCp265RC9HtuGQ~hdr~li... | 17.6 KiB | 10.0 KiB |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img | /bao/uploaded/i4/3479882666/O1CN01ddTSZY1VZ4ynDxNRK_!!461... | 11.9 KiB | 9.8 KiB |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img | /bao/upload/O1CN01u61q3N1J3gUgdV2aN_!!6000000000973-2-yin... | 9.5 KiB | 8.8 KiB |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon | /imgextra/jz3_4/O1CN01GhA7HY1Q2x5Ppna08_!!6000000001919-2... | 8.0 KiB | 7.9 KiB |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img | /bao/upload/O1CN01tm7NEy1rhhmrSv9tO_!!6000000005663-2-yin... | 8.6 KiB | 7.9 KiB |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... | 6.4 KiB | 6.3 KiB |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon | /imgextra/jz3_2/O1CN01my7jsY1DB78Z05moQ_!!6000000000177-2... | 5.7 KiB | 5.6 KiB |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon | /imgextra/jz3_3/O1CN01yBP4cG1idjz3fYdBy_!!6000000004436-2... | 4.7 KiB | 4.6 KiB |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon | /imgextra/jz3_2/O1CN01vodaoP1zGF883cbFa_!!6000000006686-2... | 4.7 KiB | 4.6 KiB |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i1/O1CN01OM0NTj1JPfW2zGKsi_!!6000000001021-2-tp... | 4.6 KiB | 4.4 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 |
|---|---|
| taobao.com/ | 905 ms |
| www.taobao.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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/js/478.js | 383.6 KiB | 109.7 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/css/478.css | 46.5 KiB | 42.6 KiB |
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/css/a3b34c1b.css | 23.6 KiB | 23.5 KiB |
| g.alicdn.com/tbpc/font/1.0.0/index.umd.es5.production.css | 10.3 KiB | 10.3 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 |
|---|---|---|
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/js/478.js | 383.6 KiB | 238.1 KiB |
| x.alicdn.com/vip/havana-nlogin/0.10.35/index.js | 228.2 KiB | 139.1 KiB |
| x.alicdn.com/vip/havana-nlogin/0.10.35/index.js | 228.2 KiB | 139.1 KiB |
| o.alicdn.com/tbpc/traceSDK/index.umd.js | 132.7 KiB | 73.3 KiB |
| o.alicdn.com/tbhome/tbnav/index.js | 112.4 KiB | 47.1 KiB |
| g.alicdn.com/tbpc/polyfill/1.0.0/index.umd.es5.production.js | 77.7 KiB | 46.6 KiB |
| /code/lib/??react/18.2.0/umd/react.production.min.js,reac... | 53.4 KiB | 45.7 KiB |
| g.alicdn.com/main-search/new-search-suggest/2.14.1/bundle.js | 81.4 KiB | 45.5 KiB |
| o.alicdn.com/tbpc/securitySDK/securitySDK.umd.js | 62.1 KiB | 35.5 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 32.6 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 32.6 KiB |
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/js/457.js | 46.0 KiB | 20.6 KiB |
| g.alicdn.com/code/npm/@ali/pegasus-project-tbhome-2024/1.11.11/js/framework.js | 63.5 KiB | 20.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.1 s |
| Other | 1.2 s |
| Style & Layout | 627 ms |
| Script Parsing & Compilation | 471 ms |
| Rendering | 118 ms |
| Garbage Collection | 94 ms |
| Parse HTML & CSS | 53 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 |
| The page has an unload handler in a sub frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i1/O1CN01OM0NTj1JPfW2zGKsi_!!6000000001021-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i1/O1CN01OM0NTj1JPfW2zGKsi_!!6000000001021-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo | /imgextra/i4/O1CN013fOEoF1PFwnqJPNL2_!!6000000001812-2-tp... |
a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img | /imgextra/i2/O1CN01RgnvHh1UWxV6YWcSB_!!6000000002526-2-tp... |
a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img | /imgextra/i3/O1CN01PDJRyD1GWaWxkjNtj_!!6000000000630-2-tp... |
div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new | /imgextra/i1/O1CN010mCfxI1mzVG35w6Zf_!!6000000005025-2-tp... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img | /imgextra/jz3_1/O1CN01nRidmm1UAVxdcYMzF_!!6000000002477-2... |
a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-tag > img | /imgextra/i3/O1CN01MqUQtu1rAjRqET2Uc_!!6000000005591-2-tp... |
div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-rtl > div.business-entry-title-card-top-title-tag-left > img div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-rtl > div.business-entry-title-card-top-title-tag-left > img | /imgextra/i4/O1CN01WSiIlS1nPbrTgnLCs_!!6000000005082-2-tp... |
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
请输入搜索文字 div#J_Search > form#J_TSearchForm > div.search-suggest-combobox > input#q |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
欢迎进入 淘宝,盲人用户使用操作智能引导,请按快捷键Ctrl+Alt+R;阅读详细操作说明请按快捷键Ctrl+Alt+问号键。 body.lg > a#ariaTipText |
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 |
|---|
亲,请登录 li#J_SiteNavLogin > div.site-nav-menu-hd > div.site-nav-sign > a.h |
券后7.7折起 ul.service-bd--LdDnWwA9 > li.J_Cat > div.first-cate-container--odleAL9p > a.cate-content-href--HI8wwRts |
抢省钱补贴 ul.service-bd--LdDnWwA9 > li.J_Cat > div.first-cate-container--odleAL9p > a.cate-content-href--HI8wwRts |
7198 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
7999 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
4399 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
24298 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
国家补贴 a.business-entry-title-card-top > div.business-entry-title-card-top-title-container > div.business-entry-title-card-top-title-rtl > div.business-entry-title-card-top-title |
27999 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
6999 div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-coin > span |
嘿!更懂你的推荐,更便捷的搜索 div.user > div.member-ft > div.member-logout > div.login-guide-desc |
立即登录 div.user > div.member-ft > div.member-logout > a.btn-login |
猜你喜欢 div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > div.smallTabTitle |
天猫 div.seo > div > p > a |
商品 div.seo > div > p > a |
newbalance div.seo > div > p > a |
converse div.seo > div > p > a |
adidas div.seo > div > p > a |
nike div.seo > div > p > a |
oppo div.seo > div > p > a |
vivo div.seo > div > p > a |
电脑 div.seo > div > p > a |
音响 div.seo > div > p > a |
手机 div.seo > div > p > a |
商品 div.seo > div > p > a |
淘宝客户端 div.seo > div > p > a |
Tao div.seo > div > p > a |
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 |
|---|
body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tbpc-layout > div.tips-carousel > div.tips-content > img.tip-arrow div.tbpc-layout > div.tips-carousel > div.tips-content > img.tip-arrow |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new |
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img |
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > iframe body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > iframe |
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > iframe body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > iframe |
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 |
|---|
body.lg > div#ice-container > div.J_Module > a.superbanner-inner body.lg > div#ice-container > div.J_Module > a.superbanner-inner |
淘宝网 div.tbh-logo > div.logo > h1 > a.logo-bd |
div.user > div.J_UserMemberWrap > div.avatar-wrapper > a.J_UserMemberHome div.user > div.J_UserMemberWrap > div.avatar-wrapper > a.J_UserMemberHome |
div.slick-slide > div > div > a.user-externalLink-slider-item div.slick-slide > div > div > a.user-externalLink-slider-item |
div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a |
div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a |
div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a |
div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a |
div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > 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.
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 |
|---|
1 div.slick-slider > ul.slick-dots > li > button |
2 div.slick-slider > ul.slick-dots > li > button |
3 div.slick-slider > ul.slick-dots > li.slick-active > button |
4 div.slick-slider > ul.slick-dots > li > button |
5 div.slick-slider > ul.slick-dots > li > button |
注册 div.user > div.J_UserMemberWrap > div.member-login-btn-container > a.btn-register |
开店 div.user > div.J_UserMemberWrap > div.member-login-btn-container > a.btn-open |
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 |
|---|
券后7.7折起抢省钱补贴 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
电脑配件办公文具 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
工业品商业农业定制 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
家电手机通信数码 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
家具家装家居厨具 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
女装男装内衣配饰 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
女鞋男鞋运动户外 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
汽车珠宝文玩箱包 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
食品鲜花酒水健康 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
母婴童装玩具宠物 div.tbh-service > div.J_Service > ul.service-bd--LdDnWwA9 > li.J_Cat |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image | /bao/uploaded/i2/872777610/O1CN01wdbaCp265RC9HtuGQ~hdr~li... | 36 x 36 (1.00) | 270 x 360 (0.75) |
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. | g.alicdn.com/AWSC/et/1.83.41/et_f.js line 1, col 263123 |
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 |
|---|---|
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
g.alicdn.com/AWSC/uab/1.140.0/collina.js line 1, col 28648 | Permissions policy violation: accelerometer is not allowed in this document. |
g.alicdn.com/AWSC/uab/1.140.0/collina.js line 1, col 28648 | Permissions policy violation: accelerometer is not allowed in this document. |
Uncaught TypeError: Failed to construct 'RTCPeerConnection': Please use the 'new' operator, this DOM object constructor cannot be called as a function. | |
Uncaught TypeError: Failed to construct 'RTCPeerConnection': Please use the 'new' operator, this DOM object constructor cannot be called as a function. |
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 |
|---|
网页无障碍 ul#J_SiteNavBdL > li#J_SiteNavMobile > div.site-nav-menu-hd > a#cniil_wza |
回顶部 div#tb-toolkit-new > div.tb-toolkit-list > div.toolkit-item-new > a.back-btn |
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 |
|---|
body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG body.lg > div#ice-container > div.J_Module > img.superbanner-background-image--GhTuMTaG |
div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo div > a.home-ad-banner-item > div.home-ad-banner-item-content-container > img.home-ad-banner-item-logo |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img div.business-entry-item-card-content-container > a.business-entry-item-card-content > div.business-entry-item-card-content-container-image > img |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image div.tips-carousel > div.tips-content > div.carousel-images > img.carousel-image |
div.tbpc-layout > div.tips-carousel > div.tips-content > img.tip-arrow div.tbpc-layout > div.tips-carousel > div.tips-content > img.tip-arrow |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon div.smallTabListScrollContainer > div.smallTabList > div.smallTabWrapper > img.smallTabIcon |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img div.info-wrapper > div.info-wrapper-title > div.info-wrapper-title-img > img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img div.tb-pick-content-item > a.item-link > div.img-wrapper > img.product-img |
div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new div.tb-toolkit-list > div.toolkit-item-new > div.toolkit-icon > img.im-icon-new |
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img |
body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img body.lg > div.J_MIDDLEWARE_FRAME_WIDGET > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback