URL substituted: You submitted https://dismall.com but we scanned https://www.dismall.com instead — the submitted hostname refused our connection, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 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/4725c4d7-e856-454a-85aa-81263839bbd4)<a href="https://beavercheck.com/results/4725c4d7-e856-454a-85aa-81263839bbd4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdismall.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdismall.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.
8 barrier(s) likely increasing bounce by ~33%.
Page loads in 2.5s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 30ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
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 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, …)
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
5 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,925 investment → ¥214/month returns + CNY 50,000,000 risk avoided
¥1,925
6h · 5 findings
¥214 /mo
~¥2,569 / year
CNY 50,000,000
if kept compliant
¥350 — 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.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,672 / month at risk
~¥50,000,058 / year if left unfixed
¥50,000,000
+1 more
¥4.84 /mo
8467.7 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.
2.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.52 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.
2.54 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.
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 |
|---|---|
| www.dismall.com/static/image/common/dzicon.woff2 | 815 ms |
| www.dismall.com/static/image/mobile/font/dzmicon.woff2 | 810 ms |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.dismall.com/static/js/swiper/swiper-bundle.min.js?GS3 | 42.2 KiB | 150 ms |
| www.dismall.com/static/js/mobile/jquery.min.js?GS3 | 37.3 KiB | 150 ms |
| www.dismall.com/static/js/mobile/common.js?GS3 | 17.3 KiB | 150 ms |
| www.dismall.com/data/cache/style_1_css_mobile_diy.css?GS3 | 2.9 KiB | |
| www.dismall.com/static/image/mobile/style.css?GS3 | 25.9 KiB | 300 ms |
| www.dismall.com/static/image/mobile/font/dzmicon.css?GS3 | 740 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/87/65_avatar_middle.jpg | 324.6 KiB | 323.9 KiB |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/02/04_550_350.jpg?mobile=2 | 129.1 KiB | 98.9 KiB |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/63_550_350.jpg?mobile=2 | 97.4 KiB | 80.6 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/86_550_350.jpg?mobile=2 | 74.3 KiB | 62.9 KiB |
Discuz! 官方交流社区 body#forum > div.header_toplogo > img#touchlogo | www.dismall.com/data/attachment/common/template/touchimg_20260209uaaa0s67.png | 56.8 KiB | 54.7 KiB |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/99_550_350.jpg?mobile=2 | 82.9 KiB | 52.7 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/02/02_550_350.jpg?mobile=2 | 61.7 KiB | 51.4 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/02/03_550_350.jpg?mobile=2 | 60.8 KiB | 50.5 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/02/01_550_350.jpg?mobile=2 | 53.2 KiB | 42.9 KiB |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/78_550_350.jpg?mobile=2 | 63.8 KiB | 33.6 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/88_550_350.jpg?mobile=2 | 42.0 KiB | 31.8 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/06/55/52_avatar_middle.jpg | 26.3 KiB | 25.6 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/07/53/28_avatar_middle.jpg | 25.0 KiB | 24.3 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/87_550_350.jpg?mobile=2 | 33.5 KiB | 23.2 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/39/43_avatar_middle.jpg | 21.3 KiB | 20.6 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/04/78/99_avatar_middle.jpg | 21.3 KiB | 20.6 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/00/00/03_avatar_middle.jpg | 21.3 KiB | 20.5 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/65/06_avatar_middle.jpg | 20.9 KiB | 20.2 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/05/28/46_avatar_middle.jpg | 20.8 KiB | 20.1 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/00/21/34_avatar_middle.jpg | 19.9 KiB | 19.2 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/85_550_350.jpg?mobile=2 | 29.4 KiB | 18.3 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/05/77/29_avatar_middle.jpg | 17.9 KiB | 17.2 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/02/00_550_350.jpg?mobile=2 | 27.1 KiB | 16.8 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/25/50_avatar_middle.jpg | 16.8 KiB | 16.1 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/00/03/86_avatar_middle.jpg | 16.2 KiB | 15.5 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/70/01_avatar_middle.jpg | 15.5 KiB | 14.8 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/04/21/03_avatar_middle.jpg | 13.4 KiB | 12.6 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/07/54/66_avatar_middle.jpg | 12.5 KiB | 11.8 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/89_550_350.jpg?mobile=2 | 21.3 KiB | 11.2 KiB |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm | www.dismall.com/data/attachment/image/000/04/01/79_550_350.jpg?mobile=2 | 24.2 KiB | 10.1 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/03/20/09_avatar_middle.jpg | 7.4 KiB | 6.7 KiB |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/data/avatar/000/00/05/40_avatar_middle.jpg | 7.0 KiB | 6.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.dismall.com/static/js/swiper/swiper-bundle.min.js?GS3 | 42.0 KiB | 38.4 KiB |
| www.dismall.com/static/js/mobile/jquery.min.js?GS3 | 37.2 KiB | 27.4 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dismall.com/static/image/mobile/style.css?GS3 | 25.9 KiB | 2.4 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dismall.com/static/js/mobile/common.js?GS3 | 17.2 KiB | 2.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dismall.com/static/image/mobile/style.css?GS3 | 25.8 KiB | 24.4 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.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.0 s |
| Rendering | 982 ms |
| Style & Layout | 509 ms |
| Script Evaluation | 213 ms |
| Parse HTML & CSS | 33 ms |
| Script Parsing & Compilation | 33 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Discuz! 官方交流社区 body#forum > div.header_toplogo > img#touchlogo | www.dismall.com/data/attachment/common/template/touchimg_20260209uaaa0s67.png |
发布 div#mfoot > a.flex > span.foot-ico > img | www.dismall.com//static/image/mobile/touch/plus_btn.svg |
首页 div#mfoot > a.flex > span.foot-ico > img | www.dismall.com//static/image/mobile/touch/home.svg |
论坛 div#mfoot > a.flex > span.foot-ico > img | www.dismall.com//static/image/mobile/touch/forum.svg |
点滴 div#mfoot > a.flex > span.foot-ico > img | www.dismall.com//static/image/mobile/touch/explore.svg |
我的 div#mfoot > a.flex > span.foot-ico > img | www.dismall.com//static/image/mobile/touch/space.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| www.dismall.com/ | 1.6 s |
| www.dismall.com/forum.php?mod=guide&view=newthread&mobile=2 | 0.0 ms |
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 |
|---|
社区导读 body#forum > div.header_toplogo > p |
最新 body#forum > div.dhnv > a.flex |
热门 body#forum > div.dhnv > a.flex |
回复 body#forum > div.dhnv > a.flex |
抢沙发 body#forum > div.dhnv > a.flex |
看版块 body#forum > div.dhnv > a.flex |
昨天 21:02 li.list > div.threadlist_top > div.muser > span.mtime |
如题,开始发布商品可以显示,重新编辑后无法显示 目前我的解决方法 在\source\app\forum\child\ ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
39 li.list > div.threadlist_foot > ul > li |
昨天 11:16 li.list > div.threadlist_top > div.muser > span.mtime |
X5.0管理中心用户管理竟然取消了按用户组搜索用户? ul > li.list > a > div.threadlist_mes |
#站长杂谈 div.threadlist_foot > ul > li.mr > a |
12 li.list > div.threadlist_foot > ul > li |
昨天 08:52 li.list > div.threadlist_top > div.muser > span.mtime |
痛点共鸣 Discuz! X5 的 RESTful API 文档看了头大? [*]签名算法 nonce + timestamp + secre ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
124 li.list > div.threadlist_foot > ul > li |
17 li.list > div.threadlist_foot > ul > li |
前天 22:36 li.list > div.threadlist_top > div.muser > span.mtime |
我去哪个版本更稳定?; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
126 li.list > div.threadlist_foot > ul > li |
前天 18:13 li.list > div.threadlist_top > div.muser > span.mtime |
Discuz! 程序版本 Discuz! 开源版 / Discuz! X5.0.0.Open Release 20260410 这个版本,以前 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
83 li.list > div.threadlist_foot > ul > li |
12 li.list > div.threadlist_foot > ul > li |
前天 16:20 li.list > div.threadlist_top > div.muser > span.mtime |
系统有问题??? ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
12 li.list > div.threadlist_foot > ul > li |
前天 14:07 li.list > div.threadlist_top > div.muser > span.mtime |
第一步,从后台进入应用中心;第二步,完善信息并绑定QQ,注意绑定的QQ要和之前一致,如果能出现 ... ul > li.list > a > div.threadlist_mes |
#教程指导 div.threadlist_foot > ul > li.mr > a |
66 li.list > div.threadlist_foot > ul > li |
前天 12:26 li.list > div.threadlist_top > div.muser > span.mtime |
情况是这样的:;老站有授权,老站总是升级5.0失败,而且后台很多设置太乱了。3.5版本也没有一键 ... ul > li.list > a > div.threadlist_mes |
#站长杂谈 div.threadlist_foot > ul > li.mr > a |
16 li.list > div.threadlist_foot > ul > li |
前天 12:01 li.list > div.threadlist_top > div.muser > span.mtime |
微信第三方登录除了用服务号的还能用其他的吗?比如说微信开发者平台的appid 是不是直接替换就行 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
36 li.list > div.threadlist_foot > ul > li |
前天 10:40 li.list > div.threadlist_top > div.muser > span.mtime |
目前官方免费开放了Discuz! X3.5版本的小程序,这对广大网站主来说是个福利。 现在Discuz! X5上 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
122 li.list > div.threadlist_foot > ul > li |
12 li.list > div.threadlist_foot > ul > li |
前天 09:57 li.list > div.threadlist_top > div.muser > span.mtime |
如图: 错误的时候地址有"?"号 ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
3 天前 li.list > div.threadlist_top > div.muser > span.mtime |
群组圈子,怎么设置只允许发布特殊帖子,只有论坛版块才能设置?群组不支持 ; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
106 li.list > div.threadlist_foot > ul > li |
3 天前 li.list > div.threadlist_top > div.muser > span.mtime |
基于discux X5 20260320版的简体中文语言包用AI翻译的,把所有的文件都翻译了,我已经手动粗略的 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
170 li.list > div.threadlist_foot > ul > li |
13 li.list > div.threadlist_foot > ul > li |
3 天前 li.list > div.threadlist_top > div.muser > span.mtime |
JSON 编辑器不支持附件权限和积分下载设置吗? 上传完了没有设置的地方。 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
103 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
如题,后提下载的压缩包无法解压,开始以为是因为用mac的问题,换了win系统,依旧无法解压,大家 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
106 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
我是打算做国画素材网站的,现在想上传素材时用分类信息模块DZ X5.0后台如何添加分类信息,以下 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
134 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
论坛部署在群晖nas上,系统升级后就报错,无法访问论坛,请大神帮忙看下,谢谢; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
171 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
最好是有截图,一时看不到了。; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
63 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
我在PHP扩展中也安装了zip的扩展。; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
176 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
X5开发插件的文档在哪里?? 和X3.5的区别是什么??;没有文档吗??; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
91 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
投票 li.list > a > div.threadlist_tit > span.micon |
收集下大家使用的版本,没有APP需求的也可以投票; ul > li.list > a > div.threadlist_mes |
#站长杂谈 div.threadlist_foot > ul > li.mr > a |
194 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
DiscuzX5.0在富文本框编辑模式下,每次一粘贴文字,就跳转到帖子顶部,编辑个内容可累死我了 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
136 li.list > div.threadlist_foot > ul > li |
4 天前 li.list > div.threadlist_top > div.muser > span.mtime |
购买模板后安装报错:404 Not Found nginx 这个是什么情况呢 ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
104 li.list > div.threadlist_foot > ul > li |
5 天前 li.list > div.threadlist_top > div.muser > span.mtime |
Discuz! System Error;Time: 2026-04-18 22:50:20 +0800 IP: 223.104.194.119 BackTr… ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
174 li.list > div.threadlist_foot > ul > li |
5 天前 li.list > div.threadlist_top > div.muser > span.mtime |
多媒体的外部资源如何使用; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
116 li.list > div.threadlist_foot > ul > li |
6 天前 li.list > div.threadlist_top > div.muser > span.mtime |
没有uc_server目录了,我看默认头像链接都是指向旧的uc_server目录的data下面。官方网站随便点击 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
179 li.list > div.threadlist_foot > ul > li |
6 天前 li.list > div.threadlist_top > div.muser > span.mtime |
2026/04/17 16:43:26 [error] 736481#0: *597807 FastCGI sent in stderr: "; PHP me… ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
228 li.list > div.threadlist_foot > ul > li |
6 天前 li.list > div.threadlist_top > div.muser > span.mtime |
惊闻久游网创始人王子杰先生,于 2026 年 4 月 14 日在上海因突发心源性疾病逝世,享年 6 ... ul > li.list > a > div.threadlist_mes |
#社区新闻 div.threadlist_foot > ul > li.mr > a |
349 li.list > div.threadlist_foot > ul > li |
6 天前 li.list > div.threadlist_top > div.muser > span.mtime |
X5能使用微信开放平台进行第三方登录吗? 如能怎么设置?; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
119 li.list > div.threadlist_foot > ul > li |
6 天前 li.list > div.threadlist_top > div.muser > span.mtime |
官方的发贴中,手机版中多了一条线(附图),大家可以在发贴界面按F12 ,然后ctrl+chift+m 查看 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
211 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
方法1. 如果你的服务器使用的是宝塔面板;登录宝塔面板, 修改网站的设置;菜单: 网站 ... ul > li.list > a > div.threadlist_mes |
#教程指导 div.threadlist_foot > ul > li.mr > a |
101 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
Discuz x5 首页这里的QQ登录怎么调不出来了,是我哪里设置的有问题吗 ? ; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
143 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
我把所有普通用户的基础积分 1 类型,全部清零了。;这个时候出现了一个问题,老用户的用户组已经 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
127 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
Diy设置问题,DIY到底应该怎么设置?;我的环境:Discuz X3.4版本,2C4G配置,宝塔linux,论坛首 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
447 li.list > div.threadlist_foot > ul > li |
12 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
之前X3.5用户组图标不限制大小,但是X5用户组图标被强行设定为高度20px,找了半天也没找到是哪个 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
187 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
#问题求助 div.threadlist_foot > ul > li.mr > a |
121 li.list > div.threadlist_foot > ul > li |
7 天前 li.list > div.threadlist_top > div.muser > span.mtime |
咱们中文寻星论坛(https://bbs.asiadvb.net)有“190”这个ID因注册的时候不使用QQ邮箱注册,4月1 ... ul > li.list > a > div.threadlist_mes |
#站长杂谈 div.threadlist_foot > ul > li.mr > a |
301 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
动态发布按钮看不见 个人主页如图 右边头像下面的字显示不全 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
228 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
这些年禁止太多ID进小黑屋了,一个个查找删除太慢了,如果清空掉?; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
116 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
Fatal error: Uncaught Error: Call to undefined function set_time_limit() in /… ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
152 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
Fatal error: Uncaught Error: Call to undefined function set_time_limit() in /ww… ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
100 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
x3.5升级x5.0后 手机版模板是白色,丢失css,这个编辑器也还是默认dz编辑器如何更新; ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
224 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
x3.5如何升级到5.0 ; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
173 li.list > div.threadlist_foot > ul > li |
2026-4-15 li.list > div.threadlist_top > div.muser > span.mtime |
比如这种可以缩小一点的但是占用大半个屏幕了; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
119 li.list > div.threadlist_foot > ul > li |
2026-4-14 li.list > div.threadlist_top > div.muser > span.mtime |
留空,自己上传的LOGO可以正常显示,设置了颜色就显示官方默认的logo,审查元素里面的LOGO地址是 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
202 li.list > div.threadlist_foot > ul > li |
2026-4-14 li.list > div.threadlist_top > div.muser > span.mtime |
图中的数值是能修改的吗?在哪更改?; ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
123 li.list > div.threadlist_foot > ul > li |
2026-4-14 li.list > div.threadlist_top > div.muser > span.mtime |
X5的活动贴的所在城市建议关联地区,跟个人信息地址一样直接选 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
112 li.list > div.threadlist_foot > ul > li |
2026-4-13 li.list > div.threadlist_top > div.muser > span.mtime |
用户在个人空间或回贴时发布非法链接,受监管处罚会影响论坛正常运营,大家有没有遇到这种问题😄 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
310 li.list > div.threadlist_foot > ul > li |
2026-4-13 li.list > div.threadlist_top > div.muser > span.mtime |
用户在个人空间或回贴时发布非法链接,受监管处罚会影响论坛正常运营,大家有没有遇到这种问题😄 ... ul > li.list > a > div.threadlist_mes |
#问题求助 div.threadlist_foot > ul > li.mr > a |
154 li.list > div.threadlist_foot > ul > li |
2026-4-13 li.list > div.threadlist_top > div.muser > span.mtime |
分享一个 x5的 最佳答案插件(AI写的),测试了能用,不支持悬赏帖子,AI改了好几天的,可能还有 ... ul > li.list > a > div.threadlist_mes |
#Discuz! X5 专区 div.threadlist_foot > ul > li.mr > a |
463 li.list > div.threadlist_foot > ul > li |
11 li.list > div.threadlist_foot > ul > li |
首页 body#forum > div#mfoot > a.flex > span.foot-txt |
论坛 body#forum > div#mfoot > a.flex > span.foot-txt |
点滴 body#forum > div#mfoot > a.flex > span.foot-txt |
我的 body#forum > div#mfoot > a.flex > span.foot-txt |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
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 |
|---|
body#forum > div.header > div.mz > a body#forum > div.header > div.mz > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
ul > li.list > div.threadlist_top > a.mimg ul > li.list > div.threadlist_top > a.mimg |
div.threadlist > ul > li.list > a div.threadlist > ul > li.list > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=9152&size=middle | 38 x 38 (1.00) | 119 x 109 (1.09) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=9598&size=middle | 38 x 38 (1.00) | 120 x 105 (1.14) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=9598&size=middle | 38 x 38 (1.00) | 120 x 105 (1.14) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=1159&size=middle | 38 x 38 (1.00) | 120 x 104 (1.15) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=1159&size=middle | 38 x 38 (1.00) | 120 x 104 (1.15) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=42103&size=middle | 38 x 38 (1.00) | 97 x 120 (0.81) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=18792&size=middle | 38 x 38 (1.00) | 120 x 93 (1.29) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=18792&size=middle | 38 x 38 (1.00) | 120 x 93 (1.29) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=18792&size=middle | 38 x 38 (1.00) | 120 x 93 (1.29) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=6947&size=middle | 38 x 38 (1.00) | 120 x 92 (1.30) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=75714&size=middle | 38 x 38 (1.00) | 120 x 90 (1.33) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=52846&size=middle | 38 x 38 (1.00) | 90 x 119 (0.76) |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt | www.dismall.com/uc_server/avatar.php?uid=66710&size=middle | 38 x 38 (1.00) | 89 x 120 (0.74) |
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?9096201b4402bd8eccc0024f04f7bd48 line 1, col 274 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.dismall.com/static/js/mobile/common.js?GS3 line 58, col 23 | TypeError: Cannot read properties of null (reading 'page_number')
at $L (https://www.dismall.com/static/js/mobile/common.js?GS3:59:24)
at Object.converthtml (https://www.dismall.com/static/js/mobile/common.js?GS3:120:89)
at HTMLDocument.<anonymous> (https://www.dismall.com/static/js/mobile/common.js?GS3:987:8)
at i (https://www.dismall.com/static/js/mobile/jquery.min.js?GS3:2:27449)
at Object.fireWith [as resolveWith] (https://www.dismall.com/static/js/mobile/jquery.min.js?GS3:2:28213)
at n.ready (https://www.dismall.com/static/js/mobile/jquery.min.js?GS3:2:30006)
at HTMLDocument.K (https://www.dismall.com/static/js/mobile/jquery.min.js?GS3:2:30368) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs1 > ul > li > img.vm div.threadlist_imgs1 > ul > li > img.vm |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
li.list > div.threadlist_top > a.mimg > img._avt li.list > div.threadlist_top > a.mimg > img._avt |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
div.threadlist_imgs > ul > li > img.vm div.threadlist_imgs > ul > li > img.vm |
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.
1.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.025
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.28 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.
1.98 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| www.dismall.com/template/discuz_dismall/image/dzicon.woff2 | 1.0 s |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.dismall.com/data/cache/style_4_common.css?Ibz | 57.5 KiB | 80 ms |
| www.dismall.com/template/discuz_dismall/image/jquery.min.js?Ibz | 37.9 KiB | |
| www.dismall.com/data/cache/common.js?Ibz | 20.6 KiB | |
| www.dismall.com/data/cache/style_4_forum_index.css?Ibz | 2.8 KiB | |
| www.dismall.com/data/cache/forum.js?Ibz | 6.6 KiB |
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 | |
|---|---|---|---|
应用中心 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/6c/common_45_icon.png | 237.6 KiB | 236.8 KiB |
UCenter td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/ad/common_74_icon.png | 236.0 KiB | 235.2 KiB |
Discuz! X5 专区 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/14/common_69_icon.png | 234.9 KiB | 234.2 KiB |
定制、有偿服务 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/d9/common_46_icon.png | 234.2 KiB | 233.5 KiB |
问题求助 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/f7/common_44_icon.png | 231.7 KiB | 231.0 KiB |
站长杂谈 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/64/common_48_icon.png | 229.1 KiB | 228.3 KiB |
Discuz! X 开发文档资料 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/f4/common_49_icon.png | 229.0 KiB | 228.3 KiB |
程序发布 tr.fl_row > td.fl_icn > a > img | www.dismall.com/data/attachment/common/a5/common_38_icon.png | 225.2 KiB | 224.4 KiB |
教程指导 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/28/common_51_icon.png | 225.0 KiB | 224.3 KiB |
Discuz! X 开发者专区 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/67/common_47_icon.png | 224.6 KiB | 223.8 KiB |
社区公告 tr.fl_row > td.fl_icn > a > img | www.dismall.com/data/attachment/common/19/common_36_icon.png | 224.5 KiB | 223.7 KiB |
社区新闻 tr > td.fl_icn > a > img | www.dismall.com/data/attachment/common/43/common_81_icon.png | 221.1 KiB | 220.3 KiB |
Discuz! Q td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/32/common_66_icon.png | 203.9 KiB | 203.1 KiB |
ul > li > span.kmewm > img ul > li > span.kmewm > img | www.dismall.com/template/discuz_dismall/image/ewm_b.jpg | 166.0 KiB | 164.3 KiB |
ul > li > span.kmewm > img ul > li > span.kmewm > img | addon.dismall.com/static/img/open/ewm_a.jpg?Ibz | 126.5 KiB | 124.7 KiB |
Discuz!ᵂ td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/ea/common_64_icon.png | 121.9 KiB | 121.2 KiB |
WitFrame 云平台 td.fl_g > div.fl_icn_g > a > img | www.dismall.com/data/attachment/common/03/common_63_icon.png | 104.2 KiB | 103.5 KiB |
只需 2 分钟开通包含 X5 内核的 Discuz!ᵂ 版 div#portal_block_29_content > div.portal_block_summary > a > img | www.dismall.com/static/image/logo/dzw3.png | 104.0 KiB | 100.0 KiB |
div#portal_block_56_content > div.portal_block_summary > a > img#apkd div#portal_block_56_content > div.portal_block_summary > a > img#apkd | www.dismall.com/static/image/logo/app.png | 96.2 KiB | 92.2 KiB |
div#portal_block_42_content > div.portal_block_summary > a > img div#portal_block_42_content > div.portal_block_summary > a > img | www.dismall.com/static/image/logo/x5_1.png | 61.3 KiB | 57.3 KiB |
ul > li > span.kmewm > img ul > li > span.kmewm > img | addon.dismall.com/static/img/open/ewm_qq.jpg?Ibz | 62.4 KiB | 55.5 KiB |
Discuz! 官方交流社区 div.comiis_headb_box > div.comiis_headb_l > a.kmlogo > img#boardlogo | www.dismall.com/template/dismall/static/logo.png | 25.7 KiB | 25.1 KiB |
依法打击整治网络谣言 营造清朗有序网络空间 —— 合肥市公安局网安支队 示 div#portal_block_27 > div#portal_block_27_content > div.portal_block_summary > img | www.dismall.com/data/attachment/portal/202404/11/150100i6w5p4qh71z45pew.jpg | 14.9 KiB | 7.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dismall.com/data/cache/style_4_common.css?Ibz | 57.3 KiB | 53.5 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| www.dismall.com/template/discuz_dismall/image/jquery.min.js?Ibz | 37.8 KiB | 21.7 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.
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 |
|---|
Discuz!ᵂ td.fl_g > dl > dt > a |
手机版|小黑屋|Discuz! 官方交流社区 ( 皖ICP备16010102号 |皖公网安备34010302002376号 )|网站地图| div.comiis_ft > div#ft > div#flk > p |
GMT+8, 2026-4-23 05:18, Updated at 2026-04-23 05:18:22, Processed in 0.000164 s… div.comiis_ft > div#ft > div#flk > p.xs0 |
, Updated at 2026-04-23 05:18:22, Processed in 0.000164 second(s). div#ft > div#flk > p.xs0 > span#debuginfo |
Powered by Discuz! X5.0 Licensed div.comiis_ft > div#ft > div#frt > p |
© 2001-2026 Discuz! Team. div.comiis_ft > div#ft > div#frt > p.xs0 |
Discuz! Team div#ft > div#frt > p.xs0 > a |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#an > dl.cl > dt.z > img.vm div#an > dl.cl > dt.z > img.vm |
div#portal_block_42_content > div.portal_block_summary > a > img div#portal_block_42_content > div.portal_block_summary > a > img |
div#portal_block_56_content > div.portal_block_summary > a > img#apkd div#portal_block_56_content > div.portal_block_summary > a > img#apkd |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
div#flk > p > a > img div#flk > p > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#portal_block_42 > div#portal_block_42_content > div.portal_block_summary > a div#portal_block_42 > div#portal_block_42_content > div.portal_block_summary > a |
div#portal_block_56 > div#portal_block_56_content > div.portal_block_summary > a div#portal_block_56 > div#portal_block_56_content > div.portal_block_summary > a |
body#nv_forum > div#comiis_rnav > a#comiis_add_css body#nv_forum > div#comiis_rnav > a#comiis_add_css |
body#nv_forum > div#comiis_rnav > a.comiis_rpost body#nv_forum > div#comiis_rnav > a.comiis_rpost |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
首页 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_N01fa |
社区 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_forum |
点滴 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_N48ee |
教程 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_N269d |
服务 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_Nffa1 |
应用中心 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_N3c66 |
云服务器 div#comiis_tnv > div.comiis_headb_box > div.comiis_headb_nv > li#mn_N1781 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
社区新闻
Discuz! 最新的新闻专题区
16 / 227
X5 开源版更新日志
前天 17:52 柔性正骨
程序发布
最新版本发布下… div.comiis_flbm > div.bm > div#category_73 > table.fl_tb |
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#portal_block_56_content > div.portal_block_summary > div#apkd_menu > img div#portal_block_56_content > div.portal_block_summary > div#apkd_menu > img | www.dismall.com/static/image/logo/DiscuzOfficial.apk.png | 282 x 300 (0.94) | 300 x 300 (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?9096201b4402bd8eccc0024f04f7bd48 line 1, col 274 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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 |
|---|
body#nv_forum > div#scrolltop > span > a.scrolltopa body#nv_forum > div#scrolltop > span > a.scrolltopa |
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#an > dl.cl > dt.z > img.vm div#an > dl.cl > dt.z > img.vm |
div#portal_block_42_content > div.portal_block_summary > a > img div#portal_block_42_content > div.portal_block_summary > a > img |
div#portal_block_56_content > div.portal_block_summary > a > img#apkd div#portal_block_56_content > div.portal_block_summary > a > img#apkd |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
ul > li > span.kmewm > img ul > li > span.kmewm > img |
div#flk > p > a > img div#flk > p > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback