Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/25f69ab4-2a79-40cc-809e-91675b128284)<a href="https://beavercheck.com/results/25f69ab4-2a79-40cc-809e-91675b128284"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feyoucms.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feyoucms.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.
8 barrier(s) likely increasing bounce by ~23%.
Page loads in 3.3s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 809ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No 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, …)
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
41 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 → ¥5,662/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥5,662 /mo
~¥67,945 / 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,019 / year if left unfixed
¥50,000,000
+1 more
¥1.56 /mo
2724.6 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3 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.
3.51 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.35 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.
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 |
|---|---|
| /template/plugins/ai_helper/skin/style/font/iconfont.woff... | 145 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
在线客服·真人聊天对话 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/42313/allimg/20260419/42313-260419134114932.png | 126.5 KiB | 123.3 KiB |
可视化微信小程序(企业版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200417/1-20041GT9241G.jpg | 32.8 KiB | 30.3 KiB |
易优系统助手(持续更新) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200904/5-200Z40U91c09.jpg | 27.4 KiB | 25.3 KiB |
Ai智能创作平台 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230504/9406-2305041P3242G.png | 25.6 KiB | 22.5 KiB |
安全卫士 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/allimg/20260116/1001-260116124303W9.png | 20.4 KiB | 17.2 KiB |
可视化微信小程序(商城版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200616/5-2006161A551I6.jpg | 12.2 KiB | 9.6 KiB |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img | www.eyoucms.com/uploads/user/9406/allimg/20230104/9406-230104155433Q8.png | 8.6 KiB | 8.4 KiB |
可视化抖音小程序(企业版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230613/9406-230613153049396.jpg | 8.8 KiB | 7.4 KiB |
eyoucms wap logo div.navbar-header > a.navbar-brand > div.vertical-align-middle > img.visible-xs | www.eyoucms.com/skin/img/waplogo.png | 8.1 KiB | 7.1 KiB |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img | www.eyoucms.com/skin/img/label_sm_90020.png | 7.9 KiB | 6.8 KiB |
爬虫防护盾 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20260414/9406-2604141HR5517.png | 9.2 KiB | 6.1 KiB |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img | www.eyoucms.com/uploads/user/21864/allimg/20241101/21864-241101013F93W.jpg | 6.2 KiB | 6.0 KiB |
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 |
|---|---|---|
| www.eyoucms.com/skin/css/index.css?t=20250902 | 68.0 KiB | 450 ms |
| www.eyoucms.com/skin/js/jquery.min.js?v=1693358590 | 39.7 KiB | 150 ms |
| www.eyoucms.com/public/static/common/js/ey_global.js?v=v1.7.0.1716516010 | 4.9 KiB | 150 ms |
| www.eyoucms.com/public/plugins/layer-v3.1.0/layer.js | 7.5 KiB | |
| www.eyoucms.com/skin/js/jquery.SuperSlide.2.1.1.js | 3.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eyoucms.com/skin/css/index.css?t=20250902 | 68.0 KiB | 12.7 KiB |
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 |
|---|---|---|
| www.eyoucms.com/skin/js/jquery.min.js?v=1693358590 | 39.6 KiB | 5.2 KiB |
| www.eyoucms.com/public/static/common/js/tag_userinfo.js?v=1.0.3 | 8.5 KiB | 3.7 KiB |
| www.eyoucms.com/public/static/common/js/ey_global.js?v=v1.7.0.1716516010 | 4.9 KiB | 2.5 KiB |
| www.eyoucms.com/skin/js/footer.js?t=0906 | 5.9 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 |
|---|---|---|
| www.eyoucms.com/skin/css/index.css?t=20250902 | 68.0 KiB | 63.4 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 |
|---|---|
| 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 |
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 |
|---|---|
| Style & Layout | 1.3 s |
| Other | 577 ms |
| Script Evaluation | 200 ms |
| Rendering | 159 ms |
| Parse HTML & CSS | 77 ms |
| Script Parsing & Compilation | 45 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| eyoucms.com/ | 1.1 s |
| www.eyoucms.com/ | 0.0 ms |
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.
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.container > div > div.navbar-header > button.navbar-toggle div.container > div > div.navbar-header > button.navbar-toggle |
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.container > div.new-dynamic > div.notice_name > img div.container > div.new-dynamic > div.notice_name > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img |
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.ey-index-body > div.container > div.head > p |
200 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
299 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
188 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
10 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99.9 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
50 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
更多插件 > div.container > div.main > div.foot > a.inline-block |
最新的行业模板风格、精心制作、持续更新 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
专业授权配套模板、每个授权任选一套 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
AI授权配套模板、更适合AI收录 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
以下易优模板由第三方开发者出售、按需购买 div.ey-index-body > div.container > div.head > p |
¥699元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
易优码农 div.widget-title > div.price > div.writer_z > i |
¥300元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
云创年华网络 div.widget-title > div.price > div.writer_z > i |
¥398元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
云创年华网络 div.widget-title > div.price > div.writer_z > i |
¥299.9元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
猪小明 div.widget-title > div.price > div.writer_z > i |
更多模板 > div.container > div.main > div.foot > a.inline-block |
易优技巧 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-01-06 ul.newslist > li > div.htitle > span.updatetime |
内容页需要调用指定自定义字段的相关文档时,改如何实现呢?复制下面代码,即可实现,注意:标注红色的为自定义字段名,请改为你指定的自定义字段名称... div.content > ul.newslist > li > p.description |
2025-09-18 ul.newslist > li > div.htitle > span.updatetime |
2025-09-18 ul.newslist > li > div.htitle > span.updatetime |
2025-07-17 ul.newslist > li > div.htitle > span.updatetime |
2025-06-19 ul.newslist > li > div.htitle > span.updatetime |
2025-06-19 ul.newslist > li > div.htitle > span.updatetime |
2025-06-08 ul.newslist > li > div.htitle > span.updatetime |
2025-05-19 ul.newslist > li > div.htitle > span.updatetime |
常见问题 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-03-30 ul.newslist > li > div.htitle > span.updatetime |
微信小程序上线后的推广需围绕 “微信生态内渗透 + 外部渠道引流 + 产品自身裂变” 三大核心逻辑展开,结合小程序 “即用即走、轻量化” 的... div.content > ul.newslist > li > p.description |
2025-06-12 ul.newslist > li > div.htitle > span.updatetime |
2025-06-12 ul.newslist > li > div.htitle > span.updatetime |
2025-06-10 ul.newslist > li > div.htitle > span.updatetime |
2025-06-08 ul.newslist > li > div.htitle > span.updatetime |
2025-04-21 ul.newslist > li > div.htitle > span.updatetime |
2025-03-28 ul.newslist > li > div.htitle > span.updatetime |
2025-03-10 ul.newslist > li > div.htitle > span.updatetime |
安装使用 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-02-02 ul.newslist > li > div.htitle > span.updatetime |
Nginx 部署指南快速开始只需 2 步即可完成部署:站点根目录指向 public 文件夹复制下方伪静态配置环境要求组件版本PHP8.0+M... div.content > ul.newslist > li > p.description |
2025-02-05 ul.newslist > li > div.htitle > span.updatetime |
2025-02-05 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-18 ul.newslist > li > div.htitle > span.updatetime |
2024-10-10 ul.newslist > li > div.htitle > span.updatetime |
工作日 8:30-12:00 14:30-18:00
周六及部分节假日提供值班服务 div.container > div.row > div.col-md-3 > p |
联系我们 div.container > div.row > div.col-md-3 > a.btn |
Copyright © 2016-2024 EyouCMS 版权所有 琼ICP备15003371号-23 琼公网安备46010602000484号 body.ey-navfixed > footer > div.container > p |
琼ICP备15003371号-23 footer > div.container > p > a |
琼公网安备46010602000484号 footer > div.container > p > a |
网站地图 footer > div.container > div > a |
XML地图 footer > div.container > div > a |
小程序模版网 footer > div.container > div > a |
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 |
|---|
可视化抖音小程序(企业版) div.box-plus > div.t > a > h5 |
猪饲料动物饲料厂家网站模板 li.list_none > div.widget > div.widget-title > h4 |
电缆电线高压线网站模板(带查询功能) li.list_none > div.widget > div.widget-title > h4 |
响应式村牌石石器厂家网站模板 li.list_none > div.widget > div.widget-title > h4 |
45°C商城系统 li.list_none > div.widget > div.widget-title > h4 |
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 require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1.终身会员和商业授权有什么区别? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
2.网站会员有什么用? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
3.你们的代理如何做呢? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
4.可以在本地调试完再上传到空间么? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
5.基础版能不能补差价升级到专业版? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
电缆电线高压线网站模板(带查询功能) div.widget > div.widget-title > h4 > a |
报告文档合同知识付费网站模板(带内容复制付费功能) div.widget > div.widget-title > h4 > a |
响应式文章知识付费购买网站 div.widget > div.widget-title > h4 > a |
响应式环保能源科技网站模板 div.widget > div.widget-title > h4 > a |
响应式化工机械设备网站模板 div.widget > div.widget-title > h4 > 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.
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.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
eyoucms wap logo div.navbar-header > a.navbar-brand > div.vertical-align-middle > img.visible-xs | www.eyoucms.com/skin/img/waplogo.png | 155 x 40 | 155 x 40 | 233 x 60 |
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.userlogin > div.navbar-right > div.vertical-align-middle > a.btn |
更多 div#example-navbar-default-collapse > ul.nav > li.dropdown > a#a_nav_0 |
前台演示 div.container > div.row > div.col-xs-12 > a.go_demo |
后台演示 div.container > div.row > div.col-xs-12 > a.go_backstage |
立即下载 div.container > div.row > div.col-xs-12 > a.go_down |
查看更多 div.container > div.new-dynamic > div.gg_more > a.news_more |
div.main-im > div#im_main > div#close_im > 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.container > div.new-dynamic > div.notice_name > img div.container > div.new-dynamic > div.notice_name > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > 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.
1.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
17 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.
1.74 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.
1.67 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.
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.
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.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/42313/allimg/20260419/42313-260419134114932.png | 126.5 KiB | 125.4 KiB |
div#im_main > a.im-qq > div.qq-hover-c > img.img-qq div#im_main > a.im-qq > div.qq-hover-c > img.img-qq | www.eyoucms.com/skin/img/kefu.png | 41.0 KiB | 40.2 KiB |
ul.bor-ul > dl > dt > img ul.bor-ul > dl > dt > img | www.eyoucms.com/skin/images/eywx.jpg | 40.1 KiB | 38.7 KiB |
可视化微信小程序(企业版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200417/1-20041GT9241G.jpg | 32.8 KiB | 32.0 KiB |
易优系统助手(持续更新) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200904/5-200Z40U91c09.jpg | 27.4 KiB | 26.7 KiB |
Ai智能创作平台 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230504/9406-2305041P3242G.png | 25.6 KiB | 24.6 KiB |
安全卫士 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/allimg/20260116/1001-260116124303W9.png | 20.4 KiB | 19.4 KiB |
可视化微信小程序(商城版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200616/5-2006161A551I6.jpg | 12.2 KiB | 11.4 KiB |
eyoucms pc logo div.navbar-header > a.navbar-brand > div.vertical-align-middle > img.hidden-xs | www.eyoucms.com/uploads/allimg/20220117/5-22011F92315649.png | 11.4 KiB | 10.0 KiB |
付费修改 div#im_main > div.im-tel > ul.bor-ul > li.ico-bg | www.eyoucms.com/skin/img/q3.png | 21.2 KiB | 9.0 KiB |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img | www.eyoucms.com/uploads/user/9406/allimg/20230104/9406-230104155433Q8.png | 8.6 KiB | 8.5 KiB |
可视化抖音小程序(企业版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230613/9406-230613153049396.jpg | 8.8 KiB | 8.3 KiB |
爬虫防护盾 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20260414/9406-2604141HR5517.png | 9.2 KiB | 8.2 KiB |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img | www.eyoucms.com/skin/img/label_sm_90020.png | 7.9 KiB | 7.2 KiB |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img | www.eyoucms.com/uploads/user/21864/allimg/20241101/21864-241101013F93W.jpg | 6.2 KiB | 6.1 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.eyoucms.com/skin/js/jquery.min.js?v=1693358590 | 39.6 KiB | 5.2 KiB |
| www.eyoucms.com/public/static/common/js/tag_userinfo.js?v=1.0.3 | 8.5 KiB | 3.7 KiB |
| www.eyoucms.com/public/static/common/js/ey_global.js?v=v1.7.0.1716516010 | 4.9 KiB | 2.5 KiB |
| www.eyoucms.com/skin/js/footer.js?t=0906 | 5.9 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 |
|---|---|---|
| www.eyoucms.com/skin/css/index.css?t=20250902 | 68.0 KiB | 62.7 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 |
| 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 CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eyoucms.com/skin/css/index.css?t=20250902 | 68.0 KiB | 12.7 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.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200417/1-20041GT9241G.jpg |
易优系统助手(持续更新) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200904/5-200Z40U91c09.jpg |
可视化抖音小程序(企业版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230613/9406-230613153049396.jpg |
在线客服·真人聊天对话 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/42313/allimg/20260419/42313-260419134114932.png |
可视化微信小程序(商城版) div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/200616/5-2006161A551I6.jpg |
安全卫士 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/allimg/20260116/1001-260116124303W9.png |
爬虫防护盾 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20260414/9406-2604141HR5517.png |
Ai智能创作平台 div.t > a > p.list_cjimg > img.imga | www.eyoucms.com/uploads/user/9406/allimg/20230504/9406-2305041P3242G.png |
eyoucms pc logo div.navbar-header > a.navbar-brand > div.vertical-align-middle > img.hidden-xs | www.eyoucms.com/uploads/allimg/20220117/5-22011F92315649.png |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img | www.eyoucms.com/skin/img/label_sm_90020.png |
猪饲料动物饲料厂家网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式再生资源汽车废铁回收网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式书刊画册印刷网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式按摩椅网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
服装定制设计网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式实验室仪器设备网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
起重机械重工设备网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式AI智能企业网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
电缆电线高压线网站模板(带查询功能)手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
报告文档合同知识付费网站模板(带内容复制付费功能)手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式文章知识付费购买网站手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
多城市老年人康养机构平台网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式村牌石石器厂家网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
家居生活好物网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式环保能源科技网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
响应式化工机械设备网站模板手机端效果 div.widget > div.pcwp > a > img | www.eyoucms.com/skin/img/grey.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| eyoucms.com/ | 600 ms |
| www.eyoucms.com/ | 0.0 ms |
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.container > div.new-dynamic > div.gg_more > a.news_more |
基于易优开发的插件,扩展系统功能,持续更新 div.ey-index-body > div.container > div.head > p |
200 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
299 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
188 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
10 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
99.9 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
50 a > h5 > span.price > strong.price_strong_1654673892 |
上架时间: a > h6 > em > i |
开发者: div.box-plus > div.b > div > i |
更多插件 > div.container > div.main > div.foot > a.inline-block |
最新的行业模板风格、精心制作、持续更新 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
专业授权配套模板、每个授权任选一套 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
AI授权配套模板、更适合AI收录 div.ey-index-body > div.container > div.head > p |
更多模板 > div.container > div.main > div.foot > a.inline-block |
以下易优模板由第三方开发者出售、按需购买 div.ey-index-body > div.container > div.head > p |
¥699元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
易优码农 div.widget-title > div.price > div.writer_z > i |
¥300元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
云创年华网络 div.widget-title > div.price > div.writer_z > i |
¥398元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
云创年华网络 div.widget-title > div.price > div.writer_z > i |
¥299.9元 div.widget > div.widget-title > div.price > span.price_h2_1654673892 |
猪小明 div.widget-title > div.price > div.writer_z > i |
更多模板 > div.container > div.main > div.foot > a.inline-block |
易优技巧 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-01-06 ul.newslist > li > div.htitle > span.updatetime |
内容页需要调用指定自定义字段的相关文档时,改如何实现呢?复制下面代码,即可实现,注意:标注红色的为自定义字段名,请改为你指定的自定义字段名称... div.content > ul.newslist > li > p.description |
2025-09-18 ul.newslist > li > div.htitle > span.updatetime |
2025-09-18 ul.newslist > li > div.htitle > span.updatetime |
2025-07-17 ul.newslist > li > div.htitle > span.updatetime |
2025-06-19 ul.newslist > li > div.htitle > span.updatetime |
2025-06-19 ul.newslist > li > div.htitle > span.updatetime |
2025-06-08 ul.newslist > li > div.htitle > span.updatetime |
2025-05-19 ul.newslist > li > div.htitle > span.updatetime |
常见问题 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-03-30 ul.newslist > li > div.htitle > span.updatetime |
微信小程序上线后的推广需围绕 “微信生态内渗透 + 外部渠道引流 + 产品自身裂变” 三大核心逻辑展开,结合小程序 “即用即走、轻量化” 的... div.content > ul.newslist > li > p.description |
2025-06-12 ul.newslist > li > div.htitle > span.updatetime |
2025-06-12 ul.newslist > li > div.htitle > span.updatetime |
2025-06-10 ul.newslist > li > div.htitle > span.updatetime |
2025-06-08 ul.newslist > li > div.htitle > span.updatetime |
2025-04-21 ul.newslist > li > div.htitle > span.updatetime |
2025-03-28 ul.newslist > li > div.htitle > span.updatetime |
2025-03-10 ul.newslist > li > div.htitle > span.updatetime |
安装使用 ul.blocks-100 > li.item > div.title > h3 |
查看更多 ul.blocks-100 > li.item > div.title > a |
2026-02-02 ul.newslist > li > div.htitle > span.updatetime |
Nginx 部署指南快速开始只需 2 步即可完成部署:站点根目录指向 public 文件夹复制下方伪静态配置环境要求组件版本PHP8.0+M... div.content > ul.newslist > li > p.description |
2025-02-05 ul.newslist > li > div.htitle > span.updatetime |
2025-02-05 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-26 ul.newslist > li > div.htitle > span.updatetime |
2024-11-18 ul.newslist > li > div.htitle > span.updatetime |
2024-10-10 ul.newslist > li > div.htitle > span.updatetime |
友情链接 div.ey-links > div.linkcon > ol.breadcrumb > li.tit |
工作日 8:30-12:00 14:30-18:00
周六及部分节假日提供值班服务 div.container > div.row > div.col-md-3 > p |
联系我们 div.container > div.row > div.col-md-3 > a.btn |
Copyright © 2016-2024 EyouCMS 版权所有 琼ICP备15003371号-23 琼公网安备46010602000484号 body.ey-navfixed > footer > div.container > p |
琼ICP备15003371号-23 footer > div.container > p > a |
琼公网安备46010602000484号 footer > div.container > p > a |
网站地图 footer > div.container > div > a |
XML地图 footer > div.container > div > a |
小程序模版网 footer > div.container > div > a |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
微信客服
工作日 8:30-12:00 14:30-18:30 div#im_main > div.im-tel > ul.bor-ul > dl |
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 |
|---|
业务客服
售后客服
付费修改
加入Q群
微信客服
工作日 8:30-12:00 14:30-18:30 div.main-im > div#im_main > div.im-tel > ul.bor-ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1.终身会员和商业授权有什么区别? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
2.网站会员有什么用? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
3.你们的代理如何做呢? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
4.可以在本地调试完再上传到空间么? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
5.基础版能不能补差价升级到专业版? div.message-wrapper > div.pc-service-right > div.message-content > li.faq-bubble-item |
These are opportunities to improve the experience of reading tabular or list data using 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.container > div.new-dynamic > div.notice_name > h5 |
可视化抖音小程序(企业版) div.box-plus > div.t > a > h5 |
猪饲料动物饲料厂家网站模板 li.list_none > div.widget > div.widget-title > h4 |
电缆电线高压线网站模板(带查询功能) li.list_none > div.widget > div.widget-title > h4 |
响应式村牌石石器厂家网站模板 li.list_none > div.widget > div.widget-title > h4 |
45°C商城系统 li.list_none > div.widget > div.widget-title > h4 |
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.
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.container > div.new-dynamic > div.notice_name > img div.container > div.new-dynamic > div.notice_name > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img |
div#im_main > a.im-qq > div.qq-hover-c > img.img-qq div#im_main > a.im-qq > div.qq-hover-c > img.img-qq |
ul.bor-ul > dl > dt > img ul.bor-ul > dl > dt > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
知识付费 div.widget-title > div.tag_wz > span > a.tag |
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. | hm.baidu.com/hm.js?d12c91b00b8ade566040fb907d40cca6 line 1, col 274 |
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.userlogin > div.navbar-right > div.vertical-align-middle > a.btn |
更多 div#example-navbar-default-collapse > ul.nav > li.dropdown > a#a_nav_0 |
前台演示 div.container > div.row > div.col-xs-12 > a.go_demo |
后台演示 div.container > div.row > div.col-xs-12 > a.go_backstage |
立即下载 div.container > div.row > div.col-xs-12 > a.go_down |
查看更多 div.container > div.new-dynamic > div.gg_more > a.news_more |
div.main-im > div#im_main > div#close_im > a div.main-im > div#im_main > div#close_im > 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.container > div.new-dynamic > div.notice_name > img div.container > div.new-dynamic > div.notice_name > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.widget-title > div.price > div.writer_z > img div.widget-title > div.price > div.writer_z > img |
div.row > div.col-md-3 > em > img div.row > div.col-md-3 > em > img |
div#im_main > a.im-qq > div.qq-hover-c > img.img-qq div#im_main > a.im-qq > div.qq-hover-c > img.img-qq |
ul.bor-ul > dl > dt > img ul.bor-ul > dl > dt > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback