Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
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.
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.
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.
13 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
20 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/fb6b9465-a2a0-49c5-bb96-36d181d806d6)<a href="https://beavercheck.com/results/fb6b9465-a2a0-49c5-bb96-36d181d806d6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feastmoney.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feastmoney.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 10.0s to load
+12% bounceUsers abandon at ~3s — you're 7.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 348ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
6 form field(s) without a label
+6% 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, …)
23 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,575 investment → ¥20,499/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥20,499 /mo
~¥245,988 / 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,668 / month at risk
~¥50,000,012 / year if left unfixed
¥50,000,000
+1 more
¥1.00 /mo
1757.8 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
348 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.21 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.05 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
跳过3 body > div.main > div.bg | g1.dfcfw.com/g4/202102/20210223144036.png | 264.1 KiB | 77.8 KiB |
body > div.main > div#emgo body > div.main > div#emgo | g1.dfcfw.com/g4/202104/20210427113455.png | 27.4 KiB | 13.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Protocol |
|---|---|
| g1.dfcfw.com/g4/202102/20210223144036.png | http/1.1 |
| g1.dfcfw.com/g4/202007/20200707101458.png | http/1.1 |
| g1.dfcfw.com/g4/202104/20210427113455.png | http/1.1 |
| g1.dfcfw.com/g4/202104/20210427113445.png | http/1.1 |
| g1.dfcfw.com/g4/202104/20210427141709.png | http/1.1 |
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 |
|---|---|---|
| wapres.dfcfw.com/common/js/rem.js | 0 B | 780 ms |
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.
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 |
|---|---|
| eastmoney.com/ | 1.7 s |
| www.eastmoney.com/ | 1.1 s |
| www.eastmoney.com/wap.php | 785 ms |
| wap.eastmoney.com/ | 3.2 s |
| wap.eastmoney.com/go.html?from=&refer=&random=0.38196064425205245 | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| wap.eastmoney.com/go.html?from=&refer=&random=0.38196064425205245 | 1.1 s |
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 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 |
|---|---|---|
| wap.eastmoney.com/wap2019/jsLib/NScript.js?v=1.0.0 | 66.9 KiB | 45.4 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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
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.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
85 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.236
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.15 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.
5.27 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.m3l > div.leftnav > div.leftnavt > span.icon | g1.dfcfw.com/g4/202310/20231020154744.png | 110.1 KiB | 86.1 KiB |
div.emsiderbar > ul.emsider_bot > li.emsider_qrli > span.icon div.emsiderbar > ul.emsider_bot > li.emsider_qrli > span.icon | emcharts.eastmoney.com/emsider/prod/css/img/sprites.png?v=4 | 73.7 KiB | 55.7 KiB |
body > div > a > img body > div > a > img | g1.dfcfw.com/g4/202111/20211130153059.png | 15.9 KiB | 14.3 KiB |
div#ul_notlogin > div.info_main > div.img > img div#ul_notlogin > div.info_main > div.img > img | g1.dfcfw.com/g3/201806/20180601135324.png | 13.9 KiB | 13.5 KiB |
body > div > a > img body > div > a > img | g1.dfcfw.com/g4/202509/20250910134625.png | 18.9 KiB | 9.1 KiB |
body > div > a > img body > div > a > img | g1.dfcfw.com/g4/202504/20250414172303.jpg | 17.7 KiB | 8.0 KiB |
div.name > div.uimg > a > img div.name > div.uimg > a > img | avator.eastmoney.com/qface/3406486666018352/120 | 5.1 KiB | 5.0 KiB |
body > div > a > img body > div > a > img | g1.dfcfw.com/g3/201805/20180524134424.jpg | 6.0 KiB | 4.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| eastmoney.com/ | 1.1 s |
| www.eastmoney.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.eastmoney.com/ | 661 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 |
|---|---|
查行情 进股吧 搜资讯
热门搜索:
煤炭板块领涨电力板块走强影视院线板块活跃沪深资金流向A股估值分析全览重要机构持股数据机构调研数据一览主力最新动向上市公… body > div.main | 0.236 |
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 |
|---|---|---|
| www.eastmoney.com/js/index.js?r=20260422.2.14 | 107.0 KiB | 57.0 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Rendering | 833 ms |
| Other | 754 ms |
| Script Evaluation | 474 ms |
| Style & Layout | 448 ms |
| Parse HTML & CSS | 70 ms |
| Script Parsing & Compilation | 33 ms |
| Garbage Collection | 2.1 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.footer > div.b > div.footerbz > img div.footer > div.b > div.footerbz > img | g1.dfcfw.com/g3/201905/20190531140719.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 |
|---|
div.hsgs_news_search > div.index_suggest > form#shejiao_from > input.submit div.hsgs_news_search > div.index_suggest > form#shejiao_from > input.submit |
div.sj_r_search > div.index_suggest > form#shejiao_from > input.submit div.sj_r_search > div.index_suggest > form#shejiao_from > input.submit |
div.jj_jz_b > div.index_suggest > form#form_fund_search > input#jj_l_inp div.jj_jz_b > div.index_suggest > form#form_fund_search > input#jj_l_inp |
div.jj_jz_b > div.index_suggest > form#form_fund_search > input#jijing_guzhi_search div.jj_jz_b > div.index_suggest > form#form_fund_search > input#jijing_guzhi_search |
div.diaocha_list > form#vote_duokong > div.btns > input.toupiao div.diaocha_list > form#vote_duokong > div.btns > input.toupiao |
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 > div > a > img div > div > a > img |
body > div > div#cls_btn > img body > div > div#cls_btn > img |
div#ul_notlogin > div.info_main > div.img > img div#ul_notlogin > div.info_main > div.img > img |
div.name > div.uimg > a > img div.name > div.uimg > a > img |
div.name > div.uimg > a > img div.name > div.uimg > a > img |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
div.qqsc_hsgt_c > div.img > a > img#south_img div.qqsc_hsgt_c > div.img > a > img#south_img |
div.lc_l_gz_b > div.img > a > img#lc_l_gzzs_img div.lc_l_gz_b > div.img > a > img#lc_l_gzzs_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.jj_jz_b > div.index_suggest > form#form_fund_search > input#jj_l_inp div.jj_jz_b > div.index_suggest > form#form_fund_search > input#jj_l_inp |
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.main > div#dc_tt_1 > div.emsame > iframe#sytg_1519 div.main > div#dc_tt_1 > div.emsame > iframe#sytg_1519 |
div.search-view > div.top-search > div.ts-code > iframe.ts-code-left div.search-view > div.top-search > div.ts-code > iframe.ts-code-left |
div.search-view > div.top-search > div.ts-code > iframe.ts-code-right div.search-view > div.top-search > div.ts-code > iframe.ts-code-right |
body > div.main > iframe#sytg_1522 body > div.main > iframe#sytg_1522 |
body > div.main > iframe#sytg_1523 body > div.main > iframe#sytg_1523 |
body > div.main > iframe#sytg_1524 body > div.main > iframe#sytg_1524 |
body > div.main > iframe#sytg_1525 body > div.main > iframe#sytg_1525 |
body > div.main > iframe#sytg_1526 body > div.main > iframe#sytg_1526 |
body > div.main > iframe#sytg_1527 body > div.main > iframe#sytg_1527 |
body > div.main > iframe#sytg_1528 body > div.main > iframe#sytg_1528 |
div.m3c > div.m3l > div.bw > iframe#sytg_1773 div.m3c > div.m3l > div.bw > iframe#sytg_1773 |
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 |
|---|
body > div > div > a body > div > div > a |
div.hq_news_con > div.b > div.img > a div.hq_news_con > div.b > div.img > a |
div.b > div.lnttabb > div.syta > a div.b > div.lnttabb > div.syta > a |
div.news_l2_img > div.news_l2_img_b > div.news_l2_img_i > a div.news_l2_img > div.news_l2_img_b > div.news_l2_img_i > a |
div.news_l2_img > div.news_l2_img_b > div.news_l2_img_i > a div.news_l2_img > div.news_l2_img_b > div.news_l2_img_i > a |
div.gd > div.name > div.uimg > a div.gd > div.name > div.uimg > a |
div.gd > div.name > div.uimg > a div.gd > div.name > div.uimg > a |
div.m3c > div.m3l > div.jj_jz > a div.m3c > div.m3l > div.jj_jz > a |
div.jj_hqb > div.b > div.img > a div.jj_hqb > div.b > div.img > a |
div.qqsc_hsgt_b > div.qqsc_hsgt_c > div.img > a div.qqsc_hsgt_b > div.qqsc_hsgt_c > div.img > a |
div.lc_l_gz > div.lc_l_gz_b > div.img > a div.lc_l_gz > div.lc_l_gz_b > div.img > a |
div.b > div.footertg > div.qr > a div.b > div.footertg > div.qr > a |
div.b > div.footertg > div.qr > a div.b > div.footertg > div.qr > a |
div.b > div.footertg > div.qr > a div.b > div.footertg > div.qr > 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.
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.m3r > div.jigou > div.jigou_b > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
煤炭板块领涨 div.ts_main > div.ts-hot > span#search_hot_links > a |
电力板块走强 div.ts_main > div.ts-hot > span#search_hot_links > a |
影视院线板块活跃 div.ts_main > div.ts-hot > span#search_hot_links > a |
沪深资金流向 div.ts_main > div.ts-hot > span#search_hot_links > a |
A股估值分析全览 div.ts_main > div.ts-hot > span#search_hot_links > a |
重要机构持股数据 div.ts_main > div.ts-hot > span#search_hot_links > a |
机构调研数据一览 div.ts_main > div.ts-hot > span#search_hot_links > a |
主力最新动向 div.ts_main > div.ts-hot > span#search_hot_links > a |
上市公司限售股解禁一览 div.ts_main > div.ts-hot > span#search_hot_links > a |
昨日涨停 div.ts_main > div.ts-hot > span#search_hot_links > a |
下载手机客户端 div.eastmoney_zq > div.b > div.dls > a.blacklink |
东方财富免费版 div.ftglist > ul > li > a |
东方财富Level-2 div.ftglist > ul > li > a |
东方财富策略版 div.ftglist > ul > li > a |
妙想投研助理 div.ftglist > ul > li > a |
Choice金融终端 div.ftglist > ul > li > a |
东方财富证券开户 div.ftglist > ul > li > a |
东方财富在线交易 div.ftglist > ul > li > a |
东方财富证券交易 div.ftglist > ul > li > a |
东方财富网微博 div.ftglist > ul > li > a |
东方财富网微信 div.ftglist > ul > li.qrli > a |
意见与建议 div.ftglist > ul > li > a |
基金开户 div.ftglist > ul > li > a |
基金交易 div.ftglist > ul > li > a |
活期宝 div.ftglist > ul > li > a |
基金产品 div.ftglist > ul > li > a |
稳健理财 div.ftglist > ul > li > a |
天天基金网微博 div.ftglist > ul > li > a |
天天基金网微信 div.ftglist > ul > li.qrli > a |
期货手机开户 div.ftglist > ul > li > a |
期货电脑开户 div.ftglist > ul > li > a |
期货官方网站 div.ftglist > ul > li > 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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
数据 基金净值 投顾管家 基金公司
工具 自选基金 基金导购 基金比较
交易 收益排行 稳健理财 高端理财 div.m3l > div.jj_jz > div.jj_jz_b > table.newdatatable |
华泰柏瑞质量成长C 近3年 157.74%
购买
广发远见智选混合C 近3年 101.63%
购买
国金量化多因子股票A 近3年 74.45%
购买… div.m3r > div.jj_r_hot > div.b > table |
基金名称 近1年 起购金额
泰信汇盈债券C 9.97% 10元
详情
中航瑞尚利率债C 8.76% 10元
详情
东海祥瑞A 8.22% 10元
… div.m3r > div.jj_r_lc > div.b > table |
停复牌 连续停牌8家 今日新停牌4家 今日复牌4家
年报季报 业绩报告227家 业绩预告6家 分红转增147家
新股发行 新股申购1家 中签缴款3家 新股上市… div.m3m > div.gsrl > div.gushi_table > table |
港股通(沪) 净买额 - 买入额 - 卖出额 -
港股通(深) 净买额 - 买入额 - 卖出额 -
南向资金 净买额 - 买入额 - 卖出额 - div.qqsc_hsgt_b > div.qqsc_hsgt_c > div#qqsc_hsgt_list_south > table |
品种
代码 年化
收益率 千元
盈利 计息天数
/资金可用
1天期GC001
204001 1.37% 0.0375 1天
2026-04-22
借出
… div.m3r > div.lc_r_gz > div.hq_r_table > table |
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.news_l2_img_b > div.news_l2_img_i > a > img div.news_l2_img_b > div.news_l2_img_i > a > img | np-newspic.dfcfw.com/download/D24876408221989182068_w125h76.jpg | 125 x 72 (1.74) | 125 x 76 (1.64) |
div.news_l2_img_b > div.news_l2_img_i > a > img div.news_l2_img_b > div.news_l2_img_i > a > img | np-newspic.dfcfw.com/download/D24966686733280633854_w125h76.jpg | 125 x 72 (1.74) | 125 x 76 (1.64) |
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 |
|---|
1.37% tbody > tr > td > a |
1.38% tbody > tr > td > a |
1.38% tbody > tr > td > a |
1.39% tbody > tr > td > a |
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 > div > a > img div > div > a > img |
body > div > div#cls_btn > img body > div > div#cls_btn > img |
div#ul_notlogin > div.info_main > div.img > img div#ul_notlogin > div.info_main > div.img > img |
div.name > div.uimg > a > img div.name > div.uimg > a > img |
div.name > div.uimg > a > img div.name > div.uimg > a > img |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
ul > li > a > img.src ul > li > a > img.src |
div.qqsc_hsgt_c > div.img > a > img#south_img div.qqsc_hsgt_c > div.img > a > img#south_img |
div.lc_l_gz_b > div.img > a > img#lc_l_gzzs_img div.lc_l_gz_b > div.img > a > img#lc_l_gzzs_img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback