Skip to content
https://umanitoba.ca

Performance

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

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

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

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

2.25 s

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

2.87 s

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

156 ms

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

0.043

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

2.26 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.70 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
7.4 MB transferred, 143 requests
FIX
7.4 MB transferred, 143 requests
Critical::
Page weighs 12.4 MB (7.4 MB transferred)
Warning::
Images are 5.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.2 MB
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
143 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.4 MB / 2.4 MB budget
7.4 MB transferred
143 requests
1.6 g CO2 per page load
Images 5.2 MiB 70%
JavaScript 2.1 MiB 28%
CSS 64.7 KiB 1%
Other 41.6 KiB 1%
Fonts 36.7 KiB 0%
HTML 21.5 KiB 0%
Other 7.4 KiB 0%
Other 5.7 KiB 0%
Other 2.6 KiB 0%
Other 1.1 KiB 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
90% third-party, 0 ms blocking
FIX
90% third-party, 0 ms blocking
Warning::
Third-party code accounts for 90% of page weight (6.6 MiB of 7.4 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
First-party Third-party
F
JS Bundles
Action
74 scripts, 812 KB unused
FIX
74 scripts, 812 KB unused
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 84 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.cloud.coveo.com/atomic/v2.58.1/p-6a...: 72 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.cloud.coveo.com/atomic/v2/headless/...: 71 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5KL2...: 67 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-144...: 62 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 812 KB
812 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB84 KB (77%)3rd
https://static.cloud.coveo.com/atomic/v2.58.1/p-6a5c53ae.js99 KB72 KB (73%)3rd
https://static.cloud.coveo.com/atomic/v2/headless/headless.esm.js119 KB71 KB (81%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1177 KB67 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-144607258-1116 KB62 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-14881406&cx=c&gtm=4e64k0h1129 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-15894274&cx=c&gtm=4e64k0h1129 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-13671132&cx=c&gtm=4e64k0h1131 KB60 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11127063505&cx=c&gtm=4e64k0h1144 KB56 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46194 KB55 KB (29%)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
143 resources · 7.4 MB · 812 KB savings available
FIX
143 resources · 7.4 MB · 812 KB savings available
Warning::
Page weight 6.4 MB over 1MB target
Got: 7.4 MB Expected: ≤ 1 MB
Info::
~812 KB of savings available
Warning::
126 third-party resources (90% of weight)
Info::
3 resources over 200KB
143 resources · 7.4 MiB · 126 third-party 6.4 MiB over 1MB target
Image 70% · 5.2 MiB
JavaScript 28% · 2.1 MiB
CSS 1% · 64.7 KiB
Font 0% · 36.7 KiB
Document 0% · 21.5 KiB
Other 0% · 17.4 KiB

~812.0 KiB of savings available

Remove unused JavaScript: 812.0 KiB
C
Image Optimization
Action
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://umanitoba.ca/themes/custom/umanitoba/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://umanitoba.ca/sites/default/files/styles/90... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://umanitoba.ca/sites/default/files/styles/90... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://umanitoba.ca/sites/default/files/styles/90... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 5.2 MB
0 oversized -0 KB
27 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1645ms total JS execution
REVIEW
1645ms total JS execution
Warning::
Unattributable: 333ms CPU time
Info::
https://umanitoba.ca/: 183ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PLP...: 169ms CPU time
Info::
https://umanitoba.ca/sites/default/files/js/js_xZO...: 133ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=UA-144...: 128ms CPU time
Warning::
Third-party scripts: 1328ms (81% of total)

Main Thread Breakdown

Script Evaluation 59% Other 19% Script Parsing & Compilation 11% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
Unattributable333ms38ms0ms3rd
https://umanitoba.ca/183ms3ms1ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46169ms135ms28ms3rd
https://umanitoba.ca/sites/default/files/js/js_xZOCq8nb9oBPY6JcqyJQcYdo-crce3HtgrWazit4d2o.js?scope=footer&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg133ms67ms13ms1st
https://www.googletagmanager.com/gtag/js?id=UA-144607258-1128ms113ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1122ms100ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11127063505&cx=c&gtm=4e64k0h191ms66ms12ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js86ms70ms14ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js84ms69ms6ms3rd
https://connect.facebook.net/signals/config/528985359760221?v=2.9.303&r=stable&domain=umanitoba.ca&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%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%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%2C24576ms63ms10ms3rd

Showing top 10 of 14 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
1 fonts (37 KB)
PASS
1 fonts (37 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

37 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 2.9 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 10 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 10 ms
Start 988 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=900 (15 minutes)
PASS
max-age=900 (15 minutes)
Info::
Cache-Control header is set
Got: max-age=900, public
Info::
Effective TTL: 15 minutes (max-age=900)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=900, public

DirectiveValueMeaning
max-age900Cache for 15 minutes
publicAny cache may store this response
Effective TTL: 900 seconds
Network Waterfall
143 requests over 6114ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.2 s LCP 2.9 shttps://umanitoba.ca// https://umanitoba.ca/ — 200 — 21.3 KiB — 444 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-144607258-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-144607258-1 — 200 — 115.9 KiB — 233 ms — h2https://umanitoba.ca/sites/default/files/css/css_jQV5M43iRc7NG_3ngeWmz4ZrhJjvuDt8k5nNzU-GDAc.css?delta=0&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk/sites/default/files/css/css_jQV5M4... https://umanitoba.ca/sites/default/files/css/css_jQV5M43iRc7NG_3ngeWmz4ZrhJjvuDt8k5nNzU-GDAc.css?delta=0&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk — 200 — 3.2 KiB — 149 ms — http/1.1https://umanitoba.ca/sites/default/files/css/css_oE9f5IJgw1OK7vNiOYP8CdXMu3ufw1QrdyvAyVO43S0.css?delta=1&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk/sites/default/files/css/css_oE9f5I... https://umanitoba.ca/sites/default/files/css/css_oE9f5IJgw1OK7vNiOYP8CdXMu3ufw1QrdyvAyVO43S0.css?delta=1&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk — 200 — 56.8 KiB — 300 ms — http/1.1https://umanitoba.ca/sites/default/files/js/js_bq7cSQCGoYDQfOq4lbn0GLouu6lz6yTM59j2KQCVT3c.js?scope=header&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg/sites/default/files/js/js_bq7cSQCG... https://umanitoba.ca/sites/default/files/js/js_bq7cSQCGoYDQfOq4lbn0GLouu6lz6yTM59j2KQCVT3c.js?scope=header&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg — 200 — 3.4 KiB — 295 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/images/logo.svg/themes/custom/umanitoba/images/log... https://umanitoba.ca/themes/custom/umanitoba/images/logo.svg — 200 — 9.9 KiB — 435 ms — http/1.1https://static.cloud.coveo.com/atomic/v2.58.1/atomic.esm.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/atomic.esm.js — 200 — 6.7 KiB — 36 ms — h2https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-1-undergraduate-studies.jpg?itok=fZDsoblg/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-1-undergraduate-studies.jpg?itok=fZDsoblg — 200 — 102.2 KiB — 871 ms — http/1.1https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900 — 200 — 2.2 KiB — 120 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700 — 200 — 2.4 KiB — 118 ms — h2https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-2-graduate-studies.jpg?itok=bzw_ywi_/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-2-graduate-studies.jpg?itok=bzw_ywi_ — 200 — 72.9 KiB — 294 ms — http/1.1https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/homepage-extended-education.jpg?itok=rzbpzWRk/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/homepage-extended-education.jpg?itok=rzbpzWRk — 200 — 134.2 KiB — 442 ms — http/1.1https://umtoday.ca/sites/default/files/images/ENGAP%20grads%2026.jpegumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/ENGAP%20grads%2026.jpeg — 200 — 429.6 KiB — 1.5 s — http/1.1https://umanitoba.ca/sites/default/files/js/js_xZOCq8nb9oBPY6JcqyJQcYdo-crce3HtgrWazit4d2o.js?scope=footer&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg/sites/default/files/js/js_xZOCq8nb... https://umanitoba.ca/sites/default/files/js/js_xZOCq8nb9oBPY6JcqyJQcYdo-crce3HtgrWazit4d2o.js?scope=footer&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg — 200 — 82.0 KiB — 449 ms — http/1.1https://siteimproveanalytics.com/js/siteanalyze_11504.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_11504.js — 200 — 8.7 KiB — 24 ms — h3https://umtoday.ca/sites/default/files/images/IMG_0733.jpgumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/IMG_0733.jpg — 200 — 604.3 KiB — 1.5 s — http/1.1https://umtoday.ca/sites/default/files/images/Josh-outside-1.jpgumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/Josh-outside-1.jpg — 200 — 190.9 KiB — 1.2 s — http/1.1https://umtoday.ca/sites/default/files/images/UMIBC%20Birders%201.jpegumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/UMIBC%20Birders%201.jpeg — 200 — 3.4 MiB — 3.1 s — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46 — 200 — 193.5 KiB — 236 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 75 ms — h2https://umanitoba.ca/themes/custom/umanitoba/images/svg-sprite.svg/themes/custom/umanitoba/images/svg... https://umanitoba.ca/themes/custom/umanitoba/images/svg-sprite.svg — 200 — 24.2 KiB — 159 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/images/circle-arrow-gold.svg/themes/custom/umanitoba/images/cir... https://umanitoba.ca/themes/custom/umanitoba/images/circle-arrow-gold.svg — 200 — 1.4 KiB — 430 ms — http/1.1https://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 — 10 ms — h3https://static.cloud.coveo.com/atomic/v2.58.1/p-c07a1744.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c07a1744.js — 200 — 7.9 KiB — 25 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-e1255160.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-e1255160.js — 200 — 614 B — 24 ms — h2https://static.cloud.coveo.com/atomic/v2/headless/headless.esm.jsstatic.cloud.coveo.com/atomic/v2/he... https://static.cloud.coveo.com/atomic/v2/headless/headless.esm.js — 200 — 119.3 KiB — 29 ms — h2https://umanitoba.ca/sites/default/files/styles/21x9_1400w/public/2025-03/hero-b-next-steps-cropped-f.jpg?itok=wQGYkHW6/sites/default/files/styles/21x9_14... https://umanitoba.ca/sites/default/files/styles/21x9_1400w/public/2025-03/hero-b-next-steps-cropped-f.jpg?itok=wQGYkHW6 — 200 — 68.6 KiB — 344 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/site.webmanifest/themes/custom/umanitoba/site.webma... https://umanitoba.ca/themes/custom/umanitoba/site.webmanifest — 200 — 1.1 KiB — 460 ms — http/1.1https://www.clarity.ms/tag/rmn9kmbzto?ref=gtmwww.clarity.ms/tag/rmn9kmbzto?ref=g... https://www.clarity.ms/tag/rmn9kmbzto?ref=gtm — 200 — 1.1 KiB — 25 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1 — 200 — 177.5 KiB — 197 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.2 s LCP 2.9 shttps://umanitoba.ca// https://umanitoba.ca/ — 200 — 21.3 KiB — 444 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-144607258-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-144607258-1 — 200 — 115.9 KiB — 233 ms — h2https://umanitoba.ca/sites/default/files/css/css_jQV5M43iRc7NG_3ngeWmz4ZrhJjvuDt8k5nNzU-GDAc.css?delta=0&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk/sites/default/files/css/css_jQV5M4... https://umanitoba.ca/sites/default/files/css/css_jQV5M43iRc7NG_3ngeWmz4ZrhJjvuDt8k5nNzU-GDAc.css?delta=0&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk — 200 — 3.2 KiB — 149 ms — http/1.1https://umanitoba.ca/sites/default/files/css/css_oE9f5IJgw1OK7vNiOYP8CdXMu3ufw1QrdyvAyVO43S0.css?delta=1&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk/sites/default/files/css/css_oE9f5I... https://umanitoba.ca/sites/default/files/css/css_oE9f5IJgw1OK7vNiOYP8CdXMu3ufw1QrdyvAyVO43S0.css?delta=1&language=en&theme=umanitoba&include=eJxtjjsOwyAUBC9EzJHQAhuDwk88XsHtY8lFoijV7kw1oUBkWw-hCfevFMFJMWwrr-1YPaMNGCv3Zqgu9P7KvKaOktEC7T_pIp_QsszAxDkxktg4daAcH3NoG-pLlsRoZMtivVu0ouXVPX6xXElfqPUhxAzpDTntTtk — 200 — 56.8 KiB — 300 ms — http/1.1https://umanitoba.ca/sites/default/files/js/js_bq7cSQCGoYDQfOq4lbn0GLouu6lz6yTM59j2KQCVT3c.js?scope=header&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg/sites/default/files/js/js_bq7cSQCG... https://umanitoba.ca/sites/default/files/js/js_bq7cSQCGoYDQfOq4lbn0GLouu6lz6yTM59j2KQCVT3c.js?scope=header&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg — 200 — 3.4 KiB — 295 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/images/logo.svg/themes/custom/umanitoba/images/log... https://umanitoba.ca/themes/custom/umanitoba/images/logo.svg — 200 — 9.9 KiB — 435 ms — http/1.1https://static.cloud.coveo.com/atomic/v2.58.1/atomic.esm.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/atomic.esm.js — 200 — 6.7 KiB — 36 ms — h2https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-1-undergraduate-studies.jpg?itok=fZDsoblg/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-1-undergraduate-studies.jpg?itok=fZDsoblg — 200 — 102.2 KiB — 871 ms — http/1.1https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900 — 200 — 2.2 KiB — 120 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700 — 200 — 2.4 KiB — 118 ms — h2https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-2-graduate-studies.jpg?itok=bzw_ywi_/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/image-2-graduate-studies.jpg?itok=bzw_ywi_ — 200 — 72.9 KiB — 294 ms — http/1.1https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/homepage-extended-education.jpg?itok=rzbpzWRk/sites/default/files/styles/900w/pu... https://umanitoba.ca/sites/default/files/styles/900w/public/2024-09/homepage-extended-education.jpg?itok=rzbpzWRk — 200 — 134.2 KiB — 442 ms — http/1.1https://umtoday.ca/sites/default/files/images/ENGAP%20grads%2026.jpegumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/ENGAP%20grads%2026.jpeg — 200 — 429.6 KiB — 1.5 s — http/1.1https://umanitoba.ca/sites/default/files/js/js_xZOCq8nb9oBPY6JcqyJQcYdo-crce3HtgrWazit4d2o.js?scope=footer&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg/sites/default/files/js/js_xZOCq8nb... https://umanitoba.ca/sites/default/files/js/js_xZOCq8nb9oBPY6JcqyJQcYdo-crce3HtgrWazit4d2o.js?scope=footer&delta=0&language=en&theme=umanitoba&include=eJxtycENAyEMRNGGiKghl21jNRgHrABeYYhE98kRRXsa_TcRAwWLuw-c8RHt5niepPoW_k29iqAR-zt0STUVPtFQ1hAy_w9uVjQZGuADjLd8gYY9Wzwkzb4fmRG5b1BkrC1nfRijU_4CJl5JWg — 200 — 82.0 KiB — 449 ms — http/1.1https://siteimproveanalytics.com/js/siteanalyze_11504.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_11504.js — 200 — 8.7 KiB — 24 ms — h3https://umtoday.ca/sites/default/files/images/IMG_0733.jpgumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/IMG_0733.jpg — 200 — 604.3 KiB — 1.5 s — http/1.1https://umtoday.ca/sites/default/files/images/Josh-outside-1.jpgumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/Josh-outside-1.jpg — 200 — 190.9 KiB — 1.2 s — http/1.1https://umtoday.ca/sites/default/files/images/UMIBC%20Birders%201.jpegumtoday.ca/sites/default/files/imag... https://umtoday.ca/sites/default/files/images/UMIBC%20Birders%201.jpeg — 200 — 3.4 MiB — 3.1 s — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PLP5P46 — 200 — 193.5 KiB — 236 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 75 ms — h2https://umanitoba.ca/themes/custom/umanitoba/images/svg-sprite.svg/themes/custom/umanitoba/images/svg... https://umanitoba.ca/themes/custom/umanitoba/images/svg-sprite.svg — 200 — 24.2 KiB — 159 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/images/circle-arrow-gold.svg/themes/custom/umanitoba/images/cir... https://umanitoba.ca/themes/custom/umanitoba/images/circle-arrow-gold.svg — 200 — 1.4 KiB — 430 ms — http/1.1https://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 — 10 ms — h3https://static.cloud.coveo.com/atomic/v2.58.1/p-c07a1744.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c07a1744.js — 200 — 7.9 KiB — 25 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-e1255160.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-e1255160.js — 200 — 614 B — 24 ms — h2https://static.cloud.coveo.com/atomic/v2/headless/headless.esm.jsstatic.cloud.coveo.com/atomic/v2/he... https://static.cloud.coveo.com/atomic/v2/headless/headless.esm.js — 200 — 119.3 KiB — 29 ms — h2https://umanitoba.ca/sites/default/files/styles/21x9_1400w/public/2025-03/hero-b-next-steps-cropped-f.jpg?itok=wQGYkHW6/sites/default/files/styles/21x9_14... https://umanitoba.ca/sites/default/files/styles/21x9_1400w/public/2025-03/hero-b-next-steps-cropped-f.jpg?itok=wQGYkHW6 — 200 — 68.6 KiB — 344 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/site.webmanifest/themes/custom/umanitoba/site.webma... https://umanitoba.ca/themes/custom/umanitoba/site.webmanifest — 200 — 1.1 KiB — 460 ms — http/1.1https://www.clarity.ms/tag/rmn9kmbzto?ref=gtmwww.clarity.ms/tag/rmn9kmbzto?ref=g... https://www.clarity.ms/tag/rmn9kmbzto?ref=gtm — 200 — 1.1 KiB — 25 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5KL2MD48DQ&cx=c&gtm=4e64k0h1 — 200 — 177.5 KiB — 197 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-13671132&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-13671132&cx=c&gtm=4e64k0h1 — 200 — 131.0 KiB — 197 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-14881406&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14881406&cx=c&gtm=4e64k0h1 — 200 — 129.2 KiB — 191 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-11127063505&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11127063505&cx=c&gtm=4e64k0h1 — 200 — 144.3 KiB — 196 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-15894274&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-15894274&cx=c&gtm=4e64k0h1 — 200 — 129.1 KiB — 179 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 80 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 33 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CDGN6PRC77U4B2URKJ8G&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CDGN6PRC77U4B2URKJ8G&lib=ttq — 200 — 2.7 KiB — 176 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 — 80 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h1v898253580za200zd898253580xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776890916446&tfd=1298www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h1v898253580za200zd898253580xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776890916446&tfd=1298 — 200 — 21 B — 234 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CKIN6NRC77UA6J84ONE0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CKIN6NRC77UA6J84ONE0&lib=ttq — 200 — 3.1 KiB — 149 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 456 ms — h2https://umanitoba.ca/themes/custom/umanitoba/images/small-arrow.svg/themes/custom/umanitoba/images/sma... https://umanitoba.ca/themes/custom/umanitoba/images/small-arrow.svg — 200 — 1.3 KiB — 157 ms — http/1.1https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=34af640d-234b-44b6-9325-42cba933312a&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=9cb25973-7ec6-4fc3-b0e8-4de57cb86d12&pt=University%20of%20Manitoba&tw_document_href=https%3A%2F%2Fumanitoba.ca%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776890916472.342835571422557716&txn_id=nvem7&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=34af640d-234b-44b6-9325-42cba933312a&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=9cb25973-7ec6-4fc3-b0e8-4de57cb86d12&pt=University%20of%20Manitoba&tw_document_href=https%3A%2F%2Fumanitoba.ca%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776890916472.342835571422557716&txn_id=nvem7&type=javascript&version=2.3.53 — 200 — 656 B — 200 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=34af640d-234b-44b6-9325-42cba933312a&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=9cb25973-7ec6-4fc3-b0e8-4de57cb86d12&pt=University%20of%20Manitoba&tw_document_href=https%3A%2F%2Fumanitoba.ca%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776890916472.342835571422557716&txn_id=nvem7&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=34af640d-234b-44b6-9325-42cba933312a&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=9cb25973-7ec6-4fc3-b0e8-4de57cb86d12&pt=University%20of%20Manitoba&tw_document_href=https%3A%2F%2Fumanitoba.ca%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776890916472.342835571422557716&txn_id=nvem7&type=javascript&version=2.3.53 — 200 — 998 B — 168 ms — h2https://umanitoba.ca/sites/default/files/styles/3x2_1200w/public/2024-09/image-3-research-at-um-1-3-1.jpg?itok=osJPkJg9/sites/default/files/styles/3x2_120... https://umanitoba.ca/sites/default/files/styles/3x2_1200w/public/2024-09/image-3-research-at-um-1-3-1.jpg?itok=osJPkJg9 — 200 — 170.1 KiB — 321 ms — http/1.1https://acdn.adnxs.com/dmp/up/pixie.jsacdn.adnxs.com/dmp/up/pixie.js https://acdn.adnxs.com/dmp/up/pixie.js — 200 — 9.2 KiB — 13 ms — http/1.1https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 457 ms — h2https://umanitoba.ca/api/v1/alerts/api/v1/alerts https://umanitoba.ca/api/v1/alerts — 200 — 469 B — 197 ms — http/1.1https://static.cloud.coveo.com/atomic/v2.58.1/p-d83127a7.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-d83127a7.entry.js — 200 — 11.7 KiB — 7 ms — h2https://apply.umanitoba.ca/pingapply.umanitoba.ca/ping https://apply.umanitoba.ca/ping — 200 — 966 B — 614 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-36c020f0.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-36c020f0.entry.js — 200 — 10.0 KiB — 19 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-a6244071.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-a6244071.entry.js — 200 — 773 B — 21 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-13518665.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-13518665.entry.js — 200 — 1.6 KiB — 23 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-1f863da0.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-1f863da0.entry.js — 200 — 2.3 KiB — 24 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 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 — 20 ms — h2https://www.clarity.ms/tag/rmn9kmbzto?ref=gtmwww.clarity.ms/tag/rmn9kmbzto?ref=g... https://www.clarity.ms/tag/rmn9kmbzto?ref=gtm — 200 — 1.1 KiB — 27 ms — http/1.1https://static.cloud.coveo.com/atomic/v2.58.1/p-6fdc7a09.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-6fdc7a09.js — 200 — 2.0 KiB — 46 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-6a5c53ae.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-6a5c53ae.js — 200 — 98.9 KiB — 125 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-75b137d1.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-75b137d1.js — 200 — 1.5 KiB — 61 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-e48090a7.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-e48090a7.js — 200 — 1014 B — 62 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-c86021c8.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c86021c8.js — 200 — 978 B — 63 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-d8c48d66.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-d8c48d66.js — 200 — 1.8 KiB — 65 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-d441d2c5.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-d441d2c5.js — 200 — 1.1 KiB — 66 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-24df7187.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-24df7187.js — 200 — 1.4 KiB — 67 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-d8197d17.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-d8197d17.js — 200 — 9.6 KiB — 72 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-e5111bd2.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-e5111bd2.js — 200 — 3.1 KiB — 74 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-a56bfec6.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-a56bfec6.js — 200 — 774 B — 75 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-8db9248c.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-8db9248c.js — 200 — 1.5 KiB — 103 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-cfb3c589.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-cfb3c589.js — 200 — 939 B — 105 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-b49fc096.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-b49fc096.js — 200 — 1.0 KiB — 77 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-1580513b.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-1580513b.js — 200 — 848 B — 78 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-e9c4f463.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-e9c4f463.js — 200 — 1.1 KiB — 79 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-4dcb66f1.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-4dcb66f1.js — 200 — 1.1 KiB — 81 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-b0ede3ce.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-b0ede3ce.js — 200 — 1.2 KiB — 82 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-c4f21716.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c4f21716.js — 200 — 23.6 KiB — 87 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-c52e4e75.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c52e4e75.js — 200 — 1.3 KiB — 80 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-d912835b.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-d912835b.js — 200 — 1.9 KiB — 94 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-33c9dd93.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-33c9dd93.js — 200 — 1.3 KiB — 87 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-c4d8fb5c.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c4d8fb5c.js — 200 — 3.5 KiB — 88 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-9c7dbbdf.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-9c7dbbdf.js — 200 — 711 B — 89 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-8f5830b4.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-8f5830b4.js — 200 — 762 B — 91 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-c280cd05.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-c280cd05.js — 200 — 855 B — 92 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 — 476 B — 306 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=66232%2C6609308%2C6613346&time=1776890916711&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=66232%2C6609308%2C6613346&time=1776890916711&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2 — 200 — 789 B — 284 ms — h2https://11504.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fumanitoba.ca%2F&title=University%20of%20Manitoba&res=800x600&accountid=11504&rt=1527&luid=acf58241-0ad6-8383-5a92-1837b1720b24&prev=59ad73db-2f79-ec91-6533-b16742bc2543&rnd=5076111504.global.siteimproveanalytics.i... https://11504.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fumanitoba.ca%2F&title=University%20of%20Manitoba&res=800x600&accountid=11504&rt=1527&luid=acf58241-0ad6-8383-5a92-1837b1720b24&prev=59ad73db-2f79-ec91-6533-b16742bc2543&rnd=50761 — 200 — 210 B — 471 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=66232%2C6609308%2C6613346&time=1776890916711&li_adsId=ee17c8a0-5000-43f8-9b2f-615384123b9b&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=66232%2C6609308%2C6613346&time=1776890916711&li_adsId=ee17c8a0-5000-43f8-9b2f-615384123b9b&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2 — 302 — 994 B — 172 ms — h2https://connect.facebook.net/signals/config/1766195243636049?v=2.9.303&r=stable&domain=umanitoba.ca&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/1766195243636049?v=2.9.303&r=stable&domain=umanitoba.ca&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 — 44.9 KiB — 273 ms — h3https://static.cloud.coveo.com/atomic/v2.58.1/p-f71665c2.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-f71665c2.entry.js — 200 — 8.0 KiB — 6 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/lang/en.jsonstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/lang/en.json — 200 — 4.2 KiB — 7 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-b48553fd.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-b48553fd.js — 200 — 1.1 KiB — 6 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-22ce9391.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-22ce9391.entry.js — 200 — 1.3 KiB — 7 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-78f73d39.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-78f73d39.entry.js — 200 — 1.7 KiB — 7 ms — h2https://static.cloud.coveo.com/atomic/v2.58.1/p-50eb657c.entry.jsstatic.cloud.coveo.com/atomic/v2.58... https://static.cloud.coveo.com/atomic/v2.58.1/p-50eb657c.entry.js — 200 — 9.4 KiB — 14 ms — h2https://ib.adnxs.com/pixie/up?pi=b40d4d0b-6cfa-4e9d-a78b-4719e9f55bbcib.adnxs.com/pixie/up?pi=b40d4d0b-6... https://ib.adnxs.com/pixie/up?pi=b40d4d0b-6cfa-4e9d-a78b-4719e9f55bbc — 200 — 311 B — 393 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=66232%2C6609308%2C6613346&time=1776890916711&li_adsId=ee17c8a0-5000-43f8-9b2f-615384123b9b&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=66232%2C6609308%2C6613346&time=1776890916711&li_adsId=ee17c8a0-5000-43f8-9b2f-615384123b9b&url=https%3A%2F%2Fumanitoba.ca%2F&tm=gtmv2&cookiesTest=true — 200 — 454 B — 195 ms — h2https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45fe64k0h1v9231260665z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401~118128922~118463262&apve=1&apvf=f&apvc=0&tids=DC-15894274&tid=DC-15894274&tft=1776890916999&tfd=1851www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45fe64k0h1v9231260665z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401~118128922~118463262&apve=1&apvf=f&apvc=0&tids=DC-15894274&tid=DC-15894274&tft=1776890916999&tfd=1851 — 200 — 21 B — 90 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&ep.user_data_mode=a&gtm=45fe64k0h1v9190622694z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-13671132&tid=DC-13671132&tft=1776890917080&tfd=1932www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&ep.user_data_mode=a&gtm=45fe64k0h1v9190622694z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-13671132&tid=DC-13671132&tft=1776890917080&tfd=1932 — 200 — 21 B — 66 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45fe64k0h1v9195490909z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-14881406&tid=DC-14881406&tft=1776890917141&tfd=1993www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45fe64k0h1v9195490909z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-14881406&tid=DC-14881406&tft=1776890917141&tfd=1993 — 200 — 21 B — 103 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11127063505/?random=1776890917190&cv=11&fst=1776890917190&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11127063505/?random=1776890917190&cv=11&fst=1776890917190&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 147 ms — h3https://www.google.com/rmkt/collect/11127063505/?random=1776890917190&cv=11&fst=1776890917190&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1112706... https://www.google.com/rmkt/collect/11127063505/?random=1776890917190&cv=11&fst=1776890917190&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 147 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-11127063505&tid=AW-11127063505&tft=1776890917235&tfd=2087www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fumanitoba.ca%2F&scrsrc=www.googletagmanager.com&rnd=1971294950.1776890916&dt=University%20of%20Manitoba&auid=1197798415.1776890916&navt=n&npa=0&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-11127063505&tid=AW-11127063505&tft=1776890917235&tfd=2087 — 200 — 21 B — 143 ms — h3https://mx.technolutions.net/ping?id=5f9de2c9-2a3e-3f8d-7fef-8a98bc46fa14&sid=ToAc33rxeTGQKpdvB8LSgMrKX9H5VC2chicJEd-ged6-jl5ncu65VAilSn7AvyEiVd-XzraTsKocSLIHdm_tYWIJ7Ij3iHtzx0KobU0LT2aauICp6PrnlS3LdE1GlUCW&hid=3da68fe4-23db-1c47-1f03-ba0173827235mx.technolutions.net/ping?id=5f9de2... https://mx.technolutions.net/ping?id=5f9de2c9-2a3e-3f8d-7fef-8a98bc46fa14&sid=ToAc33rxeTGQKpdvB8LSgMrKX9H5VC2chicJEd-ged6-jl5ncu65VAilSn7AvyEiVd-XzraTsKocSLIHdm_tYWIJ7Ij3iHtzx0KobU0LT2aauICp6PrnlS3LdE1GlUCW&hid=3da68fe4-23db-1c47-1f03-ba0173827235 — 200 — 3.7 KiB — 40 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-5KL2MD48DQ&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&_p=1776890915613&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1112559760.1776890916&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776890917&sct=1&seg=0&dl=https%3A%2F%2Fumanitoba.ca%2F&dt=University%20of%20Manitoba&en=page_view&_fv=1&_ss=1&tfd=2199analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-5KL2MD48DQ&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&_p=1776890915613&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1112559760.1776890916&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776890917&sct=1&seg=0&dl=https%3A%2F%2Fumanitoba.ca%2F&dt=University%20of%20Manitoba&en=page_view&_fv=1&_ss=1&tfd=2199 — 204 — 546 B — 139 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5KL2MD48DQ&cid=1112559760.1776890916&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5KL2MD48DQ&cid=1112559760.1776890916&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512543 — 204 — 546 B — 157 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-5KL2MD48DQ&cid=1112559760.1776890916&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512543&z=333526871www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-5KL2MD48DQ&cid=1112559760.1776890916&gtm=45je64k0h1v890406944z8898253580za20gzb898253580zd898253580&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512543&z=333526871 — 200 — 63 B — 137 ms — h3https://ib.adnxs.com/pixie?e=PageView&pi=b40d4d0b-6cfa-4e9d-a78b-4719e9f55bbc&it=1776890916929&v=0.0.45&u=https%3A%2F%2Fumanitoba.ca%2F&st=1776890916928&et=1776890917383&if=0&uetmsmid=060be9de-4853-4987-addd-c1f81dc7a0bb&asce=0&ascc=0&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0ib.adnxs.com/pixie?e=PageView&pi=b4... https://ib.adnxs.com/pixie?e=PageView&pi=b40d4d0b-6cfa-4e9d-a78b-4719e9f55bbc&it=1776890916929&v=0.0.45&u=https%3A%2F%2Fumanitoba.ca%2F&st=1776890916928&et=1776890917383&if=0&uetmsmid=060be9de-4853-4987-addd-c1f81dc7a0bb&asce=0&ascc=0&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0 — 200 — 228 B — 131 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 106.0 KiB — 35 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.6 KiB — 32 ms — h2https://pixel-config.reddit.com/pixels/a2_hmoo842hemxa/configpixel-config.reddit.com/pixels/a2_h... https://pixel-config.reddit.com/pixels/a2_hmoo842hemxa/config — 200 — 228 B — 34 ms — h2https://alb.reddit.com/rp.gif?ts=1776890917404&id=a2_hmoo842hemxa&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e57f4543-4ff9-4b9e-9476-d0819b607b2e&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776890917... https://alb.reddit.com/rp.gif?ts=1776890917404&id=a2_hmoo842hemxa&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e57f4543-4ff9-4b9e-9476-d0819b607b2e&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 76 B — 162 ms — h2https://alb.reddit.com/rp.gif?ts=1776890917406&id=a2_hncpxxwejh4n&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e57f4543-4ff9-4b9e-9476-d0819b607b2e&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776890917... https://alb.reddit.com/rp.gif?ts=1776890917406&id=a2_hncpxxwejh4n&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e57f4543-4ff9-4b9e-9476-d0819b607b2e&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 159 ms — h2https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 126 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 377 ms — h2https://tr.snapchat.com/config/ca/656d0fdc-b613-458a-bb14-97ff0cfa2837.js?v=3.56.0-2604221701tr.snapchat.com/config/ca/656d0fdc-... https://tr.snapchat.com/config/ca/656d0fdc-b613-458a-bb14-97ff0cfa2837.js?v=3.56.0-2604221701 — 200 — 461 B — 217 ms — h2https://tr.snapchat.com/cm/i?pid=656d0fdc-b613-458a-bb14-97ff0cfa2837&u_scsid=d96c1597-04e9-4bfe-93b7-3634ad75e21d&u_sclid=6b9025d8-cdfd-4faa-8071-dca81edffe29tr.snapchat.com/cm/i?pid=656d0fdc-b... https://tr.snapchat.com/cm/i?pid=656d0fdc-b613-458a-bb14-97ff0cfa2837&u_scsid=d96c1597-04e9-4bfe-93b7-3634ad75e21d&u_sclid=6b9025d8-cdfd-4faa-8071-dca81edffe29 — 200 — 201 B — 159 ms — h2https://connect.facebook.net/signals/config/528985359760221?v=2.9.303&r=stable&domain=umanitoba.ca&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%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%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/528985359760221?v=2.9.303&r=stable&domain=umanitoba.ca&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%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%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 — 97.0 KiB — 293 ms — h3https://www.facebook.com/tr/?id=1766195243636049&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917555&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&it=1776890916785&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=17661952436... https://www.facebook.com/tr/?id=1766195243636049&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917555&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&it=1776890916785&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 17 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1766195243636049&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917555&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&it=1776890916785&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1766195243636049&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917555&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&it=1776890916785&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 202 B — 288 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 478 ms — http/1.1https://www.google.com/pagead/1p-user-list/11127063505/?random=1776890917190&cv=11&fst=1776888000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfWzN0PJ5KTmPOFKBvtbDFVkw_SCJaYKbNL1C18tb9EWG-898KIHxa_spXGTK47_ZNJo9lrb2uPTpvFDXP0tuiz7e4VPBMwHOCYLA7g9mGVxxm_Dk-5DCHnkEAlXsstjkFNd-rEJOGdcbRr1gVW7CfOiyaES7jxZ7yPcs9H4ynFA2TaSW_Bj8hLlpznkR1bl71ydqM4jxZ8f5Ms2hHv4tugGA8DEs2UnmPqLSZsFlyAW10O5XqrmcccfmmCZUGhB25UQWJA&random=2798531923&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/11127063505/?random=1776890917190&cv=11&fst=1776888000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfWzN0PJ5KTmPOFKBvtbDFVkw_SCJaYKbNL1C18tb9EWG-898KIHxa_spXGTK47_ZNJo9lrb2uPTpvFDXP0tuiz7e4VPBMwHOCYLA7g9mGVxxm_Dk-5DCHnkEAlXsstjkFNd-rEJOGdcbRr1gVW7CfOiyaES7jxZ7yPcs9H4ynFA2TaSW_Bj8hLlpznkR1bl71ydqM4jxZ8f5Ms2hHv4tugGA8DEs2UnmPqLSZsFlyAW10O5XqrmcccfmmCZUGhB25UQWJA&random=2798531923&rmt_tld=0&ipr=y — 200 — 64 B — 64 ms — h3https://www.google.com.br/pagead/1p-user-list/11127063505/?random=1776890917190&cv=11&fst=1776888000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfWzN0PJ5KTmPOFKBvtbDFVkw_SCJaYKbNL1C18tb9EWG-898KIHxa_spXGTK47_ZNJo9lrb2uPTpvFDXP0tuiz7e4VPBMwHOCYLA7g9mGVxxm_Dk-5DCHnkEAlXsstjkFNd-rEJOGdcbRr1gVW7CfOiyaES7jxZ7yPcs9H4ynFA2TaSW_Bj8hLlpznkR1bl71ydqM4jxZ8f5Ms2hHv4tugGA8DEs2UnmPqLSZsFlyAW10O5XqrmcccfmmCZUGhB25UQWJA&random=2798531923&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/11127063505/?random=1776890917190&cv=11&fst=1776888000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h1v9211844519z8898253580za20gzb898253580zd898253580xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fumanitoba.ca%2F&rcb=6&frm=0&tiba=University%20of%20Manitoba&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1197798415.1776890916&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfWzN0PJ5KTmPOFKBvtbDFVkw_SCJaYKbNL1C18tb9EWG-898KIHxa_spXGTK47_ZNJo9lrb2uPTpvFDXP0tuiz7e4VPBMwHOCYLA7g9mGVxxm_Dk-5DCHnkEAlXsstjkFNd-rEJOGdcbRr1gVW7CfOiyaES7jxZ7yPcs9H4ynFA2TaSW_Bj8hLlpznkR1bl71ydqM4jxZ8f5Ms2hHv4tugGA8DEs2UnmPqLSZsFlyAW10O5XqrmcccfmmCZUGhB25UQWJA&random=2798531923&rmt_tld=1&ipr=y — 200 — 64 B — 66 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 11 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 777 B — 178 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 748 B — 149 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 910 B — 250 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 911 B — 157 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 163 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 236 B — 161 ms — h2https://mpc-prod-24-s6uit34pua-uw.a.run.app/events?cee=nompc-prod-24-s6uit34pua-uw.a.run.app... https://mpc-prod-24-s6uit34pua-uw.a.run.app/events?cee=no — 200 — 236 B — 274 ms — h2https://www.facebook.com/tr/?id=528985359760221&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917916&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&eid=ob3_plugin-set_cb13039cbc9c667c73521deef39db1fe69a1049b2600be6aacc657b31b4094a4&it=1776890916785&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=52898535976... https://www.facebook.com/tr/?id=528985359760221&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917916&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&eid=ob3_plugin-set_cb13039cbc9c667c73521deef39db1fe69a1049b2600be6aacc657b31b4094a4&it=1776890916785&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 8 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=528985359760221&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917916&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&eid=ob3_plugin-set_cb13039cbc9c667c73521deef39db1fe69a1049b2600be6aacc657b31b4094a4&it=1776890916785&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=528985359760221&ev=PageView&dl=https%3A%2F%2Fumanitoba.ca%2F&rl=&if=false&ts=1776890917916&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776890917542.463889036636099878&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Manitoba&pmd[locale]=en&pmd[description]=We%20attract%20people%20from%20around%20the%20world%20who%20share%20our%20ideals%20and%20vision%20for%20positive%20change.%20We%20are%20where%20imagination%20and%20action%20collide.&plt=1483.5&eid=ob3_plugin-set_cb13039cbc9c667c73521deef39db1fe69a1049b2600be6aacc657b31b4094a4&it=1776890916785&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 192 B — 165 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 228 ms — http/1.1https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 45 B — 159 ms — h2https://tags.srv.stackadapt.com/saq_pxl?uid=QnnL6VYGdlT4enbJhybnBw&is_js=true&landing_url=https%3A%2F%2Fumanitoba.ca%2F&t=University%20of%20Manitoba&tip=A5ywo-oI-zFLYa9dDVcqakLjDTmlG8i5W8fuL15rTck&host=https%3A%2F%2Fumanitoba.ca&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9bc0dcc9e95825c455def6d4a74668b83d59c9612&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%253AAQAKIGXOs6KdBwYDj9TeUR0YRT_fGpl3UoFX9PQMsrxNd2LKEMABGAQgpOikzwYwAToEkxnLiEIE2OC4RQ.BtnNMdXwmGfOqHIWmo5M%252F9CsNguZWzr3nL4kpP0rWTU&sa-user-id-v2=s%253AvA3MnpWCXEVd721KdGaLg9WclhI.cR94A1ERFR%252BJOYaBxzGUg4SN00H2%252FnYBfbsdGDtuU5k&sa-user-id=s%253A0-bc0dcc9e-9582-5c45-5def-6d4a74668b83.8fVdMnWfBEr0n%252BdbfE5xica9oTYR8lmBD50xs2pXfRAtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=QnnL6VYGdlT4enbJhybnBw&is_js=true&landing_url=https%3A%2F%2Fumanitoba.ca%2F&t=University%20of%20Manitoba&tip=A5ywo-oI-zFLYa9dDVcqakLjDTmlG8i5W8fuL15rTck&host=https%3A%2F%2Fumanitoba.ca&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9bc0dcc9e95825c455def6d4a74668b83d59c9612&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%253AAQAKIGXOs6KdBwYDj9TeUR0YRT_fGpl3UoFX9PQMsrxNd2LKEMABGAQgpOikzwYwAToEkxnLiEIE2OC4RQ.BtnNMdXwmGfOqHIWmo5M%252F9CsNguZWzr3nL4kpP0rWTU&sa-user-id-v2=s%253AvA3MnpWCXEVd721KdGaLg9WclhI.cR94A1ERFR%252BJOYaBxzGUg4SN00H2%252FnYBfbsdGDtuU5k&sa-user-id=s%253A0-bc0dcc9e-9582-5c45-5def-6d4a74668b83.8fVdMnWfBEr0n%252BdbfE5xica9oTYR8lmBD50xs2pXfRA — 200 — 307 B — 127 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 747 B — 162 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 46 B — 162 ms — h2https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 517 B — 145 ms — h2https://www.clarity.ms/tag/rmn9kmbzto?ref=gtmwww.clarity.ms/tag/rmn9kmbzto?ref=g... https://www.clarity.ms/tag/rmn9kmbzto?ref=gtm — 200 — 1.1 KiB — 8 ms — http/1.1https://umanitoba.ca/themes/custom/umanitoba/favicon.ico/themes/custom/umanitoba/favicon.ic... https://umanitoba.ca/themes/custom/umanitoba/favicon.ico — 200 — 15.2 KiB — 149 ms — http/1.1https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=55C80E37CA10407B95D0D112C55E0999&RedC=c.clarity.ms&MXFR=3BB7CE5D6CB161203C40D91E68B16F05c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=55C80E37CA10407B95D0D112C55E0999&RedC=c.clarity.ms&MXFR=3BB7CE5D6CB161203C40D91E68B16F05 — 302 — 762 B — 131 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=55C80E37CA10407B95D0D112C55E0999&MUID=09E92A15469A63E73FB63D5647F16250c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=55C80E37CA10407B95D0D112C55E0999&MUID=09E92A15469A63E73FB63D5647F16250 — 200 — 467 B — 123 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 117 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
81% of JavaScript execution is third-party
First-party Third-party 1328ms · 1346KB · CA$18/mo
Unattributable
Other
Costly
Execution 333ms
Transfer 0 KB
Monthly Cost CA$5/mo
Google Tag Manager
Tag Manager
Optional
Execution 169ms
Transfer 194 KB
Unused 29%
Monthly Cost CA$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 128ms
Transfer 116 KB
Unused 54%
Monthly Cost CA$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 122ms
Transfer 177 KB
Unused 38%
Monthly Cost CA$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 91ms
Transfer 144 KB
Unused 39%
Monthly Cost CA$1/mo
analytics.tiktok.com
Other
Optional
Execution 86ms
Transfer 106 KB
Unused 51%
Monthly Cost CA$1/mo
Microsoft Clarity
Session Replay
Optional
Execution 84ms
Transfer 26 KB
Monthly Cost CA$1/mo
Facebook Pixel
Advertising
Optional
Execution 76ms
Transfer 97 KB
Unused 27%
Monthly Cost CA$1/mo
Facebook Pixel
Advertising
Optional
Execution 63ms
Transfer 97 KB
Unused 35%
Monthly Cost CA$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 131 KB
Unused 45%
Monthly Cost CA$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 129 KB
Unused 47%
Monthly Cost CA$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 129 KB
Unused 47%
Monthly Cost CA$1/mo

These scripts may cost more than they're worth

  • Unattributable adds 333ms and costs ~CA$5/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 333ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

51% 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