Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'BEC' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.1 MB (6.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
32 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d6c84931-6a8b-433e-89b6-00f4537d381d)<a href="https://beavercheck.com/results/d6c84931-6a8b-433e-89b6-00f4537d381d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Foschina.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Foschina.netThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 23.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 23.2s to load
+12% bounceUsers abandon at ~3s — you're 20.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
32 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
13 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,750 investment → ¥12/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥12 /mo
~¥145 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,679 / month at risk
~¥50,000,145 / year if left unfixed
¥50,000,000
+1 more
¥12 /mo
21214.0 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.
8.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.75 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.22 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.
23.62 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 | |
|---|---|---|---|
Elastic中国AI搜索技术大会在京举办:解锁AI搜索的无限可能 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//c3083c7ef72185ee6a62454273479712.jpg | 2.3 MiB | 2.3 MiB |
Claude Code + 积木报表:一分钟生成复杂报表 (JimuReport v2.3.2 ) div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-aa112e14274775ac3b7d5978d1d812c4567.png | 161.6 KiB | 160.3 KiB |
Claude Code + 积木 BI:一分钟生成精美大屏(JimuBI v2.3.2 发布) div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-402a6034124474bfef8dfc5b4b2bac1ce5c.png | 134.8 KiB | 133.0 KiB |
福布斯发布 2026 年全球 AI 50 榜单 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-d61e4b3d364fb878e1a4283dd8e1d144362.jpg | 138.9 KiB | 120.5 KiB |
Linux 全新 NTFS 驱动合并至 7.1 主线内核,Linus 称之为“NTFS重生” div.main-data-item > div.list-item > div.item-img > img | static.oschina.net/uploads/space/2026/0422/105836_QerK_2720166.png | 103.1 KiB | 101.1 KiB |
4.24 深圳OSC源创会【具身智能工程化实战沙龙】 div > div.carousel-item > div.carousel-image-wrapper > img | static.oschina.net/uploads/img/202604/08110606_TO2O.png | 84.2 KiB | 72.4 KiB |
客服 AI Agent 系统 - 贝壳 AI 1.1.0 版本发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net//AiCreationDetail/up-53486b20f5883974b02815afc088cc35.png | 64.9 KiB | 63.7 KiB |
IDEA 插件 Gradle 小助手 Gradle With Me 更新 1.4.x 版本啦,优化自动同步配置功能助力多 JDK 版本、Gradle 版本开发! div.main-data-item > div.list-item > div.item-img > img | joker-pper.github.io/intellij-gpvp-gradle/picture/update-version_zh.png | 64.7 KiB | 59.4 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-da552a387c6ef6b10135d960ea4bd2b4.png | 60.7 KiB | 55.8 KiB |
PropellerAds 荣获 GGC 2026 “最佳效果营销平台”奖,打造全球广告新标杆 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//e117a1d48c3fad152a25c23f30f5e29a.png | 55.4 KiB | 51.1 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-1592bb4bfe00b97520fe75f913aead98.png | 44.4 KiB | 41.2 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-4860f5710e19e1c90c1c8b622f561d9b.png | 43.6 KiB | 40.2 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-c08cbc9e525466d6f3fd4afd00d1173b.png | 39.9 KiB | 37.2 KiB |
全球见证!openKylin 获 Pixi 官方认可,助力 RISC-V 生态再获硬核突破 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net//AiCreationDetail/up-ef396caec16e67b0df79d8f63046ea68.png | 39.2 KiB | 37.0 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-573d2befa3eb210e7929e407059d8f54.png | 39.3 KiB | 36.3 KiB |
百度地图重磅发布 Map Agent Plan:让每一只“龙虾”都能畅行物理世界 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//5d679f5ad054995bf03dab30bd6a697f.png | 35.8 KiB | 32.8 KiB |
SpaceX 拟以 600 亿美元收购 AI 编程平台 Cursor div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-844fcce4304c5d4e21daf1923c499d63276.png | 34.3 KiB | 32.7 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-a8b3ae78feae78d4cd737ba822ade3d3.png | 33.4 KiB | 31.2 KiB |
一季度 AI 应用洞察:豆包、千问、DeepSeek 月活分别达到 3.4 亿、1.7 亿、1.3 亿 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-33bc4b55aab0c7c0d5e37232be7c4e20fa7.png | 30.2 KiB | 28.7 KiB |
开源中国造物社区认证计划启动!欢迎硬件玩家、创客机构正式入驻! div > div.carousel-item > div.carousel-image-wrapper > img | oscimg.oschina.net/oscnet/ai/up-cd375628cba42674f55896917065dfc7.png | 52.1 KiB | 26.4 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-66bccde808dc1033f3350a8e960aa7e4.png | 25.5 KiB | 23.7 KiB |
阿里发布生态级 AI 助手数字人形象“千问小酒窝” div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-9c877a96a90a445772647ca7438288a213f.png | 23.3 KiB | 21.6 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-few74tnayov9ir7txszzccuuc7clm7gv.jpg | 19.9 KiB | 19.8 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-9a5073254cf4495a8c3e3b74ded8a81b.png | 21.0 KiB | 19.5 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-28a8a9rnmm14uacwf70ls1xrfsrhotbk | 19.3 KiB | 19.3 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-9df0390b01d6674adbeb25500e67459c.png | 20.2 KiB | 18.8 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-ccf82ac7ffd62e6ec12da069e2b92a91.png | 19.2 KiB | 17.9 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-b1f535c1020ac7340e95bdd40d61c7f8.png | 19.0 KiB | 17.6 KiB |
AI,最终幻想 div > div.carousel-item > div.carousel-image-wrapper > img | static.oschina.net/uploads/space/2026/0410/181507_CmkF_3820517.png | 22.3 KiB | 17.1 KiB |
凌晨 4 点,他在用身体喂养机器人。 div > div.carousel-item > div.carousel-image-wrapper > img | oscimg.oschina.net/oscnet/up-fc53bffd34adfd534fce396cbb4821f5857.png | 22.4 KiB | 13.4 KiB |
蚂蚁百灵 Ling-2.6-flash 发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-160761ac0a336afbc75100eb1588b246ea8.png | 17.4 KiB | 13.3 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-48fdac3e13e46dd9cb40447728ebccbe.png | 13.7 KiB | 12.6 KiB |
Pura X Max适配指南:HMOS代码工坊实战解析,助力应用高效上车 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//61729cd865b7aa087cc45d98fb52ad7b.png | 10.4 KiB | 9.6 KiB |
Firefox 150.0 发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-0c8ba048ba902fd231bacc987d077a1f2b7.png | 10.5 KiB | 8.9 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-0def694628693997419fff6746cd74a4.jpg | 6.3 KiB | 6.1 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-a4e24915cf6aba546518fba541a8f0f8.jpg | 5.5 KiB | 5.4 KiB |
Semi Design v2.95.0 发布,抖音企业级 UI 库 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-eb1619775583ee47b1975907279b7a062c2.jpg | 9.1 KiB | 5.0 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.
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 |
|---|---|
| oschina.net/ | 1.4 s |
| www.oschina.net/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.oschina.net/oschina/web/v2/js/css/vendor-COPiG9ac.css | 35.7 KiB | 35.4 KiB |
| :where(.css-4xorm8)[class^="ant-col"],:where(.css-4xorm8)[class*=" ant-col"]{font-family:-apple-syst… } … | 12.8 KiB | 12.6 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 |
|---|---|---|
| static.oschina.net/oschina/web/v2/js/vendor-lTVsnz0g.js | 647.7 KiB | 357.6 KiB |
| static.oschina.net/oschina/web/v2/js/vendor-ant-design-vue-DGRUmHR_.js | 334.1 KiB | 224.6 KiB |
| www.yunpian.com/static/official/js/libs/riddler-sdk-0.2.2.js?t=20210720 | 59.1 KiB | 42.2 KiB |
| static.oschina.net/oschina/web/v2/js/vendor-lodash-B4Y9j-P-.js | 33.5 KiB | 22.2 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 |
|---|---|---|---|
| static.oschina.net/oschina/web/v2/js/vendor-lTVsnz0g.js | 3.7 s | 2.6 s | 8.3 ms |
| static.oschina.net/oschina/web/v2/js/vendor-ant-design-vue-DGRUmHR_.js | 1.4 s | 963 ms | 3.6 ms |
| www.oschina.net/ | 1.3 s | 15 ms | 1.7 ms |
| Unattributable | 1.1 s | 39 ms | 0.0 ms |
| hm.baidu.com/hm.js?a411c4d1664dd70048ee98afe7b28f0b | 76 ms | 68 ms | 2.4 ms |
| static.oschina.net/oschina/web/cdn/v2/polyfill.min@7.4.3.js | 75 ms | 66 ms | 8.4 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 | 3.9 s |
| Other | 2.0 s |
| Style & Layout | 1.0 s |
| Rendering | 534 ms |
| Garbage Collection | 205 ms |
| Parse HTML & CSS | 114 ms |
| Script Parsing & Compilation | 44 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hmcdn.baidu.com/static/tongji/plugins/UrlChangeTracker.js | 7.8 KiB | 6.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
登录 div.header-box > div.header-bottom > div.header-box__inner__box > a.item |
注册 div.header-box > div.header-bottom > div.header-box__inner__box > a.item |
综合 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-1-tab-0 |
最新模型 div.marketplace-header > div.header-left-container > div.header-tabs > div.tab-item |
推荐 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-2-tab-hot |
SpaceX在上市前进一步扩张其人工智能业务,其周二表示,已与人工智能初创公司Cursor达成协议,获得在今年晚些时候以600亿美元收购该公司的选择权,或者以… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
近日,Prefix.dev 正式官宣:下一代跨平台包管理器 Pixi 现已原生支持 RISC-V(riscv64) 架构! 作为 RISC-V 生态核心共建方… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
华为近期推出全新折叠设备Pura X Max,折叠时外屏宽高比10:14,展开时内屏宽高比14:10,其折叠态外屏相比传统直板机拥有更舒适的宽屏视野,展开态内… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
OpenClaw的爆火,让无数人第一次真正触摸到了AI Agent的终极生产力。在OpenClaw社区里,大家亲切地把自己的AI智能体称为“龙虾”。以往,想让… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
2026年4月18日,由Elastic主办的"Elastic中国AI搜索技术大会"在北京成功举办。作为Elastic近年来在中国规模最大的技术盛会,大会以"A… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
OBS Studio 是一款免费且开源的用于视频录制以及直播串流的软件,提供实时高性能的视频 / 音频捕捉与混合,以及无限的场景模式帮助用户通过自定义实现无缝… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
我们今天为大家带来的文章,作者的观点是推理引擎的价值不仅在于调度,更在于通过重写模型代码与深度优化底层计算逻辑,将静态的权重转化为高效的智能输出。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
贝壳AI客服 是一套以 AI Agent 为核心的智能客服系统。传统的客服项目就是给提供一个聊天工具、接入 RAG 通过查询知识库中的内容回答客户。而我们的核… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
QuestMobile 发布 2026 年春季 AI 应用洞察。 数据显示,截止到2026年3月,AI原生APP月活用户规模已达到4.4亿,其中,豆包、千问、… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
IDEA插件Gradle小助手Gradle With Me更新1.4.x版本啦,优化自动同步配置功能助力多JDK版本、Gradle版本开发! 🏷️ 标签:#gr… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
研发团队日常在多个平台之间来回切换——文档写在一个地方,任务管在另一个地方,信息分散,上下文断裂。现在,ShowDoc 把文档和任务管理放在了一个平台里。你可… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
Dgraph 是一个水平可扩展的分布式 GraphQL 数据库,有一个图形后端。作为一个原生的 GraphQL 数据库,它严格控制数据在磁盘上的排列方式,以优… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
当 AI 编码助手的风潮席卷全球,几乎所有的明星产品都选择了 TypeScript 或 Python 作为技术底座(也有 Go 和 Rust)。而 Solon… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
2026年,人形机器人排队进厂"拧螺丝"。 但一个尴尬的现实是:机器人能精准拧好每一颗螺栓,却不知道下一颗该拧哪辆车上的哪个位置。它缺的不是灵巧手,而是一个能… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
蚂蚁百灵宣布正式推出 Ling-2.6-flash —— 一款总参数量 104B、激活参数 7.4B 的 Instruct 模型。 API 定价方面,Ling… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
JimuReport AI 专题研究 * 2026-04-13 发布,Claude Code Skills 接管报表生成 划重点:现在可以一句话生成报表了 J… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
gt-checksum 2.0.0 版本迎来重磅升级,本次更新围绕三大核心方向全面提升: Oracle→MySQL 迁移兼容、索引与生成列检测修复、核心性能大… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
VirtualBox 是一款功能强大的 x86 虚拟机软件,它不仅具有丰富的特色,而且性能也很优异。VirtualBox 7.2.8 现已发布,这是一个维护版… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
2026-04-13 发布,AI 助手 + Claude Code Skills 双管齐下 划重点:现在可以一句话生成大屏了 JimuReport 积木报表旗… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
你有没有觉得,有时候明明没干什么,却特别累;或者情绪像坐过山车,上一秒还好好的,下一秒就烦得不行;再或者,睡眠乱糟糟的,皮肤状态也时好时坏。这些说不清道不明的… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
阿里巴巴宣布正式发布生态级AI助手数字人形象——“千问小酒窝”。 公告称,在千问 App中找到“小酒窝”,不论做规划、解难题,还是订餐、买票、打车,都能在简单… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
Firefox 150.0 现已发布,具体更新内容如下: New Split View 功能进一步增强:现在可以右键单击任何链接,然后选择“Open Link… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
Linux内核开发迎来重要里程碑。在7.1版本开发周期中,一套经过四年重构的全新NTFS内核驱动正式合入主线,被Linux之父Linus Torvalds形容… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
自费 token plan 的话,能力越强烧 token 越多,烧 token 越多费用越高,费用越高到手工资越少,所以能力越强到手工资越少。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
《福布斯》日前发布了 2026 年 AI 50 强榜单。 从融资规模来看,这些公司共筹集了 3056 亿美元,其中 AI 巨头 OpenAI 和 Anthro… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
Semi Design 是现代、全面、灵活的设计系统和 UI 库,由字节跳动抖音前端与 UED 团队设计、开发并维护,是一款包含设计语言、React 组件、主… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
:star2: 代码改变世界,RISC-V 等你定义! 开源的浪潮奔涌不息,芯片架构的技术革新正召唤着每一位开发者积极参与。作为RISC-V 繁荣生态的重要组… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
2026 年 4 月 21 日,MySQL 官方同时发布了三个重要版本:8.0.46(8.0 线的最后一个版本)、8.4.9 LTS(当前 LTS 线的维护更… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
2026 年 3 月 16 日,全球知名广告平台 PropellerAds 在斯里兰卡科伦坡举办的 Global Game Connect 2026(GGC)… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
别再围观机器人跳舞了,来看看它们到底是怎么被“做出来”的 div.news-list > div.news-item > div.news-content > h4.news-title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > 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.header-container > div.header-box > div.header-bottom > a.nav-bar-h5 div.header-container > div.header-box > div.header-bottom > a.nav-bar-h5 |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
微信公众号 div.scan-qr-code > div.box > div.ant-image > img.ant-image-img | static.oschina.net/new-osc/img/page/app/app_qrcodeV2.png | 5 x 400 (0.01) | 400 x 400 (1.00) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | hm.baidu.com/hm.js?a411c4d1664dd70048ee98afe7b28f0b line 1, col 274 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
更 多 + div.latest-news-container > div.news-header > div.header-content > a.box-more |
查看更多 + div > div.gitee-project-recommend > div.recommend-header > a.view-more |
开始造物 div.container > div.title > div.list > a.item |
投递新闻 div.container > div.title > div.list > a.item |
软件投递 div.container > div.title > div.list > a.item |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > 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.
2.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
246 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.064
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.48 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.84 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 | |
|---|---|---|---|
Elastic中国AI搜索技术大会在京举办:解锁AI搜索的无限可能 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//c3083c7ef72185ee6a62454273479712.jpg | 2.3 MiB | 2.3 MiB |
Claude Code + 积木报表:一分钟生成复杂报表 (JimuReport v2.3.2 ) div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-aa112e14274775ac3b7d5978d1d812c4567.png | 161.6 KiB | 161.2 KiB |
Claude Code + 积木 BI:一分钟生成精美大屏(JimuBI v2.3.2 发布) div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-402a6034124474bfef8dfc5b4b2bac1ce5c.png | 134.8 KiB | 134.2 KiB |
福布斯发布 2026 年全球 AI 50 榜单 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-d61e4b3d364fb878e1a4283dd8e1d144362.jpg | 138.9 KiB | 132.9 KiB |
Linux 全新 NTFS 驱动合并至 7.1 主线内核,Linus 称之为“NTFS重生” div.main-data-item > div.list-item > div.item-img > img | static.oschina.net/uploads/space/2026/0422/105836_QerK_2720166.png | 103.1 KiB | 102.4 KiB |
4.24 深圳OSC源创会【具身智能工程化实战沙龙】 div > div.carousel-item > div.carousel-image-wrapper > img | static.oschina.net/uploads/img/202604/08110606_TO2O.png | 84.2 KiB | 80.9 KiB |
客服 AI Agent 系统 - 贝壳 AI 1.1.0 版本发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net//AiCreationDetail/up-53486b20f5883974b02815afc088cc35.png | 64.9 KiB | 64.5 KiB |
IDEA 插件 Gradle 小助手 Gradle With Me 更新 1.4.x 版本啦,优化自动同步配置功能助力多 JDK 版本、Gradle 版本开发! div.main-data-item > div.list-item > div.item-img > img | joker-pper.github.io/intellij-gpvp-gradle/picture/update-version_zh.png | 64.7 KiB | 62.9 KiB |
oschina.net div.footer > div.container > div.logo > img.footer-logo | static.oschina.net/oschina/web/v2/js/png/footer-logo-1-BfNlgbn9.png | 62.0 KiB | 61.9 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-da552a387c6ef6b10135d960ea4bd2b4.png | 60.7 KiB | 59.5 KiB |
PropellerAds 荣获 GGC 2026 “最佳效果营销平台”奖,打造全球广告新标杆 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//e117a1d48c3fad152a25c23f30f5e29a.png | 55.4 KiB | 54.0 KiB |
开源中国造物社区认证计划启动!欢迎硬件玩家、创客机构正式入驻! div > div.carousel-item > div.carousel-image-wrapper > img | oscimg.oschina.net/oscnet/ai/up-cd375628cba42674f55896917065dfc7.png | 52.1 KiB | 45.0 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-1592bb4bfe00b97520fe75f913aead98.png | 44.4 KiB | 43.6 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-4860f5710e19e1c90c1c8b622f561d9b.png | 43.6 KiB | 42.8 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-c08cbc9e525466d6f3fd4afd00d1173b.png | 39.9 KiB | 39.2 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-573d2befa3eb210e7929e407059d8f54.png | 39.3 KiB | 38.6 KiB |
全球见证!openKylin 获 Pixi 官方认可,助力 RISC-V 生态再获硬核突破 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net//AiCreationDetail/up-ef396caec16e67b0df79d8f63046ea68.png | 39.2 KiB | 38.4 KiB |
百度地图重磅发布 Map Agent Plan:让每一只“龙虾”都能畅行物理世界 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//5d679f5ad054995bf03dab30bd6a697f.png | 35.8 KiB | 34.8 KiB |
SpaceX 拟以 600 亿美元收购 AI 编程平台 Cursor div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-844fcce4304c5d4e21daf1923c499d63276.png | 34.3 KiB | 33.8 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-a8b3ae78feae78d4cd737ba822ade3d3.png | 33.4 KiB | 32.9 KiB |
一季度 AI 应用洞察:豆包、千问、DeepSeek 月活分别达到 3.4 亿、1.7 亿、1.3 亿 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-33bc4b55aab0c7c0d5e37232be7c4e20fa7.png | 30.2 KiB | 29.7 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173431_zCDF.png | 29.6 KiB | 29.6 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-66bccde808dc1033f3350a8e960aa7e4.png | 25.5 KiB | 25.1 KiB |
阿里发布生态级 AI 助手数字人形象“千问小酒窝” div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-9c877a96a90a445772647ca7438288a213f.png | 23.3 KiB | 22.8 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173630_yqQd.png | 22.3 KiB | 22.3 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173331_KF2H.png | 22.1 KiB | 22.1 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27171657_pDUP.png | 21.5 KiB | 21.5 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27171811_i8lb.png | 21.3 KiB | 21.3 KiB |
AI,最终幻想 div > div.carousel-item > div.carousel-image-wrapper > img | static.oschina.net/uploads/space/2026/0410/181507_CmkF_3820517.png | 22.3 KiB | 20.8 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-9a5073254cf4495a8c3e3b74ded8a81b.png | 21.0 KiB | 20.6 KiB |
西安站高能开讲!一起聊聊“SQL到全栈贯通”的硬核实践 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/9214603_XWJVu_bi.png | 21.1 KiB | 20.5 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173554_wKXv.png | 20.3 KiB | 20.3 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-few74tnayov9ir7txszzccuuc7clm7gv.jpg | 19.9 KiB | 19.9 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-9df0390b01d6674adbeb25500e67459c.png | 20.2 KiB | 19.9 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173207_yxlm.png | 19.7 KiB | 19.7 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-28a8a9rnmm14uacwf70ls1xrfsrhotbk | 19.3 KiB | 19.3 KiB |
凌晨 4 点,他在用身体喂养机器人。 div > div.carousel-item > div.carousel-image-wrapper > img | oscimg.oschina.net/oscnet/up-fc53bffd34adfd534fce396cbb4821f5857.png | 22.4 KiB | 19.3 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-ccf82ac7ffd62e6ec12da069e2b92a91.png | 19.2 KiB | 18.9 KiB |
广告 div.ad-container > div > a.ad-link > img.ad-plugin__img | static.oschina.net/uploads/cooperation/sybanner3_GKskW.png | 22.9 KiB | 18.9 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-b1f535c1020ac7340e95bdd40d61c7f8.png | 19.0 KiB | 18.7 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173127_sFcX.png | 18.5 KiB | 18.5 KiB |
广告 div.ad-container > div > a.ad-link > img.ad-plugin__img | static.oschina.net/uploads/cooperation/sybanner1_jZgrm.jpg | 24.6 KiB | 18.4 KiB |
广告 div.ad-container > div > a.ad-link > img.ad-plugin__img | static.oschina.net/uploads/cooperation/sybanner2_pWIGC.jpg | 24.4 KiB | 18.3 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173016_dZiq.png | 17.6 KiB | 17.6 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173048_jz8b.png | 17.4 KiB | 17.4 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27171841_uLVH.png | 17.2 KiB | 17.2 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-10b231f016eae792c1d418b29dcc6dde.png | 16.9 KiB | 16.9 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/28161955_Lcjz.png | 16.4 KiB | 16.4 KiB |
当可观测性遇上 AI:下一代数据栈的工程实践 | Meetup 上海站 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/9214603_bNkyN_bi.jpg | 16.5 KiB | 16.0 KiB |
蚂蚁百灵 Ling-2.6-flash 发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-160761ac0a336afbc75100eb1588b246ea8.png | 17.4 KiB | 16.0 KiB |
2026·OSC源创会·深圳站【具身智能工程化实战沙龙】 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/2720166_FJnwV_bi.png | 15.7 KiB | 15.3 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27171625_y0AA.png | 14.9 KiB | 14.9 KiB |
图片 div.ant-row > div.ant-col > div.creation-image > img | oscimg.oschina.net//AiCreationCover/up-48fdac3e13e46dd9cb40447728ebccbe.png | 13.7 KiB | 13.2 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173516_iYwG.png | 11.8 KiB | 11.8 KiB |
广告 div > div > a.ad-link > img | static.oschina.net/uploads/cooperation/sylbt2_fcmSf.png | 14.8 KiB | 11.1 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/ReadingList-C9QQPBSp.png | 10.8 KiB | 10.5 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/Publish-BcohRDPv.png | 10.6 KiB | 10.4 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/DevFm-D25QBV-L.png | 10.6 KiB | 10.3 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/AiSearch-DOmtnv39.png | 10.4 KiB | 10.2 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/AiWrite-DXo7ewR-.png | 10.4 KiB | 10.2 KiB |
Pura X Max适配指南:HMOS代码工坊实战解析,助力应用高效上车 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet//61729cd865b7aa087cc45d98fb52ad7b.png | 10.4 KiB | 10.2 KiB |
微信公众号 div.scan-qr-code > div.box > div.ant-image > img.ant-image-img | static.oschina.net/new-osc/img/page/app/app_qrcodeV2.png | 10.6 KiB | 10.0 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/UploadReport-DK5dCcZD.png | 10.2 KiB | 10.0 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202504/27173245_1X23.png | 10.0 KiB | 10.0 KiB |
Firefox 150.0 发布 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-0c8ba048ba902fd231bacc987d077a1f2b7.png | 10.5 KiB | 10.0 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/NewsDelivery-DfNtQPeS.png | 10.2 KiB | 10.0 KiB |
icon div.express-grid > div.express-item > div.item-icon > img.icon-svg | static.oschina.net/oschina/web/v2/js/png/LaunchBulletin-CuZet5UP.png | 9.9 KiB | 9.7 KiB |
div.hot-list > div.box-content > a.list-item > img div.hot-list > div.box-content > a.list-item > img | static.oschina.net/uploads/img/202509/26112032_3sZn.jpg | 8.9 KiB | 8.9 KiB |
昇腾Ascend a.list-item > div.zone-info > div.item-img > img | static.oschina.net/uploads/img/202412/26161625_twkp.png | 8.7 KiB | 8.7 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-ccb52c4efea95fabd9cb00092c5e2377.png | 7.7 KiB | 7.7 KiB |
HarmonyOS li.ant-menu-item > span.ant-menu-title-content > a.menu-item > img.harmonyos-icon | static.oschina.net/oschina/web/v2/js/png/harmonyos-CHGPw-pF.png | 7.7 KiB | 7.7 KiB |
HarmonyOS开发者社区 a.list-item > div.zone-info > div.item-img > img | static.oschina.net/uploads/img/202502/14165054_Yy95.png | 7.7 KiB | 7.6 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-503601c456bbf6136bb218b8f5a13da2.jpg | 6.4 KiB | 6.4 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-0def694628693997419fff6746cd74a4.jpg | 6.3 KiB | 6.2 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-0575400c1b062daa94c10fddb4fede5f.jpg | 5.9 KiB | 5.8 KiB |
Dgraph v25.3.3 发布,具有图形后端的原生 GraphQL 数据库 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-28d009864cdb3ca4c93c7fee200cb6ab715.jpg | 7.1 KiB | 5.8 KiB |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img | oscimg.oschina.net//oscnet/up-a4e24915cf6aba546518fba541a8f0f8.jpg | 5.5 KiB | 5.5 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-486318c824077f1dd4034dfff4df2c28.jpg | 4.7 KiB | 4.6 KiB |
Semi Design v2.95.0 发布,抖音企业级 UI 库 div.main-data-item > div.list-item > div.item-img > img | oscimg.oschina.net/oscnet/up-a3f517f6f907ff1ac3889f745d14880de21.jpg | 5.8 KiB | 4.5 KiB |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img | oscimg.oschina.net//oscnet/up-d44c139a38900f36b36fb0decb38f58f.jpg | 4.4 KiB | 4.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| oschina.net/ | 870 ms |
| www.oschina.net/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| static.oschina.net/oschina/web/v2/js/vendor-lTVsnz0g.js | 647.7 KiB | 357.4 KiB |
| static.oschina.net/oschina/web/v2/js/vendor-ant-design-vue-DGRUmHR_.js | 334.1 KiB | 224.6 KiB |
| www.yunpian.com/static/official/js/libs/riddler-sdk-0.2.2.js?t=20210720 | 59.1 KiB | 42.2 KiB |
| static.oschina.net/oschina/web/v2/js/vendor-lodash-B4Y9j-P-.js | 33.5 KiB | 22.2 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 |
|---|---|
| Script Evaluation | 1.1 s |
| Other | 671 ms |
| Style & Layout | 400 ms |
| Rendering | 264 ms |
| Garbage Collection | 53 ms |
| Parse HTML & CSS | 32 ms |
| Script Parsing & Compilation | 11 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hmcdn.baidu.com/static/tongji/plugins/UrlChangeTracker.js | 7.8 KiB | 6.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.oschina.net/oschina/web/v2/js/css/vendor-COPiG9ac.css | 35.7 KiB | 35.2 KiB |
| :where(.css-4xorm8)[class^="ant-col"],:where(.css-4xorm8)[class*=" ant-col"]{font-family:-apple-syst… } … | 12.8 KiB | 12.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
oschina.net div.footer > div.container > div.logo > img.footer-logo | static.oschina.net/oschina/web/v2/js/png/footer-logo-1-BfNlgbn9.png |
微信公众号 div.scan-qr-code > div.box > div.ant-image > img.ant-image-img | static.oschina.net/new-osc/img/page/app/app_qrcodeV2.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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
实验室
智写平台
造物平台
生产力
开源项目
开源模型
公司动态 div.left-panel > div > div.menu > ul.ant-menu |
最新动弹
热门动弹
更 多 + div.tweet-discuss > div.tweet-scroll-main > div.ant-tabs > div.ant-tabs-nav |
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 |
|---|
OSC开源社区 div.header-top-content > div.content-left > div > a.left-item |
Gitee代码托管 div.header-top-content > div.content-left > div > a.left-item |
模力方舟 div.header-top-content > div.content-left > div > a.left-item |
OSC私有化 div.header-top-content > div.content-left > div > a.left-item |
DevOps研发效能 div.header-top-content > div.content-left > div.oper-user > span |
媒体矩阵 div.header-top-content > div.content-right > div.media-matrix > span |
开源中国APP div.header-top-content > div.content-right > div.osc-app > span |
切换老版本 div.header-top-content > div.content-right > div.chang-old > span |
登录 div.header-box > div.header-bottom > div.header-box__inner__box > a.item |
注册 div.header-box > div.header-bottom > div.header-box__inner__box > a.item |
综合 li.ant-menu-item > span.ant-menu-title-content > div.menu-item > span.menu-label |
Generated by AI, curated by humans div.featured-news-container > div.news-recommend-title > div.news-recommend-title-left > span.sub-title |
最新模型 div.marketplace-header > div.header-left-container > div.header-tabs > div.tab-item |
推荐 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-2-tab-hot |
SpaceX在上市前进一步扩张其人工智能业务,其周二表示,已与人工智能初创公司Cursor达成协议,获得在今年晚些时候以600亿美元收购该公司的选择权,或者以… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
4 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
585 div > div.item-content-oper > div.oper-comment > span.comment-count |
近日,Prefix.dev 正式官宣:下一代跨平台包管理器 Pixi 现已原生支持 RISC-V(riscv64) 架构! 作为 RISC-V 生态核心共建方… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
4 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
249 div > div.item-content-oper > div.oper-comment > span.comment-count |
华为近期推出全新折叠设备Pura X Max,折叠时外屏宽高比10:14,展开时内屏宽高比14:10,其折叠态外屏相比传统直板机拥有更舒适的宽屏视野,展开态内… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
4 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
39 div > div.item-content-oper > div.oper-comment > span.comment-count |
OpenClaw的爆火,让无数人第一次真正触摸到了AI Agent的终极生产力。在OpenClaw社区里,大家亲切地把自己的AI智能体称为“龙虾”。以往,想让… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
4 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
47 div > div.item-content-oper > div.oper-comment > span.comment-count |
2026年4月18日,由Elastic主办的"Elastic中国AI搜索技术大会"在北京成功举办。作为Elastic近年来在中国规模最大的技术盛会,大会以"A… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
5 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
31 div > div.item-content-oper > div.oper-comment > span.comment-count |
OBS Studio 是一款免费且开源的用于视频录制以及直播串流的软件,提供实时高性能的视频 / 音频捕捉与混合,以及无限的场景模式帮助用户通过自定义实现无缝… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
5 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
295 div > div.item-content-oper > div.oper-comment > span.comment-count |
我们今天为大家带来的文章,作者的观点是推理引擎的价值不仅在于调度,更在于通过重写模型代码与深度优化底层计算逻辑,将静态的权重转化为高效的智能输出。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
6 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
27 div > div.item-content-oper > div.oper-comment > span.comment-count |
贝壳AI客服 是一套以 AI Agent 为核心的智能客服系统。传统的客服项目就是给提供一个聊天工具、接入 RAG 通过查询知识库中的内容回答客户。而我们的核… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
6 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
318 div > div.item-content-oper > div.oper-comment > span.comment-count |
QuestMobile 发布 2026 年春季 AI 应用洞察。 数据显示,截止到2026年3月,AI原生APP月活用户规模已达到4.4亿,其中,豆包、千问、… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
6 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
805 div > div.item-content-oper > div.oper-comment > span.comment-count |
IDEA插件Gradle小助手Gradle With Me更新1.4.x版本啦,优化自动同步配置功能助力多JDK版本、Gradle版本开发! 🏷️ 标签:#gr… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
6 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
177 div > div.item-content-oper > div.oper-comment > span.comment-count |
研发团队日常在多个平台之间来回切换——文档写在一个地方,任务管在另一个地方,信息分散,上下文断裂。现在,ShowDoc 把文档和任务管理放在了一个平台里。你可… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
7 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
301 div > div.item-content-oper > div.oper-comment > span.comment-count |
Dgraph 是一个水平可扩展的分布式 GraphQL 数据库,有一个图形后端。作为一个原生的 GraphQL 数据库,它严格控制数据在磁盘上的排列方式,以优… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
7 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
231 div > div.item-content-oper > div.oper-comment > span.comment-count |
当 AI 编码助手的风潮席卷全球,几乎所有的明星产品都选择了 TypeScript 或 Python 作为技术底座(也有 Go 和 Rust)。而 Solon… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
7 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
631 div > div.item-content-oper > div.oper-comment > span.comment-count |
2026年,人形机器人排队进厂"拧螺丝"。 但一个尴尬的现实是:机器人能精准拧好每一颗螺栓,却不知道下一颗该拧哪辆车上的哪个位置。它缺的不是灵巧手,而是一个能… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
7 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
114 div > div.item-content-oper > div.oper-comment > span.comment-count |
蚂蚁百灵宣布正式推出 Ling-2.6-flash —— 一款总参数量 104B、激活参数 7.4B 的 Instruct 模型。 API 定价方面,Ling… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
7 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
570 div > div.item-content-oper > div.oper-comment > span.comment-count |
JimuReport AI 专题研究 * 2026-04-13 发布,Claude Code Skills 接管报表生成 划重点:现在可以一句话生成报表了 J… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
8 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
263 div > div.item-content-oper > div.oper-comment > span.comment-count |
gt-checksum 2.0.0 版本迎来重磅升级,本次更新围绕三大核心方向全面提升: Oracle→MySQL 迁移兼容、索引与生成列检测修复、核心性能大… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
8 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
156 div > div.item-content-oper > div.oper-comment > span.comment-count |
VirtualBox 是一款功能强大的 x86 虚拟机软件,它不仅具有丰富的特色,而且性能也很优异。VirtualBox 7.2.8 现已发布,这是一个维护版… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
8 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
544 div > div.item-content-oper > div.oper-comment > span.comment-count |
2026-04-13 发布,AI 助手 + Claude Code Skills 双管齐下 划重点:现在可以一句话生成大屏了 JimuReport 积木报表旗… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
10 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
566 div > div.item-content-oper > div.oper-comment > span.comment-count |
你有没有觉得,有时候明明没干什么,却特别累;或者情绪像坐过山车,上一秒还好好的,下一秒就烦得不行;再或者,睡眠乱糟糟的,皮肤状态也时好时坏。这些说不清道不明的… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
10 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
67 div > div.item-content-oper > div.oper-comment > span.comment-count |
阿里巴巴宣布正式发布生态级AI助手数字人形象——“千问小酒窝”。 公告称,在千问 App中找到“小酒窝”,不论做规划、解难题,还是订餐、买票、打车,都能在简单… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
10 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
1164 div > div.item-content-oper > div.oper-comment > span.comment-count |
Firefox 150.0 现已发布,具体更新内容如下: New Split View 功能进一步增强:现在可以右键单击任何链接,然后选择“Open Link… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
11 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
799 div > div.item-content-oper > div.oper-comment > span.comment-count |
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
11 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
441 div > div.item-content-oper > div.oper-comment > span.comment-count |
Linux内核开发迎来重要里程碑。在7.1版本开发周期中,一套经过四年重构的全新NTFS内核驱动正式合入主线,被Linux之父Linus Torvalds形容… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
11 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
2056 div > div.item-content-oper > div.oper-comment > span.comment-count |
自费 token plan 的话,能力越强烧 token 越多,烧 token 越多费用越高,费用越高到手工资越少,所以能力越强到手工资越少。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
11 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
453 div > div.item-content-oper > div.oper-comment > span.comment-count |
《福布斯》日前发布了 2026 年 AI 50 强榜单。 从融资规模来看,这些公司共筹集了 3056 亿美元,其中 AI 巨头 OpenAI 和 Anthro… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
11 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
1138 div > div.item-content-oper > div.oper-comment > span.comment-count |
Semi Design 是现代、全面、灵活的设计系统和 UI 库,由字节跳动抖音前端与 UED 团队设计、开发并维护,是一款包含设计语言、React 组件、主… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
12 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
439 div > div.item-content-oper > div.oper-comment > span.comment-count |
:star2: 代码改变世界,RISC-V 等你定义! 开源的浪潮奔涌不息,芯片架构的技术革新正召唤着每一位开发者积极参与。作为RISC-V 繁荣生态的重要组… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
12 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
60 div > div.item-content-oper > div.oper-comment > span.comment-count |
2026 年 4 月 21 日,MySQL 官方同时发布了三个重要版本:8.0.46(8.0 线的最后一个版本)、8.4.9 LTS(当前 LTS 线的维护更… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
12 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
279 div > div.item-content-oper > div.oper-comment > span.comment-count |
2026 年 3 月 16 日,全球知名广告平台 PropellerAds 在斯里兰卡科伦坡举办的 Global Game Connect 2026(GGC)… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr |
12 小时前 div.main-data-item > div > div.item-content-oper > span.oper-comment |
44 div > div.item-content-oper > div.oper-comment > span.comment-count |
4小时前 div.news-list > div.news-item > div.news-content > div.news-time |
6小时前 div.news-list > div.news-item > div.news-content > div.news-time |
6小时前 div.news-list > div.news-item > div.news-content > div.news-time |
6小时前 div.news-list > div.news-item > div.news-content > div.news-time |
6小时前 div.news-list > div.news-item > div.news-content > div.news-time |
7小时前 div.news-list > div.news-item > div.news-content > div.news-time |
8小时前 div.news-list > div.news-item > div.news-content > div.news-time |
最新动弹 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-3-tab-1 |
发布: div.tweet-discuss-content > div.tweet-discuss-content-text > b.tweet-discuss-content-name > span |
6 小时前 li.li-item > div.tweet-discuss-content > div.tweet-discuss-content-time > span |
来自 PC端 div.tweet-discuss-content-time > div > span > span |
发布: div.tweet-discuss-content > div.tweet-discuss-content-text > b.tweet-discuss-content-name > span |
11 小时前 li.li-item > div.tweet-discuss-content > div.tweet-discuss-content-time > span |
来自 Android 端 div.tweet-discuss-content-time > div > span > span |
发布: div.tweet-discuss-content > div.tweet-discuss-content-text > b.tweet-discuss-content-name > span |
13 小时前 li.li-item > div.tweet-discuss-content > div.tweet-discuss-content-time > span |
来自 PC端 div.tweet-discuss-content-time > div > span > span |
发布: div.tweet-discuss-content > div.tweet-discuss-content-text > b.tweet-discuss-content-name > span |
13 小时前 li.li-item > div.tweet-discuss-content > div.tweet-discuss-content-time > span |
来自 PC端 div.tweet-discuss-content-time > div > span > span |
发布: div.tweet-discuss-content > div.tweet-discuss-content-text > b.tweet-discuss-content-name > span |
#Creatworld li.li-item > div.tweet-discuss-content > div.tweet-discuss-content-text > div.tweet-discuss-content-topic |
04/17 19:00 div.live-stream-item > div.stream-info > div.stream-time-status > div.stream-time |
已结束 div.live-stream-item > div.stream-info > div.stream-time-status > div.status-button |
04/16 15:00 div.live-stream-item > div.stream-info > div.stream-time-status > div.stream-time |
已结束 div.live-stream-item > div.stream-info > div.stream-time-status > div.status-button |
04/10 19:00 div.live-stream-item > div.stream-info > div.stream-time-status > div.stream-time |
已结束 div.live-stream-item > div.stream-info > div.stream-time-status > div.status-button |
状态:活动报名中 div.list2-item > div.months-activities-list > div.months-activities-item > div.activities-state |
状态:报名人数已满 div.list2-item > div.months-activities-list > div.months-activities-item > div.activities-state |
状态:报名人数已满 div.list2-item > div.months-activities-list > div.months-activities-item > div.activities-state |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
别再围观机器人跳舞了,来看看它们到底是怎么被“做出来”的 div.news-list > div.news-item > div.news-content > h4.news-title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > 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.header-top > div.header-top-content > div.content-left > a.logo-C div.header-top > div.header-top-content > div.content-left > a.logo-C |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
西安站高能开讲!一起聊聊“SQL到全栈贯通”的硬核实践 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/9214603_XWJVu_bi.png | 77 x 61 (1.26) | 480 x 324 (1.48) |
当可观测性遇上 AI:下一代数据栈的工程实践 | Meetup 上海站 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/9214603_bNkyN_bi.jpg | 77 x 61 (1.26) | 480 x 324 (1.48) |
2026·OSC源创会·深圳站【具身智能工程化实战沙龙】 div.list-item > div.list2-item > div.item-months > img | static.oschina.net/uploads/cover/2720166_FJnwV_bi.png | 77 x 61 (1.26) | 480 x 324 (1.48) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | hm.baidu.com/hm.js?a411c4d1664dd70048ee98afe7b28f0b line 1, col 274 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
ellipsis div > div.item-content-oper > div.oper-share > a.ant-dropdown-link |
更 多 + div.latest-news-container > div.news-header > div.header-content > a.box-more |
查看更多 + div > div.gitee-project-recommend > div.recommend-header > a.view-more |
开始造物 div.container > div.title > div.list > a.item |
投递新闻 div.container > div.title > div.list > a.item |
软件投递 div.container > div.title > div.list > a.item |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img ul.ui-wrap > li.li-item > span.tweet-discuss-content-avatar > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback