Skip to content
https://umkc.edu

Performance

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

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

85
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.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.36 s

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

1.45 s

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

141 ms

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

0.096

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

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

6.68 s

Page Load Progression

747 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.5 s
5.2 s
6.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
14.8 MB transferred, 136 requests
FIX
14.8 MB transferred, 136 requests
Critical::
Page weighs 18.3 MB (14.8 MB transferred)
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Warning::
136 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.1 g CO2 per page load
14.8 MB / 2.4 MB budget
14.8 MB transferred
136 requests
3.1 g CO2 per page load
Other 9.4 MiB 64%
Images 2.9 MiB 20%
JavaScript 2.3 MiB 15%
Fonts 102.1 KiB 1%
CSS 34.0 KiB 0%
HTML 25.5 KiB 0%
Other 7.8 KiB 0%
Other 7.7 KiB 0%
Other 6.1 KiB 0%
Other 3.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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 (14.8 MiB of 14.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
52 scripts, 918 KB unused
FIX
52 scripts, 918 KB unused
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 94 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ED3T...: 68 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-G21G...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-08VP...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 918 KB
918 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js122 KB94 KB (78%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16935672048&cx=c&gtm=4e64k1143 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k1172 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-G21GKGZWMQ&cx=c&gtm=4e64k1158 KB65 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-08VPXRS2FH&cx=c&gtm=4e64k1151 KB65 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2184 KB64 KB (35%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-11020655&cx=c&gtm=4e64k1129 KB63 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11319596247&cx=c&gtm=4e64k1143 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-9145154&cx=c&gtm=4e64k1129 KB61 KB (47%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js117 KB60 KB (52%)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
136 resources · 14.8 MB · 918 KB savings available
FIX
136 resources · 14.8 MB · 918 KB savings available
Warning::
Page weight 13.8 MB over 1MB target
Got: 14.8 MB Expected: ≤ 1 MB
Info::
~918 KB of savings available
Warning::
135 third-party resources (100% of weight)
Info::
4 resources over 200KB
136 resources · 14.8 MiB · 135 third-party 13.8 MiB over 1MB target
Media 64% · 9.4 MiB
Image 20% · 2.9 MiB
JavaScript 15% · 2.3 MiB
Font 1% · 102.1 KiB
CSS 0% · 34.0 KiB
Document 0% · 30.1 KiB
Other 0% · 18.0 KiB

~917.7 KiB of savings available

Remove unused JavaScript: 917.7 KiB
B
Image Optimization
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Info::
All images are well-optimized
23 images 2.9 MB
0 oversized -0 KB
18 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1133ms total JS execution
REVIEW
1133ms total JS execution
Info::
Unattributable: 190ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TV3...: 133ms CPU time
Info::
https://www.umkc.edu/: 110ms CPU time
Info::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 96ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-ED3T...: 81ms CPU time
Warning::
Third-party scripts: 1133ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 15% Script Parsing & Compilation 12% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
Unattributable190ms6ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2133ms112ms15ms3rd
https://www.umkc.edu/110ms3ms1ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js96ms83ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k181ms57ms9ms3rd
https://widget.freshworks.com/widgetBase/widget.js81ms65ms11ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js76ms32ms35ms3rd
https://www.googletagmanager.com/gtag/js?id=G-G21GKGZWMQ&cx=c&gtm=4e64k175ms67ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-678792573&cx=c&gtm=4e64k172ms64ms8ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js61ms54ms2ms3rd

Showing top 10 of 13 scripts

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

Web fonts

3

102 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.4 s LCP 1.4 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 78 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2TK3iWkUHHAIjg752GT8Gl-1... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 27.8 KiB — 75 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 37.6 KiB — 71 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 78 ms
Start 993 ms
Risk FOUT — text flashes from fallback to web font
TK3iWkUHHAIjg752GT8Gl-1... woff2 swap
Size 28 KB
Load time 75 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 71 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=172800 (2 days)
PASS
max-age=172800 (2 days)
Info::
Cache-Control header is set
Got: max-age=172800
Info::
Effective TTL: 2 days (max-age=172800)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=172800

DirectiveValueMeaning
max-age172800Cache for 2 days
Effective TTL: 172800 seconds
Network Waterfall
136 requests over 3679ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 1.4 shttps://umkc.edu// https://umkc.edu/ — 302 — 903 B — 349 ms — h2https://www.umkc.edu/www.umkc.edu/ https://www.umkc.edu/ — 200 — 24.6 KiB — 237 ms — h2https://www.umkc.edu/v2/css/styles.csswww.umkc.edu/v2/css/styles.css https://www.umkc.edu/v2/css/styles.css — 200 — 27.5 KiB — 239 ms — h2https://www.umkc.edu/v2/css/aos.csswww.umkc.edu/v2/css/aos.css https://www.umkc.edu/v2/css/aos.css — 200 — 2.3 KiB — 235 ms — h2https://www.umkc.edu/asset-library/images/hero/osi-convocation-roo-plaza-party-and-unionfest_050_bep10026.webpwww.umkc.edu/asset-library/images/h... https://www.umkc.edu/asset-library/images/hero/osi-convocation-roo-plaza-party-and-unionfest_050_bep10026.webp — 200 — 83.2 KiB — 233 ms — h2https://www.umkc.edu/v2/js/main.js?ver=0302202609150232www.umkc.edu/v2/js/main.js?ver=0302... https://www.umkc.edu/v2/js/main.js?ver=0302202609150232 — 200 — 48.6 KiB — 348 ms — h2https://www.umkc.edu/v2/js/aos.jswww.umkc.edu/v2/js/aos.js https://www.umkc.edu/v2/js/aos.js — 200 — 4.5 KiB — 119 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&family=Playfair+Display:wght@400;500&family=Roboto:wght@400;700&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&family=Playfair+Display:wght@400;500&family=Roboto:wght@400;700&display=swap — 200 — 2.4 KiB — 93 ms — h2https://calendar.umkc.edu/livewhale/theme/core/scripts/lwcw.jscalendar.umkc.edu/livewhale/theme/c... https://calendar.umkc.edu/livewhale/theme/core/scripts/lwcw.js — 200 — 2.7 KiB — 312 ms — h2https://widget.freshworks.com/widgets/47000005928.jswidget.freshworks.com/widgets/47000... https://widget.freshworks.com/widgets/47000005928.js — 301 — 288 B — 89 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2 — 200 — 183.7 KiB — 172 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke…www.w3.org/2000/svg' fill='none' vi... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke… — 200 — 0 B — 0 ms — datahttps://www.umkc.edu/images/pic-1.pngwww.umkc.edu/images/pic-1.png https://www.umkc.edu/images/pic-1.png — 200 — 870.0 KiB — 357 ms — h2https://www.umkc.edu/images/home-page/_v2/mcom-kc-roo-and-real-roos-at-the-zoo_003_bep24454.webpwww.umkc.edu/images/home-page/_v2/m... https://www.umkc.edu/images/home-page/_v2/mcom-kc-roo-and-real-roos-at-the-zoo_003_bep24454.webp — 200 — 170.2 KiB — 360 ms — h2https://www.umkc.edu/images/home-page/_v2/mcom-umkc-night-at-the-k_bep19188_056.webpwww.umkc.edu/images/home-page/_v2/m... https://www.umkc.edu/images/home-page/_v2/mcom-umkc-night-at-the-k_bep19188_056.webp — 200 — 133.2 KiB — 361 ms — h2https://www.umkc.edu/images/home-page/_v2/umkc-campus-beauty-mcom-first-day-of-classes-various-locations-bp_par15142_041.webpwww.umkc.edu/images/home-page/_v2/u... https://www.umkc.edu/images/home-page/_v2/umkc-campus-beauty-mcom-first-day-of-classes-various-locations-bp_par15142_041.webp — 200 — 296.5 KiB — 464 ms — h2https://www.umkc.edu/images/bluebold-logoanimation.gifwww.umkc.edu/images/bluebold-logoan... https://www.umkc.edu/images/bluebold-logoanimation.gif — 200 — 1.3 MiB — 451 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 78 ms — h3https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 75 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 71 ms — h3https://content.getrave.com/rss/umkc/channel1content.getrave.com/rss/umkc/channe... https://content.getrave.com/rss/umkc/channel1 — 200 — 760 B — 181 ms — http/1.1https://www.umkc.edu/global-assets/api/campus-alert.php?assetId=84fe7bf3ac1e04cd75402c87af2d0f19&assetType=blockwww.umkc.edu/global-assets/api/camp... https://www.umkc.edu/global-assets/api/campus-alert.php?assetId=84fe7bf3ac1e04cd75402c87af2d0f19&assetType=block — 200 — 1.0 KiB — 433 ms — h2https://widget.freshworks.com/widgetBase/bootstrap.jswidget.freshworks.com/widgetBase/bo... https://widget.freshworks.com/widgetBase/bootstrap.js — 200 — 3.7 KiB — 22 ms — h2https://widget.freshworks.com/widgets/47000005928.json?randomId=0.22945868156098503widget.freshworks.com/widgets/47000... https://widget.freshworks.com/widgets/47000005928.json?randomId=0.22945868156098503 — 200 — 1.2 KiB — 55 ms — h2https://widget.freshworks.com/widgetBase/static/media/frame.d7ae132c.csswidget.freshworks.com/widgetBase/st... https://widget.freshworks.com/widgetBase/static/media/frame.d7ae132c.css — 200 — 927 B — 19 ms — h2https://widget.freshworks.com/widgetBase/widget.jswidget.freshworks.com/widgetBase/wi... https://widget.freshworks.com/widgetBase/widget.js — 200 — 104.0 KiB — 45 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-678792573&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-678792573&cx=c&gtm=4e64k1 — 200 — 140.0 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11319596247&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11319596247&cx=c&gtm=4e64k1 — 200 — 143.4 KiB — 83 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9145154&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9145154&cx=c&gtm=4e64k1 — 200 — 129.3 KiB — 84 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k1 — 200 — 171.7 KiB — 84 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 1.4 shttps://umkc.edu// https://umkc.edu/ — 302 — 903 B — 349 ms — h2https://www.umkc.edu/www.umkc.edu/ https://www.umkc.edu/ — 200 — 24.6 KiB — 237 ms — h2https://www.umkc.edu/v2/css/styles.csswww.umkc.edu/v2/css/styles.css https://www.umkc.edu/v2/css/styles.css — 200 — 27.5 KiB — 239 ms — h2https://www.umkc.edu/v2/css/aos.csswww.umkc.edu/v2/css/aos.css https://www.umkc.edu/v2/css/aos.css — 200 — 2.3 KiB — 235 ms — h2https://www.umkc.edu/asset-library/images/hero/osi-convocation-roo-plaza-party-and-unionfest_050_bep10026.webpwww.umkc.edu/asset-library/images/h... https://www.umkc.edu/asset-library/images/hero/osi-convocation-roo-plaza-party-and-unionfest_050_bep10026.webp — 200 — 83.2 KiB — 233 ms — h2https://www.umkc.edu/v2/js/main.js?ver=0302202609150232www.umkc.edu/v2/js/main.js?ver=0302... https://www.umkc.edu/v2/js/main.js?ver=0302202609150232 — 200 — 48.6 KiB — 348 ms — h2https://www.umkc.edu/v2/js/aos.jswww.umkc.edu/v2/js/aos.js https://www.umkc.edu/v2/js/aos.js — 200 — 4.5 KiB — 119 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&family=Playfair+Display:wght@400;500&family=Roboto:wght@400;700&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&family=Playfair+Display:wght@400;500&family=Roboto:wght@400;700&display=swap — 200 — 2.4 KiB — 93 ms — h2https://calendar.umkc.edu/livewhale/theme/core/scripts/lwcw.jscalendar.umkc.edu/livewhale/theme/c... https://calendar.umkc.edu/livewhale/theme/core/scripts/lwcw.js — 200 — 2.7 KiB — 312 ms — h2https://widget.freshworks.com/widgets/47000005928.jswidget.freshworks.com/widgets/47000... https://widget.freshworks.com/widgets/47000005928.js — 301 — 288 B — 89 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TV3GXX2 — 200 — 183.7 KiB — 172 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke…www.w3.org/2000/svg' fill='none' vi... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke… — 200 — 0 B — 0 ms — datahttps://www.umkc.edu/images/pic-1.pngwww.umkc.edu/images/pic-1.png https://www.umkc.edu/images/pic-1.png — 200 — 870.0 KiB — 357 ms — h2https://www.umkc.edu/images/home-page/_v2/mcom-kc-roo-and-real-roos-at-the-zoo_003_bep24454.webpwww.umkc.edu/images/home-page/_v2/m... https://www.umkc.edu/images/home-page/_v2/mcom-kc-roo-and-real-roos-at-the-zoo_003_bep24454.webp — 200 — 170.2 KiB — 360 ms — h2https://www.umkc.edu/images/home-page/_v2/mcom-umkc-night-at-the-k_bep19188_056.webpwww.umkc.edu/images/home-page/_v2/m... https://www.umkc.edu/images/home-page/_v2/mcom-umkc-night-at-the-k_bep19188_056.webp — 200 — 133.2 KiB — 361 ms — h2https://www.umkc.edu/images/home-page/_v2/umkc-campus-beauty-mcom-first-day-of-classes-various-locations-bp_par15142_041.webpwww.umkc.edu/images/home-page/_v2/u... https://www.umkc.edu/images/home-page/_v2/umkc-campus-beauty-mcom-first-day-of-classes-various-locations-bp_par15142_041.webp — 200 — 296.5 KiB — 464 ms — h2https://www.umkc.edu/images/bluebold-logoanimation.gifwww.umkc.edu/images/bluebold-logoan... https://www.umkc.edu/images/bluebold-logoanimation.gif — 200 — 1.3 MiB — 451 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 78 ms — h3https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 75 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 71 ms — h3https://content.getrave.com/rss/umkc/channel1content.getrave.com/rss/umkc/channe... https://content.getrave.com/rss/umkc/channel1 — 200 — 760 B — 181 ms — http/1.1https://www.umkc.edu/global-assets/api/campus-alert.php?assetId=84fe7bf3ac1e04cd75402c87af2d0f19&assetType=blockwww.umkc.edu/global-assets/api/camp... https://www.umkc.edu/global-assets/api/campus-alert.php?assetId=84fe7bf3ac1e04cd75402c87af2d0f19&assetType=block — 200 — 1.0 KiB — 433 ms — h2https://widget.freshworks.com/widgetBase/bootstrap.jswidget.freshworks.com/widgetBase/bo... https://widget.freshworks.com/widgetBase/bootstrap.js — 200 — 3.7 KiB — 22 ms — h2https://widget.freshworks.com/widgets/47000005928.json?randomId=0.22945868156098503widget.freshworks.com/widgets/47000... https://widget.freshworks.com/widgets/47000005928.json?randomId=0.22945868156098503 — 200 — 1.2 KiB — 55 ms — h2https://widget.freshworks.com/widgetBase/static/media/frame.d7ae132c.csswidget.freshworks.com/widgetBase/st... https://widget.freshworks.com/widgetBase/static/media/frame.d7ae132c.css — 200 — 927 B — 19 ms — h2https://widget.freshworks.com/widgetBase/widget.jswidget.freshworks.com/widgetBase/wi... https://widget.freshworks.com/widgetBase/widget.js — 200 — 104.0 KiB — 45 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-678792573&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-678792573&cx=c&gtm=4e64k1 — 200 — 140.0 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11319596247&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11319596247&cx=c&gtm=4e64k1 — 200 — 143.4 KiB — 83 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9145154&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9145154&cx=c&gtm=4e64k1 — 200 — 129.3 KiB — 84 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ED3TE3PHG0&cx=c&gtm=4e64k1 — 200 — 171.7 KiB — 84 ms — h2https://www.googletagmanager.com/gtag/js?id=G-08VPXRS2FH&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-08VPXRS2FH&cx=c&gtm=4e64k1 — 200 — 151.0 KiB — 89 ms — h2https://www.googletagmanager.com/gtag/js?id=G-G21GKGZWMQ&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-G21GKGZWMQ&cx=c&gtm=4e64k1 — 200 — 157.6 KiB — 100 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 113 ms — h2https://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 — 13 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 129 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 124 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 13 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 62 ms — h3https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v76165771za200zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776901874326&tfd=1224www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v76165771za200zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776901874326&tfd=1224 — 200 — 21 B — 99 ms — h3https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 69 ms — h2https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BTH20J318114D7H6V010analytics.tiktok.com/i18n/pixel/sdk... https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BTH20J318114D7H6V010 — 200 — 3.5 KiB — 125 ms — h2https://www.umkc.edu/videos/march-2026-home-page-loop-revision.mp4www.umkc.edu/videos/march-2026-home... https://www.umkc.edu/videos/march-2026-home-page-loop-revision.mp4 — 206 — 9.4 MiB — 139 ms — h2https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BUC2UV3S9K3PO73JE2K0analytics.tiktok.com/i18n/pixel/sdk... https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BUC2UV3S9K3PO73JE2K0 — 200 — 3.8 KiB — 121 ms — h2https://www.youvisit.com/tour/Embed/js3www.youvisit.com/tour/Embed/js3 https://www.youvisit.com/tour/Embed/js3 — 200 — 5.5 KiB — 338 ms — h2https://www.umkc.edu/images/mag-vanguard-sse-perspectives-and-vanguard-photo-session-21740.jpgwww.umkc.edu/images/mag-vanguard-ss... https://www.umkc.edu/images/mag-vanguard-sse-perspectives-and-vanguard-photo-session-21740.jpg — 200 — 64.8 KiB — 408 ms — h2https://cbe.capturehighered.net/cbe/cbe.jscbe.capturehighered.net/cbe/cbe.js https://cbe.capturehighered.net/cbe/cbe.js — 200 — 8.6 KiB — 414 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CGE7FUBC77UCVI78TAO0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CGE7FUBC77UCVI78TAO0&lib=ttq — 200 — 3.5 KiB — 118 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 311 ms — h2https://widget.freshworks.com/widgetBase/0.0950320d162c1bdc9eb1.widget.jswidget.freshworks.com/widgetBase/0.... https://widget.freshworks.com/widgetBase/0.0950320d162c1bdc9eb1.widget.js — 200 — 8.0 KiB — 27 ms — h2https://widget.freshworks.com/widgetBase/1.c80837674f19844966dc.widget.jswidget.freshworks.com/widgetBase/1.... https://widget.freshworks.com/widgetBase/1.c80837674f19844966dc.widget.js — 200 — 8.6 KiB — 28 ms — h2https://widget.freshworks.com/widgetBase/8.47cdb221f91ea7f857c6.widget.jswidget.freshworks.com/widgetBase/8.... https://widget.freshworks.com/widgetBase/8.47cdb221f91ea7f857c6.widget.js — 200 — 11.8 KiB — 28 ms — h2https://widget.freshworks.com/widgetBase/10.1fdffdbed1e45ec1e2f1.widget.jswidget.freshworks.com/widgetBase/10... https://widget.freshworks.com/widgetBase/10.1fdffdbed1e45ec1e2f1.widget.js — 200 — 11.8 KiB — 26 ms — h2https://widget.freshworks.com/widgetBase/16.9941015d98069c206dcb.widget.jswidget.freshworks.com/widgetBase/16... https://widget.freshworks.com/widgetBase/16.9941015d98069c206dcb.widget.js — 200 — 1.0 KiB — 27 ms — h2https://www.clarity.ms/tag/i8l0o6o0wd?ref=gtm2www.clarity.ms/tag/i8l0o6o0wd?ref=g... https://www.clarity.ms/tag/i8l0o6o0wd?ref=gtm2 — 200 — 843 B — 152 ms — http/1.1https://s.adroll.com/j/VP224FHVIJCNFLFMY3QFIR/roundtrip.jss.adroll.com/j/VP224FHVIJCNFLFMY3QF... https://s.adroll.com/j/VP224FHVIJCNFLFMY3QFIR/roundtrip.js — 200 — 30.9 KiB — 62 ms — http/1.1https://calendar.umkc.edu/live/resource/css/%5Clivewhale%5Ctheme%5Cglobal%5Cstyles%5Cwidgets.csscalendar.umkc.edu/live/resource/css... https://calendar.umkc.edu/live/resource/css/%5Clivewhale%5Ctheme%5Cglobal%5Cstyles%5Cwidgets.css — 200 — 734 B — 106 ms — h2https://calendar.umkc.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.jscalendar.umkc.edu/live/resource/js/... https://calendar.umkc.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.js — 200 — 36.3 KiB — 361 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2F — 200 — 839 B — 210 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 — 713 B — 287 ms — h2https://widget.freshworks.com/widgetBase/locales/en.jsonwidget.freshworks.com/widgetBase/lo... https://widget.freshworks.com/widgetBase/locales/en.json — 200 — 2.2 KiB — 20 ms — h2https://pixel-config.reddit.com/pixels/a2_fwvarvsb5ev7/configpixel-config.reddit.com/pixels/a2_f... https://pixel-config.reddit.com/pixels/a2_fwvarvsb5ev7/config — 200 — 215 B — 23 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.2 KiB — 100 ms — h2https://admiss.info/edu/v1/pixel.js?pid=365507268admiss.info/edu/v1/pixel.js?pid=365... https://admiss.info/edu/v1/pixel.js?pid=365507268 — 200 — 3.6 KiB — 329 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2F — 302 — 539 B — 228 ms — h2https://alb.reddit.com/rp.gif?ts=1776901874481&id=a2_fwvarvsb5ev7&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=effed3c1-932e-419e-a40f-32640a9d737d&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776901874... https://alb.reddit.com/rp.gif?ts=1776901874481&id=a2_fwvarvsb5ev7&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=effed3c1-932e-419e-a40f-32640a9d737d&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 104 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45be64k1v9178128315z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-678792573~AW-16454847267~AW-621320035&tid=AW-678792573&tft=1776901874553&tfd=1451www.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.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45be64k1v9178128315z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-678792573~AW-16454847267~AW-621320035&tid=AW-678792573&tft=1776901874553&tfd=1451 — 200 — 21 B — 51 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&_tu=CA&gtm=45be64k1v9178128315z876165771za20gzb76165771zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-678792573&tid=AW-678792573&tft=1776901874554&tfd=1452www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&_tu=CA&gtm=45be64k1v9178128315z876165771za20gzb76165771zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-678792573&tid=AW-678792573&tft=1776901874554&tfd=1452 — 200 — 21 B — 50 ms — h3https://www.google.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45fe64k1v9188123193z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=0&tids=DC-9145154&tid=DC-9145154&tft=1776901874602&tfd=1500www.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.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45fe64k1v9188123193z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=0&tids=DC-9145154&tid=DC-9145154&tft=1776901874602&tfd=1500 — 200 — 21 B — 56 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45be64k1v9188784944z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-11319596247&tid=AW-11319596247&tft=1776901874652&tfd=1550www.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.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&gtm=45be64k1v9188784944z876165771za20gzb76165771zd76165771xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-11319596247&tid=AW-11319596247&tft=1776901874652&tfd=1550 — 200 — 21 B — 38 ms — h3https://connect.facebook.net/signals/config/174090553696107?v=2.9.303&r=stable&domain=www.umkc.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/174090553696107?v=2.9.303&r=stable&domain=www.umkc.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.4 KiB — 8 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-08VPXRS2FH&gtm=45je64k1v871502295z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118128923&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1636region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-08VPXRS2FH&gtm=45je64k1v871502295z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118128923&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1636 — 204 — 547 B — 118 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2F&e_ipv6=AQIt3qLxorC5aQAAAZ23muOznV_OtFODPpL-MNMhOjDMFguTFwSZ5gFnL_icoWSM9dynCqf-_9r2px4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=3531156&time=1776901874438&url=https%3A%2F%2Fwww.umkc.edu%2F&e_ipv6=AQIt3qLxorC5aQAAAZ23muOznV_OtFODPpL-MNMhOjDMFguTFwSZ5gFnL_icoWSM9dynCqf-_9r2 — 200 — 693 B — 244 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-ED3TE3PHG0&cid=1551732590.1776901875&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262&z=699044335www.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-ED3TE3PHG0&cid=1551732590.1776901875&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262&z=699044335 — 200 — 408 B — 94 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-ED3TE3PHG0&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&_p=1776901874034&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&up.visitor_viewport=1350x940&tfd=1722region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-ED3TE3PHG0&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&_p=1776901874034&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&up.visitor_viewport=1350x940&tfd=1722 — 204 — 290 B — 109 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-ED3TE3PHG0&cid=1551732590.1776901875&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-ED3TE3PHG0&cid=1551732590.1776901875&gtm=45je64k1v884685081z876165771za20gzb76165771zd76165771&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512542~118128922~118463262 — 204 — 547 B — 91 ms — h2https://admiss.info/edu/v1/pid-data/365507268.jsonadmiss.info/edu/v1/pid-data/3655072... https://admiss.info/edu/v1/pid-data/365507268.json — 200 — 550 B — 341 ms — h2https://calendar.umkc.edu/live/widget/88calendar.umkc.edu/live/widget/88 https://calendar.umkc.edu/live/widget/88 — 200 — 1.7 KiB — 141 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-11020655&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-11020655&cx=c&gtm=4e64k1 — 200 — 129.2 KiB — 117 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-16935672048&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16935672048&cx=c&gtm=4e64k1 — 200 — 143.3 KiB — 120 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-G21GKGZWMQ&gtm=45je64k1v870898468z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&tfd=1810region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-G21GKGZWMQ&gtm=45je64k1v870898468z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&tfd=1810 — 204 — 48 B — 48 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-WZY45Y02L3&gtm=45je64k1v870898468z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&tfd=1822region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WZY45Y02L3&gtm=45je64k1v870898468z876165771za20gzb76165771zd76165771&_p=1776901874034&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1551732590.1776901875&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542&sid=1776901874&sct=1&seg=0&dl=https%3A%2F%2Fwww.umkc.edu%2F&dt=University%20of%20Missouri-Kansas%20City&en=page_view&_fv=1&_ss=1&tfd=1822 — 204 — 48 B — 38 ms — h2https://www.youvisit.com/SmartScript/latest/smartscript.js?v=26.1.6www.youvisit.com/SmartScript/latest... https://www.youvisit.com/SmartScript/latest/smartscript.js?v=26.1.6 — 200 — 53.3 KiB — 34 ms — h2https://tr.snapchat.com/config/edu/94b31796-30f7-43f6-91c4-f12d62c50dc9.js?v=3.56.0-2604221701tr.snapchat.com/config/edu/94b31796... https://tr.snapchat.com/config/edu/94b31796-30f7-43f6-91c4-f12d62c50dc9.js?v=3.56.0-2604221701 — 200 — 442 B — 208 ms — h2https://tr.snapchat.com/cm/i?pid=94b31796-30f7-43f6-91c4-f12d62c50dc9&u_scsid=54ac8755-3316-44a4-a6eb-f29e3bf9c6a6&u_sclid=0287f6a3-85c2-4edf-9533-e4a96ab15f09tr.snapchat.com/cm/i?pid=94b31796-3... https://tr.snapchat.com/cm/i?pid=94b31796-30f7-43f6-91c4-f12d62c50dc9&u_scsid=54ac8755-3316-44a4-a6eb-f29e3bf9c6a6&u_sclid=0287f6a3-85c2-4edf-9533-e4a96ab15f09 — 200 — 201 B — 105 ms — h2https://bat.bing.com/p/action/211038466.jsbat.bing.com/p/action/211038466.js https://bat.bing.com/p/action/211038466.js — 200 — 429 B — 39 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=598deeb9-8096-4387-8ae5-cbbb7ac4ada5&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=f8ae1c5e-b28d-42fc-9df5-d5910ccd32eb&pt=University%20of%20Missouri-Kansas%20City&tw_document_href=https%3A%2F%2Fwww.umkc.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776901874987.535534219727375346&txn_id=o30vp&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=598deeb9-8096-4387-8ae5-cbbb7ac4ada5&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=f8ae1c5e-b28d-42fc-9df5-d5910ccd32eb&pt=University%20of%20Missouri-Kansas%20City&tw_document_href=https%3A%2F%2Fwww.umkc.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776901874987.535534219727375346&txn_id=o30vp&type=javascript&version=2.3.53 — 200 — 659 B — 257 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=598deeb9-8096-4387-8ae5-cbbb7ac4ada5&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=f8ae1c5e-b28d-42fc-9df5-d5910ccd32eb&pt=University%20of%20Missouri-Kansas%20City&tw_document_href=https%3A%2F%2Fwww.umkc.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776901874987.535534219727375346&txn_id=o30vp&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=598deeb9-8096-4387-8ae5-cbbb7ac4ada5&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=f8ae1c5e-b28d-42fc-9df5-d5910ccd32eb&pt=University%20of%20Missouri-Kansas%20City&tw_document_href=https%3A%2F%2Fwww.umkc.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776901874987.535534219727375346&txn_id=o30vp&type=javascript&version=2.3.53 — 200 — 672 B — 249 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js — 200 — 117.4 KiB — 10 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.5 KiB — 18 ms — h2https://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 — 149 ms — h2https://pixels.spotify.com/v1/config/4d118a2ced9841a0b0a59b3d47eaa841pixels.spotify.com/v1/config/4d118a... https://pixels.spotify.com/v1/config/4d118a2ced9841a0b0a59b3d47eaa841 — 200 — 264 B — 97 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 90 ms — h2https://connect.facebook.net/signals/config/717846512322913?v=2.9.303&r=stable&domain=www.umkc.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/717846512322913?v=2.9.303&r=stable&domain=www.umkc.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.7 KiB — 13 ms — h3https://www.facebook.com/tr/?id=174090553696107&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875076&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=17409055369... https://www.facebook.com/tr/?id=174090553696107&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875076&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 122 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=174090553696107&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875076&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=174090553696107&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875076&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 200 B — 239 ms — h3https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 100 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 293 ms — h2https://d.adroll.com/consent/check/VP224FHVIJCNFLFMY3QFIR?pv=20149320356.613422&arrfrr=https%3A%2F%2Fwww.umkc.edu%2F&_s=718f8de8c5cd299a9d0abb8612585222&_b=2d.adroll.com/consent/check/VP224FHV... https://d.adroll.com/consent/check/VP224FHVIJCNFLFMY3QFIR?pv=20149320356.613422&arrfrr=https%3A%2F%2Fwww.umkc.edu%2F&_s=718f8de8c5cd299a9d0abb8612585222&_b=2 — 200 — 651 B — 130 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 124 B — 42 ms — h2https://ad.doubleclick.net/activity;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F?ad.doubleclick.net/activity;src=110... https://ad.doubleclick.net/activity;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F? — 302 — 22 B — 406 ms — h3https://11020655.fls.doubleclick.net/activityi;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2F?11020655.fls.doubleclick.net/activi... https://11020655.fls.doubleclick.net/activityi;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2F? — 302 — 873 B — 89 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 148 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&_tu=KA&gtm=45be64k1z876165771za20gzb76165771zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118128923&apve=1&apvf=f&apvc=0&tids=AW-16935672048&tid=AW-16935672048&tft=1776901875224&tfd=2122www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.umkc.edu%2F&scrsrc=www.googletagmanager.com&rnd=682475562.1776901874&dt=University%20of%20Missouri-Kansas%20City&auid=1900732039.1776901874&navt=n&npa=1&_tu=KA&gtm=45be64k1z876165771za20gzb76165771zd76165771xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118128923&apve=1&apvf=f&apvc=0&tids=AW-16935672048&tid=AW-16935672048&tft=1776901875224&tfd=2122 — 200 — 21 B — 116 ms — h3https://ad.doubleclick.net/activity;dc_pre=CIylyqjTgpQDFbl1HQkdu0wLTA;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CIylyqjTgpQDFbl1HQkdu0wLTA;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F? — 302 — 22 B — 337 ms — h3https://go.graduate.umkc.edu/mtc.jsgo.graduate.umkc.edu/mtc.js https://go.graduate.umkc.edu/mtc.js — 200 — 4.2 KiB — 420 ms — h2https://bat.bing.net/actionp/0?ti=211038466&tm=gtm002&Ver=2&mid=3736da23-6e7a-4b50-90a8-3b698517ad03&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=211038466... https://bat.bing.net/actionp/0?ti=211038466&tm=gtm002&Ver=2&mid=3736da23-6e7a-4b50-90a8-3b698517ad03&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 120 B — 147 ms — h2https://bat.bing.net/action/0?ti=211038466&tm=gtm002&Ver=2&mid=3736da23-6e7a-4b50-90a8-3b698517ad03&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=University%20of%20Missouri-Kansas%20City&p=https%3A%2F%2Fwww.umkc.edu%2F&r=&lt=1041&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=988147bat.bing.net/action/0?ti=211038466&... https://bat.bing.net/action/0?ti=211038466&tm=gtm002&Ver=2&mid=3736da23-6e7a-4b50-90a8-3b698517ad03&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=University%20of%20Missouri-Kansas%20City&p=https%3A%2F%2Fwww.umkc.edu%2F&r=&lt=1041&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=988147 — 204 — 346 B — 141 ms — h2https://11020655.fls.doubleclick.net/activityi;dc_pre=CLezzKjTgpQDFfRR9ggdR1sIcg;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2F?11020655.fls.doubleclick.net/activi... https://11020655.fls.doubleclick.net/activityi;dc_pre=CLezzKjTgpQDFfRR9ggdR1sIcg;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2F? — 200 — 704 B — 39 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 — 9 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 798 B — 186 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 796 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 902 B — 150 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 903 B — 163 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 901 B — 153 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 903 B — 139 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 274 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CLezzKjTgpQDFfRR9ggdR1sIcg;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CLezzKjTgpQDFfRR9ggdR1sIcg;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;_dc_test=1;~oref=https%3A%2F%2Fwww.umkc.edu%2F — 200 — 63 B — 95 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=3510111449615115485;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4OBf3lf92friSaQrCOvUJ32siA1lGRQWqfhJ;_dc_time=1776901875;dc_pre=CIylyqjTgpQDFbl1HQkdu0wLTA;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=3510111449615115485;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4OBf3lf92friSaQrCOvUJ32siA1lGRQWqfhJ;_dc_time=1776901875;dc_pre=CIylyqjTgpQDFbl1HQkdu0wLTA;src=11020655;type=umkch0;cat=homep0;rcb=10;ord=6988098512601;npa=1;auiddc=1900732039.1776901874;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k1v9189578076z876165771za20gzb76165771zd76165771xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401~118463262;epver=2;dc_random=1776901875_J50KxkV_WqWJxR6Yz3QsQCzfQ1hFtbYmVw;~oref=https%3A%2F%2Fwww.umkc.edu%2F? — 200 — 63 B — 210 ms — h3https://connect.facebook.net/signals/config/307176664140440?v=2.9.303&r=stable&domain=www.umkc.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/307176664140440?v=2.9.303&r=stable&domain=www.umkc.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.3 KiB — 9 ms — h3https://www.facebook.com/tr/?id=717846512322913&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875429&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=71784651232... https://www.facebook.com/tr/?id=717846512322913&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875429&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 6 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=717846512322913&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875429&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=717846512322913&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875429&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 100 ms — h3https://tags.srv.stackadapt.com/saq_pxl?uid=qhj-9C-XCtEO2nRWVJsYjQ&is_js=true&landing_url=https%3A%2F%2Fwww.umkc.edu%2F&t=University%20of%20Missouri-Kansas%20City&tip=-cZlap4WtQdB9FXItI3ktOiW2CqaelqIRMuQYpUrCQ4&host=https%3A%2F%2Fwww.umkc.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQg8r2lzwYwAToETLyAOUIEGJ-Sdg.jnUYvUkOYNcv7pgoesxeXrxVKrFeTVurfpM54UZplQs&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfMtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=qhj-9C-XCtEO2nRWVJsYjQ&is_js=true&landing_url=https%3A%2F%2Fwww.umkc.edu%2F&t=University%20of%20Missouri-Kansas%20City&tip=-cZlap4WtQdB9FXItI3ktOiW2CqaelqIRMuQYpUrCQ4&host=https%3A%2F%2Fwww.umkc.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQg8r2lzwYwAToETLyAOUIEGJ-Sdg.jnUYvUkOYNcv7pgoesxeXrxVKrFeTVurfpM54UZplQs&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfM — 200 — 330 B — 101 ms — h2https://connect.facebook.net/signals/config/564265888256129?v=2.9.303&r=stable&domain=www.umkc.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/564265888256129?v=2.9.303&r=stable&domain=www.umkc.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.7 KiB — 7 ms — h3https://www.facebook.com/tr/?id=307176664140440&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875507&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=30717666414... https://www.facebook.com/tr/?id=307176664140440&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875507&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 5 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=307176664140440&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875507&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=307176664140440&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875507&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 108 ms — h3https://www.facebook.com/tr/?id=564265888256129&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875532&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=56426588825... https://www.facebook.com/tr/?id=564265888256129&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875532&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 4 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=564265888256129&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875532&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=564265888256129&ev=PageView&dl=https%3A%2F%2Fwww.umkc.edu%2F&rl=&if=false&ts=1776901875532&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901875064.593543335139514201&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=%0A%09%09%20%20%20%20University%20of%20Missouri-Kansas%20City%0A%09%09&pmd[locale]=en_US&pmd[description]=University%20of%20Missouri%E2%80%93Kansas%20City%20a%20public%20research%20university%20in%20Kansas%20City%2C%20MO.%20UMKC%20is%20part%20of%20the%20University%20of%20Missouri%20System%20and%20has%20a%20medical%20school.&plt=1040.3000001907349&it=1776901874684&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 194 B — 106 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 276 B — 432 ms — http/1.1https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 192 B — 72 ms — h2https://go.graduate.umkc.edu/mtc/eventgo.graduate.umkc.edu/mtc/event https://go.graduate.umkc.edu/mtc/event — 204 — 0 B — 325 ms — h2https://cbe.capturehighered.net/cbe/footprint?v=1.3&n=_cbe&id=2ac22178&new=1&vid=796148071776901875&sessid=131411776901875&ppr=https&po=www.umkc.edu&pp=%2F&pt=University%20of%20Missouri-Kansas%20City&cbe=pageview&pl=en-us&ps=800x600&pc=24-bit&pv=1350x940&tz=UTC&t=jscbe.capturehighered.net/cbe/footpri... https://cbe.capturehighered.net/cbe/footprint?v=1.3&n=_cbe&id=2ac22178&new=1&vid=796148071776901875&sessid=131411776901875&ppr=https&po=www.umkc.edu&pp=%2F&pt=University%20of%20Missouri-Kansas%20City&cbe=pageview&pl=en-us&ps=800x600&pc=24-bit&pv=1350x940&tz=UTC&t=js — 200 — 634 B — 322 ms — h2https://www.umkc.edu/favicon.icowww.umkc.edu/favicon.ico https://www.umkc.edu/favicon.ico — 200 — 1.3 KiB — 118 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 905 B — 272 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 36 ms — h3https://go.graduate.umkc.edu/mtc/eventgo.graduate.umkc.edu/mtc/event https://go.graduate.umkc.edu/mtc/event — 200 — 746 B — 408 ms — h2https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 276 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1133ms · 1345KB · $15/mo
Unattributable
Other
Optional
Execution 190ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 133ms
Transfer 184 KB
Unused 35%
Monthly Cost $2/mo
www.umkc.edu
Other
Optional
Execution 110ms
Transfer 25 KB
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 96ms
Transfer 117 KB
Unused 52%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 81ms
Transfer 172 KB
Unused 39%
Monthly Cost $1/mo
widget.freshworks.com
Other
Optional
Execution 81ms
Transfer 104 KB
Unused 44%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 76ms
Transfer 122 KB
Unused 78%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 158 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 72ms
Transfer 140 KB
Unused 43%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Optional
Execution 61ms
Transfer 26 KB
Monthly Cost $1/mo
go.graduate.umkc.edu
Other
Optional
Execution 55ms
Transfer 4 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 143 KB
Unused 48%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 151 KB
Unused 43%
Monthly Cost $1/mo

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

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

78% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback