Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
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.
17 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ba45991c-54bb-4292-b822-9dc62ac75824)<a href="https://beavercheck.com/results/ba45991c-54bb-4292-b822-9dc62ac75824"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F163.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F163.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~37%.
Page takes 16.8s to load
+12% bounceUsers abandon at ~3s — you're 14.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 816ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
17 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
15 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 → ¥2.45/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥2.45 /mo
~¥29 / 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,029 / year if left unfixed
¥50,000,000
+1 more
¥2.45 /mo
4294.7 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.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
816 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.500
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.94 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.
18.56 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 65 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#yt-333722-6453-d6af > a > div.s_img > img div#yt-333722-6453-d6af > a > div.s_img > img | /?url=https%3A%2F%2Fyt-adp.ws.126.net%2Fmyzhang%2F1014507... | 37.4 KiB | 7.8 KiB |
div#yt-333729-6451-da68 > a > div.s_img > img div#yt-333729-6451-da68 > a > div.s_img > img | /?url=https%3A%2F%2Fyt-adp.ws.126.net%2Fmyzhang%2F1014507... | 20.3 KiB | 4.2 KiB |
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 |
|---|---|
| 163.com/ | 1.4 s |
| www.163.com/ | 630 ms |
| www.163.com/ | 1.1 s |
| m.163.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
新闻
娱乐
体育
财经
图片
汽车
军事
直播
房产
科技
公益
视频
手机
数码
本地
网易号
时尚
家居
跟贴
游戏
教育
公开课
健康
旅游
亲子
艺术… body > div#app > div.home-main > main.home-home | 0.500 |
Welcome to 163.com
163.com asks for your consent to use your personal data to:… body > div.fc-consent-root > div.fc-dialog-container | 0.023 |
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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m.163.com/ | 1.4 s | 21 ms | 16 ms |
| static.ws.126.net/163/wap/f2e/ssr/static/home/js/main.226b03c3.js | 948 ms | 834 ms | 50 ms |
| Unattributable | 701 ms | 12 ms | 0.0 ms |
| /f/AGSKWxWYvvOfxNc6YQmxXRfVpCx7juMkG1aS5m1mM0TiKRev-YYUAE... | 394 ms | 251 ms | 43 ms |
| /pagead/managed/js/adsense/m202604130101/show_ads_impl_fy... | 262 ms | 198 ms | 62 ms |
| /i/ca-pub-9647300350195778?href=https%3A%2F%2Fm.163.com&e... | 258 ms | 230 ms | 24 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-9647300350195778 | 243 ms | 122 ms | 115 ms |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js | 216 ms | 164 ms | 49 ms |
| /q?c=topnews&t=wap_stream&l=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8... | 196 ms | 167 ms | 15 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 104 ms | 58 ms | 45 ms |
| /163/wap/wza/0628/aria.js?appid=a6655141bab6921b58446b4b8... | 94 ms | 62 ms | 29 ms |
| /static_public/5e7dd9894cb30d2fd378f94f/2.15.0/music-coro... | 71 ms | 24 ms | 2.1 ms |
| static.ws.126.net/163/frontend/antnest/NTM-5AE0KFYY-2.js | 70 ms | 59 ms | 4.6 ms |
| static.ws.126.net/163/frontend/libs/antanalysis.min.js | 56 ms | 50 ms | 2.5 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.4 s |
| Other | 974 ms |
| Style & Layout | 842 ms |
| Script Parsing & Compilation | 499 ms |
| Rendering | 378 ms |
| Parse HTML & CSS | 111 ms |
| Garbage Collection | 87 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 |
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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
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 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home-main > main.home-home > nav.home-channelNav > button.s-more div.home-main > main.home-home > nav.home-channelNav > button.s-more |
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#yt-333729-6451-da68 > a > div.s_img > img div#yt-333729-6451-da68 > a > div.s_img > img |
div#yt-333729-6452-944b > a > div.s_img > img div#yt-333729-6452-944b > a > div.s_img > img |
div#yt-333722-6453-d6af > a > div.s_img > img div#yt-333722-6453-d6af > a > div.s_img > img |
div#yt-333729-6454-10e3 > a > div.s_img > img div#yt-333729-6454-10e3 > a > div.s_img > img |
div#yt-333729-6455-d139 > a > div.s_img > img div#yt-333729-6455-d139 > a > div.s_img > img |
div#yt-333722-6456-cfed > a > div.s_img > img div#yt-333722-6456-cfed > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item |
main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
以军称已做好与黎巴嫩的停火准备 div.home-search > div.hot-words > a.hot-word > span.s-text |
要闻 div.home-main > div.home-subNav-wrap > nav.home-subNav > a.nav-item |
人民日报 article > section.s-left > div.s-info > span.s-source |
435跟贴 article > section.s-left > div.s-info > span.s-replyCount |
央广网客户端 article > section.s-left > div.s-info > span.s-source |
32跟贴 article > section.s-left > div.s-info > span.s-replyCount |
人民日报 article > section.s-left > div.s-info > span.s-source |
14跟贴 article > section.s-left > div.s-info > span.s-replyCount |
求是微平台 article > section.s-left > div.s-info > span.s-source |
2跟贴 article > section.s-left > div.s-info > span.s-replyCount |
健康中国 article > section.s-left > div.s-info > span.s-source |
45跟贴 article > section.s-left > div.s-info > span.s-replyCount |
央视新闻客户端 article > section.s-left > div.s-info > span.s-source |
25跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
大风新闻 article > section.s-left > div.s-info > span.s-source |
1.7万跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
极目新闻 article > section.s-left > div.s-info > span.s-source |
376跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
新闻坊 article > section.s-left > div.s-info > span.s-source |
1392跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
极目新闻 article > section.s-left > div.s-info > span.s-source |
414跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
大风新闻 article > section.s-left > div.s-info > span.s-source |
1668跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
红星新闻 article > section.s-left > div.s-info > span.s-source |
2959跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
进入今日要闻 main.home-home > section.home-channelNews > footer > a |
打开APP main.home-home > section.home-channelNews > footer > span |
西北望看台 article > section.s-left > div.s-info > span.s-source |
422跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
绿茵情报局 article > section.s-left > div.s-info > span.s-source |
绿茵情报局 article > section.s-left > div.s-info > span.s-source |
懂球帝 article > section.s-left > div.s-info > span.s-source |
五星体育 article > section.s-left > div.s-info > span.s-source |
3跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易体育 main.home-home > section.home-channelNews > footer > a |
小蜜情感说 article > section.s-left > div.s-info > span.s-source |
579跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
毒舌八卦 article > section.s-left > div.s-info > span.s-source |
46跟贴 article > section.s-left > div.s-info > span.s-replyCount |
橙星文娱 article > section.s-left > div.s-info > span.s-source |
120跟贴 article > section.s-left > div.s-info > span.s-replyCount |
仙女事件簿 article > section.s-left > div.s-info > span.s-source |
6跟贴 article > section.s-left > div.s-info > span.s-replyCount |
独立鱼 article > section.s-left > div.s-info > span.s-source |
4跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易娱乐 main.home-home > section.home-channelNews > footer > a |
南通楼市说说 article > section.s-left > div.s-info > span.s-source |
乐居财经官方 article > section.s-left > div.s-info > span.s-source |
乐居财经官方 article > section.s-left > div.s-info > span.s-source |
CricBigDataCC article > section.s-left > div.s-info > span.s-source |
在密云 article > section.s-left > div.s-info > span.s-source |
进入网易房产·马德里 main.home-home > section.home-channelNews > footer > a |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
空间设计 article > section.s-left > div.s-info > span.s-source |
装修秀 article > section.s-left > div.s-info > span.s-source |
13跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易家居 main.home-home > section.home-channelNews > footer > a |
央视新闻客户端 a.cards-bigImg > article > div.s-info > span.s-source |
379跟贴 a.cards-bigImg > article > div.s-info > span.s-replyCount |
打开APP a.cards-bigImg > article > div.s-info > span.s-openApp |
环球网资讯 article > section.s-left > div.s-info > span.s-source |
615跟贴 article > section.s-left > div.s-info > span.s-replyCount |
上观新闻 article > section.s-left > div.s-info > span.s-source |
43跟贴 article > section.s-left > div.s-info > span.s-replyCount |
上观新闻 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
看航空 article > section.s-left > div.s-info > span.s-source |
进入网易军事 main.home-home > section.home-channelNews > footer > a |
清流 article > section.s-left > div.s-info > span.s-source |
17跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
专题 article > section.s-left > div.s-info > span.s-tag |
南方都市报 article > section.s-left > div.s-info > span.s-source |
18跟贴 article > section.s-left > div.s-info > span.s-replyCount |
深蓝财经 article > section.s-left > div.s-info > span.s-source |
7跟贴 article > section.s-left > div.s-info > span.s-replyCount |
时代周报 article > section.s-left > div.s-info > span.s-source |
100跟贴 article > section.s-left > div.s-info > span.s-replyCount |
财联社 article > section.s-left > div.s-info > span.s-source |
进入网易财经 main.home-home > section.home-channelNews > footer > a |
首都之窗 article > section.s-left > div.s-info > span.s-source |
打开APP article > section.s-left > div.s-info > span.s-openApp |
首都之窗 article > section.s-left > div.s-info > span.s-source |
人民资讯 article > section.s-left > div.s-info > span.s-source |
35跟贴 article > section.s-left > div.s-info > span.s-replyCount |
北青网-北京青年报 article > section.s-left > div.s-info > span.s-source |
人民资讯 article > section.s-left > div.s-info > span.s-source |
进入网易本地·马德里 main.home-home > section.home-channelNews > footer > a |
爆角追踪 article > section.s-left > div.s-info > span.s-source |
29跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
爆角追踪 article > section.s-left > div.s-info > span.s-source |
西游日记 article > section.s-left > div.s-info > span.s-source |
2跟贴 article > section.s-left > div.s-info > span.s-replyCount |
西游日记 a.cards-threeImg > article > div.s-info > span.s-source |
5809跟贴 a.cards-threeImg > article > div.s-info > span.s-replyCount |
品牌新 article > section.s-left > div.s-info > span.s-source |
185跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易号 main.home-home > section.home-channelNews > footer > a |
网易汽车 article > section.s-left > div.s-info > span.s-source |
33跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
网易汽车 article > section.s-left > div.s-info > span.s-source |
28跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
76跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
14跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易汽车 main.home-home > section.home-channelNews > footer > a |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
打开APP article > section.s-left > div.s-info > span.s-openApp |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
Tech星球 article > section.s-left > div.s-info > span.s-source |
差评XPIN article > section.s-left > div.s-info > span.s-source |
进入网易科技 main.home-home > section.home-channelNews > footer > a |
暖心萌阿菇凉 article > section.s-left > div.s-info > span.s-source |
老梁体育漫谈 article > section.s-left > div.s-info > span.s-source |
荷兰豆爱健康 article > section.s-left > div.s-info > span.s-source |
陈意小可爱 article > section.s-left > div.s-info > span.s-source |
后厂村体工队 article > section.s-left > div.s-info > span.s-source |
青橘罐头 article > section.s-left > div.s-info > span.s-source |
乡野小珥 article > section.s-left > div.s-info > span.s-source |
进入热点列表 main.home-home > section.home-channelNews > footer > a |
界面新闻 article > section.s-left > div.s-info > span.s-source |
5715跟贴 article > section.s-left > div.s-info > span.s-replyCount |
华山穹剑 article > section.s-left > div.s-info > span.s-source |
206跟贴 article > section.s-left > div.s-info > span.s-replyCount |
全球速览 article > section.s-left > div.s-info > span.s-source |
12跟贴 article > section.s-left > div.s-info > span.s-replyCount |
每日经济新闻 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
游民星空 article > section.s-left > div.s-info > span.s-source |
5跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入推荐列表 main.home-home > section.home-channelNews > footer > a |
Copyright © 2026 163.com div.home-main > main.home-home > footer.home-footer > div.s-copyright |
2026 main.home-home > footer.home-footer > div.s-copyright > span |
App内打开 div#app > div.home-main > aside.widget-floatMenu > div.floatMenu-backflow |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
皇马拜仁踢出名局,但最抢镜的还是他 a.cards-oneImg > article > section.s-left > h4 |
丝芭传媒创始人王子杰去世,享年63岁 a.cards-oneImg > article > section.s-left > h4 |
突发!南通一小区超2亿债权,大甩卖! a.cards-oneImg > article > section.s-left > h4 |
智能温度传感器助力精准温控管理 a.cards-oneImg > article > section.s-left > h4 |
美伊均否认就延长停火达成共识 li > a.cards-bigImg > article > h4 |
海尔与医美女王互撕 换血抗衰谁的生意? a.cards-oneImg > article > section.s-left > h4 |
降雨持续到前半夜!周日西部北部有阵雨 a.cards-oneImg > article > section.s-left > h4 |
罗技鼠标会导致电脑严重卡顿!前脚刚骂消费者是条狗,又被爆出软件又重大缺陷 a.cards-oneImg > article > section.s-left > h4 |
预售39.98万元 全尺寸SUV小鹏GX要来了 a.cards-oneImg > article > section.s-left > h4 |
AI 决定体验上限,机械决定安全底线:魏牌V9X 的旗舰重塑逻辑 a.cards-oneImg > article > section.s-left > h4 |
香港最后天后44岁,与黑人出入酒店,如今孤身一人 a.cards-oneImg > article > section.s-left > h4 |
美民主党对防长赫格塞思发起弹劾 指控其犯战争罪 a.cards-oneImg > article > section.s-left > h4 |
These are opportunities to improve keyboard navigation in your application.
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#viewport head > meta#viewport |
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 |
|---|
视频 div.home-main > main.home-home > nav.home-channelNav > a.nav-item |
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 |
|---|---|
| www.163.com/ | Allowed |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
[GPT] Error in googletag.defineSlot: Cannot create slot /23290286939/SJWSYXXL. Div element "div-gpt-ad-1750928593771-0" is already associated with another slot: /23290286939/SJWSYXXL.
https://goo.gle/gpt-message#28 | |
[GPT] Error in googletag.defineSlot: Cannot create slot /23290286939/SJWSYXXL. Div element "div-gpt-ad-1750928593771-0" is already associated with another slot: /23290286939/SJWSYXXL.
https://goo.gle/gpt-message#28 | |
[GPT] Error in googletag.defineSlot: Cannot create slot /23290286939/SJWSYXXL. Div element "div-gpt-ad-1750928593771-0" is already associated with another slot: /23290286939/SJWSYXXL.
https://goo.gle/gpt-message#28 | |
[GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'addService').
https://goo.gle/gpt-message#30 | |
[GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'addService').
https://goo.gle/gpt-message#30 | |
[GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'addService').
https://goo.gle/gpt-message#30 | |
Exception in queued GPT command TypeError: Cannot read properties of null (reading 'addService')
at eval (eval at <anonymous> (https://static.ws.126.net/163/wap/f2e/ssr/static/home/js/main.226b03c3.js:1:27842), <anonymous>:6:91)
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:443188)
at Yv.<anonymous> (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:96785)
at Zv (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:140397)
at fE.j (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:611319)
at hE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:200879)
at jE.next (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201173)
at https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201587
at new Promise (<anonymous>)
at kE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201472) | |
Exception in queued GPT command TypeError: Cannot read properties of null (reading 'addService')
at eval (eval at <anonymous> (https://static.ws.126.net/163/wap/f2e/ssr/static/home/js/main.226b03c3.js:1:27842), <anonymous>:6:91)
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:443188)
at Yv.<anonymous> (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:96785)
at Zv (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:140397)
at fE.j (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:611319)
at hE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:200879)
at jE.next (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201173)
at https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201587
at new Promise (<anonymous>)
at kE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201472) | |
Exception in queued GPT command TypeError: Cannot read properties of null (reading 'addService')
at eval (eval at <anonymous> (https://static.ws.126.net/163/wap/f2e/ssr/static/home/js/main.226b03c3.js:1:27842), <anonymous>:6:91)
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:443188)
at Yv.<anonymous> (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:96785)
at Zv (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:140397)
at fE.j (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:611319)
at hE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:200879)
at jE.next (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201173)
at https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201587
at new Promise (<anonymous>)
at kE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js:19:201472) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#yt-333729-6451-da68 > a > div.s_img > img div#yt-333729-6451-da68 > a > div.s_img > img |
div#yt-333729-6452-944b > a > div.s_img > img div#yt-333729-6452-944b > a > div.s_img > img |
div#yt-333722-6453-d6af > a > div.s_img > img div#yt-333722-6453-d6af > a > div.s_img > img |
div#yt-333729-6454-10e3 > a > div.s_img > img div#yt-333729-6454-10e3 > a > div.s_img > img |
div#yt-333729-6455-d139 > a > div.s_img > img div#yt-333729-6455-d139 > a > div.s_img > img |
div#yt-333722-6456-cfed > a > div.s_img > img div#yt-333722-6456-cfed > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.061
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.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.
3.21 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| static.mediav.com/js/ssp_ad_sdk.js | 138.8 KiB | 1.8 s |
| urswebzj.nosdn.127.net/webzj_cdn101/message.js | 11.6 KiB | 207 ms |
| static.ws.126.net/163/f2e/commonnav2019/css/commonnav_headcss-fad753559b.css | 7.2 KiB | |
| static.ws.126.net/163/f2e/www/index20250101/static/css/main.4bdfb8af.css | 15.4 KiB | 251 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
预售39.98万元 全尺寸SUV小鹏GX要来了 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 65.3 KiB | 58.9 KiB |
中国驻日大使馆接连遭到恐怖威胁 相关情况披露 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 47.6 KiB | 41.2 KiB |
勇士淘汰快船 库里35分小卡21+7结束赛季 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 33.6 KiB | 27.3 KiB |
致癌物疑云+业绩滑坡 中国“中产”还能撑住Lululemon多久? ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0415%2F... | 24.2 KiB | 22.1 KiB |
最后冰川:德国仅存四座 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | /?url=http%3A%2F%2Fbjnewsrec-cv.ws.126.net%2Flittle4155b4... | 28.4 KiB | 22.1 KiB |
body > a > img body > a > img | yt-adp.ws.126.net/channel4/1200125_nyiu_20210326.jpg | 45.5 KiB | 21.0 KiB |
12吨巧克力有难,全网化身超级侦探添乱 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0409%2F... | 22.9 KiB | 20.8 KiB |
行走的50万从天而降,司机赚大了! ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 22.1 KiB | 20.0 KiB |
干细胞能延缓衰老吗?答案藏在一生里 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0413%2F... | 21.8 KiB | 19.7 KiB |
最后冰川:德国仅存四座 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | static.ws.126.net/163/f2e/www/index20170701/images/imgdf.png | 21.0 KiB | 19.0 KiB |
| /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2024%2F1126%2F... | 20.3 KiB | 18.3 KiB | |
网易新闻 div.ns_area_top > div.hd > h1 > a | static.ws.126.net/163/f2e/www/index20250101/static/images/sprite_img.2f1ca4b.png | 23.9 KiB | 17.2 KiB |
刘纪鹏:只盼长慢牛,巩固4000点是关键 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0403%2F... | 18.1 KiB | 16.0 KiB |
五大联赛首位女性主教练,为什么是她? ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0414%2F... | 13.4 KiB | 11.3 KiB |
| /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 12.0 KiB | 9.9 KiB | |
| /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0414%2F... | 11.2 KiB | 9.2 KiB | |
网络监督专区 div#js_index2017_wrap > div.ns_area_top > div.hd > a#wljd | cms-bucket.ws.126.net/2023/1130/e8304a06j00s4xguh000cc0003m007sc.jpg | 12.8 KiB | 6.9 KiB |
li > div.js_N_navSelect > a#js_mail_url > em.ntes-nav-select-arr li > div.js_N_navSelect > a#js_mail_url > em.ntes-nav-select-arr | static.ws.126.net/163/f2e/commonnav2019/images/nav_sprite_v42.png | 13.5 KiB | 6.2 KiB |
林允一袭白裙变身海底神女 清冷感拉满 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > img.top_focus_img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... | 11.3 KiB | 4.9 KiB |
每日辟谣
四川绵阳民政局工作人员周日违规给熟人办证?当地辟谣
杨柳絮漫天飞,为啥不把树都砍了?你对它的误解太深了! div.ns_area > div.col_r > div.mod_r > div.mod-debunk | /163/f2e/www/index20250101/static/images/icon-debunk.a547... | 4.8 KiB | 4.1 KiB |
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 |
|---|---|
| 163.com/ | 915 ms |
| www.163.com/ | 205 ms |
| www.163.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| yt-adp.ws.126.net/ntesrich/auto/adbox/adbox-v1.1.2-120705.js | 6.8 KiB | 2.9 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.
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 | 752 ms |
| Other | 748 ms |
| Rendering | 368 ms |
| Style & Layout | 343 ms |
| Script Parsing & Compilation | 160 ms |
| Parse HTML & CSS | 54 ms |
| Garbage Collection | 32 ms |
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.hd > h1 > div > img | static.ws.126.net/163/f2e/product/post_nodejs/static/logo.png |
刘纪鹏:只盼长慢牛,巩固4000点是关键 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0403%2F... |
五大联赛首位女性主教练,为什么是她? ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0414%2F... |
12吨巧克力有难,全网化身超级侦探添乱 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0409%2F... |
行走的50万从天而降,司机赚大了! ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0416%2F... |
干细胞能延缓衰老吗?答案藏在一生里 ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0413%2F... |
致癌物疑云+业绩滑坡 中国“中产”还能撑住Lululemon多久? ul#js_original_news > li.imgnews_item > a.imgnews_img > img | /?url=http%3A%2F%2Fcms-bucket.ws.126.net%2F2026%2F0415%2F... |
中国互联网联合辟谣平台 div.subfooter > div.subfoot_logo > a > img | static.ws.126.net/163/f2e/www/index20170701/images/py_logo.jpg |
适老化无障碍服务 div.subfooter > div.subfoot_logo > span > img | static.ws.126.net/163/f2e/www/index20170701/images/wzalogo.jpg |
莫雷托:巴萨与巴斯托尼谈妥合同想加球员交换,国米看好福特 ul.mod_imgnews > li.imgnews_item > a.imgnews_img > img.lazy | |
勇士淘汰快船!将与太阳争第8 库里35分小卡21+7结束赛季 ul.mod_imgnews > li.imgnews_item > a.imgnews_img > img.lazy | |
13个毁掉你生活的不良习惯 ul.mod_imgnews_narrow > li.imgnews_item > a.imgnews_img > img.lazy | |
一季度数据炸场,为何中国成最大赢家? ul.mod_imgnews_narrow > li.imgnews_item > a.imgnews_img > img.lazy |
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 |
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#js_index2017_wrap > div.ne_area > div.hp_textlink1_nav_l > a |
最新 body > div#js_index2017_wrap > div.ne_area > div.hp_textlink1_nav_r |
网易旗下专业财经智库 div.hp_textlink1_body > ul.clearfix > li > a |
TED演讲全网首播 div.hp_textlink1_body > ul.clearfix > li > a |
凿一点书墙上的光 div.hp_textlink1_body > ul.clearfix > li > a |
封面故事 div.hp_textlink1_body > ul.clearfix > li > a |
聆听音乐 div.hp_textlink1_body > ul.clearfix > li > a |
13岁大专毕业当助教 div.hp_textlink1_body > ul.clearfix > li > a |
C位大佬解读C位大事 div.hp_textlink1_body > ul.clearfix > li > a |
网易科技深度报道 div.hp_textlink1_body > ul.clearfix > li > a |
讲好低碳时代新故事 div.hp_textlink1_body > ul.clearfix > li > a |
体育人物的向上力量 div.hp_textlink1_body > ul.clearfix > li > a |
分享人生另一面 div.hp_textlink1_body > ul.clearfix > li > a |
专业竞彩一触即发 div.hp_textlink1_body > ul.clearfix > li > a |
广告 body > div#js_index2017_wrap > div.ne_area > span.channel_ad_text_2016 |
div.mod_netease_search > div#netease_search > div.netease_search_head > input#netease_search_input div.mod_netease_search > div#netease_search > div.netease_search_head > input#netease_search_input |
div.col_r > div.mod_netease_search > div#netease_search > input#netease_search_btn div.col_r > div.mod_netease_search > div#netease_search > input#netease_search_btn |
网易新闻 ul > li.news_app > a > span |
公开课 ul > li.gongkaike_app > a > span |
网易红彩 ul > li.hongcai_app > a > span |
网易邮箱 ul > li.email_app > a > span |
资深媒体人 div.clearfix > div.expert-card_details > div.expert-card_info > span.expert-card_title |
9连中 div.clearfix > div.expert-card_details > div.expert-card_info > span.expert-card_label |
贝蒂斯 vs 布拉加 div#js_expert_card > div.expert-card_plan > a.expert-card_match > span |
13连红 li.expert-item > a > div.expert-item_details > span.expert-card_label |
13连红 li.expert-item > a > div.expert-item_details > span.expert-card_label |
9连红 li.expert-item > a > div.expert-item_details > span.expert-card_label |
钱江晚报21144跟贴 div.mod_r > ul#js_comment_news > li.comment-news_item > div.comment-news_info |
古董333:网上点过火锅炉鱼,三次有两次鱼是死鱼,海边长大的人这个很敏感,最后一次选了退货退款,老板不同意,嘴硬说鱼肯定新鲜的,呵呵...这家店我从此再没点过… ul#js_comment_news > li.comment-news_item > a.comment-news_comment > div.comment-news_content |
大象新闻8569跟贴 div.mod_r > ul#js_comment_news > li.comment-news_item > div.comment-news_info |
新闻坊1393跟贴 div.mod_r > ul#js_comment_news > li.comment-news_item > div.comment-news_info |
朝阳 ul > li > p.info > a.address |
丰台 ul > li > p.info > a.address |
顺义 ul > li > p.info > a.address |
石景山 ul > li > p.info > a.address |
大兴 ul > li > p.info > a.address |
东城 ul > li > p.info > a.address |
新京报政事儿 ul#js_hotnews > li.comment-news_item > div.hotnews_info > span |
31799跟贴 ul#js_hotnews > li.comment-news_item > div.hotnews_info > a |
钱江晚报 ul#js_hotnews > li.comment-news_item > div.hotnews_info > span |
21076跟贴 ul#js_hotnews > li.comment-news_item > div.hotnews_info > a |
上观新闻 ul#js_hotnews > li.comment-news_item > div.hotnews_info > span |
0跟贴 ul#js_hotnews > li.comment-news_item > div.hotnews_info > a |
极目新闻 ul#js_hotnews > li.comment-news_item > div.hotnews_info > span |
5029跟贴 ul#js_hotnews > li.comment-news_item > div.hotnews_info > a |
界面新闻 ul#js_hotnews > li.comment-news_item > div.hotnews_info > span |
5715跟贴 ul#js_hotnews > li.comment-news_item > div.hotnews_info > a |
粤公网安备 44010602006299号 div.subfoot_links > div.subfoot_links_con > p.links_ygwa > a |
© 1997-2026 网易公司版权所有 About NetEase | 公司简介 | 联系方法 | 招聘信息 | 客户服务 | 隐私政策 | 不良信息举报 … body > div.N-nav-bottom > div.N-nav-bottom-main > div.ntes_foot_link |
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 |
li.comment-news_item > a.comment-news_comment > div.comment-news_content > img.comment_news-icon li.comment-news_item > a.comment-news_comment > div.comment-news_content > img.comment_news-icon |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
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.mod_netease_search > div#netease_search > div.netease_search_head > input#netease_search_input div.mod_netease_search > div#netease_search > div.netease_search_head > input#netease_search_input |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#js_index2017_wrap > div.ad_1200 > div.at_item > iframe#aria5d08zqu9aws div#js_index2017_wrap > div.ad_1200 > div.at_item > iframe#aria5d08zqu9aws |
div.gdt-ad-container > ins#revive-0-0 > div._w0uumq26lqh > iframe#iframeu6924120_0 div.gdt-ad-container > ins#revive-0-0 > div._w0uumq26lqh > iframe#iframeu6924120_0 |
div.gdt-ad-container > ins#revive-0-1 > div._w0uumq26lqh > iframe#iframeu6924120_1 div.gdt-ad-container > ins#revive-0-1 > div._w0uumq26lqh > iframe#iframeu6924120_1 |
div.gdt-ad-container > ins#revive-0-2 > div._w0uumq26lqh > iframe#iframeu6924120_2 div.gdt-ad-container > ins#revive-0-2 > div._w0uumq26lqh > iframe#iframeu6924120_2 |
div.gdt-ad-container > ins#revive-0-3 > div._w0uumq26lqh > iframe#iframeu6924120_3 div.gdt-ad-container > ins#revive-0-3 > div._w0uumq26lqh > iframe#iframeu6924120_3 |
div.clearfix > div.ad_860 > div.at_item > iframe#aria4zm64dcf1j0 div.clearfix > div.ad_860 > div.at_item > iframe#aria4zm64dcf1j0 |
div.at_item > ins#revive-0-4 > div._8t7j9ga3nhf > iframe#iframeu7005426_0 div.at_item > ins#revive-0-4 > div._8t7j9ga3nhf > iframe#iframeu7005426_0 |
div.at_item > ins#revive-0-5 > div._9gkca19zom > iframe#ariafilqi9m2nbk div.at_item > ins#revive-0-5 > div._9gkca19zom > iframe#ariafilqi9m2nbk |
div.col_r > div.ad_300 > div > iframe#l1 div.col_r > div.ad_300 > div > iframe#l1 |
div.gdt-ad-container > ins#revive-0-6 > div._w0uumq26lqh > iframe#iframeu6924120_4 div.gdt-ad-container > ins#revive-0-6 > div._w0uumq26lqh > iframe#iframeu6924120_4 |
div.gdt-ad-container > ins#revive-0-7 > div._w0uumq26lqh > iframe#ariadyh96ezpn68 div.gdt-ad-container > ins#revive-0-7 > div._w0uumq26lqh > iframe#ariadyh96ezpn68 |
div.gdt-ad-container > ins#revive-0-8 > div._w0uumq26lqh > iframe#iframeu6924120_6 div.gdt-ad-container > ins#revive-0-8 > div._w0uumq26lqh > iframe#iframeu6924120_6 |
div.gdt-ad-container > ins#revive-0-9 > div._jjrwev77b9 > iframe#iframeu5840914_0 div.gdt-ad-container > ins#revive-0-9 > div._jjrwev77b9 > iframe#iframeu5840914_0 |
div.gdt-ad-container > ins#revive-0-10 > div._w0uumq26lqh > iframe#iframeu6924120_7 div.gdt-ad-container > ins#revive-0-10 > div._w0uumq26lqh > iframe#iframeu6924120_7 |
div.gdt-ad-container > ins#revive-0-11 > div._w0uumq26lqh > iframe#iframeu6924120_8 div.gdt-ad-container > ins#revive-0-11 > div._w0uumq26lqh > iframe#iframeu6924120_8 |
ins#revive-0-12 > div > div._s4hbqk4d50a > iframe#iframeu6658802_0 ins#revive-0-12 > div > div._s4hbqk4d50a > iframe#iframeu6658802_0 |
div.at_item > ins#revive-0-13 > div._pbz55rzgml > iframe#iframeu6924089_0 div.at_item > ins#revive-0-13 > div._pbz55rzgml > iframe#iframeu6924089_0 |
div.gdt-ad-container > ins#revive-0-14 > div._oz4lca4i9f > iframe#iframeu6404216_0 div.gdt-ad-container > ins#revive-0-14 > div._oz4lca4i9f > iframe#iframeu6404216_0 |
div.gdt-ad-container > ins#revive-0-15 > div._oz4lca4i9f > iframe#iframeu6404216_1 div.gdt-ad-container > ins#revive-0-15 > div._oz4lca4i9f > iframe#iframeu6404216_1 |
div > div > ins._uiqtweyq0ko > iframe#iframeu6404239_0 div > div > ins._uiqtweyq0ko > iframe#iframeu6404239_0 |
div > div > ins._h253b9fqalk > iframe#iframeu6404240_0 div > div > ins._h253b9fqalk > iframe#iframeu6404240_0 |
div.at_item > ins#revive-0-16 > div._w1phtkljvz > iframe#iframeu6866293_0 div.at_item > ins#revive-0-16 > div._w1phtkljvz > iframe#iframeu6866293_0 |
div.gdt-ad-container > ins#revive-0-17 > div._w0uumq26lqh > iframe#iframeu6924120_9 div.gdt-ad-container > ins#revive-0-17 > div._w0uumq26lqh > iframe#iframeu6924120_9 |
div.gdt-ad-container > ins#revive-0-18 > div#cpro_u5844325 > iframe#iframeu5844325_0 div.gdt-ad-container > ins#revive-0-18 > div#cpro_u5844325 > iframe#iframeu5844325_0 |
div.gdt-ad-container > ins#revive-0-19 > div#cpro_u5844338 > iframe#iframeu5844338_0 div.gdt-ad-container > ins#revive-0-19 > div#cpro_u5844338 > iframe#iframeu5844338_0 |
div.gdt-ad-container > ins#revive-0-20 > div._oz4lca4i9f > iframe#iframeu6404216_2 div.gdt-ad-container > ins#revive-0-20 > div._oz4lca4i9f > iframe#iframeu6404216_2 |
div.at_item > ins#revive-0-21 > div._trwyeajfcyd > iframe#iframeu6924116_0 div.at_item > ins#revive-0-21 > div._trwyeajfcyd > iframe#iframeu6924116_0 |
div.gdt-ad-container > ins#revive-0-22 > div._w0uumq26lqh > iframe#iframeu6924120_10 div.gdt-ad-container > ins#revive-0-22 > div._w0uumq26lqh > iframe#iframeu6924120_10 |
div.gdt-ad-container > ins#revive-0-23 > div._jjrwev77b9 > iframe#iframeu5840914_1 div.gdt-ad-container > ins#revive-0-23 > div._jjrwev77b9 > iframe#iframeu5840914_1 |
div.gdt-ad-container > ins#revive-0-24 > div._w0uumq26lqh > iframe#iframeu6924120_11 div.gdt-ad-container > ins#revive-0-24 > div._w0uumq26lqh > iframe#iframeu6924120_11 |
div.gdt-ad-container > ins#revive-0-25 > div._w0uumq26lqh > iframe#iframeu6924120_12 div.gdt-ad-container > ins#revive-0-25 > div._w0uumq26lqh > iframe#iframeu6924120_12 |
div.gdt-ad-container > ins#revive-0-26 > div._w0uumq26lqh > iframe#iframeu6924120_13 div.gdt-ad-container > ins#revive-0-26 > div._w0uumq26lqh > iframe#iframeu6924120_13 |
div.gdt-ad-container > ins#revive-0-27 > div._jjrwev77b9 > iframe#iframeu5840914_2 div.gdt-ad-container > ins#revive-0-27 > div._jjrwev77b9 > iframe#iframeu5840914_2 |
div.gdt-ad-container > ins#revive-0-28 > div._oz4lca4i9f > iframe#iframeu6404216_3 div.gdt-ad-container > ins#revive-0-28 > div._oz4lca4i9f > iframe#iframeu6404216_3 |
div.col_r > div.ad_300 > div > iframe#m5 div.col_r > div.ad_300 > div > iframe#m5 |
div.gdt-ad-container > ins#revive-0-29 > div._w0uumq26lqh > iframe#iframeu6924120_14 div.gdt-ad-container > ins#revive-0-29 > div._w0uumq26lqh > iframe#iframeu6924120_14 |
div.gdt-ad-container > ins#revive-0-30 > div._w0uumq26lqh > iframe#iframeu6924120_15 div.gdt-ad-container > ins#revive-0-30 > div._w0uumq26lqh > iframe#iframeu6924120_15 |
div.gdt-ad-container > ins#revive-0-31 > div._w0uumq26lqh > iframe#iframeu6924120_16 div.gdt-ad-container > ins#revive-0-31 > div._w0uumq26lqh > iframe#iframeu6924120_16 |
div.gdt-ad-container > ins#revive-0-32 > div._w0uumq26lqh > iframe#iframeu6924120_17 div.gdt-ad-container > ins#revive-0-32 > div._w0uumq26lqh > iframe#iframeu6924120_17 |
div.gdt-ad-container > ins#revive-0-33 > div#_t6ik4sofg4 > iframe#ariajpnb8zb0dqo div.gdt-ad-container > ins#revive-0-33 > div#_t6ik4sofg4 > iframe#ariajpnb8zb0dqo |
div.gdt-ad-container > ins#revive-0-34 > div._cx7p5mqlyd9 > iframe#iframeu5844340_0 div.gdt-ad-container > ins#revive-0-34 > div._cx7p5mqlyd9 > iframe#iframeu5844340_0 |
div.gdt-ad-container > ins#revive-0-35 > div._oz4lca4i9f > iframe#iframeu6404216_4 div.gdt-ad-container > ins#revive-0-35 > div._oz4lca4i9f > iframe#iframeu6404216_4 |
div.gdt-ad-container > ins#revive-0-36 > div._w0uumq26lqh > iframe#iframeu6924120_18 div.gdt-ad-container > ins#revive-0-36 > div._w0uumq26lqh > iframe#iframeu6924120_18 |
div.gdt-ad-container > ins#revive-0-37 > div._w0uumq26lqh > iframe#aria2dacd4koz9v div.gdt-ad-container > ins#revive-0-37 > div._w0uumq26lqh > iframe#aria2dacd4koz9v |
div.gdt-ad-container > ins#revive-0-38 > div._w0uumq26lqh > iframe#iframeu6924120_20 div.gdt-ad-container > ins#revive-0-38 > div._w0uumq26lqh > iframe#iframeu6924120_20 |
div.gdt-ad-container > ins#revive-0-39 > div._w0uumq26lqh > iframe#iframeu6924120_21 div.gdt-ad-container > ins#revive-0-39 > div._w0uumq26lqh > iframe#iframeu6924120_21 |
div.col_lm > div.ad_860 > div.at_item > iframe#aria38lk4yjir98 div.col_lm > div.ad_860 > div.at_item > iframe#aria38lk4yjir98 |
div.gdt-ad-container > ins#revive-0-40 > div._oz4lca4i9f > iframe#iframeu6404216_5 div.gdt-ad-container > ins#revive-0-40 > div._oz4lca4i9f > iframe#iframeu6404216_5 |
div.gdt-ad-container > ins#revive-0-41 > div._jjrwev77b9 > iframe#iframeu5840914_3 div.gdt-ad-container > ins#revive-0-41 > div._jjrwev77b9 > iframe#iframeu5840914_3 |
div.gdt-ad-container > ins#revive-0-42 > div._oz4lca4i9f > iframe#iframeu6404216_6 div.gdt-ad-container > ins#revive-0-42 > div._oz4lca4i9f > iframe#iframeu6404216_6 |
div.gdt-ad-container > ins#revive-0-43 > div._oz4lca4i9f > iframe#iframeu6404216_7 div.gdt-ad-container > ins#revive-0-43 > div._oz4lca4i9f > iframe#iframeu6404216_7 |
div#js_index2017_wrap > div.ad_1200 > div.at_item > iframe#aria3ixr4atbofw div#js_index2017_wrap > div.ad_1200 > div.at_item > iframe#aria3ixr4atbofw |
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.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.col_r > div.ad_300 > div > a.ad_hover_href div.col_r > div.ad_300 > div > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.col_lm > div.ad_860 > div.tl_ad_left > a.ad_hover_href div.col_lm > div.ad_860 > div.tl_ad_left > a.ad_hover_href |
div.col_lm > div.ad_860 > div.tl_ad_right > a.ad_hover_href div.col_lm > div.ad_860 > div.tl_ad_right > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.col_r > div.ad_300 > div > a.ad_hover_href div.col_r > div.ad_300 > div > a.ad_hover_href |
div.col_lm > div.ad_860 > div.tl_ad_left > a.ad_hover_href div.col_lm > div.ad_860 > div.tl_ad_left > a.ad_hover_href |
div.col_lm > div.ad_860 > div.tl_ad_right > a.ad_hover_href div.col_lm > div.ad_860 > div.tl_ad_right > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href div.ns_area > div.col_r > div.ad_300 > a.ad_hover_href |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
中国驻日大使馆接连遭到恐怖威胁 相关情况披露 ul.top_focus_wrap > li.top_focus_item > a.top_focus_link > h3.top_focus_title |
北京城建·望京国誉府 ul > li > a.img > h5 |
长安悦玺 ul > li > a.img > h5 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html#ne_wrap html#ne_wrap |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
你到底该和什么样的人做朋友?
反常识!避险黄金为何大跌? div.ns_area > div.col_r > div.mod_r > ul.mod_news |
豆包是全中国最好用的AI?
许家印认罪了,可162万家庭烂尾房谁买单? div.ns_area > div.col_r > div.mod_r > ul.mod_news |
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 > li > p.info > a.address |
8.90万/㎡ ul > li > p.info > a.price |
丰台 ul > li > p.info > a.address |
7.50万/㎡ ul > li > p.info > a.price |
顺义 ul > li > p.info > a.address |
3.75万/㎡ ul > li > p.info > a.price |
石景山 ul > li > p.info > a.address |
7.95万/㎡ ul > li > p.info > a.price |
大兴 ul > li > p.info > a.address |
5.75万/㎡ ul > li > p.info > a.price |
东城 ul > li > p.info > a.address |
13.90万/㎡ ul > li > p.info > a.price |
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#ne_wrap html#ne_wrap |
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 |
|---|---|
| www.163.com/ | Allowed |
| /photo/0007/2021-12-22/GRQOESFURI3A0007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
| /photo/0007/2024-07-29/J891NBRHSRJ20007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
| /photo/0007/2021-02-04/G207LO1TOCPG0007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
| /photo/0007/2024-08-16/J9NI0QQJSRTO0007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
| /photo/0007/2024-06-25/J5HD2VOGSR7G0007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
| /photo/0007/2023-03-03/HUT8MEA2SFDB0007NOS.jpg?imageView&... | Automatically upgraded to HTTPS |
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#js_N_nav > div.ntes-nav-main > div#js_N_nav_left > a#cniil_wza |
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 |
li.comment-news_item > a.comment-news_comment > div.comment-news_content > img.comment_news-icon li.comment-news_item > a.comment-news_comment > div.comment-news_content > img.comment_news-icon |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
ul > li > a.img > img ul > li > a.img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback