Skip to content
https://ncaa.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
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.06 s

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

2.48 s

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

430 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.75 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.

4.17 s

Page Load Progression

439 ms
878 ms
1.3 s
1.8 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.5 MB transferred, 245 requests
FIX
7.5 MB transferred, 245 requests
Critical::
Page weighs 14.3 MB (7.5 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Info::
Fonts are 218 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 218 KB
Warning::
245 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.5 MB / 2.4 MB budget
7.5 MB transferred
245 requests
1.6 g CO2 per page load
Images 4.1 MiB 55%
JavaScript 2.0 MiB 27%
Other 935.2 KiB 12%
Fonts 218.4 KiB 3%
HTML 149.7 KiB 2%
CSS 77.8 KiB 1%
Other 6.1 KiB 0%
Other 4.1 KiB 0%
Other 1.0 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.5 MiB of 7.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
98 scripts, 1.0 MB unused
FIX
98 scripts, 1.0 MB unused
Warning::
https://www.ncaa.com/modules/custom/casablanca_vid...: 611 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.bounceexchange.com/assets/smart-tag...: 88 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 79 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-111...: 59 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.go-mpulse.net/boomerang/LHVF5-23BLM-GMX9...: 38 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1052 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ncaa.com/modules/custom/casablanca_video/lib/top-player-2.20.1-1-player.min.js?v=2.20.1-1871 KB611 KB (70%)3rd
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js116 KB88 KB (76%)3rd
https://accounts.google.com/gsi/client96 KB79 KB (83%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11110719680134 KB59 KB (44%)3rd
https://s.go-mpulse.net/boomerang/LHVF5-23BLM-GMX9K-U7LL4-PWYYG58 KB38 KB (66%)3rd
https://www.ncaa.com/modules/custom/casablanca_scoreboard/js/dist/scoreboardWidget.min.js?v=master-897078 KB31 KB (40%)3rd
https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.js76 KB28 KB (37%)3rd
https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-live-video.min.js?v=master-897047 KB25 KB (55%)3rd
https://i.cdn.turner.com/ads/adfuel/adfuel-3.1.9.min.js31 KB25 KB (82%)3rd
https://s2.adform.net/banners/scripts/st/trackpoint-async.js32 KB23 KB (74%)3rd

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

F
Page Weight Inventory
Action
245 resources · 7.5 MB · 1.0 MB savings available
FIX
245 resources · 7.5 MB · 1.0 MB savings available
Warning::
Page weight 6.5 MB over 1MB target
Got: 7.5 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
244 third-party resources (100% of weight)
Info::
9 resources over 200KB
245 resources · 7.5 MiB · 244 third-party 6.5 MiB over 1MB target
Image 55% · 4.1 MiB
JavaScript 27% · 2.0 MiB
Media 12% · 935.2 KiB
Font 3% · 218.4 KiB
Document 2% · 149.7 KiB
CSS 1% · 77.8 KiB
Other 0% · 6.5 KiB

~1.0 MiB of savings available

Remove unused JavaScript: 1.0 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
62 images, 0 KB saveable
REVIEW
62 images, 0 KB saveable
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/_flysystem/public-s3/tile-ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/_flysystem/public-s3/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ncaa.com/sites/default/files/images/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
62 images 4.1 MB
0 oversized -0 KB
57 legacy format
23 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

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

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

C
JS Execution Cost
Action
1292ms total JS execution
REVIEW
1292ms total JS execution
Warning::
https://www.ncaa.com/modules/custom/casablanca_vid...: 455ms CPU time
Warning::
Unattributable: 307ms CPU time
Info::
https://www.ncaa.com/: 250ms CPU time
Info::
https://turnip.cdn.turner.com/top/player-ui/2.20.1...: 89ms CPU time
Info::
https://www.ncaa.com/core/assets/vendor/jquery/jqu...: 77ms CPU time
Warning::
Third-party scripts: 1292ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 20% Script Parsing & Compilation 10% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://www.ncaa.com/modules/custom/casablanca_video/lib/top-player-2.20.1-1-player.min.js?v=2.20.1-1455ms380ms74ms3rd
Unattributable307ms3ms0ms3rd
https://www.ncaa.com/250ms82ms4ms3rd
https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.js89ms81ms6ms3rd
https://www.ncaa.com/core/assets/vendor/jquery/jquery.min.js?v=3.7.177ms55ms2ms3rd
https://www.ncaa.com/modules/custom/casablanca_libraries/user-consent/js/min/userconsent-geo-fallback.min.js?v=1.0.563ms63ms0ms3rd
https://i.cdn.turner.com/ads/adfuel/ais/3.1/ncaa_3-ais.min.js51ms46ms5ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
12 fonts (218 KB)
PASS
12 fonts (218 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

218 KB total

Render-blocking

0

of 12

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 2.5 s FCP 1.1 s LCP 2.5 shttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woffGeogrotesque-Md.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woff — 35.1 KiB — 174 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woffGeogrotesque-SmBd.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woff — 37.0 KiB — 360 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woffGeogrotesque-Rg.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woff — 36.8 KiB — 424 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woffGeogrotesque-Bd.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woff — 35.4 KiB — 361 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woffGeogrotesque-Lt.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woff — 36.2 KiB — 362 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woffGeogrotesque-Md.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woff — 0 B — 50 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woffGeogrotesque-SmBd.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woff — 0 B — 50 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woffGeogrotesque-Rg.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woff — 0 B — 50 ms — font-display: swaphttps://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woffGeogrotesque-Bd.woff https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woff — 0 B — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 13.2 KiB — 42 ms — font-display: swapdata:font/woff;base64,d09GRgABAAAAABJ0AAoAAAAAHzwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AA…woff;base64,d09GRgABAAA... data:font/woff;base64,d09GRgABAAAAABJ0AAoAAAAAHzwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AA… — 4.6 KiB — 42 ms — font-display: swaphttps://turnip.cdn.turner.com/top/assets/fonts/roboto/0/roboto-regular.woff2roboto-regular.woff2 https://turnip.cdn.turner.com/top/assets/fonts/roboto/0/roboto-regular.woff2 — 20.2 KiB — 16 ms — font-display: swap
Geogrotesque-Md.woff woff swap
Size 35 KB
Load time 174 ms
Start 300 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-SmBd.woff woff swap
Size 37 KB
Load time 360 ms
Start 302 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Rg.woff woff swap
Size 37 KB
Load time 424 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Bd.woff woff swap
Size 35 KB
Load time 361 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Lt.woff woff swap
Size 36 KB
Load time 362 ms
Start 303 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Md.woff woff swap
Size 0 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-SmBd.woff woff swap
Size 0 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Rg.woff woff swap
Size 0 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Geogrotesque-Bd.woff woff swap
Size 0 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 42 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
woff;base64,d09GRgABAAA... woff swap
Size 5 KB
Load time 42 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
roboto-regular.woff2 woff2 swap
Size 20 KB
Load time 16 ms
Start 2.2 s
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)

Fixing the unchecked items could save ~56 KB and ~112 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
245 requests over 5601ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 2.5 shttps://ncaa.com// https://ncaa.com/ — 301 — 357 B — 55 ms — h2https://www.ncaa.com/www.ncaa.com/ https://www.ncaa.com/ — 200 — 46.3 KiB — 238 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woff — 200 — 35.1 KiB — 174 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woff — 200 — 37.0 KiB — 360 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woff — 200 — 36.8 KiB — 424 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woff — 200 — 35.4 KiB — 361 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woff — 200 — 36.2 KiB — 362 ms — h2https://www.ncaa.com/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 27.3 KiB — 421 ms — h2https://www.ncaa.com/modules/custom/casablanca_franchise/css/franchise-banner.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_franchise/css/franchise-banner.css?v=master-8970 — 200 — 1.8 KiB — 152 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/css/ncaa-nav.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/css/ncaa-nav.css?v=master-8970 — 200 — 7.3 KiB — 154 ms — h2https://www.ncaa.com/modules/custom/casablanca_scoreboard/css/ncaa-scoreboard-widget.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_scoreboard/css/ncaa-scoreboard-widget.css?v=master-8970 — 200 — 2.4 KiB — 154 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/core.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/core.css?v=10.6.2 — 200 — 987 B — 155 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/autocomplete.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/autocomplete.css?v=10.6.2 — 200 — 667 B — 155 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/menu.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/menu.css?v=10.6.2 — 200 — 852 B — 156 ms — h2https://www.ncaa.com/core/misc/components/progress.module.css?v=10.6.2www.ncaa.com/core/misc/components/p... https://www.ncaa.com/core/misc/components/progress.module.css?v=10.6.2 — 200 — 772 B — 262 ms — h2https://www.ncaa.com/core/misc/components/ajax-progress.module.css?v=10.6.2www.ncaa.com/core/misc/components/a... https://www.ncaa.com/core/misc/components/ajax-progress.module.css?v=10.6.2 — 200 — 872 B — 262 ms — h2https://www.ncaa.com/core/misc/components/autocomplete-loading.module.css?v=10.6.2www.ncaa.com/core/misc/components/a... https://www.ncaa.com/core/misc/components/autocomplete-loading.module.css?v=10.6.2 — 200 — 696 B — 156 ms — h2https://www.ncaa.com/core/modules/system/css/components/align.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/align.module.css?v=10.6.2 — 200 — 665 B — 157 ms — h2https://www.ncaa.com/core/modules/system/css/components/fieldgroup.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/fieldgroup.module.css?v=10.6.2 — 200 — 587 B — 158 ms — h2https://www.ncaa.com/core/modules/system/css/components/container-inline.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/container-inline.module.css?v=10.6.2 — 200 — 622 B — 159 ms — h2https://www.ncaa.com/core/modules/system/css/components/clearfix.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/clearfix.module.css?v=10.6.2 — 200 — 675 B — 159 ms — h2https://www.ncaa.com/core/modules/system/css/components/details.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/details.module.css?v=10.6.2 — 200 — 601 B — 160 ms — h2https://www.ncaa.com/core/modules/system/css/components/hidden.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/hidden.module.css?v=10.6.2 — 200 — 972 B — 161 ms — h2https://www.ncaa.com/core/modules/system/css/components/item-list.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/item-list.module.css?v=10.6.2 — 200 — 640 B — 162 ms — h2https://www.ncaa.com/core/modules/system/css/components/js.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/js.module.css?v=10.6.2 — 200 — 755 B — 162 ms — h2https://www.ncaa.com/core/modules/system/css/components/nowrap.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/nowrap.module.css?v=10.6.2 — 200 — 590 B — 260 ms — h2https://www.ncaa.com/core/modules/system/css/components/position-container.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/position-container.module.css?v=10.6.2 — 200 — 577 B — 261 ms — h2https://www.ncaa.com/core/modules/system/css/components/reset-appearance.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/reset-appearance.module.css?v=10.6.2 — 200 — 625 B — 261 ms — h2https://www.ncaa.com/core/modules/system/css/components/resize.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/resize.module.css?v=10.6.2 — 200 — 650 B — 262 ms — h2https://www.ncaa.com/core/modules/system/css/components/system-status-counter.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/system-status-counter.css?v=10.6.2 — 200 — 730 B — 263 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 2.5 shttps://ncaa.com// https://ncaa.com/ — 301 — 357 B — 55 ms — h2https://www.ncaa.com/www.ncaa.com/ https://www.ncaa.com/ — 200 — 46.3 KiB — 238 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woff — 200 — 35.1 KiB — 174 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woff — 200 — 37.0 KiB — 360 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woff — 200 — 36.8 KiB — 424 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woff — 200 — 35.4 KiB — 361 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Lt.woff — 200 — 36.2 KiB — 362 ms — h2https://www.ncaa.com/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 27.3 KiB — 421 ms — h2https://www.ncaa.com/modules/custom/casablanca_franchise/css/franchise-banner.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_franchise/css/franchise-banner.css?v=master-8970 — 200 — 1.8 KiB — 152 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/css/ncaa-nav.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/css/ncaa-nav.css?v=master-8970 — 200 — 7.3 KiB — 154 ms — h2https://www.ncaa.com/modules/custom/casablanca_scoreboard/css/ncaa-scoreboard-widget.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_scoreboard/css/ncaa-scoreboard-widget.css?v=master-8970 — 200 — 2.4 KiB — 154 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/core.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/core.css?v=10.6.2 — 200 — 987 B — 155 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/autocomplete.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/autocomplete.css?v=10.6.2 — 200 — 667 B — 155 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/menu.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/menu.css?v=10.6.2 — 200 — 852 B — 156 ms — h2https://www.ncaa.com/core/misc/components/progress.module.css?v=10.6.2www.ncaa.com/core/misc/components/p... https://www.ncaa.com/core/misc/components/progress.module.css?v=10.6.2 — 200 — 772 B — 262 ms — h2https://www.ncaa.com/core/misc/components/ajax-progress.module.css?v=10.6.2www.ncaa.com/core/misc/components/a... https://www.ncaa.com/core/misc/components/ajax-progress.module.css?v=10.6.2 — 200 — 872 B — 262 ms — h2https://www.ncaa.com/core/misc/components/autocomplete-loading.module.css?v=10.6.2www.ncaa.com/core/misc/components/a... https://www.ncaa.com/core/misc/components/autocomplete-loading.module.css?v=10.6.2 — 200 — 696 B — 156 ms — h2https://www.ncaa.com/core/modules/system/css/components/align.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/align.module.css?v=10.6.2 — 200 — 665 B — 157 ms — h2https://www.ncaa.com/core/modules/system/css/components/fieldgroup.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/fieldgroup.module.css?v=10.6.2 — 200 — 587 B — 158 ms — h2https://www.ncaa.com/core/modules/system/css/components/container-inline.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/container-inline.module.css?v=10.6.2 — 200 — 622 B — 159 ms — h2https://www.ncaa.com/core/modules/system/css/components/clearfix.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/clearfix.module.css?v=10.6.2 — 200 — 675 B — 159 ms — h2https://www.ncaa.com/core/modules/system/css/components/details.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/details.module.css?v=10.6.2 — 200 — 601 B — 160 ms — h2https://www.ncaa.com/core/modules/system/css/components/hidden.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/hidden.module.css?v=10.6.2 — 200 — 972 B — 161 ms — h2https://www.ncaa.com/core/modules/system/css/components/item-list.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/item-list.module.css?v=10.6.2 — 200 — 640 B — 162 ms — h2https://www.ncaa.com/core/modules/system/css/components/js.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/js.module.css?v=10.6.2 — 200 — 755 B — 162 ms — h2https://www.ncaa.com/core/modules/system/css/components/nowrap.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/nowrap.module.css?v=10.6.2 — 200 — 590 B — 260 ms — h2https://www.ncaa.com/core/modules/system/css/components/position-container.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/position-container.module.css?v=10.6.2 — 200 — 577 B — 261 ms — h2https://www.ncaa.com/core/modules/system/css/components/reset-appearance.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/reset-appearance.module.css?v=10.6.2 — 200 — 625 B — 261 ms — h2https://www.ncaa.com/core/modules/system/css/components/resize.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/resize.module.css?v=10.6.2 — 200 — 650 B — 262 ms — h2https://www.ncaa.com/core/modules/system/css/components/system-status-counter.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/system-status-counter.css?v=10.6.2 — 200 — 730 B — 263 ms — h2https://www.ncaa.com/core/modules/system/css/components/system-status-report-counters.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/system-status-report-counters.css?v=10.6.2 — 200 — 754 B — 263 ms — h2https://www.ncaa.com/core/modules/system/css/components/system-status-report-general-info.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/system-status-report-general-info.css?v=10.6.2 — 200 — 660 B — 264 ms — h2https://www.ncaa.com/core/modules/system/css/components/tablesort.module.css?v=10.6.2www.ncaa.com/core/modules/system/cs... https://www.ncaa.com/core/modules/system/css/components/tablesort.module.css?v=10.6.2 — 200 — 686 B — 679 ms — h2https://www.ncaa.com/modules/custom/casablanca_stax/css/layout/layout-public.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_stax/css/layout/layout-public.css?v=master-8970 — 200 — 2.8 KiB — 265 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-related-links.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-related-links.css?v=master-8970 — 200 — 772 B — 265 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-ad-slots.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-ad-slots.css?v=master-8970 — 200 — 673 B — 266 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-article.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-article.css?v=master-8970 — 200 — 1.2 KiB — 266 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-dynamic-ad.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-dynamic-ad.css?v=master-8970 — 200 — 704 B — 267 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-action-links.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-action-links.css?v=master-8970 — 200 — 1.1 KiB — 268 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-follow.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-follow.css?v=master-8970 — 200 — 777 B — 325 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-graphic.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-graphic.css?v=master-8970 — 200 — 969 B — 326 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-feature.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-feature.css?v=master-8970 — 200 — 2.5 KiB — 327 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-inline-video.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-inline-video.css?v=master-8970 — 200 — 1.8 KiB — 328 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-live-video.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-live-video.css?v=master-8970 — 200 — 972 B — 329 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-manual-links.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-manual-links.css?v=master-8970 — 200 — 924 B — 580 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-newsletter.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-newsletter.css?v=master-8970 — 200 — 882 B — 329 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-base.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-base.css?v=master-8970 — 200 — 1.1 KiB — 330 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-video.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/css/tile-video.css?v=master-8970 — 200 — 1.3 KiB — 331 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/theme.css?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/themes/base/theme.css?v=10.6.2 — 200 — 2.9 KiB — 332 ms — h2https://www.ncaa.com/modules/custom/casablanca_analytics/css/legal-banner.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_analytics/css/legal-banner.css?v=master-8970 — 200 — 1.2 KiB — 332 ms — h2https://www.ncaa.com/modules/custom/casablanca_content/css/paragraphs.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_content/css/paragraphs.css?v=master-8970 — 200 — 2.5 KiB — 333 ms — h2https://www.ncaa.com/modules/custom/casablanca_dalton/css/dalton-modal.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_dalton/css/dalton-modal.css?v=master-8970 — 200 — 1.9 KiB — 333 ms — h2https://www.ncaa.com/modules/custom/casablanca_footer/css/footer.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_footer/css/footer.css?v=master-8970 — 200 — 1.1 KiB — 334 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/slick/slick.css?v=1.8.1www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/slick/slick.css?v=1.8.1 — 200 — 958 B — 335 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/slick/slick-custom.css?v=1.8.1www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/slick/slick-custom.css?v=1.8.1 — 200 — 640 B — 336 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/css/player-slate.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/css/player-slate.css?v=master-8970 — 200 — 1.8 KiB — 336 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/css/player-top-bar.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/css/player-top-bar.css?v=master-8970 — 200 — 963 B — 337 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/css/video-embed.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/css/video-embed.css?v=master-8970 — 200 — 1.3 KiB — 339 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/css/gamePod.css?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/css/gamePod.css?v=master-8970 — 200 — 1.7 KiB — 435 ms — h2https://www.ncaa.com/themes/custom/bespin/css/main.css?v=master-8970www.ncaa.com/themes/custom/bespin/c... https://www.ncaa.com/themes/custom/bespin/css/main.css?v=master-8970 — 200 — 2.9 KiB — 340 ms — h2https://www.ncaa.com/core/misc/drupalSettingsLoader.js?v=10.6.2www.ncaa.com/core/misc/drupalSettin... https://www.ncaa.com/core/misc/drupalSettingsLoader.js?v=10.6.2 — 200 — 809 B — 436 ms — h2https://www.ncaa.com/core/misc/drupal.js?v=10.6.2www.ncaa.com/core/misc/drupal.js?v=... https://www.ncaa.com/core/misc/drupal.js?v=10.6.2 — 200 — 5.5 KiB — 404 ms — h2https://www.ncaa.com/core/misc/drupal.init.js?v=10.6.2www.ncaa.com/core/misc/drupal.init.... https://www.ncaa.com/core/misc/drupal.init.js?v=10.6.2 — 200 — 880 B — 403 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/user-consent/js/min/userconsent-geo-fallback.min.js?v=1.0.5www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/user-consent/js/min/userconsent-geo-fallback.min.js?v=1.0.5 — 200 — 1009 B — 404 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/user-consent/userconsent-iab.min.js?v=4.2.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/user-consent/userconsent-iab.min.js?v=4.2.13 — 200 — 29.2 KiB — 415 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/js/dist/constants.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/js/dist/constants.min.js?v=master-8970 — 200 — 570 B — 408 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/js/dist/utils.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/js/dist/utils.min.js?v=master-8970 — 200 — 14.5 KiB — 412 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/ncaa_consent/js/min/ncaa_consent.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/ncaa_consent/js/min/ncaa_consent.min.js?v=master-8970 — 200 — 1.1 KiB — 411 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/ncaa_anagram/js/min/ncaa_anagram.min.js?v=1.0.4www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/ncaa_anagram/js/min/ncaa_anagram.min.js?v=1.0.4 — 200 — 867 B — 489 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-basketball-men.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-basketball-men.svg — 200 — 3.5 KiB — 411 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-basketball-women.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-basketball-women.svg — 200 — 1.9 KiB — 775 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/js/dist/ncaaUserAgent.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/js/dist/ncaaUserAgent.min.js?v=master-8970 — 200 — 6.8 KiB — 427 ms — h2https://fonts.googleapis.com/css?family=Open+Sansfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans — 200 — 2.0 KiB — 91 ms — h2https://fonts.googleapis.com/css?family=Roboto:400,700,500fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400,700,500 — 200 — 1.7 KiB — 92 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-gymnastics-women.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-gymnastics-women.svg — 200 — 1.5 KiB — 385 ms — h2https://geo.ngtv.io/locate/?appId=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuZXR3b3JrIjoibmNhYSIsInByb2R1Y3QiOiJtbWwiLCJwbGF0Zm9ybSI6IndlYi10b3AyIiwiYXBwSWQiOiJuY2FhLW1tbC13ZWItdG9wMi0xcHE2dW8ifQ.nG2Je5fBXOv1HyCzGenv-1vRGMSugBpk0fkPoEqT1eMgeo.ngtv.io/locate/?appId=eyJ0eXAiO... https://geo.ngtv.io/locate/?appId=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuZXR3b3JrIjoibmNhYSIsInByb2R1Y3QiOiJtbWwiLCJwbGF0Zm9ybSI6IndlYi10b3AyIiwiYXBwSWQiOiJuY2FhLW1tbC13ZWItdG9wMi0xcHE2dW8ifQ.nG2Je5fBXOv1HyCzGenv-1vRGMSugBpk0fkPoEqT1eM — 200 — 810 B — 60 ms — h2https://s.go-mpulse.net/boomerang/LHVF5-23BLM-GMX9K-U7LL4-PWYYGs.go-mpulse.net/boomerang/LHVF5-23B... https://s.go-mpulse.net/boomerang/LHVF5-23BLM-GMX9K-U7LL4-PWYYG — 200 — 58.0 KiB — 100 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-swimming-men.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/img/sporticons/badge-icon-swimming-men.svg — 200 — 2.0 KiB — 70 ms — h2https://www.ncaa.com/core/assets/vendor/once/once.min.js?v=1.0.1www.ncaa.com/core/assets/vendor/onc... https://www.ncaa.com/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.1 KiB — 179 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.2 — 200 — 653 B — 71 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.2 — 200 — 769 B — 72 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.2 — 200 — 823 B — 73 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.2 — 200 — 804 B — 73 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.2 — 200 — 883 B — 74 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.2 — 200 — 803 B — 75 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.2 — 200 — 984 B — 190 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.2 — 200 — 837 B — 75 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.2 — 200 — 790 B — 77 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.2 — 200 — 3.3 KiB — 78 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.2 — 200 — 879 B — 90 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js?v=10.6.2 — 200 — 3.0 KiB — 80 ms — h2https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widgets/menu-min.js?v=10.6.2www.ncaa.com/core/assets/vendor/jqu... https://www.ncaa.com/core/assets/vendor/jquery.ui/ui/widgets/menu-min.js?v=10.6.2 — 200 — 3.2 KiB — 82 ms — h2https://www.ncaa.com/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.ncaa.com/core/assets/vendor/tab... https://www.ncaa.com/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 2.6 KiB — 87 ms — h2https://www.ncaa.com/core/misc/autocomplete.js?v=10.6.2www.ncaa.com/core/misc/autocomplete... https://www.ncaa.com/core/misc/autocomplete.js?v=10.6.2 — 200 — 2.5 KiB — 103 ms — h2https://i.cdn.turner.com/ads/adfuel/ais/3.1/ncaa_3-ais.min.jsi.cdn.turner.com/ads/adfuel/ais/3.1... https://i.cdn.turner.com/ads/adfuel/ais/3.1/ncaa_3-ais.min.js — 200 — 36.5 KiB — 58 ms — h2https://i.cdn.turner.com/ads/adfuel/adfuel-3.1.9.min.jsi.cdn.turner.com/ads/adfuel/adfuel-... https://i.cdn.turner.com/ads/adfuel/adfuel-3.1.9.min.js — 200 — 30.7 KiB — 58 ms — h2https://www.ncaa.com/themes/custom/bespin/js/ad-check.js?v=master-8970www.ncaa.com/themes/custom/bespin/j... https://www.ncaa.com/themes/custom/bespin/js/ad-check.js?v=master-8970 — 200 — 750 B — 100 ms — h2https://www.ncaa.com/modules/custom/casablanca_analytics/pkg/legalBanner.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_analytics/pkg/legalBanner.min.js?v=master-8970 — 200 — 2.0 KiB — 101 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/js/dist/externalLinkFixer.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/js/dist/externalLinkFixer.min.js?v=master-8970 — 200 — 6.1 KiB — 102 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/handlebars/handlebars.runtime.min.js?v=4.7.8www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/handlebars/handlebars.runtime.min.js?v=4.7.8 — 200 — 9.0 KiB — 103 ms — h2https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/modal-templates.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/modal-templates.min.js?v=master-8970 — 200 — 1.3 KiB — 104 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Md.woff — 200 — 0 B — 50 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-SmBd.woff — 200 — 0 B — 50 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Rg.woff — 200 — 0 B — 50 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woffwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/fonts/Geogrotesque-Bd.woff — 200 — 0 B — 50 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/axios/axios.min.js?v=1.7.7www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/axios/axios.min.js?v=1.7.7 — 200 — 17.1 KiB — 104 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dalton/dalton.js?v=1.0.0www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dalton/dalton.js?v=1.0.0 — 200 — 2.8 KiB — 116 ms — h2https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.jsappleid.cdn-apple.com/appleauth/sta... https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js — 200 — 17.4 KiB — 49 ms — http/1.1https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 242 ms — h2https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/daltonService.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/daltonService.min.js?v=master-8970 — 200 — 15.2 KiB — 118 ms — h2https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/daltonModal.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_dalton/pkg/daltonModal.min.js?v=master-8970 — 200 — 18.9 KiB — 108 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/underscore/underscore-umd.min.js?v=1.13.6www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/underscore/underscore-umd.min.js?v=1.13.6 — 200 — 7.2 KiB — 110 ms — h2https://www.ncaa.com/modules/custom/casablanca_draco_dfp/js/dist/AdsManager.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_draco_dfp/js/dist/AdsManager.min.js?v=master-8970 — 200 — 8.6 KiB — 119 ms — h2https://www.ncaa.com/modules/custom/casablanca_footer/js/dist/footer.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_footer/js/dist/footer.min.js?v=master-8970 — 200 — 771 B — 183 ms — h2https://www.ncaa.com/modules/custom/casablanca_franchise/js/dist/franchise-banner-nofranch.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_franchise/js/dist/franchise-banner-nofranch.min.js?v=master-8970 — 200 — 737 B — 110 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/js/dist/casablanca-nav.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/js/dist/casablanca-nav.min.js?v=master-8970 — 200 — 8.2 KiB — 111 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/js/dist/casablanca-nav-live-count.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/js/dist/casablanca-nav-live-count.min.js?v=master-8970 — 200 — 8.3 KiB — 183 ms — h2https://www.ncaa.com/core/misc/progress.js?v=10.6.2www.ncaa.com/core/misc/progress.js?... https://www.ncaa.com/core/misc/progress.js?v=10.6.2 — 200 — 1.9 KiB — 112 ms — h2https://www.ncaa.com/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.ncaa.com/core/assets/vendor/loa... https://www.ncaa.com/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.3 KiB — 118 ms — h2https://www.ncaa.com/core/misc/debounce.js?v=10.6.2www.ncaa.com/core/misc/debounce.js?... https://www.ncaa.com/core/misc/debounce.js?v=10.6.2 — 200 — 1.0 KiB — 184 ms — h2https://www.ncaa.com/core/misc/announce.js?v=10.6.2www.ncaa.com/core/misc/announce.js?... https://www.ncaa.com/core/misc/announce.js?v=10.6.2 — 200 — 1.8 KiB — 153 ms — h2https://www.ncaa.com/core/misc/message.js?v=10.6.2www.ncaa.com/core/misc/message.js?v... https://www.ncaa.com/core/misc/message.js?v=10.6.2 — 200 — 2.4 KiB — 118 ms — h2https://www.ncaa.com/core/misc/ajax.js?v=10.6.2www.ncaa.com/core/misc/ajax.js?v=10... https://www.ncaa.com/core/misc/ajax.js?v=10.6.2 — 200 — 14.3 KiB — 135 ms — h2https://www.ncaa.com/core/misc/jquery.tabbable.shim.js?v=10.6.2www.ncaa.com/core/misc/jquery.tabba... https://www.ncaa.com/core/misc/jquery.tabbable.shim.js?v=10.6.2 — 200 — 777 B — 122 ms — h2https://www.ncaa.com/core/misc/position.js?v=10.6.2www.ncaa.com/core/misc/position.js?... https://www.ncaa.com/core/misc/position.js?v=10.6.2 — 200 — 5.2 KiB — 184 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/fuse/fuse.min.js?v=3.0.5www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/fuse/fuse.min.js?v=3.0.5 — 200 — 3.9 KiB — 185 ms — h2https://www.ncaa.com/modules/custom/casablanca_schools/js/dist/autocomplete.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_schools/js/dist/autocomplete.min.js?v=master-8970 — 200 — 1.7 KiB — 123 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/dayjs.min.js?v=1.11.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/dayjs.min.js?v=1.11.13 — 200 — 3.2 KiB — 124 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/utc.js?v=1.11.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/utc.js?v=1.11.13 — 200 — 1.4 KiB — 188 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/timezone.js?v=1.11.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/timezone.js?v=1.11.13 — 200 — 1.5 KiB — 126 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/advancedFormat.js?v=1.11.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/advancedFormat.js?v=1.11.13 — 200 — 1006 B — 127 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/customParseFormat.js?v=1.11.13www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/dayjs/plugin/customParseFormat.js?v=1.11.13 — 200 — 2.2 KiB — 128 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/js/dist/handlebarsHelpers.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/js/dist/handlebarsHelpers.min.js?v=master-8970 — 200 — 6.5 KiB — 129 ms — h2https://www.ncaa.com/modules/custom/casablanca_scoreboard/js/dist/scoreboardWidget.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_scoreboard/js/dist/scoreboardWidget.min.js?v=master-8970 — 200 — 78.4 KiB — 197 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-adslots.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-adslots.min.js?v=master-8970 — 200 — 724 B — 129 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-telemetry.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-telemetry.min.js?v=master-8970 — 200 — 788 B — 191 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-article.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-article.min.js?v=master-8970 — 200 — 500 B — 191 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-graphic.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-graphic.min.js?v=master-8970 — 200 — 501 B — 149 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/lib/top-player-2.20.1-1-player.min.js?v=2.20.1-1www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/lib/top-player-2.20.1-1-player.min.js?v=2.20.1-1 — 200 — 871.3 KiB — 235 ms — h2https://www.ncaa.com/modules/custom/casablanca_draco_dfp/js/dist/damitUtils.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_draco_dfp/js/dist/damitUtils.min.js?v=master-8970 — 200 — 745 B — 190 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/pkg/handlebarsExt.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/pkg/handlebarsExt.min.js?v=master-8970 — 200 — 7.6 KiB — 195 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/pkg/player-templates.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/pkg/player-templates.min.js?v=master-8970 — 200 — 2.1 KiB — 196 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/pkg/PlayerControllerV2.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/pkg/PlayerControllerV2.min.js?v=master-8970 — 200 — 25.9 KiB — 148 ms — h2https://www.ncaa.com/modules/custom/casablanca_video/pkg/casablancaVideoEmbed.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_video/pkg/casablancaVideoEmbed.min.js?v=master-8970 — 200 — 1.0 KiB — 239 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-inline-video.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-inline-video.min.js?v=master-8970 — 200 — 730 B — 197 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-live-video.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-live-video.min.js?v=master-8970 — 200 — 47.1 KiB — 213 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-manual-links.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-manual-links.min.js?v=master-8970 — 200 — 500 B — 200 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-video.min.js?v=master-8970www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/js/dist/tile-video.min.js?v=master-8970 — 200 — 500 B — 203 ms — h2https://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/logo_ad_choices_footer.pngi.cdn.turner.com/cnn/.e/img/3.0/glo... https://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/logo_ad_choices_footer.png — 200 — 1022 B — 41 ms — h2https://lightning.ncaa.com/launch/7be62238e4c3/d27aaa336a89/launch-8355f7a8c0c6.min.jslightning.ncaa.com/launch/7be62238e... https://lightning.ncaa.com/launch/7be62238e4c3/d27aaa336a89/launch-8355f7a8c0c6.min.js — 200 — 53.3 KiB — 109 ms — h2https://www.ncaa.com/modules/custom/casablanca_libraries/twitterwidgetjs/twitter-widgets.min.js?v=1.0.0www.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_libraries/twitterwidgetjs/twitter-widgets.min.js?v=1.0.0 — 200 — 663 B — 185 ms — h2https://www.ncaa.com/_flysystem/public-s3/tile-images/graphic/FSUcelly_1-ezgif.com-resize-video.mp4www.ncaa.com/_flysystem/public-s3/t... https://www.ncaa.com/_flysystem/public-s3/tile-images/graphic/FSUcelly_1-ezgif.com-resize-video.mp4 — 206 — 935.2 KiB — 217 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/ncaa-main-logo.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/ncaa-main-logo.svg — 200 — 1.2 KiB — 124 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-shop.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-shop.svg — 200 — 1.0 KiB — 475 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-ticket.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-ticket.svg — 200 — 892 B — 141 ms — h2https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-account.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_nav/img/menu/svp-icon-account.svg — 200 — 995 B — 140 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/img/play-button.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/img/play-button.svg — 200 — 769 B — 137 ms — h2https://www.ncaa.com/themes/custom/bespin/img/angled-pattern.pngwww.ncaa.com/themes/custom/bespin/i... https://www.ncaa.com/themes/custom/bespin/img/angled-pattern.png — 200 — 694 B — 138 ms — h2https://www.ncaa.com/themes/custom/bespin/assets/play.svgwww.ncaa.com/themes/custom/bespin/a... https://www.ncaa.com/themes/custom/bespin/assets/play.svg — 200 — 712 B — 182 ms — h2https://www.ncaa.com/modules/custom/casablanca_core/img/ui-right_arrow.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_core/img/ui-right_arrow.svg — 200 — 644 B — 183 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_facebook.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_facebook.svg — 200 — 750 B — 184 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_twitter.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_twitter.svg — 200 — 782 B — 185 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_instagram.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_instagram.svg — 200 — 887 B — 186 ms — h2https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_youtube.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_tiles/img/follow_youtube.svg — 200 — 6.1 KiB — 187 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 200 — 13.2 KiB — 42 ms — h3https://www.ncaa.com/sites/default/files/public/images/2026-04/fcs-nfl-draft-prospects-2026-bryce-lance-cole-payton-ndsu-erick-hunter-morgan-state-hbcu.png?crop=ar&aw=1280&ah=720&ax=0.49&ay=0.18www.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/images/2026-04/fcs-nfl-draft-prospects-2026-bryce-lance-cole-payton-ndsu-erick-hunter-morgan-state-hbcu.png?crop=ar&aw=1280&ah=720&ax=0.49&ay=0.18 — 200 — 139.2 KiB — 157 ms — h2https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/rock-paper-scissors-3.jpg?crop=ar&aw=1280&ah=720&ax=0.5&ay=0.5www.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/rock-paper-scissors-3.jpg?crop=ar&aw=1280&ah=720&ax=0.5&ay=0.5 — 200 — 209.1 KiB — 125 ms — h2https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/karaban-career-lites-3.jpg?crop=ar&aw=1024&ah=768&ax=0.5&ay=0.5www.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/karaban-career-lites-3.jpg?crop=ar&aw=1024&ah=768&ax=0.5&ay=0.5 — 200 — 384.8 KiB — 154 ms — h2https://www.ncaa.com/sites/default/files/public/tile-images/video/HGOxR3eWMAESzbI.jpeg?crop=ar&aw=1024&ah=768&ax=0.53&ay=0.25www.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/tile-images/video/HGOxR3eWMAESzbI.jpeg?crop=ar&aw=1024&ah=768&ax=0.53&ay=0.25 — 200 — 175.6 KiB — 1.2 s — h2https://www.ncaa.com/sites/default/files/public/thumbnails/2026-01/BryceLance.jpg?crop=ar&aw=1024&ah=768&ax=0.5&ay=0.5www.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/thumbnails/2026-01/BryceLance.jpg?crop=ar&aw=1024&ah=768&ax=0.5&ay=0.5 — 200 — 226.2 KiB — 159 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/rock-paper-scissors-3.jpg?h=d1cb525d&itok=2kD2004fwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/rock-paper-scissors-3.jpg?h=d1cb525d&itok=2kD2004f — 200 — 86.2 KiB — 204 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/georgia-tech-baseball.jpeg?h=f5247382&itok=k6e0h85Zwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/georgia-tech-baseball.jpeg?h=f5247382&itok=k6e0h85Z — 200 — 32.4 KiB — 607 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/softball-power10-0421.jpg?h=1d3b1573&itok=DWoOUCG6www.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/softball-power10-0421.jpg?h=1d3b1573&itok=DWoOUCG6 — 200 — 102.5 KiB — 815 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/images/2026-04/cd6bc59a-4772-4df5-a66a-0bca07dbb0be-2234832-8.png?h=d1cb525d&itok=EjocUl5kwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/images/2026-04/cd6bc59a-4772-4df5-a66a-0bca07dbb0be-2234832-8.png?h=d1cb525d&itok=EjocUl5k — 200 — 505.0 KiB — 450 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/akala-garrett-south-carolina-track-hurdles.jpg?h=78e1e40e&itok=stL9eQYtwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/akala-garrett-south-carolina-track-hurdles.jpg?h=78e1e40e&itok=stL9eQYt — 200 — 47.4 KiB — 660 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/bcu-base3-ezgif.com-crop.jpg?h=e7b69474&itok=VIFxLdE3www.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/bcu-base3-ezgif.com-crop.jpg?h=e7b69474&itok=VIFxLdE3 — 200 — 68.8 KiB — 606 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/sharon-lokedi-2018.jpg?h=c673cd1c&itok=gWSRDiq-www.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/sharon-lokedi-2018.jpg?h=c673cd1c&itok=gWSRDiq- — 200 — 92.4 KiB — 214 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/Tampa.jpg.jpeg?h=e5aec6c8&itok=ylELdlIhwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/Tampa.jpg.jpeg?h=e5aec6c8&itok=ylELdlIh — 200 — 40.5 KiB — 785 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/assists-comp-womens_0.jpg?h=1b558109&itok=1WrNvOd8www.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/assists-comp-womens_0.jpg?h=1b558109&itok=1WrNvOd8 — 200 — 89.6 KiB — 541 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/georgia-base4-ezgif.com-crop.jpg?h=ad876230&itok=ksZ7a5bHwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_large_content_tile/public-s3/images/2026-04/georgia-base4-ezgif.com-crop.jpg?h=ad876230&itok=ksZ7a5bH — 200 — 44.7 KiB — 473 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/assists-comp-mens.jpg?h=33a3657b&itok=wKqq51YJwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/large_16x9/public-s3/thumbnails/2026-04/assists-comp-mens.jpg?h=33a3657b&itok=wKqq51YJ — 200 — 103.2 KiB — 514 ms — h2https://www.ncaa.com/_flysystem/public-s3/tile-images/graphic/Elliot-ezgif.com-resize.gifwww.ncaa.com/_flysystem/public-s3/t... https://www.ncaa.com/_flysystem/public-s3/tile-images/graphic/Elliot-ezgif.com-resize.gif — 200 — 735.0 KiB — 157 ms — h2https://www.ncaa.com/_flysystem/public-s3/styles/stax_medium_content_tile/public-s3/tile-images/graphic/DII-stories-highlights.jpg?itok=7ZVsw1JDwww.ncaa.com/_flysystem/public-s3/s... https://www.ncaa.com/_flysystem/public-s3/styles/stax_medium_content_tile/public-s3/tile-images/graphic/DII-stories-highlights.jpg?itok=7ZVsw1JD — 200 — 20.7 KiB — 140 ms — h2https://c.go-mpulse.net/api/config.json?key=LHVF5-23BLM-GMX9K-U7LL4-PWYYG&d=www.ncaa.com&t=5922983&v=1.632.0&if=&sl=0&si=dc9i6uqwq0v-tdx0rm&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,LOGN&acao=&ak.ai=356633c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=LHVF5-23BLM-GMX9K-U7LL4-PWYYG&d=www.ncaa.com&t=5922983&v=1.632.0&if=&sl=0&si=dc9i6uqwq0v-tdx0rm&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,LOGN&acao=&ak.ai=356633 — 200 — 214 B — 443 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 103 ms — https://cdn.branch.io/branch-latest.min.jscdn.branch.io/branch-latest.min.js https://cdn.branch.io/branch-latest.min.js — 200 — 23.5 KiB — 57 ms — h2https://lightning.ncaa.com/launch/7be62238e4c3/d27aaa336a89/4d3a2b95f133/EX775d2b72449c484cbce4d91789c22302-libraryCode_source.min.jslightning.ncaa.com/launch/7be62238e... https://lightning.ncaa.com/launch/7be62238e4c3/d27aaa336a89/4d3a2b95f133/EX775d2b72449c484cbce4d91789c22302-libraryCode_source.min.js — 200 — 12.3 KiB — 24 ms — h2https://tag.wknd.ai/6727/i.jstag.wknd.ai/6727/i.js https://tag.wknd.ai/6727/i.js — 200 — 3.6 KiB — 73 ms — h2https://sb.scorecardresearch.com/cs/6035748/beacon.jssb.scorecardresearch.com/cs/6035748... https://sb.scorecardresearch.com/cs/6035748/beacon.js — 302 — 263 B — 84 ms — h2https://s2.adform.net/banners/scripts/st/trackpoint-async.jss2.adform.net/banners/scripts/st/tr... https://s2.adform.net/banners/scripts/st/trackpoint-async.js — 200 — 31.5 KiB — 161 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11110719680www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11110719680 — 200 — 134.3 KiB — 170 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 95 ms — h2https://sdataprod.ncaa.com/?meta=ScoringWidgetChampionship_ncaa&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%22833b812cd33218fbffa93fa81646e843d0b9bbca75283b2a33a0bf6d65ef9d27%22}}&variables={%22sportUrl%22:%22volleyball-men%22,%22division%22:3,%22year%22:2026}sdataprod.ncaa.com/?meta=ScoringWid... https://sdataprod.ncaa.com/?meta=ScoringWidgetChampionship_ncaa&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%22833b812cd33218fbffa93fa81646e843d0b9bbca75283b2a33a0bf6d65ef9d27%22}}&variables={%22sportUrl%22:%22volleyball-men%22,%22division%22:3,%22year%22:2026} — 200 — 0 B — 15 ms — h2https://www.ncaa.com/themes/custom/bespin/img/ps-caret.svgwww.ncaa.com/themes/custom/bespin/i... https://www.ncaa.com/themes/custom/bespin/img/ps-caret.svg — 200 — 686 B — 15 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 194 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 191 ms — h3https://sdataprod.ncaa.com/?meta=ScoringWidgetChampionship_ncaa&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%22833b812cd33218fbffa93fa81646e843d0b9bbca75283b2a33a0bf6d65ef9d27%22}}&variables={%22sportUrl%22:%22volleyball-men%22,%22division%22:3,%22year%22:2026}sdataprod.ncaa.com/?meta=ScoringWid... https://sdataprod.ncaa.com/?meta=ScoringWidgetChampionship_ncaa&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%22833b812cd33218fbffa93fa81646e843d0b9bbca75283b2a33a0bf6d65ef9d27%22}}&variables={%22sportUrl%22:%22volleyball-men%22,%22division%22:3,%22year%22:2026} — 200 — 2.0 KiB — 479 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 188 ms — h3https://sdataprod.ncaa.com/?meta=GetLiveSchedulePlusMmlEventVideo_web&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%225f2dd33c4660d1d169b65a67b86bc578258b93cadc45c0ff871e372ea57a9825%22}}&variables={%22today%22:true,%22monthly%22:false,%22contestDate%22:%2204/22/2026%22,%22seasonYear%22:2025,%22current%22:true}sdataprod.ncaa.com/?meta=GetLiveSch... https://sdataprod.ncaa.com/?meta=GetLiveSchedulePlusMmlEventVideo_web&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%225f2dd33c4660d1d169b65a67b86bc578258b93cadc45c0ff871e372ea57a9825%22}}&variables={%22today%22:true,%22monthly%22:false,%22contestDate%22:%2204/22/2026%22,%22seasonYear%22:2025,%22current%22:true} — 200 — 0 B — 4 ms — h2https://sdataprod.ncaa.com/?meta=GetLiveSchedulePlusMmlEventVideo_web&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%225f2dd33c4660d1d169b65a67b86bc578258b93cadc45c0ff871e372ea57a9825%22}}&variables={%22today%22:true,%22monthly%22:false,%22contestDate%22:%2204/22/2026%22,%22seasonYear%22:2025,%22current%22:true}sdataprod.ncaa.com/?meta=GetLiveSch... https://sdataprod.ncaa.com/?meta=GetLiveSchedulePlusMmlEventVideo_web&extensions={%22persistedQuery%22:{%22version%22:1,%22sha256Hash%22:%225f2dd33c4660d1d169b65a67b86bc578258b93cadc45c0ff871e372ea57a9825%22}}&variables={%22today%22:true,%22monthly%22:false,%22contestDate%22:%2204/22/2026%22,%22seasonYear%22:2025,%22current%22:true} — 200 — 1.2 KiB — 14 ms — h2https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.jsturnip.cdn.turner.com/top/player-ui... https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.js — 200 — 75.8 KiB — 20 ms — h2https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.cssturnip.cdn.turner.com/top/player-ui... https://turnip.cdn.turner.com/top/player-ui/2.20.1-1/player-ui.min.css — 200 — 9.0 KiB — 8 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 21 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js — 200 — 1.0 KiB — 58 ms — h2data:font/woff;base64,d09GRgABAAAAABJ0AAoAAAAAHzwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AA…data:font/woff;base64,d09GRgABAAAAA... data:font/woff;base64,d09GRgABAAAAABJ0AAoAAAAAHzwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AA… — 200 — 4.6 KiB — 42 ms — datahttps://www.ncaa.com/sites/default/files/public/thumbnails/2026-01/BryceLance.jpgwww.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/thumbnails/2026-01/BryceLance.jpg — 200 — 154.8 KiB — 168 ms — h2https://www.ncaa.com/sites/default/files/public/tile-images/video/HGOxR3eWMAESzbI.jpegwww.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/tile-images/video/HGOxR3eWMAESzbI.jpeg — 200 — 533.9 KiB — 1.2 s — h2https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/karaban-career-lites-3.jpgwww.ncaa.com/sites/default/files/pu... https://www.ncaa.com/sites/default/files/public/thumbnails/2026-04/karaban-career-lites-3.jpg — 200 — 216.5 KiB — 164 ms — h2https://turnip.cdn.turner.com/top/assets/fonts/roboto/0/roboto-regular.woff2turnip.cdn.turner.com/top/assets/fo... https://turnip.cdn.turner.com/top/assets/fonts/roboto/0/roboto-regular.woff2 — 200 — 20.2 KiB — 16 ms — h2https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.ncaa.complatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.ncaa.com — 200 — 103.4 KiB — 131 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js — 200 — 116.4 KiB — 62 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.js — 200 — 16.0 KiB — 61 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.js — 200 — 5.4 KiB — 24 ms — h3https://assets.bounceexchange.com/cache/6727/website-12cd9e75e750e8a196c75c721b411689.jsassets.bounceexchange.com/cache/672... https://assets.bounceexchange.com/cache/6727/website-12cd9e75e750e8a196c75c721b411689.js — 200 — 10.2 KiB — 23 ms — h3https://syndication.twitter.com/settings?session_id=6dd0d7d410c052de963ec54037b14f780901d384syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=6dd0d7d410c052de963ec54037b14f780901d384 — 200 — 951 B — 223 ms — h2https://js-agent.newrelic.com/nr-full-1.313.1.min.jsjs-agent.newrelic.com/nr-full-1.313... https://js-agent.newrelic.com/nr-full-1.313.1.min.js — 200 — 27.6 KiB — 25 ms — h2https://www.ncaa.com/favicon.icowww.ncaa.com/favicon.ico https://www.ncaa.com/favicon.ico — 200 — 3.5 KiB — 17 ms — h2https://bam.nr-data.net/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2483&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016&af=err,xhr,stn,ins&ap=2219&be=292&fe=2149&dc=1786&at=HhBTEAIZHks%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776894753071,%22n%22:0,%22f%22:57,%22dn%22:58,%22dne%22:139,%22c%22:139,%22s%22:139,%22ce%22:143,%22rq%22:143,%22rp%22:293,%22rpe%22:295,%22di%22:1988,%22ds%22:2021,%22de%22:2078,%22dc%22:2439,%22l%22:2439,%22le%22:2441%7D,%22navigation%22:%7B%7D%7D&fp=1212&fcp=1212bam.nr-data.net/1/b4c08c65aa?a=1031... https://bam.nr-data.net/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2483&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016&af=err,xhr,stn,ins&ap=2219&be=292&fe=2149&dc=1786&at=HhBTEAIZHks%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776894753071,%22n%22:0,%22f%22:57,%22dn%22:58,%22dne%22:139,%22c%22:139,%22s%22:139,%22ce%22:143,%22rq%22:143,%22rp%22:293,%22rpe%22:295,%22di%22:1988,%22ds%22:2021,%22de%22:2078,%22dc%22:2439,%22l%22:2439,%22le%22:2441%7D,%22navigation%22:%7B%7D%7D&fp=1212&fcp=1212 — 200 — 724 B — 423 ms — http/1.1https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/cal-lutheran.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/cal-lutheran.svg — 200 — 3.7 KiB — 11 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/springfield.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/springfield.svg — 200 — 1.8 KiB — 9 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/wittenberg.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/wittenberg.svg — 200 — 10.8 KiB — 25 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/carthage.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/carthage.svg — 200 — 5.0 KiB — 13 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/southern-va.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/southern-va.svg — 200 — 1.6 KiB — 10 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/mit.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/mit.svg — 200 — 3.6 KiB — 12 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/messiah.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/messiah.svg — 200 — 8.0 KiB — 21 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/suny-new-paltz.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/suny-new-paltz.svg — 200 — 11.8 KiB — 22 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/endicott.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/endicott.svg — 200 — 6.4 KiB — 24 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/loras.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/loras.svg — 200 — 10.9 KiB — 28 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/randolph-macon.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/randolph-macon.svg — 200 — 9.1 KiB — 40 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/new-york-u.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/new-york-u.svg — 200 — 8.0 KiB — 20 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/dominican-il.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/dominican-il.svg — 200 — 1.5 KiB — 22 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/stevens.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/stevens.svg — 200 — 8.7 KiB — 23 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/juniata.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/juniata.svg — 200 — 8.4 KiB — 27 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/buffalo-st.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/buffalo-st.svg — 200 — 8.3 KiB — 34 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/thiel.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/thiel.svg — 200 — 6.6 KiB — 24 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/new-jersey-city.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/new-jersey-city.svg — 200 — 3.3 KiB — 27 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/lancaster-bible.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/lancaster-bible.svg — 200 — 13.7 KiB — 28 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/wentworth.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/wentworth.svg — 200 — 5.9 KiB — 24 ms — h2https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/st-josephs-li.svgwww.ncaa.com/sites/default/files/im... https://www.ncaa.com/sites/default/files/images/logos/schools/bgl/st-josephs-li.svg — 200 — 7.6 KiB — 30 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ncaa.com%2F&scrsrc=www.googletagmanager.com&rnd=2056101978.1776894756&dt=NCAA.com%20%E2%80%93%20The%20Official%20Website%20of%20NCAA%20Championships%20%7C%20NCAA.com&auid=1313131746.1776894756&navt=n&npa=1&us_privacy=1---&gtm=45be64k0za200xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=1000h&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tids=AW-11110719680&tid=AW-11110719680&tft=1776894755883&tfd=2812www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ncaa.com%2F&scrsrc=www.googletagmanager.com&rnd=2056101978.1776894756&dt=NCAA.com%20%E2%80%93%20The%20Official%20Website%20of%20NCAA%20Championships%20%7C%20NCAA.com&auid=1313131746.1776894756&navt=n&npa=1&us_privacy=1---&gtm=45be64k0za200xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=1000h&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tids=AW-11110719680&tid=AW-11110719680&tft=1776894755883&tfd=2812 — 200 — 21 B — 70 ms — h3https://www.ncaa.com/modules/custom/casablanca_scoreboard/img/scoreboard_arrow-right.svgwww.ncaa.com/modules/custom/casabla... https://www.ncaa.com/modules/custom/casablanca_scoreboard/img/scoreboard_arrow-right.svg — 200 — 668 B — 470 ms — h2https://bam.nr-data.net/events/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2914&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016bam.nr-data.net/events/1/b4c08c65aa... https://bam.nr-data.net/events/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2914&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016 — 200 — 403 B — 175 ms — http/1.1https://bam.nr-data.net/jserrors/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2915&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016bam.nr-data.net/jserrors/1/b4c08c65... https://bam.nr-data.net/jserrors/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2915&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016 — 200 — 403 B — 122 ms — http/1.1https://bam.nr-data.net/events/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2916&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016bam.nr-data.net/events/1/b4c08c65aa... https://bam.nr-data.net/events/1/b4c08c65aa?a=103177932&v=1.313.1&to=MldQZkoDDUUAAk0NXwsdc1FMCwxYTj19FkUVU15uSxsQQgQMZSdfC0ZAXVQOBkQ9KU0QQFFKSnFXDBdEDg1VAUJfXVwGCFY%3D&rst=2916&ck=0&s=fed784ad50f0cf47&ref=https://www.ncaa.com/&ptid=25934911e497a016 — 200 — 403 B — 115 ms — http/1.1https://e.cdnwidget.com/cjs-logger?source=ids-catch-all&severity=Error&error=Callback%2520Not%2520Received&cookieID=&deviceID=&BXWID=6727&warpspeed=2%5EHIykD&loadID=&version=1.5.9e.cdnwidget.com/cjs-logger?source=i... https://e.cdnwidget.com/cjs-logger?source=ids-catch-all&severity=Error&error=Callback%2520Not%2520Received&cookieID=&deviceID=&BXWID=6727&warpspeed=2%5EHIykD&loadID=&version=1.5.9 — 204 — 135 B — 212 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1292ms · 1058KB · $7/mo
www.ncaa.com
Other
Costly
Execution 455ms
Transfer 871 KB
Unused 70%
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 307ms
Transfer 0 KB
Monthly Cost $2/mo
www.ncaa.com
Other
Costly
Execution 250ms
Transfer 46 KB
Monthly Cost $1/mo
turnip.cdn.turner.com
Other
Optional
Execution 89ms
Transfer 76 KB
Unused 37%
Monthly Cost $1/mo
www.ncaa.com
Other
Optional
Execution 77ms
Transfer 27 KB
Monthly Cost $0/mo
www.ncaa.com
Other
Optional
Execution 63ms
Transfer 1 KB
Monthly Cost $0/mo
i.cdn.turner.com
Other
Optional
Execution 51ms
Transfer 37 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.ncaa.com adds 455ms and costs ~$3/month
  • Unattributable adds 307ms and costs ~$2/month
  • www.ncaa.com adds 250ms and costs ~$1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.ncaa.com takes 455ms 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

70% of www.ncaa.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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

www.ncaa.com takes 250ms 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