Skip to content
https://uc.edu

Performance

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

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

50
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.37 s

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

6.55 s

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

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

4.43 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.92 s

Page Load Progression

869 ms
1.7 s
2.6 s
3.5 s
4.3 s
5.2 s
6.1 s
7.0 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
17.7 MB transferred, 260 requests
FIX
17.7 MB transferred, 260 requests
Critical::
Page weighs 30.6 MB (17.7 MB transferred)
Warning::
JavaScript is 4.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.6 MB
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Info::
Fonts are 634 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 634 KB
Warning::
260 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.7 g CO2 per page load
17.7 MB / 2.4 MB budget
17.7 MB transferred
260 requests
3.7 g CO2 per page load
Other 9.4 MiB 53%
JavaScript 4.6 MiB 26%
Images 2.9 MiB 16%
Fonts 634.2 KiB 4%
CSS 134.9 KiB 1%
HTML 86.0 KiB 0%
Other 7.7 KiB 0%
Other 5.5 KiB 0%
Other 3.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (17.7 MiB of 17.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2191ms total JS execution
FIX
2191ms total JS execution
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5X6...: 296ms CPU time
Info::
Unattributable: 222ms CPU time
Info::
https://www.uc.edu/: 205ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-7H1F...: 171ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-MGTH...: 156ms CPU time
Warning::
Third-party scripts: 2191ms (100% of total)

Main Thread Breakdown

Script Evaluation 73% Other 10% Script Parsing & Compilation 9% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-5X6WL3296ms255ms18ms3rd
Unattributable222ms6ms0ms3rd
https://www.uc.edu/205ms1ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1171ms131ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-MGTHE90KB1&cx=c&gtm=4e64h1156ms145ms10ms3rd
https://cdn.blueconic.net/uofcincinnati.js125ms98ms13ms3rd
https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.js85ms55ms9ms3rd
https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js82ms73ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-NGBXFCKS&cx=c&gtm=4e64h175ms66ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-10289295&cx=c&gtm=4e64h173ms66ms7ms3rd

Showing top 10 of 22 scripts

F
JS Bundles
Action
81 scripts, 1.8 MB unused
FIX
81 scripts, 1.8 MB unused
Warning::
https://www.uc.edu/etc.clientlibs/uc-base/componen...: 90 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uc.edu/etc.clientlibs/uc-base/componen...: unminified — 22 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7H1F...: 68 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-967...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-714...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.8 MB
1833 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.js126 KB90 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1177 KB68 KB (38%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-965643165&cx=c&gtm=4e64h1134 KB67 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-967091893&cx=c&gtm=4e64h1145 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-714613493&cx=c&gtm=4e64h1145 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-962154354&cx=c&gtm=4e64h1144 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-964831651&cx=c&gtm=4e64h1144 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-NGBXFCKS&cx=c&gtm=4e64h1156 KB63 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-10816729520&cx=c&gtm=4e64h1145 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-969966703&cx=c&gtm=4e64h1145 KB62 KB (43%)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
260 resources · 17.7 MB · 1.8 MB savings available
FIX
260 resources · 17.7 MB · 1.8 MB savings available
Warning::
Page weight 16.7 MB over 1MB target
Got: 17.7 MB Expected: ≤ 1 MB
Info::
~1.8 MB of savings available
Warning::
259 third-party resources (100% of weight)
Info::
11 resources over 200KB
260 resources · 17.7 MiB · 259 third-party 16.7 MiB over 1MB target
Media 53% · 9.3 MiB
JavaScript 26% · 4.6 MiB
Image 16% · 2.9 MiB
Font 4% · 634.2 KiB
CSS 1% · 134.9 KiB
Document 0% · 90.2 KiB
Other 0% · 40.9 KiB

~1.8 MiB of savings available

Remove unused JavaScript: 1.8 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
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/uc/_jcr_content/main/re... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/dam/refresh/marketing-c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/dam/refresh/marketing-c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/dam/refresh/marketing-c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/uc/_jcr_content/main/re... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/uc/_jcr_content/main/re... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uc.edu/content/dam/refresh/marketing-c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 2.9 MB
0 oversized -0 KB
31 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Web fonts

10

634 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://use.typekit.net/af/aaa6a3/0000000000000000775aa938/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/aaa6a3/0000000000000000775aa938/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 24.1 KiB — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 59 ms — font-display: swaphttps://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/bootstrap/resources/fonts/glyphicons-halflings-regular.woff2glyphicons-halflings-re... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/bootstrap/resources/fonts/glyphicons-halflings-regular.woff2 — 17.8 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/3497c4/0000000000000000775aa950/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/3497c4/0000000000000000775aa950/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 25.0 KiB — 5 ms — font-display: swaphttps://use.typekit.net/af/42515e/0000000000000000775aa916/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/42515e/0000000000000000775aa916/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 25.2 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/f34e19/0000000000000000775aa92e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/f34e19/0000000000000000775aa92e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 23.6 KiB — 9 ms — font-display: swaphttps://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-solid-900.woff2 — 320.5 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/comforter/v9/H4clBXOCl8nQnlaql3Qq75u9qKS-aw.woff2H4clBXOCl8nQnlaql3Qq75u... https://fonts.gstatic.com/s/comforter/v9/H4clBXOCl8nQnlaql3Qq75u9qKS-aw.woff2 — 30.9 KiB — 29 ms — font-display: swaphttps://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-brands-400.woff2 — 108.5 KiB — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC8MLnbtg.woff2JTUFjIg1_i6t8kCHKm459Wx... https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC8MLnbtg.woff2 — 16.6 KiB — 24 ms — font-display: swap
l woff2 swap
Size 24 KB
Load time 6 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 59 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
glyphicons-halflings-re... woff2 swap
Size 18 KB
Load time 15 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 5 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 8 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 9 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 321 KB
Load time 11 ms
Start 1.2 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
H4clBXOCl8nQnlaql3Qq75u... woff2 swap
Size 31 KB
Load time 29 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 109 KB
Load time 6 ms
Start 1.2 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
JTUFjIg1_i6t8kCHKm459Wx... woff2 swap
Size 17 KB
Load time 24 ms
Start 1.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 ~215 KB and ~430 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
260 requests over 4672ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://uc.edu// https://uc.edu/ — 301 — 123 B — 610 ms — http/1.0https://www.uc.edu/www.uc.edu/ https://www.uc.edu/ — 200 — 60.7 KiB — 165 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.uc.edu/.rum/@adobe/helix-rum-js... https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 967 B — 5 ms — h2https://cdn.blueconic.net/uofcincinnati.jscdn.blueconic.net/uofcincinnati.js https://cdn.blueconic.net/uofcincinnati.js — 200 — 41.2 KiB — 74 ms — h2https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js — 200 — 58.5 KiB — 114 ms — h2https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-sanitize.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-sanitize.min.js — 200 — 3.4 KiB — 116 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-13bcd7126989814bd247d4299a961c37-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-13bcd7126989814bd247d4299a961c37-lc.css — 200 — 71.5 KiB — 22 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.js — 200 — 125.8 KiB — 37 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-8175d89ba24d95d14c2568c04bccb29d-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-8175d89ba24d95d14c2568c04bccb29d-lc.css — 200 — 1.2 KiB — 18 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/templates/global/clientlibs/global/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/templates/global/clientlibs/global/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.css — 200 — 216 B — 27 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/templates/refresh/uc-home/clientlibs/uc-home/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/templates/refresh/uc-home/clientlibs/uc-home/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.css — 200 — 72 B — 25 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-ccc13599b3093e17788aaf8fb62d618b-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-ccc13599b3093e17788aaf8fb62d618b-lc.js — 200 — 4.6 KiB — 23 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-939faa3742fc90eb9e26ae7d24934e5e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-939faa3742fc90eb9e26ae7d24934e5e-lc.css — 200 — 27.3 KiB — 16 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-5e6e0e32dd24fb0d3e2c78f74abdfe6e-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-5e6e0e32dd24fb0d3e2c78f74abdfe6e-lc.js — 200 — 17.6 KiB — 32 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 90 ms — http/1.1https://www.uc.edu/content/uc/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 301 — 181 B — 26 ms — h2https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-0c20920aba9e6fe9411b9d45eb605a43-lc.csswww.uc.edu/etc.clientlibs/core/wcm/... https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-0c20920aba9e6fe9411b9d45eb605a43-lc.css — 200 — 536 B — 22 ms — h2https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-d31d55e65397b599da9a48a99dd8f4af-lc.jswww.uc.edu/etc.clientlibs/core/wcm/... https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-d31d55e65397b599da9a48a99dd8f4af-lc.js — 200 — 6.8 KiB — 21 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpeg — 301 — 246 B — 5 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpeg — 301 — 163 B — 4 ms — h2https://www.uc.edu/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/_jcr_content/image.img.c... https://www.uc.edu/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 200 — 178.6 KiB — 103 ms — h2https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpegwww.uc.edu/_jcr_content/main/respon... https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpeg — 200 — 151.5 KiB — 104 ms — h2https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpegwww.uc.edu/_jcr_content/main/respon... https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpeg — 200 — 104.7 KiB — 105 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061004uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061004 — 200 — 9.4 KiB — 295 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpeg — 301 — 199 B — 8 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-cutout.webp/_jcr_content/renditions/originalwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-cutout.webp/_jcr_content/renditions/original — 200 — 89.5 KiB — 23 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-a56ad69c73abc19b972b325d873e5f67-lc.csswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-a56ad69c73abc19b972b325d873e5f67-lc.css — 200 — 4.1 KiB — 11 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/newslist-v2.lc-02e290c6ae8ace38bff0629d2d8be237-lc.csswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/newslist-v2.lc-02e290c6ae8ace38bff0629d2d8be237-lc.css — 200 — 268 B — 20 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-82d36eff97b4dded9c424cb66b2c974d-lc.jswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-82d36eff97b4dded9c424cb66b2c974d-lc.js — 200 — 4.9 KiB — 14 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/searchlist.lc-d5e14d5f579eac8522f314c5108d111f-lc.jswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/searchlist.lc-d5e14d5f579eac8522f314c5108d111f-lc.js — 200 — 2.4 KiB — 14 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://uc.edu// https://uc.edu/ — 301 — 123 B — 610 ms — http/1.0https://www.uc.edu/www.uc.edu/ https://www.uc.edu/ — 200 — 60.7 KiB — 165 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.uc.edu/.rum/@adobe/helix-rum-js... https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 967 B — 5 ms — h2https://cdn.blueconic.net/uofcincinnati.jscdn.blueconic.net/uofcincinnati.js https://cdn.blueconic.net/uofcincinnati.js — 200 — 41.2 KiB — 74 ms — h2https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js — 200 — 58.5 KiB — 114 ms — h2https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-sanitize.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-sanitize.min.js — 200 — 3.4 KiB — 116 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-13bcd7126989814bd247d4299a961c37-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-13bcd7126989814bd247d4299a961c37-lc.css — 200 — 71.5 KiB — 22 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.js — 200 — 125.8 KiB — 37 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-8175d89ba24d95d14c2568c04bccb29d-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-8175d89ba24d95d14c2568c04bccb29d-lc.css — 200 — 1.2 KiB — 18 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/templates/global/clientlibs/global/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/templates/global/clientlibs/global/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.css — 200 — 216 B — 27 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/templates/refresh/uc-home/clientlibs/uc-home/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/templates/refresh/uc-home/clientlibs/uc-home/static.lc-d41d8cd98f00b204e9800998ecf8427e-lc.css — 200 — 72 B — 25 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-ccc13599b3093e17788aaf8fb62d618b-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/shared/utils.lc-ccc13599b3093e17788aaf8fb62d618b-lc.js — 200 — 4.6 KiB — 23 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-939faa3742fc90eb9e26ae7d24934e5e-lc.csswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-939faa3742fc90eb9e26ae7d24934e5e-lc.css — 200 — 27.3 KiB — 16 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-5e6e0e32dd24fb0d3e2c78f74abdfe6e-lc.jswww.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/all-components.lc-5e6e0e32dd24fb0d3e2c78f74abdfe6e-lc.js — 200 — 17.6 KiB — 32 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 90 ms — http/1.1https://www.uc.edu/content/uc/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 301 — 181 B — 26 ms — h2https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-0c20920aba9e6fe9411b9d45eb605a43-lc.csswww.uc.edu/etc.clientlibs/core/wcm/... https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-0c20920aba9e6fe9411b9d45eb605a43-lc.css — 200 — 536 B — 22 ms — h2https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-d31d55e65397b599da9a48a99dd8f4af-lc.jswww.uc.edu/etc.clientlibs/core/wcm/... https://www.uc.edu/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.lc-d31d55e65397b599da9a48a99dd8f4af-lc.js — 200 — 6.8 KiB — 21 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpeg — 301 — 246 B — 5 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpeg — 301 — 163 B — 4 ms — h2https://www.uc.edu/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/_jcr_content/image.img.c... https://www.uc.edu/_jcr_content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 200 — 178.6 KiB — 103 ms — h2https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpegwww.uc.edu/_jcr_content/main/respon... https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par1/image.img.jpeg/1773840802411/171027jfhgc0335.jpeg — 200 — 151.5 KiB — 104 ms — h2https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpegwww.uc.edu/_jcr_content/main/respon... https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par0/image_copy.img.jpeg/1773840802383/231201afein045.jpeg — 200 — 104.7 KiB — 105 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061004uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061004 — 200 — 9.4 KiB — 295 ms — h2https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpegwww.uc.edu/content/uc/_jcr_content/... https://www.uc.edu/content/uc/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpeg — 301 — 199 B — 8 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-cutout.webp/_jcr_content/renditions/originalwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-cutout.webp/_jcr_content/renditions/original — 200 — 89.5 KiB — 23 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-a56ad69c73abc19b972b325d873e5f67-lc.csswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-a56ad69c73abc19b972b325d873e5f67-lc.css — 200 — 4.1 KiB — 11 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/newslist-v2.lc-02e290c6ae8ace38bff0629d2d8be237-lc.csswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/newslist-v2.lc-02e290c6ae8ace38bff0629d2d8be237-lc.css — 200 — 268 B — 20 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-82d36eff97b4dded9c424cb66b2c974d-lc.jswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/newsList/clientlibs/site.lc-82d36eff97b4dded9c424cb66b2c974d-lc.js — 200 — 4.9 KiB — 14 ms — h2https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/searchlist.lc-d5e14d5f579eac8522f314c5108d111f-lc.jswww.uc.edu/etc.clientlibs/news/comp... https://www.uc.edu/etc.clientlibs/news/components/content/article-list/clientlibs/searchlist.lc-d5e14d5f579eac8522f314c5108d111f-lc.js — 200 — 2.4 KiB — 14 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5X6WL3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5X6WL3 — 200 — 213.5 KiB — 173 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-2-cutout.webp/_jcr_content/renditions/originalwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-2-cutout.webp/_jcr_content/renditions/original — 200 — 88.8 KiB — 18 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-4-cutout.webp/_jcr_content/renditions/originalwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-4-cutout.webp/_jcr_content/renditions/original — 200 — 72.6 KiB — 21 ms — h2https://www.uc.edu/content/dam/refresh/uc-news/news-icons/dark/wcpo-dark.pngwww.uc.edu/content/dam/refresh/uc-n... https://www.uc.edu/content/dam/refresh/uc-news/news-icons/dark/wcpo-dark.png — 200 — 22.8 KiB — 18 ms — h2https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400i,700&display=swapfonts.googleapis.com/css?family=Gen... https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400i,700&display=swap — 200 — 574 B — 86 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap — 200 — 1.6 KiB — 85 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap — 200 — 957 B — 87 ms — h2https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swapfonts.googleapis.com/css2?family=Jo... https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap — 200 — 893 B — 83 ms — h2https://fonts.googleapis.com/css2?family=Comforter&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Comforter&display=swap — 200 — 570 B — 83 ms — h2https://use.typekit.net/uxn7zye.cssuse.typekit.net/uxn7zye.css https://use.typekit.net/uxn7zye.css — 200 — 1.0 KiB — 42 ms — h2https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpegwww.uc.edu/_jcr_content/main/respon... https://www.uc.edu/_jcr_content/main/responsive_section_815522268/par/column_section_copy_/par2/image_copy_copy.img.jpeg/1773840802438/go-bearcats.jpeg — 200 — 195.3 KiB — 107 ms — h2https://p.typekit.net/p.css?s=1&k=uxn7zye&ht=tk&f=59998.60001.60004.60009.60010.60013&a=27542113&app=typekit&e=cssp.typekit.net/p.css?s=1&k=uxn7zye&h... https://p.typekit.net/p.css?s=1&k=uxn7zye&ht=tk&f=59998.60001.60004.60009.60010.60013&a=27542113&app=typekit&e=css — 200 — 172 B — 38 ms — h2https://use.typekit.net/af/aaa6a3/0000000000000000775aa938/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/aaa6a3/000000000... https://use.typekit.net/af/aaa6a3/0000000000000000775aa938/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 24.1 KiB — 6 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 59 ms — h3https://www.uc.edu/content/uc/jcr:content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/content/uc/jcr:content/i... https://www.uc.edu/content/uc/jcr:content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 301 — 298 B — 395 ms — h2https://player.vimeo.com/video/1164502300?autoplay=1&muted=1&loop=1&controls=0&autopause=0&background=1player.vimeo.com/video/1164502300?a... https://player.vimeo.com/video/1164502300?autoplay=1&muted=1&loop=1&controls=0&autopause=0&background=1 — 200 — 11.2 KiB — 229 ms — http/1.1https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/bootstrap/resources/fonts/glyphicons-halflings-regular.woff2www.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/bootstrap/resources/fonts/glyphicons-halflings-regular.woff2 — 200 — 17.8 KiB — 15 ms — h2https://vimeo.com/api/oembed.json?url=https%3A%2F%2Fvimeo.com%2F1164502300&id=1164502300vimeo.com/api/oembed.json?url=https... https://vimeo.com/api/oembed.json?url=https%3A%2F%2Fvimeo.com%2F1164502300&id=1164502300 — 200 — 8.8 KiB — 199 ms — http/1.1https://www.uc.edu/content/dam/refresh/marketing-communication/graphics/hardcoded-assets/ribbon-bearcats-for-life.pngwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/graphics/hardcoded-assets/ribbon-bearcats-for-life.png — 200 — 3.2 KiB — 13 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/graphics/hardcoded-assets/bar-red.pngwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/graphics/hardcoded-assets/bar-red.png — 200 — 83.1 KiB — 24 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-background.jpgwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-1-background.jpg — 200 — 245.3 KiB — 32 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/ubr-topo-waves-bottom-left.pngwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/ubr-topo-waves-bottom-left.png — 200 — 76.3 KiB — 17 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-2-background.jpgwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/homepage-diff-2-background.jpg — 200 — 360.4 KiB — 27 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/ubr-topo-waves-bottom-right.pngwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/ubr-topo-waves-bottom-right.png — 200 — 40.9 KiB — 14 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/230731aMullins265-diff-3-background.jpgwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/cutouts/230731aMullins265-diff-3-background.jpg — 200 — 277.6 KiB — 32 ms — h2https://use.typekit.net/af/3497c4/0000000000000000775aa950/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/3497c4/000000000... https://use.typekit.net/af/3497c4/0000000000000000775aa950/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 25.0 KiB — 5 ms — h2https://use.typekit.net/af/42515e/0000000000000000775aa916/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/42515e/000000000... https://use.typekit.net/af/42515e/0000000000000000775aa916/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 25.2 KiB — 8 ms — h2https://use.typekit.net/af/f34e19/0000000000000000775aa92e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/f34e19/000000000... https://use.typekit.net/af/f34e19/0000000000000000775aa92e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 23.6 KiB — 9 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-solid-900.woff2www.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-solid-900.woff2 — 200 — 320.5 KiB — 11 ms — h2https://fonts.gstatic.com/s/comforter/v9/H4clBXOCl8nQnlaql3Qq75u9qKS-aw.woff2fonts.gstatic.com/s/comforter/v9/H4... https://fonts.gstatic.com/s/comforter/v9/H4clBXOCl8nQnlaql3Qq75u9qKS-aw.woff2 — 200 — 30.9 KiB — 29 ms — h3https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy26/ohio-our-home/250418aDART149.jpgwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy26/ohio-our-home/250418aDART149.jpg — 200 — 297.2 KiB — 9 ms — h2https://uofcincinnati.blueconic.net/plugin/plugin/7f1ca35f9575694c69c3c54323ccc532uofcincinnati.blueconic.net/plugin/... https://uofcincinnati.blueconic.net/plugin/plugin/7f1ca35f9575694c69c3c54323ccc532 — 200 — 48.4 KiB — 193 ms — h2https://uofcincinnati.blueconic.net/plugin/library/07e31519897b44de98955a0d7c4758b4uofcincinnati.blueconic.net/plugin/... https://uofcincinnati.blueconic.net/plugin/library/07e31519897b44de98955a0d7c4758b4 — 200 — 69.7 KiB — 302 ms — h2https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-brands-400.woff2www.uc.edu/etc.clientlibs/uc-base/c... https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/fontAwesome/resources/webfonts/fa-brands-400.woff2 — 200 — 108.5 KiB — 6 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC8MLnbtg.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC8MLnbtg.woff2 — 200 — 16.6 KiB — 24 ms — h3https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jswww.uc.edu/.rum/@adobe/helix-rum-js... https://www.uc.edu/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.7 KiB — 9 ms — h2https://www.uc.edu/bin/uc-base/emergency-notice.json?_=1776815061063www.uc.edu/bin/uc-base/emergency-no... https://www.uc.edu/bin/uc-base/emergency-notice.json?_=1776815061063 — 200 — 286 B — 112 ms — h2https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/blk-topo-waves-right-10.pngwww.uc.edu/content/dam/refresh/mark... https://www.uc.edu/content/dam/refresh/marketing-communication/campaigns/fy25/nlh/blk-topo-waves-right-10.png — 200 — 32.3 KiB — 2 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 142 B — 12 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/index.jswww.uc.edu/.rum/@adobe/helix-rum-en... https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/index.js — 200 — 5.4 KiB — 9 ms — h2https://player.vimeo.com/video/1164502300?app_id=122963player.vimeo.com/video/1164502300?a... https://player.vimeo.com/video/1164502300?app_id=122963 — 200 — 11.3 KiB — 186 ms — http/1.1https://f.vimeocdn.com/p/4.46.41/js/player.module.jsf.vimeocdn.com/p/4.46.41/js/player.... https://f.vimeocdn.com/p/4.46.41/js/player.module.js — 200 — 210.5 KiB — 19 ms — h2https://f.vimeocdn.com/p/4.46.41/js/vendor.module.jsf.vimeocdn.com/p/4.46.41/js/vendor.... https://f.vimeocdn.com/p/4.46.41/js/vendor.module.js — 200 — 93.3 KiB — 15 ms — h2https://f.vimeocdn.com/p/4.46.41/css/player.cssf.vimeocdn.com/p/4.46.41/css/player... https://f.vimeocdn.com/p/4.46.41/css/player.css — 200 — 23.9 KiB — 11 ms — h2https://www.googletagmanager.com/gtag/js?id=G-MGTHE90KB1&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MGTHE90KB1&cx=c&gtm=4e64h1 — 200 — 170.1 KiB — 52 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-11156302&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-11156302&cx=c&gtm=4e64h1 — 200 — 129.8 KiB — 110 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10289295&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10289295&cx=c&gtm=4e64h1 — 200 — 130.9 KiB — 113 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-969966703&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-969966703&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 182 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-11504962&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-11504962&cx=c&gtm=4e64h1 — 200 — 129.8 KiB — 80 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10466974&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10466974&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 177 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1064464732&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1064464732&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 189 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-927349346&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-927349346&cx=c&gtm=4e64h1 — 200 — 137.6 KiB — 192 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-967554486&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-967554486&cx=c&gtm=4e64h1 — 200 — 143.7 KiB — 219 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-969966103&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-969966103&cx=c&gtm=4e64h1 — 200 — 143.6 KiB — 198 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-10816729520&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10816729520&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 207 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-392952637&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-392952637&cx=c&gtm=4e64h1 — 200 — 146.5 KiB — 211 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-NGBXFCKS&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-NGBXFCKS&cx=c&gtm=4e64h1 — 200 — 155.7 KiB — 227 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17672916066&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17672916066&cx=c&gtm=4e64h1 — 200 — 143.6 KiB — 236 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17876231598&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17876231598&cx=c&gtm=4e64h1 — 200 — 143.6 KiB — 232 ms — h2https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1 — 200 — 177.3 KiB — 227 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 93 ms — h2https://www.clarity.ms/tag/vy8kbzcp3j?ref=gtmwww.clarity.ms/tag/vy8kbzcp3j?ref=g... https://www.clarity.ms/tag/vy8kbzcp3j?ref=gtm — 200 — 843 B — 159 ms — http/1.1https://admissions.catalyst.uc.edu/pingadmissions.catalyst.uc.edu/ping https://admissions.catalyst.uc.edu/ping — 200 — 966 B — 324 ms — h2https://cdn.levelaccess.net/accessjs/YW1wX3VvZmMxMTAy/access.jscdn.levelaccess.net/accessjs/YW1wX3... https://cdn.levelaccess.net/accessjs/YW1wX3VvZmMxMTAy/access.js — 200 — 724 B — 245 ms — http/1.1https://unpkg.com/web-vitals@2.1.0/dist/web-vitals.umd.jsunpkg.com/web-vitals@2.1.0/dist/web... https://unpkg.com/web-vitals@2.1.0/dist/web-vitals.umd.js — 200 — 2.2 KiB — 93 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 122 ms — h3https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 314 ms — h2https://js.ipredictive.com/viant_universal_pixel.jsjs.ipredictive.com/viant_universal_... https://js.ipredictive.com/viant_universal_pixel.js — 200 — 3.5 KiB — 238 ms — h2https://cdn.resonate.com/analytics.js/v1/101220400/analytics.min.jscdn.resonate.com/analytics.js/v1/10... https://cdn.resonate.com/analytics.js/v1/101220400/analytics.min.js — 204 — 83 B — 125 ms — h2https://jelly.mdhv.io/v1/star.gif?pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&evt=hijelly.mdhv.io/v1/star.gif?pid=OBTyQ... https://jelly.mdhv.io/v1/star.gif?pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&evt=hi — 307 — 218 B — 240 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/cwv.jswww.uc.edu/.rum/@adobe/helix-rum-en... https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/cwv.js — 200 — 4.0 KiB — 18 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/a11y.jswww.uc.edu/.rum/@adobe/helix-rum-en... https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/a11y.js — 200 — 3.1 KiB — 23 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/form.jswww.uc.edu/.rum/@adobe/helix-rum-en... https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/form.js — 200 — 1.5 KiB — 22 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 200 B — 42 ms — h2https://www.uc.edu/jcr:content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/jcr:content/image.img.cq... https://www.uc.edu/jcr:content/image.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 200 — 178.6 KiB — 399 ms — h2https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/redirect.jswww.uc.edu/.rum/@adobe/helix-rum-en... https://www.uc.edu/.rum/@adobe/helix-rum-enhancer@%5E2/src/plugins/redirect.js — 200 — 1.4 KiB — 25 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 77 B — 14 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 83 B — 18 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268/LB-Zone-3?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=31f157a4-eaff-440a-b518-575db03fea6b&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061642uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268/LB-Zone-3?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=31f157a4-eaff-440a-b518-575db03fea6b&overruleReferrer=&time=2026-04-21T23%3A44%3A21%2B00%3A00&ts=1776815061642 — 200 — 1.5 KiB — 158 ms — h2https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 1.1 KiB — 40 ms — h2https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=1700&mh=956i.vimeocdn.com/video/2121165624-51e... https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=1700&mh=956 — 200 — 191.9 KiB — 499 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061 — 200 — 123 B — 175 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=822009210.1776815062&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542&sid=1776815061&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1627region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=822009210.1776815062&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542&sid=1776815061&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1627 — 204 — 546 B — 152 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061 — 200 — 40 B — 157 ms — h2https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~BmzfOeMezQ8Mqh4zN_UtKWMH0RQUruWCGBC6BaQwEvM&qsr=1&r=dXM%3D&rh=1fnSUUskyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~BmzfOeMezQ8Mqh4zN_UtKWMH0RQUruWCGBC6BaQwEvM&qsr=1&r=dXM%3D&rh=1fnSUU — 200 — 4.3 KiB — 50 ms — h2https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=1&tids=AW-11182174918&tid=AW-11182174918&tft=1776815061795&tfd=1673www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=1&tids=AW-11182174918&tid=AW-11182174918&tft=1776815061795&tfd=1673 — 200 — 21 B — 98 ms — h3https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&tx=9c9d760e-56df-4bf1-b671-4717d0cafb06jelly-v6.mdhv.io/v1/starV6.gif?evt=... https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&tx=9c9d760e-56df-4bf1-b671-4717d0cafb06 — 200 — 235 B — 176 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 190 B — 16 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 77 B — 17 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=31f157a4-eaff-440a-b518-575db03fea6b&&callback=bc_json269uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=31f157a4-eaff-440a-b518-575db03fea6b&&callback=bc_json269 — 200 — 891 B — 99 ms — h2https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=80&q=85i.vimeocdn.com/video/2121165624-51e... https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=80&q=85 — 200 — 1.7 KiB — 3 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061 — 200 — 40 B — 111 ms — h2https://ad.doubleclick.net/activity;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;src=115... https://ad.doubleclick.net/activity;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 22 B — 122 ms — h3https://11504962.fls.doubleclick.net/activityi;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?11504962.fls.doubleclick.net/activi... https://11504962.fls.doubleclick.net/activityi;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 892 B — 81 ms — h2https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815061888&tfd=1766www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815061888&tfd=1766 — 200 — 21 B — 51 ms — h3https://f.vimeocdn.com/p/4.46.41/js/player.module.jsf.vimeocdn.com/p/4.46.41/js/player.... https://f.vimeocdn.com/p/4.46.41/js/player.module.js — 200 — 0 B — 0 ms — h2https://f.vimeocdn.com/p/4.46.41/js/vendor.module.jsf.vimeocdn.com/p/4.46.41/js/vendor.... https://f.vimeocdn.com/p/4.46.41/js/vendor.module.js — 200 — 0 B — 0 ms — h2https://f.vimeocdn.com/p/4.46.41/css/player.cssf.vimeocdn.com/p/4.46.41/css/player... https://f.vimeocdn.com/p/4.46.41/css/player.css — 200 — 0 B — 0 ms — h2https://mx.technolutions.net/ping?id=b6b4401e-3ef3-9451-9f00-5348ac1b3a8c&sid=VN3YZkVyGaM9Ij18vHtTQ7AGweWXegbTch7lHbBdKulrHcGAm-a5ZKapuG297jJksWUpYP3CZwwe2NTaW61RtvcP9syM8IAP_BvnUy18cThkefu4Tb8dNzYHy2o534X8&hid=8471b0be-e695-eec5-dd9c-4cb0969483c6mx.technolutions.net/ping?id=b6b440... https://mx.technolutions.net/ping?id=b6b4401e-3ef3-9451-9f00-5348ac1b3a8c&sid=VN3YZkVyGaM9Ij18vHtTQ7AGweWXegbTch7lHbBdKulrHcGAm-a5ZKapuG297jJksWUpYP3CZwwe2NTaW61RtvcP9syM8IAP_BvnUy18cThkefu4Tb8dNzYHy2o534X8&hid=8471b0be-e695-eec5-dd9c-4cb0969483c6 — 200 — 3.7 KiB — 99 ms — h2https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=80&q=85i.vimeocdn.com/video/2121165624-51e... https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d?mw=80&q=85 — 200 — 0 B — 0 ms — h2https://ad.ipredictive.com/d/track/event?upid=116028&cache_buster=1776815061&url=https%3A%2F%2Fwww.uc.edu%2F&p1=undefined&p2=undefined&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=116028&cache_buster=1776815061&url=https%3A%2F%2Fwww.uc.edu%2F&p1=undefined&p2=undefined&ps=0 — 200 — 327 B — 408 ms — http/1.1https://ad.doubleclick.net/activity;dc_pre=CNTC5PSPgJQDFV9GHQkdOuYd6w;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CNTC5PSPgJQDFV9GHQkdOuYd6w;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 64 B — 35 ms — h3https://11504962.fls.doubleclick.net/activityi;dc_pre=CIOJ5vSPgJQDFZND9ggdHjcxpA;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?11504962.fls.doubleclick.net/activi... https://11504962.fls.doubleclick.net/activityi;dc_pre=CIOJ5vSPgJQDFZND9ggdHjcxpA;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 702 B — 33 ms — h2https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 0 B — 0 ms — h2https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-di.vimeocdn.com/video/2121165624-51e... https://i.vimeocdn.com/video/2121165624-51ea3984d5a16ac188c97b565c5aa6624e2b434750f3e1f78c08e43ea2a8ce9c-d — 200 — 238.3 KiB — 134 ms — h2https://ad.doubleclick.net/activity;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;src=111... https://ad.doubleclick.net/activity;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 22 B — 98 ms — h3https://11156302.fls.doubleclick.net/activityi;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?11156302.fls.doubleclick.net/activi... https://11156302.fls.doubleclick.net/activityi;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 502 B — 37 ms — h2https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815062004&tfd=1883www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815062004&tfd=1883 — 200 — 21 B — 90 ms — h3https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 105 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=6506331a89dc72a0376f12710df6ec2ae2b4cc171776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=6506331a89dc72a0376f12710df6ec2ae2b4cc171776815061 — 200 — 40 B — 110 ms — h2https://ad.doubleclick.net/activity;dc_pre=CKGP6fSPgJQDFTVoHQkd0VcRWQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CKGP6fSPgJQDFTVoHQkd0VcRWQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 64 B — 32 ms — h3https://adservice.google.com/ddm/fls/z/dc_pre=CIOJ5vSPgJQDFZND9ggdHjcxpA;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CIOJ5vSPgJQDFZND9ggdHjcxpA;src=11504962;type=allvi0;cat=unive0;rcb=17;ord=5190955502620;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266400;epver=2;dc_random=1776815061_JgI_EneBoCXNp5EyM6VMm5fndqXJhP-geA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 107 ms — h3https://11156302.fls.doubleclick.net/activityi;dc_pre=CMaQ6vSPgJQDFS9P9ggda3skSQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?11156302.fls.doubleclick.net/activi... https://11156302.fls.doubleclick.net/activityi;dc_pre=CMaQ6vSPgJQDFS9P9ggda3skSQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 504 B — 31 ms — h3https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 192 ms — h2https://i.vimeocdn.com/portrait/88860927_60x60?subrect=0%2C0%2C176%2C176&r=cover&sig=55cf8420155cfbde6129cddfcef38cd5968255bdab338eda022f3d9da4c50338&v=1&region=usi.vimeocdn.com/portrait/88860927_60... https://i.vimeocdn.com/portrait/88860927_60x60?subrect=0%2C0%2C176%2C176&r=cover&sig=55cf8420155cfbde6129cddfcef38cd5968255bdab338eda022f3d9da4c50338&v=1&region=us — 200 — 1.5 KiB — 6 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-10289295&tid=DC-10289295&tft=1776815062083&tfd=1961www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-10289295&tid=DC-10289295&tft=1776815062083&tfd=1961 — 200 — 21 B — 88 ms — h3https://ad.doubleclick.net/activity;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;src=102... https://ad.doubleclick.net/activity;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 22 B — 87 ms — h3https://10289295.fls.doubleclick.net/activityi;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?10289295.fls.doubleclick.net/activi... https://10289295.fls.doubleclick.net/activityi;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 529 B — 30 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CMaQ6vSPgJQDFS9P9ggda3skSQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CMaQ6vSPgJQDFS9P9ggda3skSQ;src=11156302;type=allvi0;cat=uclin0;rcb=10;ord=9690728834556;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266400;epver=2;dc_random=1776815061_FjK8Qb2Fosgye2M_Kt07OA12lp5inlMkAA;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 36 ms — h3https://ad.doubleclick.net/activity;dc_pre=CKXN7vSPgJQDFWNPHQkdrOERlA;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CKXN7vSPgJQDFWNPHQkdrOERlA;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 64 B — 35 ms — h3https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.1 KiB — 42 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 34 ms — h2https://10289295.fls.doubleclick.net/activityi;dc_pre=CMP47vSPgJQDFQ1q9ggdWHokaw;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?10289295.fls.doubleclick.net/activi... https://10289295.fls.doubleclick.net/activityi;dc_pre=CMP47vSPgJQDFQ1q9ggdWHokaw;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.1;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 527 B — 37 ms — h3https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.jsplugins.blueconic.net/static/script... https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.js — 200 — 30.2 KiB — 68 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268/LB-Zone-3?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=31f157a4-eaff-440a-b518-575db03fea6b&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A22%2B00%3A00&ts=1776815062173uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/268/LB-Zone-3?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=31f157a4-eaff-440a-b518-575db03fea6b&bctempid=&overruleReferrer=&time=2026-04-21T23%3A44%3A22%2B00%3A00&ts=1776815062173 — 200 — 1.5 KiB — 131 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CMP47vSPgJQDFQ1q9ggdWHokaw;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.*;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CMP47vSPgJQDFQ1q9ggdWHokaw;src=10289295;type=allvi0;cat=ucbra0;rcb=5;ord=2312472384337;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266400~117384405;epver=2;em=tv.*;dc_random=1776815062_kyAu6u9tX2I3Ye-O9WliclNhIqUQNQP8fw;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 35 ms — h3https://tr.snapchat.com/config/edu/7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/7ebd40ec... https://tr.snapchat.com/config/edu/7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4.js?v=3.55.0-2604211744 — 200 — 451 B — 158 ms — h2https://tr.snapchat.com/cm/i?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cbtr.snapchat.com/cm/i?pid=7ebd40ec-3... https://tr.snapchat.com/cm/i?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb — 200 — 201 B — 69 ms — h2https://tr.snapchat.com/p?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&ev=PAGE_VIEW&intg=gtm&pids=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_c1=da9ef9d5-681b-4431-a55f-412c54fb5542&cdid=%40-ea44bda3-8219-4932-bc32-e64681daed9c&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&gat=G-7H1FCKXZ4Y%2CAW-17876231598%2CAW-17672916066%2CGT-NGBXFCKS%2CAW-392952637%2CAW-10816729520%2CAW-969966103%2CAW-967554486%2CAW-927349346%2CAW-1064464732%2CDC-10466974%2CDC-11504962%2CAW-969966703%2CDC-10289295%2CDC-11156302%2CG-MGTHE90KB1%2CGTM-5X6WL3&gac=4abcf36d&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1289&m_fcps=984&m_pi=1208&m_pl=0&m_pv=2&m_rd=2080&m_sh=600&m_sl=2055&m_sw=800&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=91126208-ebba-4ccb-a5ea-23ba56af35fa&ts=1776815062202&v=3.55.0-2604211744tr.snapchat.com/p?pid=7ebd40ec-36a0... https://tr.snapchat.com/p?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&ev=PAGE_VIEW&intg=gtm&pids=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_c1=da9ef9d5-681b-4431-a55f-412c54fb5542&cdid=%40-ea44bda3-8219-4932-bc32-e64681daed9c&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&gat=G-7H1FCKXZ4Y%2CAW-17876231598%2CAW-17672916066%2CGT-NGBXFCKS%2CAW-392952637%2CAW-10816729520%2CAW-969966103%2CAW-967554486%2CAW-927349346%2CAW-1064464732%2CDC-10466974%2CDC-11504962%2CAW-969966703%2CDC-10289295%2CDC-11156302%2CG-MGTHE90KB1%2CGTM-5X6WL3&gac=4abcf36d&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1289&m_fcps=984&m_pi=1208&m_pl=0&m_pv=2&m_rd=2080&m_sh=600&m_sl=2055&m_sw=800&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=91126208-ebba-4ccb-a5ea-23ba56af35fa&ts=1776815062202&v=3.55.0-2604211744 — 200 — 446 B — 148 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 455 B — 127 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v893341690z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-969966703&tid=AW-969966703&tft=1776815062278&tfd=2156www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v893341690z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-969966703&tid=AW-969966703&tft=1776815062278&tfd=2156 — 200 — 21 B — 58 ms — h3https://ad.doubleclick.net/activity;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;src=104... https://ad.doubleclick.net/activity;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 22 B — 411 ms — h3https://10466974.fls.doubleclick.net/activityi;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?10466974.fls.doubleclick.net/activi... https://10466974.fls.doubleclick.net/activityi;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 510 B — 31 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-10466974&tid=DC-10466974&tft=1776815062324&tfd=2202www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-10466974&tid=DC-10466974&tft=1776815062324&tfd=2202 — 200 — 21 B — 35 ms — h3https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json270uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json270 — 200 — 733 B — 97 ms — h2https://ad.doubleclick.net/activity;dc_pre=CNzj_PSPgJQDFfJlHQkdLC0lnA;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CNzj_PSPgJQDFfJlHQkdLC0lnA;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 22 B — 385 ms — h3https://10466974.fls.doubleclick.net/activityi;dc_pre=CMCi_fSPgJQDFfZs9ggdpg854A;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F?10466974.fls.doubleclick.net/activi... https://10466974.fls.doubleclick.net/activityi;dc_pre=CMCi_fSPgJQDFfZs9ggdpg854A;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 509 B — 34 ms — h3https://connect.facebook.net/signals/config/904191074281702?v=2.9.303&r=stable&domain=www.uc.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/904191074281702?v=2.9.303&r=stable&domain=www.uc.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.7 KiB — 31 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 127 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CMCi_fSPgJQDFfZs9ggdpg854A;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CMCi_fSPgJQDFfZs9ggdpg854A;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 28 ms — h3https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9100046671z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1064464732&tid=AW-1064464732&tft=1776815062422&tfd=2300www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9100046671z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1064464732&tid=AW-1064464732&tft=1776815062422&tfd=2300 — 200 — 21 B — 56 ms — h3https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9NzU4LTU0MDc/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~deMmzKRM1XKop7YrJ4if1mCP1NSa6v5A_EqCbUuSrNo&r=dXM%3D&range=758-5407skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9NzU4LTU0MDc/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~deMmzKRM1XKop7YrJ4if1mCP1NSa6v5A_EqCbUuSrNo&r=dXM%3D&range=758-5407 — 200 — 4.8 KiB — 111 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=344432721026933673;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJO7DA-Pt9Bthom123RQe_ctOrWLjg1wDinBA;_dc_time=1776815062;dc_pre=CNzj_PSPgJQDFfJlHQkdLC0lnA;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=344432721026933673;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJO7DA-Pt9Bthom123RQe_ctOrWLjg1wDinBA;_dc_time=1776815062;dc_pre=CNzj_PSPgJQDFfJlHQkdLC0lnA;src=10466974;type=allvi0;cat=unive0;rcb=5;ord=769878054351;npa=1;auiddc=355088864.1776815062;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266401;epver=2;dc_random=1776815062_YfHgeFAZaP1FE0VnNo_zp8jataDopNEq9w;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 63 B — 214 ms — h3https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9212517401z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-969966103&tid=AW-969966103&tft=1776815062473&tfd=2351www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9212517401z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-969966103&tid=AW-969966103&tft=1776815062473&tfd=2351 — 200 — 21 B — 44 ms — h3https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9115207559z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=0&tids=AW-927349346&tid=AW-927349346&tft=1776815062516&tfd=2395www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9115207559z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=0&tids=AW-927349346&tid=AW-927349346&tft=1776815062516&tfd=2395 — 200 — 21 B — 50 ms — h3https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9ODczLTM1MDU1ODc/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~Z2_G8PT-G3K20hC-OQe79PYXT9JO28LbO-IKzHk8U5s&r=dXMtY2VudHJhbDE%3D&range=873-3505587skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9ODczLTM1MDU1ODc/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~Z2_G8PT-G3K20hC-OQe79PYXT9JO28LbO-IKzHk8U5s&r=dXMtY2VudHJhbDE%3D&range=873-3505587 — 200 — 3.3 MiB — 78 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9214234407z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-10816729520&tid=AW-10816729520&tft=1776815062565&tfd=2444www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9214234407z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-10816729520&tid=AW-10816729520&tft=1776815062565&tfd=2444 — 200 — 21 B — 50 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9216636584z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-967554486&tid=AW-967554486&tft=1776815062615&tfd=2493www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9216636584z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-967554486&tid=AW-967554486&tft=1776815062615&tfd=2493 — 200 — 21 B — 57 ms — h3https://lensflare.vimeo.com/add/vimeo.play_videolensflare.vimeo.com/add/vimeo.play_... https://lensflare.vimeo.com/add/vimeo.play_video — 200 — 0 B — 154 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9228776526z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-392952637&tid=AW-392952637&tft=1776815062670&tfd=2549www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9228776526z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-392952637&tid=AW-392952637&tft=1776815062670&tfd=2549 — 200 — 21 B — 60 ms — h3https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061 — 200 — 11 B — 110 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-17876231598&tid=AW-17876231598&tft=1776815062730&tfd=2608www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-17876231598&tid=AW-17876231598&tft=1776815062730&tfd=2608 — 200 — 21 B — 56 ms — h3https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9234451822z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-17672916066&tid=AW-17672916066&tft=1776815062783&tfd=2661www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45be64h1v9234451822z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-17672916066&tid=AW-17672916066&tft=1776815062783&tfd=2661 — 200 — 21 B — 80 ms — h3https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-RE02WHV2YL&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=822009210.1776815062&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~117884344&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&tfd=2709www.merchant-center-analytics.goog/... https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-RE02WHV2YL&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=822009210.1776815062&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~117884344&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&tfd=2709 — 204 — 545 B — 226 ms — h2https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~117884344&apve=1&apvf=f&apvc=0&tids=AW-726917599&tid=AW-726917599&tft=1776815062861&tfd=2740www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~117884344&apve=1&apvf=f&apvc=0&tids=AW-726917599&tid=AW-726917599&tft=1776815062861&tfd=2740 — 200 — 21 B — 195 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-965643165&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-965643165&cx=c&gtm=4e64h1 — 200 — 134.1 KiB — 73 ms — h3https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=90032cf49a412e37ea919a88e8bda2dc0120c6bb1776815061 — 200 — 11 B — 111 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-7H1FCKXZ4Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2855region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-7H1FCKXZ4Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2855 — 204 — 290 B — 77 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H1FCKXZ4Y&cid=822009210.1776815062&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H1FCKXZ4Y&cid=822009210.1776815062&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542 — 204 — 555 B — 83 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-LSJTQ7TZ38&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2879region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-LSJTQ7TZ38&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815062&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2879 — 204 — 48 B — 58 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-CWY9357HWN&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815063&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2890region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CWY9357HWN&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815063&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2890 — 204 — 48 B — 49 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-7N8S2WV95Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815063&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2903region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-7N8S2WV95Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815060919&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=822009210.1776815062&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776815063&sct=1&seg=0&dl=https%3A%2F%2Fwww.uc.edu%2F&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&en=page_view&_fv=1&_ss=1&ep.debug_mode=true&tfd=2903 — 204 — 48 B — 51 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7H1FCKXZ4Y&cid=822009210.1776815062&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542&z=1477882521www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7H1FCKXZ4Y&cid=822009210.1776815062&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542&z=1477882521 — 200 — 408 B — 83 ms — h2https://tags.srv.stackadapt.com/rt?sid=VQLn8XCZhlRlc7Cqql2zMx&url=https%3A%2F%2Fwww.uc.edu%2F&t=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&tip=l69h2cduK3vomQnkFIAuoek7JzhneCcwGrgEbQPSEtw&l_src=&l_src_d=&u_src=&u_src_d=&shop=falsetags.srv.stackadapt.com/rt?sid=VQLn... https://tags.srv.stackadapt.com/rt?sid=VQLn8XCZhlRlc7Cqql2zMx&url=https%3A%2F%2Fwww.uc.edu%2F&t=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&tip=l69h2cduK3vomQnkFIAuoek7JzhneCcwGrgEbQPSEtw&l_src=&l_src_d=&u_src=&u_src_d=&shop=false — 200 — 931 B — 100 ms — h2https://www.facebook.com/tr/?id=904191074281702&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063124&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=90419107428... https://www.facebook.com/tr/?id=904191074281702&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063124&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 69 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=904191074281702&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063124&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&expv2[0]=pl0&expv2[1]=el2&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=904191074281702&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063124&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 205 B — 217 ms — h3https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9NTQwOC0xMDA1Nw/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~zyJAUjcWkKsBbgkcTSghTXOGyGQkBEL4MqzHyzyFtgA&r=dXM%3D&range=5408-10057skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9NTQwOC0xMDA1Nw/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~zyJAUjcWkKsBbgkcTSghTXOGyGQkBEL4MqzHyzyFtgA&r=dXM%3D&range=5408-10057 — 200 — 4.9 KiB — 6 ms — h2https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9MzUwNTU4OC03OTc1Mzg3/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~mDdk81aiQ4RF66SwMNpZxEcwVQU_BrZzPPLSiQc4COU&r=dXMtY2VudHJhbDE%3D&range=3505588-7975387skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9MzUwNTU4OC03OTc1Mzg3/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~mDdk81aiQ4RF66SwMNpZxEcwVQU_BrZzPPLSiQc4COU&r=dXMtY2VudHJhbDE%3D&range=3505588-7975387 — 200 — 4.3 MiB — 97 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1z86214685za20gzb6214685zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-965643165&tid=AW-965643165&tft=1776815063230&tfd=3108www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1z86214685za20gzb6214685zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-965643165&tid=AW-965643165&tft=1776815063230&tfd=3108 — 200 — 21 B — 28 ms — h3https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 29 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 274 B — 346 ms — http/1.1https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9MTAwNTgtMTIyMDI/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~2_8En32s3xu4WHkuu3dd17p5ON-R5iMZCmg2Da7Kydc&r=dXM%3D&range=10058-12202skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9MTAwNTgtMTIyMDI/avf/0dbff2ad-49e3-4686-a283-9fda4d61739d.mp4?pathsig=8c953e4f~2_8En32s3xu4WHkuu3dd17p5ON-R5iMZCmg2Da7Kydc&r=dXM%3D&range=10058-12202 — 200 — 2.3 KiB — 6 ms — h2https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9Nzk3NTM4OC05NzcwODc0/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~k_j5QjSOhXaXHQNnoheDPru0JWnxY2RUBMbG3eDBFDc&r=dXMtY2VudHJhbDE%3D&range=7975388-9770874skyfire.vimeocdn.com/1776818661-0xe... https://skyfire.vimeocdn.com/1776818661-0xe6d2fe184a8a6570d8dbcdb1c2c20fd123a165d0/afefa5c3-b7f1-4ec9-bda9-73637d72e563/psid=11f331e2ba03466553eb9d3c97957c1c99a1139bf8840790b0e935f779d2b22d/v2/range/prot/cmFuZ2U9Nzk3NTM4OC05NzcwODc0/avf/3354222f-6a15-4cd7-8e52-867dca3ad3ad.mp4?pathsig=8c953e4f~k_j5QjSOhXaXHQNnoheDPru0JWnxY2RUBMbG3eDBFDc&r=dXMtY2VudHJhbDE%3D&range=7975388-9770874 — 200 — 1.7 MiB — 42 ms — h2https://www.uc.edu/content/uc/jcr:content/main/responsive_section_c/par/program_finder.ListGeneralInterestAreas.jsonwww.uc.edu/content/uc/jcr:content/m... https://www.uc.edu/content/uc/jcr:content/main/responsive_section_c/par/program_finder.ListGeneralInterestAreas.json — 301 — 225 B — 74 ms — h2https://www.uc.edu/content/uc/jcr:content/main/responsive_section_c/par/program_finder.ListOrganizations.jsonwww.uc.edu/content/uc/jcr:content/m... https://www.uc.edu/content/uc/jcr:content/main/responsive_section_c/par/program_finder.ListOrganizations.json — 301 — 152 B — 71 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-13957730&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-13957730&cx=c&gtm=4e64h1 — 200 — 129.8 KiB — 132 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-10163358&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10163358&cx=c&gtm=4e64h1 — 200 — 129.7 KiB — 149 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-962154354&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-962154354&cx=c&gtm=4e64h1 — 200 — 143.8 KiB — 162 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-964831651&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-964831651&cx=c&gtm=4e64h1 — 200 — 143.8 KiB — 163 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-967091893&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-967091893&cx=c&gtm=4e64h1 — 200 — 144.7 KiB — 158 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-714613493&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-714613493&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 159 ms — h3https://connect.facebook.net/signals/config/779639972656738?v=2.9.303&r=stable&domain=www.uc.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/779639972656738?v=2.9.303&r=stable&domain=www.uc.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.6 KiB — 48 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 89 ms — h2https://tr.snapchat.com/config/edu/73102040-aa0d-44c8-a7d6-fe026d2e8611.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/73102040... https://tr.snapchat.com/config/edu/73102040-aa0d-44c8-a7d6-fe026d2e8611.js?v=3.55.0-2604211744 — 200 — 259 B — 157 ms — h2https://tr.snapchat.com/cm/i?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cbtr.snapchat.com/cm/i?pid=73102040-a... https://tr.snapchat.com/cm/i?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb — 200 — 43 B — 39 ms — h2https://grad.catalyst.uc.edu/pinggrad.catalyst.uc.edu/ping https://grad.catalyst.uc.edu/ping — 200 — 966 B — 310 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIK24DBC77U3LS6JRSQG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIK24DBC77U3LS6JRSQG&lib=ttq — 200 — 3.4 KiB — 201 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.3 KiB — 93 ms — h2https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6214685za200zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tft=1776815063457&tfd=3335www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6214685za200zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tft=1776815063457&tfd=3335 — 200 — 21 B — 102 ms — h3https://tr.snapchat.com/p?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&ev=PAGE_VIEW&intg=gtm&pids=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_c1=da9ef9d5-681b-4431-a55f-412c54fb5542&cdid=%40-da1d891f-93b4-46b8-bb1f-76b8132761ec&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&gat=AW-714613493%2CAW-967091893%2CAW-964831651%2CAW-962154354%2CDC-10163358%2CDC-13957730%2CG-7H1FCKXZ4Y%2CAW-17876231598%2CAW-17672916066%2CGT-NGBXFCKS%2CAW-392952637%2CAW-10816729520%2CAW-969966103%2CAW-967554486%2CAW-927349346%2CAW-1064464732%2CDC-10466974%2CDC-11504962%2CAW-969966703%2CDC-10289295%2CDC-11156302%2CG-MGTHE90KB1%2CGTM-5X6WL3&gac=4abcf36d&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1289&m_fcps=984&m_pi=1208&m_pl=0&m_pv=2&m_rd=3311&m_sh=600&m_sl=2055&m_sw=800&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=537c3023-ad40-4806-95c8-2c2c428b1341&ts=1776815063433&v=3.55.0-2604211744tr.snapchat.com/p?pid=73102040-aa0d... https://tr.snapchat.com/p?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&ev=PAGE_VIEW&intg=gtm&pids=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_c1=da9ef9d5-681b-4431-a55f-412c54fb5542&cdid=%40-da1d891f-93b4-46b8-bb1f-76b8132761ec&u_sclid=d7ff0a45-a6db-4fe2-be84-db77327bd8cb&u_scsid=688c077a-6609-4d80-b240-d3ad2a33ca9d&gat=AW-714613493%2CAW-967091893%2CAW-964831651%2CAW-962154354%2CDC-10163358%2CDC-13957730%2CG-7H1FCKXZ4Y%2CAW-17876231598%2CAW-17672916066%2CGT-NGBXFCKS%2CAW-392952637%2CAW-10816729520%2CAW-969966103%2CAW-967554486%2CAW-927349346%2CAW-1064464732%2CDC-10466974%2CDC-11504962%2CAW-969966703%2CDC-10289295%2CDC-11156302%2CG-MGTHE90KB1%2CGTM-5X6WL3&gac=4abcf36d&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1289&m_fcps=984&m_pi=1208&m_pl=0&m_pv=2&m_rd=3311&m_sh=600&m_sl=2055&m_sw=800&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=537c3023-ad40-4806-95c8-2c2c428b1341&ts=1776815063433&v=3.55.0-2604211744 — 200 — 271 B — 126 ms — h2https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815063463&tfd=3341www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815063463&tfd=3341 — 200 — 21 B — 101 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KA&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815063463&tfd=3341www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KA&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815063463&tfd=3341 — 200 — 21 B — 101 ms — h3https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 88 B — 40 ms — h2https://www.uc.edu/jcr:content/main/responsive_section_c/par/program_finder.ListGeneralInterestAreas.jsonwww.uc.edu/jcr:content/main/respons... https://www.uc.edu/jcr:content/main/responsive_section_c/par/program_finder.ListGeneralInterestAreas.json — 200 — 672 B — 11 ms — h2https://www.uc.edu/jcr:content/main/responsive_section_c/par/program_finder.ListOrganizations.jsonwww.uc.edu/jcr:content/main/respons... https://www.uc.edu/jcr:content/main/responsive_section_c/par/program_finder.ListOrganizations.json — 200 — 688 B — 8 ms — h2https://www.uc.edu/content/dam/refresh/home/graphics/favicon.pngwww.uc.edu/content/dam/refresh/home... https://www.uc.edu/content/dam/refresh/home/graphics/favicon.png — 200 — 1.5 KiB — 4 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 201 B — 25 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 77 B — 26 ms — h2https://www.facebook.com/tr/?id=779639972656738&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063618&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=77963997265... https://www.facebook.com/tr/?id=779639972656738&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063618&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=779639972656738&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063618&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&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=779639972656738&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815063618&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815063113.627895582881386121&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&pmd[locale]=en-us&plt=1289.6999998092651&it=1776815062361&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 128 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 717 B — 217 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 850 B — 198 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 553 B — 260 ms — h2https://www.uc.edu/.rum/web-vitals/dist/web-vitals.iife.jswww.uc.edu/.rum/web-vitals/dist/web... https://www.uc.edu/.rum/web-vitals/dist/web-vitals.iife.js — 200 — 3.1 KiB — 12 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 464 B — 211 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 953 B — 252 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 645 B — 228 ms — h2https://www.uc.edu/.rum/100www.uc.edu/.rum/100 https://www.uc.edu/.rum/100 — 201 — 91 B — 11 ms — h2https://pixels.spotify.com/v1/config/fab3dfc9d1254ce4b310321fe4dd0d73pixels.spotify.com/v1/config/fab3df... https://pixels.spotify.com/v1/config/fab3dfc9d1254ce4b310321fe4dd0d73 — 200 — 265 B — 67 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 63 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189008105z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-13957730&tid=DC-13957730&tft=1776815063711&tfd=3589www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189008105z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-13957730&tid=DC-13957730&tft=1776815063711&tfd=3589 — 200 — 21 B — 41 ms — h3https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 30 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 550 B — 218 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189070797z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-10163358&tid=DC-10163358&tft=1776815063749&tfd=3628www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189070797z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-10163358&tid=DC-10163358&tft=1776815063749&tfd=3628 — 200 — 21 B — 51 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9211311795z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118167058&apve=1&apvf=f&apvc=0&tids=AW-964831651&tid=AW-964831651&tft=1776815063802&tfd=3680www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9211311795z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118167058&apve=1&apvf=f&apvc=0&tids=AW-964831651&tid=AW-964831651&tft=1776815063802&tfd=3680 — 200 — 21 B — 47 ms — h3https://mx.technolutions.net/ping?id=106deb14-687b-e5d0-b2dd-3dd8c5e19070&sid=NbCB8QYbRnQvRhntrVg3nafSss10khy3eMOzN8GDZd8Tj72M9CSKdWIxwP1xRes8ne3Q4NugTcwYVElnE-PhNWNhAYIfiQHrbY-PAl4Ya0jOVT-5OS_bIQ5SxfYLP6BA&hid=033b382f-6a8c-d553-0635-f9122ef09af3mx.technolutions.net/ping?id=106deb... https://mx.technolutions.net/ping?id=106deb14-687b-e5d0-b2dd-3dd8c5e19070&sid=NbCB8QYbRnQvRhntrVg3nafSss10khy3eMOzN8GDZd8Tj72M9CSKdWIxwP1xRes8ne3Q4NugTcwYVElnE-PhNWNhAYIfiQHrbY-PAl4Ya0jOVT-5OS_bIQ5SxfYLP6BA&hid=033b382f-6a8c-d553-0635-f9122ef09af3 — 200 — 3.7 KiB — 35 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9210707850z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-962154354&tid=AW-962154354&tft=1776815063847&tfd=3725www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9210707850z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-962154354&tid=AW-962154354&tft=1776815063847&tfd=3725 — 200 — 21 B — 44 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9213642787z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-967091893&tid=AW-967091893&tft=1776815063895&tfd=3774www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9213642787z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-967091893&tid=AW-967091893&tft=1776815063895&tfd=3774 — 200 — 21 B — 52 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQKFe_GTM5NwTAAAAZ2ybkLj3ew9_3sjucLmsAb9EzfARPmqB7sDZ4po7InO7tHHDHvvhZMr3SPFpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063642&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQKFe_GTM5NwTAAAAZ2ybkLj3ew9_3sjucLmsAb9EzfARPmqB7sDZ4po7InO7tHHDHvvhZMr3SPF — 200 — 910 B — 231 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQKV2dirps5iOwAAAZ2ybkLrwu2gfckNlmekAlTwYmO5q2ILhHR9uFCZBHJEBAG03EOP2Z1ewLICpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063634&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQKV2dirps5iOwAAAZ2ybkLrwu2gfckNlmekAlTwYmO5q2ILhHR9uFCZBHJEBAG03EOP2Z1ewLIC — 200 — 568 B — 271 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQLtYRhdh_6TOwAAAZ2ybkMMDkyjneRv6J6b0tPNoCWI_MMQat8OPd3KfhQm3_BXh3k7Ne7eyuZ0px4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815063648&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQLtYRhdh_6TOwAAAZ2ybkMMDkyjneRv6J6b0tPNoCWI_MMQat8OPd3KfhQm3_BXh3k7Ne7eyuZ0 — 200 — 389 B — 196 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9169052996z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-714613493&tid=AW-714613493&tft=1776815063945&tfd=3824www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=1445923211.1776815062&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=355088864.1776815062&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9169052996z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-714613493&tid=AW-714613493&tft=1776815063945&tfd=3824 — 200 — 21 B — 45 ms — h3https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.8 KiB — 10 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 26 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 11 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 799 B — 265 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 911 B — 157 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 910 B — 141 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 274 B — 515 ms — http/1.1https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 909 B — 147 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2191ms · 2531KB · $13/mo
Google Tag Manager
Tag Manager
Costly
Execution 296ms
Transfer 213 KB
Unused 28%
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 222ms
Transfer 0 KB
Monthly Cost $1/mo
www.uc.edu
Other
Costly
Execution 205ms
Transfer 61 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 171ms
Transfer 177 KB
Unused 38%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 156ms
Transfer 170 KB
Unused 36%
Monthly Cost $1/mo
cdn.blueconic.net
Other
Optional
Execution 125ms
Transfer 41 KB
Unused 83%
Monthly Cost $1/mo
www.uc.edu
Other
Optional
Execution 85ms
Transfer 126 KB
Unused 72%
Monthly Cost $0/mo
ajax.googleapis.com
Other
Optional
Execution 82ms
Transfer 59 KB
Unused 45%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 156 KB
Unused 41%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 73ms
Transfer 131 KB
Unused 42%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 69ms
Transfer 145 KB
Unused 43%
Monthly Cost $0/mo
Microsoft Clarity
Session Replay
Optional
Execution 66ms
Transfer 26 KB
Monthly Cost $0/mo
www.uc.edu
Other
Optional
Execution 64ms
Transfer 5 KB
Monthly Cost $0/mo
analytics.tiktok.com
Other
Optional
Execution 64ms
Transfer 110 KB
Unused 52%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 130 KB
Unused 45%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 144 KB
Unused 43%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 145 KB
Unused 43%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 146 KB
Unused 42%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 130 KB
Unused 45%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 144 KB
Unused 43%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 129 KB
Unused 44%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 50ms
Transfer 144 KB
Unused 45%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 296ms and costs ~$2/month
  • Unattributable adds 222ms and costs ~$1/month
  • www.uc.edu adds 205ms 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

Google Tag Manager takes 296ms 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

Unattributable takes 222ms 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.uc.edu takes 205ms 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

83% of cdn.blueconic.net'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

72% of www.uc.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

52% of analytics.tiktok.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

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