Skip to content
https://wfu.edu

Performance

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

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

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

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

1.68 s

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

5.22 s

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

179 ms

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

0.021

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

2.40 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.88 s

Page Load Progression

689 ms
1.4 s
2.1 s
2.8 s
3.4 s
4.1 s
4.8 s
5.5 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
14.0 MB transferred, 167 requests
FIX
14.0 MB transferred, 167 requests
Critical::
Page weighs 18.7 MB (14.0 MB transferred)
Warning::
Images are 4.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.2 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 300 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 300 KB
Warning::
167 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.9 g CO2 per page load
14.0 MB / 2.4 MB budget
14.0 MB transferred
167 requests
2.9 g CO2 per page load
Other 7.8 MiB 56%
Images 4.2 MiB 30%
JavaScript 1.4 MiB 10%
Fonts 299.9 KiB 2%
CSS 192.0 KiB 1%
HTML 71.9 KiB 1%
Other 17.3 KiB 0%
Other 3.8 KiB 0%
Other 2.5 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (14.0 MiB of 14.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
44 scripts, 435 KB unused
FIX
44 scripts, 435 KB unused
Warning::
https://siteimproveanalytics.com/js/siteanalyze_56...: 72 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T97...: 65 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PJRG...: 62 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 56 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 435 KB
435 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://siteimproveanalytics.com/js/siteanalyze_56232.js93 KB72 KB (78%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-966518752&cx=c&gtm=4e64k1h1175 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T975WM2178 KB65 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PJRG6GR161&cx=c&gtm=4e64k1h1161 KB62 KB (38%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB56 KB (52%)3rd
https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.9.069 KB46 KB (67%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.238 KB27 KB (72%)3rd
https://player.vimeo.com/api/player.js9 KB3rd
https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/site-improve-priority.js?ver=4.7.21 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
167 resources · 14.0 MB · 435 KB savings available
FIX
167 resources · 14.0 MB · 435 KB savings available
Warning::
Page weight 13.0 MB over 1MB target
Got: 14.0 MB Expected: ≤ 1 MB
Info::
~435 KB of savings available
Warning::
166 third-party resources (100% of weight)
Info::
10 resources over 200KB
167 resources · 14.0 MiB · 166 third-party 13.0 MiB over 1MB target
Media 56% · 7.8 MiB
Image 30% · 4.2 MiB
JavaScript 10% · 1.4 MiB
Font 2% · 299.9 KiB
CSS 1% · 192.0 KiB
Document 1% · 73.4 KiB
Other 0% · 23.7 KiB

~435.0 KiB of savings available

Remove unused JavaScript: 435.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
44 images, 0 KB saveable
REVIEW
44 images, 0 KB saveable
Warning::
https://scontent-iad3-2.cdninstagram.com/v/t51.718... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad3-2.cdninstagram.com/v/t51.718... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://prod.wp.cdn.aws.wfu.edu/assets/images/givi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad3-1.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad3-2.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad3-1.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad6-1.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad3-1.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad6-1.cdninstagram.com/v/t51.718... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad6-1.cdninstagram.com/v/t51.718... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://scontent-iad6-1.cdninstagram.com/v/t51.827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://prod.wp.cdn.aws.wfu.edu/assets/images/Givi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
44 images 4.2 MB
0 oversized -0 KB
40 legacy format
13 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1551ms total JS execution
REVIEW
1551ms total JS execution
Warning::
https://www.wfu.edu/: 375ms CPU time
Warning::
Unattributable: 270ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-T97...: 195ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-PJRG...: 171ms CPU time
Info::
https://www.wfu.edu/wp-includes/js/jquery/jquery.m...: 140ms CPU time
Warning::
Third-party scripts: 1551ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 21% Style & Layout 16% Script Parsing & Compilation 9% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.wfu.edu/375ms7ms2ms3rd
Unattributable270ms14ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T975WM2195ms162ms27ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PJRG6GR161&cx=c&gtm=4e64k1h1171ms138ms23ms3rd
https://www.wfu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1140ms90ms4ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js132ms110ms18ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-966518752&cx=c&gtm=4e64k1h1127ms103ms24ms3rd
https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.279ms19ms11ms3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js62ms51ms10ms3rd
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
13 fonts (300 KB)
PASS
13 fonts (300 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

300 KB total

Render-blocking

0

of 13

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.2 shttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-regular.woff2open-sans-v36-latin-reg... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-regular.woff2 — 18.7 KiB — 55 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700.woff2open-sans-v36-latin-700... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700.woff2 — 18.2 KiB — 50 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600.woff2cormorant-v21-latin-600... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600.woff2 — 20.7 KiB — 55 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-italic.woff2open-sans-v36-latin-ita... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-italic.woff2 — 19.3 KiB — 24 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600italic.woff2cormorant-v21-latin-600... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600italic.woff2 — 21.7 KiB — 21 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttfweathericons-regular-we... https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttf — 50.0 KiB — 24 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/pathway-gothic-one-v15-latin-regular.woff2pathway-gothic-one-v15-... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/pathway-gothic-one-v15-latin-regular.woff2 — 14.1 KiB — 11 ms — font-display: swaphttps://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700italic.woff2open-sans-v36-latin-700... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700italic.woff2 — 18.8 KiB — 10 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2pro-fa-solid-900-1.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2 — 13.8 KiB — 32 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2pro-fa-solid-900-12.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 16.3 KiB — 32 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2pro-fa-brands-400-0.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 36.9 KiB — 34 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2pro-fa-brands-400-1.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2 — 39.5 KiB — 38 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2pro-fa-solid-900-0.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2 — 11.8 KiB — 16 ms — font-display: swap
open-sans-v36-latin-reg... woff2 swap
Size 19 KB
Load time 55 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
open-sans-v36-latin-700... woff2 swap
Size 18 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
cormorant-v21-latin-600... woff2 swap
Size 21 KB
Load time 55 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
open-sans-v36-latin-ita... woff2 swap
Size 19 KB
Load time 24 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
cormorant-v21-latin-600... woff2 swap
Size 22 KB
Load time 21 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
weathericons-regular-we... ttf swap
Size 50 KB
Load time 24 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pathway-gothic-one-v15-... woff2 swap
Size 14 KB
Load time 11 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
open-sans-v36-latin-700... woff2 swap
Size 19 KB
Load time 10 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-1.woff2 woff2 swap
Size 14 KB
Load time 32 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-12.woff2 woff2 swap
Size 16 KB
Load time 32 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-0.woff2 woff2 swap
Size 37 KB
Load time 34 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-1.woff2 woff2 swap
Size 40 KB
Load time 38 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-0.woff2 woff2 swap
Size 12 KB
Load time 16 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~15 KB and ~30 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
167 requests over 4338ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.2 shttps://wfu.edu// https://wfu.edu/ — 301 — 305 B — 289 ms — http/1.1https://www.wfu.edu/www.wfu.edu/ https://www.wfu.edu/ — 200 — 59.9 KiB — 490 ms — h2https://rum-static.pingdom.net/pa-635bdda79034fb0011001457.jsrum-static.pingdom.net/pa-635bdda79... https://rum-static.pingdom.net/pa-635bdda79034fb0011001457.js — 200 — 2.9 KiB — 47 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/foundation.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/foundation.css?ver=1776866700 — 200 — 19.1 KiB — 313 ms — h3https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.9.0www.wfu.edu/wp-content/plugins/inst... https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.9.0 — 200 — 15.6 KiB — 153 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/style.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-p... https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/style.css?ver=1776866696 — 200 — 1.2 KiB — 314 ms — h3https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageEventsBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageEventsBlock/style.css?ver=1776866700 — 200 — 1.5 KiB — 112 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageNewsBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageNewsBlock/style.css?ver=1776866700 — 200 — 1.6 KiB — 114 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/style.css?ver=1776866700 — 200 — 1.3 KiB — 118 ms — h2https://www.wfu.edu/wp-content/mu-plugins/wfu-plugin-manager/assets/css/misc.css?ver=1776866702www.wfu.edu/wp-content/mu-plugins/w... https://www.wfu.edu/wp-content/mu-plugins/wfu-plugin-manager/assets/css/misc.css?ver=1776866702 — 200 — 981 B — 122 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/css/accordion.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-a... https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/css/accordion.css?ver=1776866696 — 200 — 1.0 KiB — 304 ms — h3https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=1.8.1cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=1.8.1 — 200 — 1.2 KiB — 36 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-site-options/assets/css/department-announcement.css?ver=1776866704prod.wp.cdn.aws.wfu.edu/wfu-site-op... https://prod.wp.cdn.aws.wfu.edu/wfu-site-options/assets/css/department-announcement.css?ver=1776866704 — 200 — 1.0 KiB — 312 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/css/staff-list.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-s... https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/css/staff-list.css?ver=1776866696 — 200 — 1.8 KiB — 304 ms — h3https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/style.css?ver=1776866700 — 200 — 810 B — 113 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/css/main.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/css/main.css?ver=1776866700 — 200 — 2.5 KiB — 313 ms — h3https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.10/css/weather-icons.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/weat... https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.10/css/weather-icons.css?ver=6.9.4 — 200 — 3.5 KiB — 23 ms — h3https://www.wfu.edu/wp-content/plugins/wfu-weather/assets/css/weather.css?ver=1776866704www.wfu.edu/wp-content/plugins/wfu-... https://www.wfu.edu/wp-content/plugins/wfu-weather/assets/css/weather.css?ver=1776866704 — 200 — 1.9 KiB — 116 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/main.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/main.css?ver=1776866700 — 200 — 17.7 KiB — 319 ms — h3https://www.wfu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.wfu.edu/wp-includes/js/jquery/j... https://www.wfu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.3 KiB — 162 ms — h2https://www.wfu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.wfu.edu/wp-includes/js/jquery/j... https://www.wfu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 118 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1.8.1cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1.8.1 — 200 — 11.0 KiB — 33 ms — h2https://static.secure.wfu.edu/images/_heater/wfu-logo.svgstatic.secure.wfu.edu/images/_heate... https://static.secure.wfu.edu/images/_heater/wfu-logo.svg — 200 — 37.5 KiB — 503 ms — h2https://prod.wp.cdn.aws.wfu.edu/2025/10/20250129freeman18-1024x682.jpgprod.wp.cdn.aws.wfu.edu/2025/10/202... https://prod.wp.cdn.aws.wfu.edu/2025/10/20250129freeman18-1024x682.jpg — 200 — 91.5 KiB — 317 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/02/2026-news-commencement.jpgprod.wp.cdn.aws.wfu.edu/2026/02/202... https://prod.wp.cdn.aws.wfu.edu/2026/02/2026-news-commencement.jpg — 200 — 70.8 KiB — 12 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/04/20260304labshaack72-1.jpgprod.wp.cdn.aws.wfu.edu/2026/04/202... https://prod.wp.cdn.aws.wfu.edu/2026/04/20260304labshaack72-1.jpg — 200 — 940.2 KiB — 308 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/04/2026-04-haber2.jpgprod.wp.cdn.aws.wfu.edu/2026/04/202... https://prod.wp.cdn.aws.wfu.edu/2026/04/2026-04-haber2.jpg — 200 — 81.1 KiB — 193 ms — h3https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.2cdn.jsdelivr.net/npm/foundation-sit... https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.2 — 200 — 38.2 KiB — 124 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/site-improve-priority.js?ver=4.7.2www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/site-improve-priority.js?ver=4.7.2 — 200 — 844 B — 126 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/js/accordion.js?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-a... https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/js/accordion.js?ver=1776866696 — 200 — 1.8 KiB — 68 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.2 shttps://wfu.edu// https://wfu.edu/ — 301 — 305 B — 289 ms — http/1.1https://www.wfu.edu/www.wfu.edu/ https://www.wfu.edu/ — 200 — 59.9 KiB — 490 ms — h2https://rum-static.pingdom.net/pa-635bdda79034fb0011001457.jsrum-static.pingdom.net/pa-635bdda79... https://rum-static.pingdom.net/pa-635bdda79034fb0011001457.js — 200 — 2.9 KiB — 47 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/foundation.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/foundation.css?ver=1776866700 — 200 — 19.1 KiB — 313 ms — h3https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.9.0www.wfu.edu/wp-content/plugins/inst... https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.9.0 — 200 — 15.6 KiB — 153 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/style.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-p... https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/style.css?ver=1776866696 — 200 — 1.2 KiB — 314 ms — h3https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageEventsBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageEventsBlock/style.css?ver=1776866700 — 200 — 1.5 KiB — 112 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageNewsBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageNewsBlock/style.css?ver=1776866700 — 200 — 1.6 KiB — 114 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/style.css?ver=1776866700 — 200 — 1.3 KiB — 118 ms — h2https://www.wfu.edu/wp-content/mu-plugins/wfu-plugin-manager/assets/css/misc.css?ver=1776866702www.wfu.edu/wp-content/mu-plugins/w... https://www.wfu.edu/wp-content/mu-plugins/wfu-plugin-manager/assets/css/misc.css?ver=1776866702 — 200 — 981 B — 122 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/css/accordion.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-a... https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/css/accordion.css?ver=1776866696 — 200 — 1.0 KiB — 304 ms — h3https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=1.8.1cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=1.8.1 — 200 — 1.2 KiB — 36 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-site-options/assets/css/department-announcement.css?ver=1776866704prod.wp.cdn.aws.wfu.edu/wfu-site-op... https://prod.wp.cdn.aws.wfu.edu/wfu-site-options/assets/css/department-announcement.css?ver=1776866704 — 200 — 1.0 KiB — 312 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/css/staff-list.css?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-s... https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/css/staff-list.css?ver=1776866696 — 200 — 1.8 KiB — 304 ms — h3https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/style.css?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/style.css?ver=1776866700 — 200 — 810 B — 113 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/css/main.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/css/main.css?ver=1776866700 — 200 — 2.5 KiB — 313 ms — h3https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.10/css/weather-icons.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/weat... https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.10/css/weather-icons.css?ver=6.9.4 — 200 — 3.5 KiB — 23 ms — h3https://www.wfu.edu/wp-content/plugins/wfu-weather/assets/css/weather.css?ver=1776866704www.wfu.edu/wp-content/plugins/wfu-... https://www.wfu.edu/wp-content/plugins/wfu-weather/assets/css/weather.css?ver=1776866704 — 200 — 1.9 KiB — 116 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/main.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/main.css?ver=1776866700 — 200 — 17.7 KiB — 319 ms — h3https://www.wfu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.wfu.edu/wp-includes/js/jquery/j... https://www.wfu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.3 KiB — 162 ms — h2https://www.wfu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.wfu.edu/wp-includes/js/jquery/j... https://www.wfu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 118 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1.8.1cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1.8.1 — 200 — 11.0 KiB — 33 ms — h2https://static.secure.wfu.edu/images/_heater/wfu-logo.svgstatic.secure.wfu.edu/images/_heate... https://static.secure.wfu.edu/images/_heater/wfu-logo.svg — 200 — 37.5 KiB — 503 ms — h2https://prod.wp.cdn.aws.wfu.edu/2025/10/20250129freeman18-1024x682.jpgprod.wp.cdn.aws.wfu.edu/2025/10/202... https://prod.wp.cdn.aws.wfu.edu/2025/10/20250129freeman18-1024x682.jpg — 200 — 91.5 KiB — 317 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/02/2026-news-commencement.jpgprod.wp.cdn.aws.wfu.edu/2026/02/202... https://prod.wp.cdn.aws.wfu.edu/2026/02/2026-news-commencement.jpg — 200 — 70.8 KiB — 12 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/04/20260304labshaack72-1.jpgprod.wp.cdn.aws.wfu.edu/2026/04/202... https://prod.wp.cdn.aws.wfu.edu/2026/04/20260304labshaack72-1.jpg — 200 — 940.2 KiB — 308 ms — h3https://prod.wp.cdn.aws.wfu.edu/2026/04/2026-04-haber2.jpgprod.wp.cdn.aws.wfu.edu/2026/04/202... https://prod.wp.cdn.aws.wfu.edu/2026/04/2026-04-haber2.jpg — 200 — 81.1 KiB — 193 ms — h3https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.2cdn.jsdelivr.net/npm/foundation-sit... https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js?ver=4.7.2 — 200 — 38.2 KiB — 124 ms — h2https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/site-improve-priority.js?ver=4.7.2www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/site-improve-priority.js?ver=4.7.2 — 200 — 844 B — 126 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/js/accordion.js?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-a... https://prod.wp.cdn.aws.wfu.edu/wfu-block-accordion/assets/js/accordion.js?ver=1776866696 — 200 — 1.8 KiB — 68 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-block-download-files/assets/js/download.js?ver=2.0.1prod.wp.cdn.aws.wfu.edu/wfu-block-d... https://prod.wp.cdn.aws.wfu.edu/wfu-block-download-files/assets/js/download.js?ver=2.0.1 — 200 — 3.1 KiB — 74 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-block-download-files/assets/js/block.js?ver=2.0.1prod.wp.cdn.aws.wfu.edu/wfu-block-d... https://prod.wp.cdn.aws.wfu.edu/wfu-block-download-files/assets/js/block.js?ver=2.0.1 — 200 — 1.1 KiB — 71 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/js/disable-refresh.js?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-s... https://prod.wp.cdn.aws.wfu.edu/wfu-block-staff-list/assets/js/disable-refresh.js?ver=1776866696 — 200 — 932 B — 71 ms — h3https://www.wfu.edu/wp-content/plugins/advanced-custom-fields-pro/assets/build/js/acf.min.js?ver=6.8.0.1www.wfu.edu/wp-content/plugins/adva... https://www.wfu.edu/wp-content/plugins/advanced-custom-fields-pro/assets/build/js/acf.min.js?ver=6.8.0.1 — 200 — 18.9 KiB — 135 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 147 ms — http/1.1https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/block.js?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-homepage/blocks/HomepageVideoHeroBlock/block.js?ver=1776866700 — 200 — 4.4 KiB — 126 ms — h2https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.9.0www.wfu.edu/wp-content/plugins/inst... https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.9.0 — 200 — 68.9 KiB — 220 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/block.js?ver=1776866696prod.wp.cdn.aws.wfu.edu/wfu-block-p... https://prod.wp.cdn.aws.wfu.edu/wfu-block-party/blocks/HeadingImageHoverBlock/block.js?ver=1776866696 — 200 — 1.3 KiB — 75 ms — h3https://apply.admissions.wfu.edu/pingapply.admissions.wfu.edu/ping https://apply.admissions.wfu.edu/ping — 200 — 964 B — 529 ms — h2https://prod.wp.cdn.aws.wfu.edu/2025/06/cropped.jpgprod.wp.cdn.aws.wfu.edu/2025/06/cro... https://prod.wp.cdn.aws.wfu.edu/2025/06/cropped.jpg — 200 — 327.0 KiB — 270 ms — h3https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.pngwww.wfu.edu/wp-content/plugins/inst... https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.png — 200 — 777 B — 127 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T975WM2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T975WM2 — 200 — 177.8 KiB — 189 ms — h2https://prod.wp.cdn.aws.wfu.edu/2023/06/20211109campus7359-1-1536x614.jpgprod.wp.cdn.aws.wfu.edu/2023/06/202... https://prod.wp.cdn.aws.wfu.edu/2023/06/20211109campus7359-1-1536x614.jpg — 200 — 376.9 KiB — 274 ms — h3https://prod.wp.cdn.aws.wfu.edu/2023/07/20200909downtown5286-crop2.jpgprod.wp.cdn.aws.wfu.edu/2023/07/202... https://prod.wp.cdn.aws.wfu.edu/2023/07/20200909downtown5286-crop2.jpg — 200 — 343.0 KiB — 274 ms — h3https://prod.wp.cdn.aws.wfu.edu/2023/06/20190410chemistry1630-2.jpgprod.wp.cdn.aws.wfu.edu/2023/06/201... https://prod.wp.cdn.aws.wfu.edu/2023/06/20190410chemistry1630-2.jpg — 200 — 125.6 KiB — 222 ms — h3https://prod.wp.cdn.aws.wfu.edu/2023/05/Deactown_homepage_media.jpgprod.wp.cdn.aws.wfu.edu/2023/05/Dea... https://prod.wp.cdn.aws.wfu.edu/2023/05/Deactown_homepage_media.jpg — 200 — 195.7 KiB — 241 ms — h3https://prod.wp.cdn.aws.wfu.edu/2021/10/Homepage_footer_WelcometoDeactown.pngprod.wp.cdn.aws.wfu.edu/2021/10/Hom... https://prod.wp.cdn.aws.wfu.edu/2021/10/Homepage_footer_WelcometoDeactown.png — 200 — 32.1 KiB — 176 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/global-header.js?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/global-header.js?ver=1776866700 — 200 — 3.4 KiB — 107 ms — h3https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/opens-in-external-tab-icon.js?ver=1776866700www.wfu.edu/wp-content/themes/wfu-g... https://www.wfu.edu/wp-content/themes/wfu-gutenberg-quarantheme/assets/js/opens-in-external-tab-icon.js?ver=1776866700 — 200 — 991 B — 121 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/department-nav.js?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/department-nav.js?ver=1776866700 — 200 — 1.3 KiB — 106 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/modal.js?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/modal.js?ver=1776866700 — 200 — 1.3 KiB — 107 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/recaptcha-label.js?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/js/recaptcha-label.js?ver=1776866700 — 200 — 875 B — 106 ms — h3https://kit.fontawesome.com/4b72fedd41.csskit.fontawesome.com/4b72fedd41.css https://kit.fontawesome.com/4b72fedd41.css — 200 — 519 B — 33 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/print.css?ver=1776866700prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/css/print.css?ver=1776866700 — 200 — 1.2 KiB — 103 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-regular.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-regular.woff2 — 200 — 18.7 KiB — 55 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700.woff2 — 200 — 18.2 KiB — 50 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600.woff2 — 200 — 20.7 KiB — 55 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=4b72fedd41ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=4b72fedd41 — 200 — 80.7 KiB — 105 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=4b72fedd41ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=4b72fedd41 — 200 — 4.2 KiB — 40 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=4b72fedd41ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=4b72fedd41 — 200 — 7.1 KiB — 40 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=4b72fedd41ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=4b72fedd41 — 200 — 1.8 KiB — 85 ms — h2https://prod.wp.cdn.aws.wfu.edu/2025/10/hero-graphic-1.svgprod.wp.cdn.aws.wfu.edu/2025/10/her... https://prod.wp.cdn.aws.wfu.edu/2025/10/hero-graphic-1.svg — 200 — 33.1 KiB — 163 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/images/right-arrow.svgprod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/images/right-arrow.svg — 200 — 1.2 KiB — 142 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-italic.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-italic.woff2 — 200 — 19.3 KiB — 24 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600italic.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/cormorant-v21-latin-600italic.woff2 — 200 — 21.7 KiB — 21 ms — h3https://ssl.google-analytics.com/ga.jsssl.google-analytics.com/ga.js https://ssl.google-analytics.com/ga.js — 200 — 17.4 KiB — 29 ms — h2https://prod.wp.cdn.aws.wfu.edu/2019/08/events_magnolia-1024x683.jpgprod.wp.cdn.aws.wfu.edu/2019/08/eve... https://prod.wp.cdn.aws.wfu.edu/2019/08/events_magnolia-1024x683.jpg — 200 — 73.4 KiB — 18 ms — h3https://prod.wp.cdn.aws.wfu.edu/assets/images/dot-divider.pngprod.wp.cdn.aws.wfu.edu/assets/imag... https://prod.wp.cdn.aws.wfu.edu/assets/images/dot-divider.png — 200 — 525 B — 14 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/images/numbers-bg.svgprod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-homepage/assets/images/numbers-bg.svg — 200 — 1.0 KiB — 13 ms — h3https://prod.wp.cdn.aws.wfu.edu/assets/images/shield-divider-transparent.pngprod.wp.cdn.aws.wfu.edu/assets/imag... https://prod.wp.cdn.aws.wfu.edu/assets/images/shield-divider-transparent.png — 200 — 2.2 KiB — 12 ms — h3https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttfcdnjs.cloudflare.com/ajax/libs/weat... https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttf — 200 — 50.0 KiB — 24 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/pathway-gothic-one-v15-latin-regular.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/pathway-gothic-one-v15-latin-regular.woff2 — 200 — 14.1 KiB — 11 ms — h3https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700italic.woff2prod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/assets/fonts/open-sans-v36-latin-700italic.woff2 — 200 — 18.8 KiB — 10 ms — h3https://siteimproveanalytics.com/js/siteanalyze_56232.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_56232.js — 200 — 92.8 KiB — 24 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2 — 200 — 13.8 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 200 — 16.3 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 200 — 36.9 KiB — 34 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2 — 200 — 39.5 KiB — 38 ms — h2https://mx.technolutions.net/ping?id=cbbdc431-45d9-c5dd-8343-afa6a9a2bfca&sid=3Fq4YfWn8VpIbLz-l5T0q_34Wc_u8QqV1a9u74b923hXTn_Itcjvy503IxSUg1Ov3vj5Ls5bXJZ7dhURofdk5JbF4hTZlMeaQUrDxyh2egu6aQUc5yzFMNGNZL4dtz2V&hid=0f0d4cc0-faf9-ffd6-9526-3072206ab7e9mx.technolutions.net/ping?id=cbbdc4... https://mx.technolutions.net/ping?id=cbbdc431-45d9-c5dd-8343-afa6a9a2bfca&sid=3Fq4YfWn8VpIbLz-l5T0q_34Wc_u8QqV1a9u74b923hXTn_Itcjvy503IxSUg1Ov3vj5Ls5bXJZ7dhURofdk5JbF4hTZlMeaQUrDxyh2egu6aQUc5yzFMNGNZL4dtz2V&hid=0f0d4cc0-faf9-ffd6-9526-3072206ab7e9 — 200 — 3.7 KiB — 36 ms — h2https://wakealert.wfu.edu/banner.html?url=wakealert.wfu.edu/banner.html?url= https://wakealert.wfu.edu/banner.html?url= — 200 — 440 B — 631 ms — h3data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://www.wfu.edu/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.pngwww.wfu.edu/wp-content/plugins/inst... https://www.wfu.edu/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png — 200 — 4.4 KiB — 103 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2 — 200 — 11.8 KiB — 16 ms — h2https://scontent-iad6-1.cdninstagram.com/v/t51.71878-15/672351336_890624974029101_1983359058618340211_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=kEEjDZaAcjQQ7kNvwEvDTwt&_nc_oc=AdoVWSMd9k4pgUUQo_gHWrzO1Qjmoph-29se9ptUP6oee9QzpzWlC-gNkRMHr2cpVcg&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQFGdv9iKmrBPpuZOqaRTybX25AKSbKp93d9zBO9uR65dSF6I3sYpVBJVvTYFg9HKlWKX25k66-IDQ&oh=00_Af179EwFeSTMlemLeXSOvs1sLUEBYB5AM-6PcjZANBMZ6w&oe=69EEBEC6scontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.71878-15/672351336_890624974029101_1983359058618340211_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=kEEjDZaAcjQQ7kNvwEvDTwt&_nc_oc=AdoVWSMd9k4pgUUQo_gHWrzO1Qjmoph-29se9ptUP6oee9QzpzWlC-gNkRMHr2cpVcg&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQFGdv9iKmrBPpuZOqaRTybX25AKSbKp93d9zBO9uR65dSF6I3sYpVBJVvTYFg9HKlWKX25k66-IDQ&oh=00_Af179EwFeSTMlemLeXSOvs1sLUEBYB5AM-6PcjZANBMZ6w&oe=69EEBEC6 — 200 — 97.4 KiB — 485 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/672427501_18572292349031280_276113341647818888_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=P15AVDHDOfMQ7kNvwGu1Ioj&_nc_oc=AdqZ_txN9X_rGo85eiAW-BKEw1HU4us-kTnFADPtp4uqE9NlqJW_-FWSzP1Yl6Cd-go&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQEX1a1q4QfmmWJi8Xev7Khc0XNFimLDU2_IUKzdIbcbWULqJR2H1_swY1WHl_Yl8ZRvAPNw3DAA0w&oh=00_Af3FTRoa_cbjEpJ46P_Bj1ixF1DHTz5dKHrt8d7NT5ITZg&oe=69EED9B2scontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/672427501_18572292349031280_276113341647818888_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=P15AVDHDOfMQ7kNvwGu1Ioj&_nc_oc=AdqZ_txN9X_rGo85eiAW-BKEw1HU4us-kTnFADPtp4uqE9NlqJW_-FWSzP1Yl6Cd-go&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQEX1a1q4QfmmWJi8Xev7Khc0XNFimLDU2_IUKzdIbcbWULqJR2H1_swY1WHl_Yl8ZRvAPNw3DAA0w&oh=00_Af3FTRoa_cbjEpJ46P_Bj1ixF1DHTz5dKHrt8d7NT5ITZg&oe=69EED9B2 — 200 — 158.2 KiB — 514 ms — h3https://scontent-iad3-2.cdninstagram.com/v/t51.82787-15/671178048_18571864252031280_1595866411041233894_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=dSSrX-8ONWMQ7kNvwE2N1qn&_nc_oc=AdrQhLiT_NqKKURTj9CYCeWLXZBzRE9WomtE2xaOu6dR1D91b6VZMMQ_uO3VJAxUtc0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQF9XUmMKREYXw7kdU49UK7MrkfLED55BPS7OpnO-pZPyBG4ebJCIrPhiT46eT_rpsZ_bAkjIKSyjQ&oh=00_Af38PYfFTHRaDNFoCR62z5RlWj1fMiyDlf3HSWU9FkHRIA&oe=69EED022scontent-iad3-2.cdninstagram.com/v/... https://scontent-iad3-2.cdninstagram.com/v/t51.82787-15/671178048_18571864252031280_1595866411041233894_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=dSSrX-8ONWMQ7kNvwE2N1qn&_nc_oc=AdrQhLiT_NqKKURTj9CYCeWLXZBzRE9WomtE2xaOu6dR1D91b6VZMMQ_uO3VJAxUtc0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQF9XUmMKREYXw7kdU49UK7MrkfLED55BPS7OpnO-pZPyBG4ebJCIrPhiT46eT_rpsZ_bAkjIKSyjQ&oh=00_Af38PYfFTHRaDNFoCR62z5RlWj1fMiyDlf3HSWU9FkHRIA&oe=69EED022 — 200 — 156.8 KiB — 469 ms — h3https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671087750_18571593994031280_8827792439912345791_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=SV71qXMf_wUQ7kNvwHhgF9d&_nc_oc=AdrPCiA7-6e3K1QsAOWZ84nyQxAMxEq3Ml9vGKyKQ6thKN94lSkPtNQ6e6LwKi7LU1A&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGZUnNkuMpu5AL_91kcwvSdHNj7YgmLrM7kjpb5PNTfJAwQBFtX6y2H9H7iv3GZUpsW6zGMAFA_PQ&oh=00_Af2kA5IARqDPlkazGGUo8exVD2OgRTQX2v59oTO8CfSlYg&oe=69EED077scontent-iad3-1.cdninstagram.com/v/... https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671087750_18571593994031280_8827792439912345791_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=SV71qXMf_wUQ7kNvwHhgF9d&_nc_oc=AdrPCiA7-6e3K1QsAOWZ84nyQxAMxEq3Ml9vGKyKQ6thKN94lSkPtNQ6e6LwKi7LU1A&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGZUnNkuMpu5AL_91kcwvSdHNj7YgmLrM7kjpb5PNTfJAwQBFtX6y2H9H7iv3GZUpsW6zGMAFA_PQ&oh=00_Af2kA5IARqDPlkazGGUo8exVD2OgRTQX2v59oTO8CfSlYg&oe=69EED077 — 200 — 103.8 KiB — 425 ms — h3https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671180384_18571442449031280_4677217749510970911_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=fqjzbUwpWGsQ7kNvwFWTZ2J&_nc_oc=AdrGJruon07Pxr7R6yYivsns_h8-Ma0eqCrASG4bE2cr9WGuGvQdsAxJWV3uZ3ElD5M&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGrn2B4BIX_JS7ZIGlE4VjLzq-aL8GFRJ6xV6jFmpI1zCTNW04kQps_nNV90wuEP7uM2QHr8RMazA&oh=00_Af2tlphQVtSa5JQo9MPKQzeC3vBUNPahYNHD25gWR-wWSQ&oe=69EEE504scontent-iad3-1.cdninstagram.com/v/... https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671180384_18571442449031280_4677217749510970911_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=fqjzbUwpWGsQ7kNvwFWTZ2J&_nc_oc=AdrGJruon07Pxr7R6yYivsns_h8-Ma0eqCrASG4bE2cr9WGuGvQdsAxJWV3uZ3ElD5M&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGrn2B4BIX_JS7ZIGlE4VjLzq-aL8GFRJ6xV6jFmpI1zCTNW04kQps_nNV90wuEP7uM2QHr8RMazA&oh=00_Af2tlphQVtSa5JQo9MPKQzeC3vBUNPahYNHD25gWR-wWSQ&oe=69EEE504 — 200 — 195.9 KiB — 479 ms — h3https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/670346318_945639941704758_7807999603166450590_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=pdmzlqYH8RkQ7kNvwG9MOk8&_nc_oc=Adr6d1Mys5yf4XPdnpHynReJoZUYZ9dlVR6Ns_3eob7zEDoiKuaaS9vvviNet2-oy1E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGTNfnFzHdZINZS9GfM8f1qfRD90T3h0BvzWqe6R-Y-ogE9u6Ur19Bze-Y1lwoX7aklw6mJVBM8Ww&oh=00_Af2NR8vpzpwWNEmsmCbgjCLt68joQLUXkdFcc75XOeAjmg&oe=69EED21Dscontent-iad3-2.cdninstagram.com/v/... https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/670346318_945639941704758_7807999603166450590_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=pdmzlqYH8RkQ7kNvwG9MOk8&_nc_oc=Adr6d1Mys5yf4XPdnpHynReJoZUYZ9dlVR6Ns_3eob7zEDoiKuaaS9vvviNet2-oy1E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQGTNfnFzHdZINZS9GfM8f1qfRD90T3h0BvzWqe6R-Y-ogE9u6Ur19Bze-Y1lwoX7aklw6mJVBM8Ww&oh=00_Af2NR8vpzpwWNEmsmCbgjCLt68joQLUXkdFcc75XOeAjmg&oe=69EED21D — 200 — 104.6 KiB — 412 ms — h3https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671136082_18571121218031280_3935483412261002171_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=m2uZQtyplX4Q7kNvwHYqf_N&_nc_oc=Adrc9pQJcQQ0mtj5sit2jJQsULnyjbPnxq0BKqqLrExP7RTBU_vtKtqTbsbLGqhRRDI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQFdb0-vLwDvlA-DNQiusFtca3_0kLQMxgBgfoWGkT3DXDYgbKFh14jT8mIXlaoH1116c_rKutT3oA&oh=00_Af3ReaZbeOwURhOLau4OSCc6O2z9tuKu9f8-i-aeIHjsEA&oe=69EEE4C4scontent-iad3-1.cdninstagram.com/v/... https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/671136082_18571121218031280_3935483412261002171_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=m2uZQtyplX4Q7kNvwHYqf_N&_nc_oc=Adrc9pQJcQQ0mtj5sit2jJQsULnyjbPnxq0BKqqLrExP7RTBU_vtKtqTbsbLGqhRRDI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQFdb0-vLwDvlA-DNQiusFtca3_0kLQMxgBgfoWGkT3DXDYgbKFh14jT8mIXlaoH1116c_rKutT3oA&oh=00_Af3ReaZbeOwURhOLau4OSCc6O2z9tuKu9f8-i-aeIHjsEA&oe=69EEE4C4 — 200 — 45.7 KiB — 296 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.71878-15/670125101_955303450242877_798397310853907142_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=msMDy2Aeg6MQ7kNvwEbDHmx&_nc_oc=AdqEbh-Q1A5W7BRY6zLU3TjKLEu17gkU8t_f7raIlFytiTCASpG8BkjKhjkx3nOGUJw&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQHgkKnCZ7z9YPr3KkNDzVxAU9z1it3OdcwNKfjkI-4PaF0wYXD8_Ojxkxd1qVX1T8-hSyPqs3L7FA&oh=00_Af3gm9RMpFO5NZYYFwiCBdYUC0iuKELxmUteHjkzgB352w&oe=69EECF47scontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.71878-15/670125101_955303450242877_798397310853907142_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=msMDy2Aeg6MQ7kNvwEbDHmx&_nc_oc=AdqEbh-Q1A5W7BRY6zLU3TjKLEu17gkU8t_f7raIlFytiTCASpG8BkjKhjkx3nOGUJw&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQHgkKnCZ7z9YPr3KkNDzVxAU9z1it3OdcwNKfjkI-4PaF0wYXD8_Ojxkxd1qVX1T8-hSyPqs3L7FA&oh=00_Af3gm9RMpFO5NZYYFwiCBdYUC0iuKELxmUteHjkzgB352w&oe=69EECF47 — 200 — 77.8 KiB — 398 ms — h3https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/671785327_950309791291299_8999896950877953048_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=7EwS3Nxc1ecQ7kNvwEFJENZ&_nc_oc=AdqwKD4-o1KOc3lISRhDX_RVKSQbsjc6OFEKqNWp7FARMn0dC0ALlaC4g0gjOTDfz5Y&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQHVRdKrhyuM1aPLEW_mFHe15SZX1-Us3Ip_Md_xavcXEEEZosKRfFyIefCHKpOjw4tKTpYOBmH46Q&oh=00_Af1C_7WEtfPQXteNq_k8UAQNpcd10xZnr6tfpaYWLLRHIg&oe=69EEB9DFscontent-iad3-2.cdninstagram.com/v/... https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/671785327_950309791291299_8999896950877953048_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=7EwS3Nxc1ecQ7kNvwEFJENZ&_nc_oc=AdqwKD4-o1KOc3lISRhDX_RVKSQbsjc6OFEKqNWp7FARMn0dC0ALlaC4g0gjOTDfz5Y&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQHVRdKrhyuM1aPLEW_mFHe15SZX1-Us3Ip_Md_xavcXEEEZosKRfFyIefCHKpOjw4tKTpYOBmH46Q&oh=00_Af1C_7WEtfPQXteNq_k8UAQNpcd10xZnr6tfpaYWLLRHIg&oe=69EEB9DF — 200 — 24.9 KiB — 213 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/670300305_18570623635031280_3084383271201772178_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=NkDPc_shg_gQ7kNvwFRzflK&_nc_oc=AdoIZEwYkt-fQx_u8czNJTe6UVt1fkz9Ui_-ngFOCKAD3KElVdnjNec09UbOwJR4ggc&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQEoO2EqHPMCmJbz8EE3aVMX63L9U-bL0rPfKM5abkceFphhD4rMsxULlPM0-6G-V0491P2QO9Bjiw&oh=00_Af12Ro0cu1QNJvPKd7ZkfyRKvJuZOLYy0oSiVwsQ9EMWxQ&oe=69EEC9D7scontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/670300305_18570623635031280_3084383271201772178_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=NkDPc_shg_gQ7kNvwFRzflK&_nc_oc=AdoIZEwYkt-fQx_u8czNJTe6UVt1fkz9Ui_-ngFOCKAD3KElVdnjNec09UbOwJR4ggc&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=_8nquWlmNCbeyqhJEC5xsw&_nc_tpa=Q5bMBQEoO2EqHPMCmJbz8EE3aVMX63L9U-bL0rPfKM5abkceFphhD4rMsxULlPM0-6G-V0491P2QO9Bjiw&oh=00_Af12Ro0cu1QNJvPKd7ZkfyRKvJuZOLYy0oSiVwsQ9EMWxQ&oe=69EEC9D7 — 200 — 149.0 KiB — 497 ms — h3https://prod.wp.cdn.aws.wfu.edu/assets/images/giving-footer.jpgprod.wp.cdn.aws.wfu.edu/assets/imag... https://prod.wp.cdn.aws.wfu.edu/assets/images/giving-footer.jpg — 200 — 5.6 KiB — 13 ms — h3https://prod.wp.cdn.aws.wfu.edu/assets/images/Giving_Society_Web_Footer.jpgprod.wp.cdn.aws.wfu.edu/assets/imag... https://prod.wp.cdn.aws.wfu.edu/assets/images/Giving_Society_Web_Footer.jpg — 200 — 78.5 KiB — 21 ms — h3https://vimeo.com/api/oembed.json?url=https%3A%2F%2Fvimeo.com%2F1065974866&id=1065974866&width=640&loop=false&autopause=false&background=true&quality=720p&dnt=truevimeo.com/api/oembed.json?url=https... https://vimeo.com/api/oembed.json?url=https%3A%2F%2Fvimeo.com%2F1065974866&id=1065974866&width=640&loop=false&autopause=false&background=true&quality=720p&dnt=true — 200 — 8.9 KiB — 131 ms — http/1.1https://prod.wp.cdn.aws.wfu.edu/2021/06/076.2_HomepageHeaderRefresh_FinalFirstFrame.jpgprod.wp.cdn.aws.wfu.edu/2021/06/076... https://prod.wp.cdn.aws.wfu.edu/2021/06/076.2_HomepageHeaderRefresh_FinalFirstFrame.jpg — 200 — 270.6 KiB — 32 ms — h3https://www.googletagmanager.com/gtag/js?id=G-PJRG6GR161&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PJRG6GR161&cx=c&gtm=4e64k1h1 — 200 — 161.3 KiB — 35 ms — h2https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.39/src/ua-parser.min.jscdn.jsdelivr.net/npm/ua-parser-js@1... https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.39/src/ua-parser.min.js — 200 — 8.9 KiB — 29 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.wfu.edu%2F&scrsrc=www.googletagmanager.com&rnd=621430376.1776902189&dt=Wake%20Forest%20University&auid=1306853944.1776902189&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h1v811863316za200zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117384406~118463262&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1776902188614&tfd=1916www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.wfu.edu%2F&scrsrc=www.googletagmanager.com&rnd=621430376.1776902189&dt=Wake%20Forest%20University&auid=1306853944.1776902189&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h1v811863316za200zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117384406~118463262&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1776902188614&tfd=1916 — 200 — 21 B — 78 ms — h3https://static.hotjar.com/c/hotjar-882013.js?sv=7static.hotjar.com/c/hotjar-882013.j... https://static.hotjar.com/c/hotjar-882013.js?sv=7 — 200 — 6.2 KiB — 40 ms — h2https://player.vimeo.com/video/1065974866?autopause=0&dnt=1&loop=0&background=1&quality=720p&app_id=122963player.vimeo.com/video/1065974866?a... https://player.vimeo.com/video/1065974866?autopause=0&dnt=1&loop=0&background=1&quality=720p&app_id=122963 — 200 — 10.9 KiB — 280 ms — http/1.1https://js.adsrvr.org/up_loader.3.0.0.jsjs.adsrvr.org/up_loader.3.0.0.js https://js.adsrvr.org/up_loader.3.0.0.js — 200 — 12.3 KiB — 18 ms — http/1.1https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=1404186066&utmhn=www.wfu.edu&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wake%20Forest%20University&utmhid=275508461&utmr=-&utmp=%2F&utmht=1776902188690&utmac=UA-128808-1&utmcc=__utma%3D37972837.483507707.1776902189.1776902189.1776902189.1%3B%2B__utmz%3D37972837.1776902189.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=2094771142&utmredir=1&utmu=qBAAAAAAAAAAAAAAAAAAAAAE~ssl.google-analytics.com/r/__utm.gi... https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=1404186066&utmhn=www.wfu.edu&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Wake%20Forest%20University&utmhid=275508461&utmr=-&utmp=%2F&utmht=1776902188690&utmac=UA-128808-1&utmcc=__utma%3D37972837.483507707.1776902189.1776902189.1776902189.1%3B%2B__utmz%3D37972837.1776902189.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=2094771142&utmredir=1&utmu=qBAAAAAAAAAAAAAAAAAAAAAE~ — 200 — 440 B — 15 ms — h2https://s.yimg.com/wi/ytc.jss.yimg.com/wi/ytc.js https://s.yimg.com/wi/ytc.js — 200 — 7.1 KiB — 30 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 — 27 ms — h2https://assets.tvscipixel.com/tvscientific-pix-o-a7a4def7-ede9-4260-90ca-f17c13baa72a.jsassets.tvscipixel.com/tvscientific-... https://assets.tvscipixel.com/tvscientific-pix-o-a7a4def7-ede9-4260-90ca-f17c13baa72a.js — 200 — 5.9 KiB — 42 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D7H3A83C77U2ODPGLHK0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D7H3A83C77U2ODPGLHK0&lib=ttq — 200 — 3.1 KiB — 123 ms — h2https://trkn.us/pixel/conv/ppt=24708;g=sitewide_pixel;gid=61691;ord=1086346696?gtmcb=2138391780trkn.us/pixel/conv/ppt=24708;g=site... https://trkn.us/pixel/conv/ppt=24708;g=sitewide_pixel;gid=61691;ord=1086346696?gtmcb=2138391780 — 302 — 558 B — 145 ms — http/1.1https://www.googletagmanager.com/gtag/destination?id=AW-966518752&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-966518752&cx=c&gtm=4e64k1h1 — 200 — 174.8 KiB — 36 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-PJRG6GR161&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&_p=1776902187420&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1568118433.1776902189&frm=0&pscdl=noapi&rcb=2&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~115938466~115938468~117266400~117512542~118463261&sid=1776902188&sct=1&seg=0&dl=https%3A%2F%2Fwww.wfu.edu%2F&dt=Wake%20Forest%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2203region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PJRG6GR161&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&_p=1776902187420&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1568118433.1776902189&frm=0&pscdl=noapi&rcb=2&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~115938466~115938468~117266400~117512542~118463261&sid=1776902188&sct=1&seg=0&dl=https%3A%2F%2Fwww.wfu.edu%2F&dt=Wake%20Forest%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2203 — 204 — 547 B — 95 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PJRG6GR161&cid=1568118433.1776902189&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PJRG6GR161&cid=1568118433.1776902189&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261 — 204 — 547 B — 21 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-0N0JLXTMBM&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&_p=1776902187420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1568118433.1776902189&frm=0&pscdl=noapi&rcb=2&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&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118463261&sid=1776902188&sct=1&seg=0&dl=https%3A%2F%2Fwww.wfu.edu%2F&dt=Wake%20Forest%20University&en=page_view&_fv=1&_ss=1&tfd=2217region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-0N0JLXTMBM&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&_p=1776902187420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1568118433.1776902189&frm=0&pscdl=noapi&rcb=2&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&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118463261&sid=1776902188&sct=1&seg=0&dl=https%3A%2F%2Fwww.wfu.edu%2F&dt=Wake%20Forest%20University&en=page_view&_fv=1&_ss=1&tfd=2217 — 204 — 299 B — 82 ms — h2https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-PJRG6GR161&cid=1568118433.1776902189&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261&z=339098605www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-PJRG6GR161&cid=1568118433.1776902189&gtm=45je64k1h1v9101108307z8811863316za20gzb811863316zd811863316&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261&z=339098605 — 200 — 408 B — 31 ms — h2https://trkn.us/pixel/conv/ppt=24708;g=sitewide_pixel;gid=61691;ord=1086346696?gtmcb=2138391780;ip=5.8.34.200;cuidchk=1trkn.us/pixel/conv/ppt=24708;g=site... https://trkn.us/pixel/conv/ppt=24708;g=sitewide_pixel;gid=61691;ord=1086346696?gtmcb=2138391780;ip=5.8.34.200;cuidchk=1 — 200 — 721 B — 5 ms — http/1.1https://56232.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.wfu.edu%2F&title=Wake%20Forest%20University&res=800x600&accountid=56232&rt=2021&prev=f2e06249-dab7-2e84-a783-8fd8a89deeab&luid=d00aa300-ccd9-0e4c-a7e2-b3c4d17cb8d8&rnd=8213556232.global.siteimproveanalytics.i... https://56232.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.wfu.edu%2F&title=Wake%20Forest%20University&res=800x600&accountid=56232&rt=2021&prev=f2e06249-dab7-2e84-a783-8fd8a89deeab&luid=d00aa300-ccd9-0e4c-a7e2-b3c4d17cb8d8&rnd=82135 — 200 — 210 B — 42 ms — h2https://f.vimeocdn.com/p/4.46.43/js/player.module.jsf.vimeocdn.com/p/4.46.43/js/player.... https://f.vimeocdn.com/p/4.46.43/js/player.module.js — 200 — 211.5 KiB — 63 ms — h2https://f.vimeocdn.com/p/4.46.43/js/vendor.module.jsf.vimeocdn.com/p/4.46.43/js/vendor.... https://f.vimeocdn.com/p/4.46.43/js/vendor.module.js — 200 — 93.3 KiB — 60 ms — h2https://f.vimeocdn.com/p/4.46.43/css/player.cssf.vimeocdn.com/p/4.46.43/css/player... https://f.vimeocdn.com/p/4.46.43/css/player.css — 200 — 23.9 KiB — 23 ms — h2https://cdn.jsdelivr.net/npm/blueimp-md5/js/md5.min.jscdn.jsdelivr.net/npm/blueimp-md5/js... https://cdn.jsdelivr.net/npm/blueimp-md5/js/md5.min.js — 200 — 2.2 KiB — 29 ms — h3https://tvspix.com/t.png?&t=1776902189002&l=tvscientific-pix-o-a7a4def7-ede9-4260-90ca-f17c13baa72a&u3=https%3A%2F%2Fwww.wfu.edu%2F&u11=tvspix-v2&eid=7ac51f6a-beba-42d6-8955-08ad3d11e6b2tvspix.com/t.png?&t=1776902189002&l... https://tvspix.com/t.png?&t=1776902189002&l=tvscientific-pix-o-a7a4def7-ede9-4260-90ca-f17c13baa72a&u3=https%3A%2F%2Fwww.wfu.edu%2F&u11=tvspix-v2&eid=7ac51f6a-beba-42d6-8955-08ad3d11e6b2 — 200 — 194 B — 610 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 21 ms — h2https://idxgm.rtactivate.com/tagid/159866/?device=bfe537d6-6a43-4480-a52c-fe94ad2f50ad&url=https%3A%2F%2Fwww.wfu.edu%2Fidxgm.rtactivate.com/tagid/159866/?... https://idxgm.rtactivate.com/tagid/159866/?device=bfe537d6-6a43-4480-a52c-fe94ad2f50ad&url=https%3A%2F%2Fwww.wfu.edu%2F — 200 — 132 B — 334 ms — h2https://s.yimg.com/wi/config/10207376.jsons.yimg.com/wi/config/10207376.json https://s.yimg.com/wi/config/10207376.json — 200 — 423 B — 279 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2F — 200 — 841 B — 140 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2F — 302 — 819 B — 194 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.7 KiB — 21 ms — h2https://www.googleadservices.com/pagead/conversion/966518752/?random=1776902189187&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/966518752/?random=1776902189187&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 25 ms — h3https://i.vimeocdn.com/video/1993589010-f427d05707ea5caa85d26615b43f8da53aa5e8e255a2020c661d37d31e29e2d9-d?mw=1600&mh=900i.vimeocdn.com/video/1993589010-f42... https://i.vimeocdn.com/video/1993589010-f427d05707ea5caa85d26615b43f8da53aa5e8e255a2020c661d37d31e29e2d9-d?mw=1600&mh=900 — 200 — 78.0 KiB — 149 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2F&e_ipv6=AQJ5sh6Ure_AjQAAAZ23n7CUhLIce66hWlkzxdGgS-IhTFq8qluLq_cWxSRWiJmWPNSKWwpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8478788&time=1776902189088&url=https%3A%2F%2Fwww.wfu.edu%2F&e_ipv6=AQJ5sh6Ure_AjQAAAZ23n7CUhLIce66hWlkzxdGgS-IhTFq8qluLq_cWxSRWiJmWPNSKWw — 200 — 695 B — 187 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkW8GBi4aSGQSCVlcfhgAYXsM8hkwNO8f0g&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkW8GBi4aSGQSCVlcfhgAYXsM8hkwNO8f0g&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAA — 302 — 23 B — 125 ms — h3https://www.google.com/pagead/1p-conversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9dN9l5Gt3tC79o67cOQ1bWGJAFTJaxa_0w_b_dVCSYojL-FX6G4m8u96aNqOChSUQ1IRa7Wyh3ibnYvncz4PpWI-csSH5n7eDaLOKhyVuv7oemKCXza0&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkWj5FX7f4O49aQVYZCoNfysrEnlAa2qccQ&random=3930463746www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9dN9l5Gt3tC79o67cOQ1bWGJAFTJaxa_0w_b_dVCSYojL-FX6G4m8u96aNqOChSUQ1IRa7Wyh3ibnYvncz4PpWI-csSH5n7eDaLOKhyVuv7oemKCXza0&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkWj5FX7f4O49aQVYZCoNfysrEnlAa2qccQ&random=3930463746 — 302 — 22 B — 117 ms — h3https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~kIy36mnuClNV-6ZgsjIAc-ICYprUYFqqHy56qbv0-p8&qsr=1&r=dXM%3D&rh=3Tmn83vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~kIy36mnuClNV-6ZgsjIAc-ICYprUYFqqHy56qbv0-p8&qsr=1&r=dXM%3D&rh=3Tmn83 — 200 — 5.0 KiB — 46 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 — 13 ms — h2https://www.google.nl/pagead/1p-conversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&is_vtc=1&cid=CAQSWwAFq6B9dN9l5Gt3tC79o67cOQ1bWGJAFTJaxa_0w_b_dVCSYojL-FX6G4m8u96aNqOChSUQ1IRa7Wyh3ibnYvncz4PpWI-csSH5n7eDaLOKhyVuv7oemKCXza0&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkWj5FX7f4O49aQVYZCoNfysrEnlAa2qccQ&random=3930463746&ipr=y&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAAwww.google.nl/pagead/1p-conversion/... https://www.google.nl/pagead/1p-conversion/966518752/?random=1101351520&cv=11&fst=1776902189187&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h1v9199773359z8811863316za20gzb811863316zd811863316xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.wfu.edu%2F&rcb=14&label=paGVCNXbttkZEODP78wD&capi=1&frm=0&tiba=Wake%20Forest%20University&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1306853944.1776902189&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&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiA27ECShR0cmlnZ2VyPWV2ZW50LXNvdXJjZVoDCgEBYgMKAQM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VblOqvCgrFu14EyaQNNUN6A_-1iIMm0yjsLkkV-7UpTaDerGNL-bcaAsHQ&is_vtc=1&cid=CAQSWwAFq6B9dN9l5Gt3tC79o67cOQ1bWGJAFTJaxa_0w_b_dVCSYojL-FX6G4m8u96aNqOChSUQ1IRa7Wyh3ibnYvncz4PpWI-csSH5n7eDaLOKhyVuv7oemKCXza0&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkWj5FX7f4O49aQVYZCoNfysrEnlAa2qccQ&random=3930463746&ipr=y&pscrd=IhMI2cuovtSClAMVY8i7CB0sJS2eMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy53ZnUuZWR1L0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjFvNFBiMTA5azV3NFN3YVB0WlU4dTZvWkRyemlVVTVidVY2eFk3WlpEQm8xSVRjLWVhVUpFegwICWIICAAQABgAIAA — 200 — 115 B — 89 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 934 B — 270 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 — 745 B — 196 ms — h2https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2023%3A56%3A29%20GMT&n=0&b=Wake%20Forest%20University&.yp=10207376&f=https%3A%2F%2Fwww.wfu.edu%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtmsp.analytics.yahoo.com/sp.pl?a=1000... https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2023%3A56%3A29%20GMT&n=0&b=Wake%20Forest%20University&.yp=10207376&f=https%3A%2F%2Fwww.wfu.edu%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm — 200 — 508 B — 91 ms — h2https://i.vimeocdn.com/video/1993589010-f427d05707ea5caa85d26615b43f8da53aa5e8e255a2020c661d37d31e29e2d9-d?mw=80&q=85i.vimeocdn.com/video/1993589010-f42... https://i.vimeocdn.com/video/1993589010-f427d05707ea5caa85d26615b43f8da53aa5e8e255a2020c661d37d31e29e2d9-d?mw=80&q=85 — 200 — 1.5 KiB — 132 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 — 431 B — 204 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https://www.wfu.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https://www.wfu.edu/ — 302 — 165 B — 60 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https://www.wfu.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https://www.wfu.edu/ — 302 — 164 B — 68 ms — h2https://rum-collector-2.pingdom.net/img/beacon.gif?id=635bdda79034fb0011001457&sAW=800&sAH=600&bIW=1350&bIH=940&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=297&cE=488&dLE=297&dLS=292&fS=291&hS=390&rE=-1&rS=-1&reS=488&resS=689&resE=783&uEE=-1&uES=-1&dL=701&dI=1629&dCLES=1631&dCLEE=1634&dC=2923&lES=2923&lEE=2940&s=nt&title=Wake%20Forest%20University&path=https%3A%2F%2Fwww.wfu.edu%2F&ref=&sId=4p8ivtth&sST=1776902189&sIS=1&rV=0&v=1.4.1rum-collector-2.pingdom.net/img/bea... https://rum-collector-2.pingdom.net/img/beacon.gif?id=635bdda79034fb0011001457&sAW=800&sAH=600&bIW=1350&bIH=940&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=297&cE=488&dLE=297&dLS=292&fS=291&hS=390&rE=-1&rS=-1&reS=488&resS=689&resE=783&uEE=-1&uES=-1&dL=701&dI=1629&dCLES=1631&dCLEE=1634&dC=2923&lES=2923&lEE=2940&s=nt&title=Wake%20Forest%20University&path=https%3A%2F%2Fwww.wfu.edu%2F&ref=&sId=4p8ivtth&sST=1776902189&sIS=1&rV=0&v=1.4.1 — 200 — 213 B — 79 ms — http/1.1https://insight.adsrvr.org/track/cei?advertiser_id=tgyr9i3&cookie_sync=1&upv=3.0.0&upid=znykiwh&ref=https://www.wfu.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=tgyr9i3&cookie_sync=1&upv=3.0.0&upid=znykiwh&ref=https://www.wfu.edu/ — 302 — 164 B — 40 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 748 B — 139 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https%3a%2f%2fwww.wfu.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https%3a%2f%2fwww.wfu.edu&redirect=1 — 200 — 369 B — 23 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=tgyr9i3&cookie_sync=1&upv=3.0.0&upid=znykiwh&ref=https%3a%2f%2fwww.wfu.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=tgyr9i3&cookie_sync=1&upv=3.0.0&upid=znykiwh&ref=https%3a%2f%2fwww.wfu.edu&redirect=1 — 200 — 369 B — 23 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https%3a%2f%2fwww.wfu.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=wxvfco6&cookie_sync=1&upv=3.0.0&upid=cmh14l0&ref=https%3a%2f%2fwww.wfu.edu&redirect=1 — 200 — 369 B — 32 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 958 B — 22 ms — http/1.1https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 465 B — 20 ms — http/1.1https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 465 B — 5 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 59 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 56 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 55 ms — h2https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/favicon.icoprod.wp.cdn.aws.wfu.edu/wfu-gutenbe... https://prod.wp.cdn.aws.wfu.edu/wfu-gutenberg-quarantheme/favicon.ico — 200 — 15.1 KiB — 7 ms — h3https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 348 B — 84 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 347 B — 85 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 347 B — 87 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NzcwLTU0MTk/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~MEk9X-edD2EdMnWWHgVfA8hCBua082YWiuWpKkG_UkY&r=dXM%3D&range=770-5419vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NzcwLTU0MTk/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~MEk9X-edD2EdMnWWHgVfA8hCBua082YWiuWpKkG_UkY&r=dXM%3D&range=770-5419 — 200 — 5.1 KiB — 27 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9ODgzLTE5MTQxODM/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~2PqFcOjD64_4VnbKX9g7gp7YbWhYiFfLbNV5Xnq2ARA&r=dXMtZWFzdDE%3D&range=883-1914183vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9ODgzLTE5MTQxODM/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~2PqFcOjD64_4VnbKX9g7gp7YbWhYiFfLbNV5Xnq2ARA&r=dXMtZWFzdDE%3D&range=883-1914183 — 200 — 1.8 MiB — 94 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NTQyMC0xMDA2OQ/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~HSzuJrF8NB7vxIzVlC7HBzWu6oJlDWvGj7vQDE3SKl0&r=dXM%3D&range=5420-10069vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NTQyMC0xMDA2OQ/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~HSzuJrF8NB7vxIzVlC7HBzWu6oJlDWvGj7vQDE3SKl0&r=dXM%3D&range=5420-10069 — 200 — 5.0 KiB — 10 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTkxNDE4NC00MzEwNjY3/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~BDZ_zmCqQmy4WNexD1ejM2fwFjPbzfY0qWoAb_MVDMw&r=dXMtZWFzdDE%3D&range=1914184-4310667vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTkxNDE4NC00MzEwNjY3/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~BDZ_zmCqQmy4WNexD1ejM2fwFjPbzfY0qWoAb_MVDMw&r=dXMtZWFzdDE%3D&range=1914184-4310667 — 200 — 2.3 MiB — 106 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTAwNzAtMTQ3MTk/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~bxspd49Zdd4bOd1YqeMpEiwci0Pzz7kYwqoY_mCfiU8&r=dXM%3D&range=10070-14719vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTAwNzAtMTQ3MTk/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~bxspd49Zdd4bOd1YqeMpEiwci0Pzz7kYwqoY_mCfiU8&r=dXM%3D&range=10070-14719 — 200 — 5.1 KiB — 21 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NDMxMDY2OC02MTkxMDIw/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~a0RTRd4aqt0ci4chhC8W8YhLDe3L7IO0VKxZSvdeWn0&r=dXMtZWFzdDE%3D&range=4310668-6191020vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NDMxMDY2OC02MTkxMDIw/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~a0RTRd4aqt0ci4chhC8W8YhLDe3L7IO0VKxZSvdeWn0&r=dXMtZWFzdDE%3D&range=4310668-6191020 — 200 — 1.8 MiB — 85 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTQ3MjAtMTg3NTQ/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~S377u614cK2jCdjdOCyxRrAaeVCvmV3gHYT2uddh8_g&r=dXM%3D&range=14720-18754vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9MTQ3MjAtMTg3NTQ/avf/b68c5948-6010-4f40-b409-556ee72bdf59.mp4?pathsig=8c953e4f~S377u614cK2jCdjdOCyxRrAaeVCvmV3gHYT2uddh8_g&r=dXM%3D&range=14720-18754 — 200 — 4.5 KiB — 13 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NjE5MTAyMS04MTgyNDk3/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~NMwl_5i2wwSlyndq6sT4CLDzm_5qeLes1CpQcv71rDM&r=dXMtZWFzdDE%3D&range=6191021-8182497vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776905788~acl=%2Fb14aeb76-2c55-4687-910e-d4b59062051e%2Fpsid%3D7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f%2F%2A~hmac=8f95769dfacf6407089fb1e54c763ec7b41d7d90b950245ab109f04a01409ae2/b14aeb76-2c55-4687-910e-d4b59062051e/psid=7998e4538e2b0dceb6863c684b227b88cfd7db7db0486dd27b7a4f01ee39409f/v2/range/prot/cmFuZ2U9NjE5MTAyMS04MTgyNDk3/avf/5f0690f5-d6b1-47f5-b8dd-f0d2be4e02b9.mp4?pathsig=8c953e4f~NMwl_5i2wwSlyndq6sT4CLDzm_5qeLes1CpQcv71rDM&r=dXMtZWFzdDE%3D&range=6191021-8182497 — 200 — 1.9 MiB — 88 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1551ms · 809KB · €17/mo
www.wfu.edu
Other
Costly
Execution 375ms
Transfer 60 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 270ms
Transfer 0 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 195ms
Transfer 178 KB
Unused 37%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 171ms
Transfer 161 KB
Unused 38%
Monthly Cost €2/mo
www.wfu.edu
Other
Optional
Execution 140ms
Transfer 30 KB
Monthly Cost €2/mo
analytics.tiktok.com
Other
Optional
Execution 132ms
Transfer 110 KB
Unused 52%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 127ms
Transfer 175 KB
Unused 39%
Monthly Cost €1/mo
jsDelivr
CDN
Optional
Execution 79ms
Transfer 38 KB
Unused 72%
Monthly Cost €1/mo
Hotjar
Session Replay
Optional
Execution 62ms
Transfer 57 KB
Unused 67%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.wfu.edu adds 375ms and costs ~€4/month
  • Unattributable adds 270ms and costs ~€3/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.wfu.edu takes 375ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

72% of jsDelivr'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

67% of Hotjar'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