Skip to content
https://mhjys.qingtiankjysz.cfd/#/

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
9
PASS
9
INFO
3

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

84
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
39
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

899 ms

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

1.90 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.000

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

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

1.90 s

Page Load Progression

524 ms
1.0 s
1.6 s
2.1 s
2.6 s
3.1 s
3.7 s
4.2 s
Checks
22
9 PASS 9 REVIEW 1 FIX
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
Page Weight Budget
Action
2.0 MB transferred, 80 requests
REVIEW
2.0 MB transferred, 80 requests
Info::
Page weighs 3.9 MB (2.0 MB transferred)
Info::
Fonts are 1007 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1007 KB
Warning::
JavaScript is 536 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 536 KB
Info::
80 HTTP requests
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
80 requests
0.42 g CO2 per page load
Fonts 1006.6 KiB 49%
JavaScript 536.4 KiB 26%
Images 433.7 KiB 21%
CSS 78.9 KiB 4%
Other 7.8 KiB 0%
HTML 983 B 0%
Other 611 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

B
Image Optimization
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Info::
All images are well-optimized
27 images 434 KB
0 oversized -0 KB
24 legacy format
0 missing dimensions CLS risk
B
JS Bundles
23 scripts, 77 KB unused
REVIEW
23 scripts, 77 KB unused
Warning::
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNG...: 77 KB unused (17%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 77 KB
77 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js499 KB77 KB (17%)1st
https://mhjys.qingtiankjysz.cfd/assets/pages-newindex-newindex.Dl7po1pU.js13 KB1st
https://mhjys.qingtiankjysz.cfd/assets/fui-avatar.BnBMSd8v.js1 KB1st
https://mhjys.qingtiankjysz.cfd/assets/_plugin-vue_export-helper.BCo6x5W8.js0 KB1st
https://mhjys.qingtiankjysz.cfd/assets/uni-app.es.DXc4U9Jm.js0 KB1st
https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar.CQ1BQdTK.js1 KB1st
https://mhjys.qingtiankjysz.cfd/assets/fui-icon.CQAJe6-N.js2 KB1st
https://mhjys.qingtiankjysz.cfd/assets/fui-button.BVzha-rf.js2 KB1st
https://mhjys.qingtiankjysz.cfd/assets/fui-tabs.DkOa84GF.js2 KB1st
https://mhjys.qingtiankjysz.cfd/assets/uni-drawer.C9z9ox-_.js1 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
80 resources · 2.0 MB · 77 KB savings available
REVIEW
80 resources · 2.0 MB · 77 KB savings available
Warning::
Page weight 2.0 MB exceeds 1 MB target by 1.0 MB
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~77 KB of savings available
Info::
4 third-party resources (0% of weight)
Info::
3 resources over 200KB
80 resources · 2.0 MiB · 4 third-party 1.0 MiB over 1MB target
Font 49% · 1006.6 KiB
JavaScript 26% · 536.4 KiB
Image 21% · 433.7 KiB
CSS 4% · 78.9 KiB
Other 0% · 7.8 KiB
Document 0% · 1.6 KiB

~77.3 KiB of savings available

Remove unused JavaScript: 77.3 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
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (420 B of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
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+
JS Execution Cost
315ms total JS execution
PASS
315ms total JS execution
Info::
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNG...: 217ms CPU time
Info::
Unattributable: 98ms CPU time
Info::
Third-party scripts: 98ms (31% of total)

Main Thread Breakdown

Other 40% Script Evaluation 38% Style & Layout 17%
ScriptTotalScriptingParse/CompileParty
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js217ms145ms1ms1st
Unattributable98ms1ms0ms3rd
A+
Font Loading
3 fonts (1007 KB)
PASS
3 fonts (1007 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

1007 KB total

Render-blocking

0

of 3

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 FCP 899 ms LCP 1.9 shttps://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttfHarmonyOS_Sans_Regular-... https://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf — 143.5 KiB — 263 ms — font-display: swaphttps://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttfHarmonyOS_Sans_SC_Mediu... https://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf — 824.0 KiB — 461 ms — font-display: swaphttps://mhjys.qingtiankjysz.cfd/assets/fui-icon-D7orQT4U.ttffui-icon-D7orQT4U.ttf https://mhjys.qingtiankjysz.cfd/assets/fui-icon-D7orQT4U.ttf — 39.1 KiB — 453 ms — font-display: swap
HarmonyOS_Sans_Regular-... ttf swap
Size 144 KB
Load time 263 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
HarmonyOS_Sans_SC_Mediu... ttf swap
Size 824 KB
Load time 461 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fui-icon-D7orQT4U.ttf ttf swap
Size 39 KB
Load time 453 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~786 KB and ~1572 ms

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
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
Network Waterfall
80 requests over 5123ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 899 ms LCP 1.9 shttps://mhjys.qingtiankjysz.cfd// https://mhjys.qingtiankjysz.cfd/ — 200 — 983 B — 661 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni.267e86f8.css/assets/uni.267e86f8.css https://mhjys.qingtiankjysz.cfd/assets/uni.267e86f8.css — 200 — 5.2 KiB — 232 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js/assets/index-B2wNGtfx.js https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js — 200 — 499.1 KiB — 1.3 s — h2https://mhjys.qingtiankjysz.cfd/assets/index-I6xwvCdT.css/assets/index-I6xwvCdT.css https://mhjys.qingtiankjysz.cfd/assets/index-I6xwvCdT.css — 200 — 58.9 KiB — 662 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/home-s.png/static/statbar/new/home-s.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/home-s.png — 200 — 34.7 KiB — 228 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/market-d.png/static/statbar/new/market-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/market-d.png — 200 — 12.5 KiB — 231 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/trade-d.png/static/statbar/new/trade-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/trade-d.png — 200 — 23.2 KiB — 238 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/contract-d.png/static/statbar/new/contract-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/contract-d.png — 200 — 13.6 KiB — 242 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/asset-d.png/static/statbar/new/asset-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/asset-d.png — 200 — 17.3 KiB — 244 ms — h2https://mhjys.qingtiankjysz.cfd/assets/pages-newindex-newindex.Dl7po1pU.js/assets/pages-newindex-newindex.Dl7... https://mhjys.qingtiankjysz.cfd/assets/pages-newindex-newindex.Dl7po1pU.js — 200 — 12.5 KiB — 245 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-avatar.BnBMSd8v.js/assets/fui-avatar.BnBMSd8v.js https://mhjys.qingtiankjysz.cfd/assets/fui-avatar.BnBMSd8v.js — 200 — 1.2 KiB — 248 ms — h2https://mhjys.qingtiankjysz.cfd/assets/_plugin-vue_export-helper.BCo6x5W8.js/assets/_plugin-vue_export-helper.B... https://mhjys.qingtiankjysz.cfd/assets/_plugin-vue_export-helper.BCo6x5W8.js — 200 — 272 B — 250 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-avatar-CGsx0hv-.css/assets/fui-avatar-CGsx0hv-.css https://mhjys.qingtiankjysz.cfd/assets/fui-avatar-CGsx0hv-.css — 200 — 1.2 KiB — 249 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-app.es.DXc4U9Jm.js/assets/uni-app.es.DXc4U9Jm.js https://mhjys.qingtiankjysz.cfd/assets/uni-app.es.DXc4U9Jm.js — 200 — 265 B — 251 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar.CQ1BQdTK.js/assets/fui-nav-bar.CQ1BQdTK.js https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar.CQ1BQdTK.js — 200 — 1.2 KiB — 252 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar-DtMoUqYo.css/assets/fui-nav-bar-DtMoUqYo.css https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar-DtMoUqYo.css — 200 — 685 B — 251 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-icon.CQAJe6-N.js/assets/fui-icon.CQAJe6-N.js https://mhjys.qingtiankjysz.cfd/assets/fui-icon.CQAJe6-N.js — 200 — 2.0 KiB — 252 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-icon-BtzrKq7d.css/assets/fui-icon-BtzrKq7d.css https://mhjys.qingtiankjysz.cfd/assets/fui-icon-BtzrKq7d.css — 200 — 607 B — 428 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-button.BVzha-rf.js/assets/fui-button.BVzha-rf.js https://mhjys.qingtiankjysz.cfd/assets/fui-button.BVzha-rf.js — 200 — 2.3 KiB — 431 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-button-I_hS5M3J.css/assets/fui-button-I_hS5M3J.css https://mhjys.qingtiankjysz.cfd/assets/fui-button-I_hS5M3J.css — 200 — 893 B — 431 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-tabs.DkOa84GF.js/assets/fui-tabs.DkOa84GF.js https://mhjys.qingtiankjysz.cfd/assets/fui-tabs.DkOa84GF.js — 200 — 1.8 KiB — 433 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-tabs-D_VIZz2j.css/assets/fui-tabs-D_VIZz2j.css https://mhjys.qingtiankjysz.cfd/assets/fui-tabs-D_VIZz2j.css — 200 — 1.0 KiB — 432 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-drawer.C9z9ox-_.js/assets/uni-drawer.C9z9ox-_.js https://mhjys.qingtiankjysz.cfd/assets/uni-drawer.C9z9ox-_.js — 200 — 1.3 KiB — 434 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-drawer-B5HqcKg4.css/assets/uni-drawer-B5HqcKg4.css https://mhjys.qingtiankjysz.cfd/assets/uni-drawer-B5HqcKg4.css — 200 — 973 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup.DbP2BUVn.js/assets/uni-popup.DbP2BUVn.js https://mhjys.qingtiankjysz.cfd/assets/uni-popup.DbP2BUVn.js — 200 — 3.8 KiB — 436 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-DKbJyik5.css/assets/uni-popup-DKbJyik5.css https://mhjys.qingtiankjysz.cfd/assets/uni-popup-DKbJyik5.css — 200 — 656 B — 437 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js/assets/alert.Bm3suuyS.js https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js — 200 — 874 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog.D3g6JptD.js/assets/uni-popup-dialog.D3g6JptD.j... https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog.D3g6JptD.js — 200 — 1.4 KiB — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog-1Os_aRzI.css/assets/uni-popup-dialog-1Os_aRzI.c... https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog-1Os_aRzI.css — 200 — 604 B — 428 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css/assets/alert-0KFWn11L.css https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css — 200 — 825 B — 428 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 899 ms LCP 1.9 shttps://mhjys.qingtiankjysz.cfd// https://mhjys.qingtiankjysz.cfd/ — 200 — 983 B — 661 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni.267e86f8.css/assets/uni.267e86f8.css https://mhjys.qingtiankjysz.cfd/assets/uni.267e86f8.css — 200 — 5.2 KiB — 232 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js/assets/index-B2wNGtfx.js https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js — 200 — 499.1 KiB — 1.3 s — h2https://mhjys.qingtiankjysz.cfd/assets/index-I6xwvCdT.css/assets/index-I6xwvCdT.css https://mhjys.qingtiankjysz.cfd/assets/index-I6xwvCdT.css — 200 — 58.9 KiB — 662 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/home-s.png/static/statbar/new/home-s.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/home-s.png — 200 — 34.7 KiB — 228 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/market-d.png/static/statbar/new/market-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/market-d.png — 200 — 12.5 KiB — 231 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/trade-d.png/static/statbar/new/trade-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/trade-d.png — 200 — 23.2 KiB — 238 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/contract-d.png/static/statbar/new/contract-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/contract-d.png — 200 — 13.6 KiB — 242 ms — h2https://mhjys.qingtiankjysz.cfd/static/statbar/new/asset-d.png/static/statbar/new/asset-d.png https://mhjys.qingtiankjysz.cfd/static/statbar/new/asset-d.png — 200 — 17.3 KiB — 244 ms — h2https://mhjys.qingtiankjysz.cfd/assets/pages-newindex-newindex.Dl7po1pU.js/assets/pages-newindex-newindex.Dl7... https://mhjys.qingtiankjysz.cfd/assets/pages-newindex-newindex.Dl7po1pU.js — 200 — 12.5 KiB — 245 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-avatar.BnBMSd8v.js/assets/fui-avatar.BnBMSd8v.js https://mhjys.qingtiankjysz.cfd/assets/fui-avatar.BnBMSd8v.js — 200 — 1.2 KiB — 248 ms — h2https://mhjys.qingtiankjysz.cfd/assets/_plugin-vue_export-helper.BCo6x5W8.js/assets/_plugin-vue_export-helper.B... https://mhjys.qingtiankjysz.cfd/assets/_plugin-vue_export-helper.BCo6x5W8.js — 200 — 272 B — 250 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-avatar-CGsx0hv-.css/assets/fui-avatar-CGsx0hv-.css https://mhjys.qingtiankjysz.cfd/assets/fui-avatar-CGsx0hv-.css — 200 — 1.2 KiB — 249 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-app.es.DXc4U9Jm.js/assets/uni-app.es.DXc4U9Jm.js https://mhjys.qingtiankjysz.cfd/assets/uni-app.es.DXc4U9Jm.js — 200 — 265 B — 251 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar.CQ1BQdTK.js/assets/fui-nav-bar.CQ1BQdTK.js https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar.CQ1BQdTK.js — 200 — 1.2 KiB — 252 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar-DtMoUqYo.css/assets/fui-nav-bar-DtMoUqYo.css https://mhjys.qingtiankjysz.cfd/assets/fui-nav-bar-DtMoUqYo.css — 200 — 685 B — 251 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-icon.CQAJe6-N.js/assets/fui-icon.CQAJe6-N.js https://mhjys.qingtiankjysz.cfd/assets/fui-icon.CQAJe6-N.js — 200 — 2.0 KiB — 252 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-icon-BtzrKq7d.css/assets/fui-icon-BtzrKq7d.css https://mhjys.qingtiankjysz.cfd/assets/fui-icon-BtzrKq7d.css — 200 — 607 B — 428 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-button.BVzha-rf.js/assets/fui-button.BVzha-rf.js https://mhjys.qingtiankjysz.cfd/assets/fui-button.BVzha-rf.js — 200 — 2.3 KiB — 431 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-button-I_hS5M3J.css/assets/fui-button-I_hS5M3J.css https://mhjys.qingtiankjysz.cfd/assets/fui-button-I_hS5M3J.css — 200 — 893 B — 431 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-tabs.DkOa84GF.js/assets/fui-tabs.DkOa84GF.js https://mhjys.qingtiankjysz.cfd/assets/fui-tabs.DkOa84GF.js — 200 — 1.8 KiB — 433 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-tabs-D_VIZz2j.css/assets/fui-tabs-D_VIZz2j.css https://mhjys.qingtiankjysz.cfd/assets/fui-tabs-D_VIZz2j.css — 200 — 1.0 KiB — 432 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-drawer.C9z9ox-_.js/assets/uni-drawer.C9z9ox-_.js https://mhjys.qingtiankjysz.cfd/assets/uni-drawer.C9z9ox-_.js — 200 — 1.3 KiB — 434 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-drawer-B5HqcKg4.css/assets/uni-drawer-B5HqcKg4.css https://mhjys.qingtiankjysz.cfd/assets/uni-drawer-B5HqcKg4.css — 200 — 973 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup.DbP2BUVn.js/assets/uni-popup.DbP2BUVn.js https://mhjys.qingtiankjysz.cfd/assets/uni-popup.DbP2BUVn.js — 200 — 3.8 KiB — 436 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-DKbJyik5.css/assets/uni-popup-DKbJyik5.css https://mhjys.qingtiankjysz.cfd/assets/uni-popup-DKbJyik5.css — 200 — 656 B — 437 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js/assets/alert.Bm3suuyS.js https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js — 200 — 874 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog.D3g6JptD.js/assets/uni-popup-dialog.D3g6JptD.j... https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog.D3g6JptD.js — 200 — 1.4 KiB — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog-1Os_aRzI.css/assets/uni-popup-dialog-1Os_aRzI.c... https://mhjys.qingtiankjysz.cfd/assets/uni-popup-dialog-1Os_aRzI.css — 200 — 604 B — 428 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css/assets/alert-0KFWn11L.css https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css — 200 — 825 B — 428 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-backdrop.vDTW10L3.js/assets/fui-backdrop.vDTW10L3.js https://mhjys.qingtiankjysz.cfd/assets/fui-backdrop.vDTW10L3.js — 200 — 1.1 KiB — 434 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-backdrop-B_PWEsXl.css/assets/fui-backdrop-B_PWEsXl.css https://mhjys.qingtiankjysz.cfd/assets/fui-backdrop-B_PWEsXl.css — 200 — 528 B — 427 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-bottom-popup.CA7oTsLG.js/assets/fui-bottom-popup.CA7oTsLG.j... https://mhjys.qingtiankjysz.cfd/assets/fui-bottom-popup.CA7oTsLG.js — 200 — 946 B — 432 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-bottom-popup-CwIc3QUC.css/assets/fui-bottom-popup-CwIc3QUC.c... https://mhjys.qingtiankjysz.cfd/assets/fui-bottom-popup-CwIc3QUC.css — 200 — 825 B — 427 ms — h2https://mhjys.qingtiankjysz.cfd/assets/currency.nVGXJFIm.js/assets/currency.nVGXJFIm.js https://mhjys.qingtiankjysz.cfd/assets/currency.nVGXJFIm.js — 200 — 862 B — 434 ms — h2https://mhjys.qingtiankjysz.cfd/assets/user.BaIE4bLC.js/assets/user.BaIE4bLC.js https://mhjys.qingtiankjysz.cfd/assets/user.BaIE4bLC.js — 200 — 658 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/trader.CZP0D2nZ.js/assets/trader.CZP0D2nZ.js https://mhjys.qingtiankjysz.cfd/assets/trader.CZP0D2nZ.js — 200 — 597 B — 435 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index.CRr6BLx3.js/assets/index.CRr6BLx3.js https://mhjys.qingtiankjysz.cfd/assets/index.CRr6BLx3.js — 200 — 1.1 KiB — 436 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index.D6QMRlL1.js/assets/index.D6QMRlL1.js https://mhjys.qingtiankjysz.cfd/assets/index.D6QMRlL1.js — 200 — 1001 B — 436 ms — h2https://mhjys.qingtiankjysz.cfd/assets/use-route.BXJCsf2Z.js/assets/use-route.BXJCsf2Z.js https://mhjys.qingtiankjysz.cfd/assets/use-route.BXJCsf2Z.js — 200 — 472 B — 437 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index.B0kAbHBf.js/assets/index.B0kAbHBf.js https://mhjys.qingtiankjysz.cfd/assets/index.B0kAbHBf.js — 200 — 695 B — 437 ms — h2https://mhjys.qingtiankjysz.cfd/assets/check-s.DGG9M_rm.js/assets/check-s.DGG9M_rm.js https://mhjys.qingtiankjysz.cfd/assets/check-s.DGG9M_rm.js — 200 — 1.1 KiB — 438 ms — h2https://mhjys.qingtiankjysz.cfd/assets/newindex-Cts1ETHG.css/assets/newindex-Cts1ETHG.css https://mhjys.qingtiankjysz.cfd/assets/newindex-Cts1ETHG.css — 200 — 6.1 KiB — 425 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/config/api/common/config https://mhjys.qingtiankjysz.cfd/api/common/config — 200 — 778 B — 975 ms — h2https://mhjys.qingtiankjysz.cfd/api/account/userinfo/api/account/userinfo https://mhjys.qingtiankjysz.cfd/api/account/userinfo — 200 — 403 B — 975 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getServerTime/api/common/getServerTime https://mhjys.qingtiankjysz.cfd/api/common/getServerTime — 200 — 394 B — 975 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getCountry/api/common/getCountry https://mhjys.qingtiankjysz.cfd/api/common/getCountry — 200 — 392 B — 975 ms — h2data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhl…data:image/svg+xml;base64, PHN2ZyB4... data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhl… — 200 — 0 B — 0 ms — datahttps://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf/assets/HarmonyOS_Sans_Regular-BHHg... https://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf — 200 — 143.5 KiB — 263 ms — h2https://mhjys.qingtiankjysz.cfd/api/account/balance/api/account/balance https://mhjys.qingtiankjysz.cfd/api/account/balance — 200 — 377 B — 794 ms — h2https://mhjys.qingtiankjysz.cfd/api/currency/getTradeCurrencyList/api/currency/getTradeCurrencyList https://mhjys.qingtiankjysz.cfd/api/currency/getTradeCurrencyList — 200 — 2.4 KiB — 1.1 s — h2https://mhjys.qingtiankjysz.cfd/api/position/detail?code=banner/api/position/detail?code=banner https://mhjys.qingtiankjysz.cfd/api/position/detail?code=banner — 200 — 659 B — 1.0 s — h2https://mhjys.qingtiankjysz.cfd/api/position/detail?code=index_notice/api/position/detail?code=index_not... https://mhjys.qingtiankjysz.cfd/api/position/detail?code=index_notice — 200 — 579 B — 784 ms — h2https://mhjys.qingtiankjysz.cfd/api/follow/trader/getLeadOrdersList?period=30&sort=followers&order=desc&page=1/api/follow/trader/getLeadOrdersLis... https://mhjys.qingtiankjysz.cfd/api/follow/trader/getLeadOrdersList?period=30&sort=followers&order=desc&page=1 — 200 — 1.1 KiB — 1.2 s — h2https://mhjys.qingtiankjysz.cfd/api/common/appActive/api/common/appActive https://mhjys.qingtiankjysz.cfd/api/common/appActive — 200 — 370 B — 764 ms — h2https://mhjys.qingtiankjysz.cfd/static/img/avatar.png/static/img/avatar.png https://mhjys.qingtiankjysz.cfd/static/img/avatar.png — 200 — 2.1 KiB — 457 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAAB+CAMAAAA6Pz6EAAABR1BMVEX39/n4+Pr4+Pr3+fn2+Pr5+…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAAB+CAMAAAA6Pz6EAAABR1BMVEX39/n4+Pr4+Pr3+fn2+Pr5+… — 200 — 0 B — 0 ms — datahttps://mhjys.qingtiankjysz.cfd/assets/search-gray-DSMQ63Pd.png/assets/search-gray-DSMQ63Pd.png https://mhjys.qingtiankjysz.cfd/assets/search-gray-DSMQ63Pd.png — 200 — 8.0 KiB — 457 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/customer-light.png/static/newImage/customer-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/customer-light.png — 200 — 5.1 KiB — 457 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/notify-light.png/static/newImage/notify-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/notify-light.png — 200 — 5.6 KiB — 457 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://mhjys.qingtiankjysz.cfd/assets/bg-aHsi6WdP.png/assets/bg-aHsi6WdP.png https://mhjys.qingtiankjysz.cfd/assets/bg-aHsi6WdP.png — 200 — 22.8 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/invite-black.png/static/newImage/invite-black.png https://mhjys.qingtiankjysz.cfd/static/newImage/invite-black.png — 200 — 4.0 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/impawn-black.png/static/newImage/impawn-black.png https://mhjys.qingtiankjysz.cfd/static/newImage/impawn-black.png — 200 — 4.9 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/img/icon_sfsqq.png/static/img/icon_sfsqq.png https://mhjys.qingtiankjysz.cfd/static/img/icon_sfsqq.png — 200 — 6.7 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/menu-black.png/static/newImage/menu-black.png https://mhjys.qingtiankjysz.cfd/static/newImage/menu-black.png — 200 — 4.3 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/assets/icon_xhjy-BUYtw7Jp.png/assets/icon_xhjy-BUYtw7Jp.png https://mhjys.qingtiankjysz.cfd/assets/icon_xhjy-BUYtw7Jp.png — 200 — 6.5 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/notice-light.png/static/newImage/notice-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/notice-light.png — 200 — 7.3 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/more1-light.png/static/newImage/more1-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/more1-light.png — 200 — 2.1 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/safe-light.png/static/newImage/safe-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/safe-light.png — 200 — 8.3 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/recharge-light.png/static/newImage/recharge-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/recharge-light.png — 200 — 4.8 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/static/newImage/quick-light.png/static/newImage/quick-light.png https://mhjys.qingtiankjysz.cfd/static/newImage/quick-light.png — 200 — 4.1 KiB — 460 ms — h2https://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf/assets/HarmonyOS_Sans_SC_Medium--i... https://mhjys.qingtiankjysz.cfd/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf — 200 — 824.0 KiB — 461 ms — h2https://mhjys.qingtiankjysz.cfd/assets/fui-icon-D7orQT4U.ttf/assets/fui-icon-D7orQT4U.ttf https://mhjys.qingtiankjysz.cfd/assets/fui-icon-D7orQT4U.ttf — 200 — 39.1 KiB — 453 ms — h2https://mhjys.qingtiankjysz.cfd/favicon.ico/favicon.ico https://mhjys.qingtiankjysz.cfd/favicon.ico — 404 — 611 B — 447 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getCurrencyFee/api/common/getCurrencyFee https://mhjys.qingtiankjysz.cfd/api/common/getCurrencyFee — 200 — 539 B — 1.1 s — h2https://mhjys.qingtiankjysz.cfd/uploadfile/20260508/avatar_69fd8c8916c6d.png/uploadfile/20260508/avatar_69fd8c8... https://mhjys.qingtiankjysz.cfd/uploadfile/20260508/avatar_69fd8c8916c6d.png — 200 — 235.1 KiB — 315 ms — h2https://mhjys.qingtiankjysz.cfd/uploadfile/20260416/avatar_69dfcf095004e.jpg/uploadfile/20260416/avatar_69dfcf0... https://mhjys.qingtiankjysz.cfd/uploadfile/20260416/avatar_69dfcf095004e.jpg — 404 — 69 B — 483 ms — h2https://mhjys.qingtiankjysz.cfd/uploadfile/20260417/avatar_69e14fd7b7957.png/uploadfile/20260417/avatar_69e14fd... https://mhjys.qingtiankjysz.cfd/uploadfile/20260417/avatar_69e14fd7b7957.png — 404 — 69 B — 481 ms — h2https://cdn.dcloud.net.cn/img/shadow-grey.pngcdn.dcloud.net.cn/img/shadow-grey.p... https://cdn.dcloud.net.cn/img/shadow-grey.png — 200 — 420 B — 774 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
31% of JavaScript execution is third-party
First-party Third-party 98ms · 0KB · $1/mo
Unattributable
Other
Optional
Execution 98ms
Transfer 0 KB
Monthly Cost $1/mo

How third-party costs are calculated

Image Optimization
23 images, 429 KB total, 402 KB wasted
INFO

Image Optimization Audit

Total Images

23

Total Size

429 KB

Oversized

20

Wasted

402 KB

23 missing alt text 23 missing dimensions 9 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback