Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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.
21 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
34 image(s) missing alt attribute
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/13114580-e973-404a-b366-faefece8c29e)<a href="https://beavercheck.com/results/13114580-e973-404a-b366-faefece8c29e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fxunlei.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fxunlei.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~33%.
Page takes 16.8s to load
+12% bounceUsers abandon at ~3s — you're 14.3s 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 405ms 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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
7 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
4 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,575 investment → ¥4.63/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥4.63 /mo
~¥56 / 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,671 / month at risk
~¥50,000,056 / year if left unfixed
¥50,000,000
+1 more
¥4.63 /mo
8102.9 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.
8.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
405 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.37 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.06 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 |
|---|---|
| m.xunlei.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.d0831fe6.woff2 | 50 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 | |
|---|---|---|---|
手机迅雷
4亿用户下载选择
下载 Android 迅雷
Windows 版
Mac 版
TV 版
Nas 版 section#customer > div.x-c-product-control > div > div.background | m.xunlei.com/img/xunlei-background.7529e43a.png | 581.3 KiB | 386.0 KiB |
div.row > div.col-4 > span.q-icon > img div.row > div.col-4 > span.q-icon > img | m.xunlei.com/main/b4.png | 339.0 KiB | 333.5 KiB |
赋能共识,共建信任 section.child > div.x-banner-control > div.text-center > img | m.xunlei.com/main/m-banner.png | 323.9 KiB | 290.8 KiB |
div.row > div.col-4 > span.q-icon > img div.row > div.col-4 > span.q-icon > img | m.xunlei.com/main/b1.png | 149.1 KiB | 143.7 KiB |
div.row > div > span.q-icon > img div.row > div > span.q-icon > img | m.xunlei.com/icons/xunleiyingyin-new.png | 42.7 KiB | 41.5 KiB |
div.row > div > span.q-icon > img div.row > div > span.q-icon > img | m.xunlei.com/icons/xunleiyouxi.png | 38.9 KiB | 37.8 KiB |
div.row > div > span.q-icon > img div.row > div > span.q-icon > img | m.xunlei.com/icons/xl-speed.png | 28.9 KiB | 27.6 KiB |
构筑可信数字基石 a > div.x-future-control > div.relative-position > img.p2 | m.xunlei.com/img/m-link2.dde6f88a.png | 32.0 KiB | 24.6 KiB |
面向未来 a > div.x-future-control > div.relative-position > img.p1 | m.xunlei.com/img/m-link1.170cf89f.png | 23.9 KiB | 17.8 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| m.xunlei.com/js/chunk-common.18ae7111.js | 577.5 KiB | 4.7 s |
| m.xunlei.com/fetch.js | 3.0 KiB | 456 ms |
| m.xunlei.com/js/2.0fc209f6.js | 17.8 KiB | 456 ms |
| m.xunlei.com/css/2.8e809375.css | 2.4 KiB | 456 ms |
| m.xunlei.com/css/chunk-common.35738933.css | 5.6 KiB | 456 ms |
| m.xunlei.com/css/vendor.6a81cf17.css | 38.1 KiB | 1.1 s |
| m.xunlei.com/css/app.5bdbb1d9.css | 1.5 KiB | 456 ms |
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 |
|---|---|
| xunlei.com/ | 1.2 s |
| www.xunlei.com/ | 1.6 s |
| m.xunlei.com/m/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| m.xunlei.com/css/vendor.6a81cf17.css | 37.6 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 |
|---|---|---|
| m.xunlei.com/js/chunk-common.18ae7111.js | 446.1 KiB | 418.0 KiB |
| m.xunlei.com/js/vendor.7fe0b994.js | 166.6 KiB | 98.5 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 789 ms |
| Script Evaluation | 615 ms |
| Style & Layout | 463 ms |
| Script Parsing & Compilation | 245 ms |
| Rendering | 90 ms |
| Parse HTML & CSS | 46 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 |
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 | |
|---|---|
赋能共识,共建信任 section.child > div.x-banner-control > div.text-center > img | m.xunlei.com/main/m-banner.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.bg-white > header.q-header > div.q-toolbar > button.q-btn div.bg-white > header.q-header > div.q-toolbar > button.q-btn |
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 |
|---|
span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.x-c-product-control > div > div.background > a div.x-c-product-control > div > div.background > a |
div > div.row > div > a div > div.row > div > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
下载 Android 迅雷 button.q-btn > span.q-btn__wrapper > span.q-btn__content > div.text-body1 |
Windows 版 div.icons > div.icons-item > a > div |
Mac 版 div.icons > div.icons-item > a > div |
TV 版 div.icons > div.icons-item > a > div |
Nas 版 div.icons > div.icons-item > a > div |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
收起迅雷产品 div > div.fold-control > div.row > div.name |
立即下载 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | hm.baidu.com/hm.js?fc3993ee6315a64049f3b26b7073a986 line 1, col 274 |
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 |
|---|
span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
422 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.37 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.
14.62 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.
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#customer > div.c > div.x-download-viedo > video div#customer > div.c > div.x-download-viedo > video | www.xunlei.com/main/p2.png | 1.3 MiB | 1.2 MiB |
a > div#future > div > video.video a > div#future > div > video.video | www.xunlei.com/main/link.png | 796.8 KiB | 682.7 KiB |
迅雷下载 SDK div.text-center > div.icon > a > img.poster | www.xunlei.com/main/b4.png | 339.0 KiB | 330.4 KiB |
div.x-banner > div.container > div.x-banner-video > video#video div.x-banner > div.container > div.x-banner-video > video#video | www.xunlei.com/main/banner.png | 433.1 KiB | 324.6 KiB |
迅雷下载 JS-SDK div.text-center > div.icon > a > img.poster | www.xunlei.com/main/b1.png | 149.1 KiB | 140.5 KiB |
迅雷会员 div.a2 > div.icon-wrap > a > img.poster | www.xunlei.com/1732515455000_vip-c1.png | 130.5 KiB | 118.0 KiB |
迅雷游戏加速器 div.a2 > div.icon-wrap > a > img.poster | www.xunlei.com/1727250911674_c4-speed.png | 120.5 KiB | 108.0 KiB |
迅雷游戏 div.a2 > div.icon-wrap > a > img.poster | www.xunlei.com/main/c5.png | 102.9 KiB | 90.4 KiB |
迅雷影音 div.a2 > div.icon-wrap > a > img.poster | www.xunlei.com/main/c1.png | 70.0 KiB | 57.5 KiB |
a > div.row > span.x-icon > img a > div.row > span.x-icon > img | www.xunlei.com/icons/xunleiyingyin-new.png | 42.7 KiB | 42.3 KiB |
a > div.row > span.x-icon > img a > div.row > span.x-icon > img | www.xunlei.com/icons/xunleiyouxi.png | 38.9 KiB | 38.5 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-nas.png | 33.6 KiB | 32.7 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-ios.png | 33.4 KiB | 32.5 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-windows.png | 32.9 KiB | 32.0 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-android.png | 32.6 KiB | 31.7 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-tv.png | 32.1 KiB | 31.2 KiB |
div.some-icon > a > span.q-icon > img div.some-icon > a > span.q-icon > img | www.xunlei.com/icons/1208-mac.png | 32.1 KiB | 31.1 KiB |
a > div.row > span.x-icon > img a > div.row > span.x-icon > img | www.xunlei.com/icons/xl-speed.png | 28.9 KiB | 28.4 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.xunlei.com/js/chunk-common.18ae7111.js | 1.2 MiB | 1.5 s |
| www.xunlei.com/css/vendor.6a81cf17.css | 38.1 KiB | 345 ms |
| www.xunlei.com/js/3.f88d207e.js | 11.6 KiB | 305 ms |
| www.xunlei.com/fetch.js | 3.0 KiB | 225 ms |
| www.xunlei.com/css/chunk-common.35738933.css | 5.6 KiB | 225 ms |
| www.xunlei.com/css/3.e5442271.css | 2.8 KiB | 225 ms |
| www.xunlei.com/css/app.5bdbb1d9.css | 1.5 KiB | 225 ms |
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 |
|---|---|
| xunlei.com/ | 440 ms |
| www.xunlei.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 |
|---|---|---|
| www.xunlei.com/css/vendor.6a81cf17.css | 37.6 KiB | 36.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 |
|---|---|---|
| www.xunlei.com/js/chunk-common.18ae7111.js | 980.0 KiB | 919.9 KiB |
| www.xunlei.com/js/vendor.7fe0b994.js | 166.7 KiB | 99.2 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.1 s |
| Script Evaluation | 1.0 s |
| Style & Layout | 176 ms |
| Script Parsing & Compilation | 56 ms |
| Rendering | 42 ms |
| Garbage Collection | 37 ms |
| Parse HTML & CSS | 17 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.xunlei.com/main/link.mp4 | 4.3 MiB |
| www.xunlei.com/main/banner-loop.mp4 | 2.7 MiB |
| www.xunlei.com/1752466570280_c6a-browser.png | 2.2 MiB |
| www.xunlei.com/main/b1a.png | 2.2 MiB |
| www.xunlei.com/main/b4a.png | 1.8 MiB |
| www.xunlei.com/1727249714940_c4a-speed.png | 1.3 MiB |
| www.xunlei.com/main/p2.png | 1.3 MiB |
| www.xunlei.com/js/chunk-common.18ae7111.js | 1.2 MiB |
| www.xunlei.com/main/c5a.png | 1.1 MiB |
| www.xunlei.com/main/c1a.png | 1.1 MiB |
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 |
|---|
下载迅雷 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
立即下载 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-white |
了解更多 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span |
了解更多 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span |
了解更多 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span |
These are opportunities to improve the legibility of your content.
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.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
div.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
div.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
div.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
div.x-footer-wrap > div.row > div.row > a div.x-footer-wrap > div.row > div.row > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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. | hm.baidu.com/hm.js?fc3993ee6315a64049f3b26b7073a986 line 1, col 274 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
首页 div.row > ul > li.item > a.txt |
所有产品 div.row > ul > li.item > a.txt |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
li.item > ul.sub-menu > li.sub-menu-item > a li.item > ul.sub-menu > li.sub-menu-item > a |
面向用户 div.container > div.row > div.item > a |
面向企业 div.container > div.row > div.item > a |
面向未来 div.container > div.row > div.item > a |
div.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
div.row > div.download-action-item > div.some-icon > a div.row > div.download-action-item > div.some-icon > a |
To appear in search results, crawlers need access to your app.
Send Feedback