Skip to content
https://ou.edu

Performance

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

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.89 s

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

10.57 s

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

112 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

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

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

10.62 s

Page Load Progression

1.2 s
2.5 s
3.7 s
4.9 s
6.1 s
7.3 s
8.6 s
9.8 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
26.4 MB transferred, 110 requests
FIX
26.4 MB transferred, 110 requests
Critical::
Page weighs 35.9 MB (26.4 MB transferred)
Warning::
Images are 11.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 11.5 MB
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 828 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 828 KB
Info::
CSS is 277 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 277 KB
Warning::
110 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 5.5 g CO2 per page load
26.4 MB / 2.4 MB budget
26.4 MB transferred
110 requests
5.5 g CO2 per page load
Images 11.5 MiB 44%
Other 11.4 MiB 43%
JavaScript 2.2 MiB 8%
Fonts 828.2 KiB 3%
CSS 277.3 KiB 1%
HTML 247.5 KiB 1%
Other 17.1 KiB 0%
Other 1.5 KiB 0%
Other 1.3 KiB 0%
Other 555 B 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (26.4 MiB of 26.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
25 scripts, 439 KB unused
FIX
25 scripts, 439 KB unused
Warning::
https://www.ou.edu/etc/designs/ou-material/compone...: 109 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PN5...: 83 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0N6Z...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 61 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/bundle/sdk.js/: 54 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 439 KB
439 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ou.edu/etc/designs/ou-material/components/js/vendor.js154 KB109 KB (71%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTP172 KB83 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0N6ZR0C2QE&cx=c&gtm=4e64h1160 KB63 KB (40%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12783144&cx=c&gtm=4e64h1129 KB61 KB (47%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB54 KB (70%)3rd
https://www.ou.edu/etc/designs/ou-material/components/js/main.js46 KB35 KB (77%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://www.ou.edu/etc/designs/ou-material/components/js/runtime.js2 KB3rd
https://static.doubleclick.net/instream/ad_status.js0 KB3rd
https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js?_=17768193601547 KB3rd

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
110 resources · 26.4 MB · 439 KB savings available
FIX
110 resources · 26.4 MB · 439 KB savings available
Warning::
Page weight 25.4 MB over 1MB target
Got: 26.4 MB Expected: ≤ 1 MB
Info::
~439 KB of savings available
Warning::
109 third-party resources (100% of weight)
Info::
13 resources over 200KB
110 resources · 26.4 MiB · 109 third-party 25.4 MiB over 1MB target
Image 44% · 11.5 MiB
Media 43% · 11.4 MiB
JavaScript 8% · 2.2 MiB
Font 3% · 828.2 KiB
CSS 1% · 277.3 KiB
Document 1% · 249.3 KiB
Other 0% · 3.4 KiB

~438.9 KiB of savings available

Remove unused JavaScript: 438.9 KiB
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
22 images, 0 KB saveable
REVIEW
22 images, 0 KB saveable
Warning::
https://www.ou.edu/content/dam/homepage/one/WCOD.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ou.edu/content/dam/news/images/article... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ou.edu/content/dam/homepage2012/design... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ou.edu/content/dam/news/images/article... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
22 images 11.5 MB
0 oversized -0 KB
20 legacy format
4 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

C
JS Execution Cost
Action
1732ms total JS execution
REVIEW
1732ms total JS execution
Warning::
Unattributable: 564ms CPU time
Warning::
https://www.ou.edu/: 475ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PN5...: 159ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0N6Z...: 112ms CPU time
Info::
https://www.ou.edu/etc/designs/ou-material/compone...: 101ms CPU time
Warning::
Third-party scripts: 1732ms (100% of total)

Main Thread Breakdown

Other 35% Script Evaluation 32% Style & Layout 19% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable564ms6ms0ms3rd
https://www.ou.edu/475ms22ms3ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTP159ms126ms25ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0N6ZR0C2QE&cx=c&gtm=4e64h1112ms87ms22ms3rd
https://www.ou.edu/etc/designs/ou-material/components/js/main.js101ms52ms6ms3rd
https://www.ou.edu/etc/designs/ou-material/components/js/vendor.js74ms35ms27ms3rd
https://connect.facebook.net/signals/config/2187617654888149?v=2.9.303&r=stable&domain=www.ou.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C16871ms62ms8ms3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12783144&cx=c&gtm=4e64h162ms48ms13ms3rd
https://platform.twitter.com/widgets.js61ms48ms3ms3rd
https://www.google-analytics.com/analytics.js54ms17ms2ms3rd
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
18 fonts (828 KB)
PASS
18 fonts (828 KB)
Info::
18 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

18

828 KB total

Render-blocking

0

of 18

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.9 s LCP 10.6 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 14 ms — font-display: swaphttps://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 21.9 KiB — 57 ms — font-display: swaphttps://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3l https://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3 — 39.2 KiB — 38 ms — font-display: swaphttps://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3l https://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3 — 38.0 KiB — 42 ms — font-display: swaphttps://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3l https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3 — 29.9 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2KFO5CnqEu92Fr1Mu53ZEC9_... https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2 — 40.8 KiB — 15 ms — font-display: swaphttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3l https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 27.9 KiB — 52 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2BngMUXZYTXPIvIBgJJSb6uf... https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 33.4 KiB — 36 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2 — 154.3 KiB — 87 ms — font-display: swaphttps://use.typekit.net/af/9e97d3/00000000000000007735d62a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/9e97d3/00000000000000007735d62a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 26.0 KiB — 50 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2 — 115.9 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/390dad/000000000000000077359fcb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/390dad/000000000000000077359fcb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 25.9 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/2756d5/00000000000000007735d630/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/2756d5/00000000000000007735d630/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 26.7 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/a9e142/00000000000000007735d61f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/a9e142/00000000000000007735d61f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 25.8 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/aa0b66/00000000000000007735d626/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/aa0b66/00000000000000007735d626/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 26.3 KiB — 26 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 14 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 57 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 39 KB
Load time 38 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 38 KB
Load time 42 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 30 KB
Load time 55 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO5CnqEu92Fr1Mu53ZEC9_... woff2 swap
Size 41 KB
Load time 15 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 26 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 28 KB
Load time 52 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 44 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 39 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
BngMUXZYTXPIvIBgJJSb6uf... woff2 swap
Size 33 KB
Load time 36 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 154 KB
Load time 87 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 26 KB
Load time 50 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 116 KB
Load time 22 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 26 KB
Load time 20 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 27 KB
Load time 20 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 25 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 26 ms
Start 3.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 ~198 KB and ~396 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
110 requests over 7495ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.9 s LCP 10.6 shttps://ou.edu// https://ou.edu/ — 301 — 123 B — 874 ms — http/1.0https://www.ou.edu/www.ou.edu/ https://www.ou.edu/ — 200 — 33.0 KiB — 1.1 s — http/1.1https://www.ou.edu/etc/designs/ou-material/base.min.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base.min.css — 200 — 75.1 KiB — 642 ms — http/1.1https://code.jquery.com/jquery-3.4.1.min.jscode.jquery.com/jquery-3.4.1.min.js https://code.jquery.com/jquery-3.4.1.min.js — 200 — 30.3 KiB — 20 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;777;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=blockfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;777;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=block — 200 — 2.5 KiB — 23 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 21 ms — h2https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.compat.csscdnjs.cloudflare.com/ajax/libs/anim... https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.compat.css — 200 — 4.7 KiB — 27 ms — h3https://www.ou.edu/etc/designs/ou-material/base/css/all.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base/css/all.css — 200 — 23.9 KiB — 812 ms — http/1.1https://www.ou.edu/etc/designs/ou-material/base/css/v4-shims.min.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base/css/v4-shims.min.css — 200 — 4.8 KiB — 632 ms — http/1.1https://use.typekit.net/hxi7nis.cssuse.typekit.net/hxi7nis.css https://use.typekit.net/hxi7nis.css — 200 — 2.2 KiB — 31 ms — h2https://www.ou.edu/content/dam/homepage/one/WCOD.svgwww.ou.edu/content/dam/homepage/one... https://www.ou.edu/content/dam/homepage/one/WCOD.svg — 200 — 1.3 MiB — 2.7 s — http/1.1https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpgwww.ou.edu/content/web/_jcr_content... https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpg — 301 — 436 B — 747 ms — http/1.1https://www.ou.edu/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpgwww.ou.edu/web/_jcr_content/content... https://www.ou.edu/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpg — 200 — 936.1 KiB — 1.7 s — http/1.1https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpgwww.ou.edu/content/web/_jcr_content... https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpg — 301 — 438 B — 252 ms — http/1.1https://www.ou.edu/content/dam/homepage/about/bizzell-library-oval-lawn.pngwww.ou.edu/content/dam/homepage/abo... https://www.ou.edu/content/dam/homepage/about/bizzell-library-oval-lawn.png — 200 — 1.6 MiB — 1.7 s — http/1.1https://www.ou.edu/content/dam/news/images/articles/2026/april/givingday.jpgwww.ou.edu/content/dam/news/images/... https://www.ou.edu/content/dam/news/images/articles/2026/april/givingday.jpg — 200 — 120.2 KiB — 856 ms — http/1.1https://www.ou.edu/etc/designs/components/articleheader.min.csswww.ou.edu/etc/designs/components/a... https://www.ou.edu/etc/designs/components/articleheader.min.css — 200 — 464 B — 320 ms — http/1.1https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,900&display=swap — 200 — 1006 B — 18 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTP — 200 — 171.9 KiB — 38 ms — h2https://p.typekit.net/p.css?s=1&k=hxi7nis&ht=tk&f=13464.13465.13466.13467.13470.13471.13472.34863.34866.34868.35241.35243.44107.45406.45407.45408.45409.45410.45411.45412.45413.45414.45415.45416.45417.45418.45419.45420.45421&a=13814885&app=typekit&e=cssp.typekit.net/p.css?s=1&k=hxi7nis&h... https://p.typekit.net/p.css?s=1&k=hxi7nis&ht=tk&f=13464.13465.13466.13467.13470.13471.13472.34863.34866.34868.35241.35243.44107.45406.45407.45408.45409.45410.45411.45412.45413.45414.45415.45416.45417.45418.45419.45420.45421&a=13814885&app=typekit&e=css — 200 — 172 B — 16 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 14 ms — h3https://www.youtube.com/embed/DM3S3ImAvFE?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1www.youtube.com/embed/DM3S3ImAvFE?r... https://www.youtube.com/embed/DM3S3ImAvFE?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1 — 200 — 55.8 KiB — 92 ms — h2https://www.youtube.com/embed/Go_UdQQvMSs?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1www.youtube.com/embed/Go_UdQQvMSs?r... https://www.youtube.com/embed/Go_UdQQvMSs?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1 — 200 — 54.7 KiB — 111 ms — h2https://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/ceaefe/000000000... https://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 21.9 KiB — 57 ms — h2https://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3use.typekit.net/af/79362f/000000000... https://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3 — 200 — 39.2 KiB — 38 ms — h2https://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3use.typekit.net/af/b8c688/000000000... https://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3 — 200 — 38.0 KiB — 42 ms — h2https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3use.typekit.net/af/d7ef03/000000000... https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3 — 200 — 29.9 KiB — 55 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2fonts.gstatic.com/s/roboto/v51/KFO5... https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2 — 200 — 40.8 KiB — 15 ms — h3https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 26 ms — h3https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3use.typekit.net/af/5071c4/000000000... https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 200 — 27.9 KiB — 52 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.9 s LCP 10.6 shttps://ou.edu// https://ou.edu/ — 301 — 123 B — 874 ms — http/1.0https://www.ou.edu/www.ou.edu/ https://www.ou.edu/ — 200 — 33.0 KiB — 1.1 s — http/1.1https://www.ou.edu/etc/designs/ou-material/base.min.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base.min.css — 200 — 75.1 KiB — 642 ms — http/1.1https://code.jquery.com/jquery-3.4.1.min.jscode.jquery.com/jquery-3.4.1.min.js https://code.jquery.com/jquery-3.4.1.min.js — 200 — 30.3 KiB — 20 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;777;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=blockfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;777;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=block — 200 — 2.5 KiB — 23 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 21 ms — h2https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.compat.csscdnjs.cloudflare.com/ajax/libs/anim... https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.compat.css — 200 — 4.7 KiB — 27 ms — h3https://www.ou.edu/etc/designs/ou-material/base/css/all.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base/css/all.css — 200 — 23.9 KiB — 812 ms — http/1.1https://www.ou.edu/etc/designs/ou-material/base/css/v4-shims.min.csswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/base/css/v4-shims.min.css — 200 — 4.8 KiB — 632 ms — http/1.1https://use.typekit.net/hxi7nis.cssuse.typekit.net/hxi7nis.css https://use.typekit.net/hxi7nis.css — 200 — 2.2 KiB — 31 ms — h2https://www.ou.edu/content/dam/homepage/one/WCOD.svgwww.ou.edu/content/dam/homepage/one... https://www.ou.edu/content/dam/homepage/one/WCOD.svg — 200 — 1.3 MiB — 2.7 s — http/1.1https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpgwww.ou.edu/content/web/_jcr_content... https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpg — 301 — 436 B — 747 ms — http/1.1https://www.ou.edu/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpgwww.ou.edu/web/_jcr_content/content... https://www.ou.edu/web/_jcr_content/content/section_copy_copy/par/image.img.jpg/1741633246913.jpg — 200 — 936.1 KiB — 1.7 s — http/1.1https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpgwww.ou.edu/content/web/_jcr_content... https://www.ou.edu/content/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpg — 301 — 438 B — 252 ms — http/1.1https://www.ou.edu/content/dam/homepage/about/bizzell-library-oval-lawn.pngwww.ou.edu/content/dam/homepage/abo... https://www.ou.edu/content/dam/homepage/about/bizzell-library-oval-lawn.png — 200 — 1.6 MiB — 1.7 s — http/1.1https://www.ou.edu/content/dam/news/images/articles/2026/april/givingday.jpgwww.ou.edu/content/dam/news/images/... https://www.ou.edu/content/dam/news/images/articles/2026/april/givingday.jpg — 200 — 120.2 KiB — 856 ms — http/1.1https://www.ou.edu/etc/designs/components/articleheader.min.csswww.ou.edu/etc/designs/components/a... https://www.ou.edu/etc/designs/components/articleheader.min.css — 200 — 464 B — 320 ms — http/1.1https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,900&display=swap — 200 — 1006 B — 18 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PN5HHTP — 200 — 171.9 KiB — 38 ms — h2https://p.typekit.net/p.css?s=1&k=hxi7nis&ht=tk&f=13464.13465.13466.13467.13470.13471.13472.34863.34866.34868.35241.35243.44107.45406.45407.45408.45409.45410.45411.45412.45413.45414.45415.45416.45417.45418.45419.45420.45421&a=13814885&app=typekit&e=cssp.typekit.net/p.css?s=1&k=hxi7nis&h... https://p.typekit.net/p.css?s=1&k=hxi7nis&ht=tk&f=13464.13465.13466.13467.13470.13471.13472.34863.34866.34868.35241.35243.44107.45406.45407.45408.45409.45410.45411.45412.45413.45414.45415.45416.45417.45418.45419.45420.45421&a=13814885&app=typekit&e=css — 200 — 172 B — 16 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 14 ms — h3https://www.youtube.com/embed/DM3S3ImAvFE?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1www.youtube.com/embed/DM3S3ImAvFE?r... https://www.youtube.com/embed/DM3S3ImAvFE?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1 — 200 — 55.8 KiB — 92 ms — h2https://www.youtube.com/embed/Go_UdQQvMSs?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1www.youtube.com/embed/Go_UdQQvMSs?r... https://www.youtube.com/embed/Go_UdQQvMSs?rel=0&showinfo=0&controls=1&autohide=1&modestbranding=1 — 200 — 54.7 KiB — 111 ms — h2https://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/ceaefe/000000000... https://use.typekit.net/af/ceaefe/00000000000000007735acce/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 21.9 KiB — 57 ms — h2https://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3use.typekit.net/af/79362f/000000000... https://use.typekit.net/af/79362f/0000000000000000775b811a/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3 — 200 — 39.2 KiB — 38 ms — h2https://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3use.typekit.net/af/b8c688/000000000... https://use.typekit.net/af/b8c688/0000000000000000775b8116/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n9&v=3 — 200 — 38.0 KiB — 42 ms — h2https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3use.typekit.net/af/d7ef03/000000000... https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3 — 200 — 29.9 KiB — 55 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2fonts.gstatic.com/s/roboto/v51/KFO5... https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2 — 200 — 40.8 KiB — 15 ms — h3https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 26 ms — h3https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3use.typekit.net/af/5071c4/000000000... https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 200 — 27.9 KiB — 52 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 40 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 60 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.0 KiB — 174 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 189 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 44 ms — h3https://www.youtube.com/s/player/ecde8a55/www-player.csswww.youtube.com/s/player/ecde8a55/w... https://www.youtube.com/s/player/ecde8a55/www-player.css — 200 — 57.8 KiB — 37 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 76 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 146 ms — h2https://www.youtube.com/s/player/ecde8a55/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/ecde8a55/p... https://www.youtube.com/s/player/ecde8a55/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 159 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 39 ms — h3https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2fonts.gstatic.com/s/robotoslab/v36/... https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 200 — 33.4 KiB — 36 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2 — 200 — 154.3 KiB — 87 ms — h3https://use.typekit.net/af/9e97d3/00000000000000007735d62a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/9e97d3/000000000... https://use.typekit.net/af/9e97d3/00000000000000007735d62a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 26.0 KiB — 50 ms — h2https://www.ou.edu/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpgwww.ou.edu/web/_jcr_content/content... https://www.ou.edu/web/_jcr_content/content/section_copy_copy_co/par/image.img.jpg/1741633246913.jpg — 200 — 936.1 KiB — 1.4 s — http/1.1https://www.ou.edu/etc/designs/ou-material/components/js/runtime.jswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/components/js/runtime.js — 200 — 1.6 KiB — 231 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-0N6ZR0C2QE&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0N6ZR0C2QE&cx=c&gtm=4e64h1 — 200 — 159.8 KiB — 55 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 44 ms — h2https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.csscdn.jsdelivr.net/npm/cookieconsent@... https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css — 200 — 1.6 KiB — 44 ms — h2https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js?_=1776819360154cdn.jsdelivr.net/npm/cookieconsent@... https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js?_=1776819360154 — 200 — 7.4 KiB — 36 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2 — 200 — 115.9 KiB — 22 ms — h3https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.jscdnjs.cloudflare.com/ajax/libs/wow/... https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js — 200 — 3.6 KiB — 15 ms — h3https://www.ou.edu/etc/designs/ou-material/components/js/vendor.jswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/components/js/vendor.js — 200 — 153.6 KiB — 1.1 s — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=680561874&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ou.edu%2F&ul=en-us&dt=The%20University%20of%20Oklahoma&sr=800x600&vp=1350x940&_u=YEBAAAABAAAAAC~&jid=1365608338&gjid=1562440023&cid=1720327684.1776819361&tid=UA-32252629-1&_gid=1961399107.1776819361&_r=1&_slc=1&gtm=45He64h1n81PN5HHTPv810365129za200zd810365129&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&z=1335961368www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=680561874&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ou.edu%2F&ul=en-us&dt=The%20University%20of%20Oklahoma&sr=800x600&vp=1350x940&_u=YEBAAAABAAAAAC~&jid=1365608338&gjid=1562440023&cid=1720327684.1776819361&tid=UA-32252629-1&_gid=1961399107.1776819361&_r=1&_slc=1&gtm=45He64h1n81PN5HHTPv810365129za200zd810365129&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&z=1335961368 — 200 — 449 B — 7 ms — h2https://use.typekit.net/af/390dad/000000000000000077359fcb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/390dad/000000000... https://use.typekit.net/af/390dad/000000000000000077359fcb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 25.9 KiB — 20 ms — h2https://use.typekit.net/af/2756d5/00000000000000007735d630/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/2756d5/000000000... https://use.typekit.net/af/2756d5/00000000000000007735d630/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 26.7 KiB — 20 ms — h2https://use.typekit.net/af/a9e142/00000000000000007735d61f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/a9e142/000000000... https://use.typekit.net/af/a9e142/00000000000000007735d61f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 25.8 KiB — 25 ms — h2https://use.typekit.net/af/aa0b66/00000000000000007735d626/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/aa0b66/000000000... https://use.typekit.net/af/aa0b66/00000000000000007735d626/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 26.3 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-12783144&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-12783144&cx=c&gtm=4e64h1 — 200 — 129.4 KiB — 32 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-0N6ZR0C2QE&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&_p=1776819360305&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1720327684.1776819361&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261&sid=1776819361&sct=1&seg=0&dl=https%3A%2F%2Fwww.ou.edu%2F&dt=The%20University%20of%20Oklahoma&en=page_view&_fv=1&_ss=1&tfd=3325analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-0N6ZR0C2QE&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&_p=1776819360305&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1720327684.1776819361&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261&sid=1776819361&sct=1&seg=0&dl=https%3A%2F%2Fwww.ou.edu%2F&dt=The%20University%20of%20Oklahoma&en=page_view&_fv=1&_ss=1&tfd=3325 — 204 — 546 B — 87 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0N6ZR0C2QE&cid=1720327684.1776819361&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0N6ZR0C2QE&cid=1720327684.1776819361&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261 — 204 — 555 B — 23 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0N6ZR0C2QE&cid=1720327684.1776819361&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261&z=667269927www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0N6ZR0C2QE&cid=1720327684.1776819361&gtm=45je64h1v871294588z8810365129za20gzb810365129zd810365129&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118463261&z=667269927 — 200 — 408 B — 24 ms — h2https://ad.doubleclick.net/activity;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F?ad.doubleclick.net/activity;src=127... https://ad.doubleclick.net/activity;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F? — 302 — 22 B — 583 ms — h3https://12783144.fls.doubleclick.net/activityi;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2F?12783144.fls.doubleclick.net/activi... https://12783144.fls.doubleclick.net/activityi;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2F? — 302 — 871 B — 39 ms — h2https://www.ou.edu/etc/designs/ou-material/components/js/main.jswww.ou.edu/etc/designs/ou-material/... https://www.ou.edu/etc/designs/ou-material/components/js/main.js — 200 — 45.7 KiB — 247 ms — http/1.1https://ad.doubleclick.net/activity;dc_pre=CJXW6fafgJQDFSG6SwUda0IpBg;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CJXW6fafgJQDFSG6SwUda0IpBg;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F? — 302 — 22 B — 525 ms — h3https://12783144.fls.doubleclick.net/activityi;dc_pre=CKrn6fafgJQDFYG9SwUdhvcdyA;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2F?12783144.fls.doubleclick.net/activi... https://12783144.fls.doubleclick.net/activityi;dc_pre=CKrn6fafgJQDFYG9SwUdhvcdyA;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2F? — 200 — 685 B — 13 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CKrn6fafgJQDFYG9SwUdhvcdyA;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=*;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CKrn6fafgJQDFYG9SwUdhvcdyA;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=*;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;_dc_test=1;~oref=https%3A%2F%2Fwww.ou.edu%2F — 200 — 63 B — 26 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=7820255560009415572;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJyXEkanDOKFPpoigwyD7723yWXT_RD3t70TA;_dc_time=1776819361;dc_pre=CJXW6fafgJQDFSG6SwUda0IpBg;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=7820255560009415572;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJyXEkanDOKFPpoigwyD7723yWXT_RD3t70TA;_dc_time=1776819361;dc_pre=CJXW6fafgJQDFSG6SwUda0IpBg;src=12783144;type=oulph0;cat=ouhom0;rcb=17;ord=3232166914587;npa=0;auiddc=1618736728.1776819361;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9188107071z8810365129za20gzb810365129zd810365129xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=0~115616985~115938466~115938468~117266400~117884344;epver=2;dc_random=1776819361_v69yfHDOlNE3I3gVrtxb7rb7Oitesfhbpg;~oref=https%3A%2F%2Fwww.ou.edu%2F? — 200 — 63 B — 352 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 199 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 31 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 23 ms — h3https://www.ou.edu/content/dam/news/images/articles/2026/april/aaron-lim.jpgwww.ou.edu/content/dam/news/images/... https://www.ou.edu/content/dam/news/images/articles/2026/april/aaron-lim.jpg — 200 — 91.4 KiB — 223 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 176 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 5 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 13 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 11 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 17 ms — h3https://www.ou.edu/content/dam/news/images/articles/2026/april/Web%20of%20Life.jpgwww.ou.edu/content/dam/news/images/... https://www.ou.edu/content/dam/news/images/articles/2026/april/Web%20of%20Life.jpg — 200 — 658.1 KiB — 849 ms — http/1.1https://i.ytimg.com/vi_webp/DM3S3ImAvFE/maxresdefault.webpi.ytimg.com/vi_webp/DM3S3ImAvFE/max... https://i.ytimg.com/vi_webp/DM3S3ImAvFE/maxresdefault.webp — 200 — 71.2 KiB — 21 ms — h2https://i.ytimg.com/vi_webp/Go_UdQQvMSs/maxresdefault.webpi.ytimg.com/vi_webp/Go_UdQQvMSs/max... https://i.ytimg.com/vi_webp/Go_UdQQvMSs/maxresdefault.webp — 200 — 69.0 KiB — 11 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 15 ms — h3https://www.ou.edu/content/dam/theres-only-one/Evans%20Hall%20Summer%203.jpgwww.ou.edu/content/dam/theres-only-... https://www.ou.edu/content/dam/theres-only-one/Evans%20Hall%20Summer%203.jpg — 200 — 78.9 KiB — 230 ms — http/1.1https://www.ou.edu/content/dam/homepage/campuses/tulsa-campus.jpgwww.ou.edu/content/dam/homepage/cam... https://www.ou.edu/content/dam/homepage/campuses/tulsa-campus.jpg — 200 — 395.4 KiB — 461 ms — http/1.1https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 1 ms — h3https://www.ou.edu/content/dam/homepage/campuses/hsc-campus.jpgwww.ou.edu/content/dam/homepage/cam... https://www.ou.edu/content/dam/homepage/campuses/hsc-campus.jpg — 200 — 715.4 KiB — 659 ms — http/1.1https://www.ou.edu/content/dam/theres-only-one/OU%20Online2.jpgwww.ou.edu/content/dam/theres-only-... https://www.ou.edu/content/dam/theres-only-one/OU%20Online2.jpg — 200 — 68.0 KiB — 245 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 38 ms — h3https://www.ou.edu/content/dam/homepage2012/design/footerlogo.pngwww.ou.edu/content/dam/homepage2012... https://www.ou.edu/content/dam/homepage2012/design/footerlogo.png — 200 — 3.9 KiB — 238 ms — http/1.1https://www.ou.edu/content/dam/homepage/one/OneRhthymWeb.mp4www.ou.edu/content/dam/homepage/one... https://www.ou.edu/content/dam/homepage/one/OneRhthymWeb.mp4 — 206 — 5.7 MiB — 228 ms — http/1.1https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 34 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 13 ms — h3https://www.youtube.com/generate_204?RZHH8Awww.youtube.com/generate_204?RZHH8A https://www.youtube.com/generate_204?RZHH8A — 204 — 10 B — 4 ms — h3https://www.youtube.com/generate_204?bXXTBQwww.youtube.com/generate_204?bXXTBQ https://www.youtube.com/generate_204?bXXTBQ — 204 — 10 B — 8 ms — h3https://www.ou.edu/content/dam/homepage/feature/research-lab.jpgwww.ou.edu/content/dam/homepage/fea... https://www.ou.edu/content/dam/homepage/feature/research-lab.jpg — 200 — 1.8 MiB — 1.7 s — http/1.1https://connect.facebook.net/signals/config/2187617654888149?v=2.9.303&r=stable&domain=www.ou.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/2187617654888149?v=2.9.303&r=stable&domain=www.ou.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.6 KiB — 233 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 25 ms — h3https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.ou.eduplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.ou.edu — 200 — 103.4 KiB — 50 ms — h2https://www.ou.edu/content/dam/homepage/one/20250906_Michigan%20vs%20OU_TC_066.jpgwww.ou.edu/content/dam/homepage/one... https://www.ou.edu/content/dam/homepage/one/20250906_Michigan%20vs%20OU_TC_066.jpg — 200 — 2.8 MiB — 2.6 s — http/1.1https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4www.ou.edu/content/dam/theres-only-... https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4 — 206 — 99.0 KiB — 244 ms — http/1.1https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 35 ms — h2https://syndication.twitter.com/settings?session_id=d70228062cf93b8f12f92b4bb50f442674184970syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=d70228062cf93b8f12f92b4bb50f442674184970 — 200 — 952 B — 214 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 21 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 145 B — 15 ms — h3https://www.facebook.com/tr/?id=2187617654888149&ev=PageView&dl=https%3A%2F%2Fwww.ou.edu%2F&rl=&if=false&ts=1776819362597&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776819362577.373563960313957114&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20Oklahoma&pmd[locale]=en_US&pmd[description]=The%20University%20of%20Oklahoma&plt=4398.799999952316&it=1776819362297&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=21876176548... https://www.facebook.com/tr/?id=2187617654888149&ev=PageView&dl=https%3A%2F%2Fwww.ou.edu%2F&rl=&if=false&ts=1776819362597&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776819362577.373563960313957114&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20Oklahoma&pmd[locale]=en_US&pmd[description]=The%20University%20of%20Oklahoma&plt=4398.799999952316&it=1776819362297&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 18 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2187617654888149&ev=PageView&dl=https%3A%2F%2Fwww.ou.edu%2F&rl=&if=false&ts=1776819362597&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776819362577.373563960313957114&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20Oklahoma&pmd[locale]=en_US&pmd[description]=The%20University%20of%20Oklahoma&plt=4398.799999952316&it=1776819362297&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2187617654888149&ev=PageView&dl=https%3A%2F%2Fwww.ou.edu%2F&rl=&if=false&ts=1776819362597&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776819362577.373563960313957114&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20Oklahoma&pmd[locale]=en_US&pmd[description]=The%20University%20of%20Oklahoma&plt=4398.799999952316&it=1776819362297&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 198 B — 355 ms — h3https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4www.ou.edu/content/dam/theres-only-... https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4 — 206 — 36.5 KiB — 218 ms — http/1.1https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4www.ou.edu/content/dam/theres-only-... https://www.ou.edu/content/dam/theres-only-one/oklahoma-web-video-coloring-book-edition.mp4 — 206 — 5.6 MiB — 0 ms — http/1.1https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 11 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 9 ms — h3https://www.ou.edu/favicon.icowww.ou.edu/favicon.ico https://www.ou.edu/favicon.ico — 200 — 15.2 KiB — 217 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1732ms · 788KB · $23/mo
Unattributable
Other
Costly
Execution 564ms
Transfer 0 KB
Monthly Cost $7/mo
www.ou.edu
Other
Costly
Execution 475ms
Transfer 33 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Optional
Execution 159ms
Transfer 172 KB
Unused 49%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 112ms
Transfer 160 KB
Unused 40%
Monthly Cost $1/mo
www.ou.edu
Other
Optional
Execution 101ms
Transfer 46 KB
Unused 77%
Monthly Cost $1/mo
www.ou.edu
Other
Optional
Execution 74ms
Transfer 154 KB
Unused 71%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 71ms
Transfer 47 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 62ms
Transfer 129 KB
Unused 47%
Monthly Cost $1/mo
Twitter/X Embed
Social
Optional
Execution 61ms
Transfer 27 KB
Monthly Cost $1/mo
Google Analytics
Analytics
Optional
Execution 54ms
Transfer 21 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 564ms and costs ~$7/month
  • www.ou.edu adds 475ms and costs ~$6/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

Unattributable takes 564ms 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.ou.edu takes 475ms 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

77% of www.ou.edu'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

71% of www.ou.edu'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

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