Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
65 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/67cafc09-839d-4ceb-9fd2-93b0fb957055)<a href="https://beavercheck.com/results/67cafc09-839d-4ceb-9fd2-93b0fb957055"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhexun.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhexun.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 6.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 6.5s to load
+12% bounceUsers abandon at ~3s — you're 4.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥2,100 investment → ¥18,273/month returns + CNY 50,000,000 risk avoided
¥2,100
6h · 5 findings
¥18,273 /mo
~¥219,272 / year
CNY 50,000,000
if kept compliant
¥350 — 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.
6.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,668 / month at risk
~¥50,000,012 / year if left unfixed
¥50,000,000
¥0.98 /mo
1706.8 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
166 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.10 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.59 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| web.hexun.com/m/modules/middle.0.0.1.min.js | 2.1 KiB | 1.1 s |
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.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 | dn-operation.hexun.com/jpg/commonTemplateImage/67631698202041800.jpg | 54.8 KiB | 32.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hexun.com/ | 1.3 s |
| www.hexun.com/ | 1.5 s |
| m.hexun.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| m.hexun.com/_next/static/css/f30a9e7e1279332fd4d3.css | 34.9 KiB | 34.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| web.hexun.com/m/modules/sensors.min.js | 87.1 KiB | 52.9 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | 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 |
|---|---|---|
| hmcdn.baidu.com/static/tongji/plugins/UrlChangeTracker.js | 7.8 KiB | 6.8 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.
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 |
|---|
置顶 央视网 ul.index_topnewslist__16m5F > li > a > p |
置顶 央视网 ul.index_topnewslist__16m5F > li > a > p |
置顶 新华网 ul.index_topnewslist__16m5F > li > a > p |
置顶 和讯网 ul.index_topnewslist__16m5F > li > a > p |
置顶 li > a > p > span |
证券时报网 01-26 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
每日经济新闻 01-26 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
证券时报网 01-26 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
查看更多热门新闻>> div > div.index_spreadnewslist__3gkma > div.index_spreadnewslistmore__3GXaU > a |
广告 和讯理财客 div > div.jsx-4142261121 > div.jsx-4142261121 > div.jsx-4142261121 |
点击查看 div.jsx-4142261121 > div.jsx-4142261121 > div.jsx-4142261121 > a.jsx-4142261121 |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
秦蠡论股专栏 07:33 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
史月波高控盘 01:25 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
秦蠡论股专栏 01:15 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
脱水君 昨天 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
秦蠡论股专栏 昨天 li.clearfix > a > div.index_spreadnewslistcontent__2XZLB > p |
查看更多财道头条>> div > div.index_spreadnewslist__3gkma > div.index_spreadnewslistmore__3GXaU > a |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
证券时报 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
每日经济新闻 li.clearfix > a > div.newsList_newslistcontent__OjxQn > p |
新闻 div.index_navbar__rLVKD > ul > li.index_news__1QiCt > span |
视频 div.index_navbar__rLVKD > ul > li.index_video__qW-Od > span |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img |
a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
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.index_headernav__1zAHT > ul > li > a div.index_headernav__1zAHT > ul > li > a |
div.index_headernav__1zAHT > ul > li > a div.index_headernav__1zAHT > ul > li > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | web.hexun.com/m/modules/sensors.min.js line 5, col 56736 |
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 |
|---|
客户端 body > div#__next > div.newsFooter_footerlink__2iXwM > a |
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.
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 |
|---|
a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img |
a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img a > div.index_spreadnewslistpic__2u7k_ > div.lazyload-wrapper > img |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 div.swiper-wrapper > div.swiper-slide > a.jsx-4142261121 > img.jsx-4142261121 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.28 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.077
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.97 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.29 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 |
|---|---|---|
| img.hexun.com/zl/tool/jquery-1.4.2.min.js | 25.3 KiB | 1.2 s |
| web.hexun.com/pc/js/index.js | 17.1 KiB | 72 ms |
| web.hexun.com/pc/css/index.css?v=20200713 | 14.5 KiB | 519 ms |
| utrack.hexun.com/dp/hexun_dplus_ver1.0.1.js | 4.6 KiB | 397 ms |
| web.hexun.com/m/modules/sensors.min.js | 88.8 KiB | 144 ms |
| web.hexun.com/pc/libs/tingyun/tingyun-rum.js | 45.7 KiB | 72 ms |
| logintool.hexun.com/OtherInterFace/js/popup.js | 3.7 KiB | |
| logintool.hexun.com/OtherInterFace/style/newbase.css | 746 B | |
| web.hexun.com/pc/modules/user_info_query.js | 1.1 KiB |
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.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2024-10-11/214916526.jpeg | 198.8 KiB | 198.2 KiB |
div.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2024-05-28/212991772.jpeg | 173.8 KiB | 173.2 KiB |
div.c0 > div.lck-module > a > img div.c0 > div.lck-module > a > img | fs-cms.hexun.com/img/2024/04/19/212593598.jpg | 150.3 KiB | 138.7 KiB |
资本观察 div.layout > div.c0 > div.gsjj > div.hd | img.hexun.com/zl/hx/index/images/ifr_title.jpg | 141.6 KiB | 109.0 KiB |
div.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2025-12-10/222735544.jpg | 93.3 KiB | 90.2 KiB |
div.layout > div.c0 > div.caidao-chat > div#caidao-chat-title div.layout > div.c0 > div.caidao-chat > div#caidao-chat-title | web.hexun.com/pc/img/ifr_title.jpg | 82.2 KiB | 32.5 KiB |
资本观察 div.gsjj > div.bd > a > img | fs-cms.hexun.com/img/2025-06-17/219645359.png | 34.3 KiB | 26.0 KiB |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2025-12-16/222809309.jpg | 26.9 KiB | 22.0 KiB |
div.hx_f_con > div > a > img div.hx_f_con > div > a > img | img.hexun.com/www/ghs.png | 18.8 KiB | 18.7 KiB |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2026-01-09/223100073.jpg | 18.4 KiB | 13.5 KiB |
查看全部 > div.layout > div.c0 > div.mjjd > div.tuoshui_tit | web.hexun.com/pc/img/tuoshui.png | 18.9 KiB | 12.8 KiB |
测试新建栏目 div.bd > div.bdList > h2 > img | i5.hexun.com/2021-08-05/204096683.png | 11.8 KiB | 11.7 KiB |
短线仍保持上升势 顶部压力在这儿 ul#caidao-said-list > li.top > a > img | photo27.hexun.com/p/2021/0526/652613/b_D4B76934A143A2F8851850C40C312160.jpg | 14.5 KiB | 11.3 KiB |
测试新建栏目 div.bd > div.bdList > h2 > img | i6.hexun.com/2021-08-05/204096668.png | 11.4 KiB | 11.3 KiB |
ul.clearfix > li > a > img ul.clearfix > li > a > img | fs-cms.hexun.com/img/2026-04-13/223979671.jpg | 15.6 KiB | 10.7 KiB |
div#t-float > div.toolbarC > div.toolbarCR > a.loginBn div#t-float > div.toolbarC > div.toolbarCR > a.loginBn | web.hexun.com/pc/img/img.png | 61.2 KiB | 10.4 KiB |
body > div > a > img body > div > a > img | fs-cms.hexun.com/img/2026/04/09/1775706289866.jpg | 23.1 KiB | 8.4 KiB |
div.layout > div.gover > a > img div.layout > div.gover > a > img | i0.hexun.com/2016/pc/home/3.jpg | 8.6 KiB | 7.9 KiB |
违法和不良信息举报中心 div.footer > div.hx_f_img > a > img | img.hexun.com/zk/201512/hs/footer_1.jpg | 8.4 KiB | 7.4 KiB |
ul.clearfix > li > a > img ul.clearfix > li > a > img | fs-cms.hexun.com/img/2025-10-23/221928142.jpg | 11.5 KiB | 6.6 KiB |
div.layout > div.c0 > a > img div.layout > div.c0 > a > img | fs-cms.hexun.com/upload/2024-11-19/image.jpg | 24.3 KiB | 6.5 KiB |
div.footer > div.hx_f_img > a > img div.footer > div.hx_f_img > a > img | img.hexun.com/zk/201512/hs/footer_2.jpg | 6.4 KiB | 5.8 KiB |
div.layout > div.gover > a > img div.layout > div.gover > a > img | i0.hexun.com/2016/pc/home/4.jpg | 5.3 KiB | 4.6 KiB |
ul.clearfix > li > a > img ul.clearfix > li > a > img | fs-cms.hexun.com/img/2026-04-15/223995673.jpg | 9.1 KiB | 4.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hexun.com/ | 732 ms |
| www.hexun.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| web.hexun.com/m/modules/sensors.min.js | 87.1 KiB | 52.7 KiB |
| web.hexun.com/pc/libs/tingyun/tingyun-rum.js | 45.6 KiB | 20.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| web.hexun.com/pc/js/index.js | 16.9 KiB | 7.9 KiB |
| hxjstool.hexun.com/homeway/pageMediaControl_2016.js | 9.4 KiB | 3.9 KiB |
| inline: var ln = new l… | 3.4 KiB | 2.7 KiB |
| web.hexun.com/pc/search/js/search.js | 9.3 KiB | 2.5 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 |
|---|---|---|
| web.hexun.com/pc/css/index.css?v=20200713 | 14.3 KiB | 11.1 KiB |
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.layout > div.c0 > a > img div.layout > div.c0 > a > img | fs-cms.hexun.com/upload/2024-11-19/image.jpg |
和讯网 div.layout > h1.logo > a > img | web.hexun.com/pc/img/logo.png |
违法和不良信息举报中心 div.footer > div.hx_f_img > a > img | img.hexun.com/zk/201512/hs/footer_1.jpg |
div.footer > div.hx_f_img > a > img div.footer > div.hx_f_img > a > img | img.hexun.com/www/2010/img/hlwxh.gif |
北京互联网举报中心 div.footer > div.hx_f_img > a > img | img.hexun.com/www/2013/hlwjbzx.gif |
首都互联网协会 div.footer > div.hx_f_img > a > img | img.hexun.com/www/2013/hlwxh.gif |
北京地区网站联合辟谣平台 div.footer > div.hx_f_img > a > img | i4.hexun.com/2022-10-25/206961137.png |
div.footer > div.hx_f_img > a > img div.footer > div.hx_f_img > a > img | img.hexun.com/zk/201512/hs/footer_2.jpg |
全球市场24小时 ul > li > a > img | i3.hexun.com/2017-02-13/188123497.jpg |
div.chat-info > div.chat-info-text > div.point > img.caidaochat-img div.chat-info > div.chat-info-text > div.point > img.caidaochat-img | web.hexun.com/pc/img/caidaochat-img.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
form#hexunsearch > div.s_let > div.sl_lay > input#textMessage form#hexunsearch > div.s_let > div.sl_lay > input#textMessage |
热门: 新材料加速布局 TOPCon扩产 近端次新独家梳理 div#wrap > div.layout > div.search > div.searchWords |
3020.52 -0.30% div#wrap > div.layout > a > span#shanghai-top |
9652.24 -0.77% div#wrap > div.layout > a > span#shenzhen-top |
1910.38 -0.64% div#wrap > div.layout > a > span#CYBZ-top |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
风险提示 body > div.footer > div.hx_f_con > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout > div.c0 > a > img div.layout > div.c0 > a > img |
a > div.chat-info > div.chat-info-pic > img a > div.chat-info > div.chat-info-pic > img |
div.chat-info > div.chat-info-text > div.point > img.caidaochat-img div.chat-info > div.chat-info-text > div.point > img.caidaochat-img |
a > div.chat-info > div.chat-info-pic > img a > div.chat-info > div.chat-info-pic > img |
div.c0 > div.lck-module > a > img div.c0 > div.lck-module > a > img |
div.footer > div.hx_f_img > a > img div.footer > div.hx_f_img > a > img |
div.hx_f_con > div > a > img div.hx_f_con > div > a > img |
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.searchbox > div.sm-lay > form#hexunsearch > input#btnSearch div.searchbox > div.sm-lay > form#hexunsearch > input#btnSearch |
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 |
|---|
form#hexunsearch > div.s_let > div.sl_lay > input#textMessage form#hexunsearch > div.s_let > div.sl_lay > input#textMessage |
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 |
|---|
body > center > div#topFullWidthBanner > iframe body > center > div#topFullWidthBanner > iframe |
div#wrap > div.layout > div.c0 > iframe div#wrap > div.layout > div.c0 > iframe |
body > iframe body > iframe |
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#t-float > div.toolbarC > div.toolbarCL > a.a1 div#t-float > div.toolbarC > div.toolbarCL > a.a1 |
div#t-float > div.toolbarC > div.toolbarCR > a.loginBn div#t-float > div.toolbarC > div.toolbarCR > a.loginBn |
div#wrap > div.layout > div.gover > a div#wrap > div.layout > div.gover > a |
body > div#wrap > div#tonglan_1 > a body > div#wrap > div#tonglan_1 > a |
div#wrap > div.layout > div.c0 > a div#wrap > div.layout > div.c0 > a |
div.layout > div.c1 > div.newsPic > a div.layout > div.c1 > div.newsPic > a |
div.c0 > div.caidao-chat > div#caidao-chat-title > a.a1 div.c0 > div.caidao-chat > div#caidao-chat-title > a.a1 |
div.layout > div.c0 > div.lck-module > a div.layout > div.c0 > div.lck-module > a |
div.layout > div.c1 > div.newsPic > a div.layout > div.c1 > div.newsPic > a |
div.c1 > div.newsList > ul > a div.c1 > div.newsList > ul > a |
div.layout > div.c1 > div.newsPic > a div.layout > div.c1 > div.newsPic > a |
body > div.footer > div.hx_f_img > a body > div.footer > div.hx_f_img > a |
body > div.footer > div.hx_f_img > a body > div.footer > div.hx_f_img > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
华远控股 div.jingu_wrap > ul#goldStock > li.mr5 > h5 |
合作专区 div.greyLayout > div.layout > div.w662 > h4.pb10 |
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 html |
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 |
|---|
李彦宏:AI产业结构正转变为健康的“倒金字塔”
云迹科技创始人支涛:机器人的未来,不止是“机器人”
500亿AI大模型双生子IPO:智谱与MiniMax的“暗… div.layout > div.c1 > div.newsList > ul |
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 |
|---|
火线调研 | div.gsjj > ul.ft > li > a |
脱水政策 | div.gsjj > ul.ft > li > a |
信息网络传播视听节目许可证:0109404号 body > div.footer > div.hx_f_con > a |
药品医疗器械网络信息服务备案-(京)网药械信息备字(2023)第00216号 body > div.footer > div.hx_f_con > 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 |
|---|---|
| img.hexun.com/zl/hx/index/images/ercode.png | Automatically upgraded to HTTPS |
| i3.hexun.com/2017-02-13/188123497.jpg | Automatically upgraded to HTTPS |
| i8.hexun.com/2018-07-09/193406363.jpg | Automatically upgraded to HTTPS |
| img.hexun.com/www/2010/img/hlwxh.gif | Automatically upgraded to HTTPS |
| img.hexun.com/www/2013/hlwjbzx.gif | Automatically upgraded to HTTPS |
| img.hexun.com/www/2013/hlwxh.gif | Automatically upgraded to HTTPS |
| i4.hexun.com/2022-10-25/206961137.png | Automatically upgraded to HTTPS |
| img.hexun.com/zk/201512/hs/footer_1.jpg | Automatically upgraded to HTTPS |
| img.hexun.com/zk/201512/hs/footer_2.jpg | Automatically upgraded to HTTPS |
| img.hexun.com/www/ghs.png | Automatically upgraded to HTTPS |
| www.hexun.com/images/s_btn.jpg | Automatically upgraded to HTTPS |
| img.hexun.com/zl/hx/index/images/ifr_title.jpg | 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.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2024-10-11/214916526.jpeg | 160 x 120 (1.33) | 3000 x 2000 (1.50) |
div.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2024-05-28/212991772.jpeg | 160 x 120 (1.33) | 3000 x 2000 (1.50) |
div.c1 > div.newsPic > a > img div.c1 > div.newsPic > a > img | fs-cms.hexun.com/img/2025-12-10/222735544.jpg | 160 x 120 (1.33) | 960 x 540 (1.78) |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2025-11-18/222360938.png | 200 x 150 (1.33) | 301 x 181 (1.66) |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2025-11-18/222360938.png | 200 x 150 (1.33) | 301 x 181 (1.66) |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2026-01-09/223100073.jpg | 200 x 150 (1.33) | 300 x 180 (1.67) |
ul.clearfix > li.end > a > img ul.clearfix > li.end > a > img | fs-cms.hexun.com/img/2026-01-09/223100073.jpg | 200 x 150 (1.33) | 300 x 180 (1.67) |
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. | web.hexun.com/pc/libs/tingyun/tingyun-rum.js line 1, col 40694 |
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 |
|---|---|
insurance.hexun.com/hxsyfxbtjw/ line 172, col 50 | TypeError: Cannot read properties of undefined (reading 'split')
at Object.getCookieUrl (https://insurance.hexun.com/hxsyfxbtjw/:173:51)
at Object.postCookieUrl (https://insurance.hexun.com/hxsyfxbtjw/:202:25)
at https://insurance.hexun.com/hxsyfxbtjw/:208:12 |
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#t-float > div.toolbarC > div.toolbarCR > a.bn |
div#t-float > div.toolbarC > div.toolbarCR > a.loginBn div#t-float > div.toolbarC > div.toolbarCR > a.loginBn |
股吧 div.layout > div.c1 > div.newsTop > a.s |
论坛 div.layout > div.c1 > div.newsTop > a |
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 | <script>function a(a){function n(){for(var a={wQzOV:_0x649a("0x4"),iTyzs:function(a,n){return a+n}},n=a[_0x649a("0x5")][_0x649a("0x6")]("|"),e=0;;){switch(n[e++]){case"0":t+="EO_Bot_Ssid=";continue;case"1":return t;case"2":t+="";continue;case"3":t=a[_0x649a("0x7")](t,3080126464);continue;case"4":var t="";continue}break}}var e={WTKkN:509041066,bOYDu:19670236,dtzqS:function(a,n){return a+n},wyeCN:85683504,pCQRM:function(a){return a()}},t=0;return t+=e[_0x649a("0x0")],t+=e[_0x649a("0x1")],t=e[_0x649a("0x2")](t,e[_0x649a("0x3")]),[t,e[_0x649a("0x8")](n)][a]}var _0x49a6=["wyeCN","4|2|0|3|1","wQzOV","split","iTyzs","pCQRM","cookie","location.href=location.href.replace(/[?|&]tads/, '')","WTKkN","bOYDu","dtzqS"];(function(a,n){var e=function(n){for(;--n;)a.push(a.shift())};e(++n)})(_0x49a6,0x147);var _0x649a=function(a,n){a-=0;var e=_0x49a6[a];return e};document[_0x649a("0x9")]="__tst_status="+a(0)+"#;",document[_0x649a("0x9")]=a(1)+";",setTimeout(_0x649a("0xa"),0x4b0);</script> | Unknown directive |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout > div.c0 > a > img div.layout > div.c0 > a > img |
a > div.chat-info > div.chat-info-pic > img a > div.chat-info > div.chat-info-pic > img |
div.chat-info > div.chat-info-text > div.point > img.caidaochat-img div.chat-info > div.chat-info-text > div.point > img.caidaochat-img |
a > div.chat-info > div.chat-info-pic > img a > div.chat-info > div.chat-info-pic > img |
div.c0 > div.lck-module > a > img div.c0 > div.lck-module > a > img |
div.footer > div.hx_f_img > a > img div.footer > div.hx_f_img > a > img |
div.hx_f_con > div > a > img div.hx_f_con > div > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback