Skip to content
https://blockzenx.com/#/

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
2
REVIEW
9
PASS
8
INFO
2

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

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

831 ms

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

1.84 s

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

17 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.29 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.84 s

Page Load Progression

539 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.2 s
3.8 s
4.3 s
Checks
21
8 PASS 9 REVIEW 2 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 108 requests
FIX
2.7 MB transferred, 108 requests
Warning::
Page weighs 4.9 MB (2.7 MB transferred)
Info::
Fonts are 1.8 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.8 MB
Warning::
JavaScript is 625 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 625 KB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
108 requests
0.57 g CO2 per page load
Fonts 1.8 MiB 66%
JavaScript 625.2 KiB 23%
Images 213.9 KiB 8%
CSS 91.2 KiB 3%
Other 8.4 KiB 0%
Other 5.9 KiB 0%
HTML 795 B 0%
Other 611 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev

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.

B
Image Optimization
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Info::
All images are well-optimized
27 images 191 KB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
606ms total JS execution
REVIEW
606ms total JS execution
Warning::
https://blockzenx.com/assets/index-CvM7Jt0w.js: 348ms CPU time
Info::
Unattributable: 165ms CPU time
Info::
https://blockzenx.com/: 93ms CPU time

Main Thread Breakdown

Script Evaluation 41% Other 38% Style & Layout 17%
ScriptTotalScriptingParse/CompileParty
https://blockzenx.com/assets/index-CvM7Jt0w.js348ms254ms1ms1st
Unattributable165ms3ms0ms1st
https://blockzenx.com/93ms2ms1ms1st
B
JS Bundles
34 scripts, 76 KB unused
REVIEW
34 scripts, 76 KB unused
Warning::
https://blockzenx.com/assets/index-CvM7Jt0w.js: 76 KB unused (15%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 76 KB
76 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://blockzenx.com/assets/index-CvM7Jt0w.js557 KB76 KB (15%)1st
https://blockzenx.com/assets/fui-tabs.Cu2tOMPw.js2 KB1st
https://blockzenx.com/assets/uni-popup.CIolS0nO.js4 KB1st
https://blockzenx.com/static/h5-gate-theme.js?v=20260724162 KB1st
https://blockzenx.com/static/h5-gold-patch.js?v=20260724162 KB1st
https://blockzenx.com/static/h5-wallet-gold-patch.js?v=20260724163 KB1st
https://blockzenx.com/static/h5-exchange-gold-patch.js?v=20260724163 KB1st
https://blockzenx.com/static/h5-polish-patch.js?v=20260724162 KB1st
https://blockzenx.com/static/h5-contract-gold-patch.js?v=20260724162 KB1st
https://blockzenx.com/assets/pages-newindex-newindex.2_XIzYKd.js12 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.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
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
108 resources · 2.7 MB · 76 KB savings available
REVIEW
108 resources · 2.7 MB · 76 KB savings available
Warning::
Page weight 2.7 MB exceeds 1 MB target by 1.7 MB
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~76 KB of savings available
Info::
7 third-party resources (0% of weight)
Info::
3 resources over 200KB
108 resources · 2.7 MiB · 7 third-party 1.7 MiB over 1MB target
Font 66% · 1.8 MiB
JavaScript 23% · 625.2 KiB
Image 8% · 213.9 KiB
CSS 3% · 91.2 KiB
Other 1% · 14.3 KiB
Document 0% · 1.4 KiB

~75.5 KiB of savings available

Remove unused JavaScript: 75.5 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
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
6 fonts (1824 KB)
PASS
6 fonts (1824 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

1824 KB total

Render-blocking

0

of 6

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 831 ms LCP 1.8 shttps://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19Inter-Regular.woff2 https://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19 — 54 B — 200 ms — font-display: swaphttps://blockzenx.com/static/font/font-files/Inter-Medium.woff2?v=3.19Inter-Medium.woff2 https://blockzenx.com/static/font/font-files/Inter-Medium.woff2?v=3.19 — 54 B — 230 ms — font-display: swaphttps://blockzenx.com/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttfHarmonyOS_Sans_Regular-... https://blockzenx.com/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf — 143.5 KiB — 206 ms — font-display: swaphttps://blockzenx.com/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttfHarmonyOS_Sans_SC_Mediu... https://blockzenx.com/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf — 824.0 KiB — 394 ms — font-display: swaphttps://blockzenx.com/assets/fui-icon-D7orQT4U.ttffui-icon-D7orQT4U.ttf https://blockzenx.com/assets/fui-icon-D7orQT4U.ttf — 39.2 KiB — 395 ms — font-display: swaphttps://blockzenx.com/assets/HarmonyOS_Sans_SC_Bold-DFJwAIlE.ttfHarmonyOS_Sans_SC_Bold-... https://blockzenx.com/assets/HarmonyOS_Sans_SC_Bold-DFJwAIlE.ttf — 816.8 KiB — 219 ms — font-display: swap
Inter-Regular.woff2 unknown swap
Size 0 KB
Load time 200 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
Inter-Medium.woff2 unknown swap
Size 0 KB
Load time 230 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
HarmonyOS_Sans_Regular-... ttf swap
Size 144 KB
Load time 206 ms
Start 2.2 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 394 ms
Start 2.4 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 395 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HarmonyOS_Sans_SC_Bold-... ttf swap
Size 817 KB
Load time 219 ms
Start 2.8 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
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 ~1439 KB and ~2878 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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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
108 requests over 3277ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 831 ms LCP 1.8 shttps://blockzenx.com// https://blockzenx.com/ — 200 — 795 B — 586 ms — h2https://blockzenx.com/assets/uni.267e86f8.css/assets/uni.267e86f8.css https://blockzenx.com/assets/uni.267e86f8.css — 200 — 5.3 KiB — 203 ms — h2https://blockzenx.com/static/h5-api-metal-patch.js?v=2026072416/static/h5-api-metal-patch.js?v=202... https://blockzenx.com/static/h5-api-metal-patch.js?v=2026072416 — 200 — 771 B — 603 ms — h2https://blockzenx.com/assets/index-CvM7Jt0w.js/assets/index-CvM7Jt0w.js https://blockzenx.com/assets/index-CvM7Jt0w.js — 200 — 557.3 KiB — 1.2 s — h2https://blockzenx.com/assets/index-BdrNRt_A.css/assets/index-BdrNRt_A.css https://blockzenx.com/assets/index-BdrNRt_A.css — 200 — 59.0 KiB — 588 ms — h2https://blockzenx.com/static/h5-home-promo-patch.css?v=2026072416/static/h5-home-promo-patch.css?v=2... https://blockzenx.com/static/h5-home-promo-patch.css?v=2026072416 — 200 — 1.2 KiB — 594 ms — h2https://blockzenx.com/static/h5-home-promo-patch.js?v=2026072416/static/h5-home-promo-patch.js?v=20... https://blockzenx.com/static/h5-home-promo-patch.js?v=2026072416 — 200 — 1.8 KiB — 789 ms — h2https://blockzenx.com/static/h5-gate-theme.css?v=2026072416/static/h5-gate-theme.css?v=2026072... https://blockzenx.com/static/h5-gate-theme.css?v=2026072416 — 200 — 2.3 KiB — 594 ms — h2https://blockzenx.com/static/h5-gate-theme.js?v=2026072416/static/h5-gate-theme.js?v=20260724... https://blockzenx.com/static/h5-gate-theme.js?v=2026072416 — 200 — 1.8 KiB — 788 ms — h2https://blockzenx.com/static/h5-gold-patch.css?v=2026072416/static/h5-gold-patch.css?v=2026072... https://blockzenx.com/static/h5-gold-patch.css?v=2026072416 — 200 — 920 B — 595 ms — h2https://blockzenx.com/static/h5-gold-patch.js?v=2026072416/static/h5-gold-patch.js?v=20260724... https://blockzenx.com/static/h5-gold-patch.js?v=2026072416 — 200 — 1.9 KiB — 788 ms — h2https://blockzenx.com/static/h5-wallet-gold-patch.css?v=2026072416/static/h5-wallet-gold-patch.css?v=... https://blockzenx.com/static/h5-wallet-gold-patch.css?v=2026072416 — 200 — 973 B — 596 ms — h2https://blockzenx.com/static/h5-wallet-gold-patch.js?v=2026072416/static/h5-wallet-gold-patch.js?v=2... https://blockzenx.com/static/h5-wallet-gold-patch.js?v=2026072416 — 200 — 2.7 KiB — 788 ms — h2https://blockzenx.com/static/h5-exchange-gold-patch.css?v=2026072416/static/h5-exchange-gold-patch.css?... https://blockzenx.com/static/h5-exchange-gold-patch.css?v=2026072416 — 200 — 962 B — 597 ms — h2https://blockzenx.com/static/h5-exchange-gold-patch.js?v=2026072416/static/h5-exchange-gold-patch.js?v... https://blockzenx.com/static/h5-exchange-gold-patch.js?v=2026072416 — 200 — 2.8 KiB — 788 ms — h2https://blockzenx.com/static/h5-polish-patch.css?v=2026072416/static/h5-polish-patch.css?v=20260... https://blockzenx.com/static/h5-polish-patch.css?v=2026072416 — 200 — 1004 B — 598 ms — h2https://blockzenx.com/static/h5-polish-patch.js?v=2026072416/static/h5-polish-patch.js?v=202607... https://blockzenx.com/static/h5-polish-patch.js?v=2026072416 — 200 — 2.1 KiB — 787 ms — h2https://blockzenx.com/static/h5-contract-gold-patch.js?v=2026072416/static/h5-contract-gold-patch.js?v... https://blockzenx.com/static/h5-contract-gold-patch.js?v=2026072416 — 200 — 2.1 KiB — 788 ms — h2https://blockzenx.com/static/font/inter.css/static/font/inter.css https://blockzenx.com/static/font/inter.css — 200 — 1.1 KiB — 381 ms — h2https://blockzenx.com/api/currency/getContractCurrencyList/api/currency/getContractCurrencyLi... https://blockzenx.com/api/currency/getContractCurrencyList — 200 — 2.9 KiB — 218 ms — h2https://blockzenx.com/api/currency/getContractCurrencyList/api/currency/getContractCurrencyLi... https://blockzenx.com/api/currency/getContractCurrencyList — 200 — 2.9 KiB — 553 ms — h2https://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19/static/font/font-files/Inter-Regul... https://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19 — 404 — 54 B — 200 ms — h2https://blockzenx.com/assets/pages-newindex-newindex.2_XIzYKd.js/assets/pages-newindex-newindex.2_X... https://blockzenx.com/assets/pages-newindex-newindex.2_XIzYKd.js — 200 — 11.8 KiB — 200 ms — h2https://blockzenx.com/assets/fui-avatar.beVPUWHv.js/assets/fui-avatar.beVPUWHv.js https://blockzenx.com/assets/fui-avatar.beVPUWHv.js — 200 — 1.2 KiB — 201 ms — h2https://blockzenx.com/assets/_plugin-vue_export-helper.BCo6x5W8.js/assets/_plugin-vue_export-helper.B... https://blockzenx.com/assets/_plugin-vue_export-helper.BCo6x5W8.js — 200 — 304 B — 203 ms — h2https://blockzenx.com/assets/fui-avatar-CGsx0hv-.css/assets/fui-avatar-CGsx0hv-.css https://blockzenx.com/assets/fui-avatar-CGsx0hv-.css — 200 — 1.2 KiB — 196 ms — h2https://blockzenx.com/assets/uni-app.es.DDsvAoW1.js/assets/uni-app.es.DDsvAoW1.js https://blockzenx.com/assets/uni-app.es.DDsvAoW1.js — 200 — 297 B — 204 ms — h2https://blockzenx.com/assets/fui-nav-bar.Bk7Nl0RG.js/assets/fui-nav-bar.Bk7Nl0RG.js https://blockzenx.com/assets/fui-nav-bar.Bk7Nl0RG.js — 200 — 1.2 KiB — 205 ms — h2https://blockzenx.com/assets/fui-nav-bar-DtMoUqYo.css/assets/fui-nav-bar-DtMoUqYo.css https://blockzenx.com/assets/fui-nav-bar-DtMoUqYo.css — 200 — 717 B — 207 ms — h2https://blockzenx.com/assets/fui-icon.LL2bsdV5.js/assets/fui-icon.LL2bsdV5.js https://blockzenx.com/assets/fui-icon.LL2bsdV5.js — 200 — 2.0 KiB — 244 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 831 ms LCP 1.8 shttps://blockzenx.com// https://blockzenx.com/ — 200 — 795 B — 586 ms — h2https://blockzenx.com/assets/uni.267e86f8.css/assets/uni.267e86f8.css https://blockzenx.com/assets/uni.267e86f8.css — 200 — 5.3 KiB — 203 ms — h2https://blockzenx.com/static/h5-api-metal-patch.js?v=2026072416/static/h5-api-metal-patch.js?v=202... https://blockzenx.com/static/h5-api-metal-patch.js?v=2026072416 — 200 — 771 B — 603 ms — h2https://blockzenx.com/assets/index-CvM7Jt0w.js/assets/index-CvM7Jt0w.js https://blockzenx.com/assets/index-CvM7Jt0w.js — 200 — 557.3 KiB — 1.2 s — h2https://blockzenx.com/assets/index-BdrNRt_A.css/assets/index-BdrNRt_A.css https://blockzenx.com/assets/index-BdrNRt_A.css — 200 — 59.0 KiB — 588 ms — h2https://blockzenx.com/static/h5-home-promo-patch.css?v=2026072416/static/h5-home-promo-patch.css?v=2... https://blockzenx.com/static/h5-home-promo-patch.css?v=2026072416 — 200 — 1.2 KiB — 594 ms — h2https://blockzenx.com/static/h5-home-promo-patch.js?v=2026072416/static/h5-home-promo-patch.js?v=20... https://blockzenx.com/static/h5-home-promo-patch.js?v=2026072416 — 200 — 1.8 KiB — 789 ms — h2https://blockzenx.com/static/h5-gate-theme.css?v=2026072416/static/h5-gate-theme.css?v=2026072... https://blockzenx.com/static/h5-gate-theme.css?v=2026072416 — 200 — 2.3 KiB — 594 ms — h2https://blockzenx.com/static/h5-gate-theme.js?v=2026072416/static/h5-gate-theme.js?v=20260724... https://blockzenx.com/static/h5-gate-theme.js?v=2026072416 — 200 — 1.8 KiB — 788 ms — h2https://blockzenx.com/static/h5-gold-patch.css?v=2026072416/static/h5-gold-patch.css?v=2026072... https://blockzenx.com/static/h5-gold-patch.css?v=2026072416 — 200 — 920 B — 595 ms — h2https://blockzenx.com/static/h5-gold-patch.js?v=2026072416/static/h5-gold-patch.js?v=20260724... https://blockzenx.com/static/h5-gold-patch.js?v=2026072416 — 200 — 1.9 KiB — 788 ms — h2https://blockzenx.com/static/h5-wallet-gold-patch.css?v=2026072416/static/h5-wallet-gold-patch.css?v=... https://blockzenx.com/static/h5-wallet-gold-patch.css?v=2026072416 — 200 — 973 B — 596 ms — h2https://blockzenx.com/static/h5-wallet-gold-patch.js?v=2026072416/static/h5-wallet-gold-patch.js?v=2... https://blockzenx.com/static/h5-wallet-gold-patch.js?v=2026072416 — 200 — 2.7 KiB — 788 ms — h2https://blockzenx.com/static/h5-exchange-gold-patch.css?v=2026072416/static/h5-exchange-gold-patch.css?... https://blockzenx.com/static/h5-exchange-gold-patch.css?v=2026072416 — 200 — 962 B — 597 ms — h2https://blockzenx.com/static/h5-exchange-gold-patch.js?v=2026072416/static/h5-exchange-gold-patch.js?v... https://blockzenx.com/static/h5-exchange-gold-patch.js?v=2026072416 — 200 — 2.8 KiB — 788 ms — h2https://blockzenx.com/static/h5-polish-patch.css?v=2026072416/static/h5-polish-patch.css?v=20260... https://blockzenx.com/static/h5-polish-patch.css?v=2026072416 — 200 — 1004 B — 598 ms — h2https://blockzenx.com/static/h5-polish-patch.js?v=2026072416/static/h5-polish-patch.js?v=202607... https://blockzenx.com/static/h5-polish-patch.js?v=2026072416 — 200 — 2.1 KiB — 787 ms — h2https://blockzenx.com/static/h5-contract-gold-patch.js?v=2026072416/static/h5-contract-gold-patch.js?v... https://blockzenx.com/static/h5-contract-gold-patch.js?v=2026072416 — 200 — 2.1 KiB — 788 ms — h2https://blockzenx.com/static/font/inter.css/static/font/inter.css https://blockzenx.com/static/font/inter.css — 200 — 1.1 KiB — 381 ms — h2https://blockzenx.com/api/currency/getContractCurrencyList/api/currency/getContractCurrencyLi... https://blockzenx.com/api/currency/getContractCurrencyList — 200 — 2.9 KiB — 218 ms — h2https://blockzenx.com/api/currency/getContractCurrencyList/api/currency/getContractCurrencyLi... https://blockzenx.com/api/currency/getContractCurrencyList — 200 — 2.9 KiB — 553 ms — h2https://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19/static/font/font-files/Inter-Regul... https://blockzenx.com/static/font/font-files/Inter-Regular.woff2?v=3.19 — 404 — 54 B — 200 ms — h2https://blockzenx.com/assets/pages-newindex-newindex.2_XIzYKd.js/assets/pages-newindex-newindex.2_X... https://blockzenx.com/assets/pages-newindex-newindex.2_XIzYKd.js — 200 — 11.8 KiB — 200 ms — h2https://blockzenx.com/assets/fui-avatar.beVPUWHv.js/assets/fui-avatar.beVPUWHv.js https://blockzenx.com/assets/fui-avatar.beVPUWHv.js — 200 — 1.2 KiB — 201 ms — h2https://blockzenx.com/assets/_plugin-vue_export-helper.BCo6x5W8.js/assets/_plugin-vue_export-helper.B... https://blockzenx.com/assets/_plugin-vue_export-helper.BCo6x5W8.js — 200 — 304 B — 203 ms — h2https://blockzenx.com/assets/fui-avatar-CGsx0hv-.css/assets/fui-avatar-CGsx0hv-.css https://blockzenx.com/assets/fui-avatar-CGsx0hv-.css — 200 — 1.2 KiB — 196 ms — h2https://blockzenx.com/assets/uni-app.es.DDsvAoW1.js/assets/uni-app.es.DDsvAoW1.js https://blockzenx.com/assets/uni-app.es.DDsvAoW1.js — 200 — 297 B — 204 ms — h2https://blockzenx.com/assets/fui-nav-bar.Bk7Nl0RG.js/assets/fui-nav-bar.Bk7Nl0RG.js https://blockzenx.com/assets/fui-nav-bar.Bk7Nl0RG.js — 200 — 1.2 KiB — 205 ms — h2https://blockzenx.com/assets/fui-nav-bar-DtMoUqYo.css/assets/fui-nav-bar-DtMoUqYo.css https://blockzenx.com/assets/fui-nav-bar-DtMoUqYo.css — 200 — 717 B — 207 ms — h2https://blockzenx.com/assets/fui-icon.LL2bsdV5.js/assets/fui-icon.LL2bsdV5.js https://blockzenx.com/assets/fui-icon.LL2bsdV5.js — 200 — 2.0 KiB — 244 ms — h2https://blockzenx.com/assets/fui-icon-Ci0x1kR-.css/assets/fui-icon-Ci0x1kR-.css https://blockzenx.com/assets/fui-icon-Ci0x1kR-.css — 200 — 657 B — 202 ms — h2https://blockzenx.com/assets/fui-button.DsHq4BG8.js/assets/fui-button.DsHq4BG8.js https://blockzenx.com/assets/fui-button.DsHq4BG8.js — 200 — 2.3 KiB — 244 ms — h2https://blockzenx.com/assets/fui-button-I_hS5M3J.css/assets/fui-button-I_hS5M3J.css https://blockzenx.com/assets/fui-button-I_hS5M3J.css — 200 — 925 B — 244 ms — h2https://blockzenx.com/assets/fui-tabs.Cu2tOMPw.js/assets/fui-tabs.Cu2tOMPw.js https://blockzenx.com/assets/fui-tabs.Cu2tOMPw.js — 200 — 1.9 KiB — 245 ms — h2https://blockzenx.com/assets/fui-tabs-D_VIZz2j.css/assets/fui-tabs-D_VIZz2j.css https://blockzenx.com/assets/fui-tabs-D_VIZz2j.css — 200 — 1.1 KiB — 242 ms — h2https://blockzenx.com/assets/uni-drawer.CcafKUV-.js/assets/uni-drawer.CcafKUV-.js https://blockzenx.com/assets/uni-drawer.CcafKUV-.js — 200 — 1.3 KiB — 253 ms — h2https://blockzenx.com/assets/uni-drawer-B5HqcKg4.css/assets/uni-drawer-B5HqcKg4.css https://blockzenx.com/assets/uni-drawer-B5HqcKg4.css — 200 — 1005 B — 243 ms — h2https://blockzenx.com/assets/uni-popup.CIolS0nO.js/assets/uni-popup.CIolS0nO.js https://blockzenx.com/assets/uni-popup.CIolS0nO.js — 200 — 3.9 KiB — 253 ms — h2https://blockzenx.com/assets/uni-popup-DKbJyik5.css/assets/uni-popup-DKbJyik5.css https://blockzenx.com/assets/uni-popup-DKbJyik5.css — 200 — 688 B — 244 ms — h2https://blockzenx.com/assets/alert.CI8_PG9L.js/assets/alert.CI8_PG9L.js https://blockzenx.com/assets/alert.CI8_PG9L.js — 200 — 904 B — 254 ms — h2https://blockzenx.com/assets/uni-popup-dialog.y0h4LHrl.js/assets/uni-popup-dialog.y0h4LHrl.j... https://blockzenx.com/assets/uni-popup-dialog.y0h4LHrl.js — 200 — 1.5 KiB — 255 ms — h2https://blockzenx.com/assets/uni-popup-dialog-1Os_aRzI.css/assets/uni-popup-dialog-1Os_aRzI.c... https://blockzenx.com/assets/uni-popup-dialog-1Os_aRzI.css — 200 — 636 B — 245 ms — h2https://blockzenx.com/assets/alert-0KFWn11L.css/assets/alert-0KFWn11L.css https://blockzenx.com/assets/alert-0KFWn11L.css — 200 — 857 B — 246 ms — h2https://blockzenx.com/assets/fui-backdrop.BRSb9Pvv.js/assets/fui-backdrop.BRSb9Pvv.js https://blockzenx.com/assets/fui-backdrop.BRSb9Pvv.js — 200 — 1.1 KiB — 256 ms — h2https://blockzenx.com/assets/fui-backdrop-B_PWEsXl.css/assets/fui-backdrop-B_PWEsXl.css https://blockzenx.com/assets/fui-backdrop-B_PWEsXl.css — 200 — 560 B — 247 ms — h2https://blockzenx.com/assets/fui-bottom-popup.hoRJ-i3C.js/assets/fui-bottom-popup.hoRJ-i3C.j... https://blockzenx.com/assets/fui-bottom-popup.hoRJ-i3C.js — 200 — 982 B — 258 ms — h2https://blockzenx.com/assets/fui-bottom-popup-CwIc3QUC.css/assets/fui-bottom-popup-CwIc3QUC.c... https://blockzenx.com/assets/fui-bottom-popup-CwIc3QUC.css — 200 — 857 B — 247 ms — h2https://blockzenx.com/assets/currency.d63PTuky.js/assets/currency.d63PTuky.js https://blockzenx.com/assets/currency.d63PTuky.js — 200 — 894 B — 258 ms — h2https://blockzenx.com/assets/user.DbKaLLuO.js/assets/user.DbKaLLuO.js https://blockzenx.com/assets/user.DbKaLLuO.js — 200 — 719 B — 259 ms — h2https://blockzenx.com/assets/trader.1JM2bAK3.js/assets/trader.1JM2bAK3.js https://blockzenx.com/assets/trader.1JM2bAK3.js — 200 — 630 B — 260 ms — h2https://blockzenx.com/assets/index.Cc2j2zyC.js/assets/index.Cc2j2zyC.js https://blockzenx.com/assets/index.Cc2j2zyC.js — 200 — 1.2 KiB — 261 ms — h2https://blockzenx.com/assets/index.C3qKpTC_.js/assets/index.C3qKpTC_.js https://blockzenx.com/assets/index.C3qKpTC_.js — 200 — 1.0 KiB — 263 ms — h2https://blockzenx.com/assets/use-route.CCReX1wK.js/assets/use-route.CCReX1wK.js https://blockzenx.com/assets/use-route.CCReX1wK.js — 200 — 504 B — 264 ms — h2https://blockzenx.com/assets/index.4mB-zgsq.js/assets/index.4mB-zgsq.js https://blockzenx.com/assets/index.4mB-zgsq.js — 200 — 726 B — 265 ms — h2https://blockzenx.com/assets/check-s.DGG9M_rm.js/assets/check-s.DGG9M_rm.js https://blockzenx.com/assets/check-s.DGG9M_rm.js — 200 — 1.2 KiB — 269 ms — h2https://blockzenx.com/assets/newindex-CQz2A0oo.css/assets/newindex-CQz2A0oo.css https://blockzenx.com/assets/newindex-CQz2A0oo.css — 200 — 6.2 KiB — 246 ms — h2https://blockzenx.com/api/common/config/api/common/config https://blockzenx.com/api/common/config — 200 — 818 B — 271 ms — h2https://blockzenx.com/api/account/userinfo/api/account/userinfo https://blockzenx.com/api/account/userinfo — 200 — 435 B — 266 ms — h2https://blockzenx.com/api/common/getServerTime/api/common/getServerTime https://blockzenx.com/api/common/getServerTime — 200 — 414 B — 260 ms — h2https://blockzenx.com/api/common/getCountry/api/common/getCountry https://blockzenx.com/api/common/getCountry — 200 — 424 B — 256 ms — h2https://blockzenx.com/static/statbar/new/home-s.png/static/statbar/new/home-s.png https://blockzenx.com/static/statbar/new/home-s.png — 200 — 34.7 KiB — 241 ms — h2https://blockzenx.com/static/font/font-files/Inter-Medium.woff2?v=3.19/static/font/font-files/Inter-Mediu... https://blockzenx.com/static/font/font-files/Inter-Medium.woff2?v=3.19 — 404 — 54 B — 230 ms — h2https://blockzenx.com/static/statbar/new/market-d.png/static/statbar/new/market-d.png https://blockzenx.com/static/statbar/new/market-d.png — 200 — 12.5 KiB — 328 ms — h2https://blockzenx.com/static/statbar/new/trade-d.png/static/statbar/new/trade-d.png https://blockzenx.com/static/statbar/new/trade-d.png — 200 — 23.3 KiB — 330 ms — h2https://blockzenx.com/static/statbar/new/contract-d.png/static/statbar/new/contract-d.png https://blockzenx.com/static/statbar/new/contract-d.png — 200 — 13.7 KiB — 332 ms — h2https://blockzenx.com/static/statbar/new/asset-d.png/static/statbar/new/asset-d.png https://blockzenx.com/static/statbar/new/asset-d.png — 200 — 17.4 KiB — 334 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://blockzenx.com/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf/assets/HarmonyOS_Sans_Regular-BHHg... https://blockzenx.com/assets/HarmonyOS_Sans_Regular-BHHgWLDZ.ttf — 200 — 143.5 KiB — 206 ms — h2https://blockzenx.com/api/common/getCurrencyFee/api/common/getCurrencyFee https://blockzenx.com/api/common/getCurrencyFee — 200 — 571 B — 220 ms — h2https://blockzenx.com/api/account/balance/api/account/balance https://blockzenx.com/api/account/balance — 200 — 409 B — 197 ms — h2https://blockzenx.com/api/account/userinfo/api/account/userinfo https://blockzenx.com/api/account/userinfo — 200 — 435 B — 198 ms — h2https://blockzenx.com/api/currency/getTradeCurrencyList/api/currency/getTradeCurrencyList https://blockzenx.com/api/currency/getTradeCurrencyList — 200 — 2.4 KiB — 199 ms — h2https://blockzenx.com/api/position/detail?code=banner&lang=zh_CN/api/position/detail?code=banner&la... https://blockzenx.com/api/position/detail?code=banner&lang=zh_CN — 200 — 717 B — 209 ms — h2https://blockzenx.com/api/position/detail?code=index_notice&lang=zh_CN/api/position/detail?code=index_not... https://blockzenx.com/api/position/detail?code=index_notice&lang=zh_CN — 200 — 402 B — 206 ms — h2https://blockzenx.com/api/follow/trader/getLeadOrdersList?period=30&sort=followers&order=desc&page=1/api/follow/trader/getLeadOrdersLis... https://blockzenx.com/api/follow/trader/getLeadOrdersList?period=30&sort=followers&order=desc&page=1 — 200 — 1.1 KiB — 435 ms — h2https://blockzenx.com/api/common/appActive/api/common/appActive https://blockzenx.com/api/common/appActive — 200 — 402 B — 201 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://blockzenx.com/static/img/avatar.png/static/img/avatar.png https://blockzenx.com/static/img/avatar.png — 200 — 2.1 KiB — 404 ms — h2https://blockzenx.com/assets/search-gray-DSMQ63Pd.png/assets/search-gray-DSMQ63Pd.png https://blockzenx.com/assets/search-gray-DSMQ63Pd.png — 200 — 8.0 KiB — 405 ms — h2https://blockzenx.com/static/newImage/customer-light.png/static/newImage/customer-light.png https://blockzenx.com/static/newImage/customer-light.png — 200 — 5.2 KiB — 405 ms — h2https://blockzenx.com/static/newImage/notify-light.png/static/newImage/notify-light.png https://blockzenx.com/static/newImage/notify-light.png — 200 — 5.6 KiB — 407 ms — h2https://blockzenx.com/assets/bg-aHsi6WdP.png/assets/bg-aHsi6WdP.png https://blockzenx.com/assets/bg-aHsi6WdP.png — 200 — 22.8 KiB — 408 ms — h2https://blockzenx.com/static/newImage/impawn-black.png/static/newImage/impawn-black.png https://blockzenx.com/static/newImage/impawn-black.png — 200 — 5.0 KiB — 409 ms — h2https://blockzenx.com/static/img/icon_sfsqq.png/static/img/icon_sfsqq.png https://blockzenx.com/static/img/icon_sfsqq.png — 200 — 6.7 KiB — 410 ms — h2https://blockzenx.com/static/coin/XAUUSD.svg/static/coin/XAUUSD.svg https://blockzenx.com/static/coin/XAUUSD.svg — 200 — 827 B — 414 ms — h2https://blockzenx.com/assets/icon_xhjy-BUYtw7Jp.png/assets/icon_xhjy-BUYtw7Jp.png https://blockzenx.com/assets/icon_xhjy-BUYtw7Jp.png — 200 — 6.5 KiB — 418 ms — h2https://blockzenx.com/static/newImage/notice-light.png/static/newImage/notice-light.png https://blockzenx.com/static/newImage/notice-light.png — 200 — 7.3 KiB — 422 ms — h2https://blockzenx.com/static/newImage/more1-light.png/static/newImage/more1-light.png https://blockzenx.com/static/newImage/more1-light.png — 200 — 2.1 KiB — 423 ms — h2https://blockzenx.com/static/newImage/safe-light.png/static/newImage/safe-light.png https://blockzenx.com/static/newImage/safe-light.png — 200 — 8.4 KiB — 422 ms — h2https://blockzenx.com/static/newImage/recharge-light.png/static/newImage/recharge-light.png https://blockzenx.com/static/newImage/recharge-light.png — 200 — 4.8 KiB — 423 ms — h2https://blockzenx.com/static/newImage/quick-light.png/static/newImage/quick-light.png https://blockzenx.com/static/newImage/quick-light.png — 200 — 4.1 KiB — 424 ms — h2https://blockzenx.com/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf/assets/HarmonyOS_Sans_SC_Medium--i... https://blockzenx.com/assets/HarmonyOS_Sans_SC_Medium--io_tSb-.ttf — 200 — 824.0 KiB — 394 ms — h2https://blockzenx.com/assets/fui-icon-D7orQT4U.ttf/assets/fui-icon-D7orQT4U.ttf https://blockzenx.com/assets/fui-icon-D7orQT4U.ttf — 200 — 39.2 KiB — 395 ms — h2https://blockzenx.com/assets/pages-login-login.Docup-fO.js/assets/pages-login-login.Docup-fO.... https://blockzenx.com/assets/pages-login-login.Docup-fO.js — 200 — 11.0 KiB — 401 ms — h2https://blockzenx.com/assets/loading.BRqLcY5H.js/assets/loading.BRqLcY5H.js https://blockzenx.com/assets/loading.BRqLcY5H.js — 200 — 921 B — 405 ms — h2https://blockzenx.com/assets/fui-loading.C2iZhckL.js/assets/fui-loading.C2iZhckL.js https://blockzenx.com/assets/fui-loading.C2iZhckL.js — 200 — 2.7 KiB — 408 ms — h2https://blockzenx.com/assets/fui-loading-Dx3oKkaI.css/assets/fui-loading-Dx3oKkaI.css https://blockzenx.com/assets/fui-loading-Dx3oKkaI.css — 200 — 1.1 KiB — 412 ms — h2https://blockzenx.com/assets/login-CLLGRU3C.css/assets/login-CLLGRU3C.css https://blockzenx.com/assets/login-CLLGRU3C.css — 200 — 2.3 KiB — 413 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAGgBAMAAACHzLWaAAAAElBMVEUAAADb29uKioq0tLTIyMjm5…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAGgBAMAAACHzLWaAAAAElBMVEUAAADb29uKioq0tLTIyMjm5… — 200 — 0 B — 0 ms — datahttps://blockzenx.com/static/bg.png/static/bg.png https://blockzenx.com/static/bg.png — 200 — 22.8 KiB — 200 ms — h2https://blockzenx.com/assets/HarmonyOS_Sans_SC_Bold-DFJwAIlE.ttf/assets/HarmonyOS_Sans_SC_Bold-DFJw... https://blockzenx.com/assets/HarmonyOS_Sans_SC_Bold-DFJwAIlE.ttf — 200 — 816.8 KiB — 219 ms — h2https://blockzenx.com/favicon.ico/favicon.ico https://blockzenx.com/favicon.ico — 404 — 611 B — 210 ms — h2https://blockzenx.com/static/bg.png/static/bg.png https://blockzenx.com/static/bg.png — 200 — 0 B — 154 ms — h2https://blockzenx.com/static/bg.png/static/bg.png https://blockzenx.com/static/bg.png — 200 — 0 B — 6 ms — h2blob:https://blockzenx.com/b307a739-3f63-442b-b3b1-101468f74587blockzenx.com/b307a739-3f63-442b-b3... blob:https://blockzenx.com/b307a739-3f63-442b-b3b1-101468f74587 — 200 — 0 B — 4 ms — blobdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAJGElEQVR4AbxYfWwUxxX/7ezufazvz…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAJGElEQVR4AbxYfWwUxxX/7ezufazvz… — 200 — 0 B — 0 ms — datahttps://cdn.dcloud.net.cn/img/shadow-grey.pngcdn.dcloud.net.cn/img/shadow-grey.p... https://cdn.dcloud.net.cn/img/shadow-grey.png — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
8 images, 123 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

123 KB

8 missing alt text 8 missing dimensions 5 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