Mobile 375 × 812

Desktop 1440 × 900

Score: 64 / 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.
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 4.3 MB (4.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
28 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/654303a5-0f9c-49f0-82dd-1dd445009396)<a href="https://beavercheck.com/results/654303a5-0f9c-49f0-82dd-1dd445009396"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F22.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F22.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 24.7s 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.
10 barrier(s) likely increasing bounce by ~35%.
Page takes 24.7s to load
+12% bounceUsers abandon at ~3s — you're 22.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
28 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
38 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
4 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,750 investment → ¥7.26/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥7.26 /mo
~¥87 / 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.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,674 / month at risk
~¥50,000,087 / year if left unfixed
¥50,000,000
+1 more
¥7.26 /mo
12697.8 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
61 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.371
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.53 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.
25.00 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body > div > div#webChat-bubble-tip body > div > div#webChat-bubble-tip | /imgextra/i2/O1CN01Pda9nq1YDV0mnZ31H_!!6000000003025-54-t... | 1.5 MiB | 1.5 MiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20220422105211816.jpg | 52.4 KiB | 45.8 KiB |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20260410093320462.jpg | 89.1 KiB | 37.0 KiB |
div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next | www.22.cn/content/images/icon_home.png | 58.9 KiB | 36.2 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/1cb71a4c1f4c46bba13deff2d33d30d5.jpg | 41.9 KiB | 35.3 KiB |
div.main-container > div > a > img div.main-container > div > a > img | www.22.cn/content/images/22zsl.png | 36.1 KiB | 32.4 KiB |
ul.slides > li.flex-active-slide > a > img.visible-xs ul.slides > li.flex-active-slide > a > img.visible-xs | ad-img-show.22.cn/0-20260107151920277.jpg | 79.7 KiB | 27.7 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20251215175118802.jpg | 21.4 KiB | 14.8 KiB |
div.menu-logo-content > div > a > img.hidden-lg div.menu-logo-content > div > a > img.hidden-lg | www.22.cn/content/images/zsl.png | 16.0 KiB | 14.5 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20251225113153446.jpg | 19.0 KiB | 12.5 KiB |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20230526142516929.jpg | 63.4 KiB | 11.4 KiB |
世纪佳缘网通过爱名网竞价平台成功拍得域名jianyuan.cn ul.slides > li.customer-list > a > img | www.22.cn/content/images/customer6.png | 12.7 KiB | 11.0 KiB |
div.homepage > div.header > div#div_footer > div.load-logo div.homepage > div.header > div#div_footer > div.load-logo | www.22.cn/content/images/load-log.png | 12.2 KiB | 9.8 KiB |
body > div#layui-layer1 > span.layui-layer-setwin > a.layui-layer-ico body > div#layui-layer1 > span.layui-layer-setwin > a.layui-layer-ico | www.22.cn/Content/layer/theme/default/icon.png | 11.2 KiB | 9.1 KiB |
上海大智慧股份有限公司委托爱名网收购域名dzh.com.cn ul.slides > li.customer-list > a > img | www.22.cn/images/kh_dzh.jpg | 9.6 KiB | 7.8 KiB |
搜狗公司委托爱名网成功收购域名wowenwen.com ul.slides > li.customer-list > a > img | www.22.cn/content/images/customer3.png | 9.0 KiB | 7.2 KiB |
都市圈使用的域名o.cn,被业界誉为最短最牛域名 ul.slides > li.customer-list > a > img | www.22.cn/images/kh_dsq.jpg | 8.4 KiB | 6.7 KiB |
苏宁电器委托爱名网成功收购yifubao.com.cn ul.slides > li.customer-list > a > img | www.22.cn/content/images/customer1.png | 8.3 KiB | 6.5 KiB |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img | www.22.cn/images/icon_promise_1_hover.png | 7.7 KiB | 5.9 KiB |
div.menu-logo-content > div.logo > a > img.hidden-lg div.menu-logo-content > div.logo > a > img.hidden-lg | www.22.cn/Content/images/small_logo.png | 6.1 KiB | 5.7 KiB |
同程网络委托爱名网成功收购域名LY.com ul.slides > li.customer-list > a > img | www.22.cn/content/images/customer2.png | 7.2 KiB | 5.4 KiB |
斯达康委托爱名网成功收购域名utv.com.cn ul.slides > li.customer-list > a > img | www.22.cn/images/kh_uts.jpg | 7.1 KiB | 5.4 KiB |
新华社委托爱名网成功收购域名cnfin.com ul.slides > li.customer-list > a > img | www.22.cn/images/kh_xh.jpg | 6.7 KiB | 5.0 KiB |
美赞臣委托爱名网成功收购域名mjn.com.cn ul.slides > li.customer-list > a > img | www.22.cn/images/kh_mzc.jpg | 6.7 KiB | 4.9 KiB |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img | www.22.cn/images/icon_promise_1.png | 6.7 KiB | 4.9 KiB |
div.text > div.text-list > h3 > span.ymx-title div.text > div.text-list > h3 > span.ymx-title | www.22.cn/content/images/home_icon/ssl_sectigo.png | 5.0 KiB | 4.5 KiB |
华数数字电视传媒集团委托爱名网成功收购域名wasu.com ul.slides > li.customer-list > a > img | www.22.cn/images/kh_hs.jpg | 6.1 KiB | 4.3 KiB |
ul.slides > li.clone > a > img.visible-xs ul.slides > li.clone > a > img.visible-xs | ad-img-show.22.cn/0-20260421172532527.jpg | 56.3 KiB | 4.2 KiB |
华晨宝马委托爱名网成功收购域名zinoro.com.cn ul.slides > li.customer-list > a > img | www.22.cn/content/images/customer5.png | 5.9 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.22.cn/content/css/main.css?t=20221228 | 288.6 KiB | 5.1 s |
| www.22.cn/Content/layer/layer.js | 21.9 KiB | 1.9 s |
| www.22.cn/Content/js/am.extend.js?t=20200922 | 1.0 KiB | 1.1 s |
| www.22.cn/Content/layer/layer.ex.js?v=20240510 | 6.6 KiB | 1.1 s |
| www.22.cn/content/js/jquery-1.10.2.js | 91.2 KiB | 3.7 s |
| www.22.cn/Content/bootstrap/dist/css/bootstrap.min.css | 118.8 KiB | 3.7 s |
| www.22.cn/Content/js/bootstrap.min.js | 47.8 KiB | 2.9 s |
| www.22.cn/Content/bootstrap/dist/js/bootstrap.min.js | 36.4 KiB | 2.6 s |
| www.22.cn/content/bootstrap/assets/js/ie-emulation-modes-warning.js | 2.4 KiB | 1.1 s |
| www.22.cn/Content/js/jquery.cookie.js | 988 B | 1.1 s |
| www.22.cn/content/js/common.js?t=20220315 | 3.8 KiB | 1.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| 22.cn/ | 1.4 s |
| www.22.cn/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.22.cn/ | 975 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
批量查询
域名价格
域名转入
促销活动
Whois查询
域名预订/竞价,让好“米”不再错过
预订推荐
竞价推荐
即将结束竞价
域名 删除时间 操作
oao.c… body > div.homepage > div.section-trade | 0.371 |
批量查询
域名价格
域名转入
促销活动
Whois查询
域名预订/竞价,让好“米”不再错过
预订推荐
竞价推荐
即将结束竞价
域名 删除时间 操作
oao.c… body > div.homepage > div.section-trade | 0.023 |
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.22.cn/content/css/main.css?t=20221228 | 288.6 KiB | 108.3 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.22.cn/content/js/jquery.flexslider.js | 54.0 KiB | 23.3 KiB |
| www.22.cn/Content/js/bootstrap.min.js | 47.5 KiB | 11.4 KiB |
| www.22.cn/content/js/index.js?v=120520260423 | 14.0 KiB | 6.5 KiB |
| www.22.cn/Content/js/_top.js?t=20221118 | 12.3 KiB | 4.0 KiB |
| www.22.cn/Content/layer/layer.ex.js?v=20240510 | 6.3 KiB | 2.4 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.22.cn/content/css/main.css?t=20221228 | 288.3 KiB | 244.8 KiB |
| www.22.cn/Content/bootstrap/dist/css/bootstrap.min.css | 118.5 KiB | 114.1 KiB |
| www.22.cn/Content/layer/theme/default/layer.css?v=3.1.1 | 14.0 KiB | 11.9 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 |
|---|---|---|
| g.alicdn.com/aliyun-documentation/web-chatbot-ui/0.0.24/index.js | 156.6 KiB | 97.8 KiB |
| www.22.cn/Content/js/bootstrap.min.js | 47.5 KiB | 39.5 KiB |
| www.22.cn/Content/bootstrap/dist/js/bootstrap.min.js | 36.1 KiB | 29.6 KiB |
| www.22.cn/content/js/jquery-1.10.2.js | 90.9 KiB | 26.9 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 | 893 ms |
| Script Evaluation | 482 ms |
| Style & Layout | 367 ms |
| Rendering | 336 ms |
| Parse HTML & CSS | 108 ms |
| Script Parsing & Compilation | 48 ms |
| Garbage Collection | 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 |
|---|---|
| The page has an unload handler in the main frame. | 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.
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 | |
|---|---|
ul.slides > li.clone > a > img.visible-xs ul.slides > li.clone > a > img.visible-xs | ad-img-show.22.cn/0-20230526142516929.jpg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20260421172532527.jpg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20260302144841682.jpg |
ul.slides > li.flex-active-slide > a > img.visible-xs ul.slides > li.flex-active-slide > a > img.visible-xs | ad-img-show.22.cn/0-20260410093320462.jpg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20260107151920277.jpg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs | ad-img-show.22.cn/0-20230526142516929.jpg |
ul.slides > li.clone > a > img.visible-xs ul.slides > li.clone > a > img.visible-xs | ad-img-show.22.cn/0-20260421172532527.jpg |
div.main-container > div > a > img div.main-container > div > a > img | www.22.cn/content/images/22zsl.png |
div.menu-logo-content > div > a > img.hidden-lg div.menu-logo-content > div > a > img.hidden-lg | www.22.cn/content/images/zsl.png |
div.menu-logo-content > div.logo > a > img.hidden-lg div.menu-logo-content > div.logo > a > img.hidden-lg | www.22.cn/Content/images/small_logo.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am01.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_facile.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am02.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am03.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_safe.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_fast.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.main-container > div.banner-search > div.search-input > input.search-text div.main-container > div.banner-search > div.search-input > input.search-text |
4月域名促销,注册15元起 div.flex-viewport > ul.slides > li.activity-list > a.hui |
499 div.text > div.text-list > div.price > span.font-18 |
300 div.text > div.text-list > div.price > span.font-18 |
2700 div.text > div.text-list > div.price > span.font-18 |
350 div.text > div.text-list > div.price > span.font-18 |
800 div.text > div.text-list > div.price > span.font-18 |
2200 div.text > div.text-list > div.price > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
230 div.text > div.text-list > div.price > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
472 div.text > div.text-list > div.price > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
1268 div.text > div.text-list > div.price > span.font-18 |
190 div.text > div.text-list > div.price > span.font-18 |
500 div.text > div.text-list > div.price > span.font-18 |
1000 div.text > div.text-list > div.price > span.font-18 |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.menu-logo-content > div.logo > a > img.hidden-lg div.menu-logo-content > div.logo > a > img.hidden-lg |
div.menu-logo-content > div > a > img.hidden-lg div.menu-logo-content > div > a > img.hidden-lg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li.flex-active-slide > a > img.visible-xs ul.slides > li.flex-active-slide > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
div.main-container > div > a > img div.main-container > div > a > 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.menu-content > div.menu-logo-content > div.logo > a div.menu-content > div.menu-logo-content > div.logo > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li.flex-active-slide > a div.flex-viewport > ul.slides > li.flex-active-slide > a |
div.flex-viewport > ul.slides > li.flex-active-slide > a div.flex-viewport > ul.slides > li.flex-active-slide > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
div.customer-scroll > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.customer-scroll > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.customer-scroll > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.customer-scroll > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
body > div#layui-layer1 > span.layui-layer-setwin > a.layui-layer-ico body > div#layui-layer1 > span.layui-layer-setwin > a.layui-layer-ico |
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.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
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 | |
|---|---|---|---|---|
div.menu-logo-content > div.logo > a > img.hidden-lg div.menu-logo-content > div.logo > a > img.hidden-lg | www.22.cn/Content/images/small_logo.png | 65 x 40 | 65 x 40 | 98 x 60 |
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?c37800fabdf21cf4f786cb0d5f794f12 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.header > div#div_footer > div.load-right > a.load-close div.header > div#div_footer > div.load-right > a.load-close |
.com.com价格:81 元注册首选,全球注册量第一 div.search-input-box > ul > li > a |
.cn.cn价格:25 元中国国家域名 div.search-input-box > ul > li > a |
.net.net价格:92 元网络机构专属 div.search-input-box > ul > li > a |
.com.cn.com.cn价格:25 元 div.search-input-box > ul > li > a |
.cc.cc价格:25 元我的CC,由我定义 div.search-input-box > ul > li > a |
.club.club价格:15 元俱乐部、论坛首选 div.search-input-box > ul > li > a |
.me.me价格:53 元 div.search-input-box > ul > li > a |
.shop.shop价格:49 元购物/商店、互联网电商域名 div.search-input-box > ul > li > a |
.中国.中国价格:35 元更具影响力的中文域名 div.search-input-box > ul > li > a |
.vip.vip价格:40 元代表了尊贵、特权、贵宾,彰显价值,展现魅力 div.search-input-box > ul > li > a |
.ltd.ltd价格:30 元为有限公司而生,公司专属 div.search-input-box > ul > li > a |
.link.link价格:60 元“链接”,缩短与世界的距离 div.search-input-box > ul > li > a |
.fit.fit价格:15 元 div.search-input-box > ul > li > a |
.work.work价格:15 元 div.search-input-box > ul > li > a |
.mobi.mobi价格:285 元移动手机 专属域名 div.search-input-box > ul > li > a |
.store.store价格:15 元首个电商专属域名,知名企业已启用 div.search-input-box > ul > li > a |
.site.site价格:15 元 div.search-input-box > ul > li > a |
.info.info价格:200 元信息时代的明确标识 div.search-input-box > ul > li > a |
.group.group价格:165 元更适用于集团,团体 div.search-input-box > ul > li > a |
.biz.biz价格:49 元老牌国际域名 div.search-input-box > ul > li > a |
.asia.asia价格:150 元通往亚洲的域名入口 div.search-input-box > ul > li > a |
.tv.tv价格:200 元国别域名,影音娱乐媒体专用 div.search-input-box > ul > li > a |
.网络.网络价格:80 元中文网络域名 div.search-input-box > ul > li > a |
.公司.公司价格:80 元更具商业影响力的中文域名 div.search-input-box > ul > li > a |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
关注我们 ul > li > div.about-list-title > a |
爱名公众号 div.about-list-text > div.wei > div.wei-guanzhu > a.botma |
爱名小程序 div.about-list-text > div.wei > div.wei-guanzhu > a.botma |
返回电脑版 div.footer > div.main-container > div.computer-back > a.computer |
手机版 body > div.homepage > div.footer-qiehuan > a.small-iphone |
PC版 body > div.homepage > div.footer-qiehuan > a.computer |
同意 body > div#layui-layer1 > div.layui-layer-btn > a.layui-layer-btn0 |
不同意 body > div#layui-layer1 > div.layui-layer-btn > a.layui-layer-btn1 |
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.menu-logo-content > div.logo > a > img.hidden-lg div.menu-logo-content > div.logo > a > img.hidden-lg |
div.menu-logo-content > div > a > img.hidden-lg div.menu-logo-content > div > a > img.hidden-lg |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li.flex-active-slide > a > img.visible-xs ul.slides > li.flex-active-slide > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li > a > img.visible-xs ul.slides > li > a > img.visible-xs |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
div.main-container > div > a > img div.main-container > div > a > 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.
4.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.81 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.64 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.22.cn/content/css/main.css?t=20221228 | 288.6 KiB | 1.8 s |
| www.22.cn/Content/layer/layer.js | 21.9 KiB | 1.1 s |
| www.22.cn/Content/js/bootstrap.min.js | 47.8 KiB | 1.3 s |
| www.22.cn/content/js/jquery-1.10.2.js | 91.2 KiB | 1.6 s |
| www.22.cn/Content/js/am.extend.js?t=20200922 | 1.0 KiB | 302 ms |
| www.22.cn/Content/bootstrap/dist/css/bootstrap.min.css | 118.8 KiB | 1.1 s |
| www.22.cn/Content/layer/layer.ex.js?v=20240510 | 6.6 KiB | 803 ms |
| www.22.cn/Content/bootstrap/dist/js/bootstrap.min.js | 36.4 KiB | 1.1 s |
| www.22.cn/content/bootstrap/assets/js/ie-emulation-modes-warning.js | 2.4 KiB | 803 ms |
| www.22.cn/Content/js/jquery.cookie.js | 988 B | 803 ms |
| www.22.cn/content/js/common.js?t=20220315 | 3.8 KiB | 803 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 | |
|---|---|---|---|
body > div > div#webChat-bubble-tip body > div > div#webChat-bubble-tip | /imgextra/i2/O1CN01Pda9nq1YDV0mnZ31H_!!6000000003025-54-t... | 1.5 MiB | 1.5 MiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20220422105211816.jpg | 52.4 KiB | 45.8 KiB |
ul.slides > li.flex-active-slide > a > span.hidden-xs ul.slides > li.flex-active-slide > a > span.hidden-xs | ad-img-show.22.cn/0-20260410093229649.jpg | 171.8 KiB | 43.7 KiB |
div.banner-search > div.search-trade > a.hidden-xs > span.icon-search-trade div.banner-search > div.search-trade > a.hidden-xs > span.icon-search-trade | www.22.cn/content/images/icon_home.png | 58.9 KiB | 36.2 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/1cb71a4c1f4c46bba13deff2d33d30d5.jpg | 41.9 KiB | 35.3 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20251215175118802.jpg | 21.4 KiB | 14.8 KiB |
div.menu-logo-content > div > a > img.hidden-xs div.menu-logo-content > div > a > img.hidden-xs | www.22.cn/content/images/zsl.png | 16.0 KiB | 14.5 KiB |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img | ad-img-show.22.cn/0-20251225113153446.jpg | 19.0 KiB | 12.5 KiB |
div.menu-logo-content > div.logo > a > img.hidden-xs div.menu-logo-content > div.logo > a > img.hidden-xs | www.22.cn/Content/images/logo.png | 9.9 KiB | 8.6 KiB |
div.text > div.text-list > h3 > span.ymx-title div.text > div.text-list > h3 > span.ymx-title | www.22.cn/content/images/home_icon/ssl_sectigo.png | 5.0 KiB | 4.5 KiB |
ul > li > a > img ul > li > a > img | www.22.cn/images/phone_icon.png | 5.6 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| 22.cn/ | 897 ms |
| www.22.cn/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.22.cn/content/css/main.css?t=20221228 | 288.6 KiB | 108.3 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.22.cn/content/css/main.css?t=20221228 | 288.3 KiB | 236.7 KiB |
| www.22.cn/Content/bootstrap/dist/css/bootstrap.min.css | 118.5 KiB | 112.0 KiB |
| www.22.cn/Content/layer/theme/default/layer.css?v=3.1.1 | 14.0 KiB | 14.0 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 |
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.22.cn/content/js/jquery.flexslider.js | 54.0 KiB | 23.3 KiB |
| www.22.cn/Content/js/bootstrap.min.js | 47.5 KiB | 11.4 KiB |
| www.22.cn/content/js/index.js?v=120520260423 | 14.0 KiB | 6.5 KiB |
| www.22.cn/Content/js/_top.js?t=20221118 | 12.3 KiB | 4.0 KiB |
| www.22.cn/Content/layer/layer.ex.js?v=20240510 | 6.3 KiB | 2.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 |
|---|---|---|
| g.alicdn.com/aliyun-documentation/web-chatbot-ui/0.0.24/index.js | 156.5 KiB | 97.8 KiB |
| www.22.cn/Content/js/bootstrap.min.js | 47.5 KiB | 39.5 KiB |
| www.22.cn/Content/bootstrap/dist/js/bootstrap.min.js | 36.1 KiB | 29.6 KiB |
| www.22.cn/content/js/jquery-1.10.2.js | 90.9 KiB | 27.4 KiB |
| www.22.cn/content/js/jquery.flexslider.js | 54.0 KiB | 20.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
li.service-kefu > div.service-detail > div > img li.service-kefu > div.service-detail > div > img | www.22.cn/content/images/kefu_qiye_multi.png |
div.main-container > div > a > img div.main-container > div > a > img | www.22.cn/content/images/22zsl.png |
li.service-wechat > div.service-detail > div > img li.service-wechat > div.service-detail > div > img | www.22.cn/images/weixin_xcx.jpg |
li.service-wechat > div.service-detail > div > img li.service-wechat > div.service-detail > div > img | www.22.cn/images/weixin_nav(1).jpg |
div.menu-logo-content > div > a > img.hidden-xs div.menu-logo-content > div > a > img.hidden-xs | www.22.cn/content/images/zsl.png |
ul.service-list > li.service-app > div.service-detail > img ul.service-list > li.service-app > div.service-detail > img | www.22.cn/images/weixin_sidebar.jpg |
div.menu-logo-content > div.logo > a > img.hidden-xs div.menu-logo-content > div.logo > a > img.hidden-xs | www.22.cn/Content/images/logo.png |
ul > li > a > img ul > li > a > img | www.22.cn/images/phone_icon.png |
div.service-bar > ul.service-list > li.service-app > img.icon-img div.service-bar > ul.service-list > li.service-app > img.icon-img | www.22.cn/images/kf_app.png |
ul.service-list > a > li.service-qq > img.icon-img ul.service-list > a > li.service-qq > img.icon-img | www.22.cn/images/kf_qq.png |
div.service-bar > ul.service-list > li.service-kefu > img.icon-img div.service-bar > ul.service-list > li.service-kefu > img.icon-img | www.22.cn/images/kf_weixin.png |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-img | www.22.cn/images/kf_xcx.png |
div.service-bar > ul.service-list > li.service-phone > img.icon-img div.service-bar > ul.service-list > li.service-phone > img.icon-img | www.22.cn/images/kf_tel.png |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-img | www.22.cn/images/kf_gzh.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am01.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_facile.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am02.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_am03.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_safe.png |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img | www.22.cn/images/icon_single_fast.png |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx_icon.png |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx_icon.png |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx.png |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx2.png |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx.png |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img | www.22.cn/images/wx2.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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flexslider1 > div.flex-viewport > ul.slides > li.clone div.flexslider1 > div.flex-viewport > ul.slides > li.clone |
div.flexslider1 > div.flex-viewport > ul.slides > li.clone div.flexslider1 > div.flex-viewport > ul.slides > li.clone |
从“超级个体”到“品牌帝国”:OPC时代,域名与网站为何是最后的护城河? div.information-list > div.flex-viewport > ul.slides > li.clone |
优质拼音域名再掀抢购潮:xiong.com以七位数高价易主 div.information-list > div.flex-viewport > ul.slides > li.clone |
关于部分商标服务业务价格调整的通知 div.notice-list > div.flex-viewport > ul.slides > li.clone |
关于我司交易站400电话合并的公告 div.notice-list > div.flex-viewport > ul.slides > li.clone |
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.search-wrap > div.search-tab-header > div.search-tab-button > input#searchWrapBtn div.search-wrap > div.search-tab-header > div.search-tab-button > input#searchWrapBtn |
1对1专属客服 ul > li.weixing > div > p |
SSL证书 div#navbar > ul.nav > li > a |
div.main-container > div.banner-search > div.search-input > input.search-text div.main-container > div.banner-search > div.search-input > input.search-text |
4月域名促销,注册15元起 div.flex-viewport > ul.slides > li.activity-list > a.hui |
ePower快速布局企业市场 div.flex-viewport > ul.slides > li.activity-list > a.hui |
499 div.text > div.text-list > div.price > span.font-18 |
300 div.text > div.text-list > div.price > span.font-18 |
2700 div.text > div.text-list > div.price > span.font-18 |
790 div.text > div.text-list > div.price > span.font-18 |
1749 div.text > div.text-list > div.price > span.font-18 |
950 div.text > div.text-list > div.price > span.font-18 |
490 div.text > div.text-list > div.price > span.font-18 |
650 div.text > div.text-list > div.price > span.font-18 |
650 div.text > div.text-list > div.price > span.font-18 |
350 div.text > div.text-list > div.price > span.font-18 |
800 div.text > div.text-list > div.price > span.font-18 |
2200 div.text > div.text-list > div.price > span.font-18 |
2980 div.text > div.text-list > div.price > span.font-18 |
4980 div.text > div.text-list > div.price > span.font-18 |
1980 div.text > div.text-list > div.price > span.font-18 |
780 div.text > div.text-list > div.price > span.font-18 |
990 div.text > div.text-list > div.price > span.font-18 |
1635 div.text > div.text-list > div.price > span.font-18 |
109元 div.text-list > div.price > span > span.font-18 |
259元 div.text-list > div.price > span > span.font-18 |
329元 div.text-list > div.price > span > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
230 div.text > div.text-list > div.price > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
472 div.text > div.text-list > div.price > span.font-18 |
20G免费网络防御 div.text > div.text-list > p > span.redt |
1268 div.text > div.text-list > div.price > span.font-18 |
188 div.text > div.text-list > div.price > span.font-18 |
500 div.text > div.text-list > div.price > span.font-18 |
1000 div.text > div.text-list > div.price > span.font-18 |
3300 div.text > div.text-list > div.price > span.font-18 |
3800 div.text > div.text-list > div.price > span.font-18 |
4000 div.text > div.text-list > div.price > span.font-18 |
300 div.text > div.text-list > div.price > span.font-18 |
500 div.text > div.text-list > div.price > span.font-18 |
1000 div.text > div.text-list > div.price > span.font-18 |
[04-22] div.info-box-list > ul > li > span |
[04-22] div.info-box-list > ul > li > span |
[04-22] div.info-box-list > ul > li > span |
[04-21] div.info-box-list > ul > li > span |
[04-21] div.info-box-list > ul > li > span |
[04-20] div.info-box-list > ul > li > span |
[03-20] div.info-box-list > ul > li > span |
[02-12] div.info-box-list > ul > li > span |
[08-19] div.info-box-list > ul > li > span |
[08-12] div.info-box-list > ul > li > span |
[08-11] div.info-box-list > ul > li > span |
[05-28] div.info-box-list > ul > li > span |
[04-22] div.info-box-list > ul > li > span |
[04-21] div.info-box-list > ul > li > span |
[04-20] div.info-box-list > ul > li > span |
[04-19] div.info-box-list > ul > li > span |
[04-18] div.info-box-list > ul > li > span |
[04-17] div.info-box-list > ul > li > span |
SSL证书 div.friendlink > dl > dd > a |
22商标宝 div.friendlink > dl > dd > a |
Epower企服引擎 | 龙井茶 | AI建站 | DMP | ToB问答 | 商标注册 | 营销SaaS | 32知协 | 第一商务 | 商标软件 | 代理… div.main-container > div.friendlink > dl > dd |
Epower企服引擎 div.friendlink > dl > dd > a |
AI建站 div.friendlink > dl > dd > a |
DMP div.friendlink > dl > dd > a |
ToB问答 div.friendlink > dl > dd > a |
32知协 div.friendlink > dl > dd > a |
杭州网站建设 | 宁波网站建设 | 温州网站建设 | 绍兴网站建设 | 杭州商标注册 | 杭州虚拟主机 | 杭州SSL证书 | 宁波域名注册 | 宁波商标注册… div.main-container > div.friendlink > dl > dd |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.menu-logo-content > div.logo > a > img.hidden-xs div.menu-logo-content > div.logo > a > img.hidden-xs |
div.menu-logo-content > div > a > img.hidden-xs div.menu-logo-content > div > a > img.hidden-xs |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img |
ul > li > a > img ul > li > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
div.about-list-text > div.wei > div.wei-guanzhu > img.code-block div.about-list-text > div.wei > div.wei-guanzhu > img.code-block |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
div.footer-text-sm > p.text > a > img div.footer-text-sm > p.text > a > img |
div.main-container > div > a > img div.main-container > div > a > img |
div.service-bar > ul.service-list > li.service-kefu > img.icon-img div.service-bar > ul.service-list > li.service-kefu > img.icon-img |
ul.service-list > a > li.service-qq > img.icon-img ul.service-list > a > li.service-qq > img.icon-img |
div.service-bar > ul.service-list > li.service-app > img.icon-img div.service-bar > ul.service-list > li.service-app > img.icon-img |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-img |
div.service-bar > ul.service-list > li.service-phone > img.icon-img div.service-bar > ul.service-list > li.service-phone > img.icon-img |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-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.menu-content > div.menu-logo-content > div.logo > a div.menu-content > div.menu-logo-content > div.logo > a |
div.service-iphone > ul > li > a div.service-iphone > ul > li > a |
div.main-container > div.banner-search > div.search-trade > a.hidden-xs div.main-container > div.banner-search > div.search-trade > a.hidden-xs |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li.flex-active-slide > a div.flex-viewport > ul.slides > li.flex-active-slide > a |
div.flex-viewport > ul.slides > li.flex-active-slide > a div.flex-viewport > ul.slides > li.flex-active-slide > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li > a div.flex-viewport > ul.slides > li > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.flex-viewport > ul.slides > li.activity-list > a div.flex-viewport > ul.slides > li.activity-list > a |
div.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.activity > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.activity > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.text > div.text-list > div.price > a div.text > div.text-list > div.price > a |
div.customer-scroll > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.customer-scroll > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.customer-scroll > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.customer-scroll > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
微信客服
客服QQ
手机APP
小程序
客服电话
公众号 body > div.homepage > div.service-bar > ul.service-list |
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 |
|---|
客服QQ div.service-bar > ul.service-list > a > li.service-qq |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.menu-logo-content > div > a > img.hidden-lg div.menu-logo-content > div > a > img.hidden-lg | www.22.cn/content/images/zsl.png | 120 x 70 (1.71) | 120 x 80 (1.50) |
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?c37800fabdf21cf4f786cb0d5f794f12 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.header > div#div_footer > div.load-right > a.load-close div.header > div#div_footer > div.load-right > a.load-close |
.com.com价格:81 元注册首选,全球注册量第一 div.search-input-box > ul > li > a |
.cn.cn价格:25 元中国国家域名 div.search-input-box > ul > li > a |
.net.net价格:92 元网络机构专属 div.search-input-box > ul > li > a |
.com.cn.com.cn价格:25 元 div.search-input-box > ul > li > a |
.cc.cc价格:25 元我的CC,由我定义 div.search-input-box > ul > li > a |
.club.club价格:15 元俱乐部、论坛首选 div.search-input-box > ul > li > a |
.me.me价格:53 元 div.search-input-box > ul > li > a |
.shop.shop价格:49 元购物/商店、互联网电商域名 div.search-input-box > ul > li > a |
.中国.中国价格:35 元更具影响力的中文域名 div.search-input-box > ul > li > a |
.vip.vip价格:40 元代表了尊贵、特权、贵宾,彰显价值,展现魅力 div.search-input-box > ul > li > a |
.ltd.ltd价格:30 元为有限公司而生,公司专属 div.search-input-box > ul > li > a |
.link.link价格:60 元“链接”,缩短与世界的距离 div.search-input-box > ul > li > a |
.fit.fit价格:15 元 div.search-input-box > ul > li > a |
.work.work价格:15 元 div.search-input-box > ul > li > a |
.mobi.mobi价格:285 元移动手机 专属域名 div.search-input-box > ul > li > a |
.store.store价格:15 元首个电商专属域名,知名企业已启用 div.search-input-box > ul > li > a |
.site.site价格:15 元 div.search-input-box > ul > li > a |
.info.info价格:200 元信息时代的明确标识 div.search-input-box > ul > li > a |
.group.group价格:165 元更适用于集团,团体 div.search-input-box > ul > li > a |
.biz.biz价格:49 元老牌国际域名 div.search-input-box > ul > li > a |
.asia.asia价格:150 元通往亚洲的域名入口 div.search-input-box > ul > li > a |
.tv.tv价格:200 元国别域名,影音娱乐媒体专用 div.search-input-box > ul > li > a |
.网络.网络价格:80 元中文网络域名 div.search-input-box > ul > li > a |
.公司.公司价格:80 元更具商业影响力的中文域名 div.search-input-box > ul > li > a |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
竞价 tbody > tr > td > a.hui-button |
关注我们 ul > li > div.about-list-title > a |
爱名公众号 div.about-list-text > div.wei > div.wei-guanzhu > a.botma |
爱名小程序 div.about-list-text > div.wei > div.wei-guanzhu > a.botma |
返回电脑版 div.footer > div.main-container > div.computer-back > a.computer |
手机版 body > div.homepage > div.footer-qiehuan > a.small-iphone |
PC版 body > div.homepage > div.footer-qiehuan > a.computer |
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.menu-logo-content > div.logo > a > img.hidden-xs div.menu-logo-content > div.logo > a > img.hidden-xs |
div.menu-logo-content > div > a > img.hidden-xs div.menu-logo-content > div > a > img.hidden-xs |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img |
li.weixing > div.weixin214 > div.wxicon > img li.weixing > div.weixin214 > div.wxicon > img |
ul > li > a > img ul > li > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
ul.slides > li.activity-list > a > img ul.slides > li.activity-list > a > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
div.col-md-4 > div.about-domain > div.about-domain-img > img div.col-md-4 > div.about-domain > div.about-domain-img > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
li > div.promise-thumb > div.thumb-container > img li > div.promise-thumb > div.thumb-container > img |
div.about-list-text > div.wei > div.wei-guanzhu > img.code-block div.about-list-text > div.wei > div.wei-guanzhu > img.code-block |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
a.weixing > div.weixin214 > div.wxicon > img a.weixing > div.weixin214 > div.wxicon > img |
div.footer-text-sm > p.text > a > img div.footer-text-sm > p.text > a > img |
div.main-container > div > a > img div.main-container > div > a > img |
div.service-bar > ul.service-list > li.service-kefu > img.icon-img div.service-bar > ul.service-list > li.service-kefu > img.icon-img |
ul.service-list > a > li.service-qq > img.icon-img ul.service-list > a > li.service-qq > img.icon-img |
div.service-bar > ul.service-list > li.service-app > img.icon-img div.service-bar > ul.service-list > li.service-app > img.icon-img |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-img |
div.service-bar > ul.service-list > li.service-phone > img.icon-img div.service-bar > ul.service-list > li.service-phone > img.icon-img |
div.service-bar > ul.service-list > li.service-wechat > img.icon-img div.service-bar > ul.service-list > li.service-wechat > img.icon-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback