Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 6 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
41 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/1a78ea64-edbf-4d03-a15b-ea4b197f67d6)<a href="https://beavercheck.com/results/1a78ea64-edbf-4d03-a15b-ea4b197f67d6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbjx.com.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbjx.com.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 6.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~32%.
Page takes 6.3s to load
+12% bounceUsers abandon at ~3s — you're 3.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 308ms after first paint
Fix: Defer third-party scripts and split large bundles
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">
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,400 investment → ¥16,796/month returns + CNY 50,000,000 risk avoided
¥1,400
4h · 5 findings
¥16,796 /mo
~¥201,551 / year
CNY 50,000,000
if kept compliant
¥700 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,671 / month at risk
~¥50,000,050 / year if left unfixed
¥50,000,000
¥4.14 /mo
7237.5 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 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.
5.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
308 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.11 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.
13.92 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 |
|---|---|
| /public/a220127/bjx_mt_m_00/css/font/iconfont.woff2?t=163... | 350 ms |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /public/a220127/bjx_mt_m_00/css/default.css?_=20260422180520 | 6.1 KiB | 1.7 s |
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.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/b3f7c17dd54f4d44878b5926b570f1ff.jpg | 564.3 KiB | 550.8 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768486176665128.png | 273.3 KiB | 267.9 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/955fb146f92249de93427f61db88802e.png | 276.5 KiB | 262.9 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768500312130756.png | 176.4 KiB | 170.5 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/14b7ef8810a04f66bd93747fa5237c8b.png | 126.5 KiB | 121.1 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768494276978976.jpeg | 91.9 KiB | 85.7 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768480518222569.png | 50.5 KiB | 43.1 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/c758cbc523424bce91822ed1eb2fefa7.png | 39.1 KiB | 30.0 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/6aef7668246c4acbab7b18a10b15de80.png | 36.9 KiB | 28.1 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768463406349909.png | 29.9 KiB | 27.4 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/WechatImage/202604/17768438614750686.png | 25.7 KiB | 21.5 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/77a899f4a7d94b0889d1e70b5d1d374e.png | 27.2 KiB | 20.4 KiB |
div.box > div.item > a > img div.box > div.item > a > img | img01.mybjx.net/news/UploadFile/202604/5fd2f684c8b54cc1aced18c47a10cca9.png | 9.6 KiB | 5.2 KiB |
div.bjx-m-header > div.box > div.logo > img div.bjx-m-header > div.box > div.logo > img | newsstatic.bjx.com.cn/public/a220127/bjx_mt_m_00/img/mlogo.png?_=20260422180520 | 6.2 KiB | 4.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bjx.com.cn/ | 1.8 s |
| www.bjx.com.cn/ | 1.1 s |
| wap.bjx.com.cn/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
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 |
|---|---|---|
| /login/a251010/bjx_login_center/assets/sdk/1.0.3/bjxLogin... | 13.0 KiB | 13.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /login/a251010/bjx_login_center/assets/sdk/1.0.3/bjxLogin... | 420.7 KiB | 335.7 KiB |
| /public/a220127/bjx_mt_m_00/js/lib/sensorsdata.min.js?_=1... | 51.4 KiB | 30.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.bjx-m-header > div.box > div.logo > img div.bjx-m-header > div.box > div.logo > img | newsstatic.bjx.com.cn/public/a220127/bjx_mt_m_00/img/mlogo.png?_=20260422180520 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
登录 div.box > div.icons > div.user > a |
新型电力系统 div.bjx-m-header > div.box > div.hot > a |
源网荷储 div.bjx-m-header > div.box > div.hot > a |
风光基地 div.bjx-m-header > div.box > div.hot > a |
新型储能 div.bjx-m-header > div.box > div.hot > a |
电力交易 div.bjx-m-header > div.box > div.hot > a |
绿电 div.bjx-m-header > div.box > div.hot > a |
要闻北极星电力网19小时前 div.box > div.item > a > p |
要闻 div.item > a > p > span.red |
要闻三峡小微18小时前 div.box > div.item > a > p |
要闻 div.item > a > p > span.red |
要闻中国政府网前天 div.box > div.item > a > p |
要闻 div.item > a > p > span.red |
辽宁省发改委10小时前 div.box > div.item > a > p |
工信部11小时前 div.box > div.item > a > p |
大连化物所11小时前 div.box > div.item > a > p |
新华社11小时前 div.box > div.item > a > p |
大唐集团11小时前 div.box > div.item > a > p |
北极星环保网12小时前 div.box > div.item > a > p |
华南环境科学研究所12小时前 div.box > div.item > a > p |
高工储能12小时前 div.box > div.item > a > p |
新华社12小时前 div.box > div.item > a > p |
广州电力交易中心12小时前 div.box > div.item > a > p |
湖北省发展和改革委员会12小时前 div.box > div.item > a > p |
陕西省发展和改革委员会12小时前 div.box > div.item > a > p |
兰木达电力现货12小时前 div.box > div.item > a > p |
青海省能源局12小时前 div.box > div.item > a > p |
北极星储能网12小时前 div.box > div.item > a > p |
北极星风力发电网13小时前 div.box > div.item > a > p |
北极星环保网13小时前 div.box > div.item > a > p |
北极星风力发电网13小时前 div.box > div.item > a > p |
山东发布13小时前 div.box > div.item > a > p |
北极星风力发电网13小时前 div.box > div.item > a > p |
中国电力报14小时前 div.box > div.item > a > p |
中国电力报14小时前 div.box > div.item > a > p |
海南省生态环境厅14小时前 div.box > div.item > a > p |
北极星电力市场网14小时前 div.box > div.item > a > p |
中国电力报14小时前 div.box > div.item > a > p |
安徽电力交易中心14小时前 div.box > div.item > a > p |
中国电力报14小时前 div.box > div.item > a > p |
能源评论•首席能源观14小时前 div.box > div.item > a > p |
瓜州发布15小时前 div.box > div.item > a > p |
安徽电力交易中心15小时前 div.box > div.item > a > p |
版权所有©1999-2026 北极星电力网 body > footer |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| img.mybjx.net/theme/default/images/common/loading.gif | Automatically upgraded to HTTPS |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
| Cookie |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.
3.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.56 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.53 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 |
|---|---|
| /public/a210726/bjx_mt_00/css/font/iconfont.woff2?t=17217... | 330 ms |
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 | |
|---|---|---|---|
第六届海上风电创新发展大会(云直播) li > a > p > img | static.bjx.com.cn/live/cover/20260421/14222032353613.jpg | 448.4 KiB | 435.2 KiB |
ul.cc-sw > li > a > img ul.cc-sw > li > a > img | b2bimg.mybjx.net/DatumCenter/Image/original/20250831/202508310629495388_6.jpg | 408.9 KiB | 407.4 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250327/3e1138438000006.gif | 468.6 KiB | 304.6 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260413/3e1916849000008.gif | 419.6 KiB | 264.4 KiB |
社区 div.club_lfet_box > div.club_left_top_box > a > img | img01.mybjx.net/webupload/image/20250521/3e125aaf2000004.png | 271.5 KiB | 261.7 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260119/3e175ab8c400016.gif | 412.8 KiB | 260.1 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20241104/3e0e45602800004.gif | 389.8 KiB | 241.7 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260228/3e182f359400002.gif | 224.3 KiB | 210.1 KiB |
2026年电力市场创新发展论坛(云直播) li > a > p > img | static.bjx.com.cn/live/cover/20260407/15395651273398.jpg | 220.5 KiB | 207.3 KiB |
电启新章 交易未来 电力交易专场招聘 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/2/26/47718332_tosl3b3h7ypcidlln04la.jpg | 191.9 KiB | 188.8 KiB |
ul.cc-sw > li > a > img ul.cc-sw > li > a > img | b2bimg.mybjx.net/DatumCenter/Image/original/20231207/202312070514301162_3.jpg | 167.1 KiB | 165.4 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250623/3e130798d400006.gif | 273.6 KiB | 158.7 KiB |
应届生 急招 北极星校园招聘 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/4/22/47542247_7mlyubz0eyqhw8ncivmki.jpg | 166.2 KiB | 153.0 KiB |
新能源 春招 北极星校招 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/4/20/50013609_d5posanaa7k3hv86a2shsk.jpg | 113.4 KiB | 110.3 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20240913/3e0d34c86800008.gif | 182.1 KiB | 96.5 KiB |
华为P50 ul > li > a.club_award > img.award_cover | img01.mybjx.net/webupload/image/20231019/3e0668c33800002.png | 98.4 KiB | 95.8 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20231127/3e07361a0c0000a.png | 74.8 KiB | 66.4 KiB |
柔性及可调式光伏支架设计与应用 li > a > p > img | img01.mybjx.net/webupload/image/20240416/3e0a1c5c5c00002.png!eduitemthumbnail | 61.5 KiB | 57.6 KiB |
北极星学社2400元以内任意一套课程免费 ul > li > a.club_award > img.award_cover | img01.mybjx.net/webupload/image/20231019/3e066873500000c.png | 58.7 KiB | 56.1 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20220422/3ffb2cd82800020.jpg | 61.6 KiB | 53.2 KiB |
div.head > small > i > a.go_club div.head > small > i > a.go_club | newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/img/goclub.gif | 107.3 KiB | 49.4 KiB |
光伏项目一体化EPC管理要点(设计牵头) li > a > p > img | img01.mybjx.net/webupload/image/20240425/3e0a4b5b9c00002.png!eduitemthumbnail | 51.9 KiB | 48.0 KiB |
光伏项目建设成本管控及测算 li > a > p > img | img01.mybjx.net/webupload/image/20240517/3e0abf5ca400002.png!eduitemthumbnail | 51.4 KiB | 47.5 KiB |
100元课程满减券 ul > li > a.club_award > img.award_cover | img01.mybjx.net/webupload/image/20231019/3e0668735000012.png | 49.7 KiB | 47.1 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250327/3e1139163c00004.png | 54.7 KiB | 46.3 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260421/3e1940df280001a.png | 47.8 KiB | 42.0 KiB |
分布式光伏项目·全过程实战营 li > a > p > img | img01.mybjx.net/webupload/image/20240408/3e09f290c00000e.png!eduitemthumbnail | 45.8 KiB | 41.9 KiB |
工商业光伏项目建设全流程管理训练营 li > a > p > img | img01.mybjx.net/webupload/image/20240403/3e09d8bd4400004.png!eduitemthumbnail | 45.5 KiB | 41.6 KiB |
ul.cc-sw > li > a > img ul.cc-sw > li > a > img | b2bimg.mybjx.net/DatumCenter/Image/original/20260422/202604220321373819_3.jpg | 42.5 KiB | 40.8 KiB |
风资源评估工作全流程解析 li > a > p > img | img01.mybjx.net/webupload/image/20240417/3e0a222af800002.png!eduitemthumbnail | 44.4 KiB | 40.5 KiB |
储能项目建设全流程管理训练营 li > a > p > img | img01.mybjx.net/webupload/image/20240401/3e09cda4640001c.png!eduitemthumbnail | 43.8 KiB | 39.9 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260302/3e183952d800010.jpg | 39.1 KiB | 36.2 KiB |
div.swiper-slide > cite > a > u div.swiper-slide > cite > a > u | img01.mybjx.net/webupload/image/20260323/3e18a85d8800002.png | 41.5 KiB | 35.2 KiB |
光储项目建设管理集训营 li > a > p > img | img01.mybjx.net/webupload/image/20250224/3e1094c05400002.png!eduitemthumbnail | 37.9 KiB | 34.0 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20220524/3ffbd6c65c00012.jpg | 35.2 KiB | 32.3 KiB |
div.swiper-slide > cite > a > u div.swiper-slide > cite > a > u | img01.mybjx.net/webupload/image/20250325/3e112cbe900000e.png | 38.4 KiB | 32.0 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20240612/3e0b48fbd00001e.png | 31.9 KiB | 29.0 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250304/3e10bdd75400018.jpg | 35.4 KiB | 27.0 KiB |
div.swiper-slide > cite > a > u div.swiper-slide > cite > a > u | img01.mybjx.net/webupload/image/20250422/3e11c0959800002.png | 31.8 KiB | 25.4 KiB |
div.swiper-slide > cite > a > u div.swiper-slide > cite > a > u | img01.mybjx.net/webupload/image/20251117/3e160fd73000002.png | 31.6 KiB | 25.2 KiB |
北极星电力网 div.box > div.app > div > img | /public/a210726/bjx_mt_00/img/footer_app.png?_=1776853942331 | 22.0 KiB | 21.0 KiB |
div.copy > p > span > img div.copy > p > span > img | /public/a210726/bjx_mt_00/img/chip/footer_bei_ico.png?_=1... | 18.8 KiB | 18.8 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260325/3e18b160480000c.jpg | 21.5 KiB | 18.6 KiB |
ul.cc-sw > li > a > img ul.cc-sw > li > a > img | b2bimg.mybjx.net/DatumCenter/Image/original/20200913/202009130310424600_3.jpg | 19.1 KiB | 18.3 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250820/3e143a907400018.png | 21.2 KiB | 18.3 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20250319/3e110e9a7800034.png | 20.8 KiB | 17.9 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20220422/3ffb2cd8280000c.jpg | 25.3 KiB | 16.9 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20251215/3e16a3c51000006.jpg | 18.0 KiB | 15.1 KiB |
li > div.cc-hd-left > a > img li > div.cc-hd-left > a > img | img01.mybjx.net/webupload/image/20260225/3e181f3f7400006.jpg!eduitemthumbnail | 16.0 KiB | 14.8 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20240821/3e0cba8cf800004.png | 17.4 KiB | 14.5 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260422/3e1946152000004.png | 16.9 KiB | 13.9 KiB |
ul.cc-sw > li > a > img ul.cc-sw > li > a > img | b2bimg.mybjx.net/DatumCenter/Image/original/2015120/201512014255173499.jpg | 16.1 KiB | 13.9 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260319/3e18931dc80000c.jpg | 18.0 KiB | 13.8 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20260419/3e19361b800001e.jpg | 16.2 KiB | 12.1 KiB |
ul.cc-zp-company > li > a > img ul.cc-zp-company > li > a > img | /EnterpriseNew/CompanyLogo/132717/2026030910080840_990499... | 11.9 KiB | 11.7 KiB |
li > div.cc-hd-left > a > img li > div.cc-hd-left > a > img | img01.mybjx.net/webupload/image/20260420/3e193b731400004.jpg!eduitemthumbnail | 12.4 KiB | 11.3 KiB |
北极星电力网 div.box > div.logo > a.js-record-click > img | newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/img/logo_big.png?_=1776853942331 | 12.8 KiB | 10.6 KiB |
li > div.cc-hd-left > a > img li > div.cc-hd-left > a > img | img01.mybjx.net/webupload/image/20260421/3e1940f2f000004.jpg!eduitemthumbnail | 11.6 KiB | 10.4 KiB |
ul.cc-zp-company > li > a > img ul.cc-zp-company > li > a > img | static.bjx.com.cn/EnterpriseNew/CompanyLogo/113351/2022021709282564_959091.jpeg | 9.7 KiB | 9.4 KiB |
ul.cc-zp-company > li > a > img ul.cc-zp-company > li > a > img | static.bjx.com.cn/EnterpriseNew/CompanyLogo/125824/2023071014521280_140983.jpeg | 8.8 KiB | 8.6 KiB |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img | img01.mybjx.net/webupload/image/20240828/3e0cdeeb1c00004.png | 11.4 KiB | 8.4 KiB |
li > div.cc-hd-left > a > img li > div.cc-hd-left > a > img | img01.mybjx.net/webupload/image/20260303/3e183f473000002.jpg!eduitemthumbnail | 9.5 KiB | 8.3 KiB |
div.cell > a > i > img div.cell > a > i > img | img01.mybjx.net/webupload/image/20240725/3e0c2ca1700000a.png | 7.9 KiB | 7.2 KiB |
li > div.cc-hd-left > a > img li > div.cc-hd-left > a > img | img01.mybjx.net/webupload/image/20260228/3e182f8e2800002.jpg!eduitemthumbnail | 8.1 KiB | 6.9 KiB |
div.body > ul.cc-ul > li > i.bwang-5 div.body > ul.cc-ul > li > i.bwang-5 | newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/img/sprite.png?_=1776680624536 | 8.3 KiB | 6.6 KiB |
li.js-record-click > i > a > img li.js-record-click > i > a > img | img01.mybjx.net/news/UploadFile/202604/b38e3258b0e0485da6f2574e6745b110.png | 7.2 KiB | 6.6 KiB |
li.js-record-click > i > a > img li.js-record-click > i > a > img | img02.mybjx.net/activityImg/202401/20240116144719420.jpg | 6.9 KiB | 6.2 KiB |
li.js-record-click > i > a > img li.js-record-click > i > a > img | img01.mybjx.net/news/UploadFile/202603/9fcfcd46ad95460497c993fee4079279.jpg | 6.7 KiB | 6.0 KiB |
div.cell > a > i > img div.cell > a > i > img | img01.mybjx.net/webupload/image/20240725/3e0c2ca17000008.png | 6.7 KiB | 6.0 KiB |
div.body > ol.cc-ol-logo > li.active > img div.body > ol.cc-ol-logo > li.active > img | static.bjx.com.cn/EnterpriseNew/CompanyLogo/104157/2021022414564907_384017.jpeg | 5.0 KiB | 4.9 KiB |
li.js-record-click > i > a > img li.js-record-click > i > a > img | img02.mybjx.net/activityImg/202410/20241009163825218.jpg | 4.9 KiB | 4.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/css/home.css?_=1776853942331 | 19.5 KiB | 1.8 s |
| newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/css/duiilian.css?_=1776853942331 | 665 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bjx.com.cn/ | 1.2 s |
| www.bjx.com.cn/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/css/home.css?_=1776853942331 | 18.9 KiB | 13.6 KiB |
| /login/a251010/bjx_login_center/assets/sdk/1.0.3/bjxLogin... | 13.0 KiB | 13.0 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not 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 |
|---|---|---|
| /login/a251010/bjx_login_center/assets/sdk/1.0.3/bjxLogin... | 420.8 KiB | 335.7 KiB |
| /public/a210726/bjx_mt_00/js/lib/sensorsdata.min.js?_=177... | 51.4 KiB | 30.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
北极星电力网 div.box > div.logo > a.js-record-click > img | newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/img/logo_big.png?_=1776853942331 |
北极星电力网 dl > dt > a > img | newsstatic.bjx.com.cn/public/a210726/bjx_mt_00/img/logo.png?_=1776853942331 |
div.copy > p > span > img div.copy > p > span > img | /public/a210726/bjx_mt_00/img/chip/footer_bei_ico.png?_=1... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.box > div.seek > form.head-search-form > button.js-search div.box > div.seek > form.head-search-form > button.js-search |
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.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.copy > p > span > img div.copy > p > span > 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 |
|---|
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
div.left > div.cc-slots > div.sign > a div.left > div.cc-slots > div.sign > a |
div.left > div.cc-slots > div.sign > a div.left > div.cc-slots > div.sign > a |
div.left > div.cc-slots > div.sign > a div.left > div.cc-slots > div.sign > a |
ul.cc-ul-pic > li.js-record-click > i > a ul.cc-ul-pic > li.js-record-click > i > a |
ul.cc-ul-pic > li.js-record-click > i > a ul.cc-ul-pic > li.js-record-click > i > a |
ul.cc-ul-pic > li.js-record-click > i > a ul.cc-ul-pic > li.js-record-click > i > a |
ul.cc-ul-pic > li.js-record-click > i > a ul.cc-ul-pic > li.js-record-click > i > a |
ul.cc-ul-pic > li.js-record-click > i > a ul.cc-ul-pic > li.js-record-click > i > a |
div.center > div.cc-slots > div.sign > a div.center > div.cc-slots > div.sign > a |
div.center > div.cc-slots > div.sign > a div.center > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.right > div.cc-slots > div.sign > a div.right > div.cc-slots > div.sign > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
div.swiper-wrapper > div.swiper-slide > cite > a div.swiper-wrapper > div.swiper-slide > cite > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
div.col2 > ul.cc-zp-company > li > a div.col2 > ul.cc-zp-company > li > a |
div.col2 > ul.cc-zp-company > li > a div.col2 > ul.cc-zp-company > li > a |
div.col2 > ul.cc-zp-company > li > a div.col2 > ul.cc-zp-company > li > a |
div.col2 > ul.cc-zp-company > li > a div.col2 > ul.cc-zp-company > li > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
div.head > small > i > a.go_club div.head > small > i > a.go_club |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > a |
body > div.cc-slots > div.sign > a body > div.cc-slots > div.sign > 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
虚拟电厂 div.box > div.seek > p > a.js-record-click |
电力市场 ul > li > span > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
2026-4-22 ul.cc-ul-tag > li.js-record-click > i > em |
立即报名 ul.cc-ul-tag > li.js-record-click > a > small |
2026-4-23 ul.cc-ul-tag > li.js-record-click > i > em |
立即报名 ul.cc-ul-tag > li.js-record-click > a > small |
2026-5-26 ul.cc-ul-tag > li.js-record-click > i > em |
立即报名 ul.cc-ul-tag > li.js-record-click > a > small |
2026-5-27 ul.cc-ul-tag > li.js-record-click > i > em |
立即报名 ul.cc-ul-tag > li.js-record-click > a > small |
线上课程 ul.cc-ul-tag > li.js-record-click > i > em |
立即查看 ul.cc-ul-tag > li.js-record-click > a > small |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
35 li > p > a > em |
83 li > p > a > em |
460 li > p > a > em |
10 li > p > a > em |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
回放 ul.cc-zb-3 > li > a > small.s3 |
更多> div.head > span.active > small > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
限时优惠 li > a > div > span |
更多> div.head > span.active > small > a.js-record-click |
剩余 0 a.club_award > div > div > p.award_stock |
立即兑换 a.club_award > div > div > p.club_coin |
剩余 89 a.club_award > div > div > p.award_stock |
立即兑换 a.club_award > div > div > p.club_coin |
剩余 97 a.club_award > div > div > p.award_stock |
立即兑换 a.club_award > div > div > p.club_coin |
每日讨论 div.club_right_box > div > div.club_hed_box > div.club_hed_title |
更多 div.club_right_box > div > div.club_hed_box > a.js-record-click |
生活分享 div.club_right_box > div > div.club_hed_box > div.club_hed_title |
更多 div.club_right_box > div > div.club_hed_box > a.js-record-click |
更多> div.head > span.active > small > a.js-record-click |
These are opportunities to improve the legibility of your content.
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 |
|---|
农电 ul > li > span > a.js-record-click |
招标 ul > li > span > a.js-record-click |
企业 ul > li > span > a.js-record-click |
名企 ul > li > span > a.js-record-click |
直播 ul > li > span > a.js-record-click |
图书 ul > li > span > a.js-record-click |
社区 ul > li > span > a.js-record-click |
产品 ul > li > span > a.js-record-click |
会展 ul > li > span > a.js-record-click |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
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) | |
|---|---|---|---|
新能源 春招 北极星校招 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/4/20/50013609_d5posanaa7k3hv86a2shsk.jpg | 185 x 104 (1.78) | 750 x 590 (1.27) |
应届生 急招 北极星校园招聘 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/4/22/47542247_7mlyubz0eyqhw8ncivmki.jpg | 380 x 214 (1.78) | 750 x 588 (1.28) |
社区 div.club_lfet_box > div.club_left_top_box > a > img | img01.mybjx.net/webupload/image/20250521/3e125aaf2000004.png | 400 x 150 (2.67) | 1200 x 360 (3.33) |
电启新章 交易未来 电力交易专场招聘 ul.cc-zp > li > a > img | static.bjx.com.cn/upload/zhuanti/2026/2/26/47718332_tosl3b3h7ypcidlln04la.jpg | 185 x 104 (1.78) | 750 x 514 (1.46) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
| Cookie |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
个人注册 div.btns > ol > li > a.js-record-click |
个人登录 div.btns > ol > li > a.js-record-click |
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.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cell > a > i > img div.cell > a > i > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.cc-slots > div.sign > a > img div.cc-slots > div.sign > a > img |
div.copy > p > span > img div.copy > p > span > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback