Skip to content
https://minimaxh3.art

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
95
GRADE
A
FIX
0
REVIEW
7
PASS
12
INFO
4

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

85
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.
100
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.

1.39 s

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

1.96 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.009

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

1.72 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.97 s

Page Load Progression

513 ms
1.0 s
1.5 s
2.0 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
23
12 PASS 7 REVIEW
C
Page Weight Budget
Action
1.9 MB transferred, 118 requests
REVIEW
1.9 MB transferred, 118 requests
Info::
Page weighs 3.5 MB (1.9 MB transferred)
Warning::
JavaScript is 588 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 588 KB
Warning::
118 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.41 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
118 requests
0.41 g CO2 per page load
Other 708.6 KiB 36%
JavaScript 588.0 KiB 30%
Images 557.6 KiB 28%
HTML 49.6 KiB 3%
CSS 35.8 KiB 2%
Fonts 21.0 KiB 1%
Other 15.7 KiB 1%
Other 5.6 KiB 0%
Other 935 B 0%
Other 831 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

B
Image Optimization
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Info::
All images are well-optimized
19 images 558 KB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1050ms total JS execution
REVIEW
1050ms total JS execution
Warning::
https://minimaxh3.art/: 284ms CPU time
Warning::
https://minimaxh3.art/assets/framework-DJH1pfSr.js: 264ms CPU time
Info::
https://minimaxh3.art/assets/demo-reel-DuPcTGlO.js: 226ms CPU time
Info::
Unattributable: 135ms CPU time
Info::
https://scripts.clarity.ms/0.8.69/clarity.js: 78ms CPU time
Info::
Third-party scripts: 142ms (14% of total)

Main Thread Breakdown

Script Evaluation 39% Other 30% Style & Layout 21% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://minimaxh3.art/284ms4ms7ms1st
https://minimaxh3.art/assets/framework-DJH1pfSr.js264ms204ms0ms1st
https://minimaxh3.art/assets/demo-reel-DuPcTGlO.js226ms59ms0ms1st
Unattributable135ms11ms0ms1st
https://scripts.clarity.ms/0.8.69/clarity.js78ms70ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1T65ms54ms10ms3rd
B
JS Bundles
77 scripts, 145 KB unused
REVIEW
77 scripts, 145 KB unused
Warning::
https://accounts.google.com/gsi/client: 74 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SY0N...: 71 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 145 KB
145 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client99 KB74 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1T169 KB71 KB (42%)3rd
https://minimaxh3.art/assets/global-error-CVl8f3Cz.js1 KB1st
https://minimaxh3.art/assets/framework-DJH1pfSr.js60 KB1st
https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js1 KB1st
https://minimaxh3.art/assets/url-utils-BQKFb685.js1 KB1st
https://minimaxh3.art/assets/error-lSfRIvyA.js1 KB1st
https://minimaxh3.art/assets/navigation-CBnhO4Zv.js2 KB1st
https://minimaxh3.art/assets/react-DlbkFqaW.js13 KB1st
https://minimaxh3.art/assets/BaseLink-B2dSlgLT.js6 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
118 resources · 1.9 MB · 145 KB savings available
REVIEW
118 resources · 1.9 MB · 145 KB savings available
Warning::
Page weight 1.9 MB exceeds 1 MB target by 960 KB
Got: 1.9 MB Expected: ≤ 1 MB
Info::
~145 KB of savings available
Info::
16 third-party resources (15% of weight)
Info::
1 resources over 200KB
118 resources · 1.9 MiB · 16 third-party 959.5 KiB over 1MB target
Media 36% · 708.6 KiB
JavaScript 30% · 588.0 KiB
Image 29% · 573.2 KiB
Document 3% · 49.6 KiB
CSS 2% · 35.8 KiB
Font 1% · 21.0 KiB
Other 0% · 7.3 KiB

~144.7 KiB of savings available

Remove unused JavaScript: 144.7 KiB
B
HTTP Caching
public, max-age=0, s-maxage=60, must-revalidate
REVIEW
public, max-age=0, s-maxage=60, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=60, must-revalidate
Info::
CDN TTL: 1 minute (s-maxage=60)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, s-maxage=60, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage60CDN caches for 1 minute
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
15% third-party, 0 ms blocking
PASS
15% third-party, 0 ms blocking
Info::
Third-party code accounts for 15% of page weight (301.9 KiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
85%
15%
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
2 fonts (21 KB)
PASS
2 fonts (21 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

21 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 2.0 shttps://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-19c86109.woff2outfit-19c86109.woff2 https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-19c86109.woff2 — 6.7 KiB — 143 ms — font-display: swaphttps://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-be21ba2a.woff2outfit-be21ba2a.woff2 https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-be21ba2a.woff2 — 14.2 KiB — 144 ms — font-display: swap
outfit-19c86109.woff2 woff2 swap
Size 7 KB
Load time 143 ms
Start 84 ms
Risk FOUT — text flashes from fallback to web font
outfit-be21ba2a.woff2 woff2 swap
Size 14 KB
Load time 144 ms
Start 85 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, s-maxage=60, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: RSC, Accept, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-P...
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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
118 requests over 3539ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.0 shttps://minimaxh3.art// https://minimaxh3.art/ — 200 — 49.6 KiB — 56 ms — h3https://minimaxh3.art/videos/h3-demos/hero-3.webp/videos/h3-demos/hero-3.webp https://minimaxh3.art/videos/h3-demos/hero-3.webp — 200 — 77.7 KiB — 171 ms — h3https://minimaxh3.art/images/model-brands/minimax-color.svg/images/model-brands/minimax-color.... https://minimaxh3.art/images/model-brands/minimax-color.svg — 200 — 1.2 KiB — 190 ms — h3https://minimaxh3.art/assets/index-CgzmimiL.css/assets/index-CgzmimiL.css https://minimaxh3.art/assets/index-CgzmimiL.css — 200 — 35.2 KiB — 34 ms — h3https://minimaxh3.art/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://minimaxh3.art/assets/global-error-CVl8f3Cz.js — 200 — 1.0 KiB — 52 ms — h3https://minimaxh3.art/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://minimaxh3.art/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 67 ms — h3https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js — 200 — 917 B — 72 ms — h3https://minimaxh3.art/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://minimaxh3.art/assets/url-utils-BQKFb685.js — 200 — 1.5 KiB — 71 ms — h3https://minimaxh3.art/assets/error-lSfRIvyA.js/assets/error-lSfRIvyA.js https://minimaxh3.art/assets/error-lSfRIvyA.js — 200 — 958 B — 76 ms — h3https://minimaxh3.art/assets/navigation-CBnhO4Zv.js/assets/navigation-CBnhO4Zv.js https://minimaxh3.art/assets/navigation-CBnhO4Zv.js — 200 — 1.6 KiB — 49 ms — h3https://minimaxh3.art/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://minimaxh3.art/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 95 ms — h3https://minimaxh3.art/assets/BaseLink-B2dSlgLT.js/assets/BaseLink-B2dSlgLT.js https://minimaxh3.art/assets/BaseLink-B2dSlgLT.js — 200 — 5.8 KiB — 94 ms — h3https://minimaxh3.art/assets/locale-CtIECC0-.js/assets/locale-CtIECC0-.js https://minimaxh3.art/assets/locale-CtIECC0-.js — 200 — 2.6 KiB — 94 ms — h3https://minimaxh3.art/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://minimaxh3.art/assets/react-client-CAjdHkmk.js — 200 — 624 B — 94 ms — h3https://minimaxh3.art/assets/layout-segment-context-BPz5o0CU.js/assets/layout-segment-context-BPz5... https://minimaxh3.art/assets/layout-segment-context-BPz5o0CU.js — 200 — 708 B — 97 ms — h3https://minimaxh3.art/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://minimaxh3.art/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 657 B — 97 ms — h3https://minimaxh3.art/assets/intl-recovery-boundary-C2zSO5Jo.js/assets/intl-recovery-boundary-C2zS... https://minimaxh3.art/assets/intl-recovery-boundary-C2zSO5Jo.js — 200 — 1.2 KiB — 97 ms — h3https://minimaxh3.art/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://minimaxh3.art/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 100 ms — h3https://minimaxh3.art/assets/auth-modal-provider-Bi6KhmEA.js/assets/auth-modal-provider-Bi6KhmE... https://minimaxh3.art/assets/auth-modal-provider-Bi6KhmEA.js — 200 — 2.0 KiB — 100 ms — h3https://minimaxh3.art/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://minimaxh3.art/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 100 ms — h3https://minimaxh3.art/assets/track-DLBCZlIR.js/assets/track-DLBCZlIR.js https://minimaxh3.art/assets/track-DLBCZlIR.js — 200 — 1.7 KiB — 100 ms — h3https://minimaxh3.art/assets/promo-CU48-Y1H.js/assets/promo-CU48-Y1H.js https://minimaxh3.art/assets/promo-CU48-Y1H.js — 200 — 1.3 KiB — 100 ms — h3https://minimaxh3.art/assets/login-promo-provider-Cn_sWHDi.js/assets/login-promo-provider-Cn_sWH... https://minimaxh3.art/assets/login-promo-provider-Cn_sWHDi.js — 200 — 2.1 KiB — 100 ms — h3https://minimaxh3.art/assets/client-BQftLRKx.js/assets/client-BQftLRKx.js https://minimaxh3.art/assets/client-BQftLRKx.js — 200 — 12.1 KiB — 101 ms — h3https://minimaxh3.art/assets/pricing-modal-provider-CYGnj7FC.js/assets/pricing-modal-provider-CYGn... https://minimaxh3.art/assets/pricing-modal-provider-CYGnj7FC.js — 200 — 2.0 KiB — 101 ms — h3https://minimaxh3.art/assets/seo-BSJxac_x.js/assets/seo-BSJxac_x.js https://minimaxh3.art/assets/seo-BSJxac_x.js — 200 — 671 B — 102 ms — h3https://minimaxh3.art/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://minimaxh3.art/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 102 ms — h3https://minimaxh3.art/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://minimaxh3.art/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 154 ms — h3https://minimaxh3.art/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://minimaxh3.art/assets/circle-check-B8l71IIG.js — 200 — 653 B — 117 ms — h3https://minimaxh3.art/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://minimaxh3.art/assets/loader-circle-Cxy4jRlv.js — 200 — 631 B — 117 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.0 shttps://minimaxh3.art// https://minimaxh3.art/ — 200 — 49.6 KiB — 56 ms — h3https://minimaxh3.art/videos/h3-demos/hero-3.webp/videos/h3-demos/hero-3.webp https://minimaxh3.art/videos/h3-demos/hero-3.webp — 200 — 77.7 KiB — 171 ms — h3https://minimaxh3.art/images/model-brands/minimax-color.svg/images/model-brands/minimax-color.... https://minimaxh3.art/images/model-brands/minimax-color.svg — 200 — 1.2 KiB — 190 ms — h3https://minimaxh3.art/assets/index-CgzmimiL.css/assets/index-CgzmimiL.css https://minimaxh3.art/assets/index-CgzmimiL.css — 200 — 35.2 KiB — 34 ms — h3https://minimaxh3.art/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://minimaxh3.art/assets/global-error-CVl8f3Cz.js — 200 — 1.0 KiB — 52 ms — h3https://minimaxh3.art/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://minimaxh3.art/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 67 ms — h3https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js — 200 — 917 B — 72 ms — h3https://minimaxh3.art/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://minimaxh3.art/assets/url-utils-BQKFb685.js — 200 — 1.5 KiB — 71 ms — h3https://minimaxh3.art/assets/error-lSfRIvyA.js/assets/error-lSfRIvyA.js https://minimaxh3.art/assets/error-lSfRIvyA.js — 200 — 958 B — 76 ms — h3https://minimaxh3.art/assets/navigation-CBnhO4Zv.js/assets/navigation-CBnhO4Zv.js https://minimaxh3.art/assets/navigation-CBnhO4Zv.js — 200 — 1.6 KiB — 49 ms — h3https://minimaxh3.art/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://minimaxh3.art/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 95 ms — h3https://minimaxh3.art/assets/BaseLink-B2dSlgLT.js/assets/BaseLink-B2dSlgLT.js https://minimaxh3.art/assets/BaseLink-B2dSlgLT.js — 200 — 5.8 KiB — 94 ms — h3https://minimaxh3.art/assets/locale-CtIECC0-.js/assets/locale-CtIECC0-.js https://minimaxh3.art/assets/locale-CtIECC0-.js — 200 — 2.6 KiB — 94 ms — h3https://minimaxh3.art/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://minimaxh3.art/assets/react-client-CAjdHkmk.js — 200 — 624 B — 94 ms — h3https://minimaxh3.art/assets/layout-segment-context-BPz5o0CU.js/assets/layout-segment-context-BPz5... https://minimaxh3.art/assets/layout-segment-context-BPz5o0CU.js — 200 — 708 B — 97 ms — h3https://minimaxh3.art/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://minimaxh3.art/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 657 B — 97 ms — h3https://minimaxh3.art/assets/intl-recovery-boundary-C2zSO5Jo.js/assets/intl-recovery-boundary-C2zS... https://minimaxh3.art/assets/intl-recovery-boundary-C2zSO5Jo.js — 200 — 1.2 KiB — 97 ms — h3https://minimaxh3.art/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://minimaxh3.art/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 100 ms — h3https://minimaxh3.art/assets/auth-modal-provider-Bi6KhmEA.js/assets/auth-modal-provider-Bi6KhmE... https://minimaxh3.art/assets/auth-modal-provider-Bi6KhmEA.js — 200 — 2.0 KiB — 100 ms — h3https://minimaxh3.art/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://minimaxh3.art/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 100 ms — h3https://minimaxh3.art/assets/track-DLBCZlIR.js/assets/track-DLBCZlIR.js https://minimaxh3.art/assets/track-DLBCZlIR.js — 200 — 1.7 KiB — 100 ms — h3https://minimaxh3.art/assets/promo-CU48-Y1H.js/assets/promo-CU48-Y1H.js https://minimaxh3.art/assets/promo-CU48-Y1H.js — 200 — 1.3 KiB — 100 ms — h3https://minimaxh3.art/assets/login-promo-provider-Cn_sWHDi.js/assets/login-promo-provider-Cn_sWH... https://minimaxh3.art/assets/login-promo-provider-Cn_sWHDi.js — 200 — 2.1 KiB — 100 ms — h3https://minimaxh3.art/assets/client-BQftLRKx.js/assets/client-BQftLRKx.js https://minimaxh3.art/assets/client-BQftLRKx.js — 200 — 12.1 KiB — 101 ms — h3https://minimaxh3.art/assets/pricing-modal-provider-CYGnj7FC.js/assets/pricing-modal-provider-CYGn... https://minimaxh3.art/assets/pricing-modal-provider-CYGnj7FC.js — 200 — 2.0 KiB — 101 ms — h3https://minimaxh3.art/assets/seo-BSJxac_x.js/assets/seo-BSJxac_x.js https://minimaxh3.art/assets/seo-BSJxac_x.js — 200 — 671 B — 102 ms — h3https://minimaxh3.art/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://minimaxh3.art/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 102 ms — h3https://minimaxh3.art/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://minimaxh3.art/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 154 ms — h3https://minimaxh3.art/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://minimaxh3.art/assets/circle-check-B8l71IIG.js — 200 — 653 B — 117 ms — h3https://minimaxh3.art/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://minimaxh3.art/assets/loader-circle-Cxy4jRlv.js — 200 — 631 B — 117 ms — h3https://minimaxh3.art/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://minimaxh3.art/assets/dist-Dxtr84wd.js — 200 — 10.0 KiB — 117 ms — h3https://minimaxh3.art/assets/deferred-mount-D68vQT22.js/assets/deferred-mount-D68vQT22.js https://minimaxh3.art/assets/deferred-mount-D68vQT22.js — 200 — 1.0 KiB — 117 ms — h3https://minimaxh3.art/assets/register-service-worker-C0LslTUE.js/assets/register-service-worker-C0L... https://minimaxh3.art/assets/register-service-worker-C0LslTUE.js — 200 — 719 B — 117 ms — h3https://minimaxh3.art/assets/google-analytics-yZxMjxhk.js/assets/google-analytics-yZxMjxhk.j... https://minimaxh3.art/assets/google-analytics-yZxMjxhk.js — 200 — 1.0 KiB — 117 ms — h3https://minimaxh3.art/assets/defer-third-party-CECpvhty.js/assets/defer-third-party-CECpvhty.... https://minimaxh3.art/assets/defer-third-party-CECpvhty.js — 200 — 912 B — 117 ms — h3https://minimaxh3.art/assets/umami-2gAisAQx.js/assets/umami-2gAisAQx.js https://minimaxh3.art/assets/umami-2gAisAQx.js — 200 — 1.0 KiB — 116 ms — h3https://minimaxh3.art/assets/clarity-CJ6mcft8.js/assets/clarity-CJ6mcft8.js https://minimaxh3.art/assets/clarity-CJ6mcft8.js — 200 — 882 B — 116 ms — h3https://minimaxh3.art/assets/conversion-tracker-IaE2Uj0S.js/assets/conversion-tracker-IaE2Uj0S... https://minimaxh3.art/assets/conversion-tracker-IaE2Uj0S.js — 200 — 1.0 KiB — 116 ms — h3https://minimaxh3.art/assets/header-D52cZ1T6.js/assets/header-D52cZ1T6.js https://minimaxh3.art/assets/header-D52cZ1T6.js — 200 — 5.7 KiB — 116 ms — h3https://minimaxh3.art/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://minimaxh3.art/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 116 ms — h3https://minimaxh3.art/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://minimaxh3.art/assets/check-CX-FwU1S.js — 200 — 615 B — 142 ms — h3https://minimaxh3.art/assets/chevron-down-B1vai0Li.js/assets/chevron-down-B1vai0Li.js https://minimaxh3.art/assets/chevron-down-B1vai0Li.js — 200 — 624 B — 142 ms — h3https://minimaxh3.art/assets/sparkles-DoLysNxV.js/assets/sparkles-DoLysNxV.js https://minimaxh3.art/assets/sparkles-DoLysNxV.js — 200 — 794 B — 142 ms — h3https://minimaxh3.art/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://minimaxh3.art/assets/x-ChR1JV_j.js — 200 — 633 B — 142 ms — h3https://minimaxh3.art/assets/scroll-to-app-link-Cr1EPdeP.js/assets/scroll-to-app-link-Cr1EPdeP... https://minimaxh3.art/assets/scroll-to-app-link-Cr1EPdeP.js — 200 — 995 B — 142 ms — h3https://minimaxh3.art/assets/use-promo-countdown-BXN6X4vj.js/assets/use-promo-countdown-BXN6X4v... https://minimaxh3.art/assets/use-promo-countdown-BXN6X4vj.js — 200 — 1008 B — 142 ms — h3https://minimaxh3.art/assets/demo-reel-DuPcTGlO.js/assets/demo-reel-DuPcTGlO.js https://minimaxh3.art/assets/demo-reel-DuPcTGlO.js — 200 — 3.1 KiB — 142 ms — h3https://minimaxh3.art/assets/play-CsMt1M50.js/assets/play-CsMt1M50.js https://minimaxh3.art/assets/play-CsMt1M50.js — 200 — 624 B — 142 ms — h3https://minimaxh3.art/assets/multimodal-proof-Cm7p-L19.js/assets/multimodal-proof-Cm7p-L19.j... https://minimaxh3.art/assets/multimodal-proof-Cm7p-L19.js — 200 — 3.9 KiB — 142 ms — h3https://minimaxh3.art/assets/external-link-Dl8IwxXX.js/assets/external-link-Dl8IwxXX.js https://minimaxh3.art/assets/external-link-Dl8IwxXX.js — 200 — 684 B — 141 ms — h3https://minimaxh3.art/assets/image-XDNLfmKg.js/assets/image-XDNLfmKg.js https://minimaxh3.art/assets/image-XDNLfmKg.js — 200 — 703 B — 141 ms — h3https://minimaxh3.art/assets/scene-tabs-CXZWCJxh.js/assets/scene-tabs-CXZWCJxh.js https://minimaxh3.art/assets/scene-tabs-CXZWCJxh.js — 200 — 2.6 KiB — 141 ms — h3https://minimaxh3.art/assets/layers-dbQudP-b.js/assets/layers-dbQudP-b.js https://minimaxh3.art/assets/layers-dbQudP-b.js — 200 — 720 B — 141 ms — h3https://minimaxh3.art/assets/pricing-csr-Soobid-Z.js/assets/pricing-csr-Soobid-Z.js https://minimaxh3.art/assets/pricing-csr-Soobid-Z.js — 200 — 1.7 KiB — 141 ms — h3https://minimaxh3.art/assets/install-pwa-BzgUW_0F.js/assets/install-pwa-BzgUW_0F.js https://minimaxh3.art/assets/install-pwa-BzgUW_0F.js — 200 — 2.1 KiB — 141 ms — h3https://minimaxh3.art/assets/hero-video-bg-DI5SZxYH.js/assets/hero-video-bg-DI5SZxYH.js https://minimaxh3.art/assets/hero-video-bg-DI5SZxYH.js — 200 — 2.5 KiB — 141 ms — h3https://minimaxh3.art/assets/video-studio-hero-DLUZsBW7.js/assets/video-studio-hero-DLUZsBW7.... https://minimaxh3.art/assets/video-studio-hero-DLUZsBW7.js — 200 — 3.5 KiB — 141 ms — h3https://minimaxh3.art/assets/studio-prompt-empty-guide-BZf8Oq0W.js/assets/studio-prompt-empty-guide-B... https://minimaxh3.art/assets/studio-prompt-empty-guide-BZf8Oq0W.js — 200 — 1.2 KiB — 142 ms — h3https://minimaxh3.art/assets/film-BlYfk1Am.js/assets/film-BlYfk1Am.js https://minimaxh3.art/assets/film-BlYfk1Am.js — 200 — 728 B — 146 ms — h3https://minimaxh3.art/assets/index-BKIbs_2O.js/assets/index-BKIbs_2O.js https://minimaxh3.art/assets/index-BKIbs_2O.js — 200 — 38.8 KiB — 166 ms — h3https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-19c86109.woff2/assets/_vinext_fonts/outfit-ac914d... https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-19c86109.woff2 — 200 — 6.7 KiB — 143 ms — h3https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-be21ba2a.woff2/assets/_vinext_fonts/outfit-ac914d... https://minimaxh3.art/assets/_vinext_fonts/outfit-ac914d00e2a2/outfit-be21ba2a.woff2 — 200 — 14.2 KiB — 144 ms — h3https://minimaxh3.art/images/h3-viral/03-poster.jpg/images/h3-viral/03-poster.jpg https://minimaxh3.art/images/h3-viral/03-poster.jpg — 200 — 166.2 KiB — 172 ms — h3https://minimaxh3.art/images/h3-official/multi-poster.webp/images/h3-official/multi-poster.we... https://minimaxh3.art/images/h3-official/multi-poster.webp — 200 — 20.8 KiB — 170 ms — h3https://minimaxh3.art/site.webmanifest/site.webmanifest https://minimaxh3.art/site.webmanifest — 200 — 935 B — 111 ms — h3https://minimaxh3.art/images/brand/h3-icon-96.webp/images/brand/h3-icon-96.webp https://minimaxh3.art/images/brand/h3-icon-96.webp — 200 — 1.7 KiB — 145 ms — h3https://minimaxh3.art/videos/h3-cases/music-mv.webp/videos/h3-cases/music-mv.webp https://minimaxh3.art/videos/h3-cases/music-mv.webp — 200 — 13.9 KiB — 144 ms — h3https://minimaxh3.art/videos/h3-cases/groovy-t2v.webp/videos/h3-cases/groovy-t2v.webp https://minimaxh3.art/videos/h3-cases/groovy-t2v.webp — 200 — 11.1 KiB — 144 ms — h3https://minimaxh3.art/videos/h3-cases/cinematic-short.webp/videos/h3-cases/cinematic-short.we... https://minimaxh3.art/videos/h3-cases/cinematic-short.webp — 200 — 14.0 KiB — 38 ms — h3https://minimaxh3.art/videos/h3-cases/lifelike-shot.webp/videos/h3-cases/lifelike-shot.webp https://minimaxh3.art/videos/h3-cases/lifelike-shot.webp — 200 — 9.6 KiB — 52 ms — h3https://minimaxh3.art/images/h3-viral/03-ref1.jpg/images/h3-viral/03-ref1.jpg https://minimaxh3.art/images/h3-viral/03-ref1.jpg — 200 — 116.6 KiB — 54 ms — h3https://minimaxh3.art/images/h3-viral/03-ref2.jpg/images/h3-viral/03-ref2.jpg https://minimaxh3.art/images/h3-viral/03-ref2.jpg — 200 — 124.7 KiB — 57 ms — h3https://minimaxh3.art/assets/language-suggestion-toast-yWRtML3T.js/assets/language-suggestion-toast-y... https://minimaxh3.art/assets/language-suggestion-toast-yWRtML3T.js — 200 — 2.2 KiB — 34 ms — h3https://minimaxh3.art/assets/languages-DjFWk4Bo.js/assets/languages-DjFWk4Bo.js https://minimaxh3.art/assets/languages-DjFWk4Bo.js — 200 — 701 B — 30 ms — h3https://minimaxh3.art/assets/google-one-tap-CqlWRfq4.js/assets/google-one-tap-CqlWRfq4.js https://minimaxh3.art/assets/google-one-tap-CqlWRfq4.js — 200 — 934 B — 31 ms — h3https://minimaxh3.art/favicon.svg?v=h3-film-3/favicon.svg?v=h3-film-3 https://minimaxh3.art/favicon.svg?v=h3-film-3 — 200 — 1.5 KiB — 30 ms — h3https://minimaxh3.art/api/auth/get-session/api/auth/get-session https://minimaxh3.art/api/auth/get-session — 200 — 690 B — 28 ms — h3https://minimaxh3.art/android-chrome-192x192.png?v=h3-film-3/android-chrome-192x192.png?v=h3-fi... https://minimaxh3.art/android-chrome-192x192.png?v=h3-film-3 — 200 — 10.0 KiB — 30 ms — h3https://minimaxh3.art/favicon.ico?v=h3-film-3/favicon.ico?v=h3-film-3 https://minimaxh3.art/favicon.ico?v=h3-film-3 — 200 — 4.1 KiB — 29 ms — h3https://minimaxh3.art/assets/video-studio-csr-DJ5N1i5x.js/assets/video-studio-csr-DJ5N1i5x.j... https://minimaxh3.art/assets/video-studio-csr-DJ5N1i5x.js — 200 — 26.9 KiB — 31 ms — h3https://minimaxh3.art/assets/dialog-CHbNHba9.js/assets/dialog-CHbNHba9.js https://minimaxh3.art/assets/dialog-CHbNHba9.js — 200 — 1.9 KiB — 33 ms — h3https://minimaxh3.art/assets/button-DJtV7Awr.js/assets/button-DJtV7Awr.js https://minimaxh3.art/assets/button-DJtV7Awr.js — 200 — 5.6 KiB — 37 ms — h3https://minimaxh3.art/assets/DialogTitle-DTFpc2Ge.js/assets/DialogTitle-DTFpc2Ge.js https://minimaxh3.art/assets/DialogTitle-DTFpc2Ge.js — 200 — 23.0 KiB — 52 ms — h3https://minimaxh3.art/assets/createBaseUIEventDetails-D0TVmSuD.js/assets/createBaseUIEventDetails-D0... https://minimaxh3.art/assets/createBaseUIEventDetails-D0TVmSuD.js — 200 — 2.2 KiB — 48 ms — h3https://minimaxh3.art/assets/daily-checkin-dialog-DcS4r1AI.js/assets/daily-checkin-dialog-DcS4r1... https://minimaxh3.art/assets/daily-checkin-dialog-DcS4r1AI.js — 200 — 3.2 KiB — 48 ms — h3https://minimaxh3.art/assets/gift-B52uoTNh.js/assets/gift-B52uoTNh.js https://minimaxh3.art/assets/gift-B52uoTNh.js — 200 — 737 B — 48 ms — h3https://minimaxh3.art/assets/coins-BaPVlUbb.js/assets/coins-BaPVlUbb.js https://minimaxh3.art/assets/coins-BaPVlUbb.js — 200 — 703 B — 49 ms — h3https://minimaxh3.art/assets/download-TJkT_0qD.js/assets/download-TJkT_0qD.js https://minimaxh3.art/assets/download-TJkT_0qD.js — 200 — 674 B — 50 ms — h3https://minimaxh3.art/assets/monitor-V5Vl3bQe.js/assets/monitor-V5Vl3bQe.js https://minimaxh3.art/assets/monitor-V5Vl3bQe.js — 200 — 689 B — 49 ms — h3https://minimaxh3.art/assets/plus-C90xxIXa.js/assets/plus-C90xxIXa.js https://minimaxh3.art/assets/plus-C90xxIXa.js — 200 — 629 B — 48 ms — h3https://minimaxh3.art/assets/video-pricing-CLK1RQAF.js/assets/video-pricing-CLK1RQAF.js https://minimaxh3.art/assets/video-pricing-CLK1RQAF.js — 200 — 2.3 KiB — 46 ms — h3https://minimaxh3.art/assets/device-id-DoOFcSv1.js/assets/device-id-DoOFcSv1.js https://minimaxh3.art/assets/device-id-DoOFcSv1.js — 200 — 1.0 KiB — 49 ms — h3https://minimaxh3.art/videos/h3-demos/hero-3.webm/videos/h3-demos/hero-3.webm https://minimaxh3.art/videos/h3-demos/hero-3.webm — 200 — 708.6 KiB — 118 ms — h3https://minimaxh3.art/videos/h3-cases/portrait.webp/videos/h3-cases/portrait.webp https://minimaxh3.art/videos/h3-cases/portrait.webp — 200 — 0 B — 51 ms — h3https://minimaxh3.art/videos/h3-cases/music-dance.webp/videos/h3-cases/music-dance.webp https://minimaxh3.art/videos/h3-cases/music-dance.webp — 200 — 0 B — 52 ms — h3https://minimaxh3.art/videos/h3-cases/fashion-mv.webp/videos/h3-cases/fashion-mv.webp https://minimaxh3.art/videos/h3-cases/fashion-mv.webp — 200 — 0 B — 64 ms — h3https://minimaxh3.art/videos/h3-cases/synced-audio.webp/videos/h3-cases/synced-audio.webp https://minimaxh3.art/videos/h3-cases/synced-audio.webp — 200 — 0 B — 68 ms — h3https://minimaxh3.art/videos/h3-cases/cinematic.webp/videos/h3-cases/cinematic.webp https://minimaxh3.art/videos/h3-cases/cinematic.webp — 200 — 0 B — 62 ms — h3https://minimaxh3.art/videos/h3-cases/product-ad.webp/videos/h3-cases/product-ad.webp https://minimaxh3.art/videos/h3-cases/product-ad.webp — 200 — 0 B — 68 ms — h3https://minimaxh3.art/videos/h3-cases/anime-title.webp/videos/h3-cases/anime-title.webp https://minimaxh3.art/videos/h3-cases/anime-title.webp — 200 — 0 B — 64 ms — h3https://minimaxh3.art/videos/h3-cases/aerial-brand.webp/videos/h3-cases/aerial-brand.webp https://minimaxh3.art/videos/h3-cases/aerial-brand.webp — 200 — 0 B — 65 ms — h3https://minimaxh3.art/api/config/public/api/config/public https://minimaxh3.art/api/config/public — 200 — 1.1 KiB — 38 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 98.9 KiB — 150 ms — h2https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1Twww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1T — 200 — 168.5 KiB — 250 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 61 ms — h3https://www.clarity.ms/tag/xun36d1yenwww.clarity.ms/tag/xun36d1yen https://www.clarity.ms/tag/xun36d1yen — 200 — 1.1 KiB — 140 ms — http/1.1https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 129 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 124 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 134 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 37 ms — h2https://scripts.clarity.ms/0.8.69/clarity.jsscripts.clarity.ms/0.8.69/clarity.j... https://scripts.clarity.ms/0.8.69/clarity.js — 200 — 25.2 KiB — 193 ms — h2https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 75 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 64 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 66 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-SY0NFPEG1T&gtm=45je68p1v9259882545za200zd9259882545&_p=1787784598267&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1682178424.1787784599&frm=0&ngs=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~119367802~119367810~120213116~120385423&sid=1787784598&sct=1&seg=0&dl=https%3A%2F%2Fminimaxh3.art%2F&dt=MiniMax%20H3%20(Hailuo%203.0)%20%7C%202K%20AI%20Video%20Generator%20with%20Audio&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1110region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-SY0NFPEG1T&gtm=45je68p1v9259882545za200zd9259882545&_p=1787784598267&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1682178424.1787784599&frm=0&ngs=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~119367802~119367810~120213116~120385423&sid=1787784598&sct=1&seg=0&dl=https%3A%2F%2Fminimaxh3.art%2F&dt=MiniMax%20H3%20(Hailuo%203.0)%20%7C%202K%20AI%20Video%20Generator%20with%20Audio&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1110 — 204 — 547 B — 91 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 277 B — 349 ms — http/1.1https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 277 B — 398 ms — http/1.1https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 277 B — 101 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
14% of JavaScript execution is third-party
First-party Third-party 142ms · 194KB · €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 78ms
Transfer 25 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 169 KB
Unused 42%
Monthly Cost €0/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-28 — 2026-08-24)

LCP (p75)

1867 ms

88% good

INP (p75)

73 ms

95% good

CLS (p75)

0.010

97% good

FCP (p75)

1646 ms

TTFB (p75)

871 ms

This origin passes Core Web Vitals assessment
Image Optimization
48 images, 528 KB total, 165 KB wasted
INFO

Image Optimization Audit

Total Images

48

Total Size

528 KB

Oversized

2

Wasted

165 KB

1 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