Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 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.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 5.5 MB (4.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
11 control(s) without accessible label
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/974a22bf-afe3-4cea-8365-803f72c088e0)<a href="https://beavercheck.com/results/974a22bf-afe3-4cea-8365-803f72c088e0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fxinnet.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fxinnet.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 11.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
12 barrier(s) likely increasing bounce by ~42%.
Page takes 11.1s to load
+12% bounceUsers abandon at ~3s — you're 8.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 484ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
11 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
29 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
5 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,750 investment → ¥15,830/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥15,830 /mo
~¥189,955 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,674 / month at risk
~¥50,000,093 / year if left unfixed
¥50,000,000
+1 more
¥7.78 /mo
13614.2 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.
6.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
484 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.869
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.20 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.
17.68 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| imgi.xinnet.com/static/m-xinnet/css/index.min.css?v=prod-0.0.428 | 3.4 KiB | |
| imgi.xinnet.com/static/common/vant/vant.min.css | 41.7 KiB | 1.2 s |
| imgi.xinnet.com/static/m-xinnet/css/styles.min.css?v=prod-0.0.430 | 3.4 KiB | 150 ms |
| imgi.xinnet.com/static/common/UA.js?v=prod-0.0.428 | 0 B |
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#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/bg_prd0.a56ccef.png | 772.4 KiB | 735.2 KiB |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/bg_prd1.32179e2.png | 686.0 KiB | 648.9 KiB |
div#app-main > div.cooperative-partner > div.box > img.bgImg div#app-main > div.cooperative-partner > div.box > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/box1.8c13363.png | 465.8 KiB | 419.2 KiB |
body > div#app-main > div.banner-bot > img.bgImg body > div#app-main > div.banner-bot > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/banner_bot.b34f85c.png | 415.2 KiB | 372.3 KiB |
div#app-main > div.cooperative-partner > div.box > img.bgImg div#app-main > div.cooperative-partner > div.box > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/box2.bc954be.png | 367.8 KiB | 321.2 KiB |
div#app-main > div.cooperative-partner > div.box > img.bgImg div#app-main > div.cooperative-partner > div.box > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/box0.fc919c8.png | 356.0 KiB | 309.4 KiB |
div#app-main > div.authWrap > div.row1 > img.title div#app-main > div.authWrap > div.row1 > img.title | imgi.xinnet.com/static/m-xinnet/images/index/auth.90bf500.png | 41.8 KiB | 38.4 KiB |
div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/why3.37f0d0d.png | 65.1 KiB | 35.1 KiB |
div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/why1.7cc16a7.png | 58.2 KiB | 28.2 KiB |
body > div#app-main > div.authWrap > img.shadow body > div#app-main > div.authWrap > img.shadow | imgi.xinnet.com/static/m-xinnet/images/index/line-boxShadow.52e3804.png | 31.0 KiB | 26.9 KiB |
div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/why2.386b7df.png | 54.7 KiB | 24.7 KiB |
div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg div.embla__container > div.embla__slide > div.embla__slide__number > img.bgImg | imgi.xinnet.com/static/m-xinnet/images/index/why4.988344b.png | 45.6 KiB | 15.7 KiB |
div.main-banner > div.banner-hover > a.trackBannerHover > img div.main-banner > div.banner-hover > a.trackBannerHover > img | imgi.xinnet.com/static/m-xinnet/images/index/icon_ssl@2x.bbe3edd.png | 11.3 KiB | 10.7 KiB |
div.main-banner > div.banner-hover > a.trackBannerHover > img div.main-banner > div.banner-hover > a.trackBannerHover > img | imgi.xinnet.com/static/m-xinnet/images/index/icon_gift@2x.3462467.png | 8.8 KiB | 8.2 KiB |
div.footer > div.row2 > a > img.gaIcon div.footer > div.row2 > a > img.gaIcon | imgi.xinnet.com/static/m-xinnet/images/common/ga.8bea214.png | 8.2 KiB | 8.1 KiB |
大众点评 div.scroll-content > div.item > a > img | imgi.xinnet.com/static/xinnet/images/227c2524e26bee85f78c0342ac02b5d6.png | 7.5 KiB | 6.1 KiB |
中国人民财产保险 div.scroll-content > div.item > a > img | imgi.xinnet.com/static/xinnet/images/71c9a2fe3ec2fe13b8816f4992e74751.png | 6.9 KiB | 5.5 KiB |
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 |
|---|---|
| xinnet.com/ | 1.3 s |
| www.xinnet.com/ | 4.0 s |
| m.xinnet.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Layout shift score |
|---|
| 0.869 |
| 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| imgi.xinnet.com/static/common/vant/vant.min.css | 41.6 KiB | 41.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m.xinnet.com/ | 1.3 s | 14 ms | 2.4 ms |
| analytics.oceanengine.com/api/v2/js/sdk | 893 ms | 885 ms | 4.5 ms |
| Unattributable | 737 ms | 5.8 ms | 0.0 ms |
| imgi.xinnet.com/static/common/embla-carousel.js | 510 ms | 123 ms | 1.6 ms |
| imgi.xinnet.com/static/m-xinnet/js/index.min.js?v=prod-0.0.428 | 218 ms | 164 ms | 0.9 ms |
| imgi.xinnet.com/static/m-xinnet/js/utils.min.js?v=prod-0.0.428 | 134 ms | 110 ms | 1.7 ms |
| imgi.xinnet.com/static/common/m-xinnet_global_track.js?v=prod-0.0.428 | 83 ms | 80 ms | 1.0 ms |
| imgi.xinnet.com/static/common/vant/vant.min.js | 81 ms | 60 ms | 20 ms |
| imgi.xinnet.com/static/common/vue.js | 63 ms | 28 ms | 34 ms |
| s.union.360.cn/497875.js | 55 ms | 48 ms | 3.4 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 1.6 s |
| Style & Layout | 542 ms |
| Rendering | 404 ms |
| Script Parsing & Compilation | 97 ms |
| Parse HTML & CSS | 61 ms |
| Garbage Collection | 11 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 |
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 |
|---|---|---|
| imgi.xinnet.com/static/common/vue.js | 79.0 KiB | 30.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| imgi.xinnet.com/static/common/vant/vant.min.js | 77.9 KiB | 58.3 KiB |
| imgi.xinnet.com/static/common/sensorsdata.min.js | 51.5 KiB | 29.5 KiB |
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.
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.
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.
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#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div.footer > div.row2 > a > img.gaIcon div.footer > div.row2 > a > img.gaIcon |
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#app-header > div.van-row > div.col1 > a.logo div#app-header > div.van-row > div.col1 > a.logo |
div#app-header > div.van-row > div.col2 > a.account div#app-header > div.van-row > div.col2 > a.account |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | analytics.oceanengine.com/api/v2/js/sdk line 1, col 32344 |
| Unload event listeners are deprecated and will be removed. | s.union.360.cn/497875.js line 9, col 1470 |
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 |
|---|
登录 div#app-header > div.van-row > div.col2 > a.login |
注册有礼 div#app-header > div.van-row > div.col2 > a.reg |
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#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div.footer > div.row2 > a > img.gaIcon div.footer > div.row2 > a > img.gaIcon |
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.
4.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.28 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.
5.94 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /static/common/bootstrap-3.3.7-dist/fonts/glyphicons-half... | 325 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 | |
|---|---|---|---|
稳定、安全、可信赖的云产品
30+年技术沉淀,新网为企业提供全方位尊享服务
虚拟主机
国内及免备案虚机,超大空间,支持建站主流开发语言,免费SSL证书、… body.pageNewIndex > div#main > div.section | imgi.xinnet.com/static/xinnet/images/newIndex/contentBg.6aa2c16.png | 1.3 MiB | 742.6 KiB |
div.xw-banner > div#swiper-banner > div.swiper-wrapper > div.swiper-slide div.xw-banner > div#swiper-banner > div.swiper-wrapper > div.swiper-slide | imgi.xinnet.com/archive/images/2026/01/16/1.png | 349.4 KiB | 237.9 KiB |
云主机
专为中小企业打造的云主机,管理简单、操作便捷、性能卓越,超低价格,年付再享全系折扣 div.section > div.xw-container > div.row > div.col-md-3 | imgi.xinnet.com/static/xinnet/images/newIndex/cloud.df4b12d.png | 249.2 KiB | 179.8 KiB |
邮箱
新网企业邮箱,22年安全稳定运营,功能丰富,是企业选择的高效办公利器,驱动外贸营销增长新引擎 div.section > div.xw-container > div.row > div.col-md-3 | imgi.xinnet.com/static/xinnet/images/newIndex/email.5ccacc4.png | 231.2 KiB | 161.8 KiB |
虚拟主机
国内及免备案虚机,超大空间,支持建站主流开发语言,免费SSL证书、免费CDN、免费漏扫,企业建站优选 div.section > div.xw-container > div.row > div.col-md-3 | imgi.xinnet.com/static/xinnet/images/newIndex/vhost.7c5d88e.png | 169.4 KiB | 100.0 KiB |
企业建站
新网企业建站全网响应式设计、高质量设计、海量模板、平民价格、安全保障、自动备份、7*24客服热线 div.section > div.xw-container > div.row > div.col-md-3 | imgi.xinnet.com/static/xinnet/images/newIndex/jianzhan.f3b0b7c.png | 166.9 KiB | 97.5 KiB |
div#main > div.top-adv2 > a#topAdv2 > img div#main > div.top-adv2 > a#topAdv2 > img | www.xinnet.com/images/5xf74LDX7sQHqBll6rU.png | 141.8 KiB | 91.8 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo10.63f3f2d.png | 25.8 KiB | 24.2 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo09.632f259.png | 24.3 KiB | 22.8 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo01.abe9c42.png | 24.3 KiB | 22.7 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo07.5a5947d.png | 23.9 KiB | 22.4 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo06.b3117bb.png | 23.6 KiB | 22.1 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo03.a537d13.png | 21.0 KiB | 19.4 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo04.d64327f.png | 20.9 KiB | 19.3 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo08.6dab9d4.png | 19.7 KiB | 18.2 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo02.0c006c7.png | 18.1 KiB | 16.6 KiB |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f3.c96500b.png | 11.6 KiB | 11.2 KiB |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/index/img_23.a68c7d7.png | 11.2 KiB | 10.3 KiB |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo05.debddd4.png | 10.8 KiB | 9.3 KiB |
li.wrapper > div.icon > span.img > img li.wrapper > div.icon > span.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/zhongqi.9822c5d.png | 9.7 KiB | 9.1 KiB |
li.wrapper > div.icon > span.img > img li.wrapper > div.icon > span.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/jdcloud.6292c73.png | 9.4 KiB | 8.8 KiB |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f2.f72efac.png | 8.5 KiB | 8.1 KiB |
li.wrapper > div.icon > span.img > img li.wrapper > div.icon > span.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/chenxing.c96321f.png | 8.6 KiB | 8.0 KiB |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/img_20.93eab7e.png | 8.7 KiB | 7.8 KiB |
div.row > div.header-logo > a > img div.row > div.header-logo > a > img | imgi.xinnet.com/static/xinnet/images/newIndex/logo.1a7a2e6.png | 8.0 KiB | 7.5 KiB |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f1.970155b.png | 7.3 KiB | 6.9 KiB |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f4.9640a60.png | 7.2 KiB | 6.8 KiB |
小程序
私域营销主阵地,流量销量双增长
源码交付,独立部署
丰富的模板选择
标准化搭建服务
个性化开发
8,000元起
立即购买 div.xw-container > div.row > div.col-md-3 > div.col-wrap | imgi.xinnet.com/static/xinnet/images/newIndex/productBg.90aa7f6.png | 25.0 KiB | 6.4 KiB |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/index/img_24.0d73c0b.png | 5.0 KiB | 4.3 KiB |
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.
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.
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 |
|---|---|
| xinnet.com/ | 663 ms |
| www.xinnet.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.
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 |
|---|---|---|
| imgi.xinnet.com/static/xinnet/css/styles.min.css?v=prod-0.0.430 | 32.7 KiB | 27.4 KiB |
| /static/common/bootstrap-3.3.7-dist/css/bootstrap.min.css... | 19.3 KiB | 18.4 KiB |
| imgi.xinnet.com/static/xinnet/css/index.min.css?v=prod-0.0.428 | 27.0 KiB | 16.4 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | 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 |
|---|---|---|
| imgi.xinnet.com/static/common/util.js?v=prod-0.0.428 | 19.9 KiB | 5.2 KiB |
| imgi.xinnet.com/static/common/jquery-jtemplates_uncompressed.js?v=prod-0.0.428 | 9.2 KiB | 4.8 KiB |
| imgi.xinnet.com/static/common/jquery.slider.js?v=prod-0.0.428 | 6.8 KiB | 3.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 |
|---|---|---|
| imgi.xinnet.com/static/common/sensorsdata.min.js?v=prod-0.0.428 | 51.8 KiB | 28.6 KiB |
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.row > div.col-md-2 > div.col-qr > img div.row > div.col-md-2 > div.col-qr > img | imgi.xinnet.com/static/xinnet/images/6125cb54997855b4b65bf5f15568ce67.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo24.8d598c2.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo25.924389d.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo26.9ed6c1e.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo27.b448e0f.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo28.adf4b1a.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo29.5006eae.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo30.01a5305.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo01.abe9c42.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo02.0c006c7.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo03.a537d13.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo04.d64327f.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo05.debddd4.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo06.b3117bb.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo07.5a5947d.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo08.6dab9d4.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo09.632f259.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo10.63f3f2d.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo11.ec0925d.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo13.577886b.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo14.5923be0.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo15.b7b196f.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo16.c64e2b5.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo18.2aee030.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo19.26d4071.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo20.e28626d.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo33.a4cde37.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo22.3bed4ad.png |
div.row > dl > dt > img div.row > dl > dt > img | imgi.xinnet.com/static/xinnet/images/newIndex/customerLogo23.c2e248b.png |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/img_20.93eab7e.png |
div.row > div.col-md-2 > div.col-qr > img div.row > div.col-md-2 > div.col-qr > img | imgi.xinnet.com/static/xinnet/images/6125cb54997855b4b65bf5f15568ce66.png |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/newIndex/img_21.e93e1a2.png |
div.row > div.header-logo > a > img div.row > div.header-logo > a > img | imgi.xinnet.com/static/xinnet/images/newIndex/logo.1a7a2e6.png |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f1.970155b.png |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f2.f72efac.png |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f3.c96500b.png |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f4.9640a60.png |
div.xw-container > div.row0 > div.col1 > img div.xw-container > div.row0 > div.col1 > img | imgi.xinnet.com/static/xinnet/images/newIndex/f5.679f53f.png |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/index/img_22.1f63fad.png |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/index/img_23.a68c7d7.png |
div.col-md-3 > div.col-wrap > div.img > img div.col-md-3 > div.col-wrap > div.img > img | imgi.xinnet.com/static/xinnet/images/index/img_24.0d73c0b.png |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
div.cont > div.info > p > img div.cont > div.info > p > img | |
form.clearfix > div.dropdown > button#dropdownMenu1 > img#domainSearchArrowDown form.clearfix > div.dropdown > button#dropdownMenu1 > img#domainSearchArrowDown |
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 |
|---|
免费咨询获取折扣 body.pageNewIndex > div#handleModalSubmitIntentionSmall |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
div.swiper-wrapper > div.swiper-slide > div.row > dl div.swiper-wrapper > div.swiper-slide > div.row > dl |
These are opportunities to improve the experience of reading tabular or list data using 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.
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#main > div.top-adv2 > a#topAdv2 > img div#main > div.top-adv2 > a#topAdv2 > img |
div.copyright > span > a.none > img div.copyright > span > a.none > img |
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.out-container > div.row > div.header-logo > a div.out-container > div.row > div.header-logo > a |
div#swiper-banner > div.swiper-wrapper > div.swiper-slide > a div#swiper-banner > div.swiper-wrapper > div.swiper-slide > a |
body.pageNewIndex > div#main > div.top-adv2 > a#topAdv2 body.pageNewIndex > div#main > div.top-adv2 > a#topAdv2 |
div.row > div.col-md-3 > div.col-wrap > a.sycptj1 div.row > div.col-md-3 > div.col-wrap > a.sycptj1 |
div.row > div.col-md-3 > div.col-wrap > a.sycptj1 div.row > div.col-md-3 > div.col-wrap > a.sycptj1 |
div.row > div.col-md-3 > div.col-wrap > a.sycptj1 div.row > div.col-md-3 > div.col-wrap > a.sycptj1 |
div.row > div.col-md-3 > div.col-wrap > a.sycptj1 div.row > div.col-md-3 > div.col-wrap > a.sycptj1 |
div > div.liGroup > div.liTalk > a div > div.liGroup > div.liTalk > a |
div > div.liGroup > div.liCart > a div > div.liGroup > div.liCart > a |
div > div.liGroup > div.liMsg > a div > div.liGroup > div.liMsg > a |
div.xw-container > div.copyright > span > a.none |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
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. |
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#main > div.top-adv2 > a#topAdv2 > img div#main > div.top-adv2 > a#topAdv2 > img |
div.copyright > span > a.none > img div.copyright > span > a.none > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback