Skip to content
https://musicvideoai.pro

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
3
REVIEW
2
PASS
18
INFO
3

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

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

2.24 s

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

2.92 s

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

61 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.24 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.

2.95 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
18 PASS 2 REVIEW 3 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 108 requests
FIX
2.1 MB transferred, 108 requests
Info::
Page weighs 2.9 MB (2.1 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.44 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
108 requests
0.44 g CO2 per page load
Images 1.7 MiB 82%
JavaScript 251.3 KiB 12%
Other 57.4 KiB 3%
HTML 40.0 KiB 2%
CSS 25.5 KiB 1%
Fonts 2.7 KiB 0%
Other 2.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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
JS Execution Cost
Action
2199ms total JS execution
FIX
2199ms total JS execution
Warning::
https://musicvideoai.pro/: 857ms CPU time
Warning::
Unattributable: 754ms CPU time
Warning::
https://musicvideoai.pro/assets/framework-DJH1pfSr...: 587ms CPU time

Main Thread Breakdown

Other 40% Script Evaluation 26% Style & Layout 23% Rendering 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://musicvideoai.pro/857ms32ms48ms1st
Unattributable754ms50ms0ms1st
https://musicvideoai.pro/assets/framework-DJH1pfSr.js587ms504ms0ms1st
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
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.1 MB · 22 KB savings available
REVIEW
108 resources · 2.1 MB · 22 KB savings available
Warning::
Page weight 2.1 MB exceeds 1 MB target by 1.1 MB
Got: 2.1 MB Expected: ≤ 1 MB
Info::
3 third-party resources (0% of weight)
108 resources · 2.1 MiB · 3 third-party 1.1 MiB over 1MB target
Image 85% · 1.8 MiB
JavaScript 12% · 251.3 KiB
Document 2% · 40.0 KiB
CSS 1% · 25.5 KiB
Font 0% · 2.7 KiB
Other 0% · 2.4 KiB

~21.7 KiB of savings available

Remove unused JavaScript: 21.7 KiB
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 (4.1 KiB of 2.1 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
Image Optimization
46 images, 0 KB saveable
PASS
46 images, 0 KB saveable
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/three-t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/three-t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/1.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/three-t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://musicvideoai.pro/imgs/musicvideoai/feature... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
46 images 1.7 MB
0 oversized -0 KB
0 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Font Loading
5 fonts (3 KB)
PASS
5 fonts (3 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

3 KB total

Render-blocking

0

of 5

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 2.2 s LCP 2.9 shttps://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-ff2310f5.woff2geist-ff2310f5.woff2 https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-ff2310f5.woff2 — 560 B — 413 ms — font-display: swaphttps://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-875ccdd4.woff2geist-875ccdd4.woff2 https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-875ccdd4.woff2 — 554 B — 449 ms — font-display: swaphttps://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-52306abf.woff2geist-52306abf.woff2 https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-52306abf.woff2 — 590 B — 40 ms — font-display: swaphttps://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-001175b1.woff2geist-001175b1.woff2 https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-001175b1.woff2 — 556 B — 449 ms — font-display: swaphttps://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-98bbbccb.woff2geist-98bbbccb.woff2 https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-98bbbccb.woff2 — 554 B — 412 ms — font-display: swap
geist-ff2310f5.woff2 woff2 swap
Size 1 KB
Load time 413 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
geist-875ccdd4.woff2 woff2 swap
Size 1 KB
Load time 449 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
geist-52306abf.woff2 woff2 swap
Size 1 KB
Load time 40 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
geist-001175b1.woff2 woff2 swap
Size 1 KB
Load time 449 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
geist-98bbbccb.woff2 woff2 swap
Size 1 KB
Load time 412 ms
Start 487 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+
JS Bundles
49 scripts, 22 KB unused
PASS
49 scripts, 22 KB unused
Warning::
https://musicvideoai.pro/assets/framework-DJH1pfSr...: 22 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 22 KB
22 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://musicvideoai.pro/assets/framework-DJH1pfSr.js60 KB22 KB (36%)1st
https://musicvideoai.pro/assets/useOpenInteractionType-CaLJV2kV.js21 KB1st
https://musicvideoai.pro/assets/client-CGYloieC.js12 KB1st
https://musicvideoai.pro/assets/url-utils-BQKFb685.js1 KB1st
https://musicvideoai.pro/assets/dist-BqFYcBMN.js2 KB1st
https://musicvideoai.pro/assets/sonner-2KtkNM3b.js1 KB1st
https://musicvideoai.pro/assets/createLucideIcon-BRWvWrMn.js1 KB1st
https://musicvideoai.pro/assets/circle-check-B8l71IIG.js0 KB1st
https://musicvideoai.pro/assets/loader-circle-Cxy4jRlv.js0 KB1st
https://musicvideoai.pro/assets/dist-Dxtr84wd.js10 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

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
47 hints, 0 missing preconnects
PASS
47 hints, 0 missing preconnects
Info::
Page uses 47 resource hint(s)

Current Resource Hints

preconnect
preload
+37
47
dns-prefetch
prefetch

47 resource hints configured

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+
Document Compression
Document response uses brotli
PASS
Document 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 uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, 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+
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
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
1 `@font-face` rule(s) without `font-display` -- causes FOIT
An `@font-face` rule without `font-display` causes Flash of Invisible Text (FOIT): the browser hides the styled text for up to 3 seconds while the custom font downloads, then either swaps to fallback (Chrome / Firefox) or stays invisible (older Safari). Add `font-display: swap` (shows fallback immediately, swaps in the custom font when ready) or `font-display: optional` (uses fallback if the font isn't ready in 100ms; never causes visible swap). Either eliminates FOIT outright.
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

Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
108 requests over 1453ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 2.9 shttps://musicvideoai.pro// https://musicvideoai.pro/ — 200 — 40.0 KiB — 444 ms — h2https://musicvideoai.pro/logo.webp/logo.webp https://musicvideoai.pro/logo.webp — 200 — 34.0 KiB — 83 ms — h2https://musicvideoai.pro/videos/hero/hero-still.webp/videos/hero/hero-still.webp https://musicvideoai.pro/videos/hero/hero-still.webp — 200 — 16.6 KiB — 96 ms — h2https://musicvideoai.pro/assets/index-CaR6n3cM.css/assets/index-CaR6n3cM.css https://musicvideoai.pro/assets/index-CaR6n3cM.css — 200 — 25.5 KiB — 75 ms — h2https://musicvideoai.pro/assets/layout-segment-context-Dvk9qN9I.js/assets/layout-segment-context-Dvk9... https://musicvideoai.pro/assets/layout-segment-context-Dvk9qN9I.js — 200 — 519 B — 80 ms — h2https://musicvideoai.pro/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://musicvideoai.pro/assets/rolldown-runtime-QTnfLwEv.js — 200 — 743 B — 78 ms — h2https://musicvideoai.pro/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://musicvideoai.pro/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 246 ms — h2https://musicvideoai.pro/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://musicvideoai.pro/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 188 ms — h2https://musicvideoai.pro/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://musicvideoai.pro/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 184 ms — h2https://musicvideoai.pro/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://musicvideoai.pro/assets/sonner-2KtkNM3b.js — 200 — 1.0 KiB — 99 ms — h2https://musicvideoai.pro/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://musicvideoai.pro/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.0 KiB — 91 ms — h2https://musicvideoai.pro/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://musicvideoai.pro/assets/circle-check-B8l71IIG.js — 200 — 460 B — 189 ms — h2https://musicvideoai.pro/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://musicvideoai.pro/assets/loader-circle-Cxy4jRlv.js — 200 — 455 B — 183 ms — h2https://musicvideoai.pro/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://musicvideoai.pro/assets/dist-Dxtr84wd.js — 200 — 9.8 KiB — 196 ms — h2https://musicvideoai.pro/assets/google-one-tap-CiYsu76-.js/assets/google-one-tap-CiYsu76-.js https://musicvideoai.pro/assets/google-one-tap-CiYsu76-.js — 200 — 775 B — 182 ms — h2https://musicvideoai.pro/assets/client-CGYloieC.js/assets/client-CGYloieC.js https://musicvideoai.pro/assets/client-CGYloieC.js — 200 — 11.9 KiB — 183 ms — h2https://musicvideoai.pro/assets/umami-CQWsdrcQ.js/assets/umami-CQWsdrcQ.js https://musicvideoai.pro/assets/umami-CQWsdrcQ.js — 200 — 843 B — 192 ms — h2https://musicvideoai.pro/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://musicvideoai.pro/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 497 B — 185 ms — h2https://musicvideoai.pro/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://musicvideoai.pro/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 93 ms — h2https://musicvideoai.pro/assets/header-WjIH9Q5q.js/assets/header-WjIH9Q5q.js https://musicvideoai.pro/assets/header-WjIH9Q5q.js — 200 — 1.7 KiB — 185 ms — h2https://musicvideoai.pro/assets/chevron-down-B1vai0Li.js/assets/chevron-down-B1vai0Li.js https://musicvideoai.pro/assets/chevron-down-B1vai0Li.js — 200 — 485 B — 185 ms — h2https://musicvideoai.pro/assets/checkin-modal-BuynxS7B.js/assets/checkin-modal-BuynxS7B.js https://musicvideoai.pro/assets/checkin-modal-BuynxS7B.js — 200 — 3.9 KiB — 201 ms — h2https://musicvideoai.pro/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://musicvideoai.pro/assets/check-CX-FwU1S.js — 200 — 427 B — 182 ms — h2https://musicvideoai.pro/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://musicvideoai.pro/assets/x-ChR1JV_j.js — 200 — 439 B — 218 ms — h2https://musicvideoai.pro/assets/navigation-MhOmP7Yu.js/assets/navigation-MhOmP7Yu.js https://musicvideoai.pro/assets/navigation-MhOmP7Yu.js — 200 — 2.7 KiB — 197 ms — h2https://musicvideoai.pro/assets/BaseLink-BLwjwpbY.js/assets/BaseLink-BLwjwpbY.js https://musicvideoai.pro/assets/BaseLink-BLwjwpbY.js — 200 — 5.7 KiB — 219 ms — h2https://musicvideoai.pro/assets/site-user-menu-BDKjMPeA.js/assets/site-user-menu-BDKjMPeA.js https://musicvideoai.pro/assets/site-user-menu-BDKjMPeA.js — 200 — 1.7 KiB — 194 ms — h2https://musicvideoai.pro/assets/avatar-qPhe--E2.js/assets/avatar-qPhe--E2.js https://musicvideoai.pro/assets/avatar-qPhe--E2.js — 200 — 1.5 KiB — 214 ms — h2https://musicvideoai.pro/assets/useOpenInteractionType-CaLJV2kV.js/assets/useOpenInteractionType-CaLJ... https://musicvideoai.pro/assets/useOpenInteractionType-CaLJV2kV.js — 200 — 21.4 KiB — 201 ms — h2https://musicvideoai.pro/assets/useRenderElement-Btym5x7c.js/assets/useRenderElement-Btym5x7c.j... https://musicvideoai.pro/assets/useRenderElement-Btym5x7c.js — 200 — 4.2 KiB — 232 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 2.9 shttps://musicvideoai.pro// https://musicvideoai.pro/ — 200 — 40.0 KiB — 444 ms — h2https://musicvideoai.pro/logo.webp/logo.webp https://musicvideoai.pro/logo.webp — 200 — 34.0 KiB — 83 ms — h2https://musicvideoai.pro/videos/hero/hero-still.webp/videos/hero/hero-still.webp https://musicvideoai.pro/videos/hero/hero-still.webp — 200 — 16.6 KiB — 96 ms — h2https://musicvideoai.pro/assets/index-CaR6n3cM.css/assets/index-CaR6n3cM.css https://musicvideoai.pro/assets/index-CaR6n3cM.css — 200 — 25.5 KiB — 75 ms — h2https://musicvideoai.pro/assets/layout-segment-context-Dvk9qN9I.js/assets/layout-segment-context-Dvk9... https://musicvideoai.pro/assets/layout-segment-context-Dvk9qN9I.js — 200 — 519 B — 80 ms — h2https://musicvideoai.pro/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://musicvideoai.pro/assets/rolldown-runtime-QTnfLwEv.js — 200 — 743 B — 78 ms — h2https://musicvideoai.pro/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://musicvideoai.pro/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 246 ms — h2https://musicvideoai.pro/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://musicvideoai.pro/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 188 ms — h2https://musicvideoai.pro/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://musicvideoai.pro/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 184 ms — h2https://musicvideoai.pro/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://musicvideoai.pro/assets/sonner-2KtkNM3b.js — 200 — 1.0 KiB — 99 ms — h2https://musicvideoai.pro/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://musicvideoai.pro/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.0 KiB — 91 ms — h2https://musicvideoai.pro/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://musicvideoai.pro/assets/circle-check-B8l71IIG.js — 200 — 460 B — 189 ms — h2https://musicvideoai.pro/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://musicvideoai.pro/assets/loader-circle-Cxy4jRlv.js — 200 — 455 B — 183 ms — h2https://musicvideoai.pro/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://musicvideoai.pro/assets/dist-Dxtr84wd.js — 200 — 9.8 KiB — 196 ms — h2https://musicvideoai.pro/assets/google-one-tap-CiYsu76-.js/assets/google-one-tap-CiYsu76-.js https://musicvideoai.pro/assets/google-one-tap-CiYsu76-.js — 200 — 775 B — 182 ms — h2https://musicvideoai.pro/assets/client-CGYloieC.js/assets/client-CGYloieC.js https://musicvideoai.pro/assets/client-CGYloieC.js — 200 — 11.9 KiB — 183 ms — h2https://musicvideoai.pro/assets/umami-CQWsdrcQ.js/assets/umami-CQWsdrcQ.js https://musicvideoai.pro/assets/umami-CQWsdrcQ.js — 200 — 843 B — 192 ms — h2https://musicvideoai.pro/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://musicvideoai.pro/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 497 B — 185 ms — h2https://musicvideoai.pro/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://musicvideoai.pro/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 93 ms — h2https://musicvideoai.pro/assets/header-WjIH9Q5q.js/assets/header-WjIH9Q5q.js https://musicvideoai.pro/assets/header-WjIH9Q5q.js — 200 — 1.7 KiB — 185 ms — h2https://musicvideoai.pro/assets/chevron-down-B1vai0Li.js/assets/chevron-down-B1vai0Li.js https://musicvideoai.pro/assets/chevron-down-B1vai0Li.js — 200 — 485 B — 185 ms — h2https://musicvideoai.pro/assets/checkin-modal-BuynxS7B.js/assets/checkin-modal-BuynxS7B.js https://musicvideoai.pro/assets/checkin-modal-BuynxS7B.js — 200 — 3.9 KiB — 201 ms — h2https://musicvideoai.pro/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://musicvideoai.pro/assets/check-CX-FwU1S.js — 200 — 427 B — 182 ms — h2https://musicvideoai.pro/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://musicvideoai.pro/assets/x-ChR1JV_j.js — 200 — 439 B — 218 ms — h2https://musicvideoai.pro/assets/navigation-MhOmP7Yu.js/assets/navigation-MhOmP7Yu.js https://musicvideoai.pro/assets/navigation-MhOmP7Yu.js — 200 — 2.7 KiB — 197 ms — h2https://musicvideoai.pro/assets/BaseLink-BLwjwpbY.js/assets/BaseLink-BLwjwpbY.js https://musicvideoai.pro/assets/BaseLink-BLwjwpbY.js — 200 — 5.7 KiB — 219 ms — h2https://musicvideoai.pro/assets/site-user-menu-BDKjMPeA.js/assets/site-user-menu-BDKjMPeA.js https://musicvideoai.pro/assets/site-user-menu-BDKjMPeA.js — 200 — 1.7 KiB — 194 ms — h2https://musicvideoai.pro/assets/avatar-qPhe--E2.js/assets/avatar-qPhe--E2.js https://musicvideoai.pro/assets/avatar-qPhe--E2.js — 200 — 1.5 KiB — 214 ms — h2https://musicvideoai.pro/assets/useOpenInteractionType-CaLJV2kV.js/assets/useOpenInteractionType-CaLJ... https://musicvideoai.pro/assets/useOpenInteractionType-CaLJV2kV.js — 200 — 21.4 KiB — 201 ms — h2https://musicvideoai.pro/assets/useRenderElement-Btym5x7c.js/assets/useRenderElement-Btym5x7c.j... https://musicvideoai.pro/assets/useRenderElement-Btym5x7c.js — 200 — 4.2 KiB — 232 ms — h2https://musicvideoai.pro/assets/createBaseUIEventDetails-DdksfXS9.js/assets/createBaseUIEventDetails-Dd... https://musicvideoai.pro/assets/createBaseUIEventDetails-DdksfXS9.js — 200 — 2.0 KiB — 225 ms — h2https://musicvideoai.pro/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://musicvideoai.pro/assets/utils-DXalBF5w.js — 200 — 8.7 KiB — 185 ms — h2https://musicvideoai.pro/assets/dropdown-menu-D2I5SviU.js/assets/dropdown-menu-D2I5SviU.js https://musicvideoai.pro/assets/dropdown-menu-D2I5SviU.js — 200 — 13.4 KiB — 208 ms — h2https://musicvideoai.pro/assets/getPseudoElementBounds-C0_LaDBk.js/assets/getPseudoElementBounds-C0_L... https://musicvideoai.pro/assets/getPseudoElementBounds-C0_LaDBk.js — 200 — 14.9 KiB — 222 ms — h2https://musicvideoai.pro/assets/Separator-DZ0BuU00.js/assets/Separator-DZ0BuU00.js https://musicvideoai.pro/assets/Separator-DZ0BuU00.js — 200 — 564 B — 176 ms — h2https://musicvideoai.pro/assets/chevron-right-DPOXR4xf.js/assets/chevron-right-DPOXR4xf.js https://musicvideoai.pro/assets/chevron-right-DPOXR4xf.js — 200 — 425 B — 228 ms — h2https://musicvideoai.pro/assets/log-out-CKl92kLq.js/assets/log-out-CKl92kLq.js https://musicvideoai.pro/assets/log-out-CKl92kLq.js — 200 — 651 B — 219 ms — h2https://musicvideoai.pro/assets/settings-DamjlDdL.js/assets/settings-DamjlDdL.js https://musicvideoai.pro/assets/settings-DamjlDdL.js — 200 — 699 B — 197 ms — h2https://musicvideoai.pro/assets/shield-C9rDKcDX.js/assets/shield-C9rDKcDX.js https://musicvideoai.pro/assets/shield-C9rDKcDX.js — 200 — 529 B — 222 ms — h2https://musicvideoai.pro/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://musicvideoai.pro/assets/react-client-CAjdHkmk.js — 200 — 468 B — 213 ms — h2https://musicvideoai.pro/assets/three-tools-showcase-DCSPoHFW.js/assets/three-tools-showcase-DCSPoH... https://musicvideoai.pro/assets/three-tools-showcase-DCSPoHFW.js — 200 — 1.6 KiB — 197 ms — h2https://musicvideoai.pro/assets/arrow-right-Bn5eeNKA.js/assets/arrow-right-Bn5eeNKA.js https://musicvideoai.pro/assets/arrow-right-Bn5eeNKA.js — 200 — 455 B — 204 ms — h2https://musicvideoai.pro/assets/testimonials-body-B5IvpYAn.js/assets/testimonials-body-B5IvpYAn.... https://musicvideoai.pro/assets/testimonials-body-B5IvpYAn.js — 200 — 1.7 KiB — 120 ms — h3https://musicvideoai.pro/assets/audio-lines-Br1_WNUo.js/assets/audio-lines-Br1_WNUo.js https://musicvideoai.pro/assets/audio-lines-Br1_WNUo.js — 200 — 694 B — 49 ms — h3https://musicvideoai.pro/assets/film-BlYfk1Am.js/assets/film-BlYfk1Am.js https://musicvideoai.pro/assets/film-BlYfk1Am.js — 200 — 730 B — 46 ms — h3https://musicvideoai.pro/assets/visual-engine-tabs-B-AiH9YW.js/assets/visual-engine-tabs-B-AiH9YW... https://musicvideoai.pro/assets/visual-engine-tabs-B-AiH9YW.js — 200 — 1.2 KiB — 164 ms — h3https://musicvideoai.pro/assets/pricing-beatviz-JQZ7sAce.js/assets/pricing-beatviz-JQZ7sAce.js https://musicvideoai.pro/assets/pricing-beatviz-JQZ7sAce.js — 200 — 6.2 KiB — 56 ms — h3https://musicvideoai.pro/assets/clapperboard-Cc5YXa8e.js/assets/clapperboard-Cc5YXa8e.js https://musicvideoai.pro/assets/clapperboard-Cc5YXa8e.js — 200 — 742 B — 164 ms — h3https://musicvideoai.pro/assets/user-DAJ7JT2d.js/assets/user-DAJ7JT2d.js https://musicvideoai.pro/assets/user-DAJ7JT2d.js — 200 — 662 B — 163 ms — h3https://musicvideoai.pro/assets/faq-beatviz-som3ATyN.js/assets/faq-beatviz-som3ATyN.js https://musicvideoai.pro/assets/faq-beatviz-som3ATyN.js — 200 — 4.0 KiB — 163 ms — h3https://musicvideoai.pro/assets/plus-C90xxIXa.js/assets/plus-C90xxIXa.js https://musicvideoai.pro/assets/plus-C90xxIXa.js — 200 — 633 B — 55 ms — h3https://musicvideoai.pro/assets/index-D3xVdQHR.js/assets/index-D3xVdQHR.js https://musicvideoai.pro/assets/index-D3xVdQHR.js — 200 — 39.3 KiB — 196 ms — h3https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-ff2310f5.woff2/Users/baiwei/Desktop/AI%20Brain/We... https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-ff2310f5.woff2 — 404 — 560 B — 413 ms — h3https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-875ccdd4.woff2/Users/baiwei/Desktop/AI%20Brain/We... https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-875ccdd4.woff2 — 404 — 554 B — 449 ms — h3https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-52306abf.woff2/Users/baiwei/Desktop/AI%20Brain/We... https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-52306abf.woff2 — 404 — 590 B — 40 ms — h3https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-001175b1.woff2/Users/baiwei/Desktop/AI%20Brain/We... https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-001175b1.woff2 — 404 — 556 B — 449 ms — h3https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-98bbbccb.woff2/Users/baiwei/Desktop/AI%20Brain/We... https://musicvideoai.pro/Users/baiwei/Desktop/AI%20Brain/Website%20Operations/Website%20Building/beatviz/.vinext/fonts/geist-227f1fe34a72/geist-98bbbccb.woff2 — 404 — 554 B — 412 ms — h3https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-agent.webp/imgs/musicvideoai/three-tools/tool... https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-agent.webp — 200 — 47.2 KiB — 163 ms — h3https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-workflow.webp/imgs/musicvideoai/three-tools/tool... https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-workflow.webp — 200 — 46.3 KiB — 162 ms — h3https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-editor.webp/imgs/musicvideoai/three-tools/tool... https://musicvideoai.pro/imgs/musicvideoai/three-tools/tool-editor.webp — 200 — 37.3 KiB — 444 ms — h3https://musicvideoai.pro/imgs/musicvideoai/1.webp/imgs/musicvideoai/1.webp https://musicvideoai.pro/imgs/musicvideoai/1.webp — 200 — 170.4 KiB — 465 ms — h3https://musicvideoai.pro/imgs/musicvideoai/how-to-use/2.webp/imgs/musicvideoai/how-to-use/2.web... https://musicvideoai.pro/imgs/musicvideoai/how-to-use/2.webp — 200 — 20.4 KiB — 255 ms — h3https://musicvideoai.pro/imgs/musicvideoai/how-to-use/3.webp/imgs/musicvideoai/how-to-use/3.web... https://musicvideoai.pro/imgs/musicvideoai/how-to-use/3.webp — 200 — 27.1 KiB — 406 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/01.webp/imgs/musicvideoai/no-track/01.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/01.webp — 200 — 37.1 KiB — 379 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/02.webp/imgs/musicvideoai/no-track/02.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/02.webp — 200 — 32.3 KiB — 413 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/03.webp/imgs/musicvideoai/no-track/03.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/03.webp — 200 — 39.6 KiB — 389 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/04.webp/imgs/musicvideoai/no-track/04.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/04.webp — 200 — 35.1 KiB — 374 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/01.webp/imgs/musicvideoai/features-pro/01.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/01.webp — 200 — 39.6 KiB — 437 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/02.webp/imgs/musicvideoai/features-pro/02.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/02.webp — 200 — 41.3 KiB — 424 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/03.webp/imgs/musicvideoai/features-pro/03.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/03.webp — 200 — 45.8 KiB — 435 ms — h3https://musicvideoai.pro/imgs/musicvideoai/why/01.webp/imgs/musicvideoai/why/01.webp https://musicvideoai.pro/imgs/musicvideoai/why/01.webp — 200 — 67.5 KiB — 457 ms — h3https://musicvideoai.pro/imgs/musicvideoai/why/02.webp/imgs/musicvideoai/why/02.webp https://musicvideoai.pro/imgs/musicvideoai/why/02.webp — 200 — 84.0 KiB — 464 ms — h3https://musicvideoai.pro/imgs/musicvideoai/why/03.webp/imgs/musicvideoai/why/03.webp https://musicvideoai.pro/imgs/musicvideoai/why/03.webp — 200 — 43.8 KiB — 442 ms — h3https://musicvideoai.pro/imgs/musicvideoai/why/04.webp/imgs/musicvideoai/why/04.webp https://musicvideoai.pro/imgs/musicvideoai/why/04.webp — 200 — 68.8 KiB — 459 ms — h3https://musicvideoai.pro/imgs/musicvideoai/stills/hero-video-new-agent.webp/imgs/musicvideoai/stills/hero-vide... https://musicvideoai.pro/imgs/musicvideoai/stills/hero-video-new-agent.webp — 200 — 100.5 KiB — 466 ms — h3https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/google.webp/imgs/musicvideoai/hero-new-icon/go... https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/google.webp — 200 — 3.7 KiB — 293 ms — h3https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/gpt.webp/imgs/musicvideoai/hero-new-icon/gp... https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/gpt.webp — 200 — 18.4 KiB — 378 ms — h3https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/kling.webp/imgs/musicvideoai/hero-new-icon/kl... https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/kling.webp — 200 — 3.3 KiB — 293 ms — h3https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/seedance.webp/imgs/musicvideoai/hero-new-icon/se... https://musicvideoai.pro/imgs/musicvideoai/hero-new-icon/seedance.webp — 200 — 3.3 KiB — 293 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/05.webp/imgs/musicvideoai/no-track/05.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/05.webp — 200 — 31.3 KiB — 436 ms — h3https://musicvideoai.pro/imgs/musicvideoai/no-track/06.webp/imgs/musicvideoai/no-track/06.webp https://musicvideoai.pro/imgs/musicvideoai/no-track/06.webp — 200 — 28.0 KiB — 403 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/04.webp/imgs/musicvideoai/features-pro/04.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/04.webp — 200 — 46.1 KiB — 441 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/05.webp/imgs/musicvideoai/features-pro/05.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/05.webp — 200 — 42.0 KiB — 441 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/06.webp/imgs/musicvideoai/features-pro/06.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/06.webp — 200 — 33.1 KiB — 421 ms — h3https://musicvideoai.pro/imgs/musicvideoai/features-pro/07.webp/imgs/musicvideoai/features-pro/07.... https://musicvideoai.pro/imgs/musicvideoai/features-pro/07.webp — 200 — 33.5 KiB — 435 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/01.webp/imgs/musicvideoai/testimonies/01.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/01.webp — 200 — 4.8 KiB — 323 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/02.webp/imgs/musicvideoai/testimonies/02.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/02.webp — 200 — 4.9 KiB — 327 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/03.webp/imgs/musicvideoai/testimonies/03.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/03.webp — 200 — 4.3 KiB — 323 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/04.webp/imgs/musicvideoai/testimonies/04.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/04.webp — 200 — 3.7 KiB — 322 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/05.webp/imgs/musicvideoai/testimonies/05.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/05.webp — 200 — 4.8 KiB — 325 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonies/06.webp/imgs/musicvideoai/testimonies/06.w... https://musicvideoai.pro/imgs/musicvideoai/testimonies/06.webp — 200 — 2.8 KiB — 328 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/01.webp/imgs/musicvideoai/visual-engine/01... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/01.webp — 200 — 51.2 KiB — 444 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/02.webp/imgs/musicvideoai/visual-engine/02... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/02.webp — 200 — 41.8 KiB — 437 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/03.webp/imgs/musicvideoai/visual-engine/03... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/03.webp — 200 — 50.4 KiB — 447 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/04.webp/imgs/musicvideoai/visual-engine/04... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/04.webp — 200 — 42.4 KiB — 439 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/05.webp/imgs/musicvideoai/visual-engine/05... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/05.webp — 200 — 63.1 KiB — 453 ms — h3https://musicvideoai.pro/imgs/musicvideoai/visual-engine/06.webp/imgs/musicvideoai/visual-engine/06... https://musicvideoai.pro/imgs/musicvideoai/visual-engine/06.webp — 200 — 25.7 KiB — 409 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-0.webp/imgs/musicvideoai/testimonials/tes... https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-0.webp — 200 — 29.8 KiB — 251 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-1.webp/imgs/musicvideoai/testimonials/tes... https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-1.webp — 200 — 64.3 KiB — 281 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-2.webp/imgs/musicvideoai/testimonials/tes... https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-2.webp — 200 — 41.7 KiB — 268 ms — h3https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-3.webp/imgs/musicvideoai/testimonials/tes... https://musicvideoai.pro/imgs/musicvideoai/testimonials/testimonial-3.webp — 200 — 33.5 KiB — 262 ms — h3https://musicvideoai.pro/api/auth/get-session/api/auth/get-session https://musicvideoai.pro/api/auth/get-session — 200 — 537 B — 181 ms — h3https://musicvideoai.pro/favicon.png/favicon.png https://musicvideoai.pro/favicon.png — 200 — 56.9 KiB — 33 ms — h3https://musicvideoai.pro/api/config/public/api/config/public https://musicvideoai.pro/api/config/public — 200 — 824 B — 149 ms — h3https://musicvideoai.pro/favicon.png/favicon.png https://musicvideoai.pro/favicon.png — 200 — 462 B — 29 ms — h3https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 131 ms — h3https://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 — 200 — 1.1 KiB — 61 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
80 images, 1911 KB total, 254 KB wasted
INFO

Image Optimization Audit

Total Images

80

Total Size

1911 KB

Oversized

17

Wasted

254 KB

80 missing dimensions 47 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