Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/d351b2a1-e2f7-4d11-9371-9e1c026e01b3)<a href="https://beavercheck.com/results/d351b2a1-e2f7-4d11-9371-9e1c026e01b3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ft.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ft.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
12 barrier(s) likely increasing bounce by ~39%.
Page takes 13.2s to load
+12% bounceUsers abandon at ~3s — you're 10.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 397ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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,575 investment → ¥7,258/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥7,258 /mo
~¥87,098 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,670 / month at risk
~¥50,000,035 / year if left unfixed
¥50,000,000
¥2.89 /mo
5063.2 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.
11.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
397 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.102
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.01 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
13.48 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/001nH8D1ly1icfspsvkj8j60k00u079n02.jpg | 44.5 KiB | 33.2 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/001nH8D1ly1icfsprhwprj60i00u042102.jpg | 38.4 KiB | 25.9 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx4.sinaimg.cn/orj360/001nH8D1ly1icfspsajryj60i00u078c02.jpg | 37.6 KiB | 25.0 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/008DXuuhgy1ic391t0qjyj32c0340b2c.jpg | 34.8 KiB | 24.3 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/0071HJT5gy1icarjpmm2ej30u011h48r.jpg | 33.7 KiB | 24.3 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/001nH8D1ly1icfspqv3vnj60i00u0adu02.jpg | 34.3 KiB | 21.7 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/005F4Uyxgy1icbw6l5j8pj647s6bk1kz02.jpg | 32.8 KiB | 21.5 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/001nH8D1ly1icfspr5pesj60sc0u042g02.jpg | 27.0 KiB | 19.1 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/0071HJT5gy1icarjp59sej30u00u011c.jpg | 26.3 KiB | 18.7 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/005F4Uyxgy1icbw6cgllqj62jq3tl7wj02.jpg | 29.7 KiB | 18.4 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/aabef133gy1ice566ngtcj20u01dw123.jpg | 31.4 KiB | 18.3 KiB |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img | wx3.sinaimg.cn/orj480/632b7966gy1icemfm895zj20k00zkwft.jpg | 35.2 KiB | 17.0 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/0071HJT5gy1icarjq1lecj30n00h4dlh.jpg | 26.9 KiB | 16.8 KiB |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img | wx1.sinaimg.cn/orj480/7880e13bly1icfeqxoc13j20u01hc403.jpg | 30.7 KiB | 14.8 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/005F4Uyxgy1icbw6gfol1j66bk47se8302.jpg | 25.6 KiB | 14.3 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/aabef133gy1ice566c5tuj20u01dwwms.jpg | 26.8 KiB | 13.8 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/92aeec11gy1icfu0s8y4rj21o02yok5x.jpg | 26.7 KiB | 12.7 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/005F4Uyxgy1icbw6ikxzuj66bk47sb2b02.jpg | 23.6 KiB | 12.3 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/92aeec11gy1icfu0sq2dbj20zk1r8jwg.jpg | 26.0 KiB | 12.1 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/005F4Uyxgy1icbw6ebm9mj64802tce8302.jpg | 23.1 KiB | 11.8 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/0071HJT5gy1icarjqhgtnj30yi0u0qcm.jpg | 19.5 KiB | 10.8 KiB |
[doge] div.weibo-og > div.weibo-text > span.url-icon > img | face.t.sinajs.cn/t4/appstyle/expression/ext/normal/e6/2018_doge_mobile.png | 10.9 KiB | 10.7 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/0071HJT5gy1icarjonwxbj30u00q7n5s.jpg | 19.4 KiB | 10.7 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx2.sinaimg.cn/orj360/0071HJT5gy1icarjo8d77j30u00q7do7.jpg | 19.2 KiB | 10.6 KiB |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/001nH8D1ly1icfspsn707j60i00u0gnl02.jpg | 23.1 KiB | 10.6 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx4.sinaimg.cn/orj360/9be1fb42gy1ic1tpvymjcj21401hcgv8.jpg | 20.1 KiB | 10.1 KiB |
[爱你] div.weibo-og > div.weibo-text > span.url-icon > img | face.t.sinajs.cn/t4/appstyle/expression/ext/normal/db/201810_aini_mobile.png | 9.9 KiB | 9.8 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx3.sinaimg.cn/orj360/008DXuuhgy1ic391q8ocyj33b04eohdw.jpg | 19.0 KiB | 9.6 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/9be1fb42gy1ic1tnr5etqj23b04eo7wl.jpg | 17.3 KiB | 8.7 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.1080.1080.180/92aeec11ly8hlwg775m3ej20u00u0wgf.... | 8.9 KiB | 8.4 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.1002.1002.180/001OB6Hcly8gvfa3k0g6sj60ru0rumzh0... | 8.3 KiB | 7.8 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.480.480.180/0071HJT5ly8i67n48kb48j30dc0dc0tg.jp... | 7.8 KiB | 7.3 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.640.640.180/7880e13bly8h6lda61nrbj20hs0hst98.jp... | 7.6 KiB | 7.1 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/92aeec11gy1icfu0rc4ulj235s23v1kx.jpg | 18.9 KiB | 7.1 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.1080.1080.180/008qQ4IRly8i4y6i928eyj30u00u0zm8.... | 7.1 KiB | 6.6 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.512.512.180/005F4Uyxly8hbmttknd2oj60e80e8dgc02.... | 6.8 KiB | 6.3 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.512.512.180/aabef133ly8i2elb8vlpqj20e80e8gme.jp... | 6.7 KiB | 6.2 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.1080.1080.180/9be1fb42ly8ibrabja49nj20u00u0gny.... | 6.6 KiB | 6.0 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/007ukacEly1ic2trg7de4j30hs0dbdhb.jpg | 16.1 KiB | 5.6 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.629.629.180/008DXuuhly8i95xy4icsdj30hh0hhaap.jp... | 6.1 KiB | 5.6 KiB |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img | wx1.sinaimg.cn/orj360/007ukacEly1ic2trghwcfj30hs0dbdhc.jpg | 16.1 KiB | 5.6 KiB |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_1.png | 4.9 KiB | 4.8 KiB |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png | 4.8 KiB | 4.7 KiB |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_9.png | 4.8 KiB | 4.7 KiB |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_3.png | 4.8 KiB | 4.7 KiB |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img | /crop.0.0.1080.1080.180/007ukacEly8icadsq0r62j30u00u0wga.... | 4.5 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.
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 |
|---|---|---|
| js.t.sinajs.cn/static/validate-loader.umd.cjs | 2.7 KiB | 970 ms |
| h5.sinaimg.cn/upload/1005/16/2017/11/30/wbp.js | 1.7 KiB | |
| h5.sinaimg.cn/marvel/v1.4.11/css/lib/base.css | 11.1 KiB | 756 ms |
| h5.sinaimg.cn/marvel/v1.4.11/css/card/cards.css | 11.2 KiB | 151 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| t.cn/ | 1.5 s |
| weibo.com/ | 800 ms |
| weibo.com/ | 1.0 s |
| m.weibo.cn/?&jumpfrom=weibocom | 750 ms |
| weibo.com/ | 500 ms |
| m.weibo.cn/?&jumpfrom=weibocom | 434 ms |
| /visitor/visitor?entry=sinawap&a=enter&url=https%3A%2F%2F... | 330 ms |
| m.weibo.cn/?&jumpfrom=weibocom | 0.0 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 |
|---|---|
body body | 0.101 |
| 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| h5.sinaimg.cn/m/weibo-lite/css/vendor.100ddfd0.css | 13.5 KiB | 13.5 KiB |
| h5.sinaimg.cn/m/weibo-lite/css/app.dc6d3355.css | 14.2 KiB | 13.0 KiB |
| h5.sinaimg.cn/m/weibo-lite/css/collect-main-page-profile-statusLite.3f0735fa.css | 12.6 KiB | 12.0 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 |
|---|---|---|
| h5.sinaimg.cn/m/weibo-lite/js/vendor.13f588de.js | 327.4 KiB | 220.8 KiB |
| h5.sinaimg.cn/m/weibo-lite/js/main.b53719c4.js | 34.0 KiB | 24.3 KiB |
| h5.sinaimg.cn/m/weibo-lite/js/collect-main-page-profile-statusLite.e90e10b5.js | 30.1 KiB | 20.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m.weibo.cn/?&jumpfrom=weibocom | 1.9 s | 19 ms | 4.4 ms |
| h5.sinaimg.cn/m/weibo-lite/js/main.b53719c4.js | 1.3 s | 946 ms | 41 ms |
| Unattributable | 933 ms | 50 ms | 0.0 ms |
| h5.sinaimg.cn/m/weibo-lite/js/app.341d5ed1.js | 455 ms | 413 ms | 17 ms |
| visitor.passport.weibo.cn/js/visitor/mini_original.js?v=20161116 | 269 ms | 218 ms | 23 ms |
| h5.sinaimg.cn/m/weibo-lite/js/vendor.13f588de.js | 226 ms | 12 ms | 183 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.8 s |
| Script Evaluation | 1.7 s |
| Style & Layout | 764 ms |
| Rendering | 603 ms |
| Script Parsing & Compilation | 337 ms |
| Parse HTML & CSS | 102 ms |
| Garbage Collection | 44 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 |
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.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_9.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_1.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_1.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_1.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_2.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_3.png |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_1.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button |
div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button |
div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button |
div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button div.weibo-media-wraps > div.card-video > div.mwb-video > button.mwbv-play-button |
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 |
|---|
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-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.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box div.card-wrap > header.weibo-top > div.m-avatar-box > a.m-img-box |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
大家都在搜:中国交警雨天执勤的视频在国外火了 a.nav-search > aside > label.m-search > div.m-text-cut |
下拉刷新 div.main-wrap > div > div.m-tips > span.main-link |
4-19 02:37 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
4-11 15:10 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone 17 Pro Max div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
14小时前 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 微博视频号 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
已编辑 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
17小时前 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 微博视频号 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
9小时前 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
已编辑 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
4-11 06:21 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone客户端 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
4-10 09:34 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone客户端 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
4-21 11:15 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 微博视频号 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
4-18 03:09 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone 14 Pro div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
9小时前 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
4-17 14:11 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 微博视频号 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
4-21 01:17 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone客户端 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
@华晨宇yu div.card-wrap > div.weibo-og > div.weibo-text > a |
@华晨宇yu div.card-wrap > div.weibo-og > div.weibo-text > a |
全文 div.card-wrap > div.weibo-og > div.weibo-text > a |
These are opportunities to improve the legibility of your content.
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.android html.android |
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 |
|---|---|
| weibo.com/ | Allowed |
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. |
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.main-wrap > div.lite-topbar > div.nav-top > a.nav-search |
登录/注册 div#app > div.main-wrap > div.login-box > a.m-btn |
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 |
|---|
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box3 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
div.weibo-text > a > span.url-icon > img div.weibo-text > a > span.url-icon > img |
div.card-video > div.mwb-video > div.m-img-box > img div.card-video > div.mwb-video > div.m-img-box > img |
header.weibo-top > div.m-avatar-box > a.m-img-box > img header.weibo-top > div.m-avatar-box > a.m-img-box > img |
div.m-text-box > a > h3.m-text-cut > img.m-icon div.m-text-box > a > h3.m-text-cut > img.m-icon |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img |
ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-img ul.m-auto-list > li.m-auto-box2 > div.m-img-box > img.f-bg-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.
6.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
295 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.50 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.53 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.grayTheme > div.woo-box-flex > div._videoc_1g9nl_3 > video._video_1g9nl_3 div.grayTheme > div.woo-box-flex > div._videoc_1g9nl_3 > video._video_1g9nl_3 | a.sinaimg.cn/mintra/pic/2112130400/18weibo_login.png | 516.1 KiB | 413.0 KiB |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img | /crop.58.61.875.875.1024/001R0E0aly8h8vg6xx3srj60rs0rsdko... | 185.8 KiB | 185.4 KiB |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img | /crop.0.0.1080.1080.1024/005IMuZvly8ibj92sisqcj60u00u0q52... | 80.1 KiB | 79.9 KiB |
div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 | a.sinaimg.cn/mintra/pic/2201190827/32aria.png | 55.6 KiB | 55.1 KiB |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img | /crop.0.0.1080.1080.1024/e8715032ly8fxtwzkdg6jj20u00u00tj... | 23.7 KiB | 23.6 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx4.sinaimg.cn/orj360/006jfIhWly1iceiv8i91nj323w35shdt.jpg | 15.3 KiB | 13.2 KiB |
[憧憬] div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > img | /t4/appstyle/expression/ext/normal/77/201810_xingxingyan_... | 12.8 KiB | 12.7 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx4.sinaimg.cn/orj360/006jfIhWly1iceiv2luk8j323w35shdt.jpg | 14.0 KiB | 12.1 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx2.sinaimg.cn/orj360/006jfIhWly1iceiv5elhqj323w35snpd.jpg | 13.1 KiB | 11.3 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx2.sinaimg.cn/orj360/006jfIhWly1iceiv9b211j323w35sb29.jpg | 11.7 KiB | 10.1 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx2.sinaimg.cn/orj360/006jfIhWly1iceiv6z4usj323736t1kx.jpg | 11.0 KiB | 9.5 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx4.sinaimg.cn/orj360/006jfIhWly1iceiv4fxhvj323r35x1kx.jpg | 10.9 KiB | 9.4 KiB |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img | wx3.sinaimg.cn/orj480/001R0E0aly1icdk2v6yytj61hc0u01ky02.jpg | 32.5 KiB | 9.2 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx3.sinaimg.cn/orj360/006jfIhWly1iceiv3plb9j335s23wb29.jpg | 10.7 KiB | 8.1 KiB |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img | /crop.0.0.512.512.1024/006jfIhWly8hdl2ohox3tj30e80e83yg.j... | 8.2 KiB | 8.1 KiB |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img | wx2.sinaimg.cn/orj480/e8715032ly1ic9ubebodbj22o01i0e82.jpg | 27.5 KiB | 7.8 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx2.sinaimg.cn/orj360/006jfIhWly1iceiv7podxj335s23w7wh.jpg | 8.0 KiB | 6.0 KiB |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg | h5.sinaimg.cn/upload/108/1866/2022/11/02/vvip_4.png | 5.9 KiB | 5.8 KiB |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg | h5.sinaimg.cn/upload/108/1866/2022/11/02/vvip_2.png | 5.8 KiB | 5.7 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 | wx3.sinaimg.cn/orj360/006jfIhWly1iceiv6as9jj335s23we81.jpg | 6.3 KiB | 4.8 KiB |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg | h5.sinaimg.cn/upload/108/1866/2022/11/02/svip_9.png | 4.8 KiB | 4.8 KiB |
[不愧是你] div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > img | face.t.sinajs.cn/t4/appstyle/expression/ext/normal/2b/2025_ItsYou_mobile.png | 4.4 KiB | 4.4 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.
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 |
|---|---|---|
| js.t.sinajs.cn/static/validate-loader.umd.cjs | 2.6 KiB | 364 ms |
| h5.sinaimg.cn/m/reward-pc-kits/style.css?version=2.1.5 | 19.4 KiB | 244 ms |
| h5.sinaimg.cn/m/weibo-pro-next/assets/index-0ZNk6X-s.css | 220.7 KiB | 280 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| t.cn/ | 1.0 s |
| weibo.com/ | 883 ms |
| weibo.com/ | 237 ms |
| /visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2... | 317 ms |
| weibo.com/ | 238 ms |
| weibo.com/ | 0.0 ms |
| /visitor/visitor?entry=miniblog&a=enter&url=https%3A%2F%2... | 680 ms |
| /visitor/visitor?a=crossdomain&s=_2AkMetbnIf8NxqwFRm_sdym... | 846 ms |
| weibo.com/ | 0.0 ms |
| weibo.com/newlogin?url=https%3A%2F%2Fweibo.com%2F | 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.
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 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 |
|---|---|---|
| h5.sinaimg.cn/m/weibo-pro-next/assets/index-0ZNk6X-s.css | 219.9 KiB | 204.7 KiB |
| h5.sinaimg.cn/m/reward-pc-kits/style.css?version=2.1.5 | 18.7 KiB | 16.8 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 |
|---|---|---|
| h5.sinaimg.cn/m/weibo-pro-next/assets/index-aFYRJ6nf.js | 1.8 MiB | 1.3 MiB |
| h5.sinaimg.cn/m/reward-pc-kits/sdk.js?version=2.1.5 | 65.3 KiB | 52.7 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.0 s |
| Script Evaluation | 1.0 s |
| Style & Layout | 451 ms |
| Rendering | 204 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 45 ms |
| Script Parsing & Compilation | 31 ms |
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 | |
|---|---|
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img | wx3.sinaimg.cn/orj480/006K3Bq7ly1icb8u1kvfhj30u0140qco.jpg |
div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 | a.sinaimg.cn/mintra/pic/2201190827/32aria.png |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img | wx3.sinaimg.cn/orj480/001R0E0aly1icdk2v6yytj61hc0u01ky02.jpg |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img | wx2.sinaimg.cn/orj480/e8715032ly1ic9ubebodbj22o01i0e82.jpg |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 | simg.s.weibo.com/imgtool/20241104_20241104_zhongbang_icon.png |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 | simg.s.weibo.com/imgtool/20230831_20230830_piyao_%403x.png |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 | simg.s.weibo.com/moter/flags/2_0.png |
div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 | d.sinaimg.cn/prd/106/1683/2026/02/28/feed_icon_shumiao2x.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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
vip2 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip4 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip9 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip9 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip4 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
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_1g9nl_41 > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
热门推荐 div > a.router-link-active > div.woo-box-flex > span._text_118ye_24 |
热门 div.u-col-8 > div.woo-box-item-inlineBlock > div.woo-box-flex > div.wbpro-textcut |
昨天 02:20 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
浙江卫视《奔跑吧》官方微博 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > div._cut_1tpft_29 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
#范丞丞孟子义雷霆首发跑男谐音梗# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@范丞丞Adam0616 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@孟子义 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
#奔跑吧# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
#奔跑吧14# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
展开 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > span.expand |
3066 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > span._num_198pe_46 |
2066 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
3.7万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
昨天 01:55 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
新华社法人微博 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > div._cut_1tpft_29 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
#黑夜告白定档# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
#黑夜告白要来楼版预告# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
#黑夜告白# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@潘粤明 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@王鹤棣_Dylan div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@演员任敏 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@姜珮瑶 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@赵虎子 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@江奇霖70 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@宋霄瑛子 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@郑奇 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
@陈玺旭 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
新华社的微博视频 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
5万 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > span._num_198pe_46 |
7846 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
9.5万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
TF家族超话 div.woo-box-flex > div.woo-box-flex > a._superText_ygi5b_131 > span |
4-17 10:00 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
北京时代峰峻文化艺术发展有限公司TF家族练习生官方微博 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > div._cut_1tpft_29 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
TF家族超话 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
#千万分之一的我# div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > a |
展开 div.wbpro-feed-content > div._text_hwnxp_2 > div._wbtext_hwnxp_14 > span.expand |
29.1万 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > span._num_198pe_46 |
6.7万 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
187万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
昨天 09:14 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
时代少年团组合成员 丁程鑫 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > div._cut_1tpft_29 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
65.6万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
登录/注册 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
点击刷新 div > div.woo-box-flex > div.woo-box-flex > span.f13 |
热搜 div._tab_6gjua_24 > div.woo-box-flex > div.woo-box-item-flex > div._tabItem_6gjua_33 |
31582 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
28234 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
27155 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
22:22登顶 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
16795 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
57646 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
56097 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
55676 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
55348 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
10 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.rank |
27124 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
查看完整热搜榜单 div.wbpro-side-bottom > a._default_129qs_2 > div.woo-box-flex > span |
微博客服 4000-960-960 div.scale > div._item_paixt_5 > div.woo-box-flex > a |
自助服务中心 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
常见问题 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
微博营销 div.scale > div._item_paixt_5 > div.woo-box-flex > a |
合作热线 4000-980-980 div.scale > div._item_paixt_5 > div.woo-box-flex > span._contentItem_paixt_29 |
开放平台 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
更多 div.woo-box-flex > div.woo-pop-wrap > span.woo-pop-ctrl > span._contentItem_paixt_29 |
违规投诉 010-60618076 div.scale > div._item_paixt_5 > div.woo-box-flex > span |
处理大厅 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
舞弊举报 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
更多 div.woo-box-flex > div.woo-pop-wrap > span.woo-pop-ctrl > span._contentItem_paixt_29 |
About Weibo div.scale > div._item_paixt_5 > div.woo-box-flex > a |
客户端下载 div.woo-box-flex > div.woo-pop-wrap > span.woo-pop-ctrl > span._contentItem_paixt_29 |
微博招聘 div.scale > div._item_paixt_5 > div.woo-box-flex > a._contentItem_paixt_29 |
网站备案信息 div.woo-box-flex > div.woo-pop-wrap > span.woo-pop-ctrl > span._contentItem_paixt_29 |
微博隐私安全中心 div.scale > div._item_paixt_5 > div.woo-box-flex > a |
Copyright © 2009-2026
营业执照 div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > span._cricon_paixt_32 |
营业执照 div.scale > div._item_paixt_5 > span._cricon_paixt_32 > 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 |
|---|
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 |
div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img |
div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 |
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 |
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 |
|---|---|
| weibo.com/ | Allowed |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._focusImg_a3hty_23 |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div > div._poster_1wzqt_135 > div.woo-box-flex > img div > div._poster_1wzqt_135 > div.woo-box-flex > img |
header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img header.woo-box-flex > a._default_fvu9w_3 > div.woo-avatar-main > img.woo-avatar-img |
div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg div.woo-box-flex > span.woo-icon-wrap > span.woo-icon-main > img.woo-icon-vipimg |
div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 div.woo-box-flex > div.woo-box-flex > a._fans_1qsx1_2 > img._custom_1qsx1_8 |
div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img |
div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-3 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 a._none_129qs_13 > div.woo-box-flex > div.icon > img._icon_6gjua_18 |
div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 div.wbpro-side-copy-inner > div.scale > div._item_paixt_5 > img._aria_paixt_58 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.woo-box-flex > div._main_1z046_16 > div.woo-box-flex > a._alink_1z046_65 |
登录 div.woo-box-flex > div > div.woo-box-flex > a._btn_z2biq_2 |
注册 div.woo-box-flex > div > div.woo-box-flex > a._btn_z2biq_2 |
To appear in search results, crawlers need access to your app.
Send Feedback