Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 8 categories, 0 sections
Room to improve — your 12.3s load time is above Google's 2.5s 'Good' threshold.
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.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 10.2 MB (4.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/a8f6e3c3-434d-4ef0-89ce-311b843d2ed2)<a href="https://beavercheck.com/results/a8f6e3c3-434d-4ef0-89ce-311b843d2ed2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fqcloud.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fqcloud.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 12.3s 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.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 12.3s to load
+12% bounceUsers abandon at ~3s — you're 9.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.0s
+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
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 structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
25 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
98 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 → ¥11,051/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥11,051 /mo
~¥132,616 / 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,091 / year if left unfixed
¥50,000,000
+1 more
¥7.59 /mo
13275.8 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.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.55 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
20.10 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.1891ff8f9.js | 182.9 KiB | 1.0 s |
| /qcloud/main/scripts/release/common/vendors/babel/polyfil... | 34.3 KiB | 207 ms |
| /qcloud/main/scripts/release/common/deps.6da264e652ff7f47... | 39.0 KiB | 207 ms |
| /qcloud/main/scripts/release/common/base.2ca1f4943948247d... | 80.6 KiB | 413 ms |
| cdn-go.cn/tam/aegis-sdk/latest/aegis.f.min.js | 84.3 KiB | 1.8 s |
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.27f8aefa73940f4e6eda.css | 22.6 KiB | 207 ms |
| /open_proj/proj_qcloud_v2/gateway/portal/css/base-2020914... | 36.2 KiB | 1.4 s |
| cloudcache.tencent-cloud.com/qcloud/ui/tpm-home/build/Main/Main-202604081111.css | 22.0 KiB | 413 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 | |
|---|---|---|---|
div.page-container > div.tpm-portal-action-panel > div.tpm-portal-action-panel__bg > div.tpm-portal-action-panel__img div.page-container > div.tpm-portal-action-panel > div.tpm-portal-action-panel__bg > div.tpm-portal-action-panel__img | /upload/uploader/action-panel-bg-mobile2-dd66ff91f7b3f3d8... | 182.1 KiB | 54.1 KiB |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/533ecd13609afc35bda612189782b60e.png | 7.4 KiB | 6.4 KiB |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c621fb6d3dc7c7d016033e14477a3678.png | 7.2 KiB | 6.2 KiB |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/96206f489ac3560c48a73bd4ca9d68d6.png | 6.4 KiB | 5.4 KiB |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/54c24ad0447a89efa6a1ce404692e0c8.png | 6.4 KiB | 5.4 KiB |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/428113bad5c3344324e52e90006a4a0a.png | 6.3 KiB | 5.3 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 |
|---|---|
| qcloud.com/ | 1.2 s |
| cloud.tencent.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 |
|---|---|---|
| /open_proj/proj_qcloud_v2/gateway/portal/css/base-2020914... | 35.6 KiB | 35.5 KiB |
| .qcaa-assistant-root--dark .qcaa-panel{background-color:#1c1c1c!important} … | 24.6 KiB | 24.6 KiB |
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.27f8aefa73940f4e6eda.css | 22.2 KiB | 21.3 KiB |
| cloudcache.tencent-cloud.com/qcloud/ui/tpm-home/build/Main/Main-202604081111.css | 21.7 KiB | 10.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 |
|---|---|---|
| helix.cloud.tencent.com/web-sdk.js | 1.4 MiB | 678.9 KiB |
| cloudcache.tencent-cloud.com/qcloud/portal/home/assets/vendor.c0318151.js | 295.3 KiB | 191.8 KiB |
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.1891ff8f9.js | 181.8 KiB | 111.4 KiB |
| cloudcache.tencent-cloud.com/qcloud/ewp/sdk/ewp-sdk.glsqvz3x.js?max_age=31536000 | 120.5 KiB | 85.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KV8Z8NK | 133.4 KiB | 66.3 KiB |
| dscache.tencent-cloud.cn/ecache/qcstat/qcloud/qcloudStatApi.js | 137.1 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-940175154&cx=c>m=4e64h1 | 134.1 KiB | 60.2 KiB |
| /qcloud/main/scripts/release/common/base.2ca1f4943948247d... | 80.3 KiB | 51.3 KiB |
| cdn-go.cn/tam/aegis-sdk/latest/aegis.f.min.js | 83.7 KiB | 40.5 KiB |
| /qcloud/main/scripts/release/qccomponent/index.266400a8a5... | 74.0 KiB | 31.4 KiB |
| /qcloud/main/scripts/release/common/deps.6da264e652ff7f47... | 38.7 KiB | 27.5 KiB |
| cloudcache.tencent-cloud.com/qcloud/portal/home/assets/index.1c4b425c.js | 43.6 KiB | 20.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.9 s |
| Other | 3.9 s |
| Style & Layout | 1.8 s |
| Script Parsing & Compilation | 855 ms |
| Rendering | 472 ms |
| Garbage Collection | 145 ms |
| Parse HTML & CSS | 109 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.
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 | |
|---|---|
58同城 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/ddf9b37f51552fb29a15ce4afcd39944.png |
webank div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/9593257e93db781fdd4b959a973cb9b6.png |
超参数 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/656fa0d539644fdf5950c668dadfa6e7.png |
大众点评 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/ef10ce8c474884f77b6f7d184f42871e.png |
滴滴 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/30f98133bb40481f3930d07eb02bc81a.png |
斗鱼 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/db87ae1c1cd3b4c4c8b0f18eaa53f9ee.png |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/54c24ad0447a89efa6a1ce404692e0c8.png |
绝地求生 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/a00d5d34b886987c2908dc09297a2bb2.png |
快手 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/8c7761994429f888ac6d9dbeb9d9b42f.png |
荔枝 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/7fed17e5d2f96906f1653b5ef8fe6fef.png |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/428113bad5c3344324e52e90006a4a0a.png |
迷你世界 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c9847f561473a05975b5354ad014b83d.png |
58同城 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/ddf9b37f51552fb29a15ce4afcd39944.png |
webank div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/9593257e93db781fdd4b959a973cb9b6.png |
超参数 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/656fa0d539644fdf5950c668dadfa6e7.png |
大众点评 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/ef10ce8c474884f77b6f7d184f42871e.png |
滴滴 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/30f98133bb40481f3930d07eb02bc81a.png |
斗鱼 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/db87ae1c1cd3b4c4c8b0f18eaa53f9ee.png |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/54c24ad0447a89efa6a1ce404692e0c8.png |
绝地求生 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/a00d5d34b886987c2908dc09297a2bb2.png |
快手 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/8c7761994429f888ac6d9dbeb9d9b42f.png |
荔枝 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/7fed17e5d2f96906f1653b5ef8fe6fef.png |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/428113bad5c3344324e52e90006a4a0a.png |
迷你世界 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c9847f561473a05975b5354ad014b83d.png |
蘑菇街 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/5d358c42338b235cccb9321094dcd99d.png |
人民日报 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/09b92d6da5afce0f351643c6a99edab1.png |
人民网 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/053aa542471f0b1505718f82b5a5e3b4.png |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/96206f489ac3560c48a73bd4ca9d68d6.png |
腾讯课堂 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/0fe6c785b8991505327242765751903d.png |
腾讯游戏 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/314c522502288e4ba30c49df4b750291.png |
同程旅游 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/6affcf83c6ee276ec467d2c5b98eef3b.png |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c621fb6d3dc7c7d016033e14477a3678.png |
新东方 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/d81b8e1a4f725687f3d5b76df5a506ab.png |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/533ecd13609afc35bda612189782b60e.png |
猿题库 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/dc9bbd93486e2d21a003a08805a9b7f3.png |
Bilibili div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/3357b46e200524e7c4575dd840330f71.png |
蘑菇街 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/5d358c42338b235cccb9321094dcd99d.png |
人民日报 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/09b92d6da5afce0f351643c6a99edab1.png |
人民网 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/053aa542471f0b1505718f82b5a5e3b4.png |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/96206f489ac3560c48a73bd4ca9d68d6.png |
腾讯课堂 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/0fe6c785b8991505327242765751903d.png |
腾讯游戏 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/314c522502288e4ba30c49df4b750291.png |
同程旅游 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/6affcf83c6ee276ec467d2c5b98eef3b.png |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c621fb6d3dc7c7d016033e14477a3678.png |
新东方 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/d81b8e1a4f725687f3d5b76df5a506ab.png |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/533ecd13609afc35bda612189782b60e.png |
猿题库 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/dc9bbd93486e2d21a003a08805a9b7f3.png |
Bilibili div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/3357b46e200524e7c4575dd840330f71.png |
div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > img div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > img | qcloudimg.tencent-cloud.cn/raw/eed02831a0e201b8d794c8282c40cf2e.png |
message-icon div.pls-floatbar-inner > div.pls-floatbar-item > a#floatbar-aftersale-btn > img.pls-floatbar-icon | cloudcache.tencent-cloud.com/qcloud/portal/kit/images/after-sale.469fd208.svg |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
58同城 div.tpm-portal-panel__bd > div.tpm-portal-logo-wall > div.tpm-portal-logo-wall__track > div.tpm-portal-logo-wall__group |
蘑菇街 div.tpm-portal-panel__bd > div.tpm-portal-logo-wall > div.tpm-portal-logo-wall__track > div.tpm-portal-logo-wall__group |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
搜索 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
用户 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
菜单 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
与全球伙伴携手,深入产业共创价值 div.tpm-portal-panel > div.tpm-portal-panel__inner > div.tpm-portal-panel__hd > div.tpm-portal-panel__title |
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.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > img div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > 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#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-main > a.pls-m-nav-logo div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-main > a.pls-m-nav-logo |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-cf1910d91154865bb > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
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 |
|---|
Go to slide 1 div.tpm-portal-hero > div.tpm-portal-hero__pagination > div.tpm-portal-hero__pagination-bullets > span.tpm-portal-hero__pagination-bullet |
Go to slide 2 div.tpm-portal-hero > div.tpm-portal-hero__pagination > div.tpm-portal-hero__pagination-bullets > span.tpm-portal-hero__pagination-bullet |
Go to slide 3 div.tpm-portal-hero > div.tpm-portal-hero__pagination > div.tpm-portal-hero__pagination-bullets > span.tpm-portal-hero__pagination-bullet |
Go to slide 4 div.tpm-portal-hero > div.tpm-portal-hero__pagination > div.tpm-portal-hero__pagination-bullets > span.tpm-portal-hero__pagination-bullet |
Go to slide 5 div.tpm-portal-hero > div.tpm-portal-hero__pagination > div.tpm-portal-hero__pagination-bullets > span.tpm-portal-hero__pagination-bullet |
深圳市腾讯计算机系统有限公司 div.pls-footer-blogroll > div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide |
粤公网安备44030502008569号 div.pls-footer-blogroll > div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide |
腾讯云计算(北京)有限责任公司 div.pls-footer-blogroll > div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide |
京ICP备11018762号 div.pls-footer-blogroll > div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide |
京D3-20230006 div.pls-footer-blogroll > div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 |
|---|
OpenClaw div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
域名 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
SSL 证书 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
短信 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
云服务器 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
对象存储 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
腾讯云智能体开发平台 div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
DeepSeek div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
登录 div.pls-nav-mod > div.pls-nav-top > div.pls-nav-top-operation > a.pls-nav-top-link |
免费注册 div.pls-nav-mod > div.pls-nav-top > div.pls-nav-top-operation > a.pls-nav-top-btn |
关闭 div.pls-nav-mod > section.pls-nav-dropdown > div > a.pls-nav-dropdown-close |
搜索 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
用户 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
菜单 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
免费注册 div#navigationBarM > div.pls-m-nav-dropdown > div.pls-m-nav-ft-btns > a.pls-nav-btn |
登录 div#navigationBarM > div.pls-m-nav-dropdown > div.pls-m-nav-ft-btns > a.pls-nav-btn |
搜索 div.pls-m-nav-dropdown > div.pls-m-nav-search > div.pls-m-nav-search-bar > a.pls-m-nav-search-btn |
OpenClaw div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
域名 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
SSL 证书 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
短信 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
云服务器 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
对象存储 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
腾讯云智能体开发平台 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
DeepSeek div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
大模型 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
最新活动 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
产品 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
推荐 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
人工智能与机器学习 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
计算 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
容器与中间件 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
存储 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
数据库 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
网络 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
CDN与边缘 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
视频服务 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
安全 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
大数据 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
开发与运维 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
云通信与企业服务 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
办公协同 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
微信生态 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
物联网 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
行业应用 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
服务与营销 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
解决方案 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
行业解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
通用解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
微信解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
文档 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
定价 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
企业中心 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
云市场 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
开发者 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
客户支持 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
合作与生态 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
了解腾讯云 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
登录/注册 aside.pls-m-nav-side > footer.pls-m-nav-side-ft > nav.pls-m-nav-links > a.pls-m-nav-link |
热门推荐 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
资源与社区 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
支持服务 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
腾讯云计算 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
中国站 li.pls-footer-website-international-list > div.pls-footer-website-group > h3.pls-footer-website-title > a |
International - English div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 한국어 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 日本語 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 简体中文 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
联系销售 div.pls-floatbar > div.pls-floatbar-inner > div.pls-floatbar-item > a.pls-floatbar-button |
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.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > img div.pls-footer-inner--mobile > div.pls-footer-blogroll-text--links > a.slide > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
600 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.386
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.46 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.04 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-bg a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-bg | qcloudimg.tencent-cloud.cn/raw/5269af40057895a96a0d08e185c35aa8.png | 29.4 KiB | 22.5 KiB |
div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-btn div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-btn | /qcloud/ui/kiki-assets/avatar/48@4x.png?assets-retry=1 | 13.4 KiB | 7.4 KiB |
div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-btn div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-btn | cloudcache.tencentcs.com/qcloud/ui/kiki-assets/avatar/48@4x.png?assets-retry=1 | 13.4 KiB | 7.4 KiB |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/533ecd13609afc35bda612189782b60e.png | 7.4 KiB | 6.7 KiB |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/c621fb6d3dc7c7d016033e14477a3678.png | 7.2 KiB | 6.5 KiB |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/96206f489ac3560c48a73bd4ca9d68d6.png | 6.4 KiB | 5.7 KiB |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/54c24ad0447a89efa6a1ce404692e0c8.png | 6.4 KiB | 5.6 KiB |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/428113bad5c3344324e52e90006a4a0a.png | 6.3 KiB | 5.5 KiB |
腾讯游戏 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/314c522502288e4ba30c49df4b750291.png | 5.9 KiB | 5.1 KiB |
同程旅游 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-active | qcloudimg.tencent-cloud.cn/raw/6affcf83c6ee276ec467d2c5b98eef3b.png | 5.6 KiB | 4.8 KiB |
a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-fg a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-fg | qcloudimg.tencent-cloud.cn/raw/491ce36ca0aa1a7066ea14bb5d06d7f7.png | 5.7 KiB | 4.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| qcloud.com/ | 675 ms |
| cloud.tencent.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.
| Element | Layout shift score |
|---|---|
享无忧退款服务
免费备案
1V1大客户服务
7x24小时服务
热门推荐
云服务器
轻量应用服务器
对象存储
云数据库 MySQL
域名注册
人脸识… body.tpm-view-l > div#qcportal-kit-footer | 0.384 |
联系销售 div.pls-floatbar > div.pls-floatbar-inner > div.pls-floatbar-item > a.pls-floatbar-button | 0.001 |
联系销售 div.pls-floatbar > div.pls-floatbar-inner > div.pls-floatbar-item > a.pls-floatbar-button | 0.001 |
联系销售 div.pls-floatbar > div.pls-floatbar-inner > div.pls-floatbar-item > a.pls-floatbar-button | 0.000 |
li.pls-nav-item > a > span.pls-nav-model-text > ::after li.pls-nav-item > a > span.pls-nav-model-text > ::after | 0.000 |
li.pls-nav-item > a > span.pls-nav-model-text > ::after li.pls-nav-item > a > span.pls-nav-model-text > ::after | 0.000 |
li.pls-nav-item > a > span.pls-nav-model-text > ::after li.pls-nav-item > a > span.pls-nav-model-text > ::after | 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.
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 |
|---|---|---|
| /open_proj/proj_qcloud_v2/gateway/portal/css/base-2020914... | 35.6 KiB | 35.5 KiB |
| .qcaa-assistant-root--dark .qcaa-panel{background-color:#1c1c1c!important} … | 24.6 KiB | 22.6 KiB |
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.27f8aefa73940f4e6eda.css | 22.2 KiB | 20.0 KiB |
| cloudcache.tencent-cloud.com/qcloud/ui/tpm-home/build/Main/Main-202604081111.css | 21.7 KiB | 13.1 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
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 |
|---|---|---|---|
| Unattributable | 801 ms | 17 ms | 0.0 ms |
| cloud.tencent.com/ | 648 ms | 188 ms | 13 ms |
| cloudcache.tencent-cloud.com/qcloud/portal/home/assets/vendor.c0318151.js | 610 ms | 58 ms | 1.4 ms |
| cloudcache.tencent-cloud.com/qcloud/portal/home/assets/index.1c4b425c.js | 375 ms | 13 ms | 0.2 ms |
| cdn-go.cn/tam/aegis-sdk/latest/aegis.f.min.js | 264 ms | 214 ms | 8.0 ms |
| helix.cloud.tencent.com/web-sdk.js | 235 ms | 120 ms | 114 ms |
| data:text/javascript;base64,Cg== | 204 ms | 200 ms | 0.0 ms |
| dscache.tencent-cloud.cn/ecache/qcstat/qcloud/qcloudStatApi.js | 192 ms | 166 ms | 13 ms |
| cloudcache.tencent-cloud.com/qcloud/portal/kit/full.1891ff8f9.js | 158 ms | 87 ms | 17 ms |
| www.googletagmanager.com/gtag/destination?id=AW-940175154&cx=c>m=4e64h1 | 154 ms | 138 ms | 12 ms |
| /qcloud/online-service/andon-online-service.130d03b8.js | 84 ms | 49 ms | 13 ms |
| /qcloud/main/scripts/release/common/vendors/babel/polyfil... | 76 ms | 62 ms | 2.8 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KV8Z8NK | 69 ms | 53 ms | 15 ms |
| /qcloud/main/scripts/release/qccomponent/index.266400a8a5... | 60 ms | 30 ms | 6.8 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.5 s |
| Other | 1.4 s |
| Style & Layout | 712 ms |
| Script Parsing & Compilation | 240 ms |
| Rendering | 196 ms |
| Garbage Collection | 52 ms |
| Parse HTML & CSS | 27 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.
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 | |
|---|---|
a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-fg a.tpm-portal-hero__item > div.tpm-portal-hero__item-content > div.tpm-portal-hero__theme > img.tpm-portal-hero__theme-fg | qcloudimg.tencent-cloud.cn/raw/491ce36ca0aa1a7066ea14bb5d06d7f7.png |
58同城 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/504304a56e1e68ee2b3794d17c5f7746.png |
webank div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f4dc730b3942684eb73bdd8a3625bb07.png |
超参数 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/21c9aace2355326ece564b0b3b89a5fd.png |
大众点评 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/e0858dcec0dffb7cf2810142875a4600.png |
滴滴 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/d7d04b3e818fc970790dfff6263b0b54.png |
斗鱼 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fc94b7628d017729277a9ff506fda7f9.png |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/41f7902bb85219b443a276ee083f9b9f.png |
绝地求生 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/be7c57b5c057be3537338a3119357d32.png |
快手 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/e474188a15def6af8a548ed0d1a946d5.png |
荔枝 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/85d62322c9af9010ae42edbaea86e731.png |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fbb609a45eb328fa9ed3600ef8987ee8.png |
迷你世界 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fb6b4d868179ad6b9152d6423480f908.png |
58同城 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/504304a56e1e68ee2b3794d17c5f7746.png |
webank div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f4dc730b3942684eb73bdd8a3625bb07.png |
超参数 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/21c9aace2355326ece564b0b3b89a5fd.png |
大众点评 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/e0858dcec0dffb7cf2810142875a4600.png |
滴滴 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/d7d04b3e818fc970790dfff6263b0b54.png |
斗鱼 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fc94b7628d017729277a9ff506fda7f9.png |
广发证券 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/41f7902bb85219b443a276ee083f9b9f.png |
绝地求生 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/be7c57b5c057be3537338a3119357d32.png |
快手 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/e474188a15def6af8a548ed0d1a946d5.png |
荔枝 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/85d62322c9af9010ae42edbaea86e731.png |
天府绿道 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fbb609a45eb328fa9ed3600ef8987ee8.png |
迷你世界 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/fb6b4d868179ad6b9152d6423480f908.png |
蘑菇街 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/56df3eaf9c62b363658a77b279a46ad9.png |
人民日报 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f30a5f078b69e21400a8898343de0c95.png |
人民网 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/81937f39c0e09b45cdfe1b948fe0d8b7.png |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/a0c2f6d48ac3b5aa0e0ea9a803efcb5a.png |
腾讯课堂 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/cf3484facdf711a0933233fcec0683d9.png |
腾讯游戏 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/4419753c2f8522d43ad6f749626da3df.png |
同程旅游 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/3a5f880077b283c5e088e7e909fcb2c4.png |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/ed115bd056c6e4ea477da5ed1b549a8f.png |
新东方 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/10afea87c3022459fd1919c0a2b8cf2a.png |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/70c6a27249eb0e6d0e6344368fd55fdc.png |
猿题库 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/6807c7d8d04479324d8a200454abd93f.png |
Bilibili div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f13d142bd4d09bdebdbeaab12e9bfb52.png |
蘑菇街 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/56df3eaf9c62b363658a77b279a46ad9.png |
人民日报 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f30a5f078b69e21400a8898343de0c95.png |
人民网 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/81937f39c0e09b45cdfe1b948fe0d8b7.png |
中国进出口商品交易会 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/a0c2f6d48ac3b5aa0e0ea9a803efcb5a.png |
腾讯课堂 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/cf3484facdf711a0933233fcec0683d9.png |
腾讯游戏 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/4419753c2f8522d43ad6f749626da3df.png |
同程旅游 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/3a5f880077b283c5e088e7e909fcb2c4.png |
微医集团 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/ed115bd056c6e4ea477da5ed1b549a8f.png |
新东方 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/10afea87c3022459fd1919c0a2b8cf2a.png |
永辉超市 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/70c6a27249eb0e6d0e6344368fd55fdc.png |
猿题库 div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/6807c7d8d04479324d8a200454abd93f.png |
Bilibili div.tpm-portal-logo-wall__group > a.tpm-portal-logo-wall__link > div.tpm-portal-logo-wall__item > img.tpm-portal-logo-wall__item-normal | qcloudimg.tencent-cloud.cn/raw/f13d142bd4d09bdebdbeaab12e9bfb52.png |
div.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > img div.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > img | qcloudimg.tencent-cloud.cn/raw/eed02831a0e201b8d794c8282c40cf2e.png |
AI 焕新 · 智启新局 div.pls-floatbar-item > a.pls-floatbar-button > picture > img | /upload//官网侧边_限时秒杀-de2107c547c0ee4e372a82... |
message-icon div.pls-floatbar-inner > div#qcportal-kit-feedback-content > a.pls-floatbar-button > img.pls-floatbar-icon | /qcloud/ui/static/static_source_business/6c56bc26-8ede-4d... |
message-icon div.pls-floatbar-inner > div.pls-floatbar-item > a#floatbar-aftersale-btn > img.pls-floatbar-icon | cloudcache.tencent-cloud.com/qcloud/portal/kit/images/after-sale.469fd208.svg |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
中国站 div.pls-nav-top-operation > div.pls-nav-top-ctrl > div.pls-nav-bubble-wrap > a.pls-nav-bubble-trigger |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
58同城 div.tpm-portal-panel__bd > div.tpm-portal-logo-wall > div.tpm-portal-logo-wall__track > div.tpm-portal-logo-wall__group |
蘑菇街 div.tpm-portal-panel__bd > div.tpm-portal-logo-wall > div.tpm-portal-logo-wall__track > div.tpm-portal-logo-wall__group |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.pls-nav-top-operation > div.pls-nav-search-wrap > div.pls-nav-search > button.pls-nav-search-btn div.pls-nav-top-operation > div.pls-nav-search-wrap > div.pls-nav-search > button.pls-nav-search-btn |
div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-btn div#helix-assistant-widget > div > div.qcaa-launcher-btn__wrap > button.qcaa-launcher-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 |
|---|
div.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > img div.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > 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.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link div.tpm-portal-product__list > div.tpm-portal-product__list-content > div.tpm-portal-product__card > a.tpm-portal-product__card-link |
div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link div#swiper-wrapper-b4ec6b36efb24c3e > div.swiper-slide > div.tpm-portal-developer__label > a.tpm-portal-developer__label-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link div.tpm-portal-developer__inner > div.tpm-portal-developer__item-list > div.tpm-portal-developer__item > a.tpm-portal-developer__item-link |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
微信官方 ClawBot 正式上线
Lighthouse “龙虾”秒级接入
微信官方插件「ClawBot」,支持接入 OpenClaw,从此无需切换 AP… div.tpm-portal-hero > div.tpm-portal-hero__inner > div.tpm-portal-hero__content > a.tpm-portal-hero__item |
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. | cdn-go.cn/tam/aegis-sdk/latest/aegis.f.min.js line 9, col 105093 |
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.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a div.pls-nav-search-result > ul.pls-nav-search-links > li.pls-nav-search-link > a |
div.pls-nav-search-dropdown > div.pls-nav-search-result > div.pls-nav-search-assistant-wrap > a.pls-nav-search-assistant div.pls-nav-search-dropdown > div.pls-nav-search-result > div.pls-nav-search-assistant-wrap > a.pls-nav-search-assistant |
登录 div.pls-nav-mod > div.pls-nav-top > div.pls-nav-top-operation > a.pls-nav-top-link |
免费注册 div.pls-nav-mod > div.pls-nav-top > div.pls-nav-top-operation > a.pls-nav-top-btn |
div.pls-nav-mod > section.pls-nav-dropdown > div > a.pls-nav-dropdown-close div.pls-nav-mod > section.pls-nav-dropdown > div > a.pls-nav-dropdown-close |
搜索 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
用户 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
菜单 div#navigationBarM > div.pls-m-nav-bar > div.pls-m-nav-bar-extra > a.pls-m-nav-btn |
免费注册 div#navigationBarM > div.pls-m-nav-dropdown > div.pls-m-nav-ft-btns > a.pls-nav-btn |
登录 div#navigationBarM > div.pls-m-nav-dropdown > div.pls-m-nav-ft-btns > a.pls-nav-btn |
搜索 div.pls-m-nav-dropdown > div.pls-m-nav-search > div.pls-m-nav-search-bar > a.pls-m-nav-search-btn |
OpenClaw div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
域名 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
SSL 证书 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
短信 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
云服务器 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
对象存储 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
腾讯云智能体开发平台 div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
DeepSeek div.pls-m-nav-result > ul.pls-m-nav-inline-links > li.pls-m-nav-inline-link > a |
大模型 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
最新活动 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
产品 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
推荐 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
人工智能与机器学习 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
计算 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
容器与中间件 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
存储 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
数据库 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
网络 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
CDN与边缘 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
视频服务 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
安全 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
大数据 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
开发与运维 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
云通信与企业服务 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
办公协同 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
微信生态 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
物联网 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
行业应用 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
服务与营销 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
解决方案 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
行业解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
通用解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
微信解决方案 li.pls-m-nav-menu-item > ul.second-menu > li.pls-m-nav-menu-item > a |
文档 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
定价 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
企业中心 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
云市场 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
开发者 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
客户支持 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
合作与生态 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
了解腾讯云 main.pls-m-nav-side-bd > ul.pls-m-nav-menu > li.pls-m-nav-menu-item > a |
登录/注册 aside.pls-m-nav-side > footer.pls-m-nav-side-ft > nav.pls-m-nav-links > a.pls-m-nav-link |
热门推荐 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
资源与社区 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
支持服务 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
腾讯云计算 li > div.pls-footer-website-group > h3.pls-footer-website-title > a |
中国站 li.pls-footer-website-international-list > div.pls-footer-website-group > h3.pls-footer-website-title > a |
International - English div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 한국어 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 日本語 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
International - 简体中文 div.pls-footer-dropdown > ul.pls-footer-dropdown-menu > li > a |
联系销售 div.pls-floatbar > div.pls-floatbar-inner > div.pls-floatbar-item > a.pls-floatbar-button |
message-icon div.pls-floatbar > div.pls-floatbar-inner > div#qcportal-kit-feedback-content > a.pls-floatbar-button |
您对当前页面的整体感受是否满意?
非常不满意
非常满意 div.pls-floatbar-bubble > div.pls-floatbar-bubble-inner > div.pls-floatbar-bubble-item > a.pls-floatbar-bubble-item__feedback |
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.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > img div.pls-footer-blogroll-links > div.pls-footer-blogroll-text > a.slide > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback