Skip to content
https://videojs.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

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

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

3.24 s

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

8.16 s

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

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

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

8.55 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
17
7 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 135 requests
FIX
2.1 MB transferred, 135 requests
Info::
Page weighs 5.7 MB (2.1 MB transferred)
Warning::
JavaScript is 615 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 615 KB
Warning::
135 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.45 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
135 requests
0.45 g CO2 per page load
Other 872.0 KiB 40%
JavaScript 614.5 KiB 28%
Images 427.3 KiB 20%
Fonts 132.1 KiB 6%
HTML 113.2 KiB 5%
CSS 21.0 KiB 1%
Other 5.0 KiB 0%
Other 448 B 0%
Other 182 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

D
Third-Party Impact
Action
62% third-party, 0 ms blocking
FIX
62% third-party, 0 ms blocking
Warning::
Third-party code accounts for 62% of page weight (1.3 MiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
38%
62%
First-party Third-party
F
JS Execution Cost
Action
4155ms total JS execution
FIX
4155ms total JS execution
Warning::
https://videojs.org/: 2477ms CPU time
Warning::
https://videojs.org/_astro/client.ztr1rcVY.js: 658ms CPU time
Warning::
Unattributable: 520ms CPU time
Warning::
https://videojs.org/_astro/HeroVideo.DVykyWlf.js: 280ms CPU time
Info::
https://videojs.org/ph/static/array.js: 159ms CPU time
Info::
Third-party scripts: 520ms (13% of total)

Main Thread Breakdown

Other 46% Script Evaluation 21% Style & Layout 17% Parse HTML & CSS 9% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://videojs.org/2477ms46ms5ms1st
https://videojs.org/_astro/client.ztr1rcVY.js658ms466ms1ms1st
Unattributable520ms26ms0ms3rd
https://videojs.org/_astro/HeroVideo.DVykyWlf.js280ms208ms2ms1st
https://videojs.org/ph/static/array.js159ms136ms18ms1st
https://videojs.org/_astro/thumbnail.Dlu3NsV_.js61ms0ms0ms1st
D
JS Bundles
Action
108 scripts, 305 KB unused
FIX
108 scripts, 305 KB unused
Warning::
https://videojs.org/_astro/HeroVideo.DVykyWlf.js: 92 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://videojs.org/_astro/Search.iSSCo3v4.js: 85 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://videojs.org/_astro/page.hlVgXjX6.js: 71 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://videojs.org/ph/static/array.js: 34 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://videojs.org/_astro/client.ztr1rcVY.js: 22 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 305 KB
305 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://videojs.org/_astro/HeroVideo.DVykyWlf.js165 KB92 KB (56%)1st
https://videojs.org/_astro/Search.iSSCo3v4.js108 KB85 KB (79%)1st
https://videojs.org/_astro/page.hlVgXjX6.js81 KB71 KB (87%)1st
https://videojs.org/ph/static/array.js59 KB34 KB (59%)1st
https://videojs.org/_astro/client.ztr1rcVY.js54 KB22 KB (41%)1st
https://videojs.org/_astro/client.SWCkAu44.js1 KB1st
https://videojs.org/_astro/index.CXRtOFEP.js3 KB1st
https://videojs.org/_astro/index.Bm6yvwuc.js2 KB1st
https://videojs.org/_astro/compiler-runtime.CmTUt5DS.js1 KB1st
https://videojs.org/_astro/index.CzfK5GC_.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

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

D
Page Weight Inventory
Action
135 resources · 2.1 MB · 305 KB savings available
FIX
135 resources · 2.1 MB · 305 KB savings available
Warning::
Page weight 1.1 MB over 1MB target
Got: 2.1 MB Expected: ≤ 1 MB
Info::
~305 KB of savings available
Warning::
13 third-party resources (62% of weight)
Info::
2 resources over 200KB
135 resources · 2.1 MiB · 13 third-party 1.1 MiB over 1MB target
Media 40% · 865.3 KiB
JavaScript 28% · 614.5 KiB
Image 20% · 427.7 KiB
Font 6% · 132.1 KiB
Document 5% · 113.2 KiB
CSS 1% · 21.0 KiB
Other 1% · 11.9 KiB

~304.6 KiB of savings available

Remove unused JavaScript: 304.6 KiB
B
Image Optimization
7 images, 0 KB saveable
REVIEW
7 images, 0 KB saveable
Info::
All images are well-optimized
7 images 427 KB
0 oversized -0 KB
6 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public,max-age=0,must-revalidate
REVIEW
public,max-age=0,must-revalidate
Info::
Cache-Control header is set
Got: public,max-age=0,must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

public,max-age=0,must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
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 (132 KB)
PASS
6 fonts (132 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

132 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 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.2 s LCP 8.2 shttps://videojs.org/_astro/fonts/6f8849817f17f5e0.woff26f8849817f17f5e0.woff2 https://videojs.org/_astro/fonts/6f8849817f17f5e0.woff2 — 31.2 KiB — 160 ms — font-display: swaphttps://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2b25d8f0f97e6e525.woff2 https://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2 — 29.3 KiB — 157 ms — font-display: swaphttps://videojs.org/_astro/fonts/45f5561f938fa232.woff245f5561f938fa232.woff2 https://videojs.org/_astro/fonts/45f5561f938fa232.woff2 — 9.9 KiB — 155 ms — font-display: swaphttps://videojs.org/_astro/fonts/f276da2ba24f5203.woff2f276da2ba24f5203.woff2 https://videojs.org/_astro/fonts/f276da2ba24f5203.woff2 — 10.0 KiB — 154 ms — font-display: swaphttps://static.mux.com/fonts/EurostileLTProExtended2/font.woff2font.woff2 https://static.mux.com/fonts/EurostileLTProExtended2/font.woff2 — 26.2 KiB — 52 ms — font-display: swaphttps://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2font.woff2 https://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2 — 25.5 KiB — 52 ms — font-display: swap
6f8849817f17f5e0.woff2 woff2 swap
Size 31 KB
Load time 160 ms
Start 128 ms
Risk FOUT — text flashes from fallback to web font
b25d8f0f97e6e525.woff2 woff2 swap
Size 29 KB
Load time 157 ms
Start 128 ms
Risk FOUT — text flashes from fallback to web font
45f5561f938fa232.woff2 woff2 swap
Size 10 KB
Load time 155 ms
Start 129 ms
Risk FOUT — text flashes from fallback to web font
f276da2ba24f5203.woff2 woff2 swap
Size 10 KB
Load time 154 ms
Start 129 ms
Risk FOUT — text flashes from fallback to web font
font.woff2 woff2 swap
Size 26 KB
Load time 52 ms
Start 129 ms
Risk FOUT — text flashes from fallback to web font
font.woff2 woff2 swap
Size 26 KB
Load time 52 ms
Start 129 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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
3
preload
7
dns-prefetch
1
prefetch

11 resource hints configured

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
Network Waterfall
135 requests over 2811ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.2 s LCP 8.2 shttps://videojs.org// https://videojs.org/ — 200 — 113.2 KiB — 206 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/thumbnail.webp?time=4.8image.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/thumbnail.webp?time=4.8 — 200 — 155.0 KiB — 48 ms — h2https://videojs.org/_astro/fonts/6f8849817f17f5e0.woff2/_astro/fonts/6f8849817f17f5e0.woff... https://videojs.org/_astro/fonts/6f8849817f17f5e0.woff2 — 200 — 31.2 KiB — 160 ms — h2https://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2/_astro/fonts/b25d8f0f97e6e525.woff... https://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2 — 200 — 29.3 KiB — 157 ms — h2https://videojs.org/_astro/fonts/45f5561f938fa232.woff2/_astro/fonts/45f5561f938fa232.woff... https://videojs.org/_astro/fonts/45f5561f938fa232.woff2 — 200 — 9.9 KiB — 155 ms — h2https://videojs.org/_astro/fonts/f276da2ba24f5203.woff2/_astro/fonts/f276da2ba24f5203.woff... https://videojs.org/_astro/fonts/f276da2ba24f5203.woff2 — 200 — 10.0 KiB — 154 ms — h2https://static.mux.com/fonts/EurostileLTProExtended2/font.woff2static.mux.com/fonts/EurostileLTPro... https://static.mux.com/fonts/EurostileLTProExtended2/font.woff2 — 200 — 26.2 KiB — 52 ms — http/1.1https://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2static.mux.com/fonts/EurostileLTPro... https://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2 — 200 — 25.5 KiB — 52 ms — http/1.1https://videojs.org/_astro/Base.DYJPiRWD.css/_astro/Base.DYJPiRWD.css https://videojs.org/_astro/Base.DYJPiRWD.css — 200 — 16.1 KiB — 161 ms — h2https://videojs.org/_astro/minimal-skin.xdQidfL4.css/_astro/minimal-skin.xdQidfL4.css https://videojs.org/_astro/minimal-skin.xdQidfL4.css — 200 — 4.9 KiB — 159 ms — h2https://videojs.org/_astro/page.hlVgXjX6.js/_astro/page.hlVgXjX6.js https://videojs.org/_astro/page.hlVgXjX6.js — 200 — 81.3 KiB — 93 ms — h2https://videojs.org/_astro/client.SWCkAu44.js/_astro/client.SWCkAu44.js https://videojs.org/_astro/client.SWCkAu44.js — 200 — 533 B — 34 ms — h2https://videojs.org/_astro/Search.iSSCo3v4.js/_astro/Search.iSSCo3v4.js https://videojs.org/_astro/Search.iSSCo3v4.js — 200 — 108.0 KiB — 47 ms — h2https://videojs.org/_astro/client.ztr1rcVY.js/_astro/client.ztr1rcVY.js https://videojs.org/_astro/client.ztr1rcVY.js — 200 — 54.4 KiB — 35 ms — h2https://videojs.org/_astro/HeroVideo.DVykyWlf.js/_astro/HeroVideo.DVykyWlf.js https://videojs.org/_astro/HeroVideo.DVykyWlf.js — 200 — 164.5 KiB — 157 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vttimage.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vtt — 200 — 5.0 KiB — 3 ms — h2https://videojs.org/_astro/index.CXRtOFEP.js/_astro/index.CXRtOFEP.js https://videojs.org/_astro/index.CXRtOFEP.js — 200 — 3.3 KiB — 36 ms — h2https://videojs.org/_astro/index.Bm6yvwuc.js/_astro/index.Bm6yvwuc.js https://videojs.org/_astro/index.Bm6yvwuc.js — 200 — 1.6 KiB — 34 ms — h2https://videojs.org/_astro/compiler-runtime.CmTUt5DS.js/_astro/compiler-runtime.CmTUt5DS.j... https://videojs.org/_astro/compiler-runtime.CmTUt5DS.js — 200 — 798 B — 45 ms — h2https://videojs.org/_astro/index.CzfK5GC_.js/_astro/index.CzfK5GC_.js https://videojs.org/_astro/index.CzfK5GC_.js — 200 — 581 B — 45 ms — h2https://videojs.org/_astro/index.0oia47F0.js/_astro/index.0oia47F0.js https://videojs.org/_astro/index.0oia47F0.js — 200 — 917 B — 34 ms — h2https://videojs.org/_astro/consts.CVu0XHS7.js/_astro/consts.CVu0XHS7.js https://videojs.org/_astro/consts.CVu0XHS7.js — 200 — 953 B — 35 ms — h2https://videojs.org/_astro/preferences.DykcaHP0.js/_astro/preferences.DykcaHP0.js https://videojs.org/_astro/preferences.DykcaHP0.js — 200 — 591 B — 36 ms — h2https://videojs.org/built-bg-horizontal-line-gray.svg/built-bg-horizontal-line-gray.svg https://videojs.org/built-bg-horizontal-line-gray.svg — 200 — 306 B — 150 ms — h2https://videojs.org/data-bar-white.svg/data-bar-white.svg https://videojs.org/data-bar-white.svg — 200 — 236 B — 150 ms — h2https://videojs.org/data-bar-orange.svg/data-bar-orange.svg https://videojs.org/data-bar-orange.svg — 200 — 232 B — 153 ms — h2https://videojs.org/horizontal-bar-white.svg/horizontal-bar-white.svg https://videojs.org/horizontal-bar-white.svg — 200 — 271 B — 245 ms — h2https://videojs.org/horizontal-bar-orange.svg/horizontal-bar-orange.svg https://videojs.org/horizontal-bar-orange.svg — 200 — 257 B — 236 ms — h2https://videojs.org/_astro/index.C6AToGc0.js/_astro/index.C6AToGc0.js https://videojs.org/_astro/index.C6AToGc0.js — 200 — 1.0 KiB — 34 ms — h2https://videojs.org/_astro/create-player.4CHpyp9X.js/_astro/create-player.4CHpyp9X.js https://videojs.org/_astro/create-player.4CHpyp9X.js — 200 — 816 B — 276 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.2 s LCP 8.2 shttps://videojs.org// https://videojs.org/ — 200 — 113.2 KiB — 206 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/thumbnail.webp?time=4.8image.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/thumbnail.webp?time=4.8 — 200 — 155.0 KiB — 48 ms — h2https://videojs.org/_astro/fonts/6f8849817f17f5e0.woff2/_astro/fonts/6f8849817f17f5e0.woff... https://videojs.org/_astro/fonts/6f8849817f17f5e0.woff2 — 200 — 31.2 KiB — 160 ms — h2https://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2/_astro/fonts/b25d8f0f97e6e525.woff... https://videojs.org/_astro/fonts/b25d8f0f97e6e525.woff2 — 200 — 29.3 KiB — 157 ms — h2https://videojs.org/_astro/fonts/45f5561f938fa232.woff2/_astro/fonts/45f5561f938fa232.woff... https://videojs.org/_astro/fonts/45f5561f938fa232.woff2 — 200 — 9.9 KiB — 155 ms — h2https://videojs.org/_astro/fonts/f276da2ba24f5203.woff2/_astro/fonts/f276da2ba24f5203.woff... https://videojs.org/_astro/fonts/f276da2ba24f5203.woff2 — 200 — 10.0 KiB — 154 ms — h2https://static.mux.com/fonts/EurostileLTProExtended2/font.woff2static.mux.com/fonts/EurostileLTPro... https://static.mux.com/fonts/EurostileLTProExtended2/font.woff2 — 200 — 26.2 KiB — 52 ms — http/1.1https://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2static.mux.com/fonts/EurostileLTPro... https://static.mux.com/fonts/EurostileLTProBoldExtended2/font.woff2 — 200 — 25.5 KiB — 52 ms — http/1.1https://videojs.org/_astro/Base.DYJPiRWD.css/_astro/Base.DYJPiRWD.css https://videojs.org/_astro/Base.DYJPiRWD.css — 200 — 16.1 KiB — 161 ms — h2https://videojs.org/_astro/minimal-skin.xdQidfL4.css/_astro/minimal-skin.xdQidfL4.css https://videojs.org/_astro/minimal-skin.xdQidfL4.css — 200 — 4.9 KiB — 159 ms — h2https://videojs.org/_astro/page.hlVgXjX6.js/_astro/page.hlVgXjX6.js https://videojs.org/_astro/page.hlVgXjX6.js — 200 — 81.3 KiB — 93 ms — h2https://videojs.org/_astro/client.SWCkAu44.js/_astro/client.SWCkAu44.js https://videojs.org/_astro/client.SWCkAu44.js — 200 — 533 B — 34 ms — h2https://videojs.org/_astro/Search.iSSCo3v4.js/_astro/Search.iSSCo3v4.js https://videojs.org/_astro/Search.iSSCo3v4.js — 200 — 108.0 KiB — 47 ms — h2https://videojs.org/_astro/client.ztr1rcVY.js/_astro/client.ztr1rcVY.js https://videojs.org/_astro/client.ztr1rcVY.js — 200 — 54.4 KiB — 35 ms — h2https://videojs.org/_astro/HeroVideo.DVykyWlf.js/_astro/HeroVideo.DVykyWlf.js https://videojs.org/_astro/HeroVideo.DVykyWlf.js — 200 — 164.5 KiB — 157 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vttimage.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vtt — 200 — 5.0 KiB — 3 ms — h2https://videojs.org/_astro/index.CXRtOFEP.js/_astro/index.CXRtOFEP.js https://videojs.org/_astro/index.CXRtOFEP.js — 200 — 3.3 KiB — 36 ms — h2https://videojs.org/_astro/index.Bm6yvwuc.js/_astro/index.Bm6yvwuc.js https://videojs.org/_astro/index.Bm6yvwuc.js — 200 — 1.6 KiB — 34 ms — h2https://videojs.org/_astro/compiler-runtime.CmTUt5DS.js/_astro/compiler-runtime.CmTUt5DS.j... https://videojs.org/_astro/compiler-runtime.CmTUt5DS.js — 200 — 798 B — 45 ms — h2https://videojs.org/_astro/index.CzfK5GC_.js/_astro/index.CzfK5GC_.js https://videojs.org/_astro/index.CzfK5GC_.js — 200 — 581 B — 45 ms — h2https://videojs.org/_astro/index.0oia47F0.js/_astro/index.0oia47F0.js https://videojs.org/_astro/index.0oia47F0.js — 200 — 917 B — 34 ms — h2https://videojs.org/_astro/consts.CVu0XHS7.js/_astro/consts.CVu0XHS7.js https://videojs.org/_astro/consts.CVu0XHS7.js — 200 — 953 B — 35 ms — h2https://videojs.org/_astro/preferences.DykcaHP0.js/_astro/preferences.DykcaHP0.js https://videojs.org/_astro/preferences.DykcaHP0.js — 200 — 591 B — 36 ms — h2https://videojs.org/built-bg-horizontal-line-gray.svg/built-bg-horizontal-line-gray.svg https://videojs.org/built-bg-horizontal-line-gray.svg — 200 — 306 B — 150 ms — h2https://videojs.org/data-bar-white.svg/data-bar-white.svg https://videojs.org/data-bar-white.svg — 200 — 236 B — 150 ms — h2https://videojs.org/data-bar-orange.svg/data-bar-orange.svg https://videojs.org/data-bar-orange.svg — 200 — 232 B — 153 ms — h2https://videojs.org/horizontal-bar-white.svg/horizontal-bar-white.svg https://videojs.org/horizontal-bar-white.svg — 200 — 271 B — 245 ms — h2https://videojs.org/horizontal-bar-orange.svg/horizontal-bar-orange.svg https://videojs.org/horizontal-bar-orange.svg — 200 — 257 B — 236 ms — h2https://videojs.org/_astro/index.C6AToGc0.js/_astro/index.C6AToGc0.js https://videojs.org/_astro/index.C6AToGc0.js — 200 — 1.0 KiB — 34 ms — h2https://videojs.org/_astro/create-player.4CHpyp9X.js/_astro/create-player.4CHpyp9X.js https://videojs.org/_astro/create-player.4CHpyp9X.js — 200 — 816 B — 276 ms — h2https://videojs.org/_astro/presets.CVKuSGi_.js/_astro/presets.CVKuSGi_.js https://videojs.org/_astro/presets.CVKuSGi_.js — 200 — 845 B — 163 ms — h2https://videojs.org/_astro/use-composed-refs.CGZhmdqY.js/_astro/use-composed-refs.CGZhmdqY.... https://videojs.org/_astro/use-composed-refs.CGZhmdqY.js — 200 — 871 B — 163 ms — h2https://videojs.org/_astro/context.BOgh3Gpx.js/_astro/context.BOgh3Gpx.js https://videojs.org/_astro/context.BOgh3Gpx.js — 200 — 1.0 KiB — 167 ms — h2https://videojs.org/_astro/use-destroy.CErkEfst.js/_astro/use-destroy.CErkEfst.js https://videojs.org/_astro/use-destroy.CErkEfst.js — 200 — 746 B — 161 ms — h2https://videojs.org/_astro/listen.CRtOdBie.js/_astro/listen.CRtOdBie.js https://videojs.org/_astro/listen.CRtOdBie.js — 200 — 930 B — 168 ms — h2https://videojs.org/_astro/use-render.BvOQTMdT.js/_astro/use-render.BvOQTMdT.js https://videojs.org/_astro/use-render.BvOQTMdT.js — 200 — 784 B — 210 ms — h2https://videojs.org/_astro/create-context-part.hOcBWRqE.js/_astro/create-context-part.hOcBWRq... https://videojs.org/_astro/create-context-part.hOcBWRqE.js — 200 — 730 B — 207 ms — h2https://videojs.org/_astro/buffering-indicator.CpJ9hSX0.js/_astro/buffering-indicator.CpJ9hSX... https://videojs.org/_astro/buffering-indicator.CpJ9hSX0.js — 200 — 683 B — 167 ms — h2https://videojs.org/_astro/captions-button.Co1oTVsa.js/_astro/captions-button.Co1oTVsa.js https://videojs.org/_astro/captions-button.Co1oTVsa.js — 200 — 831 B — 279 ms — h2https://videojs.org/_astro/create-media-button.DfotTBiO.js/_astro/create-media-button.DfotTBi... https://videojs.org/_astro/create-media-button.DfotTBiO.js — 200 — 1.1 KiB — 172 ms — h2https://videojs.org/_astro/selectors.L-Y_qjJ-.js/_astro/selectors.L-Y_qjJ-.js https://videojs.org/_astro/selectors.L-Y_qjJ-.js — 200 — 691 B — 162 ms — h2https://videojs.org/_astro/state.BuUTIf0p.js/_astro/state.BuUTIf0p.js https://videojs.org/_astro/state.BuUTIf0p.js — 200 — 801 B — 172 ms — h2https://videojs.org/_astro/defaults.CidORb9t.js/_astro/defaults.CidORb9t.js https://videojs.org/_astro/defaults.CidORb9t.js — 200 — 640 B — 273 ms — h2https://videojs.org/_astro/predicate.BGMijEzT.js/_astro/predicate.BGMijEzT.js https://videojs.org/_astro/predicate.BGMijEzT.js — 200 — 898 B — 169 ms — h2https://videojs.org/_astro/controls-root.VtfLIHKs.js/_astro/controls-root.VtfLIHKs.js https://videojs.org/_astro/controls-root.VtfLIHKs.js — 200 — 755 B — 170 ms — h2https://videojs.org/_astro/use-safe-id.BzLdfIoe.js/_astro/use-safe-id.BzLdfIoe.js https://videojs.org/_astro/use-safe-id.BzLdfIoe.js — 200 — 765 B — 160 ms — h2https://videojs.org/_astro/transition.CiJFV2Bu.js/_astro/transition.CiJFV2Bu.js https://videojs.org/_astro/transition.CiJFV2Bu.js — 200 — 2.7 KiB — 279 ms — h2https://videojs.org/_astro/fullscreen-button.rCJ3K8z4.js/_astro/fullscreen-button.rCJ3K8z4.... https://videojs.org/_astro/fullscreen-button.rCJ3K8z4.js — 200 — 821 B — 274 ms — h2https://videojs.org/_astro/mute-button.CrgqI7ju.js/_astro/mute-button.CrgqI7ju.js https://videojs.org/_astro/mute-button.CrgqI7ju.js — 200 — 803 B — 165 ms — h2https://videojs.org/_astro/pip-button.Y7nLCzlg.js/_astro/pip-button.Y7nLCzlg.js https://videojs.org/_astro/pip-button.Y7nLCzlg.js — 200 — 817 B — 165 ms — h2https://videojs.org/_astro/play-button.DANtA5VM.js/_astro/play-button.DANtA5VM.js https://videojs.org/_astro/play-button.DANtA5VM.js — 200 — 805 B — 208 ms — h2https://videojs.org/_astro/playback-rate-button.DJbEK5KI.js/_astro/playback-rate-button.DJbEK5... https://videojs.org/_astro/playback-rate-button.DJbEK5KI.js — 200 — 793 B — 266 ms — h2https://videojs.org/_astro/popover-trigger.Bx1pd3uc.js/_astro/popover-trigger.Bx1pd3uc.js https://videojs.org/_astro/popover-trigger.Bx1pd3uc.js — 200 — 2.1 KiB — 293 ms — h2https://videojs.org/_astro/poster.D2liJpsN.js/_astro/poster.D2liJpsN.js https://videojs.org/_astro/poster.D2liJpsN.js — 200 — 985 B — 205 ms — h2https://videojs.org/_astro/seek-button.Bvh3RXQI.js/_astro/seek-button.Bvh3RXQI.js https://videojs.org/_astro/seek-button.Bvh3RXQI.js — 200 — 828 B — 276 ms — h2https://videojs.org/_astro/slider-buffer.D9VbtIm-.js/_astro/slider-buffer.D9VbtIm-.js https://videojs.org/_astro/slider-buffer.D9VbtIm-.js — 200 — 712 B — 280 ms — h2https://videojs.org/_astro/slider-value.QWEIbRv_.js/_astro/slider-value.QWEIbRv_.js https://videojs.org/_astro/slider-value.QWEIbRv_.js — 200 — 1.3 KiB — 274 ms — h2https://videojs.org/_astro/slider-thumbnail.ZhdtGBi1.js/_astro/slider-thumbnail.ZhdtGBi1.j... https://videojs.org/_astro/slider-thumbnail.ZhdtGBi1.js — 200 — 797 B — 281 ms — h2https://videojs.org/_astro/time-value.DGXtgJFS.js/_astro/time-value.DGXtgJFS.js https://videojs.org/_astro/time-value.DGXtgJFS.js — 200 — 810 B — 279 ms — h2https://videojs.org/_astro/time-slider-root.B2cb3hYX.js/_astro/time-slider-root.B2cb3hYX.j... https://videojs.org/_astro/time-slider-root.B2cb3hYX.js — 200 — 1.2 KiB — 265 ms — h2https://videojs.org/_astro/tooltip-trigger.Dbr5Hijn.js/_astro/tooltip-trigger.Dbr5Hijn.js https://videojs.org/_astro/tooltip-trigger.Dbr5Hijn.js — 200 — 2.2 KiB — 280 ms — h2https://videojs.org/_astro/volume-slider-root.BfyUacLa.js/_astro/volume-slider-root.BfyUacLa... https://videojs.org/_astro/volume-slider-root.BfyUacLa.js — 200 — 1.2 KiB — 229 ms — h2https://videojs.org/_astro/volume.CMaA3e0p.js/_astro/volume.CMaA3e0p.js https://videojs.org/_astro/volume.CMaA3e0p.js — 200 — 5.1 KiB — 263 ms — h2https://videojs.org/_astro/hotkey.CSUP-Jxo.js/_astro/hotkey.CSUP-Jxo.js https://videojs.org/_astro/hotkey.CSUP-Jxo.js — 200 — 1.5 KiB — 206 ms — h2https://videojs.org/_astro/homePageDemos.D3qFEhoB.js/_astro/homePageDemos.D3qFEhoB.js https://videojs.org/_astro/homePageDemos.D3qFEhoB.js — 200 — 617 B — 222 ms — h2https://videojs.org/_astro/use-button.D0401eyd.js/_astro/use-button.D0401eyd.js https://videojs.org/_astro/use-button.D0401eyd.js — 200 — 961 B — 210 ms — h2https://videojs.org/_astro/context.oqA92a5N.js/_astro/context.oqA92a5N.js https://videojs.org/_astro/context.oqA92a5N.js — 200 — 785 B — 214 ms — h2https://videojs.org/_astro/controls-data-attrs.D9CEm6Fr.js/_astro/controls-data-attrs.D9CEm6F... https://videojs.org/_astro/controls-data-attrs.D9CEm6Fr.js — 200 — 717 B — 218 ms — h2https://videojs.org/_astro/buffering-indicator-data-attrs.C6p4_soM.js/_astro/buffering-indicator-data-at... https://videojs.org/_astro/buffering-indicator-data-attrs.C6p4_soM.js — 200 — 1.1 KiB — 202 ms — h2https://videojs.org/_astro/mute-button-data-attrs.B4CEFA44.js/_astro/mute-button-data-attrs.B4CE... https://videojs.org/_astro/mute-button-data-attrs.B4CEFA44.js — 200 — 792 B — 211 ms — h2https://videojs.org/_astro/pip-button-data-attrs.DKN6XOjX.js/_astro/pip-button-data-attrs.DKN6X... https://videojs.org/_astro/pip-button-data-attrs.DKN6XOjX.js — 200 — 776 B — 203 ms — h2https://videojs.org/favicon.svg/favicon.svg https://videojs.org/favicon.svg — 200 — 448 B — 191 ms — h2https://videojs.org/_astro/merge-props.DO7qHqJp.js/_astro/merge-props.DO7qHqJp.js https://videojs.org/_astro/merge-props.DO7qHqJp.js — 200 — 1.0 KiB — 180 ms — h2https://videojs.org/_astro/state-data-attrs.Df-lkXxD.js/_astro/state-data-attrs.Df-lkXxD.j... https://videojs.org/_astro/state-data-attrs.Df-lkXxD.js — 200 — 887 B — 181 ms — h2https://videojs.org/_astro/poster-data-attrs.CEEbDvvj.js/_astro/poster-data-attrs.CEEbDvvj.... https://videojs.org/_astro/poster-data-attrs.CEEbDvvj.js — 200 — 640 B — 178 ms — h2https://videojs.org/_astro/play-button-data-attrs.CjSQ2YFB.js/_astro/play-button-data-attrs.CjSQ... https://videojs.org/_astro/play-button-data-attrs.CjSQ2YFB.js — 200 — 807 B — 185 ms — h2https://videojs.org/_astro/slider-data-attrs.eAfqOsuL.js/_astro/slider-data-attrs.eAfqOsuL.... https://videojs.org/_astro/slider-data-attrs.eAfqOsuL.js — 200 — 2.6 KiB — 187 ms — h2https://videojs.org/_astro/volume-slider-data-attrs.uBJrYg5M.js/_astro/volume-slider-data-attrs.uB... https://videojs.org/_astro/volume-slider-data-attrs.uBJrYg5M.js — 200 — 953 B — 163 ms — h2https://videojs.org/_astro/playback-rate-button-data-attrs.RsgB9C69.js/_astro/playback-rate-button-data-a... https://videojs.org/_astro/playback-rate-button-data-attrs.RsgB9C69.js — 200 — 779 B — 153 ms — h2https://videojs.org/_astro/store.mOs5fd6T.js/_astro/store.mOs5fd6T.js https://videojs.org/_astro/store.mOs5fd6T.js — 200 — 930 B — 163 ms — h2https://videojs.org/_astro/fullscreen-button-data-attrs.bGSc1h9X.js/_astro/fullscreen-button-data-attr... https://videojs.org/_astro/fullscreen-button-data-attrs.bGSc1h9X.js — 200 — 800 B — 191 ms — h2https://videojs.org/_astro/captions-button-data-attrs.Cl-cI3IA.js/_astro/captions-button-data-attrs.... https://videojs.org/_astro/captions-button-data-attrs.Cl-cI3IA.js — 200 — 792 B — 193 ms — h2https://videojs.org/_astro/time-slider-data-attrs.JAxhkcst.js/_astro/time-slider-data-attrs.JAxh... https://videojs.org/_astro/time-slider-data-attrs.JAxhkcst.js — 200 — 814 B — 196 ms — h2https://videojs.org/_astro/format.BJlnkgiC.js/_astro/format.BJlnkgiC.js https://videojs.org/_astro/format.BJlnkgiC.js — 200 — 816 B — 188 ms — h2https://videojs.org/_astro/thumbnail.Dlu3NsV_.js/_astro/thumbnail.Dlu3NsV_.js https://videojs.org/_astro/thumbnail.Dlu3NsV_.js — 200 — 1.1 KiB — 195 ms — h2https://videojs.org/_astro/seek-button-data-attrs.COfIFc1o.js/_astro/seek-button-data-attrs.COfI... https://videojs.org/_astro/seek-button-data-attrs.COfIFc1o.js — 200 — 785 B — 191 ms — h2https://videojs.org/_astro/style.DxGXW8fm.js/_astro/style.DxGXW8fm.js https://videojs.org/_astro/style.DxGXW8fm.js — 200 — 788 B — 185 ms — h2https://videojs.org/_astro/tooltip-data-attrs.CebV00F1.js/_astro/tooltip-data-attrs.CebV00F1... https://videojs.org/_astro/tooltip-data-attrs.CebV00F1.js — 200 — 1.1 KiB — 192 ms — h2https://videojs.org/_astro/tooltip-group-core.BX3aEmwl.js/_astro/tooltip-group-core.BX3aEmwl... https://videojs.org/_astro/tooltip-group-core.BX3aEmwl.js — 200 — 981 B — 189 ms — h2https://videojs.org/_astro/time-data-attrs.CA9ZXIZL.js/_astro/time-data-attrs.CA9ZXIZL.js https://videojs.org/_astro/time-data-attrs.CA9ZXIZL.js — 200 — 840 B — 189 ms — h2https://videojs.org/_astro/popover-data-attrs.BoquQpeR.js/_astro/popover-data-attrs.BoquQpeR... https://videojs.org/_astro/popover-data-attrs.BoquQpeR.js — 200 — 766 B — 185 ms — h2https://videojs.org/_astro/button.CyfbAZTs.js/_astro/button.CyfbAZTs.js https://videojs.org/_astro/button.CyfbAZTs.js — 200 — 964 B — 148 ms — h2https://videojs.org/_astro/thumbnail-media-fragment.B7hRIDB3.js/_astro/thumbnail-media-fragment.B7... https://videojs.org/_astro/thumbnail-media-fragment.B7hRIDB3.js — 200 — 1.6 KiB — 152 ms — h2https://stream.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM.m3u8stream.mux.com/BV3YZtogl89mg9VcNBhh... https://stream.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM.m3u8 — 200 — 2.3 KiB — 98 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vttimage.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.vtt — 200 — 0 B — 1 ms — h2https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.jpgimage.mux.com/BV3YZtogl89mg9VcNBhhn... https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/storyboard.jpg — 200 — 271.0 KiB — 8 ms — h2https://manifest-oci-us-ashburn-1-vop1.edgemv.mux.com/AEDwsJTzqJtQ00S02Yc5t6lUpauHEiayCzKSpbcWWyJC64lL1cXdrA02iyW8hI7IxxSEGmdUAjs5AvFhxdFOyXsI9zRmtMw00F00W201AI7CxuDbkRWuEA02bN2aw/rendition.m3u8?cdn=edgemv&expires=1777410000&skid=edgemv-default-1&signature=NjlmMTI2NWNfYWE4NjRmZWYxY2FmNjlhYjUyNzI0MzY1ZWM2NDdkZmVjZjk4ZTkyMmZhMDgzMzhkYzQ4NzZkYjVmNjZjNTAzYw==manifest-oci-us-ashburn-1-vop1.edge... https://manifest-oci-us-ashburn-1-vop1.edgemv.mux.com/AEDwsJTzqJtQ00S02Yc5t6lUpauHEiayCzKSpbcWWyJC64lL1cXdrA02iyW8hI7IxxSEGmdUAjs5AvFhxdFOyXsI9zRmtMw00F00W201AI7CxuDbkRWuEA02bN2aw/rendition.m3u8?cdn=edgemv&expires=1777410000&skid=edgemv-default-1&signature=NjlmMTI2NWNfYWE4NjRmZWYxY2FmNjlhYjUyNzI0MzY1ZWM2NDdkZmVjZjk4ZTkyMmZhMDgzMzhkYzQ4NzZkYjVmNjZjNTAzYw== — 200 — 2.2 KiB — 218 ms — h2https://manifest-oci-us-ashburn-1-vop1.edgemv.mux.com/TlgoiXrqfeeHVGYMroBKlvJHsghb02rwq8Lys4TgSGs1FW816DCfafN1Hq3YCLymVI9Ns1Fa88B6DQTLtHeKxuvjecToBN02AUJdqEN00L8hOQ/rendition.m3u8?cdn=edgemv&expires=1777410000&skid=edgemv-default-1&signature=NjlmMTI2NWNfZWVlZDc4NmQ1ZTZjOWI4MGY1MmMwNGRmNTQ5NTIyZjlmYWIzNTIyZWQ2MTc0NjE1OWU4MmYxODY0NThhMjk3ZQ==manifest-oci-us-ashburn-1-vop1.edge... https://manifest-oci-us-ashburn-1-vop1.edgemv.mux.com/TlgoiXrqfeeHVGYMroBKlvJHsghb02rwq8Lys4TgSGs1FW816DCfafN1Hq3YCLymVI9Ns1Fa88B6DQTLtHeKxuvjecToBN02AUJdqEN00L8hOQ/rendition.m3u8?cdn=edgemv&expires=1777410000&skid=edgemv-default-1&signature=NjlmMTI2NWNfZWVlZDc4NmQ1ZTZjOWI4MGY1MmMwNGRmNTQ5NTIyZjlmYWIzNTIyZWQ2MTc0NjE1OWU4MmYxODY0NThhMjk3ZQ== — 200 — 2.1 KiB — 218 ms — h2https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/ZLkyELlKZQ811PHsM00cQI8rNtkkQHXTh00mTV701Lf01SknxJ5deignqXFieTUPCXYB3RXWbK66Jhqni02PAM7EclQ9P4vEYwcvRZ00es5Tm9P2U/18446744073709551615.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNTMzOGUzNjFhZWJlMWYyMTk1YzYxMTIzZGQyNGZlMWRkZTNlOTgwMTI4OGQ0NTQ3ZWYxNTBlNmNmZDg0MGU0Yg==&zone=0chunk-oci-us-ashburn-1-vop1.edgemv.... https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/ZLkyELlKZQ811PHsM00cQI8rNtkkQHXTh00mTV701Lf01SknxJ5deignqXFieTUPCXYB3RXWbK66Jhqni02PAM7EclQ9P4vEYwcvRZ00es5Tm9P2U/18446744073709551615.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNTMzOGUzNjFhZWJlMWYyMTk1YzYxMTIzZGQyNGZlMWRkZTNlOTgwMTI4OGQ0NTQ3ZWYxNTBlNmNmZDg0MGU0Yg==&zone=0 — 200 — 1.7 KiB — 87 ms — h2https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/jf02017sG4Z01901lpSeLA94d1Hta9wLivc00633qKBWzlPMEf3dtDmYnhOkrHmlfD10200sy5LflVE4uFyUeuX66z00JTOJpCwEeVE91X17LODDTsDqBB02mtqCZtA/18446744073709551615.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfZDIzY2UyMzFkYTIwZjZjZDUxMTg4NzZlOWEyZTg3MGE0NWQxN2JkNTY4MmZmNDE0ODBlZmQxNWFhODE2YjA1ZA==&zone=0chunk-oci-us-ashburn-1-vop1.edgemv.... https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/jf02017sG4Z01901lpSeLA94d1Hta9wLivc00633qKBWzlPMEf3dtDmYnhOkrHmlfD10200sy5LflVE4uFyUeuX66z00JTOJpCwEeVE91X17LODDTsDqBB02mtqCZtA/18446744073709551615.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfZDIzY2UyMzFkYTIwZjZjZDUxMTg4NzZlOWEyZTg3MGE0NWQxN2JkNTY4MmZmNDE0ODBlZmQxNWFhODE2YjA1ZA==&zone=0 — 200 — 1.7 KiB — 85 ms — h2https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/jf02017sG4Z01901lpSeLA94d1Hta9wLivc00633qKBWzlPMEf3dtDmYnhOkrHmlfD10200sy5LflVE4uFyUeuX66z00JTOJpCwEeVE91X17LODDTsDqBB02mtqCZtA/0.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNmM3NzgxZjBiZGJkY2I5MjQ0NDRkMzVmOTdiNTdhZDViODVkODk0YWYyZTdmODY1MzU2YmFjZTEwOGEyYWFhNQ==&zone=0chunk-oci-us-ashburn-1-vop1.edgemv.... https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/jf02017sG4Z01901lpSeLA94d1Hta9wLivc00633qKBWzlPMEf3dtDmYnhOkrHmlfD10200sy5LflVE4uFyUeuX66z00JTOJpCwEeVE91X17LODDTsDqBB02mtqCZtA/0.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNmM3NzgxZjBiZGJkY2I5MjQ0NDRkMzVmOTdiNTdhZDViODVkODk0YWYyZTdmODY1MzU2YmFjZTEwOGEyYWFhNQ==&zone=0 — 200 — 66.6 KiB — 72 ms — h2https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/ZLkyELlKZQ811PHsM00cQI8rNtkkQHXTh00mTV701Lf01SknxJ5deignqXFieTUPCXYB3RXWbK66Jhqni02PAM7EclQ9P4vEYwcvRZ00es5Tm9P2U/0.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNGQ5OGM1MzlkNGE1M2ZmZDUyNmYxNjc3ZTdhZDNmNDcwYzllNDE3MDkzYTY3NTQ2YmFiMjYwNmY5YmM0ZWU5Mg==&zone=0chunk-oci-us-ashburn-1-vop1.edgemv.... https://chunk-oci-us-ashburn-1-vop1.edgemv.mux.com/v1/chunk/ZLkyELlKZQ811PHsM00cQI8rNtkkQHXTh00mTV701Lf01SknxJ5deignqXFieTUPCXYB3RXWbK66Jhqni02PAM7EclQ9P4vEYwcvRZ00es5Tm9P2U/0.m4s?skid=edgemv-default-1&signature=NjlmMTFmZDBfNGQ5OGM1MzlkNGE1M2ZmZDUyNmYxNjc3ZTdhZDNmNDcwYzllNDE3MDkzYTY3NTQ2YmFiMjYwNmY5YmM0ZWU5Mg==&zone=0 — 200 — 795.3 KiB — 162 ms — h2https://videojs.org/ph/static/array.js/ph/static/array.js https://videojs.org/ph/static/array.js — 200 — 59.0 KiB — 111 ms — h2https://videojs.org/_astro/PreferenceSync.Bflkmzrn.js/_astro/PreferenceSync.Bflkmzrn.js https://videojs.org/_astro/PreferenceSync.Bflkmzrn.js — 200 — 718 B — 35 ms — h2https://videojs.org/_astro/GetStartedLink.Doqzsfax.js/_astro/GetStartedLink.Doqzsfax.js https://videojs.org/_astro/GetStartedLink.Doqzsfax.js — 200 — 1.1 KiB — 65 ms — h2https://videojs.org/_astro/MobileNav.2E5BGXzn.js/_astro/MobileNav.2E5BGXzn.js https://videojs.org/_astro/MobileNav.2E5BGXzn.js — 200 — 6.3 KiB — 35 ms — h2https://videojs.org/_astro/SkinControl.DzuGGHYF.js/_astro/SkinControl.DzuGGHYF.js https://videojs.org/_astro/SkinControl.DzuGGHYF.js — 200 — 702 B — 153 ms — h2https://videojs.org/_astro/FrameworkControl.CRcSGpU2.js/_astro/FrameworkControl.CRcSGpU2.j... https://videojs.org/_astro/FrameworkControl.CRcSGpU2.js — 200 — 730 B — 150 ms — h2https://videojs.org/_astro/Base.DmIchsXX.js/_astro/Base.DmIchsXX.js https://videojs.org/_astro/Base.DmIchsXX.js — 200 — 858 B — 156 ms — h2https://videojs.org/_astro/Eject.DajRYE7w.js/_astro/Eject.DajRYE7w.js https://videojs.org/_astro/Eject.DajRYE7w.js — 200 — 969 B — 158 ms — h2https://videojs.org/_astro/AnimatedBars.C1nZRLWZ.js/_astro/AnimatedBars.C1nZRLWZ.js https://videojs.org/_astro/AnimatedBars.C1nZRLWZ.js — 200 — 860 B — 151 ms — h2https://videojs.org/_astro/ThemeToggle.CGmM2tXu.js/_astro/ThemeToggle.CGmM2tXu.js https://videojs.org/_astro/ThemeToggle.CGmM2tXu.js — 200 — 2.6 KiB — 62 ms — h2https://videojs.org/_astro/preferences.DcdQs8co.js/_astro/preferences.DcdQs8co.js https://videojs.org/_astro/preferences.DcdQs8co.js — 200 — 738 B — 34 ms — h2https://videojs.org/_astro/clsx.vVLFTZI_.js/_astro/clsx.vVLFTZI_.js https://videojs.org/_astro/clsx.vVLFTZI_.js — 200 — 876 B — 62 ms — h2https://videojs.org/_astro/twMerge.D2lkzNwk.js/_astro/twMerge.D2lkzNwk.js https://videojs.org/_astro/twMerge.D2lkzNwk.js — 200 — 8.3 KiB — 90 ms — h2https://videojs.org/_astro/createLucideIcon.C6O7oiuV.js/_astro/createLucideIcon.C6O7oiuV.j... https://videojs.org/_astro/createLucideIcon.C6O7oiuV.js — 200 — 932 B — 64 ms — h2https://videojs.org/_astro/useBaseUiId.B65U-8Mv.js/_astro/useBaseUiId.B65U-8Mv.js https://videojs.org/_astro/useBaseUiId.B65U-8Mv.js — 200 — 4.2 KiB — 87 ms — h2https://videojs.org/_astro/composite.BjBMXk5l.js/_astro/composite.BjBMXk5l.js https://videojs.org/_astro/composite.BjBMXk5l.js — 200 — 1.9 KiB — 82 ms — h2https://videojs.org/_astro/popupStateMapping.BxmdkpWj.js/_astro/popupStateMapping.BxmdkpWj.... https://videojs.org/_astro/popupStateMapping.BxmdkpWj.js — 200 — 10.7 KiB — 83 ms — h2https://videojs.org/_astro/InternalBackdrop.D8FbLcTJ.js/_astro/InternalBackdrop.D8FbLcTJ.j... https://videojs.org/_astro/InternalBackdrop.D8FbLcTJ.js — 200 — 5.9 KiB — 85 ms — h2https://videojs.org/_astro/useSyncedFloatingRootContext.BP8HaRws.js/_astro/useSyncedFloatingRootContex... https://videojs.org/_astro/useSyncedFloatingRootContext.BP8HaRws.js — 200 — 1.5 KiB — 62 ms — h2https://videojs.org/_astro/useOpenChangeComplete.B19Aj20Y.js/_astro/useOpenChangeComplete.B19Aj... https://videojs.org/_astro/useOpenChangeComplete.B19Aj20Y.js — 200 — 2.1 KiB — 81 ms — h2https://videojs.org/_astro/ToggleGroup.CG32OTQj.js/_astro/ToggleGroup.CG32OTQj.js https://videojs.org/_astro/ToggleGroup.CG32OTQj.js — 200 — 2.3 KiB — 70 ms — h2https://videojs.org/_astro/routing.C4Yqp3IS.js/_astro/routing.C4Yqp3IS.js https://videojs.org/_astro/routing.C4Yqp3IS.js — 200 — 1.8 KiB — 72 ms — h2https://videojs.org/_astro/useIsHydrated.DWKCn8a5.js/_astro/useIsHydrated.DWKCn8a5.js https://videojs.org/_astro/useIsHydrated.DWKCn8a5.js — 200 — 790 B — 70 ms — h2https://videojs.org/_astro/docs.B6-bQ-WJ.js/_astro/docs.B6-bQ-WJ.js https://videojs.org/_astro/docs.B6-bQ-WJ.js — 200 — 906 B — 66 ms — h2https://videojs.org/ph/array/phc_5gaDOyX1jWPR1n7JAiGiHdwXwGwfsknwdj1ILI2IiBr/config.js/ph/array/phc_5gaDOyX1jWPR1n7JAiGiH... https://videojs.org/ph/array/phc_5gaDOyX1jWPR1n7JAiGiHdwXwGwfsknwdj1ILI2IiBr/config.js — 200 — 1.1 KiB — 133 ms — h2https://videojs.org/_astro/useCompositeListItem.DluHqKNa.js/_astro/useCompositeListItem.DluHqK... https://videojs.org/_astro/useCompositeListItem.DluHqKNa.js — 200 — 2.8 KiB — 35 ms — h2https://videojs.org/_astro/CompositeRoot.BG3peN9d.js/_astro/CompositeRoot.BG3peN9d.js https://videojs.org/_astro/CompositeRoot.BG3peN9d.js — 200 — 2.3 KiB — 36 ms — h2https://videojs.org/_astro/ToolbarRootContext.C8dbkhvB.js/_astro/ToolbarRootContext.C8dbkhvB... https://videojs.org/_astro/ToolbarRootContext.C8dbkhvB.js — 200 — 652 B — 161 ms — h2https://videojs.org/_astro/Tabs.Cu9SEqVN.js/_astro/Tabs.Cu9SEqVN.js https://videojs.org/_astro/Tabs.Cu9SEqVN.js — 200 — 3.4 KiB — 160 ms — h2https://videojs.org/ph/e/?ip=0&_=1776806878156&ver=1.369.5&compression=gzip-js/ph/e/?ip=0&_=1776806878156&ver=1.3... https://videojs.org/ph/e/?ip=0&_=1776806878156&ver=1.369.5&compression=gzip-js — 200 — 182 B — 187 ms — h2https://videojs.org/_astro/DirectionContext.BFrRzMeA.js/_astro/DirectionContext.BFrRzMeA.j... https://videojs.org/_astro/DirectionContext.BFrRzMeA.js — 200 — 1.1 KiB — 148 ms — h2https://videojs.org/ph/static/web-vitals.js?v=1.369.5/ph/static/web-vitals.js?v=1.369.5 https://videojs.org/ph/static/web-vitals.js?v=1.369.5 — 200 — 2.8 KiB — 58 ms — h2https://videojs.org/_astro/check.wh8G1KcB.js/_astro/check.wh8G1KcB.js https://videojs.org/_astro/check.wh8G1KcB.js — 200 — 660 B — 147 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
13% of JavaScript execution is third-party
First-party Third-party 520ms · 0KB · €6/mo
Unattributable
Other
Costly
Execution 520ms
Transfer 0 KB
Monthly Cost €6/mo

These scripts may cost more than they're worth

  • Unattributable adds 520ms and costs ~€6/month

Unattributable takes 520ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback