Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Z-Blog让建站更简单 div.zblogdesclist > div.zblogdescimg > span > img | www.zblogcn.com/style/images/zblogdesc01.jpg | 56.9 KiB | 18.6 KiB |
Z-Blog让建站更简单 div.zblogdesclist > div.zblogdescimg > span > img | www.zblogcn.com/style/images/zblogdesc02.jpg | 42.4 KiB | 13.9 KiB |
又拍云 div.wrap > p > a > img | www.zblogcn.com/style/other/upyun_logo.png | 5.8 KiB | 5.7 KiB |
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.
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.zblogcn.com/style/fonts/iconfont.woff2 | 5.0 ms |
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 |
|---|---|
| www.zblogcn.com/script/jquery.js | 29.4 KiB |
| www.zblogcn.com/script/common.js | 11.6 KiB |
| www.zblogcn.com/plugin/fancybox/fancybox.js | 19.7 KiB |
| www.zblogcn.com/plugin/swiper/swiper.min.js | 23.7 KiB |
| www.zblogcn.com/style/style.css | 9.4 KiB |
| www.zblogcn.com/plugin/fancybox/fancybox.css | 3.5 KiB |
| www.zblogcn.com/plugin/swiper/swiper.min.css | 3.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
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 |
|---|---|
| zblogcn.com/ | 844 ms |
| www.zblogcn.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.zblogcn.com/ | 856 ms |
Accessibility
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.
Contrast
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 |
|---|
简单易用,体积小速度快,操作方便,更适合国人的设计 ul > li > a > p |
程序多年打磨,具有极高的安全性,系统底层稳定且坚固 ul > li > a > p |
丰富的插件接口,轻松应对各种拓展需求,具有可定制性 ul > li > a > p |
自带应用中心客户端,实现主题、插件在线安装,一键更新 ul > li > a > p |
使用简单方便且功能丰富的建站系统 div.wrap > div.zblogdesclist > div.zblogdesctxt > p |
更符合国人使用习惯的开源建站平台 div.wrap > div.zblogdesclist > div.zblogdesctxt > p |
© 2026 ZBLOGCN.COM 版权所有. 鄂ICP备19031813号-6 div.footer > div.copyright > div.wrap > p |
鄂ICP备19031813号-6 div.copyright > div.wrap > p > a |
由提供CDN及云存储服务 本站由Toyean拓源网设计 div.footer > div.copyright > div.wrap > p |
Toyean拓源网 div.copyright > div.wrap > p > a |
严禁使用Z-BLOG从事任何非法活动,禁止违法网站使用Z-BLOG及相关程序 | 违法和不良信息举报中心 div.footer > div.copyright > div.wrap > p |
违法和不良信息举报中心 div.copyright > div.wrap > p > a |
These are opportunities to improve the legibility of your content.
Best Practices
General
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. | www.zblogcn.com/script/jquery.js line 2, col 6086 |
SEO
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.