Skip to content
https://most.gov.cn

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
2

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

43
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
64
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
73
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.56 s

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

3.49 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

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

4.06 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.57 s

Page Load Progression

1.2 s
2.3 s
3.5 s
4.6 s
5.8 s
6.9 s
8.1 s
9.3 s
Checks
15
6 PASS 4 REVIEW 3 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 87 requests
FIX
2.4 MB transferred, 87 requests
Info::
Page weighs 2.4 MB (2.4 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
Info::
87 HTTP requests
Info::
Estimated 0.51 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
87 requests
0.51 g CO2 per page load
Images 1.7 MiB 68%
JavaScript 496.2 KiB 20%
CSS 136.9 KiB 5%
HTML 124.1 KiB 5%
Other 34.2 KiB 1%
Fonts 5.9 KiB 0%
Other 279 B 0%
Other 0 B 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

D
JS Bundles
Action
24 scripts, 229 KB unused
FIX
24 scripts, 229 KB unused
Warning::
https://xwfx.most.gov.cn/wea/__wea/krewea_all.min....: 113 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://most.gov.cn/assets/js/swiper-bundle.min.js...: 85 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://most.gov.cn/assets/js/jquery-3.0.0.min.js?...: 32 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://most.gov.cn/gjlm/nav/page_nav.js?t=2026072...: unminified — 5 KB could be saved
Info::
Total unused JavaScript: 229 KB
229 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://xwfx.most.gov.cn/wea/__wea/krewea_all.min.js178 KB113 KB (64%)3rd
https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702145 KB85 KB (58%)1st
https://most.gov.cn/assets/js/jquery-3.0.0.min.js?t=2026072210070285 KB32 KB (37%)1st
https://most.gov.cn/gjlm/top/page_topline.js?t=202607221007023 KB1st
https://most.gov.cn/gjlm/nav/page_nav.js?t=2026072210070212 KB1st
https://most.gov.cn/assets/js/index_search_top.js?t=202607221007023 KB1st
https://most.gov.cn/assets/js/menu_work.js?t=202607221007024 KB1st
https://most.gov.cn/assets/js/menu_bottom.js?t=202607221007021 KB1st
https://most.gov.cn/assets/js/jquery.SuperSlide.js?t=2026072210070211 KB1st
https://most.gov.cn/assets/js/trs_h5.js?t=202607221007023 KB1st

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

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

D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

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

C
Image Optimization
Action
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://most.gov.cn/assets/images/emblem170.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://most.gov.cn/exposure/images/jiucuo.png?v=b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://most.gov.cn/assets/images/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 1.7 MB
0 oversized -0 KB
40 legacy format
3 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

B
JS Execution Cost
997ms total JS execution
REVIEW
997ms total JS execution
Warning::
https://most.gov.cn/gjlm/footer/page_footer.js?t=2...: 596ms CPU time
Info::
https://most.gov.cn/assets/js/swiper-bundle.min.js...: 200ms CPU time
Info::
Unattributable: 108ms CPU time
Info::
https://most.gov.cn/index.html: 93ms CPU time
Info::
Third-party scripts: 108ms (11% of total)

Main Thread Breakdown

Script Evaluation 66% Other 18% Style & Layout 9% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://most.gov.cn/gjlm/footer/page_footer.js?t=20260722100705596ms594ms1ms1st
https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702200ms58ms3ms1st
Unattributable108ms3ms0ms3rd
https://most.gov.cn/index.html93ms18ms1ms1st
C
Page Weight Inventory
Action
87 resources · 2.4 MB · 229 KB savings available
REVIEW
87 resources · 2.4 MB · 229 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~229 KB of savings available
Info::
4 third-party resources (7% of weight)
Info::
1 resources over 200KB
87 resources · 2.4 MiB · 4 third-party 1.4 MiB over 1MB target
Image 68% · 1.7 MiB
JavaScript 21% · 530.5 KiB
CSS 5% · 136.9 KiB
Document 5% · 124.1 KiB
Font 0% · 5.9 KiB
Other 0% · 279 B

~229.1 KiB of savings available

Remove unused JavaScript: 229.1 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
7% third-party, 0 ms blocking
PASS
7% third-party, 0 ms blocking
Info::
Third-party code accounts for 7% of page weight (178.6 KiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
First-party Third-party
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
1 fonts (6 KB)
PASS
1 fonts (6 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

6 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 3.5 shttps://most.gov.cn/assets/mobile_iconfont/iconfont.woff2?t=1726045092400iconfont.woff2 https://most.gov.cn/assets/mobile_iconfont/iconfont.woff2?t=1726045092400 — 5.9 KiB — 484 ms — font-display: swap
iconfont.woff2 woff2 swap
Size 6 KB
Load time 484 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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
87 requests over 9941ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.6 s LCP 3.5 shttps://most.gov.cn// https://most.gov.cn/ — 200 — 396 B — 1.1 s — http/1.1https://most.gov.cn/index.html/index.html https://most.gov.cn/index.html — 200 — 123.7 KiB — 1.7 s — http/1.1https://most.gov.cn/favicon.ico/favicon.ico https://most.gov.cn/favicon.ico — -1 — 0 B — 279 ms — https://most.gov.cn/assets/iconfont/iconfont.css?t=20260722100702/assets/iconfont/iconfont.css?t=202... https://most.gov.cn/assets/iconfont/iconfont.css?t=20260722100702 — 200 — 2.9 KiB — 283 ms — http/1.1https://most.gov.cn/assets/mobile_iconfont/iconfont.css?t=20260722100702/assets/mobile_iconfont/iconfont.cs... https://most.gov.cn/assets/mobile_iconfont/iconfont.css?t=20260722100702 — 200 — 3.0 KiB — 563 ms — http/1.1https://most.gov.cn/assets/css/swiper-bundle.min.css?t=20260722100702/assets/css/swiper-bundle.min.css?t... https://most.gov.cn/assets/css/swiper-bundle.min.css?t=20260722100702 — 200 — 16.3 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/css/style.css?t=20260722100702/assets/css/style.css?t=20260722100... https://most.gov.cn/assets/css/style.css?t=20260722100702 — 200 — 30.3 KiB — 1.7 s — http/1.1https://most.gov.cn/assets/css/topline_menu.css?t=20260722100702/assets/css/topline_menu.css?t=2026... https://most.gov.cn/assets/css/topline_menu.css?t=20260722100702 — 200 — 3.4 KiB — 842 ms — http/1.1https://most.gov.cn/assets/css/search_top.css?t=20260722100702/assets/css/search_top.css?t=202607... https://most.gov.cn/assets/css/search_top.css?t=20260722100702 — 200 — 2.9 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/css/dropdown.css?t=20260722100702/assets/css/dropdown.css?t=20260722... https://most.gov.cn/assets/css/dropdown.css?t=20260722100702 — 200 — 2.3 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/css/menu.css?t=20260722100702/assets/css/menu.css?t=202607221007... https://most.gov.cn/assets/css/menu.css?t=20260722100702 — 200 — 3.6 KiB — 1.2 s — http/1.1https://most.gov.cn/assets/css/home.css?t=20260722100702/assets/css/home.css?t=202607221007... https://most.gov.cn/assets/css/home.css?t=20260722100702 — 200 — 9.7 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/css/slides.css?t=20260722100702/assets/css/slides.css?t=2026072210... https://most.gov.cn/assets/css/slides.css?t=20260722100702 — 200 — 3.1 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/css/leftloop.css?t=20260722100702/assets/css/leftloop.css?t=20260722... https://most.gov.cn/assets/css/leftloop.css?t=20260722100702 — 200 — 2.2 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/js/jquery-3.0.0.min.js?t=20260722100702/assets/js/jquery-3.0.0.min.js?t=20... https://most.gov.cn/assets/js/jquery-3.0.0.min.js?t=20260722100702 — 200 — 84.5 KiB — 1.9 s — http/1.1https://most.gov.cn/assets/js/slides.min.jquery.js?t=20260722100702/assets/js/slides.min.jquery.js?t=2... https://most.gov.cn/assets/js/slides.min.jquery.js?t=20260722100702 — 200 — 6.9 KiB — 1.7 s — http/1.1https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702/assets/js/swiper-bundle.min.js?t=2... https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702 — 200 — 144.9 KiB — 2.8 s — http/1.1https://most.gov.cn/assets/js/slides.home.js?t=20260722100702/assets/js/slides.home.js?t=2026072... https://most.gov.cn/assets/js/slides.home.js?t=20260722100702 — 200 — 2.5 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/iconfont/iconfont.js?t=20260722100702/assets/iconfont/iconfont.js?t=2026... https://most.gov.cn/assets/iconfont/iconfont.js?t=20260722100702 — 200 — 30.7 KiB — 2.3 s — http/1.1https://most.gov.cn/assets/js/index_search_top.js?t=20260722100702/assets/js/index_search_top.js?t=20... https://most.gov.cn/assets/js/index_search_top.js?t=20260722100702 — 200 — 2.5 KiB — 1.9 s — http/1.1https://most.gov.cn/assets/js/menu_work.js?t=20260722100702/assets/js/menu_work.js?t=202607221... https://most.gov.cn/assets/js/menu_work.js?t=20260722100702 — 200 — 3.9 KiB — 2.0 s — http/1.1https://most.gov.cn/assets/js/menu_bottom.js?t=20260722100702/assets/js/menu_bottom.js?t=2026072... https://most.gov.cn/assets/js/menu_bottom.js?t=20260722100702 — 200 — 798 B — 2.0 s — http/1.1https://most.gov.cn/assets/js/jquery.SuperSlide.js?t=20260722100702/assets/js/jquery.SuperSlide.js?t=2... https://most.gov.cn/assets/js/jquery.SuperSlide.js?t=20260722100702 — 200 — 11.4 KiB — 2.4 s — http/1.1https://most.gov.cn/assets/js/trs_h5.js?t=20260722100702/assets/js/trs_h5.js?t=202607221007... https://most.gov.cn/assets/js/trs_h5.js?t=20260722100702 — 200 — 2.9 KiB — 2.2 s — http/1.1https://most.gov.cn/assets/js/trs_resize.js?t=20260722100702/assets/js/trs_resize.js?t=20260722... https://most.gov.cn/assets/js/trs_resize.js?t=20260722100702 — 200 — 3.1 KiB — 2.2 s — http/1.1https://most.gov.cn/assets/js/whatdevice.min.js?t=20260722100702/assets/js/whatdevice.min.js?t=2026... https://most.gov.cn/assets/js/whatdevice.min.js?t=20260722100702 — 200 — 1005 B — 2.2 s — http/1.1https://most.gov.cn/gjlm/top/page_topline.js?t=20260722100702/gjlm/top/page_topline.js?t=2026072... https://most.gov.cn/gjlm/top/page_topline.js?t=20260722100702 — 200 — 3.4 KiB — 2.5 s — http/1.1https://most.gov.cn/gjlm/logo/page_logo.js?t=20260722100702/gjlm/logo/page_logo.js?t=202607221... https://most.gov.cn/gjlm/logo/page_logo.js?t=20260722100702 — 200 — 1.8 KiB — 2.5 s — http/1.1https://most.gov.cn/gjlm/nav/page_nav.js?t=20260722100702/gjlm/nav/page_nav.js?t=20260722100... https://most.gov.cn/gjlm/nav/page_nav.js?t=20260722100702 — 200 — 11.7 KiB — 2.5 s — http/1.1https://most.gov.cn/ztzl_all/202603/W020260304567423669427.png?t=20260722100703/ztzl_all/202603/W02026030456742366... https://most.gov.cn/ztzl_all/202603/W020260304567423669427.png?t=20260722100703 — 200 — 212.7 KiB — 1.4 s — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.6 s LCP 3.5 shttps://most.gov.cn// https://most.gov.cn/ — 200 — 396 B — 1.1 s — http/1.1https://most.gov.cn/index.html/index.html https://most.gov.cn/index.html — 200 — 123.7 KiB — 1.7 s — http/1.1https://most.gov.cn/favicon.ico/favicon.ico https://most.gov.cn/favicon.ico — -1 — 0 B — 279 ms — https://most.gov.cn/assets/iconfont/iconfont.css?t=20260722100702/assets/iconfont/iconfont.css?t=202... https://most.gov.cn/assets/iconfont/iconfont.css?t=20260722100702 — 200 — 2.9 KiB — 283 ms — http/1.1https://most.gov.cn/assets/mobile_iconfont/iconfont.css?t=20260722100702/assets/mobile_iconfont/iconfont.cs... https://most.gov.cn/assets/mobile_iconfont/iconfont.css?t=20260722100702 — 200 — 3.0 KiB — 563 ms — http/1.1https://most.gov.cn/assets/css/swiper-bundle.min.css?t=20260722100702/assets/css/swiper-bundle.min.css?t... https://most.gov.cn/assets/css/swiper-bundle.min.css?t=20260722100702 — 200 — 16.3 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/css/style.css?t=20260722100702/assets/css/style.css?t=20260722100... https://most.gov.cn/assets/css/style.css?t=20260722100702 — 200 — 30.3 KiB — 1.7 s — http/1.1https://most.gov.cn/assets/css/topline_menu.css?t=20260722100702/assets/css/topline_menu.css?t=2026... https://most.gov.cn/assets/css/topline_menu.css?t=20260722100702 — 200 — 3.4 KiB — 842 ms — http/1.1https://most.gov.cn/assets/css/search_top.css?t=20260722100702/assets/css/search_top.css?t=202607... https://most.gov.cn/assets/css/search_top.css?t=20260722100702 — 200 — 2.9 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/css/dropdown.css?t=20260722100702/assets/css/dropdown.css?t=20260722... https://most.gov.cn/assets/css/dropdown.css?t=20260722100702 — 200 — 2.3 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/css/menu.css?t=20260722100702/assets/css/menu.css?t=202607221007... https://most.gov.cn/assets/css/menu.css?t=20260722100702 — 200 — 3.6 KiB — 1.2 s — http/1.1https://most.gov.cn/assets/css/home.css?t=20260722100702/assets/css/home.css?t=202607221007... https://most.gov.cn/assets/css/home.css?t=20260722100702 — 200 — 9.7 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/css/slides.css?t=20260722100702/assets/css/slides.css?t=2026072210... https://most.gov.cn/assets/css/slides.css?t=20260722100702 — 200 — 3.1 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/css/leftloop.css?t=20260722100702/assets/css/leftloop.css?t=20260722... https://most.gov.cn/assets/css/leftloop.css?t=20260722100702 — 200 — 2.2 KiB — 1.4 s — http/1.1https://most.gov.cn/assets/js/jquery-3.0.0.min.js?t=20260722100702/assets/js/jquery-3.0.0.min.js?t=20... https://most.gov.cn/assets/js/jquery-3.0.0.min.js?t=20260722100702 — 200 — 84.5 KiB — 1.9 s — http/1.1https://most.gov.cn/assets/js/slides.min.jquery.js?t=20260722100702/assets/js/slides.min.jquery.js?t=2... https://most.gov.cn/assets/js/slides.min.jquery.js?t=20260722100702 — 200 — 6.9 KiB — 1.7 s — http/1.1https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702/assets/js/swiper-bundle.min.js?t=2... https://most.gov.cn/assets/js/swiper-bundle.min.js?t=20260722100702 — 200 — 144.9 KiB — 2.8 s — http/1.1https://most.gov.cn/assets/js/slides.home.js?t=20260722100702/assets/js/slides.home.js?t=2026072... https://most.gov.cn/assets/js/slides.home.js?t=20260722100702 — 200 — 2.5 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/iconfont/iconfont.js?t=20260722100702/assets/iconfont/iconfont.js?t=2026... https://most.gov.cn/assets/iconfont/iconfont.js?t=20260722100702 — 200 — 30.7 KiB — 2.3 s — http/1.1https://most.gov.cn/assets/js/index_search_top.js?t=20260722100702/assets/js/index_search_top.js?t=20... https://most.gov.cn/assets/js/index_search_top.js?t=20260722100702 — 200 — 2.5 KiB — 1.9 s — http/1.1https://most.gov.cn/assets/js/menu_work.js?t=20260722100702/assets/js/menu_work.js?t=202607221... https://most.gov.cn/assets/js/menu_work.js?t=20260722100702 — 200 — 3.9 KiB — 2.0 s — http/1.1https://most.gov.cn/assets/js/menu_bottom.js?t=20260722100702/assets/js/menu_bottom.js?t=2026072... https://most.gov.cn/assets/js/menu_bottom.js?t=20260722100702 — 200 — 798 B — 2.0 s — http/1.1https://most.gov.cn/assets/js/jquery.SuperSlide.js?t=20260722100702/assets/js/jquery.SuperSlide.js?t=2... https://most.gov.cn/assets/js/jquery.SuperSlide.js?t=20260722100702 — 200 — 11.4 KiB — 2.4 s — http/1.1https://most.gov.cn/assets/js/trs_h5.js?t=20260722100702/assets/js/trs_h5.js?t=202607221007... https://most.gov.cn/assets/js/trs_h5.js?t=20260722100702 — 200 — 2.9 KiB — 2.2 s — http/1.1https://most.gov.cn/assets/js/trs_resize.js?t=20260722100702/assets/js/trs_resize.js?t=20260722... https://most.gov.cn/assets/js/trs_resize.js?t=20260722100702 — 200 — 3.1 KiB — 2.2 s — http/1.1https://most.gov.cn/assets/js/whatdevice.min.js?t=20260722100702/assets/js/whatdevice.min.js?t=2026... https://most.gov.cn/assets/js/whatdevice.min.js?t=20260722100702 — 200 — 1005 B — 2.2 s — http/1.1https://most.gov.cn/gjlm/top/page_topline.js?t=20260722100702/gjlm/top/page_topline.js?t=2026072... https://most.gov.cn/gjlm/top/page_topline.js?t=20260722100702 — 200 — 3.4 KiB — 2.5 s — http/1.1https://most.gov.cn/gjlm/logo/page_logo.js?t=20260722100702/gjlm/logo/page_logo.js?t=202607221... https://most.gov.cn/gjlm/logo/page_logo.js?t=20260722100702 — 200 — 1.8 KiB — 2.5 s — http/1.1https://most.gov.cn/gjlm/nav/page_nav.js?t=20260722100702/gjlm/nav/page_nav.js?t=20260722100... https://most.gov.cn/gjlm/nav/page_nav.js?t=20260722100702 — 200 — 11.7 KiB — 2.5 s — http/1.1https://most.gov.cn/ztzl_all/202603/W020260304567423669427.png?t=20260722100703/ztzl_all/202603/W02026030456742366... https://most.gov.cn/ztzl_all/202603/W020260304567423669427.png?t=20260722100703 — 200 — 212.7 KiB — 1.4 s — http/1.1https://most.gov.cn/ztzl_all/202511/W020251118537054341849.jpg?t=20260722100703/ztzl_all/202511/W02025111853705434... https://most.gov.cn/ztzl_all/202511/W020251118537054341849.jpg?t=20260722100703 — 200 — 101.7 KiB — 553 ms — http/1.1https://most.gov.cn/ztzl_all/202508/W020250826389231098534.jpg?t=20260722100703/ztzl_all/202508/W02025082638923109... https://most.gov.cn/ztzl_all/202508/W020250826389231098534.jpg?t=20260722100703 — 200 — 47.0 KiB — 284 ms — http/1.1https://most.gov.cn/ztzl_all/202508/W020250826406220970472.jpg?t=20260722100703/ztzl_all/202508/W02025082640622097... https://most.gov.cn/ztzl_all/202508/W020250826406220970472.jpg?t=20260722100703 — 200 — 87.6 KiB — 833 ms — http/1.1https://most.gov.cn/ztzl_all/202508/W020250826397605998468.jpg?t=20260722100703/ztzl_all/202508/W02025082639760599... https://most.gov.cn/ztzl_all/202508/W020250826397605998468.jpg?t=20260722100703 — 200 — 81.5 KiB — 818 ms — http/1.1https://most.gov.cn/gjlm/footer/page_footer.js?t=20260722100705/gjlm/footer/page_footer.js?t=20260... https://most.gov.cn/gjlm/footer/page_footer.js?t=20260722100705 — 200 — 1.3 KiB — 251 ms — http/1.1https://most.gov.cn/assets/js/searchForHaiYi.js?_=1776893159461/assets/js/searchForHaiYi.js?_=1776... https://most.gov.cn/assets/js/searchForHaiYi.js?_=1776893159461 — 200 — 25.0 KiB — 561 ms — http/1.1https://most.gov.cn/assets/images/wx_most.png?t=20253508113501/assets/images/wx_most.png?t=202535... https://most.gov.cn/assets/images/wx_most.png?t=20253508113501 — 200 — 6.2 KiB — 725 ms — http/1.1https://most.gov.cn/assets/images/emblem170.png/assets/images/emblem170.png https://most.gov.cn/assets/images/emblem170.png — 200 — 55.0 KiB — 813 ms — http/1.1https://most.gov.cn/assets/images/weibo_most.png?t=20253508113501/assets/images/weibo_most.png?t=202... https://most.gov.cn/assets/images/weibo_most.png?t=20253508113501 — 200 — 1.6 KiB — 910 ms — http/1.1https://most.gov.cn/assets/images/toplinks.png/assets/images/toplinks.png https://most.gov.cn/assets/images/toplinks.png — 200 — 9.7 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/images/triangle.png/assets/images/triangle.png https://most.gov.cn/assets/images/triangle.png — 200 — 1.7 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/images/logo.png/assets/images/logo.png https://most.gov.cn/assets/images/logo.png — 200 — 21.7 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/mobile_iconfont/iconfont.woff2?t=1726045092400/assets/mobile_iconfont/iconfont.wo... https://most.gov.cn/assets/mobile_iconfont/iconfont.woff2?t=1726045092400 — 200 — 5.9 KiB — 484 ms — http/1.1https://most.gov.cn/tpxc/202604/W020260422336541102046_ORIGIN.jpg?t=20260722100702/tpxc/202604/W020260422336541102046... https://most.gov.cn/tpxc/202604/W020260422336541102046_ORIGIN.jpg?t=20260722100702 — 200 — 91.2 KiB — 1.4 s — http/1.1https://most.gov.cn/tpxc/202604/W020260422337469621450_ORIGIN.jpg?t=20260722100702/tpxc/202604/W020260422337469621450... https://most.gov.cn/tpxc/202604/W020260422337469621450_ORIGIN.jpg?t=20260722100702 — 200 — 62.6 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/images/index_btn01.png/assets/images/index_btn01.png https://most.gov.cn/assets/images/index_btn01.png — 200 — 2.7 KiB — 1.1 s — http/1.1https://most.gov.cn/assets/images/index_btn02.png/assets/images/index_btn02.png https://most.gov.cn/assets/images/index_btn02.png — 200 — 2.7 KiB — 1.2 s — http/1.1https://most.gov.cn/tpxw/202603/W020260306625219225491.jpg?t=20260722100702/tpxw/202603/W020260306625219225491... https://most.gov.cn/tpxw/202603/W020260306625219225491.jpg?t=20260722100702 — 200 — 100.0 KiB — 1.6 s — http/1.1https://most.gov.cn/kjbgz/202601/W020260224330607767294.jpg?t=20260722100702/kjbgz/202601/W02026022433060776729... https://most.gov.cn/kjbgz/202601/W020260224330607767294.jpg?t=20260722100702 — 200 — 80.3 KiB — 3.5 s — http/1.1https://most.gov.cn/kjbgz/202512/W020260224330316963983.jpg?t=20260722100702/kjbgz/202512/W02026022433031696398... https://most.gov.cn/kjbgz/202512/W020260224330316963983.jpg?t=20260722100702 — 200 — 67.5 KiB — 1.6 s — http/1.1https://most.gov.cn/assets/svg/lmt-news.svg/assets/svg/lmt-news.svg https://most.gov.cn/assets/svg/lmt-news.svg — 200 — 2.0 KiB — 1.3 s — http/1.1https://most.gov.cn/assets/js/esdToolsInit.js?t=20253308113329/assets/js/esdToolsInit.js?t=202533... https://most.gov.cn/assets/js/esdToolsInit.js?t=20253308113329 — 200 — 7.8 KiB — 292 ms — http/1.1https://most.gov.cn/exposure/jiucuo.js/exposure/jiucuo.js https://most.gov.cn/exposure/jiucuo.js — 200 — 1.4 KiB — 297 ms — http/1.1https://dcs.conac.cn/image/red.png?t=20253308113329dcs.conac.cn/image/red.png?t=202533... https://dcs.conac.cn/image/red.png?t=20253308113329 — -1 — 0 B — 0 ms — https://most.gov.cn/assets/js/jump_out_msg_new.js?t=20260722100705/assets/js/jump_out_msg_new.js?t=20... https://most.gov.cn/assets/js/jump_out_msg_new.js?t=20260722100705 — 200 — 2.8 KiB — 543 ms — http/1.1https://most.gov.cn/assets/js/public.js?t=20260722100705/assets/js/public.js?t=202607221007... https://most.gov.cn/assets/js/public.js?t=20260722100705 — 200 — 819 B — 280 ms — http/1.1https://most.gov.cn/ztzl_all/202508/W020250826398499773094.jpg?t=20260722100703/ztzl_all/202508/W02025082639849977... https://most.gov.cn/ztzl_all/202508/W020250826398499773094.jpg?t=20260722100703 — 200 — 87.7 KiB — 552 ms — http/1.1https://most.gov.cn/ztzl_all/202508/W020250826399280845590.jpg?t=20260722100703/ztzl_all/202508/W02025082639928084... https://most.gov.cn/ztzl_all/202508/W020250826399280845590.jpg?t=20260722100703 — 200 — 98.6 KiB — 545 ms — http/1.1https://most.gov.cn/assets/svg/lmt-gongkai.svg/assets/svg/lmt-gongkai.svg https://most.gov.cn/assets/svg/lmt-gongkai.svg — 200 — 1.6 KiB — 280 ms — http/1.1https://most.gov.cn/assets/svg/lmt-work.svg/assets/svg/lmt-work.svg https://most.gov.cn/assets/svg/lmt-work.svg — 200 — 1.7 KiB — 277 ms — http/1.1https://most.gov.cn/assets/svg/lmt-service.svg?t=20260722100704/assets/svg/lmt-service.svg?t=20260... https://most.gov.cn/assets/svg/lmt-service.svg?t=20260722100704 — 200 — 1.3 KiB — 283 ms — http/1.1https://most.gov.cn/assets/css/confirm_new.css?t=1776893162058/assets/css/confirm_new.css?t=17768... https://most.gov.cn/assets/css/confirm_new.css?t=1776893162058 — 200 — 1.6 KiB — 277 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822500353643057_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082250035364... https://most.gov.cn/zwfwptzq/202508/W020250822500353643057_ORIGIN.png?t=20260722100704 — 200 — 1.5 KiB — 279 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822497434512300_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082249743451... https://most.gov.cn/zwfwptzq/202508/W020250822497434512300_ORIGIN.png?t=20260722100704 — 200 — 1.3 KiB — 282 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822496567258793_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082249656725... https://most.gov.cn/zwfwptzq/202508/W020250822496567258793_ORIGIN.png?t=20260722100704 — 200 — 1.3 KiB — 281 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822494410309608_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082249441030... https://most.gov.cn/zwfwptzq/202508/W020250822494410309608_ORIGIN.png?t=20260722100704 — 200 — 868 B — 273 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822490232230617_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082249023223... https://most.gov.cn/zwfwptzq/202508/W020250822490232230617_ORIGIN.png?t=20260722100704 — 200 — 1.4 KiB — 277 ms — http/1.1https://most.gov.cn/zwfwptzq/202508/W020250822414804507266_ORIGIN.png?t=20260722100704/zwfwptzq/202508/W02025082241480450... https://most.gov.cn/zwfwptzq/202508/W020250822414804507266_ORIGIN.png?t=20260722100704 — 200 — 1.8 KiB — 277 ms — http/1.1https://most.gov.cn/assets/svg/lmt-interaction.svg?t=20260722100704/assets/svg/lmt-interaction.svg?t=2... https://most.gov.cn/assets/svg/lmt-interaction.svg?t=20260722100704 — 200 — 2.2 KiB — 280 ms — http/1.1https://most.gov.cn/hdjl/202508/W020250822533535606605_ORIGIN.png?t=20260722100704/hdjl/202508/W020250822533535606605... https://most.gov.cn/hdjl/202508/W020250822533535606605_ORIGIN.png?t=20260722100704 — 200 — 1.5 KiB — 281 ms — http/1.1https://most.gov.cn/hdjl/202508/W020250822532819181317_ORIGIN.png?t=20260722100704/hdjl/202508/W020250822532819181317... https://most.gov.cn/hdjl/202508/W020250822532819181317_ORIGIN.png?t=20260722100704 — 200 — 1.0 KiB — 272 ms — http/1.1https://most.gov.cn/hdjl/202508/W020250822514032285696_ORIGIN.png?t=20260722100704/hdjl/202508/W020250822514032285696... https://most.gov.cn/hdjl/202508/W020250822514032285696_ORIGIN.png?t=20260722100704 — 200 — 1.9 KiB — 277 ms — http/1.1https://most.gov.cn/hdjl/202508/W020250822510447764147_ORIGIN.png?t=20260722100704/hdjl/202508/W020250822510447764147... https://most.gov.cn/hdjl/202508/W020250822510447764147_ORIGIN.png?t=20260722100704 — 200 — 1.6 KiB — 277 ms — http/1.1https://most.gov.cn/gwyhdzq/202508/W020250822554403379695_ORIGIN.png?t=20260722100704/gwyhdzq/202508/W020250822554403379... https://most.gov.cn/gwyhdzq/202508/W020250822554403379695_ORIGIN.png?t=20260722100704 — 200 — 47.8 KiB — 281 ms — http/1.1https://most.gov.cn/gwyhdzq/202511/W020251118539440626816.jpg?t=20260722100704/gwyhdzq/202511/W020251118539440626... https://most.gov.cn/gwyhdzq/202511/W020251118539440626816.jpg?t=20260722100704 — 200 — 81.8 KiB — 561 ms — http/1.1https://most.gov.cn/gwyhdzq/202511/W020251118392172554309.jpg?t=20260722100704/gwyhdzq/202511/W020251118392172554... https://most.gov.cn/gwyhdzq/202511/W020251118392172554309.jpg?t=20260722100704 — 200 — 170.2 KiB — 816 ms — http/1.1https://most.gov.cn/assets/js/whatdevice.min.js?t=1776893160337/assets/js/whatdevice.min.js?t=1776... https://most.gov.cn/assets/js/whatdevice.min.js?t=1776893160337 — 200 — 1005 B — 277 ms — http/1.1https://most.gov.cn/kjbgz/202511/W020251121779237545186.jpg?t=20260722100702/kjbgz/202511/W02025112177923754518... https://most.gov.cn/kjbgz/202511/W020251121779237545186.jpg?t=20260722100702 — 200 — 152.2 KiB — 830 ms — http/1.1https://most.gov.cn/exposure/images/jiucuo.png?v=bm06000001/exposure/images/jiucuo.png?v=bm060... https://most.gov.cn/exposure/images/jiucuo.png?v=bm06000001 — 200 — 4.1 KiB — 277 ms — http/1.1https://xwfx.most.gov.cn/wea/__wea/krewea_all.min.jsxwfx.most.gov.cn/wea/__wea/krewea_a... https://xwfx.most.gov.cn/wea/__wea/krewea_all.min.js — 200 — 178.0 KiB — 2.3 s — http/1.1https://most.gov.cn/assets/css/mobile_style.css?t=20260722100702/assets/css/mobile_style.css?t=2026... https://most.gov.cn/assets/css/mobile_style.css?t=20260722100702 — 200 — 47.0 KiB — 278 ms — http/1.1https://most.gov.cn/assets/css/mobile_topline_menu.css?t=20260722100702/assets/css/mobile_topline_menu.css... https://most.gov.cn/assets/css/mobile_topline_menu.css?t=20260722100702 — 200 — 1.7 KiB — 275 ms — http/1.1https://most.gov.cn/assets/css/mobile_menu.css?t=20260722100702/assets/css/mobile_menu.css?t=20260... https://most.gov.cn/assets/css/mobile_menu.css?t=20260722100702 — 200 — 1.2 KiB — 281 ms — http/1.1https://most.gov.cn/assets/css/mobile_home.css?t=20260722100702/assets/css/mobile_home.css?t=20260... https://most.gov.cn/assets/css/mobile_home.css?t=20260722100702 — 200 — 5.2 KiB — 281 ms — http/1.1https://most.gov.cn/assets/css/mobile_slides.css?t=20260722100702/assets/css/mobile_slides.css?t=202... https://most.gov.cn/assets/css/mobile_slides.css?t=20260722100702 — 200 — 524 B — 272 ms — http/1.1https://xwfx.most.gov.cn/wea/__wea/tracker.png?action_name=%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E7%A7%91%E5%AD%A6%E6%8A%80%E6%9C%AF%E9%83%A8&idsite=10&module=pv&rec=1&r=758608&h=21&m=26&s=5&url=https%3A%2F%2Fmost.gov.cn%2Findex.html&urlref=https%3A%2F%2Fmost.gov.cn%2F&_id=8a07e5dcd866d386&_idn=1&send_image=0&_refts=0&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&_ul=en-US&res=800x600&pv_id=uYzjEN&pf_net=0&pf_srv=275&pf_tfr=1375&pf_dm1=4509&uadata=%7B%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7Dxwfx.most.gov.cn/wea/__wea/tracker.... https://xwfx.most.gov.cn/wea/__wea/tracker.png?action_name=%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E7%A7%91%E5%AD%A6%E6%8A%80%E6%9C%AF%E9%83%A8&idsite=10&module=pv&rec=1&r=758608&h=21&m=26&s=5&url=https%3A%2F%2Fmost.gov.cn%2Findex.html&urlref=https%3A%2F%2Fmost.gov.cn%2F&_id=8a07e5dcd866d386&_idn=1&send_image=0&_refts=0&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&_ul=en-US&res=800x600&pv_id=uYzjEN&pf_net=0&pf_srv=275&pf_tfr=1375&pf_dm1=4509&uadata=%7B%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D — 204 — 279 B — 282 ms — http/1.1https://xwfx.most.gov.cn/wea/__wea/hsrConfigs.json?idsite=10&trackerid=W1UYXm&url=https%3A%2F%2Fmost.gov.cn%2Findex.htmlxwfx.most.gov.cn/wea/__wea/hsrConfi... https://xwfx.most.gov.cn/wea/__wea/hsrConfigs.json?idsite=10&trackerid=W1UYXm&url=https%3A%2F%2Fmost.gov.cn%2Findex.html — 200 — 380 B — 243 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
11% of JavaScript execution is third-party
First-party Third-party 108ms · 0KB · ¥5/mo
Unattributable
Other
Optional
Execution 108ms
Transfer 0 KB
Monthly Cost ¥5/mo

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