Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
Soft 404: server returns HTTP 200 for non-existent pages
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/ab0a6235-1203-4917-bbd0-9cae60efa646)<a href="https://beavercheck.com/results/ab0a6235-1203-4917-bbd0-9cae60efa646"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fweibo.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fweibo.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~40%.
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
Page feels frozen for 822ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,575 investment → ¥20,575/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥20,575 /mo
~¥246,904 / 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,037 / year if left unfixed
¥50,000,000
+1 more
¥3.10 /mo
5421.5 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.
6.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
822 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.
7.81 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.64 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| h5.sinaimg.cn/upload/1005/16/2017/11/30/wbp.js | 1.9 KiB | |
| h5.sinaimg.cn/marvel/v1.4.11/css/card/cards.css | 11.4 KiB | 156 ms |
| h5.sinaimg.cn/marvel/v1.4.11/css/lib/base.css | 11.6 KiB | 769 ms |
| js.t.sinajs.cn/static/validate-loader.umd.cjs | 2.9 KiB | 772 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| h5.sinaimg.cn/marvel/v1.4.11/font/marvelfont.woff | 5.0 ms |
| h5.sinaimg.cn/m/weibo-lite/fonts/iconfont.78eb594e.ttf | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.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/002TLsr9ly1ic7smn5qnvj60dc0hs43z02.jpg | 66.9 KiB | 48.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/88dd65e5gy1ibrh5ugus1j220630ahdw.jpg | 57.6 KiB | 46.2 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/4aa2c778gy1ic1t9amk5sj240o51bnpk.jpg | 41.3 KiB | 31.4 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/88dd65e5gy1ibrhb63xsdj247s2t41l6.jpg | 40.7 KiB | 29.4 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/0095Dxjgly1ic8v44k44uj30u013zqfz.jpg | 39.3 KiB | 29.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 | wx4.sinaimg.cn/orj360/88dd65e5gy1ibrh516r7ij22o53c6x6u.jpg | 37.7 KiB | 28.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 | wx4.sinaimg.cn/orj360/88dd65e5gy1ibrh66umprj24mo3344qv.jpg | 36.6 KiB | 25.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 | wx2.sinaimg.cn/orj360/001kbE9jly1ic4b35g147j60u01hck9702.jpg | 38.6 KiB | 25.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/88dd65e5gy1ibrh66junnj21w82dakjn.jpg | 33.8 KiB | 24.4 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/007YAdaely1ic8cy2o5ukj30u01hcad0.jpg | 48.4 KiB | 23.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 | wx4.sinaimg.cn/orj360/007c1fKOgy1ic8ej8bjnej30u01r112l.jpg | 39.0 KiB | 22.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 | wx2.sinaimg.cn/orj360/88dd65e5gy1ibrh65r3mdj24g02yoe86.jpg | 31.3 KiB | 20.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 | wx4.sinaimg.cn/orj360/88dd65e5gy1ibrh6569g9j24g02yo4qv.jpg | 30.8 KiB | 19.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 | wx4.sinaimg.cn/orj360/88dd65e5gy1ibrh5kx1klj24cs2wje84.jpg | 27.7 KiB | 16.4 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/88dd65e5gy1ibrh5j4rxlj230a2061l0.jpg | 27.5 KiB | 16.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/0095Dxjgly1ic8v453zooj30u0141tgu.jpg | 25.8 KiB | 15.8 KiB |
[吃瓜] div.weibo-og > div.weibo-text > span.url-icon > img | face.t.sinajs.cn/t4/appstyle/expression/ext/normal/0b/201810_chigua_mobile.png | 12.6 KiB | 12.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/0095Dxjgly1ic8v4442vvj30u014079s.jpg | 22.0 KiB | 12.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/006eKnyFly1ic7ohwbf55j32bx2w5e82.jpg | 21.6 KiB | 11.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 | wx1.sinaimg.cn/orj360/0095Dxjgly1ic8v43u1iog30k00qohdu.gif | 17.7 KiB | 9.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 | wx4.sinaimg.cn/orj360/006eKnyFly1ic7ohxkn6tj30xh1wfne2.jpg | 24.9 KiB | 8.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/001kbE9jly1ic4b2zqbolj64eo3b0e8602.jpg | 18.2 KiB | 8.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/0095Dxjgly8ic6i4yp0cbj30u00u0tby.... | 8.2 KiB | 7.7 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/001cv57igy1ic1euqeg1tj60u0140n2y02.jpg | 14.4 KiB | 7.2 KiB |
[照相机] div.weibo-og > div.weibo-text > span.url-icon > img | /t4/appstyle/expression/ext/normal/aa/201810_zhaoxiangji_... | 7.2 KiB | 7.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 | wx2.sinaimg.cn/orj360/0095Dxjgly1ic8v45cfguj30u01hctcy.jpg | 17.7 KiB | 6.5 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/001kbE9jly8i057yr9cw8j60u00u0wip0... | 6.7 KiB | 6.2 KiB |
[好喜欢] div.weibo-og > div.weibo-text > span.url-icon > img | /t4/appstyle/expression/ext/normal/f2/201810_haoxihuan_mo... | 6.0 KiB | 5.9 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/630f2968ly8i3gsxoz8cjj20hs0hsaaq.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/007ukacEly1ic2trg7de4j30hs0dbdhb.jpg | 16.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 |
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/007DhR7Gly8ibcbh9spskj30ru0rumyu.... | 6.0 KiB | 5.5 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.600.600.180/007c1fKOly8ic8g9ybteaj30go0gowf3.jp... | 5.9 KiB | 5.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.512.512.180/4aa2c778ly8ic8th5ujbsj20e80e8dg8.jp... | 5.8 KiB | 5.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.1080.1080.180/007YAdaely8hue6u20f9xj30u00u00ud.... | 5.6 KiB | 5.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.1018.1018.180/0033ImPzly8h8vgemh8kxj60sa0sadgw0... | 5.5 KiB | 5.0 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.11.10.275.275.180/005vnhZYly8ftjmwo0bx4j308c08cq32.... | 5.4 KiB | 4.9 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_6.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_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_3.png | 4.8 KiB | 4.7 KiB |
[不愧是你] div.weibo-og > div.weibo-text > span.url-icon > img | face.t.sinajs.cn/t4/appstyle/expression/ext/normal/2b/2025_ItsYou_mobile.png | 4.4 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 |
|---|---|
| weibo.com/ | 1.4 s |
| m.weibo.cn/?&jumpfrom=weibocom | 1.7 s |
| /visitor/visitor?entry=sinawap&a=enter&url=https%3A%2F%2F... | 435 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 | |
| 0.000 |
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.1 s | 13 ms | 3.2 ms |
| h5.sinaimg.cn/m/weibo-lite/js/main.b53719c4.js | 1.1 s | 718 ms | 18 ms |
| Unattributable | 656 ms | 38 ms | 0.0 ms |
| h5.sinaimg.cn/m/weibo-lite/js/app.341d5ed1.js | 314 ms | 290 ms | 9.5 ms |
| visitor.passport.weibo.cn/js/visitor/mini_original.js?v=20161116 | 194 ms | 159 ms | 14 ms |
| h5.sinaimg.cn/m/weibo-lite/js/vendor.13f588de.js | 179 ms | 8.9 ms | 145 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 |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 1.2 s |
| Style & Layout | 561 ms |
| Rendering | 341 ms |
| Script Parsing & Compilation | 225 ms |
| Parse HTML & CSS | 87 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_6.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_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 |
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_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/vip_7.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/vip_7.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/vip_7.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-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 |
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.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 |
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 |
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-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 |
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 |
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 |
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 |
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 |
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 |
|---|
大家都在搜:Bin 小奶油 a.nav-search > aside > label.m-search > div.m-text-cut |
下拉刷新 div.main-wrap > div > div.m-tips > span.main-link |
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 |
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-14 16:00 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 |
4-12 13:06 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
4-15 11:07 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
16小时前 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-11 02:30 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 iPhone 15 Pro Max div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
6小时前 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 |
动图 ul.m-auto-list > li.m-auto-box3 > div.m-img-box > span.feed-mark |
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 |
已编辑 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
4-1 10:59 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 |
4-10 01:00 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
来自 华为 Pura 90 Pro Max div.m-box-dir > div.m-text-box > h4.m-text-cut > span.from |
3小时前 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-5 07:02 div.m-box-dir > div.m-text-box > h4.m-text-cut > span.time |
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 |
|---|
@蒋奇明微博号 div.card-wrap > div.weibo-og > div.weibo-text > a |
@杨紫官方后援会 div.card-wrap > div.weibo-og > div.weibo-text > a |
全文 div.card-wrap > div.weibo-og > div.weibo-text > a |
@杨小夕Shelly div.card-wrap > div.weibo-og > div.weibo-text > a |
全文 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.
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. | |
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. |
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 |
|---|
大家都在搜:Bin 小奶油 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-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 |
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.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 |
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 |
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-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 |
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 |
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 |
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 |
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.
5.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
190 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.
5.67 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.69 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.
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.0.0.1080.1080.1024/006syqKfly8hugj56zfkvj30u00u0diy... | 114.9 KiB | 114.6 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/0088adiPly8ic6k317j13j30u00u0jti... | 85.0 KiB | 84.7 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 |
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 | wx2.sinaimg.cn/orj480/006syqKfly1ic91p7epn5j30u01hctc6.jpg | 47.0 KiB | 41.9 KiB |
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 | wx1.sinaimg.cn/orj480/002TLsr9ly1ic90lnto3bj60zk0k0whw02.jpg | 47.0 KiB | 41.9 KiB |
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 | wx2.sinaimg.cn/orj480/002TLsr9ly1ic90lkc6zyj60zk0k0n0j02.jpg | 46.8 KiB | 41.7 KiB |
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 | wx1.sinaimg.cn/orj480/006syqKfly1ic91p48yayj30k013cjsy.jpg | 47.0 KiB | 41.4 KiB |
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 | wx2.sinaimg.cn/orj480/002TLsr9ly1ic90lj5hhjj60zk0k00ve02.jpg | 44.3 KiB | 39.2 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 | wx1.sinaimg.cn/orj360/0088adiPly1ic91kuyoeqj31401z417x.jpg | 43.6 KiB | 38.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 | wx3.sinaimg.cn/orj360/006syqKfly1ic91p1gvnwj30u01d1du6.jpg | 40.7 KiB | 36.0 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 | wx1.sinaimg.cn/orj360/7e682393ly1ic7m8qpxqbj22m83xcqv6.jpg | 40.0 KiB | 35.7 KiB |
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 | wx3.sinaimg.cn/orj480/002TLsr9ly1ic90ljhwgpj60zk0k0juc02.jpg | 39.5 KiB | 34.4 KiB |
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 | wx4.sinaimg.cn/orj480/002TLsr9ly1ic90lizpksj60zk0k0wh502.jpg | 38.5 KiB | 33.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.600.600.1024/007c1fKOly8ic8g9ybteaj30go0gowf3.j... | 32.0 KiB | 31.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/7e682393ly1ic7m5ryba8j20xi1dj47k.jpg | 35.1 KiB | 30.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 | wx4.sinaimg.cn/orj360/007c1fKOgy1ic8ej8bjnej30u01r112l.jpg | 39.0 KiB | 30.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 | wx3.sinaimg.cn/orj360/7e682393ly1ic7m8s5jmkj23344mpe82.jpg | 32.9 KiB | 28.7 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.154.287.504.504.1024/002SMfjzly8h8vo30bszpj614p0u07... | 28.2 KiB | 27.9 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 | wx1.sinaimg.cn/orj360/7e682393ly1ic7m5s8j6oj20wd1bntgj.jpg | 31.2 KiB | 27.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.0.0.690.690.1024/002TLsr9ly8iakuy3heb6j60j60j6wex02... | 26.0 KiB | 25.9 KiB |
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 | wx1.sinaimg.cn/orj480/002TLsr9ly1ic90logtkgj60zk0k0myu02.jpg | 30.9 KiB | 25.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 | wx1.sinaimg.cn/orj360/7e682393ly1ic7m8pz9lmj22ow44mx6p.jpg | 28.6 KiB | 24.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/7e682393ly1ic7m5rchqrj22m83xckjl.jpg | 26.8 KiB | 23.2 KiB |
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 | wx2.sinaimg.cn/orj480/002TLsr9ly1ic90ljzc19j60zk0k0gn502.jpg | 28.1 KiB | 23.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.7.22.415.415.1024/7e682393ly8gtv3i2v7r2j20c80c73yx.... | 22.9 KiB | 22.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 | wx2.sinaimg.cn/orj360/7e682393ly1ic7m8tasizj21d521qqs5.jpg | 24.9 KiB | 21.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 | wx1.sinaimg.cn/orj360/7e682393ly1ic7m8suhmgj222835s7wh.jpg | 24.2 KiB | 20.9 KiB |
div.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img | wx2.sinaimg.cn/orj360/002SMfjzly1ic8w2z8i85j60k00dcjur02.jpg | 23.5 KiB | 19.7 KiB |
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 | wx4.sinaimg.cn/orj480/002TLsr9ly1ic90lk8eltj60zk0k03zx02.jpg | 21.6 KiB | 16.6 KiB |
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 | wx2.sinaimg.cn/orj480/002TLsr9ly1ic90lm1y4ij60zk0k0dh702.jpg | 20.8 KiB | 15.8 KiB |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > video._horiVideoImage_a3hty_107 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > video._horiVideoImage_a3hty_107 | wx2.sinaimg.cn/orj360/0088adiPly1ic91krv9xkj31401z4dpb.jpg | 16.7 KiB | 14.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 | wx1.sinaimg.cn/orj360/7e682393ly1ic7m8reu4ej23xc2m8npd.jpg | 17.8 KiB | 13.5 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_3.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_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 |
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/20240828_damai_iocn.png | 5.2 KiB | 5.1 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_6.png | 4.8 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_8.png | 4.8 KiB | 4.8 KiB |
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 | 4.6 KiB | 4.6 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.9 KiB | 220 ms |
| h5.sinaimg.cn/m/reward-pc-kits/style.css?version=2.1.5 | 19.6 KiB | 270 ms |
| h5.sinaimg.cn/m/weibo-pro-next/assets/index-C9jSqwDg.css | 220.5 KiB | 190 ms |
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.
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-C9jSqwDg.css | 219.7 KiB | 206.5 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-D4EoOw8F.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 | 839 ms |
| Script Evaluation | 680 ms |
| Style & Layout | 313 ms |
| Rendering | 149 ms |
| Parse HTML & CSS | 44 ms |
| Garbage Collection | 28 ms |
| Script Parsing & Compilation | 25 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 was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.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 |
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/32_0.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 |
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/20240828_damai_iocn.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 |
|---|
vip6 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip2 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip2 div.woo-box-flex > div.woo-box-flex > div.woo-box-flex > span.woo-icon-wrap |
vip8 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 |
vip3 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 |
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 |
1.7万 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
33.1万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
2小时前 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
2.6万人关注了她 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_q1l14_2 > div._wbtext_q1l14_14 > a |
414 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
5小时前 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 > div.woo-box-item-flex > div.woo-box-flex > span._edit_1tpft_47 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
#美扩大对伊航运物资封锁范围# div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
评论 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
32 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
2小时前 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 |
4.6万 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
88.7万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
2小时前 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_q1l14_2 > div._wbtext_q1l14_14 > a |
#2026北影节开幕式# div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@八家户村 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@董璇 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@时代少年团-贺峻霖 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@李乃文 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@王祖藍 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@许魏洲ZZ div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@郑恺 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@张颂文 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@沈腾 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@尹正 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@演员魏翔 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@沙溢 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@陈楚生 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@MIC檀健次JC-T div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@周冬雨 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@音乐先生兰天奇 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@刘宇Yu_ div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@演员夏之光 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@喻言_Yuyan div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@周洁琼JIE div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
@张艺凡 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
展开 div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > span.expand |
306 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > span._num_198pe_46 |
700 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._num_198pe_46 |
1.3万 div.woo-box-item-flex > div.woo-box-flex > button.woo-like-main > span.woo-like-count |
昨天 09:46 div.woo-box-item-flex > div.woo-box-flex > div.woo-box-flex > a._time_1tpft_33 |
微博2018十大影响力剧综机构 微博电视团成员 超话创作官(永夜星河超话) div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > div._cut_1tpft_29 |
已编辑 div.woo-box-flex > div.woo-box-item-flex > div.woo-box-flex > span._edit_1tpft_47 |
关注 div.woo-box-flex > button.woo-button-main > span.woo-button-wrap > span.woo-button-content |
#张真源暂时缺席录制跑男# div.wbpro-feed-content > div._text_q1l14_2 > div._wbtext_q1l14_14 > a |
6233 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 |
30175 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
30437 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
30450 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
43097 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
67837 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
37574 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
30395 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
26571 div.wbpro-side-panel > a._none_129qs_13 > div.woo-box-flex > div.f13 |
51702 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 |
381568 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 |
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.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.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.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 |
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.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-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.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 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 |
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.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 |
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 |
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 |
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 |
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 |
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.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 |
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.
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 |
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.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.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.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 |
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.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-img div.u-col-1 > div.woo-box-item-inlineBlock > div.woo-picture-main > img.woo-picture-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.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 |
div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 div.woo-box-item-inlineBlock > div.woo-picture-main > div.woo-picture-slot > img._customPoster_a3hty_132 |
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.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 |
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 |
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 |
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 |
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 |
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.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 |
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