Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 9.8 MB (8.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 link(s) with no accessible 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/be6ac4a7-7181-4dcc-b410-b17205159294)<a href="https://beavercheck.com/results/be6ac4a7-7181-4dcc-b410-b17205159294"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F51.la" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F51.laThis 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 13.6s 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 ~30%.
Page takes 13.6s to load
+12% bounceUsers abandon at ~3s — you're 11.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 814ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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
2 broken link(s) on the page
+3% 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.
LAK 2,000,000 investment → LAK 32,436,858/month returns
LAK 2,000,000
5h · 5 findings
LAK 32,436,858 /mo
~LAK 389,242,291 / year
No applicable regulations in this jurisdiction
LAK 600,000 — 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.
5.0 developer hours at ₭400000/hr
Based on Laos rates (₭400000/hr)
Start here for the best return on investment
LAK 47,472 / month at risk
~LAK 569,660 / year if left unfixed
LAK 47,472 /mo
27296.2 MB/mo × 1739.130 LAK/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.
3.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
814 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.
4.39 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.
13.61 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
视频
- 观众洞察:
通过用户画像、用户行为分析等,可以帮助视频服务商了解观众的需求和喜好,以便于调整和优化他们的内容策略。根据用户的观看历史和偏好,提供个性… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-6.png | 749.1 KiB | 658.2 KiB |
300 万+
网站开发者的选择
2000 万+
全球网站提供数据统计服务
1 个账号
通用51LA旗下所有服务 div > section.section > div.section__service-content > div.section__service-content-wrap | 51.la/image/fuwu-bottom-right-diqiu.png | 688.8 KiB | 572.4 KiB |
阅读
- 内容推荐:
根据用户的阅读历史和偏好,提供个性化的内容推荐,提升用户的阅读体验。
- 用户洞察:
通过用户画像、用户行为分析等,帮助出版商了解读者的… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-5.png | 597.9 KiB | 521.7 KiB |
新零售
- 精准营销:
通过用户画像、用户行为分析等,帮助零售商了解消费者的购物习惯和喜好,以便于进行精准的产品推荐和服务推广,支持数据驱动的决策。
- 数据… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-1.png | 546.4 KiB | 478.5 KiB |
免费、易用、专业的
网站数据统计与营销分析平台
欢迎加入51.LA,开启您的统计之旅
立即注册 main.container > div.home > div > div.register-now | 51.la/image/h5-zhuce-chatu.png | 351.9 KiB | 276.7 KiB |
电商
- 用户洞察:
通过用户画像、用户行为分析等,帮助商家了解用户的消费习惯、喜好、购买力等信息,以便于更好地进行精准营销。
- 流量统计和分析及数据管理:… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-4.png | 308.8 KiB | 274.8 KiB |
政务
- 政务服务平台:
帮助政府机构建设一站式政务服务门户,进行站点数据统计和分析,优化政务门户业务流,方便市民办事。
- 数据可视化:
帮助政府部门将大量… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-7.png | 338.5 KiB | 264.8 KiB |
V5 网站统计
专注于网站统计16年,助站长们更高效经营网站
实时监测访问流量
流量趋势分析
稳定性接口
洞察分析用户行为 section.section > div.section__production-content > div.section__production-content-list > div.section__production-content-item | 51.la/image/production-yunran.png | 305.1 KiB | 232.0 KiB |
通用互联网
- 数据统计与分析系统:
51.LA提供了全面的统计分析工具,可以帮助企业实时监测网站、APP、小程序的访问量、活跃用户数、页面浏览量、停留时间等… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-2.png | 255.7 KiB | 221.7 KiB |
帮助交流
在这里,找到问题答案 div > section.section > div.section > div.section | 51.la/image/community-2-yunran.png | 263.4 KiB | 214.7 KiB |
使用文档
产品功能和实操介绍,快速上手 div > section.section > div.section > div.section | 51.la/image/h5-community-3-chatu.png | 267.4 KiB | 213.4 KiB |
帮助交流
在这里,找到问题答案 div > section.section > div.section > div.section | 51.la/image/community-2-chatu.png | 271.4 KiB | 176.2 KiB |
办公
- 办公站点数据监控:
通过埋点站点行为事件,监控用户站点使用情况:使用路径、时长等,追踪用户动线,提高团队协作效率。
- 决策分析:
数据分析工具可以… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-8.png | 199.2 KiB | 165.2 KiB |
div > div.h5 > div.section > ::before div > div.h5 > div.section > ::before | 51.la/gif/h5-banner-app-BM7ZnPup.gif | 257.1 KiB | 146.5 KiB |
教育
- 学员数据管理:
帮助学校或培训机构管理学员的数据进行管理等。
- 教育数据分析:
数据分析工具可以帮助学校或培训机构分析学员的学习数据,了解学员的行… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-3.png | 147.2 KiB | 123.6 KiB |
汽车
- 汽车智能化:
帮助汽车制造商打造智能网联汽车,通过实时采集车辆数据,实现远程诊断、故障预警等功能,提升驾驶体验。
- 智能出行:
帮助交通管理部门实… section.section > div.el-carousel > div.el-carousel__container > div.el-carousel__item | 51.la/image/solution-9.png | 146.8 KiB | 112.7 KiB |
div > div.h5 > div.section > ::before div > div.h5 > div.section > ::before | 51.la/gif/h5-banner-record-yimXOmEo.gif | 207.0 KiB | 111.8 KiB |
产品动态
随时掌握51.LA最新资讯 div > section.section > div.section > div.section | 51.la/image/community-1-chatu.png | 219.0 KiB | 110.6 KiB |
300 万+
网站开发者的选择
2000 万+
全球网站提供数据统计服务
1 个账号
通用51LA旗下所有服务 div > section.section > div.section__service-content > div.section__service-content-wrap | 51.la/image/fuwu-bottom-left-bg.png | 146.0 KiB | 104.1 KiB |
产品动态
随时掌握51.LA最新资讯 div > section.section > div.section > div.section | 51.la/image/community-1-yunran.png | 103.7 KiB | 90.0 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png | 52.4 KiB | 43.4 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png | 45.1 KiB | 36.0 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png | 43.1 KiB | 34.0 KiB |
51la博客主用户评价 section.section > div.section__evaluate-content > div.section > div.item-left | 51.la/image/evaluate-bg-2.png | 61.9 KiB | 27.4 KiB |
51la博客主用户评价 section.section > div.section__evaluate-content > div.section > div.item-left | 51.la/image/evaluate-bg-1.png | 57.9 KiB | 23.3 KiB |
四川大学商学院 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_012.png | 20.4 KiB | 19.6 KiB |
微信公众号 div.footbar-central > div > div.footbar-central-col > img.qrcode-img | 51.la/png/wechat-BpCdW-3I.png | 23.2 KiB | 19.2 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png | 21.1 KiB | 19.1 KiB |
河北慈善网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_009.png | 18.8 KiB | 18.2 KiB |
襄阳论坛 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_014.png | 17.8 KiB | 17.0 KiB |
飘域家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_013.png | 17.4 KiB | 16.9 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png | 18.1 KiB | 16.2 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png | 17.2 KiB | 15.2 KiB |
宠略 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_015.png | 15.8 KiB | 15.0 KiB |
买米网 div.site-container > div.site-more > div.itemPC > img | 51.la/image/site/site_017.png | 15.7 KiB | 14.9 KiB |
齐鲁晚报 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_002.png | 14.9 KiB | 14.2 KiB |
仙漫网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_010.png | 13.9 KiB | 13.3 KiB |
站长之家 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_003.png | 13.1 KiB | 12.5 KiB |
兔客 div.site-container > div.site-more > div.itemPC > img | 51.la/image/site/site_018.png | 11.5 KiB | 10.8 KiB |
黄河新闻网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_011.png | 10.6 KiB | 10.2 KiB |
爱游网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_016.png | 10.5 KiB | 10.0 KiB |
芦虎 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_007.png | 9.6 KiB | 8.7 KiB |
比特币家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_004.png | 9.0 KiB | 8.2 KiB |
安全认证 div > div.footbar-central-col > a.anquan-link > img | 51.la/png/anquan_logo-DsWQFSvr.png | 8.4 KiB | 7.7 KiB |
酷家乐 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_001.png | 7.2 KiB | 6.6 KiB |
div.section__partner-content > div.section__partner-content-wrap > div.item > div div.section__partner-content > div.section__partner-content-wrap > div.item > div | 51.la/image/partner-3.png | 9.2 KiB | 6.4 KiB |
div.section__partner-content > div.section__partner-content-wrap > div.item > div div.section__partner-content > div.section__partner-content-wrap > div.item > div | 51.la/image/partner-2.png | 8.4 KiB | 6.2 KiB |
LOOKAE div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_008.png | 6.5 KiB | 5.8 KiB |
苏州都市网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_006.gif | 7.2 KiB | 5.6 KiB |
主题镇 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_005.png | 5.0 KiB | 4.3 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.
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 |
|---|---|---|
| 51.la/css/index-CfDB1C6o.css | 53.2 KiB | 301 ms |
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 |
|---|---|
| 51.la/font/iconfont.woff2 | 10 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| 51.la/css/index-CfDB1C6o.css | 53.1 KiB | 50.4 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 |
|---|---|---|
| 51.la/js/index-8kzxuVEg.js | 386.6 KiB | 281.4 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 |
|---|---|
| Other | 1.6 s |
| Style & Layout | 1.1 s |
| Script Evaluation | 1.0 s |
| Rendering | 368 ms |
| Parse HTML & CSS | 61 ms |
| Garbage Collection | 17 ms |
| Script Parsing & Compilation | 11 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Internal error. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| 51.la/image/solution-6.png | 750.1 KiB |
| 51.la/image/fuwu-bottom-right-diqiu.png | 689.7 KiB |
| 51.la/image/solution-5.png | 598.8 KiB |
| 51.la/image/solution-1.png | 547.2 KiB |
| 51.la/gif/h5-banner-v6-VQqRx5UK.gif | 464.5 KiB |
| 51.la/js/index-8kzxuVEg.js | 387.4 KiB |
| 51.la/image/h5-zhuce-chatu.png | 352.4 KiB |
| 51.la/image/solution-7.png | 339.0 KiB |
| 51.la/image/solution-4.png | 309.3 KiB |
| 51.la/image/production-yunran.png | 305.6 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 | |
|---|---|
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png |
苏州都市网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_006.gif |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png |
四川大学商学院 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_012.png |
比特币家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_004.png |
芦虎 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_007.png |
买米网 div.site-container > div.site-more > div.itemPC > img | 51.la/image/site/site_017.png |
河北慈善网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_009.png |
齐鲁晚报 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_002.png |
站长之家 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_003.png |
襄阳论坛 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_014.png |
宠略 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_015.png |
LOOKAE div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_008.png |
兔客 div.site-container > div.site-more > div.itemPC > img | 51.la/image/site/site_018.png |
酷家乐 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_001.png |
飘域家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_013.png |
仙漫网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_010.png |
div.header-content > div.banner-text > h2.mb-18 > img div.header-content > div.banner-text > h2.mb-18 > img | 51.la/png/v6-icon-DU6mPp9-.png |
黄河新闻网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_011.png |
爱游网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_016.png |
div.header-content > div.banner-text > div > img.mb-18 div.header-content > div.banner-text > div > img.mb-18 | 51.la/png/anquan_logo-DsWQFSvr.png |
主题镇 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_005.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 > section.section > div.btn > button |
立即注册 div.register-now > div.h5-inner > a > button.register-btn |
Copyright © 2002-2026 广州有啦网络科技有限公司 div#footbar > div.footbar > div.footbar-copyright > div |
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.section > div.header-content > div.banner-text > h4.index-animate |
These are opportunities to improve keyboard navigation in your application.
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.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > 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.
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 |
|---|
幻灯片切换至索引 3 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
幻灯片切换至索引 4 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
幻灯片切换至索引 5 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png | 95 x 106 (0.90) | 242 x 106 (2.28) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png | 95 x 106 (0.90) | 242 x 106 (2.28) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png | 85 x 106 (0.80) | 206 x 106 (1.94) |
div.header-content > div.banner-text > h2.mb-18 > img div.header-content > div.banner-text > h2.mb-18 > img | 51.la/png/v6-icon-DU6mPp9-.png | 60 x 70 (0.86) | 126 x 70 (1.80) |
div.section > div.header-content > div.banner-text > img.mb-18 div.section > div.header-content > div.banner-text > img.mb-18 | 51.la/png/anquan_logo-DsWQFSvr.png | 68 x 47 (1.45) | 134 x 47 (2.85) |
div.header-content > div.banner-text > div > img.mb-18 div.header-content > div.banner-text > div > img.mb-18 | 51.la/png/anquan_logo-DsWQFSvr.png | 68 x 26 (2.62) | 134 x 47 (2.85) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
登录 header.h5 > div.h5-banner > div > a |
注册 header.h5 > div.h5-banner > div > a |
联系我们 div#app > div.fixed-tool > div.pc > a.side-tag |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="zh-CN"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="UTF-8" /> | Syntax not understood |
| 5 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | Syntax not understood |
| 7 | <meta name="description" content="51LA - 领先的数据统计服务商" /> | Syntax not understood |
| 8 | <title>51LA - 领先的数据统计服务商</title> | Syntax not understood |
| 9 | <script type="module" crossorigin src="/js/index-8kzxuVEg.js"></script> | Syntax not understood |
| 10 | <link rel="stylesheet" crossorigin href="/css/index-CfDB1C6o.css"> | Syntax not understood |
| 11 | </head> | Syntax not understood |
| 12 | <body> | Syntax not understood |
| 13 | <div id="app"></div> | Syntax not understood |
| 14 | </body> | Syntax not understood |
| 15 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > 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.
922 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.73 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.409
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.34 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.
2.74 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.
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 | |
|---|---|---|---|
丰富的解决方案,覆盖千行百业
咨询方案
新零售
- 精准营销:
通过用户画像、用户行为分析等,帮助零售商了解消费者的购物习惯和喜好,以便于进行精准的产品推荐和… main.container > div.home > div > section.section | 51.la/image/solution-bg.png | 1.7 MiB | 976.1 KiB |
视频 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-6.png | 749.1 KiB | 658.2 KiB |
实时访客流量监测
用户行为分析
渠道追踪分析
全量数据开放API接口
数据报表分享
区块链项目统计
适用于Web 3.0 section.section > div.section__service-content > div > div.section__service-content-bottom | 51.la/image/fuwu-bottom-right-diqiu.png | 688.8 KiB | 572.4 KiB |
阅读 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-5.png | 597.9 KiB | 521.7 KiB |
新零售
- 精准营销:
通过用户画像、用户行为分析等,帮助零售商了解消费者的购物习惯和喜好,以便于进行精准的产品推荐和服务推广,支持数据驱动的决策。
- 数据… section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-1.png | 546.4 KiB | 478.5 KiB |
使用文档
产品功能和实操介绍,快速上手
了解更多 div > section.section > div.section > div.section | 51.la/image/community-3-chatu.png | 677.1 KiB | 436.4 KiB |
电商 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-4.png | 308.8 KiB | 274.8 KiB |
政务 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-7.png | 338.5 KiB | 264.8 KiB |
灵雀 应用性能监控
监测与分析平台,助力用户增长
异常分析
实时预警
性能监测
卡顿
资源雷达
了解更多 section.section > div.section__production-content > div.section__production-content-list > div.section__production-content-item | 51.la/image/production-yunran.png | 305.1 KiB | 232.0 KiB |
通用互联网 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-2.png | 255.7 KiB | 221.7 KiB |
帮助交流
在这里,找到问题答案
问题反馈 div > section.section > div.section > div.section | 51.la/image/community-2-yunran.png | 263.4 KiB | 214.7 KiB |
App移动统计
免费、易用、专业的移动数据统计与营销分析平台,实现精细化运营,全面提升业务增长效能
了解更多 div.el-carousel__item > div > div.pc > div.section | 51.la/gif/banner-app-CKOi1sY_.gif | 306.1 KiB | 180.6 KiB |
帮助交流
在这里,找到问题答案
问题反馈 div > section.section > div.section > div.section | 51.la/image/community-2-chatu.png | 271.4 KiB | 176.2 KiB |
办公 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-8.png | 199.2 KiB | 165.2 KiB |
丰富的解决方案,覆盖千行百业
咨询方案
新零售
- 精准营销:
通过用户画像、用户行为分析等,帮助零售商了解消费者的购物习惯和喜好,以便于进行精准的产品推荐和… main.container > div.home > div > section.section | 51.la/image/solution-yunran.png | 201.7 KiB | 157.4 KiB |
2000 万+
全球网站提供数据统计服务 section.section > div.section__service-content > div.section__service-content-top > div.top-item | 51.la/image/fuwu-yunran.png | 179.6 KiB | 146.5 KiB |
教育 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-3.png | 147.2 KiB | 123.6 KiB |
汽车 section.section > div.section__solution-content > div.section__solution-collapse > div.cpllapse-item | 51.la/image/solution-9.png | 146.8 KiB | 112.7 KiB |
全新「屏幕录制」功能上线
带您直观还原用户访问网站的全过程,从鼠标移动到屏幕变化,定位问题根源,让您的网站更懂用户,轻松赢得访客的青睐!
了解更多 div.el-carousel__item > div > div.pc > div.section | 51.la/gif/banner-record-CFc8_6oW.gif | 204.8 KiB | 110.6 KiB |
产品动态
随时掌握51.LA最新资讯
了解更多 div > section.section > div.section > div.section | 51.la/image/community-1-chatu.png | 219.0 KiB | 110.6 KiB |
div.section__service-content > div > div.section__service-content-bottom > ::after div.section__service-content > div > div.section__service-content-bottom > ::after | 51.la/image/fuwu-bottom-left-bg.png | 146.0 KiB | 104.1 KiB |
产品动态
随时掌握51.LA最新资讯
了解更多 div > section.section > div.section > div.section | 51.la/image/community-1-yunran.png | 103.7 KiB | 90.0 KiB |
查看更多 div.home > div.section > div.section__notice-content > a.section__notice-content-item | 51.la/image/ad-more-bg.png | 92.6 KiB | 62.9 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png | 52.4 KiB | 49.5 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png | 45.1 KiB | 42.1 KiB |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png | 43.1 KiB | 40.1 KiB |
51la博客主用户评价 section.section > div.section__evaluate-content > div.section > div.item-left | 51.la/image/evaluate-bg-2.png | 61.9 KiB | 27.4 KiB |
51la博客主用户评价 section.section > div.section__evaluate-content > div.section > div.item-left | 51.la/image/evaluate-bg-1.png | 57.9 KiB | 23.3 KiB |
微信公众号 div.section-wrap > div.footbar-central > div.footbar-central-col > img.qrcode-img | 51.la/png/wechat-BpCdW-3I.png | 23.2 KiB | 21.6 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png | 21.1 KiB | 20.4 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png | 18.1 KiB | 17.5 KiB |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png | 17.2 KiB | 16.6 KiB |
安全认证 div.pc > div.footbar-copyright > a > img | 51.la/png/anquan_logo-DsWQFSvr.png | 8.4 KiB | 8.4 KiB |
div.section__partner-content > div.section__partner-content-wrap > div.item > div div.section__partner-content > div.section__partner-content-wrap > div.item > div | 51.la/image/partner-3.png | 9.2 KiB | 6.4 KiB |
div.section__partner-content > div.section__partner-content-wrap > div.item > div div.section__partner-content > div.section__partner-content-wrap > div.item > div | 51.la/image/partner-2.png | 8.4 KiB | 6.2 KiB |
邀请福利 div#app > div.fixed-tool > div.pc > a.tool-item | 51.la/image/invite.png | 4.9 KiB | 4.3 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 |
|---|---|---|
| 51.la/css/index-CfDB1C6o.css | 53.2 KiB | 81 ms |
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 |
|---|---|
| 51.la/font/iconfont.woff2 | 10 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
产品
51.la 网站统计V6
51.la 网站统计
51.la 灵雀应用监控
用户中心
最新活动
文档中心
建议与反馈
关于我们
公司简介
注册用户协议
隐… body > div#app > div#app > div#footbar | 0.400 |
本站广告由赞助商提供,请谨慎鉴别,风险自担 div#app > main.container > div.home > section.section | 0.023 |
与用户共建知识社区
更新日志、常见问题、实战干货、学习成长、分享、共建
产品动态
随时掌握51.LA最新资讯
了解更多
帮助交流
在这里,找到问题答案
问… div#app > main.container > div.home > div | 0.008 |
首页
产品
资讯
文档中心
查询工具
关于我们 div.inner-bar > div.inner-wrap > div.header-nav-content__left > ul.nav-menu | 0.001 |
幻灯片切换至索引 2 div.section > div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator | 0.000 |
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 |
|---|---|---|
| 51.la/css/index-CfDB1C6o.css | 53.1 KiB | 50.5 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 |
|---|---|---|
| 51.la/js/index-8kzxuVEg.js | 386.6 KiB | 281.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 |
|---|---|
| Internal error. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| 51.la/image/solution-bg.png | 1.7 MiB |
| 51.la/image/solution-6.png | 750.1 KiB |
| 51.la/image/fuwu-bottom-right-diqiu.png | 689.7 KiB |
| 51.la/image/community-3-chatu.png | 678.0 KiB |
| 51.la/image/solution-5.png | 598.8 KiB |
| 51.la/image/solution-1.png | 547.2 KiB |
| 51.la/gif/banner-safe-CdaMFx94.gif | 496.5 KiB |
| 51.la/gif/banner-v6-DJZ15IgC.gif | 433.9 KiB |
| 51.la/js/index-8kzxuVEg.js | 387.4 KiB |
| 51.la/image/zhuce-left.png | 345.5 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 | |
|---|---|
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png |
苏州都市网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_006.gif |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png |
四川大学商学院 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_012.png |
比特币家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_004.png |
芦虎 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_007.png |
河北慈善网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_009.png |
齐鲁晚报 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_002.png |
站长之家 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_003.png |
襄阳论坛 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_014.png |
宠略 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_015.png |
LOOKAE div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_008.png |
酷家乐 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_001.png |
酷家乐 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_001.png |
飘域家园 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_013.png |
仙漫网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_010.png |
div.header-content > div.banner-text > h2.mb-18 > img div.header-content > div.banner-text > h2.mb-18 > img | 51.la/png/v6-icon-DU6mPp9-.png |
黄河新闻网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_011.png |
爱游网 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_016.png |
div.section > div.header-content > div.banner-text > img.mb-18 div.section > div.header-content > div.banner-text > img.mb-18 | 51.la/png/anquan_logo-DsWQFSvr.png |
主题镇 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_005.png |
主题镇 div.site-container > div.range-container > div.itemPC > img | 51.la/image/site/site_005.png |
51LA div.pc > div.footbar-copyright > a > img | sdk.51.la/icon/4-1.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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home > section.section > div.section > div.section-flex div.home > section.section > div.section > div.section-flex |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
了解更多 div.banner-text > div.index-animate > button.el-button > span |
咨询方案 div > section.section > div.btn > button |
咨询客服 div.content > div.info > div.group-btn > button |
立即注册 div.container1 > div.register-inner > a > button.register-btn |
Copyright © 2002-2026 广州有啦网络科技有限公司 div.footbar > div.pc > div.footbar-copyright > span |
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.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.inner-bar > div.inner-wrap > div.header-nav-content__left > a.router-link-active div.inner-bar > div.inner-wrap > div.header-nav-content__left > a.router-link-active |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
section.section > div.section > div.section-flex > a.da-item section.section > div.section > div.section-flex > a.da-item |
div#app > div.fixed-tool > div.pc > a.tool-item div#app > div.fixed-tool > div.pc > a.tool-item |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
幻灯片切换至索引 3 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
幻灯片切换至索引 4 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
幻灯片切换至索引 5 div.el-carousel > ul.el-carousel__indicators > li.el-carousel__indicator > button.el-carousel__button |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-1.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-2.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
51la博客主用户评价 div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-icon-3.png | 135 x 256 (0.53) | 256 x 256 (1.00) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-2.png | 95 x 106 (0.90) | 242 x 106 (2.28) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-3.png | 95 x 106 (0.90) | 242 x 106 (2.28) |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img | 51.la/image/evaluate-name-1.png | 85 x 106 (0.80) | 206 x 106 (1.94) |
div.header-content > div.banner-text > h2.mb-18 > img div.header-content > div.banner-text > h2.mb-18 > img | 51.la/png/v6-icon-DU6mPp9-.png | 45 x 70 (0.64) | 126 x 70 (1.80) |
div.header-content > div.banner-text > div > img.mb-18 div.header-content > div.banner-text > div > img.mb-18 | 51.la/png/anquan_logo-DsWQFSvr.png | 68 x 47 (1.45) | 134 x 47 (2.85) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
登录 header.h5 > div.h5-banner > div > a |
注册 header.h5 > div.h5-banner > div > a |
联系我们 div#app > div.fixed-tool > div.pc > a.side-tag |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="zh-CN"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="UTF-8" /> | Syntax not understood |
| 5 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | Syntax not understood |
| 7 | <meta name="description" content="51LA - 领先的数据统计服务商" /> | Syntax not understood |
| 8 | <title>51LA - 领先的数据统计服务商</title> | Syntax not understood |
| 9 | <script type="module" crossorigin src="/js/index-8kzxuVEg.js"></script> | Syntax not understood |
| 10 | <link rel="stylesheet" crossorigin href="/css/index-CfDB1C6o.css"> | Syntax not understood |
| 11 | </head> | Syntax not understood |
| 12 | <body> | Syntax not understood |
| 13 | <div id="app"></div> | Syntax not understood |
| 14 | </body> | Syntax not understood |
| 15 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section > div.section-flex > a.da-item > img div.section > div.section-flex > a.da-item > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
div.section__evaluate-content > div.section > div.item-left > img div.section__evaluate-content > div.section > div.item-left > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback