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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | t1.chei.com.cn/news/img/2293444022.jpg | 383.9 KiB | 326.3 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | t1.chei.com.cn/news/img/2293447372.jpg | 158.3 KiB | 118.7 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | t2.chei.com.cn/news/img/2293461484.jpg | 151.8 KiB | 113.8 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | t1.chei.com.cn/news/img/2293452273.jpg | 145.6 KiB | 109.2 KiB |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img | t3.chei.com.cn/news/img/2293451999.jpg | 94.8 KiB | 71.1 KiB |
ul > li > a > img ul > li > a > img | t2.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-2.jpg | 40.5 KiB | 39.0 KiB |
ul > li > a > img ul > li > a > img | t3.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-5.jpg | 36.2 KiB | 34.7 KiB |
学职平台公众号 div.width1180 > ul > li > img | t3.chei.com.cn/chsi/assets/gb/pc/images/xz-ewm-2.jpg | 24.8 KiB | 23.8 KiB |
阳光高考订阅号 div.width1180 > ul > li > img | t1.chei.com.cn/chsi/assets/gb/pc/images/gk-ewm-2.jpg | 23.8 KiB | 22.7 KiB |
研招网服务号 div.width1180 > ul > li > img | t4.chei.com.cn/chsi/assets/gb/pc/images/yz-ewm-2.jpg | 23.6 KiB | 22.5 KiB |
学信网微信公众号 div.width1180 > ul > li > img | t2.chei.com.cn/chsi/assets/gb/pc/images/chsi-ewm-2.jpg | 22.8 KiB | 21.8 KiB |
ul > li > a > img ul > li > a > img | t1.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-3.jpg | 22.5 KiB | 21.1 KiB |
国家大学生就业服务平台订阅号 div.width1180 > ul > li > img | t1.chei.com.cn/chsi/assets/gb/pc/images/xzy-ewm-2.png?v=2025 | 19.5 KiB | 18.4 KiB |
ul > li > a > img ul > li > a > img | t3.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-1.jpg | 19.2 KiB | 17.7 KiB |
ul > li > a > img ul > li > a > img | t4.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-4.jpg | 18.8 KiB | 17.3 KiB |
ul > li > a > img ul > li > a > img | t4.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-8.jpg | 17.1 KiB | 15.6 KiB |
ul > li > a > img ul > li > a > img | t2.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-6.jpg | 14.2 KiB | 12.8 KiB |
ul > li > a > img ul > li > a > img | t1.chei.com.cn/chsi/assets/gb/pc/images/index-yqlj-7.jpg | 11.0 KiB | 9.6 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| t1.chei.com.cn/chsi/assets/gb/pc/css/app.css?v=202512311 | 69.1 KiB | 327 ms |
| t1.chei.com.cn/common/plugins/swiper/5.2.0/swiper.min.css | 5.0 KiB | 205 ms |
| t1.chei.com.cn/common/ch/chicon/iconfont.css | 2.9 KiB | 205 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Diagnostics
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 |
|---|---|---|
| t1.chei.com.cn/chsi/assets/gb/pc/css/app.css?v=202512311 | 68.6 KiB | 66.3 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-8YMQD1TE48&cx=c>m=4e64h1 | 165.6 KiB | 68.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-100524-1 | 125.1 KiB | 63.5 KiB |
| t1.chei.com.cn/common/jquery/1.9.1/jquery.min.js | 37.1 KiB | 24.5 KiB |
| t1.chei.com.cn/common/plugins/swiper/5.2.0/swiper.min.js | 41.5 KiB | 23.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.footer > div.footer-list > a > img div.footer > div.footer-list > a > img | t2.chei.com.cn/chsi/images/jgwab.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.t_header_r_new > div#top-nav-input > form.site-search > button.search-button div.t_header_r_new > div#top-nav-input > form.site-search > button.search-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.footer > div.footer-list > a > img div.footer > div.footer-list > a > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.t_header_r_new > div#top-nav-input > form.site-search > input#top-nav-search-input div.t_header_r_new > div#top-nav-input > form.site-search > input#top-nav-search-input |
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.t_header_new > div.width1180 > div.t_h_logo_new > a.home div.t_header_new > div.width1180 > div.t_h_logo_new > a.home |
div.t_header_new > div.width1180 > h2 > a.home div.t_header_new > div.width1180 > h2 > a.home |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > a |
div.width1180 > ul > li > a div.width1180 > ul > li > 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.
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 |
|---|
|
注册
|
登录
|
English body > div.t_header_new > div.width1180 > div.t_header_r_new |
注册 div.t_header_new > div.width1180 > div.t_header_r_new > a |
登录 div.t_header_new > div.width1180 > div.t_header_r_new > a |
English div.t_header_new > div.width1180 > div.t_header_r_new > a |
首页 div.t_nav_new > ul#nav_ul > li > a |
学籍查询 div.t_nav_new > ul#nav_ul > li > a |
学历查询 div.t_nav_new > ul#nav_ul > li > a |
学位查询 div.t_nav_new > ul#nav_ul > li > a |
在线验证 div.t_nav_new > ul#nav_ul > li > a |
出国教育背景信息服务 div.t_nav_new > ul#nav_ul > li > a |
图像校对 div.t_nav_new > ul#nav_ul > li > a |
学信档案 div.t_nav_new > ul#nav_ul > li > a |
高考 div.t_nav_new > ul#nav_ul > li > a |
研招 div.t_nav_new > ul#nav_ul > li > a |
港澳台招生 div.t_nav_new > ul#nav_ul > li > a |
征兵 div.t_nav_new > ul#nav_ul > li > a |
就业 div.t_nav_new > ul#nav_ul > li > a |
学职平台 div.t_nav_new > ul#nav_ul > li > a |
在线笔试及视频考试 ul.width1180 > li > a.sed-menu-a > p |
高校招生远程面试 ul.width1180 > li > a.sed-menu-a > p |
毕业论文相似性检测(本科、硕士、博士) ul.width1180 > li > a.sed-menu-a > p |
高校学生在校成绩单验证 ul.width1180 > li > a.sed-menu-a > p |
教育部直属单位公开招聘平台 ul.width1180 > li > a.sed-menu-a > p |
全国普通高校第二学士学位招生信息平台 ul.width1180 > li > a.sed-menu-a > p |
全国万名优秀创新创业导师人才库 ul.width1180 > li.more-link-li > a.sed-menu-a > p |
教育部教研共同体协同提升项目 ul.width1180 > li > a.sed-menu-a > p |
These are opportunities to improve the legibility of your content.
Navigation
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.card-wrap > div.card > div.card-top > h5.i01 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.t_header_r_new > div#top-nav-input > form.site-search > button.search-button div.t_header_r_new > div#top-nav-input > form.site-search > button.search-button |
Go to slide 1 div.width1180 > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.width1180 > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.width1180 > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.width1180 > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.width1180 > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
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.
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. | hm.baidu.com/hm.js?9c8767bf2ffaff9d16e0e409bd28017b line 1, col 274 |
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
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 |
|---|
body > img body > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.footer > div.footer-list > a > img div.footer > div.footer-list > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.