Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie '58home' is missing the Secure flag
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.
14 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/a346f8dd-090e-4c2e-8ff5-27372e2feaf2)<a href="https://beavercheck.com/results/a346f8dd-090e-4c2e-8ff5-27372e2feaf2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F58.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F58.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~37%.
Page takes 10.0s to load
+12% bounceUsers abandon at ~3s — you're 7.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
2 form field(s) without a label
+4% 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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
28 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
1 broken link(s) on the page
+2% 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,225 investment → ¥20,690/month returns + CNY 50,000,000 risk avoided
¥1,225
4h · 5 findings
¥20,690 /mo
~¥248,275 / year
CNY 50,000,000
if kept compliant
¥700 — 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.
3.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,667 / month at risk
~¥50,000,007 / year if left unfixed
¥50,000,000
¥0.57 /mo
996.4 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
139 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.64 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.
9.98 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| j1.58cdn.com.cn/m58/m3/js/jq.mobi.min_v20190517180203.js | 0.0 ms | 6.4 KiB |
| c.58cdn.com.cn/m58/m3/css/m4/m.all_v20190307183824.css | 0.0 ms | 4.0 KiB |
| c.58cdn.com.cn/m58/m3/css/m5.city_v20180716182440.css | 0.0 ms | 3.4 KiB |
| j1.58cdn.com.cn/m58/m3/js/m3.city.search.js?v=20180716 | 0.0 ms | 2.1 KiB |
| j1.58cdn.com.cn/wuxianfe/m_homepage/nobuild/city_m3.ui_v20250710163140.js | 432000.0 s | 13.9 KiB |
| j1.58cdn.com.cn/m58/m3/js/m.lazyload_v20160812110246.js | 300.0 s | 1.3 KiB |
| /ga/url/?path=/location//locate//eq/fail/denied/&referer=... | 0.0 ms | 560 B |
| img.58cdn.com.cn/m58/m4/index/index_ico5.png | 1728000.0 s | 5.5 KiB |
| m.58.com/ga/url/?path=/location/city/click/&referer=&callback=jsonp_callback2 | 0.0 ms | 545 B |
| img.58cdn.com.cn/m58/m3/img/u_del.png | 1728000.0 s | 4.1 KiB |
| img.58cdn.com.cn/logo/m58/46_44/logo.png | 1728000.0 s | 2.4 KiB |
| img.58cdn.com.cn/m58/m4/index/index_post.png | 1728000.0 s | 508 B |
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| 58.com/ | 1.8 s |
| m.58.com/w/ | 1.8 s |
| m.58.com/bj/ | 3.5 s |
| m.58.com/city.html?from=iperror | 330 ms |
| m.58.com/city.html?from=iperror | 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 |
|---|---|
| m.58.com/city.html?from=iperror | 689 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.
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.
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 |
|---|---|---|
| j1.58cdn.com.cn/wuxianfe/m_homepage/nobuild/city_m3.ui_v20250710163140.js | 13.7 KiB | 5.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| j1.58cdn.com.cn/beidou-sdk/browser/bundle.min.js | 70.6 KiB | 33.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 |
|---|---|
| Style & Layout | 1.6 s |
| Script Evaluation | 829 ms |
| Other | 562 ms |
| Rendering | 210 ms |
| Script Parsing & Compilation | 83 ms |
| Parse HTML & CSS | 61 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
中文最大生活信息门户 div.body_div > div.header > a.logo_a > img | img.58cdn.com.cn/logo/m58/46_44/logo.png |
body > img body > img | /ga/?utmac=MO-35618414-1&utmn=493076949&utmr=http... |
body > img body > img | /ga/?utmac=MO-35618414-1&utmn=1541527709&utmr=htt... |
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.header > div.login > span > a.publish |
A(以A为开头的城市名) div.body_div > div.city_box > h4 > p |
B(以B为开头的城市名) div.body_div > div.city_box > h4 > p |
C(以C为开头的城市名) div.body_div > div.city_box > h4 > p |
D(以D为开头的城市名) div.body_div > div.city_box > h4 > p |
E(以E为开头的城市名) div.body_div > div.city_box > h4 > p |
F(以F为开头的城市名) div.body_div > div.city_box > h4 > p |
G(以G为开头的城市名) div.body_div > div.city_box > h4 > p |
H(以H为开头的城市名) div.body_div > div.city_box > h4 > p |
J(以J为开头的城市名) div.body_div > div.city_box > h4 > p |
K(以K为开头的城市名) div.body_div > div.city_box > h4 > p |
L(以L为开头的城市名) div.body_div > div.city_box > h4 > p |
M(以M为开头的城市名) div.body_div > div.city_box > h4 > p |
N(以N为开头的城市名) div.body_div > div.city_box > h4 > p |
P(以P为开头的城市名) div.body_div > div.city_box > h4 > p |
Q(以Q为开头的城市名) div.body_div > div.city_box > h4 > p |
R(以R为开头的城市名) div.body_div > div.city_box > h4 > p |
S(以S为开头的城市名) div.body_div > div.city_box > h4 > p |
T(以T为开头的城市名) div.body_div > div.city_box > h4 > p |
W(以W为开头的城市名) div.body_div > div.city_box > h4 > p |
X(以X为开头的城市名) div.body_div > div.city_box > h4 > p |
Y(以Y为开头的城市名) div.body_div > div.city_box > h4 > p |
Z(以Z为开头的城市名) div.body_div > div.city_box > h4 > p |
普通版 div.body_div > div.newFooter > p.footer_nav > a |
电脑版 div.body_div > div.newFooter > p.footer_nav > a |
客户端 div.body_div > div.newFooter > p.footer_nav > a#gotodownload |
手机58网:58.com 京公网备案信息11010502000809
京ICP证060405号 | 京ICP备10012705号-2 body > div.body_div > div.newFooter > p.footer_bot |
060405 div.body_div > div.newFooter > p.footer_bot > a |
10012705 div.body_div > div.newFooter > p.footer_bot > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
body > img body > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.city_page html.city_page |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| m.58.com/city.html?from=iperror | Allowed |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://m.58.com/robots.txt |
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 |
|---|---|---|
| 5 | Disallow: link.58.com | Pattern should either be empty, start with "/" or "*" |
| 6 | Disallow: link.58.com/* | Pattern should either be empty, start with "/" or "*" |
| 15 | Disallow: cheapi.58.com* | Pattern should either be empty, start with "/" or "*" |
| 16 | Disallow: cheapi.58.com/* | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
body > img body > img |
body > img body > 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.
3.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
249 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.13 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.
7.32 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.
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 |
|---|---|---|
| /componentsLoader/dist/CompontsLoader_v20260106110154.css... | 3.7 KiB | |
| /git/wuxianfe/pc-static/css/homePage_v20260401102605.css?... | 7.6 KiB | 210 ms |
| c.58cdn.com.cn/ui7/css/easydialog.css | 872 B |
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.newcrop > div > img body.newcrop > div > img | /arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banne... | 124.5 KiB | 91.6 KiB |
div#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img | img.58cdn.com.cn/ui6/index/daojia_hot_icon.png | 57.4 KiB | 56.4 KiB |
body.newcrop > div > img body.newcrop > div > img | j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.png | 12.0 KiB | 11.2 KiB |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 | img.58cdn.com.cn/componentsLoader/img/zufangdetailfooter.png | 15.5 KiB | 8.1 KiB |
ul.icoNav > li#bdfwNav > a.topIco > i ul.icoNav > li#bdfwNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.png | 7.2 KiB | 6.5 KiB |
div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu | wos.58cdn.com.cn/cDazYxWcDHJ/picasso/kju6gnic__w410_h104.png | 10.2 KiB | 6.3 KiB |
ul.icoNav > li#fcNav > a.topIco > i ul.icoNav > li#fcNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.png | 6.6 KiB | 5.8 KiB |
ul.icoNav > li#jzfwNav > a.topIco > i ul.icoNav > li#jzfwNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.png | 6.5 KiB | 5.7 KiB |
ul.icoNav > li#escNav > a.topIco > i ul.icoNav > li#escNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.png | 5.7 KiB | 5.0 KiB |
ul.icoNav > li#eshsNav > a.topIco > i ul.icoNav > li#eshsNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.png | 5.6 KiB | 4.9 KiB |
ul.icoNav > li#zpNav > a.topIco > i ul.icoNav > li#zpNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.png | 5.6 KiB | 4.9 KiB |
ul.icoNav > li#esNav > a.topIco > i ul.icoNav > li#esNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.png | 5.0 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 |
|---|---|
| 58.com/ | 1.2 s |
| bj.58.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bj.58.com/ | 694 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.
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.
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 |
|---|---|---|
| j1.58cdn.com.cn/webim/js/app_v20241211111510.js | 252.2 KiB | 155.3 KiB |
| j1.58cdn.com.cn/webim/js/sdk_v20241211111510.js | 161.1 KiB | 92.4 KiB |
| j1.58cdn.com.cn/git/xxzl-fe/netWatcher/index.js?time=1776893614566 | 91.2 KiB | 65.7 KiB |
| j1.58cdn.com.cn/wmda/js/statistic.js?1776893616024 | 124.4 KiB | 54.3 KiB |
| j1.58cdn.com.cn/resource/xxzl/captcha/js/isd_captcha_v20250604192253.js | 82.8 KiB | 48.6 KiB |
| j1.58cdn.com.cn/resource/xxzl/wl/wl_pc.js | 63.7 KiB | 47.9 KiB |
| j1.58cdn.com.cn/resource/xxzl/wl/wl_pc_v20180820103051.js | 63.7 KiB | 47.9 KiB |
| j1.58cdn.com.cn/git/webrtc/sdk.min_v20230901113648.js | 38.7 KiB | 30.8 KiB |
| j1.58cdn.com.cn/webim/js/shop.web.sdk_v20241211111510.js | 71.2 KiB | 27.4 KiB |
| j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=1776816000000 | 61.8 KiB | 22.8 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 |
|---|---|---|
| j1.58cdn.com.cn/resource/xxzl/tracker/finger.sp.min.js?v=20181012113853 | 9.1 KiB | 3.4 KiB |
| j1.58cdn.com.cn/git/webrtc/wbWebRTC_v20230901113648.js | 4.0 KiB | 2.1 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 |
|---|---|---|
| c.58cdn.com.cn/webim/css/app_v20241211111510.css | 26.0 KiB | 26.0 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 | |
|---|---|
body.newcrop > div > img body.newcrop > div > img | /arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banne... |
body.newcrop > div > img body.newcrop > div > img | j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.png |
中文专业生活信息门户 div#header > div#headerinside > a#logo > img#bigLogo | img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 |
中文专业生活信息门户 div.footer > div#upWrap > a#fotLogo > img | img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 |
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#commonTopbar > div.w > div.bar_left > h2 |
div#searchbar > div#saerkey > span#key > input#keyword div#searchbar > div#saerkey > span#key > input#keyword |
form > div#searchbar > div.inputcon > input#searchbtn form > div#searchbar > div.inputcon > input#searchbtn |
鱼缸 div#searchbar > div#hotwords > span#hot > a |
淘宝美工 div#searchbar > div#hotwords > span#hot > a |
夜班 div#searchbar > div#hotwords > span#hot > a |
日结 div#searchbar > div#hotwords > span#hot > a |
带车司机 div#searchbar > div#hotwords > span#hot > a |
招聘推广 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
个人卖房 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
我要招人 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
免费发布信息 div#homeWrap > div#header > div#headerinside > a#fabu |
修改/删除信息 div#homeWrap > div#header > div#headerinside > a#delinfo |
首页 div#homeWrap > ul#nav > li#homeNav > a.navWit |
58APP div#homeWrap > ul#nav > li#wubaApp > a.navRed |
商家APP div#homeWrap > ul#nav > li#sellerApp > a.navRed |
58公众号 div#homeWrap > ul#nav > li#publicNum > span.navRed |
小程序 div#homeWrap > ul#nav > li#wxxcx > span.navRed |
新车 div#homeWrap > ul#nav > li.navHov > a.navRed |
58贷款 div#homeWrap > ul#nav > li.navHov > a.navRed |
安居客 div#homeWrap > ul#nav > li.navHov > a.navGrey |
英才直聘 div#homeWrap > ul#nav > li.navHov > a.navGrey |
全职 ul.icoNav > li#zpNav > em > a |
兼职 ul.icoNav > li#zpNav > em > a |
招人 ul.icoNav > li#zpNav > em > a |
租房 ul.icoNav > li#fcNav > em > a |
二手房 ul.icoNav > li#fcNav > em > a |
公寓 ul.icoNav > li#fcNav > em > a |
3万内 ul.icoNav > li#escNav > em > a |
SUV ul.icoNav > li#escNav > em > a |
货车 ul.icoNav > li#escNav > em > a |
家具 ul.icoNav > li#esNav > em > a |
家电 ul.icoNav > li#esNav > em > a |
摩托车 ul.icoNav > li#esNav > em > a |
空调 ul.icoNav > li#eshsNav > em > a |
冰箱 ul.icoNav > li#eshsNav > em > a |
家具 ul.icoNav > li#eshsNav > em > a |
保洁 ul.icoNav > li#jzfwNav > em > a |
搬家 ul.icoNav > li#jzfwNav > em > a |
维修 ul.icoNav > li#jzfwNav > em > a |
家装 ul.icoNav > li#bdfwNav > em > a |
租车 ul.icoNav > li#bdfwNav > em > a |
工商 li#bdfwNav > em > span.index_a_red > a |
整租 div.fl > div.board > span.contentAdTilRt > a.null |
合租 div.fl > div.board > span.contentAdTilRt > a.null |
长租公寓 div.fl > div.board > span.contentAdTilRt > a.red |
个人房源 div.fl > div.board > span.contentAdTilRt > a.null |
二手房 div.fl > div.board > span.contentAdTilRt > a.yux |
安选房源 div.fl > div.board > span.contentAdTilRt > a.null |
新房 div.fl > div.board > span.contentAdTilRt > a.red |
商铺出租 div.colWrap > div.fl > div.board > a |
商铺出售 div.colWrap > div.fl > div.board > a |
生意转让 div.colWrap > div.fl > div.board > a |
实勘铺源 div.fl > div.board > span#solid-source > a.reddot |
写字楼出租 div.colWrap > div.fl > div.board > a |
写字楼出售 div.colWrap > div.fl > div.board > a |
办公楼盘 div.colWrap > div.fl > div.board > a.fc-zlp |
联合办公 div.colWrap > div.fl > div.board > a.red |
厂房 div.colWrap > div.fl > div.board > a |
仓库 div.colWrap > div.fl > div.board > a |
土地 div.colWrap > div.fl > div.board > a |
车位 div.colWrap > div.fl > div.board > a |
0-3万 div.fl > div.board > em > a |
3-5万 div.fl > div.board > em > a |
5-8万 div.fl > div.board > em > a |
8-10万 div.fl > div.board > em > a |
10-15万 div.fl > div.board > em.esc_col3 > a |
15-20万 div.fl > div.board > em.esc_col3 > a |
>20万 div.fl > div.board > em.esc_col3 > a |
轿车 div.fl > div.board > em.esc_col5 > a |
跑车 div.fl > div.board > em.esc_col5 > a |
SUV div.fl > div.board > em.esc_col5 > a |
MPV div.fl > div.board > em.esc_col5 > a |
面包车 div.fl > div.board > em.esc_col5 > a |
高价卖车 div.board > h4 > span.miniAdTilRt > a.reddot |
大众 div.fl > div.board > em.esc_col5 > a |
别克 div.fl > div.board > em.esc_col5 > a |
福特 div.fl > div.board > em.esc_col5 > a |
标致 div.fl > div.board > em.esc_col5 > a |
雪佛兰 div.colWrap > div.fl > div.board > a |
丰田 div.fl > div.board > em.esc_col5 > a |
本田 div.fl > div.board > em.esc_col5 > a |
现代 div.fl > div.board > em.esc_col5 > a |
日产 div.fl > div.board > em.esc_col5 > a |
马自达 div.colWrap > div.fl > div.board > a |
五菱 div.fl > div.board > em.esc_col5 > a |
吉利 div.fl > div.board > em.esc_col5 > a |
奇瑞 div.fl > div.board > em.esc_col5 > a |
长安 div.fl > div.board > em.esc_col5 > a |
比亚迪 div.colWrap > div.fl > div.board > a |
奥迪 div.fl > div.board > em.esc_col5 > a |
宝马 div.fl > div.board > em.esc_col5 > a |
奔驰 div.fl > div.board > em.esc_col5 > a |
雷克萨斯 div.colWrap > div.fl > div.board > a |
货车 div.colWrap > div.fl > div.board > a.red |
东风 div.colWrap > div.fl > div.board > a |
解放 div.colWrap > div.fl > div.board > a |
福田 div.colWrap > div.fl > div.board > a |
挂车 div.colWrap > div.fl > div.board > a.red |
载货车 div.colWrap > div.fl > div.board > a |
自卸车 div.colWrap > div.fl > div.board > a |
牵引车 div.colWrap > div.fl > div.board > a |
客车 div.colWrap > div.fl > div.board > a |
工程车 div.fl > div.board > em.esc_col2 > a |
搅拌车 div.fl > div.board > em.esc_col2 > a |
洒水车 div.fl > div.board > em.esc_col2 > a |
挖掘机 div.fl > div.board > em.esc_col2 > a |
SUV div.fl > div.board > em > a |
小型车 div.fl > div.board > em > a |
紧凑型车 div.fl > div.board > em > a |
中型车 div.fl > div.board > em > a |
0-5万 div.fl > div.board > em > a |
5-10万 div.fl > div.board > em > a |
10-15万 div.fl > div.board > em > a |
15-20万 div.fl > div.board > em > a |
国产车 div.fl > div.board > em > a |
更多新车 div.fl > div.board > em > a |
租车 div.fl > div.board > em.qcfw_new > a.red |
货车 div.colWrap > div.fl > div.board > a |
大巴 div.colWrap > div.fl > div.board > a |
中巴 div.colWrap > div.fl > div.board > a |
面包 div.colWrap > div.fl > div.board > a |
买车 div.fl > div.board > em.qcfw_new > a |
4S店 div.fl > div.board > span#qcfw_mc_right > a |
保险 div.fl > div.board > span#qcfw_mc_right > a |
过户验车 div.fl > div.board > span#qcfw_mc_right > a |
以租代购 div.fl > div.board > span#qcfw_mc_right > a |
用车 div.fl > div.board > em.qcfw_new > a |
代办上牌 div.colWrap > div.fl > div.board > a |
改装 div.colWrap > div.fl > div.board > a |
配件 div.colWrap > div.fl > div.board > a |
养车 div.fl > div.board > em.qcfw_new > a |
维修保养 div.colWrap > div.fl > div.board > a |
美容装饰 div.colWrap > div.fl > div.board > a |
学车 div.fl > div.board > em.qcfw_new > a |
驾校 div.fl > div.board > span.inline-block-80 > a |
代驾·司机外派 div.fl > div.board > span.inline-block-80 > a |
陪练 div.fl > div.board > span.inline-block-80 > a.red |
58陪练 div.colWrap > div.fl > div.board > a |
培训 div.fl > div.board > em.qcfw_new > a |
职业 div.colWrap > div.fl > div.board > a |
管理 div.colWrap > div.fl > div.board > a |
设计 div.colWrap > div.fl > div.board > a |
IT div.colWrap > div.fl > div.board > a |
艺术 div.colWrap > div.fl > div.board > a |
体育 div.colWrap > div.fl > div.board > a |
语言 div.colWrap > div.fl > div.board > a |
美容 div.colWrap > div.fl > div.board > a |
餐饮 div.colWrap > div.fl > div.board > a |
技工 div.colWrap > div.fl > div.board > a |
会计 div.colWrap > div.fl > div.board > a |
学历 div.fl > div.board > em.qcfw_new > a.red |
成考 div.colWrap > div.fl > div.board > a |
自考 div.colWrap > div.fl > div.board > a |
考研 div.colWrap > div.fl > div.board > a |
考博 div.colWrap > div.fl > div.board > a |
留学 div.fl > div.board > em.qcfw_new > a |
美国 div.colWrap > div.fl > div.board > a |
日本 div.colWrap > div.fl > div.board > a |
英国 div.colWrap > div.fl > div.board > a |
移民 div.fl > div.board > em.qcfw_new > a |
美国 div.colWrap > div.fl > div.board > a |
加拿大 div.colWrap > div.fl > div.board > a |
澳洲 div.colWrap > div.fl > div.board > a |
58问卷 div.fl > div.board > em > a |
医院挂号 div.fl > div.board > em > a |
保姆/钟点工 div.fl > div.board > em > a#bmzdg |
家电 div.fl > div.board > em > a |
空调 div.colWrap > div.fl > div.board > a.red |
冰箱 div.colWrap > div.fl > div.board > a |
洗衣机 div.colWrap > div.fl > div.board > a |
电视 div.colWrap > div.fl > div.board > a |
音响 div.colWrap > div.fl > div.board > a |
热水器 div.colWrap > div.fl > div.board > a |
家具 div.fl > div.board > em > a |
衣柜 div.colWrap > div.fl > div.board > a |
沙发 div.colWrap > div.fl > div.board > a |
桌子 div.colWrap > div.fl > div.board > a |
椅子凳子 div.colWrap > div.fl > div.board > a |
茶几 div.colWrap > div.fl > div.board > a |
电脑/配件 div.fl > div.board > em > a |
笔记本 div.colWrap > div.fl > div.board > a |
平板 div.colWrap > div.fl > div.board > a |
显示器 div.colWrap > div.fl > div.board > a |
机械/设备 div.fl > div.board > em > a.red |
工厂 div.colWrap > div.fl > div.board > a |
机械 div.colWrap > div.fl > div.board > a |
发电机 div.colWrap > div.fl > div.board > a |
工业物资 div.fl > div.board > em > a |
废纸 div.colWrap > div.fl > div.board > a |
金属 div.colWrap > div.fl > div.board > a |
建筑废料 div.colWrap > div.fl > div.board > a |
塑料 div.colWrap > div.fl > div.board > a |
库存积压 div.colWrap > div.fl > div.board > a |
玻璃 div.colWrap > div.fl > div.board > a |
电池 div.colWrap > div.fl > div.board > a |
纺织皮革 div.colWrap > div.fl > div.board > a |
电子 div.colWrap > div.fl > div.board > a |
奢侈品 div.fl > div.board > em > a |
金银 div.colWrap > div.fl > div.board > a |
礼品 div.colWrap > div.fl > div.board > a |
艺术品 div.colWrap > div.fl > div.board > a |
办公用品 div.fl > div.board > em > a |
打印机 div.colWrap > div.fl > div.board > a |
复印机 div.colWrap > div.fl > div.board > a |
墨盒 div.colWrap > div.fl > div.board > a |
酒店/厨房 div.fl > div.board > em > a |
厨房设备 div.colWrap > div.fl > div.board > a |
酒店设备 div.colWrap > div.fl > div.board > a |
文体用品 div.fl > div.board > em > a |
钢琴 div.colWrap > div.fl > div.board > a |
图书 div.colWrap > div.fl > div.board > a |
桌球 div.colWrap > div.fl > div.board > a |
办公家具 div.fl > div.board > em > a |
老板台 div.colWrap > div.fl > div.board > a |
文件柜 div.colWrap > div.fl > div.board > a |
桌椅 div.colWrap > div.fl > div.board > a |
摩托卖场 div.fl > div.board > em > a |
高性价比家电 div.colWrap > div.fl > div.board > a |
家具·家电·车辆家具送货上门 div.colWrap > div.fl > div.board > h6 |
家具送货上门 div.board > h6 > span.miniAdTilRt > a |
二手家电 div.board > span.jumpBusiness > em > a |
空调 div.fl > div.board > span.jumpBusiness > a.red |
电视 div.fl > div.board > span.jumpBusiness > a |
冰箱 div.fl > div.board > span.jumpBusiness > a |
二手家具 div.board > span.jumpBusiness > em > a.red |
沙发 div.fl > div.board > span.jumpBusiness > a |
桌椅 div.fl > div.board > span.jumpBusiness > a |
办公设备 div.board > span.jumpBusiness > em > a.red |
办公家具 div.fl > div.board > span.jumpBusiness > a |
摩托车 div.board > span.jumpBusiness > em > a |
雅马哈 div.fl > div.board > span.jumpBusiness > a |
本田 div.fl > div.board > span.jumpBusiness > a |
电动车 div.board > span.jumpBusiness > em > a |
自行车 div.fl > div.board > span.jumpBusiness > a |
三轮车 div.fl > div.board > span.jumpBusiness > a |
百货·设备 换季衣服便宜清 div.colWrap > div.fl > div.board > h6 |
换季衣服便宜清 div.board > h6 > span.miniAdTilRt > a |
家居日用 div.board > span.jumpBusiness > em > a |
厨具 div.fl > div.board > span.jumpBusiness > a |
灯具 div.fl > div.board > span.jumpBusiness > a |
床品 div.fl > div.board > span.jumpBusiness > a |
母婴用品 div.board > span.jumpBusiness > em > a |
婴幼服 div.fl > div.board > span.jumpBusiness > a |
玩具 div.fl > div.board > span.jumpBusiness > a |
服装箱包 div.board > span.jumpBusiness > em > a |
手表 div.fl > div.board > span.jumpBusiness > a |
箱包 div.fl > div.board > span.jumpBusiness > a |
服饰 div.fl > div.board > span.jumpBusiness > a |
设备买卖 div.fl > div.board > em > a |
木工 div.colWrap > div.fl > div.board > a |
电力 div.colWrap > div.fl > div.board > a |
仪器 div.colWrap > div.fl > div.board > a |
文体户外 div.board > span.jumpBusiness > em > a.red |
健身 div.fl > div.board > span.jumpBusiness > a |
钢琴 div.fl > div.board > span.jumpBusiness > a.red |
麻将 div.fl > div.board > span.jumpBusiness > a |
艺术收藏 div.fl > div.board > em > a |
古玩 div.colWrap > div.fl > div.board > a |
把件 div.colWrap > div.fl > div.board > a |
字画 div.colWrap > div.fl > div.board > a |
成人用品 div.fl > div.board > em > a |
美容保健 div.colWrap > div.fl > div.board > a.jumpBusiness |
图书音像 div.fl > div.board > em > a.jumpBusiness |
通讯业务 div.colWrap > div.fl > div.board > a |
礼品转让 div.fl > div.board > em > a |
交换 div.colWrap > div.fl > div.board > a |
二手求购 div.fl > div.board > em > a |
其他二手 div.colWrap > div.fl > div.board > a |
更多 div.colWrap > div.fl > div.board > a |
数码·通讯 div.colWrap > div.fl > div.board > h6 |
二手手机 div.board > span.jumpBusiness > em > a |
苹果 div.fl > div.board > span.jumpBusiness > a |
三星 div.fl > div.board > span.jumpBusiness > a |
小米 div.fl > div.board > span.jumpBusiness > a |
台式电脑 div.board > span.jumpBusiness > em > a |
台式机 div.fl > div.board > span.jumpBusiness > a |
硬件 div.fl > div.board > span.jumpBusiness > a |
笔记本 div.board > span.jumpBusiness > em > a |
苹果 div.fl > div.board > span.jumpBusiness > a |
联想 div.fl > div.board > span.jumpBusiness > a |
平板电脑 div.board > span.jumpBusiness > em > a |
三星 div.fl > div.board > span.jumpBusiness > a |
iPad div.fl > div.board > span.jumpBusiness > a |
数码产品 div.board > span.jumpBusiness > em > a |
相机 div.fl > div.board > span.jumpBusiness > a |
游戏机 div.fl > div.board > span.jumpBusiness > a |
二手设备 div.fl > div.board > em > a.red |
机床 div.colWrap > div.fl > div.board > a |
化工 div.colWrap > div.fl > div.board > a |
箱房 div.colWrap > div.fl > div.board > a |
狗狗 div.fl > div.board > em > a |
泰迪 div.colWrap > div.fl > div.board > a |
柯基 div.colWrap > div.fl > div.board > a |
拉布拉多 div.colWrap > div.fl > div.board > a |
哈士奇 div.colWrap > div.fl > div.board > a |
金毛 div.colWrap > div.fl > div.board > a |
阿拉斯加 div.colWrap > div.fl > div.board > a |
斗牛犬 div.colWrap > div.fl > div.board > a |
博美 div.colWrap > div.fl > div.board > a |
萨摩耶 div.colWrap > div.fl > div.board > a |
猫猫 div.fl > div.board > em > a |
短毛猫 div.colWrap > div.fl > div.board > a |
加菲猫 div.colWrap > div.fl > div.board > a |
蓝猫 div.colWrap > div.fl > div.board > a |
用品 div.fl > div.board > em > a |
服务 div.colWrap > div.fl > div.board > a |
鱼缸 div.colWrap > div.fl > div.board > a |
宠物寄养 div.colWrap > div.fl > div.board > a |
包吃包住 div.board > div.col3 > em > a.null |
周末双休 div.board > div.col3 > em > a.reddot |
学习培训 div.fl > div.board > div.col3 > a.red |
超燃招聘季 div.board > div.col3 > em > a.red |
我要招人 div.fl > div.board > div.col3 > a.null |
求职神器 div.board > div.col4 > h4 > a |
央企国企热招 div.board > div.col4 > h4 > a#yqgqrz |
求职金卡 div.board > div.col4 > em > a |
简历置顶 div.board > div.col4 > em > a |
快速求职 div.board > div.col4 > em > a |
热招职位 div.board > div.col4 > h4 > a |
司机/物流 div.board > div.col4 > em > a |
送餐员/外卖骑手 div.fl > div.board > div.col4 > a |
货运司机 div.fl > div.board > div.col4 > a |
商务司机 div.fl > div.board > div.col4 > a |
销售 div.board > div.col4 > em > a |
销售专员 div.fl > div.board > div.col4 > a |
电话销售 div.fl > div.board > div.col4 > a |
网络销售 div.fl > div.board > div.col4 > a |
汽车销售 div.fl > div.board > div.col4 > a |
普工/技工 div.board > div.col4 > em > a |
普工/操作工 div.fl > div.board > div.col4 > a |
装卸/搬运工 div.fl > div.board > div.col4 > a |
焊工 div.fl > div.board > div.col4 > a |
车床工 div.fl > div.board > div.col4 > a |
人事/行政 div.board > div.col4 > em > a |
文员 div.fl > div.board > div.col4 > a |
前台/接待 div.fl > div.board > div.col4 > a |
人事专员/助理 div.fl > div.board > div.col4 > a |
会计 div.fl > div.board > div.col4 > a |
餐饮 div.board > div.col4 > em > a |
服务员 div.fl > div.board > div.col4 > a |
后厨 div.fl > div.board > div.col4 > a |
厨师 div.fl > div.board > div.col4 > a |
配菜/打荷 div.fl > div.board > div.col4 > a |
厨师长 div.fl > div.board > div.col4 > a |
服务业 div.board > div.col4 > em > a |
保洁 div.fl > div.board > div.col4 > a |
健身教练 div.fl > div.board > div.col4 > a |
汽车维修 div.fl > div.board > div.col4 > a |
月嫂 div.fl > div.board > div.col4 > a |
美发/美容 div.board > div.col4 > em > a |
美容师 div.fl > div.board > div.col4 > a |
足疗师 div.fl > div.board > div.col4 > a |
按摩师 div.fl > div.board > div.col4 > a |
美甲师 div.fl > div.board > div.col4 > a |
门店/零售 div.board > div.col4 > em > a |
店员/营业员 div.fl > div.board > div.col4 > a |
收银员 div.fl > div.board > div.col4 > a |
促销/导购员 div.fl > div.board > div.col4 > a |
运营/客服 div.board > div.col4 > em > a |
客服专员/助理 div.fl > div.board > div.col4 > a |
电话客服 div.fl > div.board > div.col4 > a |
售后客服 div.fl > div.board > div.col4 > a |
传媒/影视 div.board > div.col4 > em > a |
模特 div.fl > div.board > div.col4 > a |
演员 div.fl > div.board > div.col4 > a |
带货主播 div.fl > div.board > div.col4 > a |
娱乐主播 div.fl > div.board > div.col4 > a |
生产制造 div.board > div.col4 > em > a |
质量管理/测试 div.fl > div.board > div.col4 > a |
缝纫工 div.fl > div.board > div.col4 > a |
电气工程师 div.fl > div.board > div.col4 > a |
房地产建筑 div.board > div.col4 > em > a |
工程资料员 div.fl > div.board > div.col4 > a |
工程项目管理 div.fl > div.board > div.col4 > a |
木工 div.fl > div.board > div.col4 > a |
安保消防 div.board > div.col4 > em > a |
保安 div.fl > div.board > div.col4 > a |
安检员 div.fl > div.board > div.col4 > a |
安全消防 div.fl > div.board > div.col4 > a |
门卫 div.fl > div.board > div.col4 > a |
更多» div.fl > div.board > div.col4 > a |
门槛低 div.board > div.col3 > em > a |
配送 div.fl > div.board > div.col3 > a |
传单派发 div.fl > div.board > div.col3 > a |
钟点工 div.fl > div.board > div.col3 > a.red |
促销导购 div.fl > div.board > div.col3 > a |
本领强 div.board > div.col3 > em > a |
家教 div.fl > div.board > div.col3 > a |
会计 div.fl > div.board > div.col3 > a |
翻译 div.fl > div.board > div.col3 > a |
美工 div.fl > div.board > div.col3 > a |
法务 div.fl > div.board > div.col3 > a |
服务达人 div.board > div.col3 > em > a |
化妆师 div.fl > div.board > div.col3 > a |
健身教练 div.fl > div.board > div.col3 > a |
护工 div.fl > div.board > div.col3 > a |
汽车陪练 div.fl > div.board > div.col3 > a |
热门搜 div.board > div.col3 > em > a |
礼仪模特 div.fl > div.board > div.col3 > a |
司仪驻唱 div.fl > div.board > div.col3 > a |
更多>> div.fl > div.board > div.col3 > a |
热门行业|场所企业推广 div.fl > div.board > div.col4 > h2 |
服务业 div.board > div.col4 > em > a.red |
客服 div.fl > div.board > div.col4 > a |
保安 div.fl > div.board > div.col4 > a |
服务员 div.fl > div.board > div.col4 > a |
外贸 div.fl > div.board > div.col4 > a |
送餐员 div.fl > div.board > div.col4 > a |
IT|互联网 div.board > div.col4 > em > a |
淘宝美工 div.fl > div.board > div.col4 > a |
淘宝客服 div.fl > div.board > div.col4 > a |
网络销售 div.fl > div.board > div.col4 > a |
程序员 div.fl > div.board > div.col4 > a |
汽车|制造 div.board > div.col4 > em > a |
商务司机 div.fl > div.board > div.col4 > a |
汽车销售 div.fl > div.board > div.col4 > a |
叉车司机 div.fl > div.board > div.col4 > a |
货运司机 div.fl > div.board > div.col4 > a |
金融|会计 div.board > div.col4 > em > a |
会计 div.fl > div.board > div.col4 > a |
外汇 div.fl > div.board > div.col4 > a |
金融 div.fl > div.board > div.col4 > a |
出纳 div.fl > div.board > div.col4 > a |
投资 div.fl > div.board > div.col4 > a |
写字楼 div.board > div.col4 > em > a |
文员 div.fl > div.board > div.col4 > a |
设计师 div.fl > div.board > div.col4 > a |
前台 div.fl > div.board > div.col4 > a |
销售代表 div.fl > div.board > div.col4 > a |
电话销售 div.fl > div.board > div.col4 > a |
商场超市 div.board > div.col4 > em > a |
收银员 div.fl > div.board > div.col4 > a |
促销导购 div.fl > div.board > div.col4 > a |
卖场经理 div.fl > div.board > div.col4 > a |
更多» div.fl > div.board > div.col4 > a |
销售 div.board > div.col4 > em > a |
导购 div.board > div.col4 > em > a |
厨师 div.board > div.col4 > em > a |
房产经纪 div.fl > div.board > div.col4 > a |
文员 div.board > div.col4 > em > a |
收银 div.board > div.col4 > em > a |
配菜 div.board > div.col4 > em > a |
保险经纪 div.fl > div.board > div.col4 > a |
前台 div.board > div.col4 > em > a |
营业员 div.board > div.col4 > em > a |
服务员 div.board > div.col4 > em > a |
人事/行政 div.fl > div.board > div.col4 > a |
客服 div.board > div.col4 > em > a |
保安 div.board > div.col4 > em > a |
洗碗工 div.board > div.col4 > em > a |
平面设计 div.fl > div.board > div.col4 > a |
会计 div.board > div.col4 > em > a |
电工 div.board > div.col4 > em > a |
迎宾 div.board > div.col4 > em > a |
仓库管理 div.fl > div.board > div.col4 > a |
网购卡 div.fl > div.board > em > a |
电影票卡 div.colWrap > div.fl > div.board > a |
手机充值卡 div.colWrap > div.fl > div.board > a |
游乐园景点 div.colWrap > div.fl > div.board > a |
购物卡 div.fl > div.board > em > a |
健身卡 div.colWrap > div.fl > div.board > a.red |
游泳卡 div.colWrap > div.fl > div.board > a |
其他票务 div.colWrap > div.fl > div.board > a |
特价机票 div.fl > div.board > em > a |
搬家 div.board > div#gameCenter > div.fangxinfuwu > a |
装修 div.board > div#gameCenter > div.fangxinfuwu > a |
保姆 div.board > div#gameCenter > div.fangxinfuwu > a |
保洁 div.board > div#gameCenter > div.fangxinfuwu > a |
租车 div.board > div#gameCenter > div.fangxinfuwu > a |
游泳馆 div.fl > div.board > em > a.red |
篮球场 div.fl > div.board > em > a |
健身 div.fl > div.board > em > a |
户外 div.fl > div.board > em > a |
桌游 div.fl > div.board > em > a |
咖啡厅 div.fl > div.board > em > a |
手工坊 div.fl > div.board > em > a |
到家服务 div.rightSideTop > div#wubaDaojia > h2 > a |
灵活用工服务 div.board > div.col2 > em > a.#333333 |
搬家 div.board > div.col4 > em > a |
居民 div.cbp4 > div.board > div.col4 > a |
公司 div.cbp4 > div.board > div.col4 > a |
小型 div.cbp4 > div.board > div.col4 > a |
长途 div.cbp4 > div.board > div.col4 > a |
空调移机 div.cbp4 > div.board > div.col4 > a.red |
设备 div.cbp4 > div.board > div.col4 > a |
保姆 div.board > div.col4 > em > a |
月嫂 div.cbp4 > div.board > div.col4 > a |
育儿嫂 div.cbp4 > div.board > div.col4 > a |
钟点工 div.cbp4 > div.board > div.col4 > a |
催乳师 div.cbp4 > div.board > div.col4 > a |
保姆 div.cbp4 > div.board > div.col4 > a |
保洁 div.board > div.col4 > em > a |
家庭保洁 div.cbp4 > div.board > div.col4 > a |
开荒 div.cbp4 > div.board > div.col4 > a |
空气净化 div.cbp4 > div.board > div.col4 > a |
家务 div.board > div.col4 > em > a |
回收 div.cbp4 > div.board > div.col4 > a.red |
开锁 div.cbp4 > div.board > div.col4 > a |
疏通 div.cbp4 > div.board > div.col4 > a.red |
鲜花 div.cbp4 > div.board > div.col4 > a |
干洗改衣 div.cbp4 > div.board > div.col4 > a |
白事 div.cbp4 > div.board > div.col4 > a |
配送 div.cbp4 > div.board > div.col4 > a |
桶装水 div.cbp4 > div.board > div.col4 > a |
跑腿 div.cbp4 > div.board > div.col4 > a |
粮油副食 div.cbp4 > div.board > div.col4 > a |
煤气 div.cbp4 > div.board > div.col4 > a |
维修 div.board > div.col4 > em > a |
家电 div.cbp4 > div.board > div.col4 > a.red |
房屋 div.cbp4 > div.board > div.col4 > a |
家具 div.cbp4 > div.board > div.col4 > a |
电脑 div.cbp4 > div.board > div.col4 > a.red |
手机 div.cbp4 > div.board > div.col4 > a |
空调 div.cbp4 > div.board > div.col4 > a.red |
数码 div.cbp4 > div.board > div.col4 > a |
家装 div.board > div.col4 > em > a.red |
装修 div.cbp4 > div.board > div.col4 > a |
设计 div.cbp4 > div.board > div.col4 > a |
找散工 div.cbp4 > div.board > div.col4 > a |
建材 div.cbp4 > div.board > div.col4 > a |
家具 div.cbp4 > div.board > div.col4 > a |
家纺 div.cbp4 > div.board > div.col4 > a |
公装 div.board > div.col4 > em > a |
办公室 div.cbp4 > div.board > div.col4 > a.red |
店铺 div.cbp4 > div.board > div.col4 > a |
厂房 div.cbp4 > div.board > div.col4 > a |
餐厅 div.cbp4 > div.board > div.col4 > a |
酒店 div.cbp4 > div.board > div.col4 > a |
自建房 div.cbp4 > div.board > div.col4 > a |
开业 div.board > div.col4 > em > a |
工商注册 div.cbp4 > div.board > div.col4 > a.red |
资料变更 div.cbp4 > div.board > div.col4 > a |
商标专利 div.cbp4 > div.board > div.col4 > a |
起名 div.cbp4 > div.board > div.col4 > a |
财务 div.board > div.col4 > em > a |
投资担保 div.cbp4 > div.board > div.col4 > a |
财务会计 div.cbp4 > div.board > div.col4 > a |
保险 div.cbp4 > div.board > div.col4 > a |
咨询 div.cbp4 > div.board > div.col4 > a |
法律 div.cbp4 > div.board > div.col4 > a |
物流 div.board > div.col4 > em > a |
货运物流 div.cbp4 > div.board > div.col4 > a.red |
快递 div.cbp4 > div.board > div.col4 > a |
货运专线 div.cbp4 > div.board > div.col4 > a |
货架 div.cbp4 > div.board > div.col4 > a |
营销 div.board > div.col4 > em > a |
广告 div.cbp4 > div.board > div.col4 > a |
设计策划 div.cbp4 > div.board > div.col4 > a |
印刷包装 div.cbp4 > div.board > div.col4 > a |
喷绘招牌 div.cbp4 > div.board > div.col4 > a |
礼品定制 div.cbp4 > div.board > div.col4 > a |
展会服务 div.cbp4 > div.board > div.col4 > a |
翻译速记 div.cbp4 > div.board > div.col4 > a |
制卡 div.cbp4 > div.board > div.col4 > a |
IT div.board > div.col4 > em > a |
建网站 div.cbp4 > div.board > div.col4 > a |
网络布线 div.cbp4 > div.board > div.col4 > a |
app开发 div.cbp4 > div.board > div.col4 > a |
网站推广 div.cbp4 > div.board > div.col4 > a |
基建 div.board > div.col4 > em > a |
租赁 div.cbp4 > div.board > div.col4 > a.red |
机械维修 div.cbp4 > div.board > div.col4 > a |
办公维修 div.cbp4 > div.board > div.col4 > a |
建筑维修 div.cbp4 > div.board > div.col4 > a |
小本开店 div.board > div.col4 > em > a.red |
餐饮 div.cbp4 > div.board > div.col4 > a |
服装 div.cbp4 > div.board > div.col4 > a |
网店 div.cbp4 > div.board > div.col4 > a |
快递 div.cbp4 > div.board > div.col4 > a |
礼品 div.cbp4 > div.board > div.col4 > a |
小吃店 div.cbp4 > div.board > div.col4 > a |
加盟即赚 div.board > div.col4 > em > a |
特色 div.cbp4 > div.board > div.col4 > a |
美容 div.cbp4 > div.board > div.col4 > a |
建材 div.cbp4 > div.board > div.col4 > a |
家居 div.cbp4 > div.board > div.col4 > a |
教育 div.cbp4 > div.board > div.col4 > a |
车服务 div.cbp4 > div.board > div.col4 > a |
结婚 div.board > div.col3 > em > a.red |
婚庆 div.cbp4 > div.board > div.col3 > a |
婚车 div.cbp4 > div.board > div.col3 > a |
婚宴 div.cbp4 > div.board > div.col3 > a |
司仪 div.cbp4 > div.board > div.col3 > a |
彩妆 div.cbp4 > div.board > div.col3 > a |
用品 div.cbp4 > div.board > div.col3 > a |
跟拍 div.cbp4 > div.board > div.col3 > a |
摄影 div.board > div.col3 > em > a |
婚纱 div.cbp4 > div.board > div.col3 > a |
儿童 div.cbp4 > div.board > div.col3 > a |
写真 div.cbp4 > div.board > div.col3 > a |
摄像 div.cbp4 > div.board > div.col3 > a |
庆典 div.cbp4 > div.board > div.col3 > a |
演出 div.cbp4 > div.board > div.col3 > a |
场地 div.cbp4 > div.board > div.col3 > a |
周边 div.board > div.col4 > em > a.red |
农家乐 div.cbp4 > div.board > div.col4 > a |
烧烤 div.cbp4 > div.board > div.col4 > a.red |
度假村 div.cbp4 > div.board > div.col4 > a |
采摘 div.cbp4 > div.board > div.col4 > a |
漂流 div.cbp4 > div.board > div.col4 > a.red |
国内 div.board > div.col4 > em > a |
酒店 div.cbp4 > div.board > div.col4 > a |
自驾游 div.cbp4 > div.board > div.col4 > a |
旅行社 div.cbp4 > div.board > div.col4 > a |
出境 div.cbp4 > div.board > div.col4 > a |
签证 div.cbp4 > div.board > div.col4 > a |
跟团 div.cbp4 > div.board > div.col4 > a |
外卖 div.board > div.insideWrap > div.minBodA > a |
快餐 div.board > div.insideWrap > div.minBodA > a |
宴会 div.board > div.insideWrap > div.minBodA > a |
蛋糕 div.board > div.insideWrap > div.minBodA > a |
美食 div.board > div.insideWrap > div.minBodA > a |
西餐 div.board > div.insideWrap > div.minBodA > a |
火锅 div.board > div.insideWrap > div.minBodA > a |
自助 div.board > div.insideWrap > div.minBodA > a |
美容 div.board > div.insideWrap > div.minBodB > a |
祛斑 div.board > div.insideWrap > div.minBodB > a |
美发 div.board > div.insideWrap > div.minBodB > a |
美甲 div.board > div.insideWrap > div.minBodB > a |
纹身 div.board > div.insideWrap > div.minBodB > a.red |
瘦身 div.board > div.insideWrap > div.minBodB > a |
舞蹈 div.board > div.insideWrap > div.minBodB > a |
瑜伽 div.board > div.insideWrap > div.minBodB > a |
产后修复 div.board > div.insideWrap > div.minBodB > a.chxf |
农作物 div.board > div.insideWrap > div.minBodA > a |
农用车 div.board > div.insideWrap > div.minBodA > a |
种苗 div.board > div.insideWrap > div.minBodA > a |
畜禽 div.board > div.insideWrap > div.minBodA > a |
饲料 div.board > div.insideWrap > div.minBodA > a |
园林花卉 div.board > div.insideWrap > div.minBodA > a |
化妆品 div.board > div.insideWrap > div.minBodB > a |
服装 div.board > div.insideWrap > div.minBodB > a |
运动用品 div.board > div.insideWrap > div.minBodB > a |
食品 div.board > div.insideWrap > div.minBodB > a |
礼品 div.board > div.insideWrap > div.minBodB > a |
商超 div.board > div.insideWrap > div.minBodB > a |
安防 div.board > div.insideWrap > div.minBodB > a |
美发 div.board > div.insideWrap > div.minBodA > a |
美容 div.board > div.insideWrap > div.minBodA > a |
瘦身 div.board > div.insideWrap > div.minBodA > a |
产后修复 div.board > div.insideWrap > div.minBodA > a.chxf |
舞蹈瑜伽 div.board > div.insideWrap > div.minBodA > a |
口腔护理 div.board > div.insideWrap > div.minBodA > a |
社保医疗 div.rightSide > div.cbp4 > div.board > a |
社保卡 div.rightSide > div.cbp4 > div.board > a |
公积金 div.rightSide > div.cbp4 > div.board > a |
医疗 div.rightSide > div.cbp4 > div.board > a |
挂号技巧 div.rightSide > div.cbp4 > div.board > a |
低保 div.rightSide > div.cbp4 > div.board > a |
安居客 div#upWrap > ul > li > a |
驾校一点通 div#upWrap > ul > li > a |
英才直聘 div#upWrap > ul > li > a |
58到家 div#upWrap > ul > li > a |
考试宝 div#upWrap > ul > li > a |
常见问题 div#upWrap > ul > li > a |
更多帮助 div#upWrap > ul > li > a |
意见反馈 div#upWrap > ul > li > a |
隐私政策 div#upWrap > ul > li > a |
新浪微博 div#upWrap > ul > li > a |
官网微信 div#upWrap > ul > li#wxfoot > span |
了解58同城 div#upWrap > ul > li > a |
加入58同城 div#upWrap > ul > li > a |
协议及规则公示专区 div#upWrap > ul > li > a |
推广服务 div#upWrap > ul > li > a |
渠道招商 div#upWrap > ul > li > a |
商家推广 div#upWrap > ul > li > a |
维权中心 div#upWrap > ul > li > a |
举报平台 div#upWrap > ul > li > a |
会员介绍 div#upWrap > ul > li > a |
推广热线 div#upWrap > ul > li > a |
开通招聘会员 div#upWrap > ul > li > a |
2005-2028 58.com版权所有 div#commonFooter > div.downWrap > div > em |
京公网备案信息11010502000809 div#commonFooter > div.downWrap > div > a |
京ICP证060405 div#commonFooter > div.downWrap > div > a |
京ICP备10012705号-2 div#commonFooter > div.downWrap > div > a |
津网文(2025)0237-002号 div#commonFooter > div.downWrap > div > a |
乙测资字11513278 div#commonFooter > div.downWrap > div > a |
联系我们 div#commonFooter > div.downWrap > div > a |
人力资源服务许可证 div#commonFooter > div.downWrap > div > a |
广播电视节目制作经营许可证 div#commonFooter > div.downWrap > div > a |
违法信息/未成年人举报:4008135858 jubao@58ganji.com div#commonFooter > div.downWrap > div > em |
员工舞弊举报:wb@58.com div#commonFooter > div.downWrap > div > em |
代理记账许可证 div#commonFooter > div.downWrap > div > a |
算法备案 div#commonFooter > div.downWrap > div > a |
公司主体:北京五八信息技术有限公司 div.footer > div#commonFooter > div.company-subject > span |
官方客服:10105858 div.footer > div#commonFooter > div.company-subject > 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#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm |
body.newcrop > div > img body.newcrop > div > img |
body.newcrop > div > img body.newcrop > div > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#searchbar > div#saerkey > span#key > input#keyword div#searchbar > div#saerkey > span#key > input#keyword |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.newcrop > iframe#webimIframe body.newcrop > iframe#webimIframe |
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#homeWrap > ul#nav > li.navHovRt > a.conGrey_m div#homeWrap > ul#nav > li.navHovRt > a.conGrey_m |
div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div.board > div.col4 > em > a div.board > div.col4 > em > a |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_1 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_1 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_3 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_3 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_5 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_5 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_6 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_6 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
高价卖车 div.colWrap > div.fl > div.board > h4 |
家具·家电·车辆家具送货上门 div.colWrap > div.fl > div.board > h6 |
求职神器 央企国企热招 div.fl > div.board > div.col4 > h4 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. |
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.
| Description |
|---|
Uncaught TypeError: Cannot read properties of null (reading 'city') |
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.
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#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm |
body.newcrop > div > img body.newcrop > div > img |
body.newcrop > div > img body.newcrop > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback