Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 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.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f086565d-657f-418b-9566-0cb32c3cdc92)<a href="https://beavercheck.com/results/f086565d-657f-418b-9566-0cb32c3cdc92"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fqq.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fqq.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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 ~37%.
Page takes 11.0s to load
+12% bounceUsers abandon at ~3s — you're 8.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 650ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No 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, …)
21 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 → ¥16,292/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥16,292 /mo
~¥195,500 / 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,669 / month at risk
~¥50,000,028 / year if left unfixed
¥50,000,000
¥2.30 /mo
4027.6 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
650 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.
7.09 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.08 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
热点精选
多名游客进入西藏则普冰川冰洞探险,一人遭掉落冰块砸中?多方回应
大河报
8410阅读
刚刚 div.jsx-e937e9044f02b04 > div.jsx-e937e9044f02b04 > div.jsx-97afeac61f861a80 > div.jsx-97afeac61f861a80 | inews.gtimg.com/news_ls/OgYBwOkn5GNK-fONffLwObv1GCTR00GTCLXFRV9p9BA8kAA_870492/0 | 91.4 KiB | 21.7 KiB |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 | inews.gtimg.com/newsapp_bt/0/0823143939686_3770/0 | 5.5 KiB | 5.1 KiB |
div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div > i.large-pic_playIcon__pJbt9 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div > i.large-pic_playIcon__pJbt9 | inews.gtimg.com/newsapp_bt/0/0221151653439_5386/0 | 8.1 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| staticfile.qq.com/datong/universalReportH5/v3.5.8/universal-report.min.js | 33.6 KiB | 1.1 s |
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 |
|---|---|
| qq.com/ | 874 ms |
| www.qq.com/ | 1.7 s |
| xw.qq.com/?f=qqcom&no-redirect=1 | 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 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 |
|---|---|---|
| /qqcdn/qqindex2021/libs/barrier/_aria.js?appid=9327b8b063... | 99.1 KiB | 80.9 KiB |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/973-8a93ab510b5e9ef2.js | 80.0 KiB | 59.3 KiB |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/_app-6cdaec6072562138.js | 80.4 KiB | 35.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/framework-9ed31f7e415b23cb.js | 1.1 s | 604 ms | 19 ms |
| staticfile.qq.com/qimei/qimeisdk-web/0.6.5/lite.js | 936 ms | 866 ms | 9.5 ms |
| Unattributable | 588 ms | 21 ms | 0.0 ms |
| xw.qq.com/?f=qqcom&no-redirect=1 | 287 ms | 168 ms | 17 ms |
| /qqcdn/qqindex2021/libs/barrier/_aria.js?appid=9327b8b063... | 186 ms | 83 ms | 48 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/_app-6cdaec6072562138.js | 144 ms | 106 ms | 38 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/index-9d3b298b9c3f1c0c.js | 143 ms | 135 ms | 6.5 ms |
| staticfile.qq.com/datong/universalReportH5/v3.5.8/universal-report.min.js | 138 ms | 93 ms | 20 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/main-54ad82be6eff4305.js | 81 ms | 60 ms | 16 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/200-cd08bd6eb2714e54.js | 53 ms | 8.4 ms | 8.9 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 | 2.2 s |
| Other | 776 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 249 ms |
| Rendering | 47 ms |
| Parse HTML & CSS | 43 ms |
| Garbage Collection | 8.9 ms |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
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.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
501评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
17小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
人民网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
11评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
10小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
新华社新闻 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
8评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
求是网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
3评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
新华网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
2评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
22小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
山西新闻网 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
广告 div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
厦门微书网络科技有限公司 div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
天羊哲与思 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
215评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
6小时前 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
长风笔记 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
10评 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
经视直播 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
3小时前 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
飞论体育解说 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
1009评 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
昨天 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
广告 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
主升擒龙 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
瞬观世界 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
355评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
昨天 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
开屏新闻 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
50评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
小火箭爱体育 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
40评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
6小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
晓莹博士 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
12评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
观察者网 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
45评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
加载更多 div.jsx-e1b759a03adde3ab > section.jsx-9ef68d0d61850b6a > section.jsx-f93b71406976dcef > a.jsx-f93b71406976dcef |
意见反馈 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
举报中心 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
隐私政策 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
Copyright © 1998 - 2026 Tencent. All Rights Reserved div.jsx-e1b759a03adde3ab > div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 |
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.jsx-e1b759a03adde3ab > section.jsx-75960666 > div.jsx-75960666 > a.jsx-75960666 div.jsx-e1b759a03adde3ab > section.jsx-75960666 > div.jsx-75960666 > a.jsx-75960666 |
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.font-n html.font-n |
These items highlight common accessibility best practices.
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 |
|---|
无障碍设置 header.jsx-8b6eb7d89ddf7382 > div.jsx-8b6eb7d89ddf7382 > div.jsx-8b6eb7d89ddf7382 > a.jsx-8b6eb7d89ddf7382 |
运营商会员办理,输入手机号领取!
广告厦门微书网络科技有限公司
不喜欢 div.jsx-9ef68d0d61850b6a > div > div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a |
这些重点关注,我已整理好名单,行不行试试就知道,仅分享一次!
广告主升擒龙
不喜欢 div.jsx-9ef68d0d61850b6a > div > div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a |
加载更多 div.jsx-e1b759a03adde3ab > section.jsx-9ef68d0d61850b6a > section.jsx-f93b71406976dcef > a.jsx-f93b71406976dcef |
刷新 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
广告
设置 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
回到顶部 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="zh-CN"> | Syntax not understood |
| 4 | <head> | Syntax not understood |
| 6 | <title>腾讯网</title> | Syntax not understood |
| 7 | <meta name="keywords" content="资讯,新闻,财经,房产,视频,NBA,科技,腾讯网,腾讯,QQ,Tencent"> | Syntax not understood |
| 8 | <meta name="description" content="腾讯网从2003年创立至今,已经成为集新闻信息,区域垂直生活服务、社会化媒体资讯和产品为一体的互联网媒体平台。腾讯网下设新闻、科技、财经、娱乐、体育、汽车、时尚等多个频道,充分满足用户对不同类型资讯的需求。同时专注不同领域内容,打造精品栏目,并顺应技术发展趋势,推出网络直播等创新形式,改变了用户获取资讯的方式和习惯。"> | Syntax not understood |
| 9 | <meta name="author" content="腾讯网"> | Syntax not understood |
| 10 | <meta name="copyright" content="Copyright 1998 - 2026 Tencent. All Rights Reserved"> | Syntax not understood |
| 11 | <meta property="og:type" content="news" /> | Unknown directive |
| 14 | <meta name="baidu-site-verification" content="code-mzfngMK684" /> | Syntax not understood |
| 15 | <meta charset="utf-8" /> | Syntax not understood |
| 16 | <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | Syntax not understood |
| 17 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | Syntax not understood |
| 18 | <link rel="dns-prefetch" href="mat1.gtimg.com"> | Syntax not understood |
| 19 | <link rel="dns-prefetch" href="i.news.qq.com"> | Syntax not understood |
| 20 | <link rel="dns-prefetch" href="inews.gtimg.com"> | Syntax not understood |
| 21 | <link rel="shortcut icon" href="https://mat1.gtimg.com/qqcdn/qqindex2021/favicon.ico"> | Unknown directive |
| 22 | <script nomodule="true" src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240515201444/core3-37-1.min.js"></script> | Unknown directive |
| 23 | <script> | Syntax not understood |
| 24 | try { | Syntax not understood |
| 25 | if (!window.IntersectionObserver) { | Syntax not understood |
| 26 | var observerScript = document.createElement('script'); | Syntax not understood |
| 27 | observerScript.src = "https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241024141058/intersection-observer-polyfill.js"; | Unknown directive |
| 28 | document.head.appendChild(observerScript); | Syntax not understood |
| 29 | } | Syntax not understood |
| 30 | } catch (error) {} | Syntax not understood |
| 31 | </script> | Syntax not understood |
| 33 | <script> | Syntax not understood |
| 34 | try { | Syntax not understood |
| 35 | if (!Element.prototype.scrollTo) { | Syntax not understood |
| 36 | var scrollScript = document.createElement('script'); | Syntax not understood |
| 37 | scrollScript.src = "https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241025153001/scroll-behavior-polyfill.js"; | Unknown directive |
| 38 | document.head.appendChild(scrollScript); | Syntax not understood |
| 39 | } | Syntax not understood |
| 40 | } catch (error) {} | Syntax not understood |
| 41 | </script> | Syntax not understood |
| 42 | <script> | Syntax not understood |
| 43 | try { | Syntax not understood |
| 44 | if ('scrollRestoration' in window.history) { | Syntax not understood |
| 45 | window.history.scrollRestoration = 'manual'; | Syntax not understood |
| 46 | } | Syntax not understood |
| 47 | window.isPcClient = Boolean(window.electron) && ( | Syntax not understood |
| 48 | window.navigator.userAgent.indexOf('pc-client') > 0 || | Syntax not understood |
| 49 | window.navigator.userAgent.indexOf('TencentNews') > 0 | Syntax not understood |
| 50 | ); | Syntax not understood |
| 51 | } catch {} | Syntax not understood |
| 52 | </script> | Syntax not understood |
| 53 | <script> | Syntax not understood |
| 54 | window.channelInfo = {"IS_CHANNEL":true,"IS_DARK":false,"channelKey":"news","channelType":"channel","channelConfig":{"channelRight":[{"_auto_id":"1","channel_name_en":"news","modules":"{\"moduleList\":[{\"title\":\"热门应用推荐\",\"id\":\"recommend_app_list\",\"isSticky\":0,\"appList\":[{\"id\":\"pcqqnews\",\"title\":\"腾讯新闻·电脑版\",\"desc\":\"全网热点早知道\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0618200405157_4887/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://news.qq.com/download/\",\"urlWin\":\"https://h5.news.qq.com/qqnews-desk/channel/100000/qqnews_latest_signed_100000.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"dot\"},{\"id\":\"wzrysj\",\"title\":\"王者荣耀·世界\",\"desc\":\"下载赢Q币红包、限定好礼!\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/040319074348_4055/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1\",\"urlWin\":\"https://dlied4.myapp.com/myapp/1112067243/cos.release-70922/19000733_27952_b14827_1.0.6.6_sEDS2T.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"\"},{\"id\":\"qqlive\",\"title\":\"腾讯视频\",\"desc\":\"海量高清视频独家观看\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/062419051880_7683/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"\",\"urlWin\":\"https://dldir1.qq.com/qqtv/qt/QQliveSetup_20_903.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"},{\"id\":\"zmgl\",\"title\":\"腾讯桌面整理\",\"desc\":\"一款智能分类桌面软件\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0619163034874_7148/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"\",\"urlWin\":\"https://webcdn.m.qq.com/spcmgr/download/DeskGo_4_2_1632_127_full_S80003.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"},{\"id\":\"zmgl\",\"title\":\"QQ浏览器\",\"desc\":\"4亿人的AI浏览神器\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0627101921267_9849/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://browser.qq.com\",\"urlWin\":\"https://pcchannel.imtt.qq.com/channel/QQBrowser_Setup_x64_QB10_10026290_19.3.6525.400.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"}]},{\"title\":\"今日热播\",\"id\":\"video_album\",\"videoType\":\"tag\",\"videoId\":\"aUepxrtchGM=\",\"isSticky\":0},{\"title\":\"广告推广\",\"id\":\"ssp_ad_module\",\"category\":\"ad_ssp\",\"loid\":\"116\",\"isSticky\":0},{\"id\":\"daily_paper\",\"morningStartTime\":\"06:30:00\",\"morningEndTime\":\"17:59:59\",\"morningConfig\":{\"tagId\":\"aEWqxLtdgmQ=\",\"name\":\"早报\",\"coverImg\":\"https://inews.gtimg.com/newsapp_bt/0/1126064421401_7985/0\"},\"eveningConfig\":{\"tagId\":\"bEeox7NdhmM=\",\"name\":\"晚报\",\"coverImg\":\"https://inews.gtimg.com/newsapp_bt/0/1126064421397_7981/0\"}},{\"title\":\"推荐作者\",\"id\":\"recommend_cp\",\"cpList\":[\"8QMd2ntV6oAZuDrZ\",\"8QMd3ndb7oEauznd\",\"8QMW3HxU5Icdvz0=\",\"8QMd3Hta64Advz3Z\",\"8QMX33xf5YUevTY=\",\"8QMd2n1V5YAbvzzf\",\"8QMd33de6oYevDs=\",\"8QMc339d5I0buzre5gZx\",\"8QMf3Hxd5YYYvDff\",\"8QMc23pZ7IIZvzzb\",\"8QMY3Hxd7YMZuDs=\",\"8QMd231c5I0ZsTzR\",\"8QMf2nZY64MauTfd\",\"8QMZ3XxU64wZuTw=\",\"8QMY3Hxd7YIevjs=\",\"8QMc339d5IQeuT7b4AZx\"]},{\"title\":\"热门推荐应用\",\"id\":\"recommend_app_banner\",\"isSticky\":1,\"appInfo\":{\"id\":\"pcqqnews\",\"title\":\"腾讯新闻·电脑版\",\"desc\":\"24小时陪你追热点\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0618200405157_4887/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://news.qq.com/download/\",\"urlWin\":\"https://h5.news.qq.com/qqnews-desk/channel/100000/qqnews_latest_signed_100000.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"dot\"}},{\"title\":\"信息流\",\"id\":\"ad_tuiguang\",\"adType\":\"info\",\"category\":\"ad_block\",\"path\":\"newsChannelTuiGuang\",\"isSticky\":1}]}"}],"channelTop":[],"channelNav":[{"_auto_id":"1","active_alien_img":"","alien_img":"","channel_id":"news_news_home","is_local":"0","link":"https://www.qq.com","name_cn":"首页","name_en":"home"},{"_auto_id":"2","active_alien_img":"","alien_img":"","channel_id":"news_news_top","is_local":"0","link":"","name_cn":"要闻","name_en":"news"},{"_auto_id":"5","active_alien_img":"","alien_img":"","channel_id":"news_news_bj","is_local":"1","link":"","name_cn":"北京","name_en":"bj"},{"_auto_id":"6","active_alien_img":"","alien_img":"","channel_id":"news_news_qa","is_local":"0","link":"https://news.qq.com/ch/qa","name_cn":"热问","name_en":"qa"},{"_auto_id":"11","active_alien_img":"","alien_img":"","channel_id":"news_news_world","is_local":"0","link":"","name_cn":"国际","name_en":"world"},{"_auto_id":"13","active_alien_img":"","alien_img":"","channel_id":"news_news_mil","is_local":"0","link":"","name_cn":"军事","name_en":"milite"},{"_auto_id":"14","active_alien_img":"","alien_img":"","channel_id":"news_news_tech","is_local":"0","link":"","name_cn":"科技","name_en":"tech"},{"_auto_id":"15","active_alien_img":"","alien_img":"","channel_id":"news_news_finance","is_local":"0","link":"","name_cn":"财经","name_en":"finance"},{"_auto_id":"16","active_alien_img":"","alien_img":"","channel_id":"news_news_edu","is_local":"0","link":"","name_cn":"教育","name_en":"edu"},{"_auto_id":"17","active_alien_img":"","alien_img":"","channel_id":"news_news_ent","is_local":"0","link":"","name_cn":"娱乐","name_en":"ent"},{"_auto_id":"18","active_alien_img":"","alien_img":"","channel_id":"tv","is_local":"0","link":"https://v.qq.com/channel/tv/?ptag=qqnews","name_cn":"电视剧","name_en":"tv"},{"_auto_id":"19","active_alien_img":"","alien_img":"","channel_id":"news_news_sports","is_local":"0","link":"","name_cn":"体育","name_en":"sports"},{"_auto_id":"20","active_alien_img":"","alien_img":"","channel_id":"news_news_nba","is_local":"0","link":"","name_cn":"NBA","name_en":"nba"},{"_auto_id":"21","active_alien_img":"","alien_img":"","channel_id":"news_news_auto","is_local":"0","link":"","name_cn":"汽车","name_en":"auto"},{"_auto_id":"22","active_alien_img":"","alien_img":"","channel_id":"news_news_house","is_local":"0","link":"","name_cn":"房产","name_en":"house"},{"_auto_id":"24","active_alien_img":"","alien_img":"","channel_id":"news_news_antip","is_local":"0","link":"","name_cn":"健康","name_en":"health"},{"_auto_id":"25","active_alien_img":"","alien_img":"","channel_id":"news_news_video","is_local":"0","link":"","name_cn":"视频","name_en":"video"},{"_auto_id":"26","active_alien_img":"","alien_img":"","channel_id":"news_news_game","is_local":"0","link":"","name_cn":"游戏","name_en":"games"},{"_auto_id":"28","active_alien_img":"","alien_img":"","channel_id":"news_news_digi","is_local":"0","link":"","name_cn":"数码","name_en":"digi"},{"_auto_id":"31","active_alien_img":"","alien_img":"","channel_id":"variety","is_local":"0","link":"https://v.qq.com/channel/variety/?ptag=qqnews","name_cn":"综艺","name_en":"variety"},{"_auto_id":"34","active_alien_img":"","alien_img":"","channel_id":"news_news_nchupin","is_local":"0","link":"","name_cn":"眼界","name_en":"chupin"},{"_auto_id":"35","active_alien_img":"","alien_img":"","channel_id":"news_news_football","is_local":"0","link":"","name_cn":"足球","name_en":"football"},{"_auto_id":"36","active_alien_img":"","alien_img":"","channel_id":"news_news_kepu","is_local":"0","link":"","name_cn":"科学","name_en":"kepu"},{"_auto_id":"37","active_alien_img":"","alien_img":"","channel_id":"movie","is_local":"0","link":"https://v.qq.com/channel/movie/?ptag=qqnews","name_cn":"电影","name_en":"movie"},{"_auto_id":"39","active_alien_img":"","alien_img":"","channel_id":"news_news_esport","is_local":"0","link":"","name_cn":"电竞","name_en":"esport"},{"_auto_id":"40","active_alien_img":"","alien_img":"","channel_id":"news_news_history","is_local":"0","link":"","name_cn":"历史","name_en":"history"},{"_auto_id":"41","active_alien_img":"","alien_img":"","channel_id":"news_news_baby","is_local":"0","link":"","name_cn":"育儿","name_en":"baby"},{"_auto_id":"42","active_alien_img":"","alien_img":"","channel_id":"cloud_gamer","is_local":"0","link":"https://gamer.qq.com/?ichannel=txxwpc0Ftxxwpc1","name_cn":"云游戏","name_en":"cloud_gamer"},{"_auto_id":"43","active_alien_img":"","alien_img":"","channel_id":"news_news_lic","is_local":"0","link":"","name_cn":"理财","name_en":"finance_licai"},{"_auto_id":"44","active_alien_img":"","alien_img":"","channel_id":"news_news_istock","is_local":"0","link":"","name_cn":"股票","name_en":"finance_stock"},{"_auto_id":"45","active_alien_img":"","alien_img":"","channel_id":"ren_min_shi_pin","is_local":"0","link":"https://news.qq.com/omn/author/8QMd3Hld74cbujbY?tab=om_video","name_cn":"人民视频","name_en":"ren_min_shi_pin"},{"_auto_id":"46","active_alien_img":"","alien_img":"","channel_id":"news_news_weather","is_local":"0","link":"https://tianqi.qq.com/index.htm","name_cn":"天气","name_en":"weather"},{"_auto_id":"47","active_alien_img":"","alien_img":"","channel_id":"news_news_lkwg","is_local":"0","link":"https://h5.ssp.qq.com/lps/production/material/202603/6dd252bca51bce32c00af4e0b56aecba.html?sourceType=2&channelIndex=2&hidecode=1&isPCPage=1","name_cn":"洛克王国","name_en":"lkwg"},{"_auto_id":"48","active_alien_img":"","alien_img":"","channel_id":"news_news_download","is_local":"0","link":"https://news.qq.com/download/","name_cn":"客户端","name_en":"download"},{"_auto_id":"49","active_alien_img":"","alien_img":"","channel_id":"news_news_wzrysj","is_local":"0","link":"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1","name_cn":"王者荣耀世界","name_en":"wzrysj"}],"channelNav2":[{"_auto_id":"1","channel1_name_en":"edu","channel_id":"news_news_college","link":"","name_cn":"高校","name_en":"college"},{"_auto_id":"3","channel1_name_en":"edu","channel_id":"news_news_gaokao","link":"","name_cn":"高考","name_en":"gaokao"},{"_auto_id":"7","channel1_name_en":"edu","channel_id":"news_news_abroad","link":"","name_cn":"出国","name_en":"abroad"},{"_auto_id":"8","channel1_name_en":"edu","channel_id":"news_news_zxx","link":"","name_cn":"素质教育","name_en":"zxx"},{"_auto_id":"9","channel1_name_en":"edu","channel_id":"news_news_ky","link":"","name_cn":"考研","name_en":"ky"},{"_auto_id":"10","channel1_name_en":"edu","channel_id":"news_news_mba","link":"","name_cn":"商学院","name_en":"mba"},{"_auto_id":"11","channel1_name_en":"edu","channel_id":"news_news_career","link":"","name_cn":"职业教育","name_en":"career"}],"channelSkin":[{"_auto_id":"9","banner_bg_img":"","banner_img":"","channel_key":"news","end_time":"2026-03-12 23:59:59","is_banner":"","link_url":"","search_text_color":"#6F335B","skin_bg_color":"","skin_img":"https://inews.gtimg.com/newsapp_bt/0/0228115642367_1807/0","start_time":"2026-03-02 23:59:59"}],"channelAd":[],"channelSwiperAd":[],"channelGameRight":[{"_auto_id":"3","desc":"下载赢Q币红包、限定好礼!","icon":"https://inews.gtimg.com/newsapp_bt/0/040319074348_4055/0","link":"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1","name":"王者荣耀·世界"},{"_auto_id":"6","desc":"上线送VIP!万人同屏横扫沙城","icon":"https://inews.gtimg.com/newsapp_bt/0/0627155752146_4584/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&landscape=1&syswebview=1&gameid=47203&url=https%3A%2F%2Fcqss2login.bigrnet.com%2Fiwan%2Fh5%2Fplay%2Floading&ref_ele=90015","name":"传奇盛世"},{"_auto_id":"7","desc":"超多福利登录即领,海量游戏任你畅玩","icon":"https://inews.gtimg.com/newsapp_bt/0/111315495935_3595/0","link":"https://qqgame.qq.com/channel_tg/?ifid=1002020001","name":"QQ游戏大厅"},{"_auto_id":"8","desc":"纯正经典玩法,欢乐挑战赛火热来袭","icon":"https://inews.gtimg.com/newsapp_bt/0/070918050891_4971/0","link":"https://qqgame.qq.com/homepage_channel/?ifid=1002020038&package_type=client&infoid=7","name":"欢乐斗地主"},{"_auto_id":"10","desc":"新服大放送,享赚你就来","icon":"https://inews.gtimg.com/newsapp_bt/0/0627154608860_7318/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&landscape=1&gameid=43403&url=https%3A%2F%2Flogin-wxxyx2-bzsc.jikewan.com%2Fgame%2Fcqtxvideo.html&ref_ele=90015","name":"百战沙城"},{"_auto_id":"13","desc":"原汁原味,正版授权","icon":"https://inews.gtimg.com/newsapp_bt/0/0627160844946_1794/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidetitlebar=1&immersive=1&syswebview=1&landscape=1&gameid=37275&url=https%3A%2F%2Fsdk.mxzgame.com%2FGames%2Fportal%2F100211%2FTXVApp&ref_ele=90015","name":"原始传奇"},{"_auto_id":"17","desc":"登录送千抽神卡免费领","icon":"https://inews.gtimg.com/newsapp_bt/0/053015363680_10083/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=55423&url=https%3A%2F%2Fh5.xiwangame.com%2Finitlogin%2Faiwan%2F2277%2F&ref_ele=90015","name":"仙逆H5"},{"_auto_id":"19","desc":"专注超爽打宝体验","icon":"https://inews.gtimg.com/newsapp_bt/0/0627154956673_3154/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=41057&url=https%3A%2F%2Fh5apily.fire2333.com%2Fh5sdk%2Ftxshipin%2Findex%2F3200222%2F3200112&ref_ele=90015","name":"传奇至尊"},{"_auto_id":"21","desc":"魔幻风格,超大场面","icon":"https://inews.gtimg.com/newsapp_bt/0/0701171500721_6895/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=33112&url=https%3A%2F%2Fcsjs-tx.ebibi.com%2Fgame%2Fh5iwan-wwzs%2Fmain%2Findex.html&ref_ele=90015","name":"万王之神"}]}}; | Unknown directive |
| 55 | </script> | Syntax not understood |
| 56 | <script src="https://mat1.gtimg.com/qqcdn/news-plugin/sdk/emonitor_b21faea6.js" charset="utf-8"></script> | Unknown directive |
| 57 | <script> | Syntax not understood |
| 58 | try { | Syntax not understood |
| 59 | function ignoreBrowsers() { | Syntax not understood |
| 60 | var userAgent = window.navigator.userAgent || ''; | Syntax not understood |
| 61 | return [ | Syntax not understood |
| 62 | /(googlebot|bingbot|yandex|twitterbot|facebookexternalhit|rogerbot|linkedinbot|embedly|quora link preview|showyoubot|outbrain|pinterest\/0\.|pinterestbot|slackbot|vkShare|W3C_Validator|whatsapp|petalbot|applebot|mpcrawler|spider)/i, | Syntax not understood |
| 63 | ].some(function(element) { | Syntax not understood |
| 64 | return element.test(userAgent); | Syntax not understood |
| 65 | }); | Syntax not understood |
| 66 | } | Syntax not understood |
| 67 | function ignoreErrors(errDesc) { | Syntax not understood |
| 68 | if (!errDesc) { | Syntax not understood |
| 69 | return false; | Syntax not understood |
| 70 | } | Syntax not understood |
| 71 | return [ | Syntax not understood |
| 72 | "chrome-extension", | Syntax not understood |
| 73 | "ResizeObserver loop completed with undelivered notification", | Syntax not understood |
| 74 | ].some(function (element) { | Syntax not understood |
| 75 | return errDesc.indexOf(element) > -1; | Syntax not understood |
| 76 | }); | Syntax not understood |
| 77 | } | Syntax not understood |
| 78 | var reportHost = ['i.news.qq.com', 'otheve.beacon.qq.com', 'op.ssp.qq.com', 'n.ssp.qq.com', 'news.ssp.qq.com', 'vm.gtimg.cn', 'r.inews.qq.com']; | Syntax not understood |
| 79 | var staticHost = ['.gtimg.com', '.gtimg.cn', 'qq.com']; | Syntax not understood |
| 80 | window.emonitorIns = emonitor.create({ | Syntax not understood |
| 81 | name: 'newsqq_channel', | Unknown directive |
| 82 | atta: { | Unknown directive |
| 83 | name: 'newsqq', | Unknown directive |
| 84 | }, | Syntax not understood |
| 85 | mode: '007', | Unknown directive |
| 86 | cdn: { | Unknown directive |
| 87 | sampling: 0.01, | Unknown directive |
| 88 | }, | Syntax not understood |
| 89 | onBeforeSend: function(data) { | Unknown directive |
| 90 | try { | Syntax not understood |
| 91 | if (ignoreBrowsers()) { | Syntax not understood |
| 92 | return false; | Syntax not understood |
| 93 | } | Syntax not understood |
| 94 | var emonitorCgiHost = data.source.cgihost; | Syntax not understood |
| 95 | var emonitorHttpCode = String(data.source.httpcode); | Syntax not understood |
| 97 | if (data.type === 'cgi') { | Syntax not understood |
| 98 | var cgiHost = data.source.cgihost; | Syntax not understood |
| 99 | return reportHost.indexOf(cgiHost) >= 0; | Syntax not understood |
| 100 | } | Syntax not understood |
| 102 | if (data.type === 'ajax' || data.type === 'fetch') { | Syntax not understood |
| 103 | var requestUrl = data.url.toString(); | Syntax not understood |
| 104 | if(!reportHost.find(item => requestUrl.indexOf(item) >= 0)) { | Syntax not understood |
| 105 | return false; | Syntax not understood |
| 106 | } | Syntax not understood |
| 107 | } | Syntax not understood |
| 109 | if (data.type === 'promise') { | Syntax not understood |
| 110 | var errorMsg = data.source.err_msg; | Syntax not understood |
| 111 | if (!errorMsg) { | Syntax not understood |
| 112 | return false | Syntax not understood |
| 113 | } | Syntax not understood |
| 114 | } | Syntax not understood |
| 116 | if (data.type === 'script' || data.type === 'css' || data.type === 'img') { | Syntax not understood |
| 117 | var resourceUrl = data.url; | Syntax not understood |
| 118 | if(!staticHost.find(item => resourceUrl.indexOf(item) >= 0)) { | Syntax not understood |
| 119 | return false; | Syntax not understood |
| 120 | } | Syntax not understood |
| 121 | } | Syntax not understood |
| 123 | if (data.type === 'console' || data.type === 'jserror') { | Syntax not understood |
| 124 | var errorMsg = data.source.err_msg; | Syntax not understood |
| 125 | if (errorMsg && ignoreErrors(errorMsg)) { | Syntax not understood |
| 126 | return false; | Syntax not understood |
| 127 | } | Syntax not understood |
| 128 | var errorDesc = data.source.err_desc; | Syntax not understood |
| 129 | if (errorDesc && ignoreErrors(errorDesc)) { | Syntax not understood |
| 130 | return false; | Syntax not understood |
| 131 | } | Syntax not understood |
| 132 | } | Syntax not understood |
| 133 | } catch (err) { | Syntax not understood |
| 134 | console.warn(err); | Syntax not understood |
| 135 | } | Syntax not understood |
| 136 | }, | Syntax not understood |
| 137 | onMaxTimeOut: function(defaultConfig) { | Unknown directive |
| 138 | var rootDOM = document.getElementById('root'); | Syntax not understood |
| 139 | if (rootDOM && rootDOM.childNodes && rootDOM.childNodes.length === 0) { | Syntax not understood |
| 140 | emonitorIns.config({ | Syntax not understood |
| 141 | baseUrl: defaultConfig.pecker.error, | Unknown directive |
| 142 | }).send({ | Syntax not understood |
| 143 | err_type: 'whitescreen', | Unknown directive |
| 144 | }); | Syntax not understood |
| 145 | } | Syntax not understood |
| 146 | } | Syntax not understood |
| 147 | }); | Syntax not understood |
| 148 | } catch (err) { | Syntax not understood |
| 149 | console.warn(err); | Syntax not understood |
| 150 | } | Syntax not understood |
| 151 | </script> | Syntax not understood |
| 152 | <link href="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/hel/qqnews-pc-channel_20260416102113/static/css/index.css" rel="stylesheet"> | Unknown directive |
| 154 | </head> | Syntax not understood |
| 156 | <body class=""> | Syntax not understood |
| 157 | <div id="root" class="channel-root channel"></div> | Syntax not understood |
| 158 | <!-- v2文章加载深色模式脚本 --> | Syntax not understood |
| 159 | <script type="text/javascript"> | Syntax not understood |
| 160 | var TIME_BEFORE_LOAD_CRYSTAL = Date.now(); | Syntax not understood |
| 161 | </script> | Syntax not understood |
| 162 | <script type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/advertisement/qqchannel/crystal.202509082013.min.js" charset="utf-8"></script> | Unknown directive |
| 163 | <script type="text/javascript"> | Syntax not understood |
| 164 | if (typeof crystal === 'undefined' && Math.random() <= 1) { | Syntax not understood |
| 165 | (function() { | Syntax not understood |
| 166 | var TIME_AFTER_LOAD_CRYSTAL = Date.now(); | Syntax not understood |
| 167 | var img = new Image(1, 1); | Syntax not understood |
| 168 | img.src = "//dp3.qq.com/qqcom/?adb=1&dm=new&err=1002&blockjs=" + (TIME_AFTER_LOAD_CRYSTAL - TIME_BEFORE_LOAD_CRYSTAL); | Syntax not understood |
| 169 | })(); | Syntax not understood |
| 170 | } | Syntax not understood |
| 171 | </script> | Syntax not understood |
| 172 | <iframe style="display: none;" src="https://i.news.qq.com/web_backend/getWebPacUid"></iframe> | Unknown directive |
| 173 | <script> | Syntax not understood |
| 174 | try { | Syntax not understood |
| 175 | if (!window.isPcClient) { | Syntax not understood |
| 176 | var iframe = document.createElement('iframe'); | Syntax not understood |
| 177 | iframe.id = 'storageFrame'; | Syntax not understood |
| 178 | iframe.style.display = 'none'; | Syntax not understood |
| 179 | iframe.src = 'https://www.qq.com/storage-proxy'; | Unknown directive |
| 180 | document.body.appendChild(iframe); | Syntax not understood |
| 181 | } | Syntax not understood |
| 182 | } catch {} | Syntax not understood |
| 183 | </script> | Syntax not understood |
| 184 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240805160928/react.production.min.js"></script> | Unknown directive |
| 185 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240805160928/react-dom.production.min.js"></script> | Unknown directive |
| 186 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241018171503/universal-report.min.js"></script> | Unknown directive |
| 187 | <script defer type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/libs/barrier/aria.js?appid=9327b8b06379d9d1728bbfbe2025ef9c" charset="utf-8"></script> | Unknown directive |
| 188 | <script>document.cookie="hel_err=;path=/;";</script> | Syntax not understood |
| 189 | <script type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/hel/qqnews-pc-channel_20260416102113/static/js/index.js"></script> | Unknown directive |
| 190 | <iframe id="videoFrame" style="display: none;" src="https://video.qq.com/cookie/sync_qqnews.html"></iframe> | Unknown directive |
| 191 | </body> | Syntax not understood |
| 193 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
270 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.93 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.
6.26 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.
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 | |
|---|---|---|---|
Thumbplayer Poster Plugin Image div.hot-video > div.video-card-wrap > div#video-container > img.txp_poster_img | puui.qpic.cn/vpic_cover/q3199m6jgt8/q3199m6jgt8_hz.jpg | 1.0 MiB | 1.0 MiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | tnfe.gtimg.com/tnt/api/upload/upload_f00cf80729321a253c695896a832a83b.jpg | 239.8 KiB | 239.7 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/om_ls/OxKkH7ckB7G2lB0MlZSO7cGo9LTLkrfwnhT93hH_1__q0AA_870492/0 | 126.9 KiB | 113.2 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/om_ls/OHXwLA8hXrbzHqTG0UOvIBjPaITjcToBT-p3bTi1pLQ9MAA_870492/0 | 117.5 KiB | 103.9 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/om_ls/OFGIs-FBP8h44RkSCZnsEvp-zFatCHNcgelCFszby9VHAAA_870492/0 | 114.4 KiB | 100.8 KiB |
div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover | inews.gtimg.com/news_ls/OgYBwOkn5GNK-fONffLwObv1GCTR00GTCLXFRV9p9BA8kAA_870492/0 | 91.4 KiB | 90.4 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/Os6G-Vw7thMvepRob6pHoglzfI-53FfqRZlquCw2xwYVYAA_870492/0 | 74.8 KiB | 74.5 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/O8D7HvLXc2msozdfp6lSQdJA4XcGykQvlqTJj6WS5NnWQAA_870492/0 | 74.1 KiB | 73.8 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OqxblyOLioqIVzrzdTvq_NpbTErdEa-V7FgOVOp-CuCqsAA_870492/0 | 72.5 KiB | 72.2 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OrIrgjGKV_ZmjciwOSjbEJyiFDnRGOsmsVfp5TcW5Brc4AA_870492/0 | 69.9 KiB | 69.5 KiB |
div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover | inews.gtimg.com/om_ls/OTXRJrFx7zU0tf0ipInZy9PygChixHPfgOVxRDO4PevXgAA_870492/0 | 59.2 KiB | 58.4 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OHAK5mnO-tRG1tC-NhMbzrQ4o5oV2HN0zcicUNoX0AuvUAA_870492/0 | 57.0 KiB | 56.7 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/news_ls/O1Tx5nc9uTOkdK4ByDngRfF7QAn0HToqXBeD71plUZfNEAA_870492/0 | 67.6 KiB | 54.3 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OTVt2PQSXNbJPIwM_UDoJXF329aBxWo9yn_93WGfKIBu4AA_870492/0 | 54.2 KiB | 53.9 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/news_ls/O0nl7yO4ghK4Cfn9R3V9C9wRN6jqZU8TGAlhioRw9L4K8AA_870492/0 | 63.9 KiB | 51.3 KiB |
div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover | inews.gtimg.com/news_ls/O0XZ6Knpc60sY0L3D7twFSr4B7c9CmUmN3Cfc63W4KacUAA_870492/0 | 50.0 KiB | 49.3 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-cover | inews.gtimg.com/om_ls/Ou2OdPnP8_K0Ok8kAnGlVpZh443bdRj6iEThm5dHhWcbEAA_870492/0 | 55.4 KiB | 44.5 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/newsapp_bt/0/0613115105602_1036/0 | 42.2 KiB | 42.1 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/newsapp_bt/0/0718153305252_2474/0 | 39.5 KiB | 39.5 KiB |
div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover div.article-cell > div.article-cell-textimg > a.article-media > img.img-cover | inews.gtimg.com/om_ls/OpqsGg8K3MIqahu9r6oLHFtPnEjseMPtXkmHfefhjXTiYAA_870492/0 | 18.4 KiB | 18.2 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OBCfyLXYuue682wE-u8yiINiyeoNmyMyccAMgi3_nDx6cAA_294195/0 | 18.6 KiB | 18.1 KiB |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img | inews.gtimg.com/newsapp_bt/0/0805112127189_9615/0 | 60.9 KiB | 16.8 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/om_ls/O5m9s101uUohdVU_rxnojqmi4rar0mn5KYd6OqsXWmIxoAA_200200/0 | 16.5 KiB | 16.4 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/om_ls/OVgNfxAEL-T_kczMmaqPFdt9c091eRYnjiiI7RHPfRkSEAA_200200/0 | 15.9 KiB | 15.8 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/GoldenStateWarriors.png | 15.2 KiB | 15.1 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872257/0 | 13.9 KiB | 13.0 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872254/0 | 11.8 KiB | 10.9 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/AtlantaHawks.png | 10.6 KiB | 10.5 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872255/0 | 10.9 KiB | 10.1 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | p.qpic.cn/user_pic/0/1776332181564581248/243 | 10.1 KiB | 10.1 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/DenverNuggets.png | 10.1 KiB | 10.0 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872258/0 | 10.5 KiB | 9.7 KiB |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 16.5 KiB | 9.4 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/news_ls/O-J9evAb30JYOy2JLrk-3-qo5fuZXCzD9-2HfEDRxkkfgAA_200200/0 | 9.3 KiB | 9.3 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/CharlotteHornets.png | 9.1 KiB | 9.0 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/OrlandoMagic.png | 8.9 KiB | 8.9 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872259/0 | 9.2 KiB | 8.5 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/PhoenixSuns.png | 8.3 KiB | 8.3 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/MinnesotaTimberwolves.png | 8.1 KiB | 8.0 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/ClevelandCavaliers.png | 8.0 KiB | 7.9 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/TorontoRaptors.png | 7.7 KiB | 7.7 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/59f29030596b.quan.png?width=44&height=16 | 7.6 KiB | 7.5 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/NewYorkKnicks.png | 7.5 KiB | 7.5 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 | 7.1 KiB | 7.1 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/newsapp_ls/0/507590124_200200/0 | 7.1 KiB | 7.0 KiB |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image | inews.gtimg.com/om_ls/OtwnU0FkDQAauAM5r8RZjpJubi7Uo4jfBnyxjFlXkI9vYAA_294195/0 | 7.4 KiB | 7.0 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/LosAngelesLakers.png | 5.9 KiB | 5.8 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img | sports3.gtimg.com/NBAteamLogo/HoustonRockets.png | 5.6 KiB | 5.5 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | p.qpic.cn/user_pic/0/1741965996055195381/243 | 5.6 KiB | 5.5 KiB |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872253/0 | 6.0 KiB | 5.5 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/news_ls/OTMNt6wzvbkhD1VMXy64rKL2yC9IXiob2EtQ9MPTtR3O0AA_200200/0 | 4.8 KiB | 4.7 KiB |
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | inews.gtimg.com/om_ls/OPG3-MT21e2dYO6vCewdHXWJAQkOVfNgPDyRQDflfZAq8AA_200200/0 | 4.7 KiB | 4.7 KiB |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img | inews.gtimg.com/newsapp_bt/0/091822593172_5129/0 | 4.1 KiB | 4.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| mat1.gtimg.com/www/js/emonitor/custom_ed041a23.js | 11.6 KiB | |
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 36.2 KiB | 260 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| qq.com/ | 322 ms |
| www.qq.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 410.8 KiB | 220.5 KiB |
| vm.gtimg.cn/thumbplayer/creative/4.2.38/creative-player-v.js?max_age=7776000 | 138.2 KiB | 87.2 KiB |
| vm.gtimg.cn/thumbplayer/superplayer/1.33.6/superplayer.js?max_age=15552000 | 248.5 KiB | 86.1 KiB |
| vm.gtimg.cn/thumbplayer/core/1.33.5/txhlsjs-kernel.js?max_age=86400 | 158.7 KiB | 82.8 KiB |
| /qqcdn/qqindex2021/libs/barrier/aria.js?appid=9327b8b0637... | 99.1 KiB | 81.0 KiB |
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 130.1 KiB | 49.2 KiB |
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 78.1 KiB | 45.2 KiB |
| /qqcdn/qqindex2021/advertisement/qqhome/crystal.202509082... | 50.5 KiB | 30.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 1.2 s | 503 ms | 72 ms |
| www.qq.com/ | 1.1 s | 6.6 ms | 4.7 ms |
| Unattributable | 637 ms | 96 ms | 0.0 ms |
| vm.gtimg.cn/thumbplayer/superplayer/1.33.6/superplayer.js?max_age=15552000 | 507 ms | 402 ms | 33 ms |
| staticfile.qq.com/qimei/qimeisdk-web/0.6.5/lite.js | 266 ms | 241 ms | 2.7 ms |
| /qqcdn/qqindex2021/common-static/20240805160928/react-dom... | 170 ms | 43 ms | 4.2 ms |
| mat1.gtimg.com/www/js/emonitor/custom_ed041a23.js | 168 ms | 157 ms | 1.2 ms |
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 128 ms | 45 ms | 9.8 ms |
| /qqcdn/qqindex2021/common-static/20241018171503/universal... | 125 ms | 83 ms | 4.0 ms |
| vm.gtimg.cn/thumbplayer/creative/4.2.38/creative-player-v.js?max_age=7776000 | 107 ms | 86 ms | 18 ms |
| vm.gtimg.cn/thumbplayer/core/1.33.5/txhlsjs-kernel.js?max_age=86400 | 89 ms | 63 ms | 19 ms |
| /qqcdn/qqindex2021/libs/barrier/aria.js?appid=9327b8b0637... | 51 ms | 35 ms | 13 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.9 s |
| Other | 1.3 s |
| Rendering | 772 ms |
| Style & Layout | 593 ms |
| Script Parsing & Compilation | 228 ms |
| Garbage Collection | 54 ms |
| Parse HTML & CSS | 28 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /qqcdn/qqindex2021/advertisement/qqhome/crystal.202509082... | 50.5 KiB | 23.0 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /qqcdn/qqindex2021/common-static/pc-home/202632412510/sta... | 35.6 KiB | 31.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872254/0 |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872258/0 |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872257/0 |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872259/0 |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872255/0 |
div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image div.qqhome-footer > div.img-link-wrap > a.image-link > img.big-image | inews.gtimg.com/newsapp_bt/0/15822872253/0 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/59f29030596b.quan.png?width=44&height=16 |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img | mat1.gtimg.com/rain/apub2019/ec67aa5cf8be.vip.png?width=44&height=16 |
div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img | inews.gtimg.com/newsapp_bt/0/0426124454168_4788/0 |
div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img | inews.gtimg.com/newsapp_bt/0/0426124454168_4788/0 |
div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img | inews.gtimg.com/newsapp_bt/0/0426124454168_4788/0 |
div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img div.article-cell-bigimg > a.article-cell-bigimg > div.video-play > img | inews.gtimg.com/newsapp_bt/0/0426124454168_4788/0 |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon | inews.gtimg.com/newsapp_bt/0/15798675788/0 |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon | inews.gtimg.com/newsapp_bt/0/15798675788/0 |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon | inews.gtimg.com/newsapp_bt/0/15798675788/0 |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon | inews.gtimg.com/newsapp_bt/0/15798675788/0 |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon | inews.gtimg.com/newsapp_bt/0/15798675788/0 |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
欢迎进入 腾讯网,盲人用户使用操作智能引导,请按快捷键Ctrl+Alt+R;阅读详细操作说明请按快捷键Ctrl+Alt+问号键。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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 |
|---|
早 defs > g#__lottie_element_13 > g > g |
报 defs > g#__lottie_element_13 > g > g |
早 svg > g > g > g |
报 svg > g > g > g |
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.yqFXUoHMTrADW0P39Yko > div.LPW1wLtEUkVvZdKjw0QH > div.q8thMLIcSTXxuHwDeiao > div.NRg_1AHMJaZmKtAX9V3y |
要闻 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
热问 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
国际 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
军事 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
科技 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
财经 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
教育 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
娱乐 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
电视剧 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
体育 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
NBA div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
汽车 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
房产 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
游戏 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
健康 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
视频 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
王者世界 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
游戏中心 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
更多 div.qqhome-content-wrap > ul.nav-list > li.nav-item > a.nav-link |
长安街知事 div.article-info > div.meta-info > span > a |
-4小时前 div.article-cell-textimg > div.article-info > div.meta-info > span |
新京报 div.article-info > div.meta-info > span > a |
刚刚 div.article-cell-textimg > div.article-info > div.meta-info > span |
潮新闻 div.article-info > div.meta-info > span > a |
-6小时前 div.article-cell-textimg > div.article-info > div.meta-info > span |
大河报 div.article-info > div.meta-info > span > a |
-3小时前 div.article-cell-textimg > div.article-info > div.meta-info > span |
中国驻日使馆:敦促日方查清系列恐怖威胁事件,保障中方人员安全 div.video-item > div.article-cell > div.article-cell-singletext > a.title |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
322赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
63赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
63赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
54赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
40赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
36赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
37赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
22赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
19赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
18赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
16赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
10赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
8赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
5赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
5赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
5赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
5赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
4赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
4赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
3赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
3赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
3赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
4赞同 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.question-tag > span.approve-tag |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
回答了此问题 div.NvQV3hWsJFxPzc87nGsT > div.question-content > div.answer-author > span.author-answer-desc |
28.34 div.stock > a.stock-row > div.container > span.text-count |
0.70% a.stock-row > div.container > span.text-count > span.text-label |
297.88 div.stock > a.stock-row > div.container > span.text-count |
2.05% a.stock-row > div.container > span.text-count > span.text-label |
111.31 div.stock > a.stock-row > div.container > span.text-count |
3.17% a.stock-row > div.container > span.text-count > span.text-label |
30.03 div.stock > a.stock-row > div.container > span.text-count |
1.67% a.stock-row > div.container > span.text-count > span.text-label |
51.36 div.stock > a.stock-row > div.container > span.text-count |
1.10% a.stock-row > div.container > span.text-count > span.text-label |
446.94 div.stock > a.stock-row > div.container > span.text-count |
1.72% a.stock-row > div.container > span.text-count > span.text-label |
8.60 div.stock > a.stock-row > div.container > span.text-count |
0.02% a.stock-row > div.container > span.text-count > span.text-label |
57.03 div.stock > a.stock-row > div.container > span.text-count |
0.24% a.stock-row > div.container > span.text-count > span.text-label |
7.83 div.stock > a.stock-row > div.container > span.text-count |
0.11% a.stock-row > div.container > span.text-count > span.text-label |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
预约 div.VKbZpd4vwC3KIfnCQR24 > div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-state |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
视频直播 div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > span |
王者世界多人冒险游戏 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
下载 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
S43赛季陌上相逢 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
超大实景地图,百人同场竞技 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
冒险岛IP正版手游,像素级还原 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
正版火影忍者格斗手游 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
风云变幻,横扫六合 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
治愈系休闲手游 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
经典棋牌,精心打造 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
盛趣游戏研发传奇类手游 div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.Oyo3J4eplv66YUphiD2Z > div.UBOAojWxIb0zrsEo9BWg |
秒玩 div.game-rank > div.wvuIYokKNCzVX5VMS2P3 > div.ePRXQauBOwaAzjSu9LL4 > div.vrOM7e_W9fG3bfzMhV8W |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.text-link-col > div.text-link-row > span > img.icon div.text-link-col > div.text-link-row > span > img.icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.top-header > div.search-content > div.search-box > input div.top-header > div.search-content > div.search-box > input |
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.top-header-wrap > div.top-header > div.logo-content > a.logo-link div.top-header-wrap > div.top-header > div.logo-content > a.logo-link |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img div#swiper-report > div.swiper-wrapper > div.swiper-slide > a.cover-img |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-item > div.article-cell > div.article-cell-textimg > a.article-media div.article-item > div.article-cell > div.article-cell-textimg > a.article-media |
div.article-item > div.article-cell > div.article-cell-textimg > a.article-media div.article-item > div.article-cell > div.article-cell-textimg > a.article-media |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-item > div.article-cell > div.article-cell-textimg > a.article-media div.article-item > div.article-cell > div.article-cell-textimg > a.article-media |
div.article-item > div.article-cell > div.article-cell-textimg > a.article-media div.article-item > div.article-cell > div.article-cell-textimg > a.article-media |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260412V04C9R00-z1263j9136b-721024-container > a.video-jump div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260412V04C9R00-z1263j9136b-721024-container > a.video-jump |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260416V03OZI00-t1263xs5rcl-694948-container > a.video-jump div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260416V03OZI00-t1263xs5rcl-694948-container > a.video-jump |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260415V0394T00-x1263shlsk5-682194-container > a.video-jump div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260415V0394T00-x1263shlsk5-682194-container > a.video-jump |
div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg div.article-item > div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg |
div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260414V0522B00-j1263sxwv42-69271-container > a.video-jump div.article-cell > div.article-cell-bigimg > div#bigimage-player-20260414V0522B00-j1263sxwv42-69271-container > a.video-jump |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
贺峻霖北影节红毯播音腔好听
2
吴昕郑凯恋爱6年,与何炅李维嘉聚餐被拍
3
丝芭传媒创始人王子杰去世,享年63岁
4
张伦硕还是想要一个自己的孩子
5
田… div.qqhome-content-row > div.qqhome-col-1 > div#qqcom-channel-rankWrap > ul.qqcom-rankNews |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
贺峻霖北影节红毯播音腔好听 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
吴昕郑凯恋爱6年,与何炅李维嘉聚餐被拍 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
丝芭传媒创始人王子杰去世,享年63岁 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
张伦硕还是想要一个自己的孩子 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
田嘉瑞回应新剧最忙打工人 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
杨紫后援会原地解散 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
《无限超越班4》:专业演员被跨界网红比下去 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
沈腾北影节红毯小节目不断 ul.qqcom-rankNews > a.rank-item > div.rank-info > a |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| inews.gtimg.com/newsapp_bt/0/15821906988/0 | Automatically upgraded to HTTPS |
| inews.gtimg.com/newsapp_bt/0/15822141895/0 | Automatically upgraded to HTTPS |
| inews.gtimg.com/newsapp_bt/0/15822141894/0 | Automatically upgraded to HTTPS |
| inews.gtimg.com/newsapp_bt/0/15822141896/0 | Automatically upgraded to HTTPS |
| p.qpic.cn/user_pic/0/1776332181564581248/243 | Automatically upgraded to HTTPS |
| inews.gtimg.com/newsapp_ls/0/15170056507_200200/0 | Automatically upgraded to HTTPS |
| inews.gtimg.com/newsapp_ls/0/507590124_200200/0 | Automatically upgraded to HTTPS |
| p.qpic.cn/user_pic/0/1741965996055195381/243 | Automatically upgraded to HTTPS |
| p.qpic.cn/user_pic/0/1744875627539687174/243 | Automatically upgraded to HTTPS |
| p.qpic.cn/user_pic/0/_1776331713952884326/243 | Automatically upgraded to HTTPS |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img div.question-content > div.answer-author > span._NxoLvTvNaorH25TsFwV > img | tnfe.gtimg.com/tnt/api/upload/upload_f00cf80729321a253c695896a832a83b.jpg | 20 x 20 (1.00) | 1920 x 1280 (1.50) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask div.article-cell > div.article-cell-bigimg > a.article-cell-bigimg > img.img-mask | inews.gtimg.com/newsapp_bt/0/0511155854519_5325/0 | 456 x 256 (1.78) | 584 x 332 (1.76) |
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. | /qqcdn/qqindex2021/advertisement/qqhome/crystal.202509082... line 4608, col 22 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.top-header-wrap > div.top-header > div.action-content > a.jump-link |
登录 div.top-header-wrap > div.top-header > div.action-content > a.user-icon |
安装电脑版
内容更精彩 div.top-header > div.action-content > div#download-btn-wrapid > a._dtcSvSfivVKjaiBJ8WZ |
div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link div#qqhome-footer > div.qqhome-footer > div.img-link-wrap > a.image-link |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon a.rank-item > div.rank-info > div.icon-wrap > img.qqcom-videoIcon |
div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image div#qqcom-channel-rankWrap > ul.qqcom-rankNews > a.rank-item > img.rank-image |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img div.CXAxyEyeztn5qBu5pNtQ > div.match-player-side > div.side-info > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img div.CXAxyEyeztn5qBu5pNtQ > div.match-base-info > div.UoVRVnFn61RgEZTDkbCA > img |
div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img div.CXAxyEyeztn5qBu5pNtQ > div.live-info > div.live-type > img |
div.text-link-col > div.text-link-row > span > img.icon div.text-link-col > div.text-link-row > span > img.icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback