Skip to content
https://uc.edu

Performance

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

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

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

4.75 s

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

42.34 s

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

5.55 s

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

0.374

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

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

51.29 s

Page Load Progression

620 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
5.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
7.6 MB transferred, 220 requests
FIX
7.6 MB transferred, 220 requests
Critical::
Page weighs 18.1 MB (7.6 MB transferred)
Warning::
JavaScript is 4.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.2 MB
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
Fonts are 685 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 685 KB
Warning::
220 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.6 MB / 2.4 MB budget
7.6 MB transferred
220 requests
1.6 g CO2 per page load
JavaScript 4.2 MiB 56%
Images 2.5 MiB 33%
Fonts 685.0 KiB 9%
CSS 113.9 KiB 1%
HTML 64.5 KiB 1%
Other 33.9 KiB 0%
Other 5.4 KiB 0%
Other 4.2 KiB 0%
Other 3.3 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 (7.6 MiB of 7.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
12158ms total JS execution
FIX
12158ms total JS execution
Warning::
https://cdn.blueconic.net/uofcincinnati.js: 2821ms CPU time
Warning::
Unattributable: 869ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5X6...: 773ms CPU time
Warning::
https://www.uc.edu/: 752ms CPU time
Warning::
https://ajax.googleapis.com/ajax/libs/angularjs/1....: 436ms CPU time
Warning::
Third-party scripts: 12158ms (100% of total)

Main Thread Breakdown

Script Evaluation 76% Script Parsing & Compilation 8% Other 8% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://cdn.blueconic.net/uofcincinnati.js2821ms2637ms50ms3rd
Unattributable869ms76ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5X6WL3773ms675ms59ms3rd
https://www.uc.edu/752ms17ms1ms3rd
https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js436ms409ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-MGTHE90KB1&cx=c&gtm=4e64h1418ms376ms38ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1372ms331ms38ms3rd
https://www.uc.edu/etc.clientlibs/uc-base/components/clientlibs/libraries/libs.lc-ffd985e979170aca4a8c5bd5b54f74bf-lc.js277ms196ms36ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17876231598&cx=c&gtm=4e64h1271ms195ms29ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-967554486&cx=c&gtm=4e64h1263ms228ms34ms3rd

Showing top 10 of 37 scripts

F
JS Bundles
Action
66 scripts, 1.8 MB unused
FIX
66 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...: 69 KB unused (39%)
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-962...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-964...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.8 MB
1805 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.js125 KB90 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7H1FCKXZ4Y&cx=c&gtm=4e64h1177 KB69 KB (39%)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-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=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=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-392952637&cx=c&gtm=4e64h1146 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
220 resources · 7.6 MB · 1.8 MB savings available
FIX
220 resources · 7.6 MB · 1.8 MB savings available
Warning::
Page weight 6.6 MB over 1MB target
Got: 7.6 MB Expected: ≤ 1 MB
Info::
~1.8 MB of savings available
Warning::
219 third-party resources (100% of weight)
Info::
6 resources over 200KB
220 resources · 7.6 MiB · 219 third-party 6.6 MiB over 1MB target
JavaScript 56% · 4.2 MiB
Image 33% · 2.5 MiB
Font 9% · 685.0 KiB
CSS 1% · 113.9 KiB
Document 1% · 72.4 KiB
Other 0% · 37.4 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
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
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::
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.
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.
41 images 2.5 MB
0 oversized -0 KB
34 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
12 fonts (685 KB)
PASS
12 fonts (685 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

685 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s FCP 4.8 s LCP 42.3 shttps://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 — 40 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 — 12 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 — 31 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 — 22 ms — font-display: swaphttps://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 — 18 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 — 23 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 — 20 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 — 22 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.6 KiB — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC6MLk.woff2JTUFjIg1_i6t8kCHKm459Wx... https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC6MLk.woff2 — 16.5 KiB — 25 ms — font-display: swaphttps://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff292zatBhPNqw73oTd4jQmfxI... https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2 — 26.0 KiB — 27 ms — font-display: swaphttps://use.typekit.net/af/e0cede/0000000000000000775aa930/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/e0cede/0000000000000000775aa930/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 24.8 KiB — 4 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 40 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
glyphicons-halflings-re... woff2 swap
Size 18 KB
Load time 12 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
H4clBXOCl8nQnlaql3Qq75u... woff2 swap
Size 31 KB
Load time 31 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 22 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 18 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 320 KB
Load time 23 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 25 KB
Load time 20 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 22 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 109 KB
Load time 7 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
JTUFjIg1_i6t8kCHKm459Wx... woff2 swap
Size 16 KB
Load time 25 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
92zatBhPNqw73oTd4jQmfxI... woff2 swap
Size 26 KB
Load time 27 ms
Start 3.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 4 ms
Start 3.5 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
3
preload
1
dns-prefetch
prefetch

4 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
220 requests over 6408ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s FCP 4.8 s LCP 42.3 shttps://uc.edu// https://uc.edu/ — 301 — 123 B — 606 ms — http/1.0https://www.uc.edu/www.uc.edu/ https://www.uc.edu/ — 200 — 60.8 KiB — 126 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 — 966 B — 10 ms — h2https://cdn.blueconic.net/uofcincinnati.jscdn.blueconic.net/uofcincinnati.js https://cdn.blueconic.net/uofcincinnati.js — 200 — 41.2 KiB — 165 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 — 132 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 — 134 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.6 KiB — 27 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.5 KiB — 27 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.5 KiB — 7 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 — 100 B — 8 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 — 55 B — 11 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 — 9 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.6 KiB — 22 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.5 KiB — 24 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 110 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 — 192 B — 397 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 — 519 B — 14 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 — 12 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 — 191 B — 392 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 — 230 B — 104 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.4 KiB — 666 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A50%2B00%3A00&ts=1776815030695uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A50%2B00%3A00&ts=1776815030695 — 200 — 11.0 KiB — 427 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 — 235 B — 421 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 — 266 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 — 7 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 — 344 B — 10 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.8 KiB — 11 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.2 KiB — 12 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 — 208 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 — 89.0 KiB — 494 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s FCP 4.8 s LCP 42.3 shttps://uc.edu// https://uc.edu/ — 301 — 123 B — 606 ms — http/1.0https://www.uc.edu/www.uc.edu/ https://www.uc.edu/ — 200 — 60.8 KiB — 126 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 — 966 B — 10 ms — h2https://cdn.blueconic.net/uofcincinnati.jscdn.blueconic.net/uofcincinnati.js https://cdn.blueconic.net/uofcincinnati.js — 200 — 41.2 KiB — 165 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 — 132 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 — 134 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.6 KiB — 27 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.5 KiB — 27 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.5 KiB — 7 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 — 100 B — 8 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 — 55 B — 11 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 — 9 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.6 KiB — 22 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.5 KiB — 24 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 110 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 — 192 B — 397 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 — 519 B — 14 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 — 12 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 — 191 B — 392 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 — 230 B — 104 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.4 KiB — 666 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A50%2B00%3A00&ts=1776815030695uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A50%2B00%3A00&ts=1776815030695 — 200 — 11.0 KiB — 427 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 — 235 B — 421 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 — 266 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 — 7 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 — 344 B — 10 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.8 KiB — 11 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.2 KiB — 12 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 — 208 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 — 89.0 KiB — 494 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.5 KiB — 499 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 — 7 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 — 96 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 — 2.0 KiB — 92 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 — 979 B — 94 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 — 522 B — 98 ms — h2https://fonts.googleapis.com/css2?family=Comforter&amp;display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Comforter&amp;display=swap — 200 — 570 B — 95 ms — h2https://use.typekit.net/uxn7zye.cssuse.typekit.net/uxn7zye.css https://use.typekit.net/uxn7zye.css — 200 — 1.0 KiB — 529 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 — 379 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 — 107 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.2 KiB — 54 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 — 111 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 — 144 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 — 135 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 — 75 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 — 74 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 — 93 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 — 133 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 — 113 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 — 126 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 — 143 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 — 147 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 — 159 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 — 148 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 — 156 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 — 150 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 84 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 — 140 ms — http/1.1https://admissions.catalyst.uc.edu/pingadmissions.catalyst.uc.edu/ping https://admissions.catalyst.uc.edu/ping — 200 — 967 B — 477 ms — h2https://cdn.levelaccess.net/accessjs/YW1wX3VvZmMxMTAy/access.jscdn.levelaccess.net/accessjs/YW1wX3... https://cdn.levelaccess.net/accessjs/YW1wX3VvZmMxMTAy/access.js — 200 — 724 B — 306 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 — 104 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 — 326 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 — 242 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 — 146 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 — 217 B — 256 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&sid=1776815031&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=1344region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&sid=1776815031&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=1344 — 204 — 546 B — 135 ms — h2https://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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&apve=1&apvf=f&apvc=1&tids=AW-11182174918&tid=AW-11182174918&tft=1776815031132&tfd=1368www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45je64h1v9118144544z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&apve=1&apvf=f&apvc=1&tids=AW-11182174918&tid=AW-11182174918&tft=1776815031132&tfd=1368 — 200 — 21 B — 112 ms — h3https://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 — 380 ms — h2https://uofcincinnati.blueconic.net/plugin/plugin/7f1ca35f9575694c69c3c54323ccc532uofcincinnati.blueconic.net/plugin/... https://uofcincinnati.blueconic.net/plugin/plugin/7f1ca35f9575694c69c3c54323ccc532 — 200 — 48.4 KiB — 194 ms — h2https://uofcincinnati.blueconic.net/plugin/library/07e31519897b44de98955a0d7c4758b4uofcincinnati.blueconic.net/plugin/... https://uofcincinnati.blueconic.net/plugin/library/07e31519897b44de98955a0d7c4758b4 — 200 — 69.7 KiB — 295 ms — h2https://ad.doubleclick.net/activity;src=10466974;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;~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=8;ord=7851850574332;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 65 B — 77 ms — h3https://10466974.fls.doubleclick.net/activityi;src=10466974;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_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=8;ord=7851850574332;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 977 B — 119 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=DC-10466974&tid=DC-10466974&tft=1776815031235&tfd=1471www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=DC-10466974&tid=DC-10466974&tft=1776815031235&tfd=1471 — 200 — 21 B — 63 ms — h3https://ad.doubleclick.net/activity;src=11504962;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;~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=8;ord=2160959940922;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 65 B — 32 ms — h3https://11504962.fls.doubleclick.net/activityi;src=11504962;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_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=8;ord=2160959940922;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 973 B — 102 ms — h2https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&tx=19f1b89e-973b-41d8-8e3c-e6ac2c25dca3jelly-v6.mdhv.io/v1/starV6.gif?evt=... https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=OBTyQFjrMFe8K9ikoxmHEH0kAUrO&src=mh&tx=19f1b89e-973b-41d8-8e3c-e6ac2c25dca3 — 200 — 235 B — 204 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 — 41 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~117384406&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815031296&tfd=1532www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~117384406&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815031296&tfd=1532 — 200 — 21 B — 53 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9100046671z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-1064464732&tid=AW-1064464732&tft=1776815031348&tfd=1584www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9100046671z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-1064464732&tid=AW-1064464732&tft=1776815031348&tfd=1584 — 200 — 21 B — 60 ms — h3https://adservice.google.com/ddm/fls/z/src=10466974;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10466974;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 302 — 22 B — 105 ms — h3https://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 — 40 ms — h3https://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 — -1 — 0 B — 171 ms — https://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 — 221 ms — http/1.1https://www.uc.edu/content/uc/jcr:content/image-mobile.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/content/uc/jcr:content/i... https://www.uc.edu/content/uc/jcr:content/image-mobile.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 301 — 183 B — 441 ms — h2https://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.0 KiB — 22 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 — 31 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 — 28 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.2 KiB — 248 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.6 KiB — 30 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 — 41.0 KiB — 245 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.3 KiB — 32 ms — h2https://adservice.google.com/ddm/fls/z/src=11504962;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=11504962;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 302 — 22 B — 51 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 — 589 ms — h2https://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 — 12 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 — 31 ms — h3https://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 — 22 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 — 18 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 — 23 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 — 20 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 — 22 ms — h2https://adservice.google.com/ddm/fls/z/src=11504962;dc_pre=CNrgoOaPgJQDFaloHQkdcI8pOQ;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=11504962;dc_pre=CNrgoOaPgJQDFaloHQkdcI8pOQ;type=allvi0;cat=unive0;rcb=8;ord=2160959940922;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938466~115938469~117266400~117384406;epver=2;dc_random=1776815031_h-QKo0FcF1Vyu7tmTDm9SqatlUjnBJlukg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 28 ms — h3https://adservice.google.com/ddm/fls/z/src=10466974;dc_pre=CI_RoOaPgJQDFVBRHQkd0E8nUQ;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10466974;dc_pre=CI_RoOaPgJQDFVBRHQkd0E8nUQ;type=allvi0;cat=unive0;rcb=8;ord=7851850574332;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189084494z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401~117384406~118463262;epver=2;dc_random=1776815031_X5hlEWwEYAJQG-ARh9aABImDHXoJ2GS-fQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 31 ms — h3https://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.6 KiB — 7 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC6MLk.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC6MLk.woff2 — 200 — 16.5 KiB — 25 ms — h3https://www.uc.edu/bin/uc-base/emergency-notice.json?_=1776815030725www.uc.edu/bin/uc-base/emergency-no... https://www.uc.edu/bin/uc-base/emergency-notice.json?_=1776815030725 — 200 — 154 B — 105 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 — 3 ms — h2https://mx.technolutions.net/ping?id=b6b4401e-3ef3-9451-9f00-5348ac1b3a8c&sid=VN3YZkVyGaM9Ij18vHtTQ7AGweWXegbTch7lHbBdKulaz6VhR9K9nIhhfLnCybAKbvvcEgyc93iQh136OKvAGPzJCeQs9Kv6XLTSZ1ToAjR3qUUOinmtn3ff4OlMPD-m&hid=665ac21e-618f-2f69-0037-c3b751ae5596mx.technolutions.net/ping?id=b6b440... https://mx.technolutions.net/ping?id=b6b4401e-3ef3-9451-9f00-5348ac1b3a8c&sid=VN3YZkVyGaM9Ij18vHtTQ7AGweWXegbTch7lHbBdKulaz6VhR9K9nIhhfLnCybAKbvvcEgyc93iQh136OKvAGPzJCeQs9Kv6XLTSZ1ToAjR3qUUOinmtn3ff4OlMPD-m&hid=665ac21e-618f-2f69-0037-c3b751ae5596 — 200 — 3.7 KiB — 124 ms — h2https://ad.ipredictive.com/d/track/event?upid=116028&cache_buster=1776815031&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=1776815031&url=https%3A%2F%2Fwww.uc.edu%2F&p1=undefined&p2=undefined&ps=0 — 200 — 327 B — 414 ms — http/1.1https://ad.doubleclick.net/activity;src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;~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=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 302 — 21 B — 389 ms — h3https://11156302.fls.doubleclick.net/activityi;src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_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=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 628 B — 55 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815031653&tfd=1889www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815031653&tfd=1889 — 200 — 21 B — 78 ms — h3https://adservice.google.com/ddm/fls/z/src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 302 — 22 B — 28 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9216636584z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-967554486&tid=AW-967554486&tft=1776815031726&tfd=1962www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9216636584z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-967554486&tid=AW-967554486&tft=1776815031726&tfd=1962 — 200 — 21 B — 70 ms — h3https://adservice.google.com/ddm/fls/z/src=11156302;dc_pre=CIuZseaPgJQDFU9UHQkdSacZlw;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=11156302;dc_pre=CIuZseaPgJQDFU9UHQkdSacZlw;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 28 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=10349459034731748144;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJdhffPdkubnKSfDlOCCCA8Yj9oO-zBfnYJDQ;_dc_time=1776815031;src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;~oref=https%3A%2F%2Fwww.uc.edu%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=10349459034731748144;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NJdhffPdkubnKSfDlOCCCA8Yj9oO-zBfnYJDQ;_dc_time=1776815031;src=11156302;type=allvi0;cat=uclin0;rcb=8;ord=2261218798469;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFI;gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776815031_cihdHzueZ9xPVq4xSJzyc3xWH9Y15mgVHQ;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 63 B — 222 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9115207559z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-927349346&tid=AW-927349346&tft=1776815031784&tfd=2020www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9115207559z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-927349346&tid=AW-927349346&tft=1776815031784&tfd=2020 — 200 — 21 B — 69 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 — 193 ms — h2https://tr.snapchat.com/cm/i?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167tr.snapchat.com/cm/i?pid=7ebd40ec-3... https://tr.snapchat.com/cm/i?pid=7ebd40ec-36a0-4b41-a1a9-a6ee8e1ed9a4&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167 — 200 — 201 B — 97 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=cdbf08d7-d56c-4e4c-b976-ce51f19be3be&cdid=%40-5c5ca9f9-8a49-48dd-8ea6-6fdf687d32d7&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&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=e20df212&bg=false&bt=8b24b32a&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_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=1817&m_fcps=1004&m_pi=1741&m_pl=0&m_pv=2&m_rd=2027&m_sh=823&m_sl=1971&m_sw=412&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=7396aabd-911e-4357-9ef6-acbca37fb86a&ts=1776815031791&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=cdbf08d7-d56c-4e4c-b976-ce51f19be3be&cdid=%40-5c5ca9f9-8a49-48dd-8ea6-6fdf687d32d7&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&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=e20df212&bg=false&bt=8b24b32a&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_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=1817&m_fcps=1004&m_pi=1741&m_pl=0&m_pv=2&m_rd=2027&m_sh=823&m_sl=1971&m_sw=412&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=7396aabd-911e-4357-9ef6-acbca37fb86a&ts=1776815031791&v=3.55.0-2604211744 — 200 — 445 B — 182 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v893341690z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400~118128922~118463262&apve=1&apvf=f&apvc=0&tids=AW-969966703&tid=AW-969966703&tft=1776815031852&tfd=2088www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v893341690z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400~118128922~118463262&apve=1&apvf=f&apvc=0&tids=AW-969966703&tid=AW-969966703&tft=1776815031852&tfd=2088 — 200 — 21 B — 58 ms — h3https://www.uc.edu/jcr:content/image-mobile.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpgwww.uc.edu/jcr:content/image-mobile... https://www.uc.edu/jcr:content/image-mobile.img.cq5dam.thumbnail.500.500.jpg/1774639611989.jpg — 200 — 159.3 KiB — 677 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9212517401z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-969966103&tid=AW-969966103&tft=1776815031908&tfd=2144www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9212517401z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-969966103&tid=AW-969966103&tft=1776815031908&tfd=2144 — 200 — 21 B — 29 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 — 215 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9214234407z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117384405~118463261&apve=1&apvf=f&apvc=0&tids=AW-10816729520&tid=AW-10816729520&tft=1776815031988&tfd=2224www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9214234407z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117384405~118463261&apve=1&apvf=f&apvc=0&tids=AW-10816729520&tid=AW-10816729520&tft=1776815031988&tfd=2224 — 200 — 21 B — 49 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=DC-10289295&tid=DC-10289295&tft=1776815032033&tfd=2269www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9189008873z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=DC-10289295&tid=DC-10289295&tft=1776815032033&tfd=2269 — 200 — 21 B — 78 ms — h3https://ad.doubleclick.net/activity;src=10289295;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.1;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;~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=4;ord=4537972022657;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.1;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 65 B — 31 ms — h3https://10289295.fls.doubleclick.net/activityi;src=10289295;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.1;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_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=4;ord=4537972022657;npa=1;auiddc=1778874495.1776815031;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.1;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F? — 200 — 672 B — 54 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9234451822z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-17672916066&tid=AW-17672916066&tft=1776815032102&tfd=2338www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9234451822z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-17672916066&tid=AW-17672916066&tft=1776815032102&tfd=2338 — 200 — 21 B — 78 ms — h3https://adservice.google.com/ddm/fls/z/src=10289295;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.*;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10289295;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.*;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 302 — 22 B — 29 ms — h3https://adservice.google.com/ddm/fls/z/src=10289295;dc_pre=CKCmyeaPgJQDFQVmHQkdl5sJeQ;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.*;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10289295;dc_pre=CKCmyeaPgJQDFQVmHQkdl5sJeQ;type=allvi0;cat=ucbra0;rcb=4;ord=4537972022657;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.uc.edu%2F;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;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~115938466~115938469~117266401~117884344;epver=2;em=tv.*;dc_random=1776815032_QD0XipBLkqy7Dwrs_URurddoT4ITAuvslg;_dc_test=1;~oref=https%3A%2F%2Fwww.uc.edu%2F — 200 — 63 B — 29 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-17876231598&tid=AW-17876231598&tft=1776815032180&tfd=2416www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-17876231598&tid=AW-17876231598&tft=1776815032180&tfd=2416 — 200 — 21 B — 53 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9228776526z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-392952637&tid=AW-392952637&tft=1776815032232&tfd=2468www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45be64h1v9228776526z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-392952637&tid=AW-392952637&tft=1776815032232&tfd=2468 — 200 — 21 B — 63 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 — 123 ms — h2https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-RE02WHV2YL&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2508www.merchant-center-analytics.goog/... https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-RE02WHV2YL&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2508 — 204 — 545 B — 148 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&apve=1&apvf=f&apvc=0&tids=AW-726917599&tid=AW-726917599&tft=1776815032294&tfd=2530www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45Pe64h1v9232785524z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&apve=1&apvf=f&apvc=0&tids=AW-726917599&tid=AW-726917599&tft=1776815032294&tfd=2530 — 200 — 21 B — 124 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 — 75 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-7H1FCKXZ4Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2594region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-7H1FCKXZ4Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2594 — 204 — 290 B — 62 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H1FCKXZ4Y&cid=1426842809.1776815031&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H1FCKXZ4Y&cid=1426842809.1776815031&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512543 — 204 — 546 B — 75 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-LSJTQ7TZ38&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2607region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-LSJTQ7TZ38&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2607 — 204 — 48 B — 52 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-CWY9357HWN&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2612region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CWY9357HWN&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2612 — 204 — 48 B — 47 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-7N8S2WV95Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2618region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-7N8S2WV95Y&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1426842809.1776815031&frm=0&ir=1&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&sid=1776815032&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=2618 — 204 — 48 B — 42 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7H1FCKXZ4Y&cid=1426842809.1776815031&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512543&z=819884456www.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=1426842809.1776815031&gtm=45je64h1v876644687z86214685za20gzb6214685zd6214685&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512543&z=819884456 — 200 — 408 B — 99 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=PiF0GekJAVlgZITjzULgKBX-mj-RYLtny0ylwG76IN8&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=PiF0GekJAVlgZITjzULgKBX-mj-RYLtny0ylwG76IN8&l_src=&l_src_d=&u_src=&u_src_d=&shop=false — 200 — 935 B — 100 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=1b0c6344-e0be-45c7-878a-042f2eec790e&overruleReferrer=&time=2026-04-21T23%3A43%3A52%2B00%3A00&ts=1776815032423uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=&bctempid=1b0c6344-e0be-45c7-878a-042f2eec790e&overruleReferrer=&time=2026-04-21T23%3A43%3A52%2B00%3A00&ts=1776815032423 — 200 — 1.5 KiB — 106 ms — h2https://www.facebook.com/tr/?id=904191074281702&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815032468&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&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=1776815032468&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 62 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=1776815032468&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&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=1776815032468&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 206 B — 214 ms — h3https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1z86214685za20gzb6214685zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384406&apve=1&apvf=f&apvc=0&tids=AW-965643165&tid=AW-965643165&tft=1776815032548&tfd=2784www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1z86214685za20gzb6214685zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384406&apve=1&apvf=f&apvc=0&tids=AW-965643165&tid=AW-965643165&tft=1776815032548&tfd=2784 — 200 — 21 B — 40 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 — 96 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 52 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=1b0c6344-e0be-45c7-878a-042f2eec790e&&callback=bc_json941uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=1b0c6344-e0be-45c7-878a-042f2eec790e&&callback=bc_json941 — 200 — 894 B — 98 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=1b0c6344-e0be-45c7-878a-042f2eec790e&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A52%2B00%3A00&ts=1776815032585uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=1b0c6344-e0be-45c7-878a-042f2eec790e&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A52%2B00%3A00&ts=1776815032585 — 200 — 1.5 KiB — 108 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 274 B — 341 ms — http/1.1https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/jquery.fancybox.pack.jsplugins.blueconic.net/lightboxinter... https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/jquery.fancybox.pack.js — 200 — 8.8 KiB — 20 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json942uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json942 — 200 — 729 B — 99 ms — h2https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/jquery.fancybox.cssplugins.blueconic.net/lightboxinter... https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/jquery.fancybox.css — 200 — 1.7 KiB — 21 ms — h3https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/css/lightbox.cssplugins.blueconic.net/lightboxinter... https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/css/lightbox.css — 200 — 497 B — 19 ms — h3https://www.uc.edu/etc/clientlibs/uc-base/components/script.jswww.uc.edu/etc/clientlibs/uc-base/c... https://www.uc.edu/etc/clientlibs/uc-base/components/script.js — 404 — 6.2 KiB — 405 ms — h2https://ucclermont.edu/_jcr_content/main/responsive_section_2.img.png/1549655167541.pngucclermont.edu/_jcr_content/main/re... https://ucclermont.edu/_jcr_content/main/responsive_section_2.img.png/1549655167541.png — 301 — 195 B — 723 ms — http/1.0https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2fonts.gstatic.com/s/jost/v20/92zatB... https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2 — 200 — 26.0 KiB — 27 ms — h3https://use.typekit.net/af/e0cede/0000000000000000775aa930/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/e0cede/000000000... https://use.typekit.net/af/e0cede/0000000000000000775aa930/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 24.8 KiB — 4 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 88 B — 28 ms — h2https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A53%2B00%3A00&ts=1776815033308uofcincinnati.blueconic.net/DG/DEFA... https://uofcincinnati.blueconic.net/DG/DEFAULT/rest/rpc/940/LB-Zone-2?referer=https%3A%2F%2Fwww.uc.edu%2F&bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&bctempid=&overruleReferrer=&time=2026-04-21T23%3A43%3A53%2B00%3A00&ts=1776815033308 — 200 — 616 B — 98 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 274 B — 462 ms — http/1.1https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/fancybox_sprite@2x.pngplugins.blueconic.net/lightboxinter... https://plugins.blueconic.net/lightboxinteractiontype/2.7.3/frontend/src/lib/fancybox/fancybox_sprite@2x.png — 200 — 6.7 KiB — 19 ms — h3https://www.ucclermont.edu/_jcr_content/main/responsive_section_2.img.png/1549655167541.pngwww.ucclermont.edu/_jcr_content/mai... https://www.ucclermont.edu/_jcr_content/main/responsive_section_2.img.png/1549655167541.png — 200 — 81.5 KiB — 716 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 — 137 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.8 KiB — 136 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 — 150 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 — 149 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 — 142 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 — 148 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 — 254 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 — 76 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 — 224 B — 134 ms — h3https://tr.snapchat.com/cm/i?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167tr.snapchat.com/cm/i?pid=73102040-a... https://tr.snapchat.com/cm/i?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167 — 200 — 43 B — 34 ms — h2https://grad.catalyst.uc.edu/pinggrad.catalyst.uc.edu/ping https://grad.catalyst.uc.edu/ping — 200 — 965 B — 436 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 — 196 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.3 KiB — 95 ms — h2https://tr.snapchat.com/p?pid=73102040-aa0d-44c8-a7d6-fe026d2e8611&ev=PAGE_VIEW&intg=gtm&pids=73102040-aa0d-44c8-a7d6-fe026d2e8611&u_c1=cdbf08d7-d56c-4e4c-b976-ce51f19be3be&cdid=%40-9826967f-b09e-4c0f-8574-3c8acd4dc6c6&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&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=e20df212&bg=false&bt=8b24b32a&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_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=1817&m_fcps=1004&m_pi=1741&m_pl=0&m_pv=2&m_rd=4985&m_sh=823&m_sl=1971&m_sw=412&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=65238f37-b421-4ec7-a1d8-2cdaaeb103d8&ts=1776815034749&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=cdbf08d7-d56c-4e4c-b976-ce51f19be3be&cdid=%40-9826967f-b09e-4c0f-8574-3c8acd4dc6c6&u_sclid=e18aeb23-2ebb-4423-ac3e-8ad39dc1e167&u_scsid=d721d27f-fce8-40ee-a39d-c1489f67fdb3&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=e20df212&bg=false&bt=8b24b32a&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_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=1817&m_fcps=1004&m_pi=1741&m_pl=0&m_pv=2&m_rd=4985&m_sh=823&m_sl=1971&m_sw=412&pl=https%3A%2F%2Fwww.uc.edu%2F&trackId=65238f37-b421-4ec7-a1d8-2cdaaeb103d8&ts=1776815034749&v=3.55.0-2604211744 — 200 — 88 B — 122 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6214685za200zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tft=1776815034776&tfd=5012www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6214685za200zd6214685xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tft=1776815034776&tfd=5012 — 200 — 21 B — 141 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~117384406&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815034777&tfd=5013www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&gtm=45fe64h1v9189081599z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~117384406&apve=1&apvf=f&apvc=0&tids=DC-11504962&tid=DC-11504962&tft=1776815034777&tfd=5013 — 200 — 21 B — 141 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KA&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815034777&tfd=5013www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KA&gtm=45fe64h1v9189047089z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-11156302&tid=DC-11156302&tft=1776815034777&tfd=5013 — 200 — 21 B — 141 ms — h3https://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 — 189 B — 139 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 — 156 B — 427 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=1771322823&rv=64h1&tag_exp=0~115938466~115938469~117266401~117384406&u=AAAAAAAIAAAAACA&ut=AgAAgA&h=Ag&gtm=45be64h1v9216636584za20gzb6214685zd6214685&cl=3.25.2&ccid=216636584&cid=AW-967554486&l=L752.S49.B43.E3146.I1741.TC7.HTC0.F1004.C4~gtm.init_consent.S2.V1.E46~gtm.init.S0.V0.E47.TS5ogtadsdatatos.TI12.TE1.TS5ogt1pdatav2.TI7.TE1.TS5ccdadsfirst.TI13.TE0.TS5ccdemform.TI11.TE1.TS5ccdadd1pdata.TI10.TE0.TS5ccdadslast.TI9.TE0~gtm.js.S0.E40.TS5rep.TI5.TE29~*.S0.V0.E7~gtm.dom.S0.V0.E6~*.S0.V0.E5~*.S1.V0.E10~*.S0.V0.E83~gtm.load.S0.E56www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=1771322823&rv=64h1&tag_exp=0~115938466~115938469~117266401~117384406&u=AAAAAAAIAAAAACA&ut=AgAAgA&h=Ag&gtm=45be64h1v9216636584za20gzb6214685zd6214685&cl=3.25.2&ccid=216636584&cid=AW-967554486&l=L752.S49.B43.E3146.I1741.TC7.HTC0.F1004.C4~gtm.init_consent.S2.V1.E46~gtm.init.S0.V0.E47.TS5ogtadsdatatos.TI12.TE1.TS5ogt1pdatav2.TI7.TE1.TS5ccdadsfirst.TI13.TE0.TS5ccdemform.TI11.TE1.TS5ccdadd1pdata.TI10.TE0.TS5ccdadslast.TI9.TE0~gtm.js.S0.E40.TS5rep.TI5.TE29~*.S0.V0.E7~gtm.dom.S0.V0.E6~*.S0.V0.E5~*.S1.V0.E10~*.S0.V0.E83~gtm.load.S0.E56 — 200 — 11 B — 36 ms — h3https://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.4 KiB — 5 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 — 808 B — 119 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189070797z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=DC-10163358&tid=DC-10163358&tft=1776815034963&tfd=5199www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189070797z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=DC-10163358&tid=DC-10163358&tft=1776815034963&tfd=5199 — 200 — 21 B — 254 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189008105z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-13957730&tid=DC-13957730&tft=1776815035001&tfd=5237www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45fe64h1v9189008105z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-13957730&tid=DC-13957730&tft=1776815035001&tfd=5237 — 200 — 21 B — 230 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9213642787z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-967091893&tid=AW-967091893&tft=1776815035046&tfd=5282www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9213642787z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-967091893&tid=AW-967091893&tft=1776815035046&tfd=5282 — 200 — 21 B — 184 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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9211311795z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-964831651&tid=AW-964831651&tft=1776815035090&tfd=5326www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9211311795z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-964831651&tid=AW-964831651&tft=1776815035090&tfd=5326 — 200 — 21 B — 141 ms — h3https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9210707850z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-962154354&tid=AW-962154354&tft=1776815035131&tfd=5367www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uc.edu%2F&scrsrc=www.googletagmanager.com&rnd=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9210707850z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-962154354&tid=AW-962154354&tft=1776815035131&tfd=5367 — 200 — 21 B — 100 ms — h3https://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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9169052996z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-714613493&tid=AW-714613493&tft=1776815035188&tfd=5425www.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=211381966.1776815031&dt=University%20of%20Cincinnati%3A%20Founder%20of%20Co-op%2C%20Leader%20in%20Co-op%20%7C%20University%20of%20Cincinnati&auid=1778874495.1776815031&navt=n&npa=1&_tu=KAI&gtm=45be64h1v9169052996z86214685za20gzb6214685zd6214685xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-714613493&tid=AW-714613493&tft=1776815035188&tfd=5425 — 200 — 21 B — 45 ms — h3https://pixels.spotify.com/v1/config/fab3dfc9d1254ce4b310321fe4dd0d73pixels.spotify.com/v1/config/fab3df... https://pixels.spotify.com/v1/config/fab3dfc9d1254ce4b310321fe4dd0d73 — 200 — 303 B — 88 ms — h2https://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 — 610 B — 285 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815035196&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=1776815035196&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 466 B — 248 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035196&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=1776815035196&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 554 B — 237 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815035199&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=1776815035199&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 647 B — 277 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035199&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=1776815035199&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 732 B — 235 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8346722%2C2094922%2C2825954&time=1776815035200&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=1776815035200&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 200 — 839 B — 240 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 30 ms — h3https://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 — 597 B — 403 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 63 ms — h2https://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 — 11 ms — h2https://www.facebook.com/tr/?id=779639972656738&ev=PageView&dl=https%3A%2F%2Fwww.uc.edu%2F&rl=&if=false&ts=1776815035228&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&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=1776815035228&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&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=1776815035228&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&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=1776815035228&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776815032453.890637302710746751&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=1817.6999998092651&it=1776815031935&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 124 ms — h3https://mx.technolutions.net/ping?id=106deb14-687b-e5d0-b2dd-3dd8c5e19070&sid=NbCB8QYbRnQvRhntrVg3nafSss10khy3eMOzN8GDZd_py49yqd_XijDFn1YKlWKI6BRMM0U1sGeVwVOOep4atHYyAlInxqsTdMtrNPrejBB286_eAd3Thl8iWC5iJCoG&hid=977c8732-4176-f9bc-6e1a-a2de99f19a2emx.technolutions.net/ping?id=106deb... https://mx.technolutions.net/ping?id=106deb14-687b-e5d0-b2dd-3dd8c5e19070&sid=NbCB8QYbRnQvRhntrVg3nafSss10khy3eMOzN8GDZd_py49yqd_XijDFn1YKlWKI6BRMM0U1sGeVwVOOep4atHYyAlInxqsTdMtrNPrejBB286_eAd3Thl8iWC5iJCoG&hid=977c8732-4176-f9bc-6e1a-a2de99f19a2e — 200 — 3.7 KiB — 36 ms — h2https://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 — 10 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 27 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 927 B — 178 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035200&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=1776815035200&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2 — 302 — 843 B — 114 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 909 B — 395 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 203 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035200&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQIbv411SS3XbAAAAZ2ybdPmusvJAhAhn22gjquI0TDNPsWjRvwn8bKLb97m3WX4k3n_4JhaTNtBpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035200&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQIbv411SS3XbAAAAZ2ybdPmusvJAhAhn22gjquI0TDNPsWjRvwn8bKLb97m3WX4k3n_4JhaTNtB — 200 — 571 B — 256 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035196&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQJk-Q9MmvUELAAAAZ2ybdPrL4GwmI7y9lieDs7GUXnHZdlGc0WgE6JY_BFT0SqFeYlmzAZwvndXpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035196&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQJk-Q9MmvUELAAAAZ2ybdPrL4GwmI7y9lieDs7GUXnHZdlGc0WgE6JY_BFT0SqFeYlmzAZwvndX — 200 — 389 B — 224 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035199&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQIEDWt8kGJDowAAAZ2ybdPrB4CrZp_IzFElASYTP7si6QX6_xS9EuzklfFrEObAESQByO39Fopxpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8346722%2C2094922%2C2825954&time=1776815035199&url=https%3A%2F%2Fwww.uc.edu%2F&tm=gtmv2&e_ipv6=AQIEDWt8kGJDowAAAZ2ybdPrB4CrZp_IzFElASYTP7si6QX6_xS9EuzklfFrEObAESQByO39Fopx — 200 — 695 B — 208 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 909 B — 169 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 274 B — 100 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&sid=1776815031&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&_tu=KAI&en=scroll&epn.percent_scrolled=90&_et=36&tfd=6384region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MGTHE90KB1&gtm=45je64h1v9118144544za20gzb6214685zd6214685&_p=1776815030517&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1426842809.1776815031&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266400~117384406~117512543~118463262&sid=1776815031&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&_tu=KAI&en=scroll&epn.percent_scrolled=90&_et=36&tfd=6384 — 204 — 20 B — 24 ms — h3
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 12158ms · 4155KB · $70/mo
cdn.blueconic.net
Other
Costly
Execution 2821ms
Transfer 41 KB
Unused 83%
Monthly Cost $16/mo
Unattributable
Other
Costly
Execution 869ms
Transfer 0 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 773ms
Transfer 213 KB
Unused 28%
Monthly Cost $4/mo
www.uc.edu
Other
Costly
Execution 752ms
Transfer 61 KB
Monthly Cost $4/mo
ajax.googleapis.com
Other
Costly
Execution 436ms
Transfer 59 KB
Unused 45%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 418ms
Transfer 170 KB
Unused 36%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 372ms
Transfer 177 KB
Unused 39%
Monthly Cost $2/mo
www.uc.edu
Other
Costly
Execution 277ms
Transfer 125 KB
Unused 72%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 271ms
Transfer 144 KB
Unused 43%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 263ms
Transfer 144 KB
Unused 42%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 262ms
Transfer 144 KB
Unused 43%
Monthly Cost $2/mo
Microsoft Clarity
Session Replay
Costly
Execution 257ms
Transfer 26 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 240ms
Transfer 156 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 232ms
Transfer 145 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 224ms
Transfer 129 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 221ms
Transfer 144 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 218ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Costly
Execution 214ms
Transfer 110 KB
Unused 52%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 208ms
Transfer 130 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 205ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 200ms
Transfer 146 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 192ms
Transfer 130 KB
Unused 45%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 192ms
Transfer 97 KB
Unused 32%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 186ms
Transfer 131 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 185ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 184ms
Transfer 145 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 177ms
Transfer 144 KB
Unused 45%
Monthly Cost $1/mo
plugins.blueconic.net
Other
Optional
Execution 170ms
Transfer 30 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 169ms
Transfer 138 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 168ms
Transfer 144 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 153ms
Transfer 130 KB
Unused 47%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 151ms
Transfer 47 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 151ms
Transfer 130 KB
Unused 47%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 124ms
Transfer 134 KB
Unused 50%
Monthly Cost $1/mo
sc-static.net
Other
Optional
Execution 106ms
Transfer 25 KB
Monthly Cost $1/mo
LinkedIn Insight
Advertising
Optional
Execution 64ms
Transfer 19 KB
Monthly Cost $0/mo
Facebook Pixel
Advertising
Optional
Execution 53ms
Transfer 17 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • cdn.blueconic.net adds 2821ms and costs ~$16/month
  • Unattributable adds 869ms and costs ~$5/month
  • Google Tag Manager adds 773ms and costs ~$4/month
  • www.uc.edu adds 752ms and costs ~$4/month
  • ajax.googleapis.com adds 436ms and costs ~$2/month
  • Google Tag Manager adds 418ms and costs ~$2/month
  • Google Tag Manager adds 372ms and costs ~$2/month
  • www.uc.edu adds 277ms and costs ~$2/month
  • Google Tag Manager adds 271ms and costs ~$2/month
  • Google Tag Manager adds 263ms and costs ~$2/month
  • Google Tag Manager adds 262ms and costs ~$2/month
  • Microsoft Clarity adds 257ms and costs ~$1/month
  • Google Tag Manager adds 240ms and costs ~$1/month
  • Google Tag Manager adds 232ms and costs ~$1/month
  • Google Tag Manager adds 224ms and costs ~$1/month
  • Google Tag Manager adds 221ms and costs ~$1/month
  • Google Tag Manager adds 218ms and costs ~$1/month
  • analytics.tiktok.com adds 214ms and costs ~$1/month
  • Google Tag Manager adds 208ms and costs ~$1/month
  • Google Tag Manager adds 205ms and costs ~$1/month
  • Google Tag Manager adds 200ms 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

cdn.blueconic.net takes 2821ms 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

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

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

ajax.googleapis.com takes 436ms 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

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

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

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

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

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

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

Microsoft Clarity takes 257ms 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

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

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

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

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

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

analytics.tiktok.com takes 214ms 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

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

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

Google Tag Manager 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

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

50% of Google Tag Manager'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