Skip to content
https://hexun.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
3
REVIEW
5
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

62
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
22
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
50
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
75
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.96 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.28 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.077

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.97 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.

3.29 s

Page Load Progression

834 ms
1.7 s
2.5 s
3.3 s
4.2 s
5.0 s
5.8 s
6.7 s
Checks
15
5 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.1 MiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
114 resources · 2.1 MB · 73 KB savings available
FIX
114 resources · 2.1 MB · 73 KB savings available
Warning::
Page weight 1.1 MB over 1MB target
Got: 2.1 MB Expected: ≤ 1 MB
Info::
~73 KB of savings available
Warning::
113 third-party resources (100% of weight)
114 resources · 2.1 MiB · 113 third-party 1.1 MiB over 1MB target
Image 83% · 1.7 MiB
JavaScript 14% · 297.1 KiB
Document 2% · 32.7 KiB
CSS 1% · 20.8 KiB
Other 0% · 912 B

~72.7 KiB of savings available

Remove unused JavaScript: 72.7 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
2.1 MB transferred, 114 requests
REVIEW
2.1 MB transferred, 114 requests
Info::
Page weighs 2.8 MB (2.1 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
114 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.43 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
114 requests
0.43 g CO2 per page load
Images 1.7 MiB 83%
JavaScript 297.1 KiB 14%
HTML 32.3 KiB 2%
CSS 20.8 KiB 1%
Other 1.9 KiB 0%
Other 1.0 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
Image Optimization
Action
57 images, 0 KB saveable
REVIEW
57 images, 0 KB saveable
Warning::
https://i4.hexun.com/2022-10-25/206961137.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://web.hexun.com/pc/img/caidaochat-img.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.hexun.com/zk/201512/hs/footer_2.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://fs-cms.hexun.com/upload/2024-11-19/image.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i3.hexun.com/2017-02-13/188123497.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.hexun.com/www/2013/hlwxh.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.hexun.com/zk/201512/hs/footer_1.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.hexun.com/www/2013/hlwjbzx.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://web.hexun.com/pc/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.hexun.com/www/2010/img/hlwxh.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
57 images 1.7 MB
0 oversized -0 KB
56 legacy format
10 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
580ms total JS execution
REVIEW
580ms total JS execution
Warning::
https://www.hexun.com/: 283ms CPU time
Info::
Unattributable: 173ms CPU time
Info::
https://img.hexun.com/2014/zk/js/jquery.js: 71ms CPU time
Info::
https://web.hexun.com/pc/libs/tingyun/tingyun-rum....: 53ms CPU time
Warning::
Third-party scripts: 580ms (100% of total)

Main Thread Breakdown

Other 33% Script Evaluation 29% Style & Layout 14% Rendering 13% Script Parsing & Compilation 6% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.hexun.com/283ms47ms4ms3rd
Unattributable173ms2ms0ms3rd
https://img.hexun.com/2014/zk/js/jquery.js71ms53ms5ms3rd
https://web.hexun.com/pc/libs/tingyun/tingyun-rum.js53ms36ms7ms3rd
B
JS Bundles
42 scripts, 73 KB unused
REVIEW
42 scripts, 73 KB unused
Warning::
https://web.hexun.com/m/modules/sensors.min.js: 53 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web.hexun.com/pc/libs/tingyun/tingyun-rum....: 20 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 73 KB
73 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://web.hexun.com/m/modules/sensors.min.js89 KB53 KB (60%)3rd
https://web.hexun.com/pc/libs/tingyun/tingyun-rum.js46 KB20 KB (44%)3rd
https://web.hexun.com/pc/js/consult_dialog.js6 KB3rd
https://itv.hexun.com/lbi-html/ly/2011/allPages/setpageview.js1 KB3rd
https://utrack.hexun.com/dp/hexun_dplus_ver1.0.1.js5 KB3rd
https://web.hexun.com/pc/modules/user_info_query.js1 KB3rd
https://kxlogo.knet.cn/seallogo.dll?sn=e130802110100418659cqy000000&size=00 KB3rd
https://web.hexun.com/pc/search/js/config.js3 KB3rd
https://web.hexun.com/pc/search/js/search.js9 KB3rd
https://utrack.hexun.com/dp/dplus_config_ver1.0.1.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
114 requests over 6969ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.0 s LCP 3.3 shttps://hexun.com// https://hexun.com/ — 301 — 236 B — 539 ms — http/1.1https://www.hexun.com/www.hexun.com/ https://www.hexun.com/ — 200 — 26.8 KiB — 542 ms — h2https://web.hexun.com/pc/css/index.css?v=20200713web.hexun.com/pc/css/index.css?v=20... https://web.hexun.com/pc/css/index.css?v=20200713 — 200 — 14.5 KiB — 469 ms — h2https://img.hexun.com/zl/tool/jquery-1.4.2.min.jsimg.hexun.com/zl/tool/jquery-1.4.2.... https://img.hexun.com/zl/tool/jquery-1.4.2.min.js — 200 — 25.3 KiB — 1.1 s — h2https://web.hexun.com/m/modules/sensors.min.jsweb.hexun.com/m/modules/sensors.min... https://web.hexun.com/m/modules/sensors.min.js — 200 — 88.8 KiB — 429 ms — h2https://web.hexun.com/pc/js/index.jsweb.hexun.com/pc/js/index.js https://web.hexun.com/pc/js/index.js — 200 — 17.1 KiB — 485 ms — h2https://web.hexun.com/pc/libs/tingyun/tingyun-rum.jsweb.hexun.com/pc/libs/tingyun/tingy... https://web.hexun.com/pc/libs/tingyun/tingyun-rum.js — 200 — 45.7 KiB — 412 ms — h2https://utrack.hexun.com/dp/hexun_dplus_ver1.0.1.jsutrack.hexun.com/dp/hexun_dplus_ver... https://utrack.hexun.com/dp/hexun_dplus_ver1.0.1.js — 200 — 4.6 KiB — 436 ms — h2https://web.hexun.com/pc/modules/user_info_query.jsweb.hexun.com/pc/modules/user_info_... https://web.hexun.com/pc/modules/user_info_query.js — 200 — 1.1 KiB — 186 ms — h2https://web.hexun.com/pc/img/apptop.jpgweb.hexun.com/pc/img/apptop.jpg https://web.hexun.com/pc/img/apptop.jpg — 200 — 17.1 KiB — 452 ms — h2https://kxlogo.knet.cn/seallogo.dll?sn=e130802110100418659cqy000000&size=0kxlogo.knet.cn/seallogo.dll?sn=e130... https://kxlogo.knet.cn/seallogo.dll?sn=e130802110100418659cqy000000&size=0 — -1 — 0 B — 2.4 s — https://web.hexun.com/pc/img/logo.pngweb.hexun.com/pc/img/logo.png https://web.hexun.com/pc/img/logo.png — 200 — 2.5 KiB — 298 ms — h2https://web.hexun.com/pc/search/js/config.jsweb.hexun.com/pc/search/js/config.j... https://web.hexun.com/pc/search/js/config.js — 200 — 2.7 KiB — 188 ms — h2https://web.hexun.com/pc/search/js/search.jsweb.hexun.com/pc/search/js/search.j... https://web.hexun.com/pc/search/js/search.js — 200 — 9.5 KiB — 188 ms — h2https://img.hexun.com/zl/hx/index/images/ercode.pngimg.hexun.com/zl/hx/index/images/er... https://img.hexun.com/zl/hx/index/images/ercode.png — 200 — 6.3 KiB — 802 ms — h2https://utrack.hexun.com/dp/dplus_config_ver1.0.1.jsutrack.hexun.com/dp/dplus_config_ve... https://utrack.hexun.com/dp/dplus_config_ver1.0.1.js — 200 — 993 B — 182 ms — h2https://web.hexun.com/pc/modules/hxpctraffic.0.0.1.min.jsweb.hexun.com/pc/modules/hxpctraffi... https://web.hexun.com/pc/modules/hxpctraffic.0.0.1.min.js — 200 — 3.3 KiB — 182 ms — h2https://i3.hexun.com/2017-02-13/188123497.jpgi3.hexun.com/2017-02-13/188123497.j... https://i3.hexun.com/2017-02-13/188123497.jpg — 200 — 3.2 KiB — 1.3 s — h2https://wkbrs1.tingyun.com/web-config?v=3.7.0&_r=1776805845377&token=7ea38043640046d38cd4378e007cfa93wkbrs1.tingyun.com/web-config?v=3.7... https://wkbrs1.tingyun.com/web-config?v=3.7.0&_r=1776805845377&token=7ea38043640046d38cd4378e007cfa93 — 200 — 436 B — 469 ms — h2https://logintool.hexun.com/OtherInterFace/style/newbase.csslogintool.hexun.com/OtherInterFace/... https://logintool.hexun.com/OtherInterFace/style/newbase.css — 200 — 746 B — 261 ms — h2https://logintool.hexun.com/OtherInterFace/js/popup.jslogintool.hexun.com/OtherInterFace/... https://logintool.hexun.com/OtherInterFace/js/popup.js — 200 — 3.7 KiB — 261 ms — h2https://img.hexun.com/2016/7X24/js/liveNews.jsimg.hexun.com/2016/7X24/js/liveNews... https://img.hexun.com/2016/7X24/js/liveNews.js — 200 — 3.1 KiB — 38 ms — h2https://i8.hexun.com/2018-07-09/193406363.jpgi8.hexun.com/2018-07-09/193406363.j... https://i8.hexun.com/2018-07-09/193406363.jpg — 200 — 24.3 KiB — 1.1 s — h2https://utrack.hexun.com/track/track_hx.jsutrack.hexun.com/track/track_hx.js https://utrack.hexun.com/track/track_hx.js — 200 — 1.5 KiB — 193 ms — h2https://news.hexun.com/js/count.js?date=200911261100news.hexun.com/js/count.js?date=200... https://news.hexun.com/js/count.js?date=200911261100 — 200 — 223 B — 254 ms — h2https://hxjstool.hexun.com/homeway/pageMediaControl_2016.jshxjstool.hexun.com/homeway/pageMedi... https://hxjstool.hexun.com/homeway/pageMediaControl_2016.js — 200 — 9.6 KiB — 1.4 s — h2https://itv.hexun.com/lbi-html/ly/2011/allPages/setpageview.jsitv.hexun.com/lbi-html/ly/2011/allP... https://itv.hexun.com/lbi-html/ly/2011/allPages/setpageview.js — 200 — 1.4 KiB — 196 ms — h2https://img.hexun.com/hx_homeway/hx_homeway_index.jsimg.hexun.com/hx_homeway/hx_homeway... https://img.hexun.com/hx_homeway/hx_homeway_index.js — 200 — 1.1 KiB — 1.1 s — h2https://web.hexun.com/pc/ad/js/appDplusIndex.jsweb.hexun.com/pc/ad/js/appDplusInde... https://web.hexun.com/pc/ad/js/appDplusIndex.js — 200 — 1.2 KiB — 202 ms — h2https://web.hexun.com/pc/modules/hexunhm.jsweb.hexun.com/pc/modules/hexunhm.js https://web.hexun.com/pc/modules/hexunhm.js — 200 — 1.9 KiB — 190 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.0 s LCP 3.3 shttps://hexun.com// https://hexun.com/ — 301 — 236 B — 539 ms — http/1.1https://www.hexun.com/www.hexun.com/ https://www.hexun.com/ — 200 — 26.8 KiB — 542 ms — h2https://web.hexun.com/pc/css/index.css?v=20200713web.hexun.com/pc/css/index.css?v=20... https://web.hexun.com/pc/css/index.css?v=20200713 — 200 — 14.5 KiB — 469 ms — h2https://img.hexun.com/zl/tool/jquery-1.4.2.min.jsimg.hexun.com/zl/tool/jquery-1.4.2.... https://img.hexun.com/zl/tool/jquery-1.4.2.min.js — 200 — 25.3 KiB — 1.1 s — h2https://web.hexun.com/m/modules/sensors.min.jsweb.hexun.com/m/modules/sensors.min... https://web.hexun.com/m/modules/sensors.min.js — 200 — 88.8 KiB — 429 ms — h2https://web.hexun.com/pc/js/index.jsweb.hexun.com/pc/js/index.js https://web.hexun.com/pc/js/index.js — 200 — 17.1 KiB — 485 ms — h2https://web.hexun.com/pc/libs/tingyun/tingyun-rum.jsweb.hexun.com/pc/libs/tingyun/tingy... https://web.hexun.com/pc/libs/tingyun/tingyun-rum.js — 200 — 45.7 KiB — 412 ms — h2https://utrack.hexun.com/dp/hexun_dplus_ver1.0.1.jsutrack.hexun.com/dp/hexun_dplus_ver... https://utrack.hexun.com/dp/hexun_dplus_ver1.0.1.js — 200 — 4.6 KiB — 436 ms — h2https://web.hexun.com/pc/modules/user_info_query.jsweb.hexun.com/pc/modules/user_info_... https://web.hexun.com/pc/modules/user_info_query.js — 200 — 1.1 KiB — 186 ms — h2https://web.hexun.com/pc/img/apptop.jpgweb.hexun.com/pc/img/apptop.jpg https://web.hexun.com/pc/img/apptop.jpg — 200 — 17.1 KiB — 452 ms — h2https://kxlogo.knet.cn/seallogo.dll?sn=e130802110100418659cqy000000&size=0kxlogo.knet.cn/seallogo.dll?sn=e130... https://kxlogo.knet.cn/seallogo.dll?sn=e130802110100418659cqy000000&size=0 — -1 — 0 B — 2.4 s — https://web.hexun.com/pc/img/logo.pngweb.hexun.com/pc/img/logo.png https://web.hexun.com/pc/img/logo.png — 200 — 2.5 KiB — 298 ms — h2https://web.hexun.com/pc/search/js/config.jsweb.hexun.com/pc/search/js/config.j... https://web.hexun.com/pc/search/js/config.js — 200 — 2.7 KiB — 188 ms — h2https://web.hexun.com/pc/search/js/search.jsweb.hexun.com/pc/search/js/search.j... https://web.hexun.com/pc/search/js/search.js — 200 — 9.5 KiB — 188 ms — h2https://img.hexun.com/zl/hx/index/images/ercode.pngimg.hexun.com/zl/hx/index/images/er... https://img.hexun.com/zl/hx/index/images/ercode.png — 200 — 6.3 KiB — 802 ms — h2https://utrack.hexun.com/dp/dplus_config_ver1.0.1.jsutrack.hexun.com/dp/dplus_config_ve... https://utrack.hexun.com/dp/dplus_config_ver1.0.1.js — 200 — 993 B — 182 ms — h2https://web.hexun.com/pc/modules/hxpctraffic.0.0.1.min.jsweb.hexun.com/pc/modules/hxpctraffi... https://web.hexun.com/pc/modules/hxpctraffic.0.0.1.min.js — 200 — 3.3 KiB — 182 ms — h2https://i3.hexun.com/2017-02-13/188123497.jpgi3.hexun.com/2017-02-13/188123497.j... https://i3.hexun.com/2017-02-13/188123497.jpg — 200 — 3.2 KiB — 1.3 s — h2https://wkbrs1.tingyun.com/web-config?v=3.7.0&_r=1776805845377&token=7ea38043640046d38cd4378e007cfa93wkbrs1.tingyun.com/web-config?v=3.7... https://wkbrs1.tingyun.com/web-config?v=3.7.0&_r=1776805845377&token=7ea38043640046d38cd4378e007cfa93 — 200 — 436 B — 469 ms — h2https://logintool.hexun.com/OtherInterFace/style/newbase.csslogintool.hexun.com/OtherInterFace/... https://logintool.hexun.com/OtherInterFace/style/newbase.css — 200 — 746 B — 261 ms — h2https://logintool.hexun.com/OtherInterFace/js/popup.jslogintool.hexun.com/OtherInterFace/... https://logintool.hexun.com/OtherInterFace/js/popup.js — 200 — 3.7 KiB — 261 ms — h2https://img.hexun.com/2016/7X24/js/liveNews.jsimg.hexun.com/2016/7X24/js/liveNews... https://img.hexun.com/2016/7X24/js/liveNews.js — 200 — 3.1 KiB — 38 ms — h2https://i8.hexun.com/2018-07-09/193406363.jpgi8.hexun.com/2018-07-09/193406363.j... https://i8.hexun.com/2018-07-09/193406363.jpg — 200 — 24.3 KiB — 1.1 s — h2https://utrack.hexun.com/track/track_hx.jsutrack.hexun.com/track/track_hx.js https://utrack.hexun.com/track/track_hx.js — 200 — 1.5 KiB — 193 ms — h2https://news.hexun.com/js/count.js?date=200911261100news.hexun.com/js/count.js?date=200... https://news.hexun.com/js/count.js?date=200911261100 — 200 — 223 B — 254 ms — h2https://hxjstool.hexun.com/homeway/pageMediaControl_2016.jshxjstool.hexun.com/homeway/pageMedi... https://hxjstool.hexun.com/homeway/pageMediaControl_2016.js — 200 — 9.6 KiB — 1.4 s — h2https://itv.hexun.com/lbi-html/ly/2011/allPages/setpageview.jsitv.hexun.com/lbi-html/ly/2011/allP... https://itv.hexun.com/lbi-html/ly/2011/allPages/setpageview.js — 200 — 1.4 KiB — 196 ms — h2https://img.hexun.com/hx_homeway/hx_homeway_index.jsimg.hexun.com/hx_homeway/hx_homeway... https://img.hexun.com/hx_homeway/hx_homeway_index.js — 200 — 1.1 KiB — 1.1 s — h2https://web.hexun.com/pc/ad/js/appDplusIndex.jsweb.hexun.com/pc/ad/js/appDplusInde... https://web.hexun.com/pc/ad/js/appDplusIndex.js — 200 — 1.2 KiB — 202 ms — h2https://web.hexun.com/pc/modules/hexunhm.jsweb.hexun.com/pc/modules/hexunhm.js https://web.hexun.com/pc/modules/hexunhm.js — 200 — 1.9 KiB — 190 ms — h2https://web.hexun.com/pc/js/consult_dialog.jsweb.hexun.com/pc/js/consult_dialog.... https://web.hexun.com/pc/js/consult_dialog.js — 200 — 6.0 KiB — 189 ms — h2https://img.hexun.com/www/2010/img/hlwxh.gifimg.hexun.com/www/2010/img/hlwxh.gi... https://img.hexun.com/www/2010/img/hlwxh.gif — 200 — 3.9 KiB — 1.0 s — h2https://img.hexun.com/www/2013/hlwjbzx.gifimg.hexun.com/www/2013/hlwjbzx.gif https://img.hexun.com/www/2013/hlwjbzx.gif — 200 — 1.3 KiB — 798 ms — h2https://img.hexun.com/www/2013/hlwxh.gifimg.hexun.com/www/2013/hlwxh.gif https://img.hexun.com/www/2013/hlwxh.gif — 200 — 4.0 KiB — 1.1 s — h2https://img.hexun.com/zk/201512/hs/footer_1.jpgimg.hexun.com/zk/201512/hs/footer_1... https://img.hexun.com/zk/201512/hs/footer_1.jpg — 200 — 8.5 KiB — 749 ms — h2https://img.hexun.com/zk/201512/hs/footer_2.jpgimg.hexun.com/zk/201512/hs/footer_2... https://img.hexun.com/zk/201512/hs/footer_2.jpg — 200 — 6.6 KiB — 975 ms — h2https://img.hexun.com/www/ghs.pngimg.hexun.com/www/ghs.png https://img.hexun.com/www/ghs.png — 200 — 19.0 KiB — 66 ms — h2https://img.hexun.com/zl/hx/index/images/dong2.gifimg.hexun.com/zl/hx/index/images/do... https://img.hexun.com/zl/hx/index/images/dong2.gif — 200 — 3.7 KiB — 986 ms — h2https://www.hexun.com/images/s_btn.jpgwww.hexun.com/images/s_btn.jpg https://www.hexun.com/images/s_btn.jpg — 200 — 2.1 KiB — 183 ms — h2https://web.hexun.com/pc/img/img.pngweb.hexun.com/pc/img/img.png https://web.hexun.com/pc/img/img.png — 200 — 60.5 KiB — 203 ms — h2https://gw.homeway.com.cn/lhjx/api/choice/goldStock/list?callback=jsonp1776805845338gw.homeway.com.cn/lhjx/api/choice/g... https://gw.homeway.com.cn/lhjx/api/choice/goldStock/list?callback=jsonp1776805845338 — 200 — 679 B — 500 ms — h2https://insurance.hexun.com/hxsyfxbtjw/insurance.hexun.com/hxsyfxbtjw/ https://insurance.hexun.com/hxsyfxbtjw/ — 200 — 2.3 KiB — 1.1 s — h2https://img.hexun.com/zl/hx/index/images/ifr_title.jpgimg.hexun.com/zl/hx/index/images/if... https://img.hexun.com/zl/hx/index/images/ifr_title.jpg — 200 — 141.9 KiB — 91 ms — h2https://fs-cms.hexun.com/img/2025-06-17/219645359.pngfs-cms.hexun.com/img/2025-06-17/219... https://fs-cms.hexun.com/img/2025-06-17/219645359.png — 200 — 34.7 KiB — 193 ms — h2https://web.hexun.com/pc/img/mjbg.pngweb.hexun.com/pc/img/mjbg.png https://web.hexun.com/pc/img/mjbg.png — 200 — 1.5 KiB — 181 ms — h2https://opentool.hexun.com/MongodbNewsService/hexunIndex/cjmb.jspopentool.hexun.com/MongodbNewsServi... https://opentool.hexun.com/MongodbNewsService/hexunIndex/cjmb.jsp — 200 — 790 B — 621 ms — http/1.1https://hqwiapi.hexun.com/gb/a/quotelist?code=sse000001,szse399001,sse000011,szse399305,SSE000012,SSE000013,szse399006&column=code,name,price,updownrate,priceweight&callback=jsonp1776805845342hqwiapi.hexun.com/gb/a/quotelist?co... https://hqwiapi.hexun.com/gb/a/quotelist?code=sse000001,szse399001,sse000011,szse399305,SSE000012,SSE000013,szse399006&column=code,name,price,updownrate,priceweight&callback=jsonp1776805845342 — -1 — 0 B — 1.2 s — https://newsquotewiapi.hexun.com/a/quotelist?code=szse399006&column=code,name,price,updownrate,priceweight&callback=jsonp1776805845343newsquotewiapi.hexun.com/a/quotelis... https://newsquotewiapi.hexun.com/a/quotelist?code=szse399006&column=code,name,price,updownrate,priceweight&callback=jsonp1776805845343 — -1 — 0 B — 1.4 s — https://web.hexun.com/pc/js/dataPopup.jsweb.hexun.com/pc/js/dataPopup.js https://web.hexun.com/pc/js/dataPopup.js — 200 — 5.7 KiB — 192 ms — h2https://i6.hexun.com/2021-08-05/204096668.pngi6.hexun.com/2021-08-05/204096668.p... https://i6.hexun.com/2021-08-05/204096668.png — 200 — 11.6 KiB — 1.2 s — h2https://i5.hexun.com/2021-08-05/204096683.pngi5.hexun.com/2021-08-05/204096683.p... https://i5.hexun.com/2021-08-05/204096683.png — 200 — 12.0 KiB — 1.1 s — h2https://fs-cms.hexun.com/upload/2024-11-19/image.jpgfs-cms.hexun.com/upload/2024-11-19/... https://fs-cms.hexun.com/upload/2024-11-19/image.jpg — 200 — 24.7 KiB — 189 ms — h2https://fs-cms.hexun.com/img/2025-12-10/222735544.jpgfs-cms.hexun.com/img/2025-12-10/222... https://fs-cms.hexun.com/img/2025-12-10/222735544.jpg — 200 — 93.7 KiB — 269 ms — h2https://fs-cms.hexun.com/img/2024/04/19/212593598.jpgfs-cms.hexun.com/img/2024/04/19/212... https://fs-cms.hexun.com/img/2024/04/19/212593598.jpg — 200 — 150.8 KiB — 292 ms — h2https://fs-cms.hexun.com/img/2024-10-11/214916526.jpegfs-cms.hexun.com/img/2024-10-11/214... https://fs-cms.hexun.com/img/2024-10-11/214916526.jpeg — 200 — 199.3 KiB — 316 ms — h2https://fs-cms.hexun.com/img/2024-05-28/212991772.jpegfs-cms.hexun.com/img/2024-05-28/212... https://fs-cms.hexun.com/img/2024-05-28/212991772.jpeg — 200 — 174.3 KiB — 235 ms — h2https://fs-cms.hexun.com/img/2025-02-14/217321725.jpgfs-cms.hexun.com/img/2025-02-14/217... https://fs-cms.hexun.com/img/2025-02-14/217321725.jpg — 200 — 7.7 KiB — 238 ms — h2https://fs-cms.hexun.com/img/2025-10-23/221928142.jpgfs-cms.hexun.com/img/2025-10-23/221... https://fs-cms.hexun.com/img/2025-10-23/221928142.jpg — 200 — 11.9 KiB — 187 ms — h2https://fs-cms.hexun.com/img/2026-01-09/223100073.jpgfs-cms.hexun.com/img/2026-01-09/223... https://fs-cms.hexun.com/img/2026-01-09/223100073.jpg — 200 — 18.7 KiB — 182 ms — h2https://fs-cms.hexun.com/img/2026-04-13/223979671.jpgfs-cms.hexun.com/img/2026-04-13/223... https://fs-cms.hexun.com/img/2026-04-13/223979671.jpg — 200 — 15.9 KiB — 182 ms — h2https://fs-cms.hexun.com/img/2026-04-15/223995673.jpgfs-cms.hexun.com/img/2026-04-15/223... https://fs-cms.hexun.com/img/2026-04-15/223995673.jpg — 200 — 9.4 KiB — 181 ms — h2https://fs-cms.hexun.com/img/2025-12-16/222809309.jpgfs-cms.hexun.com/img/2025-12-16/222... https://fs-cms.hexun.com/img/2025-12-16/222809309.jpg — 200 — 27.3 KiB — 182 ms — h2https://fs-cms.hexun.com/img/2025-09-10/221275427.pngfs-cms.hexun.com/img/2025-09-10/221... https://fs-cms.hexun.com/img/2025-09-10/221275427.png — 200 — 12.2 KiB — 181 ms — h2https://fs-cms.hexun.com/img/2026-02-10/223441890.jpgfs-cms.hexun.com/img/2026-02-10/223... https://fs-cms.hexun.com/img/2026-02-10/223441890.jpg — 200 — 73.5 KiB — 188 ms — h2https://fs-cms.hexun.com/img/2025-11-18/222360938.pngfs-cms.hexun.com/img/2025-11-18/222... https://fs-cms.hexun.com/img/2025-11-18/222360938.png — 200 — 17.2 KiB — 182 ms — h2https://img.hexun.com/lux/indexSide/style/ifr_style.cssimg.hexun.com/lux/indexSide/style/i... https://img.hexun.com/lux/indexSide/style/ifr_style.css — 200 — 4.8 KiB — 1.0 s — h2https://i4.hexun.com/2022-10-25/206961137.pngi4.hexun.com/2022-10-25/206961137.p... https://i4.hexun.com/2022-10-25/206961137.png — 200 — 2.4 KiB — 1.1 s — h2https://web.hexun.com/pc/img/footer-kf-qrcode.pngweb.hexun.com/pc/img/footer-kf-qrco... https://web.hexun.com/pc/img/footer-kf-qrcode.png — 200 — 14.0 KiB — 182 ms — h2https://w.cnzz.com/dplus.php?id=1263247791w.cnzz.com/dplus.php?id=1263247791 https://w.cnzz.com/dplus.php?id=1263247791 — 200 — 373 B — 1.5 s — h2https://gw.homeway.com.cn/lesson/investment/free-video-clip-list/7?callback=jsonp1776805845339gw.homeway.com.cn/lesson/investment... https://gw.homeway.com.cn/lesson/investment/free-video-clip-list/7?callback=jsonp1776805845339 — 200 — 1.2 KiB — 302 ms — h2https://web.hexun.com/pc/img/tuoshui.pngweb.hexun.com/pc/img/tuoshui.png https://web.hexun.com/pc/img/tuoshui.png — 200 — 18.9 KiB — 182 ms — h2https://gw.homeway.com.cn/zhibo/api/search/important_points_cd?num=3&callback=jsonp1776805845340gw.homeway.com.cn/zhibo/api/search/... https://gw.homeway.com.cn/zhibo/api/search/important_points_cd?num=3&callback=jsonp1776805845340 — 200 — 3.0 KiB — 320 ms — h2https://web.hexun.com/pc/img/ifr_title.jpgweb.hexun.com/pc/img/ifr_title.jpg https://web.hexun.com/pc/img/ifr_title.jpg — 200 — 65.1 KiB — 192 ms — h2https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845341regtool.hexun.com/wapreg/checklogin... https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845341 — 200 — 1.6 KiB — 699 ms — h2https://utrack.hexun.com/ftrack.htm?calc_l=https%3A%2F%2Fwww.hexun.com%2F&time=1776805846631&calc_r=&isiframed=2&sflag=2utrack.hexun.com/ftrack.htm?calc_l=... https://utrack.hexun.com/ftrack.htm?calc_l=https%3A%2F%2Fwww.hexun.com%2F&time=1776805846631&calc_r=&isiframed=2&sflag=2 — 200 — 880 B — 301 ms — h2https://gw.homeway.com.cn/caidao/article/31705256/1/2?acc&columnId=162&callback=jsonp1776805845344gw.homeway.com.cn/caidao/article/31... https://gw.homeway.com.cn/caidao/article/31705256/1/2?acc&columnId=162&callback=jsonp1776805845344 — 200 — 2.3 KiB — 443 ms — h2https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkdGltZXpvbmVfb2Zmc2V0IjowLCIkc2NyZWVuX2hlaWdodCI6NjAwLCIkc2NyZWVuX3dpZHRoIjo4MDAsIiR2aWV3cG9ydF9oZWlnaHQiOjk0MCwiJHZpZXdwb3J0X3dpZHRoIjoxMzUwLCIkbGliIjoianMiLCIkbGliX3ZlcnNpb24iOiIxLjI2LjE0IiwiJGxhdGVzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGxhdGVzdF9zZWFyY2hfa2V5d29yZCI6IuacquWPluWIsOWAvF%2Fnm7TmjqXmiZPlvIAiLCIkbGF0ZXN0X3JlZmVycmVyIjoiIiwiJGxhdGVzdF9sYW5kaW5nX3BhZ2UiOiJodHRwczovL3d3dy5oZXh1bi5jb20vIiwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsImFsbF9wbGF0Zm9ybV90eXBlIjoi44CK5ZKM6K6v6LSi57uP44CL5a6Y572RIiwiYWxsX2RldmljZV9lbmQiOiLnlLXohJHnq6%2FvvIhQQ%2B%2B8iSIsImFsbF9wYWdlX2NhdGVnb3J5IjoiUEMiLCJBUFBWZXJzaW9uIjoiIiwiYWxsX2NoYW5uZWwiOiIiLCJkZXZpY2VpZF9oNSI6IiIsImFsbF9pc19sb2dpbiI6ZmFsc2UsIkhleHVuVHJhY2siOiIiLCJoeF9iaWdkYXRhX3VpZCI6IjIwMjYwNDIxMjExMDQ1MTc3NjgwNTg0NTc3N2NlMTNkMDYwNmMxOTRiNWI5ZTIwMzcxNzc3NjcxNmEyIiwiJHJlZmVycmVyIjoiIiwiJHVybCI6Imh0dHBzOi8vd3d3LmhleHVuLmNvbS8iLCIkdXJsX3BhdGgiOiIvIiwiJHRpdGxlIjoi5ZKM6K6v572RIiwiJGlzX2ZpcnN0X2RheSI6dHJ1ZSwiJGlzX2ZpcnN0X3RpbWUiOnRydWUsIiRyZWZlcnJlcl9ob3N0IjoiIiwiJGxhdGVzdF9yZWZlcnJlcl9ob3N0IjoiIn0sImFub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYiLCJ0eXBlIjoidHJhY2siLCJldmVudCI6IiRwYWdldmlldyIsInRpbWUiOjE3NzY4MDU4NDU3OTMsIl90cmFja19pZCI6MjE3NjM1Nzk1LCJfZmx1c2hfdGltZSI6MTc3NjgwNTg0NTc5NX0%3D&ext=crc%3D1740749755sensorstrace-v1.hexun.com/sa.gif?pr... https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkdGltZXpvbmVfb2Zmc2V0IjowLCIkc2NyZWVuX2hlaWdodCI6NjAwLCIkc2NyZWVuX3dpZHRoIjo4MDAsIiR2aWV3cG9ydF9oZWlnaHQiOjk0MCwiJHZpZXdwb3J0X3dpZHRoIjoxMzUwLCIkbGliIjoianMiLCIkbGliX3ZlcnNpb24iOiIxLjI2LjE0IiwiJGxhdGVzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGxhdGVzdF9zZWFyY2hfa2V5d29yZCI6IuacquWPluWIsOWAvF%2Fnm7TmjqXmiZPlvIAiLCIkbGF0ZXN0X3JlZmVycmVyIjoiIiwiJGxhdGVzdF9sYW5kaW5nX3BhZ2UiOiJodHRwczovL3d3dy5oZXh1bi5jb20vIiwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsImFsbF9wbGF0Zm9ybV90eXBlIjoi44CK5ZKM6K6v6LSi57uP44CL5a6Y572RIiwiYWxsX2RldmljZV9lbmQiOiLnlLXohJHnq6%2FvvIhQQ%2B%2B8iSIsImFsbF9wYWdlX2NhdGVnb3J5IjoiUEMiLCJBUFBWZXJzaW9uIjoiIiwiYWxsX2NoYW5uZWwiOiIiLCJkZXZpY2VpZF9oNSI6IiIsImFsbF9pc19sb2dpbiI6ZmFsc2UsIkhleHVuVHJhY2siOiIiLCJoeF9iaWdkYXRhX3VpZCI6IjIwMjYwNDIxMjExMDQ1MTc3NjgwNTg0NTc3N2NlMTNkMDYwNmMxOTRiNWI5ZTIwMzcxNzc3NjcxNmEyIiwiJHJlZmVycmVyIjoiIiwiJHVybCI6Imh0dHBzOi8vd3d3LmhleHVuLmNvbS8iLCIkdXJsX3BhdGgiOiIvIiwiJHRpdGxlIjoi5ZKM6K6v572RIiwiJGlzX2ZpcnN0X2RheSI6dHJ1ZSwiJGlzX2ZpcnN0X3RpbWUiOnRydWUsIiRyZWZlcnJlcl9ob3N0IjoiIiwiJGxhdGVzdF9yZWZlcnJlcl9ob3N0IjoiIn0sImFub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYiLCJ0eXBlIjoidHJhY2siLCJldmVudCI6IiRwYWdldmlldyIsInRpbWUiOjE3NzY4MDU4NDU3OTMsIl90cmFja19pZCI6MjE3NjM1Nzk1LCJfZmx1c2hfdGltZSI6MTc3NjgwNTg0NTc5NX0%3D&ext=crc%3D1740749755 — 200 — 244 B — 377 ms — h2https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkZmlyc3RfdmlzaXRfdGltZSI6IjIwMjYtMDQtMjEgMjE6MTA6NDUuNzk3IiwiJGZpcnN0X3JlZmVycmVyIjoiIiwiJGZpcnN0X3JlZmVycmVyX2hvc3QiOiIiLCIkZmlyc3RfYnJvd3Nlcl9sYW5ndWFnZSI6ImVuLXVzIiwiJGZpcnN0X2Jyb3dzZXJfY2hhcnNldCI6IkdCSyIsIiRmaXJzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGZpcnN0X3NlYXJjaF9rZXl3b3JkIjoi5pyq5Y%2BW5Yiw5YC8X%2BebtOaOpeaJk%2BW8gCJ9LCJhbm9ueW1vdXNfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwidHlwZSI6InByb2ZpbGVfc2V0X29uY2UiLCJ0aW1lIjoxNzc2ODA1ODQ1Nzk3LCJfdHJhY2tfaWQiOjgxNjMwNTc5NywiX2ZsdXNoX3RpbWUiOjE3NzY4MDU4NDU3OTd9&ext=crc%3D-1155170510sensorstrace-v1.hexun.com/sa.gif?pr... https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkZmlyc3RfdmlzaXRfdGltZSI6IjIwMjYtMDQtMjEgMjE6MTA6NDUuNzk3IiwiJGZpcnN0X3JlZmVycmVyIjoiIiwiJGZpcnN0X3JlZmVycmVyX2hvc3QiOiIiLCIkZmlyc3RfYnJvd3Nlcl9sYW5ndWFnZSI6ImVuLXVzIiwiJGZpcnN0X2Jyb3dzZXJfY2hhcnNldCI6IkdCSyIsIiRmaXJzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGZpcnN0X3NlYXJjaF9rZXl3b3JkIjoi5pyq5Y%2BW5Yiw5YC8X%2BebtOaOpeaJk%2BW8gCJ9LCJhbm9ueW1vdXNfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwidHlwZSI6InByb2ZpbGVfc2V0X29uY2UiLCJ0aW1lIjoxNzc2ODA1ODQ1Nzk3LCJfdHJhY2tfaWQiOjgxNjMwNTc5NywiX2ZsdXNoX3RpbWUiOjE3NzY4MDU4NDU3OTd9&ext=crc%3D-1155170510 — 200 — 166 B — 335 ms — h2https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkdGltZXpvbmVfb2Zmc2V0IjowLCIkc2NyZWVuX2hlaWdodCI6NjAwLCIkc2NyZWVuX3dpZHRoIjo4MDAsIiR2aWV3cG9ydF9oZWlnaHQiOjk0MCwiJHZpZXdwb3J0X3dpZHRoIjoxMzUwLCIkbGliIjoianMiLCIkbGliX3ZlcnNpb24iOiIxLjI2LjE0IiwiJGxhdGVzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGxhdGVzdF9zZWFyY2hfa2V5d29yZCI6IuacquWPluWIsOWAvF%2Fnm7TmjqXmiZPlvIAiLCIkbGF0ZXN0X3JlZmVycmVyIjoiIiwiJGxhdGVzdF9sYW5kaW5nX3BhZ2UiOiJodHRwczovL3d3dy5oZXh1bi5jb20vIiwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsImFsbF9wbGF0Zm9ybV90eXBlIjoi44CK5ZKM6K6v6LSi57uP44CL5a6Y572RIiwiYWxsX2RldmljZV9lbmQiOiLnlLXohJHnq6%2FvvIhQQ%2B%2B8iSIsImFsbF9wYWdlX2NhdGVnb3J5IjoiUEMiLCJBUFBWZXJzaW9uIjoiIiwiYWxsX2NoYW5uZWwiOiIiLCJkZXZpY2VpZF9oNSI6IiIsImFsbF9pc19sb2dpbiI6ZmFsc2UsIkhleHVuVHJhY2siOiIiLCJoeF9iaWdkYXRhX3VpZCI6IjIwMjYwNDIxMjExMDQ1MTc3NjgwNTg0NTc3N2NlMTNkMDYwNmMxOTRiNWI5ZTIwMzcxNzc3NjcxNmEyIiwiZmVfc2VuZF9tb2RlIjpmYWxzZSwiJGlzX2ZpcnN0X2RheSI6dHJ1ZSwiJGxhdGVzdF9yZWZlcnJlcl9ob3N0IjoiIiwiJHVybCI6Imh0dHBzOi8vd3d3LmhleHVuLmNvbS8iLCIkdGl0bGUiOiLlkozorq%2FnvZEifSwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsInR5cGUiOiJ0cmFjayIsImV2ZW50Ijoidmlld0NhaWppbmdIb21lUGFnZSIsInRpbWUiOjE3NzY4MDU4NDU4MDIsIl90cmFja19pZCI6MzIzODk1ODAzLCJfZmx1c2hfdGltZSI6MTc3NjgwNTg0NTgwM30%3D&ext=crc%3D1055785246sensorstrace-v1.hexun.com/sa.gif?pr... https://sensorstrace-v1.hexun.com/sa.gif?project=production&data=eyJpZGVudGl0aWVzIjp7IiRpZGVudGl0eV9jb29raWVfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwiJGlkZW50aXR5X2Fub255bW91c19pZCI6IjE5ZGIxZTE5YjE3OTU3LTA4ZjVmNGU3MzUyYWExOC0xODUyNTYzMS00ODAwMDAtMTlkYjFlMTliMThiZjYifSwiZGlzdGluY3RfaWQiOiIxOWRiMWUxOWIxNzk1Ny0wOGY1ZjRlNzM1MmFhMTgtMTg1MjU2MzEtNDgwMDAwLTE5ZGIxZTE5YjE4YmY2IiwibGliIjp7IiRsaWIiOiJqcyIsIiRsaWJfbWV0aG9kIjoiY29kZSIsIiRsaWJfdmVyc2lvbiI6IjEuMjYuMTQifSwicHJvcGVydGllcyI6eyIkdGltZXpvbmVfb2Zmc2V0IjowLCIkc2NyZWVuX2hlaWdodCI6NjAwLCIkc2NyZWVuX3dpZHRoIjo4MDAsIiR2aWV3cG9ydF9oZWlnaHQiOjk0MCwiJHZpZXdwb3J0X3dpZHRoIjoxMzUwLCIkbGliIjoianMiLCIkbGliX3ZlcnNpb24iOiIxLjI2LjE0IiwiJGxhdGVzdF90cmFmZmljX3NvdXJjZV90eXBlIjoi55u05o6l5rWB6YePIiwiJGxhdGVzdF9zZWFyY2hfa2V5d29yZCI6IuacquWPluWIsOWAvF%2Fnm7TmjqXmiZPlvIAiLCIkbGF0ZXN0X3JlZmVycmVyIjoiIiwiJGxhdGVzdF9sYW5kaW5nX3BhZ2UiOiJodHRwczovL3d3dy5oZXh1bi5jb20vIiwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsImFsbF9wbGF0Zm9ybV90eXBlIjoi44CK5ZKM6K6v6LSi57uP44CL5a6Y572RIiwiYWxsX2RldmljZV9lbmQiOiLnlLXohJHnq6%2FvvIhQQ%2B%2B8iSIsImFsbF9wYWdlX2NhdGVnb3J5IjoiUEMiLCJBUFBWZXJzaW9uIjoiIiwiYWxsX2NoYW5uZWwiOiIiLCJkZXZpY2VpZF9oNSI6IiIsImFsbF9pc19sb2dpbiI6ZmFsc2UsIkhleHVuVHJhY2siOiIiLCJoeF9iaWdkYXRhX3VpZCI6IjIwMjYwNDIxMjExMDQ1MTc3NjgwNTg0NTc3N2NlMTNkMDYwNmMxOTRiNWI5ZTIwMzcxNzc3NjcxNmEyIiwiZmVfc2VuZF9tb2RlIjpmYWxzZSwiJGlzX2ZpcnN0X2RheSI6dHJ1ZSwiJGxhdGVzdF9yZWZlcnJlcl9ob3N0IjoiIiwiJHVybCI6Imh0dHBzOi8vd3d3LmhleHVuLmNvbS8iLCIkdGl0bGUiOiLlkozorq%2FnvZEifSwiYW5vbnltb3VzX2lkIjoiMTlkYjFlMTliMTc5NTctMDhmNWY0ZTczNTJhYTE4LTE4NTI1NjMxLTQ4MDAwMC0xOWRiMWUxOWIxOGJmNiIsInR5cGUiOiJ0cmFjayIsImV2ZW50Ijoidmlld0NhaWppbmdIb21lUGFnZSIsInRpbWUiOjE3NzY4MDU4NDU4MDIsIl90cmFja19pZCI6MzIzODk1ODAzLCJfZmx1c2hfdGltZSI6MTc3NjgwNTg0NTgwM30%3D&ext=crc%3D1055785246 — 200 — 166 B — 332 ms — h2https://insurance.hexun.com/upload/zjrsfiftyy/index.cssinsurance.hexun.com/upload/zjrsfift... https://insurance.hexun.com/upload/zjrsfiftyy/index.css — 200 — 776 B — 64 ms — h2https://img.hexun.com/2014/zk/js/jquery.jsimg.hexun.com/2014/zk/js/jquery.js https://img.hexun.com/2014/zk/js/jquery.js — 200 — 36.0 KiB — 43 ms — h2https://insurance.hexun.com/upload/zjrsfiftyy/index.jsinsurance.hexun.com/upload/zjrsfift... https://insurance.hexun.com/upload/zjrsfiftyy/index.js — 200 — 553 B — 65 ms — h2https://fs-cms.hexun.com/img/2025/06/30/219893699.jpgfs-cms.hexun.com/img/2025/06/30/219... https://fs-cms.hexun.com/img/2025/06/30/219893699.jpg — 200 — 144.8 KiB — 224 ms — h2https://fs-cms.hexun.com/img/2024-12-20/216308698.jpgfs-cms.hexun.com/img/2024-12-20/216... https://fs-cms.hexun.com/img/2024-12-20/216308698.jpg — 200 — 113.1 KiB — 223 ms — h2https://fs-cms.hexun.com/img/2024-11-01/215292014.jpgfs-cms.hexun.com/img/2024-11-01/215... https://fs-cms.hexun.com/img/2024-11-01/215292014.jpg — 200 — 95.1 KiB — 216 ms — h2https://news.hexun.com/js/count.js?date=200904291026news.hexun.com/js/count.js?date=200... https://news.hexun.com/js/count.js?date=200904291026 — 200 — 299 B — 183 ms — h2https://photo27.hexun.com/p/2021/0526/652613/b_D4B76934A143A2F8851850C40C312160.jpgphoto27.hexun.com/p/2021/0526/65261... https://photo27.hexun.com/p/2021/0526/652613/b_D4B76934A143A2F8851850C40C312160.jpg — 200 — 14.9 KiB — 484 ms — h2https://utrack.hexun.com/usertrack.aspx?site=https://www.hexun.com/&time=1776805846631&rsite=utrack.hexun.com/usertrack.aspx?sit... https://utrack.hexun.com/usertrack.aspx?site=https://www.hexun.com/&time=1776805846631&rsite= — 200 — 417 B — 256 ms — h2https://utrack.hexun.com/track/track_hx.jsutrack.hexun.com/track/track_hx.js https://utrack.hexun.com/track/track_hx.js — 200 — 0 B — 1 ms — h2https://web.hexun.com/pc/img/index-caidao-icons.pngweb.hexun.com/pc/img/index-caidao-i... https://web.hexun.com/pc/img/index-caidao-icons.png — 200 — 2.1 KiB — 182 ms — h2https://logotool.hexun.com/f18cd2-75.jpglogotool.hexun.com/f18cd2-75.jpg https://logotool.hexun.com/f18cd2-75.jpg — 200 — 2.9 KiB — 399 ms — h2https://web.hexun.com/pc/img/caidaochat-img.pngweb.hexun.com/pc/img/caidaochat-img... https://web.hexun.com/pc/img/caidaochat-img.png — 200 — 416 B — 182 ms — h2https://logotool.hexun.com/1b186c0-75.jpglogotool.hexun.com/1b186c0-75.jpg https://logotool.hexun.com/1b186c0-75.jpg — 200 — 3.7 KiB — 340 ms — h2https://h09hxsame.hexun.com/s?z=hexun&c=1669&op=1h09hxsame.hexun.com/s?z=hexun&c=166... https://h09hxsame.hexun.com/s?z=hexun&c=1669&op=1 — 200 — 1.2 KiB — 879 ms — http/1.1https://hm.baidu.com/hm.js?81ff19c9eb1c05cdfeacb05d2036f066hm.baidu.com/hm.js?81ff19c9eb1c05cd... https://hm.baidu.com/hm.js?81ff19c9eb1c05cdfeacb05d2036f066 — 200 — 11.7 KiB — 732 ms — http/1.1https://utrack.hexun.com/dp/hexun_uweb.jsutrack.hexun.com/dp/hexun_uweb.js https://utrack.hexun.com/dp/hexun_uweb.js — 200 — 2.2 KiB — 182 ms — h2https://s95.cnzz.com/z_stat.php?id=1261726286s95.cnzz.com/z_stat.php?id=12617262... https://s95.cnzz.com/z_stat.php?id=1261726286 — 200 — 220 B — 1.1 s — h2https://hm.baidu.com/hm.gif?hca=1FF4911276EA4CC0&cc=1&ck=1&cl=24-bit&ds=800x600&vl=940&et=0&ja=0&ln=en-us&lo=0&rnd=931787964&si=81ff19c9eb1c05cdfeacb05d2036f066&v=1.3.2&lv=1&sn=20928&r=0&ww=1350&u=https%3A%2F%2Fwww.hexun.com%2F&tt=%E5%92%8C%E8%AE%AF%E7%BD%91hm.baidu.com/hm.gif?hca=1FF4911276E... https://hm.baidu.com/hm.gif?hca=1FF4911276EA4CC0&cc=1&ck=1&cl=24-bit&ds=800x600&vl=940&et=0&ja=0&ln=en-us&lo=0&rnd=931787964&si=81ff19c9eb1c05cdfeacb05d2036f066&v=1.3.2&lv=1&sn=20928&r=0&ww=1350&u=https%3A%2F%2Fwww.hexun.com%2F&tt=%E5%92%8C%E8%AE%AF%E7%BD%91 — 200 — 636 B — 285 ms — http/1.1https://fs-cms.hexun.com/img/2026/04/09/1775706289866.jpgfs-cms.hexun.com/img/2026/04/09/177... https://fs-cms.hexun.com/img/2026/04/09/1775706289866.jpg — 200 — 23.5 KiB — 182 ms — h2https://itv.hexun.com/lbi-html/ly/2018neiguang/guanggaobiaoshi/leftbottom_new.pngitv.hexun.com/lbi-html/ly/2018neigu... https://itv.hexun.com/lbi-html/ly/2018neiguang/guanggaobiaoshi/leftbottom_new.png — 200 — 1.3 KiB — 43 ms — h2https://m.hexun.com/api/checkNewsWhiteList?callback=jsonp1776805845345&id=m.hexun.com/api/checkNewsWhiteList?... https://m.hexun.com/api/checkNewsWhiteList?callback=jsonp1776805845345&id= — 200 — 280 B — 258 ms — h2https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845346regtool.hexun.com/wapreg/checklogin... https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845346 — 200 — 415 B — 687 ms — h2https://nwapi.hexun.com/dynamicOperation/pcshouyetl?callback=jsonp1776805845347nwapi.hexun.com/dynamicOperation/pc... https://nwapi.hexun.com/dynamicOperation/pcshouyetl?callback=jsonp1776805845347 — 200 — 796 B — 370 ms — h2https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845348regtool.hexun.com/wapreg/checklogin... https://regtool.hexun.com/wapreg/checklogin.aspx?format=json&encode=utf-8&callback=jsonp1776805845348 — 200 — 543 B — 682 ms — h2https://nwapi.hexun.com/dynamicOperation/biz/pcConsult/outer?callback=jsonp1776805845349nwapi.hexun.com/dynamicOperation/bi... https://nwapi.hexun.com/dynamicOperation/biz/pcConsult/outer?callback=jsonp1776805845349 — 200 — 762 B — 251 ms — h2https://i0.hexun.com/2016/pc/home/3.jpgi0.hexun.com/2016/pc/home/3.jpg https://i0.hexun.com/2016/pc/home/3.jpg — 200 — 8.8 KiB — 1.1 s — h2https://dn-operation.hexun.com/png/commonTemplateImage/53561763344697224.pngdn-operation.hexun.com/png/commonTe... https://dn-operation.hexun.com/png/commonTemplateImage/53561763344697224.png — 200 — 10.0 KiB — 188 ms — h2https://web.hexun.com/pc/img/close-icon.pngweb.hexun.com/pc/img/close-icon.png https://web.hexun.com/pc/img/close-icon.png — 200 — 3.3 KiB — 184 ms — h2https://dn-operation.hexun.com/png/commonTemplateImage/73081763344690696.pngdn-operation.hexun.com/png/commonTe... https://dn-operation.hexun.com/png/commonTemplateImage/73081763344690696.png — 200 — 19.3 KiB — 188 ms — h2https://web.hexun.com/pc/ad/img/fAppClose.pngweb.hexun.com/pc/ad/img/fAppClose.p... https://web.hexun.com/pc/ad/img/fAppClose.png — 200 — 587 B — 185 ms — h2https://nwapi.hexun.com/api/operation/position/webDetail?type=9&sourceType=4&userId=&sId=20260422051047146470a2fb8683e4c4f81e7b8727d7bb1eenwapi.hexun.com/api/operation/posit... https://nwapi.hexun.com/api/operation/position/webDetail?type=9&sourceType=4&userId=&sId=20260422051047146470a2fb8683e4c4f81e7b8727d7bb1ee — 200 — 476 B — 653 ms — h2https://wkbrs1.tingyun.com/action?ref=https%3A%2F%2Fwww.hexun.com%2F&referrer=&v=3.7.0&av=3.7.0&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&id=sjTlhlHI9Ho&key=BgT1pu3yk3Y&token=7ea38043640046d38cd4378e007cfa93&sid=b4488f0c-fc24-4fd7-aa5d-4d227aa8c661&__s=1776805845373&sh=600&sw=800&pvid=7d2db9c4-9c88-41ab-8b32-8a5a0e1f3071&did=28f43258-1b8c-451e-8ba0-d16ac2ca4316&url=https%3A%2F%2Fwww.hexun.com%2F&ps=1&__r=1776805849754wkbrs1.tingyun.com/action?ref=https... https://wkbrs1.tingyun.com/action?ref=https%3A%2F%2Fwww.hexun.com%2F&referrer=&v=3.7.0&av=3.7.0&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&id=sjTlhlHI9Ho&key=BgT1pu3yk3Y&token=7ea38043640046d38cd4378e007cfa93&sid=b4488f0c-fc24-4fd7-aa5d-4d227aa8c661&__s=1776805845373&sh=600&sw=800&pvid=7d2db9c4-9c88-41ab-8b32-8a5a0e1f3071&did=28f43258-1b8c-451e-8ba0-d16ac2ca4316&url=https%3A%2F%2Fwww.hexun.com%2F&ps=1&__r=1776805849754 — 200 — 160 B — 306 ms — h2https://www.hexun.com/favicon.icowww.hexun.com/favicon.ico https://www.hexun.com/favicon.ico — 200 — 1.7 KiB — 272 ms — h2https://i0.hexun.com/2016/pc/home/4.jpgi0.hexun.com/2016/pc/home/4.jpg https://i0.hexun.com/2016/pc/home/4.jpg — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 580ms · 109KB · ¥29/mo
www.hexun.com
Other
Costly
Execution 283ms
Transfer 27 KB
Monthly Cost ¥14/mo
Unattributable
Other
Optional
Execution 173ms
Transfer 0 KB
Monthly Cost ¥9/mo
img.hexun.com
Other
Optional
Execution 71ms
Transfer 36 KB
Monthly Cost ¥4/mo
web.hexun.com
Other
Optional
Execution 53ms
Transfer 46 KB
Unused 44%
Monthly Cost ¥3/mo

These scripts may cost more than they're worth

  • www.hexun.com adds 283ms and costs ~¥14/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.hexun.com takes 283ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback