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

Performance

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

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

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

4.01 s

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

10.11 s

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

182 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.045

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

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

10.12 s

Page Load Progression

780 ms
1.6 s
2.3 s
3.1 s
3.9 s
4.7 s
5.5 s
6.2 s
Checks
26
12 PASS 10 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
C
JS Execution Cost
Action
1569ms total JS execution
REVIEW
1569ms total JS execution
Warning::
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNG...: 896ms CPU time
Warning::
Unattributable: 398ms CPU time
Warning::
https://mhjys.qingtiankjysz.cfd/: 276ms CPU time
Info::
Third-party scripts: 398ms (25% of total)

Main Thread Breakdown

Script Evaluation 39% Other 36% Style & Layout 19% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://mhjys.qingtiankjysz.cfd/assets/index-B2wNGtfx.js896ms632ms4ms1st
Unattributable398ms5ms0ms3rd
https://mhjys.qingtiankjysz.cfd/276ms7ms1ms1st
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.2 KiB of savings available

Remove unused JavaScript: 77.2 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+
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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.0 s LCP 10.1 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 — 280 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 — 444 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 — 440 ms — font-display: swap
HarmonyOS_Sans_Regular-... ttf swap
Size 144 KB
Load time 280 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 444 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 440 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).
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
Page uses document.write() -- disables Chrome's preload scanner
`document.write()` blocks all parallel resource discovery while it executes. Chrome explicitly disables the preload scanner on connections it judges slow when document.write is detected, serializing the entire subtree load. Almost always third-party ad / analytics legacy code; replacing with createElement + appendChild (or refusing to integrate the offending vendor) recovers significant load-time on mobile.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
14 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
80 requests over 5235ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.0 s LCP 10.1 shttps://mhjys.qingtiankjysz.cfd// https://mhjys.qingtiankjysz.cfd/ — 200 — 983 B — 658 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 — 225 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 — 655 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 — 233 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 — 237 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 — 249 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 — 252 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 — 256 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 — 256 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 — 258 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 — 271 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 — 260 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 — 431 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 — 443 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 — 263 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 — 446 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 — 265 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 — 447 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 — 430 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 — 447 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 — 429 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 — 448 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 — 430 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 — 451 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 — 430 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js/assets/alert.Bm3suuyS.js https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js — 200 — 874 B — 451 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 — 453 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 — 430 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css/assets/alert-0KFWn11L.css https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css — 200 — 825 B — 431 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.0 s LCP 10.1 shttps://mhjys.qingtiankjysz.cfd// https://mhjys.qingtiankjysz.cfd/ — 200 — 983 B — 658 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 — 225 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 — 655 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 — 233 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 — 237 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 — 249 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 — 252 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 — 256 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 — 256 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 — 258 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 — 271 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 — 260 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 — 431 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 — 443 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 — 263 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 — 446 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 — 265 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 — 447 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 — 430 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 — 447 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 — 429 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 — 448 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 — 430 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 — 451 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 — 430 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js/assets/alert.Bm3suuyS.js https://mhjys.qingtiankjysz.cfd/assets/alert.Bm3suuyS.js — 200 — 874 B — 451 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 — 453 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 — 430 ms — h2https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css/assets/alert-0KFWn11L.css https://mhjys.qingtiankjysz.cfd/assets/alert-0KFWn11L.css — 200 — 825 B — 431 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 — 455 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 — 432 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 — 456 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 — 433 ms — h2https://mhjys.qingtiankjysz.cfd/assets/currency.nVGXJFIm.js/assets/currency.nVGXJFIm.js https://mhjys.qingtiankjysz.cfd/assets/currency.nVGXJFIm.js — 200 — 862 B — 458 ms — h2https://mhjys.qingtiankjysz.cfd/assets/user.BaIE4bLC.js/assets/user.BaIE4bLC.js https://mhjys.qingtiankjysz.cfd/assets/user.BaIE4bLC.js — 200 — 658 B — 460 ms — h2https://mhjys.qingtiankjysz.cfd/assets/trader.CZP0D2nZ.js/assets/trader.CZP0D2nZ.js https://mhjys.qingtiankjysz.cfd/assets/trader.CZP0D2nZ.js — 200 — 597 B — 461 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 — 466 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index.D6QMRlL1.js/assets/index.D6QMRlL1.js https://mhjys.qingtiankjysz.cfd/assets/index.D6QMRlL1.js — 200 — 1001 B — 468 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 — 469 ms — h2https://mhjys.qingtiankjysz.cfd/assets/index.B0kAbHBf.js/assets/index.B0kAbHBf.js https://mhjys.qingtiankjysz.cfd/assets/index.B0kAbHBf.js — 200 — 695 B — 470 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 — 470 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 — 460 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/config/api/common/config https://mhjys.qingtiankjysz.cfd/api/common/config — 200 — 778 B — 558 ms — h2https://mhjys.qingtiankjysz.cfd/api/account/userinfo/api/account/userinfo https://mhjys.qingtiankjysz.cfd/api/account/userinfo — 200 — 403 B — 525 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getServerTime/api/common/getServerTime https://mhjys.qingtiankjysz.cfd/api/common/getServerTime — 200 — 394 B — 527 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getCountry/api/common/getCountry https://mhjys.qingtiankjysz.cfd/api/common/getCountry — 200 — 392 B — 518 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 — 280 ms — h2https://mhjys.qingtiankjysz.cfd/api/account/balance/api/account/balance https://mhjys.qingtiankjysz.cfd/api/account/balance — 200 — 377 B — 495 ms — h2https://mhjys.qingtiankjysz.cfd/api/currency/getTradeCurrencyList/api/currency/getTradeCurrencyList https://mhjys.qingtiankjysz.cfd/api/currency/getTradeCurrencyList — 200 — 2.4 KiB — 450 ms — 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 — 485 ms — 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 — 483 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 — 557 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/appActive/api/common/appActive https://mhjys.qingtiankjysz.cfd/api/common/appActive — 200 — 370 B — 474 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 — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://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 — 444 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 — 440 ms — h2https://mhjys.qingtiankjysz.cfd/api/common/getCurrencyFee/api/common/getCurrencyFee https://mhjys.qingtiankjysz.cfd/api/common/getCurrencyFee — 200 — 539 B — 645 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 — 216 ms — h2https://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 — 217 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 — 216 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 — 218 ms — h2https://mhjys.qingtiankjysz.cfd/assets/bg-aHsi6WdP.png/assets/bg-aHsi6WdP.png https://mhjys.qingtiankjysz.cfd/assets/bg-aHsi6WdP.png — 200 — 22.8 KiB — 221 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 — 216 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 — 218 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 — 220 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 — 218 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 — 221 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 — 219 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 — 220 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 — 222 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 — 216 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 — 216 ms — 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 — 235 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 — 231 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 — 228 ms — h2https://mhjys.qingtiankjysz.cfd/favicon.ico/favicon.ico https://mhjys.qingtiankjysz.cfd/favicon.ico — 404 — 611 B — 217 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 — 891 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
25% of JavaScript execution is third-party
First-party Third-party 398ms · 0KB · $5/mo
Unattributable
Other
Costly
Execution 398ms
Transfer 0 KB
Monthly Cost $5/mo

These scripts may cost more than they're worth

  • Unattributable adds 398ms and costs ~$5/month

Unattributable takes 398ms 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

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