Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
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.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/005f7547-fc8c-4497-9467-9bb23f22c714)<a href="https://beavercheck.com/results/005f7547-fc8c-4497-9467-9bb23f22c714"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdhgate.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdhgate.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.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 4.7s to load
+12% bounceUsers abandon at ~3s — you're 2.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+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
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
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
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,575 investment → ¥13,060/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥13,060 /mo
~¥156,722 / 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.
4.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,044 / year if left unfixed
¥50,000,000
+1 more
¥3.64 /mo
6366.1 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.
3.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.79 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.046
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.08 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.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/bw/s/22/67690c8a-c7a9-42d2-b434-ee825... | 99.7 KiB | 76.6 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/bw/s/20/d563d228-3a57-4eb1-81d6-9df29... | 91.1 KiB | 69.3 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/bw/s/20/9674e755-9116-4d65-9014-648f2... | 86.7 KiB | 65.9 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/ys/y/11/49635f1d-32a6-4e47-913b-cca4f... | 75.5 KiB | 57.5 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/bw/s/20/6b00ddbe-423d-4092-a2e3-b4ca0... | 62.2 KiB | 47.3 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/ys/g/06/5b86a3a4-e9f4-4117-9390-e... | 45.4 KiB | 41.5 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | /webp/m/f3/decorate/bw/s/16/67548a95-b5d2-48c5-8686-28edd... | 51.4 KiB | 39.1 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/jc/l/31/041869ae-441c-4388-9892-0... | 40.4 KiB | 37.0 KiB |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img | /webp/m/600x600/f3/albu/ys/g/06/79059a2c-9bf4-4bd8-8475-b... | 38.6 KiB | 35.3 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/bw/h/15/22a2ff33-d91c-4ccd-ad27-4... | 37.4 KiB | 34.2 KiB |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img | /webp/m/600x600/f3/albu/bw/h/15/7fdb832c-c1f2-41c7-8a84-a... | 35.3 KiB | 32.3 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/ys/g/06/e943c0b7-8903-4fa3-b754-7... | 31.3 KiB | 28.7 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/bw/h/15/7260fe85-e02a-4c86-a978-7... | 28.7 KiB | 26.3 KiB |
li.current > div.cate-name > var.pro-img > img.fade-in li.current > div.cate-name > var.pro-img > img.fade-in | css.dhresource.com/mobile_v2/home2023/image/jfybg.png | 20.8 KiB | 19.7 KiB |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy | /webp/m/260x260/f3/albu/bw/t/03/d2bf1cdd-0599-4d34-8e3a-0... | 15.1 KiB | 14.6 KiB |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy | /webp/m/260x260/f3/albu/bw/s/03/2f643142-edd8-4da2-bf6a-6... | 14.2 KiB | 13.7 KiB |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img | /webp/m/600x600/f3/albu/jc/g/14/1f237787-5eb6-40af-af5a-0... | 14.5 KiB | 13.3 KiB |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn | /webp/m/600x600/f3/albu/jc/l/31/3b101d7c-061c-43fc-8ec7-f... | 13.2 KiB | 12.1 KiB |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy | /webp/m/260x260/f3/albu/bw/l/31/10f1ac5d-0130-45dd-9292-9... | 12.2 KiB | 11.7 KiB |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy | /webp/m/260x260/f3/albu/ys/j/08/bfaf4cad-565e-4f28-8179-7... | 11.8 KiB | 11.3 KiB |
div > a > div.lowprice-img > img div > a > div.lowprice-img > img | /webp/m/260x260/f3/albu/ys/l/10/766e438f-029f-4435-beec-e... | 14.9 KiB | 9.9 KiB |
ul.clearfix > li > a > img ul.clearfix > li > a > img | /webp/m/f3/decorate/bw/h/21/820b22c8-5df7-43f3-bd74-d3308... | 16.1 KiB | 9.6 KiB |
li > div.cate-name > var.pro-img > img.fade-in li > div.cate-name > var.pro-img > img.fade-in | www.dhresource.com/f3/decorate/km/h/31/431ea91e-fc2d-448e-a0cd-334f87aabcf7.png | 10.5 KiB | 9.4 KiB |
div.promoban-midcon > a.promoban-a2 > div.pro-img > img div.promoban-midcon > a.promoban-a2 > div.pro-img > img | /webp/m/260x260/f3/albu/bw/h/06/05d53ab0-824c-4e3f-84bc-e... | 13.8 KiB | 8.9 KiB |
div.promoban-midcon > a.promoban-a1 > div.pro-img > img div.promoban-midcon > a.promoban-a1 > div.pro-img > img | /webp/m/260x260/f3/albu/ys/j/28/cb4edf18-83e7-4378-b390-d... | 13.2 KiB | 8.3 KiB |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in | /webp/m/300x300/f3/albu/km/s/21/c1063252-a50c-4cb3-82d2-3... | 16.3 KiB | 7.9 KiB |
div.promoban-lf > a > div.pro-img > img div.promoban-lf > a > div.pro-img > img | /webp/m/260x260/f3/albu/ys/z/30/5a202266-ab82-4aae-82ff-8... | 11.1 KiB | 7.5 KiB |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in | /webp/m/300x300/f3/albu/jc/t/05/9a037d47-950d-493b-af05-e... | 12.1 KiB | 5.2 KiB |
div.promo-ban > div.banrate > a > img div.promo-ban > div.banrate > a > img | /webp/m/f3/decorate/bw/s/21/baddcb75-2987-4547-9192-4adef... | 31.4 KiB | 4.6 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| 127.0.0.1:50000/brpid/15660 | 0 B | 780 ms |
| 127.0.0.1:50000/bundle.js?2808529451 | 0 B | 780 ms |
| 127.0.0.1:50000/bundle.js?2394745310 | 0 B | 780 ms |
| 127.0.0.1:50000/brpid/32868 | 0 B | 780 ms |
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.
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 |
|---|---|
| dhgate.com/ | 806 ms |
| www.dhgate.com/ | 0.0 ms |
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.
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.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /sentry/2023082301/bundle.tracing.httpclient.min.js?v=202... | 2.2 s | 1.1 s | 16 ms |
| www.dhgate.com/ | 2.0 s | 259 ms | 16 ms |
| Unattributable | 1.9 s | 249 ms | 0.0 ms |
| /uxgiSlt2tZT2cJaSLcKw/mVGEXbt7/RB8SIQlM/Qj8/mQy4VJyQQAg?v... | 1.8 s | 1.6 s | 85 ms |
| js.dhresource.com/mobile_v2/common/headfoot/v1/headfoot.js?v=1776666058751 | 1.1 s | 832 ms | 75 ms |
| js.dhresource.com/mobile_v2/home2023/home.js?v=1776666093677 | 803 ms | 627 ms | 98 ms |
| js.dhresource.com/mobile_v2/tracklog/tracklog.js?v=1775031550844 | 221 ms | 192 ms | 6.4 ms |
| js.dhresource.com/mobile_v2/common/base.js?v=1776666058751 | 122 ms | 83 ms | 36 ms |
| www.dhresource.com/jssdk/jssdk.min.1.0.9.js?v=1728726681507 | 118 ms | 101 ms | 1.5 ms |
| js.dhresource.com/mobile_v2/sdk/turbolink.js?v=1776651421024 | 75 ms | 61 ms | 6.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.1 s |
| Other | 3.2 s |
| Style & Layout | 872 ms |
| Rendering | 433 ms |
| Script Parsing & Compilation | 400 ms |
| Parse HTML & CSS | 171 ms |
| Garbage Collection | 152 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| *{-webkit-tap-highlight-color:rgba(0,0,0,0)} … | 52.3 KiB | 36.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 |
|---|---|---|
| js.dhresource.com/mobile_v2/home2023/home.js?v=1776666093677 | 150.0 KiB | 108.6 KiB |
| www.dhgate.com/yjb6/?id=G-MBW2BKG0Q4&cx=c>m=4e64k1h2 | 167.6 KiB | 73.4 KiB |
| www.dhgate.com/yjb6/?id=GTM-W2Z8GFD | 184.2 KiB | 69.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-976524527 | 140.8 KiB | 62.4 KiB |
| js.dhresource.com/mobile_v2/common/headfoot/v1/headfoot.js?v=1776666058751 | 82.4 KiB | 53.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 120.7 KiB | 45.6 KiB |
| /signals/config/900687856656318?v=2.9.303&r=stable&domain... | 64.1 KiB | 27.9 KiB |
| /uxgiSlt2tZT2cJaSLcKw/mVGEXbt7/RB8SIQlM/Qj8/mQy4VJyQQAg?v... | 142.0 KiB | 25.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
body > div.j-newBuyerCouponpack-root > img body > div.j-newBuyerCouponpack-root > img | |
div#J_appBanner > section.top-appdownload > span.j-openApp > img div#J_appBanner > section.top-appdownload > span.j-openApp > img | /webp/m/f3/decorate/ys/j/04/b2cb957a-59b5-4b79-a8a3-78336... |
div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img | www.dhresource.com/f3/decorate/bw/s/22/4a6e6420-ef8f-41ec-aa30-64a877e309e3.gif |
a > div.pro-text > div.newpromtion-icon > img a > div.pro-text > div.newpromtion-icon > img | /webp/m/f3/decorate/bw/s/20/6167242b-1c41-4ba9-879b-a45f3... |
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 |
|---|
designer shoe body > header.new-header > div.newhead-search > var |
90% Off div.lowprice-tit > h2 > a > strong |
Save 21,53 € div > a > div.savePrice > span |
Save 42,34 € div > a > div.savePrice > span |
Save 21,17 € div > a > div.savePrice > span |
8,90 € div.pro-text > div.priceArea > div.pro-new > strong |
10,47 € div.pro-text > div.priceArea > div.pro-old > span.old-piece |
-15% div.pro-text > div.priceArea > div.pro-old > span.pro-off |
4,33 € Off Every 43,4 €(Max 25,98 €) div.water-item > a > div.pro-text > div.fullReduceInfo |
Security & Privacy| About Us| Customer Service| Classic Site| Blog| Feedback| D… body > div.footerWrap > footer.footer > div.foot-copy |
Security & Privacy div.footerWrap > footer.footer > div.foot-copy > a |
About Us div.footerWrap > footer.footer > div.foot-copy > a |
Customer Service div.footerWrap > footer.footer > div.foot-copy > a |
Classic Site div.footerWrap > footer.footer > div.foot-copy > a |
Blog div.footerWrap > footer.footer > div.foot-copy > a |
Feedback div.footerWrap > footer.footer > div.foot-copy > a |
Dropshipping div.footerWrap > footer.footer > div.foot-copy > a |
Smart Shopping div.footerWrap > footer.footer > div.foot-copy > a |
new arrivals div.footerWrap > footer.footer > div.foot-copy > a |
京ICP备18054285号-7 footer.footer > div.foot-copy > p > a |
京公网安备11010802029844号 footer.footer > div.foot-copy > p > a |
© 2004 - 2025 DHgate.com All Rights Reserved div.footerWrap > footer.footer > div.foot-copy > p |
View Details body > div.one-cookie > div > span.j-cookieAccept |
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#J_appBanner > section.top-appdownload > span.j-openApp > img div#J_appBanner > section.top-appdownload > span.j-openApp > img |
body > div.j-newBuyerCouponpack-root > img body > div.j-newBuyerCouponpack-root > img |
div.promoban-lf > a > div.pro-img > img div.promoban-lf > a > div.pro-img > img |
div.promoban-midcon > a.promoban-a1 > div.pro-img > img div.promoban-midcon > a.promoban-a1 > div.pro-img > img |
div.promoban-midcon > a.promoban-a2 > div.pro-img > img div.promoban-midcon > a.promoban-a2 > div.pro-img > img |
div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img |
div.promoban-ri > a > div.pro-img > img div.promoban-ri > a > div.pro-img > img |
div.promo-ban > div.banrate > a > img div.promo-ban > div.banrate > a > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
div > a > div.lowprice-img > img div > a > div.lowprice-img > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-slide > a > div.pro-img > img.swiper-lazy div.swiper-slide > a > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
a > div.pro-text > div.newpromtion-icon > img a > div.pro-text > div.newpromtion-icon > img |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
body > img#tracker_134_1823 body > img#tracker_134_1823 |
body > img body > img |
body > img#tracker_206_1806 body > img#tracker_206_1806 |
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 > iframe body > iframe |
body > iframe body > 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 |
|---|
div.new-header-inner > div.head-right-Warp > div.new-head-cart > a#cartnum div.new-header-inner > div.head-right-Warp > div.new-head-cart > a#cartnum |
div.promo-ban > div.promoban-mid > div.promoban-midcon > a.promoban-a1 div.promo-ban > div.promoban-mid > div.promoban-midcon > a.promoban-a1 |
div.promo-ban > div.promoban-mid > div.promoban-midcon > a.promoban-a2 div.promo-ban > div.promoban-mid > div.promoban-midcon > a.promoban-a2 |
div.promo-ban > div.promoban-mid > div.promoban-btoBtn > a.promoban-btn div.promo-ban > div.promoban-mid > div.promoban-btoBtn > a.promoban-btn |
section.fission-entrance > ul.clearfix > li > a section.fission-entrance > ul.clearfix > li > a |
section.fission-entrance > ul.clearfix > li > a section.fission-entrance > ul.clearfix > li > a |
section.j-getCatesWrap > div.cateNavCon > div.catesNav > a.gotoallcate section.j-getCatesWrap > div.cateNavCon > div.catesNav > a.gotoallcate |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > a |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > a |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > a |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > a |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > a |
div.water-item > div.swiper-wrapper > div.swiper-slide > a div.water-item > div.swiper-wrapper > div.swiper-slide > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Buyer Exclusive
10,41 €
Coupon Pack
Collect
10,47 €32,00 €
Save 21,53 €
36,… body > section.lowprice > div.lowprice-list > ul.j-lowprice-ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Buyer Exclusive
10,41 €
Coupon Pack
Collect div.lowprice-list > ul.j-lowprice-ul > a > li.product-item |
These are opportunities to improve the experience of reading tabular or list data using 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.j-head > meta head.j-head > meta |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
/sentry/2023082301/bundle.tracing.httpclient.min.js?v=202... line 1, col 6443 | Error during service worker registration: TypeError: Failed to register a ServiceWorker for scope ('https://www.dhgate.com/') with script ('https://www.dhgate.com/service-worker.js'): A bad HTTP response code (403) was received when fetching the script. |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED |
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#J_appBanner > section.top-appdownload > span.j-openApp > img div#J_appBanner > section.top-appdownload > span.j-openApp > img |
body > div.j-newBuyerCouponpack-root > img body > div.j-newBuyerCouponpack-root > img |
div.promoban-lf > a > div.pro-img > img div.promoban-lf > a > div.pro-img > img |
div.promoban-midcon > a.promoban-a1 > div.pro-img > img div.promoban-midcon > a.promoban-a1 > div.pro-img > img |
div.promoban-midcon > a.promoban-a2 > div.pro-img > img div.promoban-midcon > a.promoban-a2 > div.pro-img > img |
div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img div.promoban-mid > div.promoban-btoBtn > a.promoban-btn > img |
div.promoban-ri > a > div.pro-img > img div.promoban-ri > a > div.pro-img > img |
div.promo-ban > div.banrate > a > img div.promo-ban > div.banrate > a > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn |
a > div.lowprice-img > div.lowprice-img-group > img.turn a > div.lowprice-img > div.lowprice-img-group > img.turn |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
a > div.lowprice-img > div.lowprice-img-group > img a > div.lowprice-img > div.lowprice-img-group > img |
div > a > div.lowprice-img > img div > a > div.lowprice-img > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-slide > a > div.pro-img > img.swiper-lazy div.swiper-slide > a > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy div.swiper > div.swiper-wrapper > div.pro-img > img.swiper-lazy |
a > div.pro-text > div.newpromtion-icon > img a > div.pro-text > div.newpromtion-icon > img |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
ul > li > div.pro-img > img.fade-in ul > li > div.pro-img > img.fade-in |
body > img#tracker_134_1823 body > img#tracker_134_1823 |
body > img body > img |
body > img#tracker_206_1806 body > img#tracker_206_1806 |
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.
1.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.49 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.48 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.
15.61 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/20/f2aeed54-a5c1-4e18-85dc-66fd5... | 97.2 KiB | 77.8 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/20/b3193f44-e231-4fa0-b424-7e772... | 90.3 KiB | 72.3 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/20/51bf7d5c-9d3d-414e-b3d0-ca5c7... | 70.6 KiB | 56.5 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/20/5e833fa7-3eb3-48d2-80e6-ffc09... | 62.5 KiB | 50.0 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/16/5aa1b323-37a6-4743-b04e-b6daa... | 56.1 KiB | 44.9 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/ys/z/22/3f4f784a-7d09-4c29-b29e-dc4e5... | 53.5 KiB | 42.8 KiB |
div.slick-slide > div > a > img.banner-image div.slick-slide > div > a > img.banner-image | /webp/m/f3/decorate/bw/s/02/64338346-28a3-4608-9c99-051e4... | 49.5 KiB | 39.6 KiB |
dog hair bows div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/j/09/36118063-a1f3-428d-bdd0-0... | 21.6 KiB | 21.3 KiB |
automatic fish food feeder div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/y/30/9a9de727-46e0-4378-b730-0... | 20.2 KiB | 20.0 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/jc/z/18/8ddf5f93-cc75-4253-aa09-8... | 20.6 KiB | 17.3 KiB |
hamster supplies div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/km/s/21/c1063252-a50c-4cb3-82d2-3... | 16.3 KiB | 16.0 KiB |
teacup chihuahua clothes div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/km/l/29/7cba51fb-ff4c-41bb-bd60-3... | 14.7 KiB | 14.4 KiB |
mini fish tank div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/km/s/14/9e7d571d-ff75-405f-9694-1... | 14.2 KiB | 14.0 KiB |
chihuahua clothing div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f2/albu/g22/M01/F5/0B/rBVaEmJeIFyAPm-JABD... | 13.7 KiB | 13.4 KiB |
self cleaning fish tank div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/g/14/1f53544d-9186-4000-ac6f-a... | 13.0 KiB | 12.8 KiB |
gerbil toys div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/j/30/ad9e8f78-b8d3-470a-ae1e-7... | 12.7 KiB | 12.4 KiB |
yorkie clothes div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/t/05/9a037d47-950d-493b-af05-e... | 12.1 KiB | 11.9 KiB |
cute puppy clothing div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/s/02/20fd9f42-efdf-4414-9b88-b... | 9.3 KiB | 9.2 KiB |
dog swimming clothes div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/o/03/b0250917-ee6b-4166-9e77-f... | 9.1 KiB | 8.9 KiB |
portable dog drinking bottle div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f2/albu/g7/M00/82/57/rBVaSVtpXEeAAATHAABe... | 8.5 KiB | 8.3 KiB |
div.d6mOgbuu > a > div.d3p7m2IT > img div.d6mOgbuu > a > div.d3p7m2IT > img | /webp/m/260x260/f3/albu/bw/h/06/05d53ab0-824c-4e3f-84bc-e... | 13.8 KiB | 7.3 KiB |
Welcome to DHgate div.dUHoUVi > a.e766L4L > div.d9W8b7ss > span.zaAGPRV | js.dhresource.com/buyerassets/image/home/welcometo-icon.png | 7.6 KiB | 7.1 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/ys/h/16/e8a00f12-7cf8-4478-a352-f... | 9.9 KiB | 7.0 KiB |
div.fMIc1oy > a > div.d3p7m2IT > img div.fMIc1oy > a > div.d3p7m2IT > img | /webp/m/260x260/f3/albu/ys/j/28/cb4edf18-83e7-4378-b390-d... | 13.2 KiB | 6.7 KiB |
cats laser pointer div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/h/02/9e9d9ab6-ef83-41fe-ba41-9... | 6.7 KiB | 6.6 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/km/j/03/f83571a6-eac6-41cf-80d1-9... | 9.2 KiB | 6.5 KiB |
li.d0dx3y11 > a > div.d3p7m2IT > img li.d0dx3y11 > a > div.d3p7m2IT > img | /webp/m/260x260/f3/albu/ys/z/30/5a202266-ab82-4aae-82ff-8... | 11.1 KiB | 6.4 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/ys/o/08/07039b40-ec9f-44ae-83d1-5... | 8.7 KiB | 6.2 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f2/albu/g21/M00/59/F5/rBVaq2B1GKmANe38AAC... | 6.7 KiB | 4.8 KiB |
chihuahua clothes div.swiper-wrapper > div.swiper-slide > div.I1mWK1f > img.nHFw6fC | /webp/m/300x300/f3/albu/jc/g/19/7205bd16-fafa-4e33-aebd-6... | 4.8 KiB | 4.7 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/jc/s/01/51af9813-1465-4d07-b3bb-2... | 6.0 KiB | 4.2 KiB |
div.ScK8c83 > a > div.fgtglnL > img div.ScK8c83 > a > div.fgtglnL > img | /webp/m/260x260/f3/albu/jc/o/08/e291bad2-db70-4e34-92c8-1... | 5.7 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| dhgate.com/ | 264 ms |
| www.dhgate.com/ | 0.0 ms |
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 |
|---|---|---|
| js.dhresource.com/webp/m/buyerassets/_next/static/css/4c4686ffbc7eb9e4.css | 201.2 KiB | 195.5 KiB |
| js.dhresource.com/webp/m/buyerassets/_next/static/css/43a9ad38439e874f.css | 106.0 KiB | 81.4 KiB |
| js.dhresource.com/webp/m/buyerassets/_next/static/css/2372b3d0de260236.css | 65.8 KiB | 45.7 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 | 13.8 s |
| Other | 4.3 s |
| Script Parsing & Compilation | 974 ms |
| Style & Layout | 824 ms |
| Garbage Collection | 403 ms |
| Rendering | 394 ms |
| Parse HTML & CSS | 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| 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 |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 |
|---|---|---|
| yutoads.com/0hgj0b9d2zy3o0kjpgrwezbk.js | 7.6 KiB | 2.6 KiB |
| yutoads.com/0hgj0b9d2zy3o0kjpgrwezbk.js | 7.6 KiB | 2.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
div.d8k5i8Ya > div > a > img div.d8k5i8Ya > div > a > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
Get Now div.dUHoUVi > a.YVW418P > div.vBO5rPl > div.VX0W3Id |
View All div.SCkHcNj > a.oR8nJkp > div.bcAg5Ze > span |
Wholesale products from certified sellers div.d2NnsFGS > div.tWfm1Xj > ul > li |
Worldwide shipping div.d2NnsFGS > div.tWfm1Xj > ul > li |
Low prices from US $0.1 div.d2NnsFGS > div.tWfm1Xj > ul > li |
Learn More >> div.tWfm1Xj > ul > li.LjyQTum > a |
How do I contact the seller? div.d2NnsFGS > div.tWfm1Xj > ul > li |
How do I make a payment? div.d2NnsFGS > div.tWfm1Xj > ul > li |
How do I calculate shipping cost? div.d2NnsFGS > div.tWfm1Xj > ul > li |
Learn More >> div.tWfm1Xj > ul > li.LjyQTum > a |
After Sales Assurance div.d2NnsFGS > div.tWfm1Xj > ul > li |
Secure Payment div.d2NnsFGS > div.tWfm1Xj > ul > li |
Logistics Support div.d2NnsFGS > div.tWfm1Xj > ul > li |
Learn More >> div.tWfm1Xj > ul > li.LjyQTum > 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 |
|---|
div.d8k5i8Ya > div > a > img div.d8k5i8Ya > div > a > img |
div.PzoaPpb > div#bannerRem121 > a > img div.PzoaPpb > div#bannerRem121 > a > img |
body > img#tracker_134_1823 body > img#tracker_134_1823 |
body > img body > img |
body > img#tracker_206_1806 body > img#tracker_206_1806 |
body > img body > img |
body > img body > 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 > iframe body > iframe |
body > iframe body > 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 |
|---|
div.deFNCjJ > div.d8k5i8Ya > div > a div.deFNCjJ > div.d8k5i8Ya > div > a |
div#head-box-belt > div.vujETmK > div.UJRlKfl > a div#head-box-belt > div.vujETmK > div.UJRlKfl > a |
div.slick-track > div.slick-slide > div > a div.slick-track > div.slick-slide > div > a |
ul.XYxY3Td > li.d7p8jDA4 > div.fMIc1oy > a ul.XYxY3Td > li.d7p8jDA4 > div.fMIc1oy > a |
ul.XYxY3Td > li.d7p8jDA4 > div.d6mOgbuu > a ul.XYxY3Td > li.d7p8jDA4 > div.d6mOgbuu > a |
div.d6PuG3Me > ul.XYxY3Td > li.d7p8jDA4 > a.S8iShqn div.d6PuG3Me > ul.XYxY3Td > li.d7p8jDA4 > a.S8iShqn |
div.QGz0AhK > div.d9HHDTQE > div > a.VyXe3vG div.QGz0AhK > div.d9HHDTQE > div > a.VyXe3vG |
div.QGz0AhK > div.d9HHDTQE > div > a.AdyYIJQ div.QGz0AhK > div.d9HHDTQE > div > a.AdyYIJQ |
div.QGz0AhK > div.d9HHDTQE > div > a.d2svcmsx div.QGz0AhK > div.d9HHDTQE > div > a.d2svcmsx |
div.QGz0AhK > div.d9HHDTQE > div > a.kRxW0FO div.QGz0AhK > div.d9HHDTQE > div > a.kRxW0FO |
div.QGz0AhK > div.d9HHDTQE > div > a.PXuwccd div.QGz0AhK > div.d9HHDTQE > div > a.PXuwccd |
div.QGz0AhK > div.FBColMk > div.xGRndBY > a.OKikaS9 div.QGz0AhK > div.FBColMk > div.xGRndBY > a.OKikaS9 |
div.QGz0AhK > div.FBColMk > div.xGRndBY > a.TDfi47c div.QGz0AhK > div.FBColMk > div.xGRndBY > a.TDfi47c |
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 |
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 |
|---|
Previous div.XJINov0 > div.FBo62Mv > div.slick-slider > button.slick-arrow |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Access to fetch at 'https://yutoads.com/save-log/?id=LA6VU1W7WD5MEIVK4JUY' from origin 'https://www.dhgate.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught ReferenceError: is_shopjis is not defined | |
Uncaught ReferenceError: is_shopjis is not defined |
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.d8k5i8Ya > div > a > img div.d8k5i8Ya > div > a > img |
div.PzoaPpb > div#bannerRem121 > a > img div.PzoaPpb > div#bannerRem121 > a > img |
body > img#tracker_134_1823 body > img#tracker_134_1823 |
body > img body > img |
body > img#tracker_206_1806 body > img#tracker_206_1806 |
body > img body > img |
body > img body > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback