Skip to content
https://drexel.edu

Performance

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

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

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

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

5.71 s

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

128 ms

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

0.024

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

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

7.30 s

Page Load Progression

755 ms
1.5 s
2.3 s
3.0 s
3.8 s
4.5 s
5.3 s
6.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
9.3 MB transferred, 163 requests
FIX
9.3 MB transferred, 163 requests
Critical::
Page weighs 16.6 MB (9.3 MB transferred)
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Info::
Fonts are 748 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 748 KB
Warning::
163 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.0 g CO2 per page load
9.3 MB / 2.4 MB budget
9.3 MB transferred
163 requests
2.0 g CO2 per page load
Other 4.2 MiB 44%
JavaScript 2.3 MiB 25%
Images 1.8 MiB 20%
Fonts 748.1 KiB 8%
HTML 151.2 KiB 2%
CSS 106.2 KiB 1%
Other 31.6 KiB 0%
Other 10.2 KiB 0%
Other 6.5 KiB 0%
Other 3.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

F
JS Bundles
Action
47 scripts, 937 KB unused
FIX
47 scripts, 937 KB unused
Warning::
https://drexel.edu/carbon/js/libraries-generated.j...: 237 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-H9NX...: 69 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6KJ1...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-2PPG...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 937 KB
937 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://drexel.edu/carbon/js/libraries-generated.js444 KB237 KB (54%)1st
https://www.googletagmanager.com/gtag/js?id=G-H9NXSPBKEB&cx=c&gtm=4e64h1151 KB69 KB (46%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16652750553&cx=c&gtm=4e64h1134 KB67 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6KJ1PNLE19&cx=c&gtm=4e64h1172 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64k0h2151 KB65 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KQV5JFP178 KB64 KB (36%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WN3NC5R125 KB64 KB (52%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js122 KB63 KB (52%)3rd
https://drexel.edu/carbon/js/index-generated.js108 KB60 KB (59%)1st
https://www.googletagmanager.com/gtag/js?id=DC-5810200&cx=c&gtm=4e64h1129 KB57 KB (44%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
163 resources · 9.3 MB · 937 KB savings available
FIX
163 resources · 9.3 MB · 937 KB savings available
Warning::
Page weight 8.3 MB over 1MB target
Got: 9.3 MB Expected: ≤ 1 MB
Info::
~937 KB of savings available
Info::
134 third-party resources (29% of weight)
Info::
5 resources over 200KB
163 resources · 9.3 MiB · 134 third-party 8.3 MiB over 1MB target
Media 44% · 4.2 MiB
JavaScript 25% · 2.4 MiB
Image 20% · 1.8 MiB
Font 8% · 748.1 KiB
Document 2% · 153.5 KiB
CSS 1% · 106.2 KiB
Other 0% · 17.0 KiB

~937.3 KiB of savings available

Remove unused JavaScript: 937.3 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://drexel.edu/~/media/Drexel/Core-Site-Group/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 1.8 MB
0 oversized -0 KB
33 legacy format
17 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

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
1476ms total JS execution
REVIEW
1476ms total JS execution
Warning::
https://drexel.edu/: 359ms CPU time
Info::
Unattributable: 248ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TJC...: 203ms CPU time
Info::
https://drexel.edu/carbon/js/index-generated.js: 165ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KQV...: 119ms CPU time
Warning::
Third-party scripts: 901ms (61% of total)

Main Thread Breakdown

Script Evaluation 55% Other 20% Script Parsing & Compilation 11% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://drexel.edu/359ms19ms1ms1st
Unattributable248ms17ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2203ms168ms25ms3rd
https://drexel.edu/carbon/js/index-generated.js165ms130ms16ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-KQV5JFP119ms100ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6KJ1PNLE19&cx=c&gtm=4e64h178ms65ms11ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js77ms64ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64k0h266ms55ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-H9NXSPBKEB&cx=c&gtm=4e64h157ms43ms11ms3rd
https://scripts.clarity.ms/0.8.60-beta/clarity.js53ms46ms2ms3rd

Showing top 10 of 11 scripts

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

Green Hosting

No green hosting detected

A
Third-Party Impact
29% third-party, 0 ms blocking
PASS
29% third-party, 0 ms blocking
Info::
Third-party code accounts for 29% of page weight (2.7 MiB of 9.3 MiB)
Info::
Third-party blocking time is low (0 ms)
71%
29%
First-party Third-party
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
19 fonts (748 KB)
PASS
19 fonts (748 KB)
Info::
19 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

19

748 KB total

Render-blocking

0

of 19

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.2 s LCP 5.7 shttps://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3 — 41.6 KiB — 16 ms — font-display: swaphttps://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3l https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3 — 45.2 KiB — 23 ms — font-display: swaphttps://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3l https://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3 — 75.4 KiB — 16 ms — font-display: swaphttps://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3 — 45.8 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3 — 51.2 KiB — 14 ms — font-display: swaphttps://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3 — 67.2 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3 — 33.5 KiB — 19 ms — font-display: swaphttps://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3l https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3 — 35.9 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3 — 55.9 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3 — 56.4 KiB — 37 ms — font-display: swaphttps://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3 — 41.4 KiB — 42 ms — font-display: swaphttps://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3 — 44.0 KiB — 49 ms — font-display: swaphttps://use.typekit.net/af/78cd4a/000000000000000000017383/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/78cd4a/000000000000000000017383/27/l?subset_id=2&fvd=n7&v=3 — 16.0 KiB — 50 ms — font-display: swaphttps://use.typekit.net/af/8e6175/000000000000000000017384/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/8e6175/000000000000000000017384/27/l?subset_id=2&fvd=n4&v=3 — 16.0 KiB — 52 ms — font-display: swaphttps://use.typekit.net/af/774556/000000000000000000017385/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/774556/000000000000000000017385/27/l?subset_id=2&fvd=n3&v=3 — 16.0 KiB — 59 ms — font-display: swaphttps://use.typekit.net/af/3eba9e/000000000000000000017386/27/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/3eba9e/000000000000000000017386/27/l?subset_id=2&fvd=n6&v=3 — 16.0 KiB — 60 ms — font-display: swaphttps://use.typekit.net/af/e1e96e/000000000000000000017387/27/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/e1e96e/000000000000000000017387/27/l?subset_id=2&fvd=n5&v=3 — 16.0 KiB — 61 ms — font-display: swaphttps://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?subset_id=2&fvd=n7&v=3 — 37.4 KiB — 64 ms — font-display: swaphttps://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?subset_id=2&fvd=i7&v=3 — 37.3 KiB — 66 ms — font-display: swap
l woff2 swap
Size 42 KB
Load time 16 ms
Start 988 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 45 KB
Load time 23 ms
Start 988 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 75 KB
Load time 16 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 46 KB
Load time 13 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 51 KB
Load time 14 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 67 KB
Load time 33 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 19 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 36 KB
Load time 22 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 56 KB
Load time 33 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 56 KB
Load time 37 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 41 KB
Load time 42 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 44 KB
Load time 49 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 50 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 52 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 59 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 60 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 61 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 64 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 66 ms
Start 1.0 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)
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
163 requests over 3706ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.2 s LCP 5.7 shttps://drexel.edu// https://drexel.edu/ — 200 — 45.9 KiB — 511 ms — http/1.1https://drexel.edu/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://drexel.edu/layouts/system/VisitorIdentification.js — 200 — 5.3 KiB — 413 ms — http/1.1https://drexel.edu/carbon/css/drexel-base-generated.css/carbon/css/drexel-base-generated.c... https://drexel.edu/carbon/css/drexel-base-generated.css — 200 — 11.3 KiB — 193 ms — http/1.1https://drexel.edu/carbon/css/drexel-structure-generated.css/carbon/css/drexel-structure-genera... https://drexel.edu/carbon/css/drexel-structure-generated.css — 200 — 70.9 KiB — 398 ms — http/1.1https://drexel.edu/carbon/css/drexel-base-theme-generated.css/carbon/css/drexel-base-theme-gener... https://drexel.edu/carbon/css/drexel-base-theme-generated.css — 200 — 19.5 KiB — 305 ms — http/1.1https://drexel.edu/carbon/css/drexel-core-theme-generated.css/carbon/css/drexel-core-theme-gener... https://drexel.edu/carbon/css/drexel-core-theme-generated.css — 200 — 4.6 KiB — 394 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/aj-drexel-homepage/aj-drexel-homepage_1x1.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/aj-drexel-homepage/aj-drexel-homepage_1x1.jpg — 200 — 7.8 KiB — 547 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/April/investitutre/1600highlight_-34/1600highlight_-34_6x4.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/April/investitutre/1600highlight_-34/1600highlight_-34_6x4.jpg — 200 — 72.2 KiB — 425 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/EunicesantoseEDIT/eunicesantoseedit_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/EunicesantoseEDIT/eunicesantoseedit_16x9.jpg — 200 — 49.5 KiB — 214 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2025/June/slideshow/Crowd/crowd_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2025/June/slideshow/Crowd/crowd_16x9.jpg — 200 — 129.4 KiB — 384 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/1600medal_Page_05/1600medal_page_05_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/1600medal_Page_05/1600medal_page_05_16x9.jpg — 200 — 62.6 KiB — 288 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.6 KiB — 106 ms — h2https://drexel.edu/carbon/js/libraries-generated.js/carbon/js/libraries-generated.js https://drexel.edu/carbon/js/libraries-generated.js — 200 — 443.8 KiB — 827 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2 — 200 — 200.4 KiB — 194 ms — h2https://use.typekit.net/lmn1iei.jsuse.typekit.net/lmn1iei.js https://use.typekit.net/lmn1iei.js — 200 — 7.3 KiB — 41 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 136 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 32 ms — h2https://drexel.edu/carbon/js/index-generated.js/carbon/js/index-generated.js https://drexel.edu/carbon/js/index-generated.js — 200 — 107.5 KiB — 303 ms — http/1.1https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3 — 200 — 41.6 KiB — 16 ms — h2https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3use.typekit.net/af/1eb35a/000000000... https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3 — 200 — 45.2 KiB — 23 ms — h2https://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3use.typekit.net/af/849347/000000000... https://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3 — 200 — 75.4 KiB — 16 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3 — 200 — 45.8 KiB — 13 ms — h2https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/cf3e4e/000000000... https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3 — 200 — 51.2 KiB — 14 ms — h2https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/ae4f6c/000000000... https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3 — 200 — 67.2 KiB — 33 ms — h2https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/c4c302/000000000... https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3 — 200 — 33.5 KiB — 19 ms — h2https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3use.typekit.net/af/1b297b/000000000... https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3 — 200 — 35.9 KiB — 22 ms — h2https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/6f8764/000000000... https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3 — 200 — 55.9 KiB — 33 ms — h2https://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/082b7c/000000000... https://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3 — 200 — 56.4 KiB — 37 ms — h2https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/64e0cf/000000000... https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3 — 200 — 41.4 KiB — 42 ms — h2https://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/e6a9c1/000000000... https://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3 — 200 — 44.0 KiB — 49 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.2 s LCP 5.7 shttps://drexel.edu// https://drexel.edu/ — 200 — 45.9 KiB — 511 ms — http/1.1https://drexel.edu/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://drexel.edu/layouts/system/VisitorIdentification.js — 200 — 5.3 KiB — 413 ms — http/1.1https://drexel.edu/carbon/css/drexel-base-generated.css/carbon/css/drexel-base-generated.c... https://drexel.edu/carbon/css/drexel-base-generated.css — 200 — 11.3 KiB — 193 ms — http/1.1https://drexel.edu/carbon/css/drexel-structure-generated.css/carbon/css/drexel-structure-genera... https://drexel.edu/carbon/css/drexel-structure-generated.css — 200 — 70.9 KiB — 398 ms — http/1.1https://drexel.edu/carbon/css/drexel-base-theme-generated.css/carbon/css/drexel-base-theme-gener... https://drexel.edu/carbon/css/drexel-base-theme-generated.css — 200 — 19.5 KiB — 305 ms — http/1.1https://drexel.edu/carbon/css/drexel-core-theme-generated.css/carbon/css/drexel-core-theme-gener... https://drexel.edu/carbon/css/drexel-core-theme-generated.css — 200 — 4.6 KiB — 394 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/aj-drexel-homepage/aj-drexel-homepage_1x1.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/aj-drexel-homepage/aj-drexel-homepage_1x1.jpg — 200 — 7.8 KiB — 547 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/April/investitutre/1600highlight_-34/1600highlight_-34_6x4.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/April/investitutre/1600highlight_-34/1600highlight_-34_6x4.jpg — 200 — 72.2 KiB — 425 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/EunicesantoseEDIT/eunicesantoseedit_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/EunicesantoseEDIT/eunicesantoseedit_16x9.jpg — 200 — 49.5 KiB — 214 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2025/June/slideshow/Crowd/crowd_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2025/June/slideshow/Crowd/crowd_16x9.jpg — 200 — 129.4 KiB — 384 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/1600medal_Page_05/1600medal_page_05_16x9.jpg/~/media/Drexel/Core-Site-Group/New... https://drexel.edu/~/media/Drexel/Core-Site-Group/News/Images/v2/story-images/2026/March/1600medal_Page_05/1600medal_page_05_16x9.jpg — 200 — 62.6 KiB — 288 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.6 KiB — 106 ms — h2https://drexel.edu/carbon/js/libraries-generated.js/carbon/js/libraries-generated.js https://drexel.edu/carbon/js/libraries-generated.js — 200 — 443.8 KiB — 827 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2 — 200 — 200.4 KiB — 194 ms — h2https://use.typekit.net/lmn1iei.jsuse.typekit.net/lmn1iei.js https://use.typekit.net/lmn1iei.js — 200 — 7.3 KiB — 41 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 136 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 32 ms — h2https://drexel.edu/carbon/js/index-generated.js/carbon/js/index-generated.js https://drexel.edu/carbon/js/index-generated.js — 200 — 107.5 KiB — 303 ms — http/1.1https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3 — 200 — 41.6 KiB — 16 ms — h2https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3use.typekit.net/af/1eb35a/000000000... https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3 — 200 — 45.2 KiB — 23 ms — h2https://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3use.typekit.net/af/849347/000000000... https://use.typekit.net/af/849347/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3 — 200 — 75.4 KiB — 16 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3 — 200 — 45.8 KiB — 13 ms — h2https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/cf3e4e/000000000... https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3 — 200 — 51.2 KiB — 14 ms — h2https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/ae4f6c/000000000... https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3 — 200 — 67.2 KiB — 33 ms — h2https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/c4c302/000000000... https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3 — 200 — 33.5 KiB — 19 ms — h2https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3use.typekit.net/af/1b297b/000000000... https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3 — 200 — 35.9 KiB — 22 ms — h2https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/6f8764/000000000... https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?subset_id=2&fvd=n4&v=3 — 200 — 55.9 KiB — 33 ms — h2https://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/082b7c/000000000... https://use.typekit.net/af/082b7c/00000000000000000001203a/27/l?subset_id=2&fvd=i4&v=3 — 200 — 56.4 KiB — 37 ms — h2https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/64e0cf/000000000... https://use.typekit.net/af/64e0cf/00000000000000000001203d/27/l?subset_id=2&fvd=n7&v=3 — 200 — 41.4 KiB — 42 ms — h2https://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/e6a9c1/000000000... https://use.typekit.net/af/e6a9c1/00000000000000000001203e/27/l?subset_id=2&fvd=i7&v=3 — 200 — 44.0 KiB — 49 ms — h2https://use.typekit.net/af/78cd4a/000000000000000000017383/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/78cd4a/000000000... https://use.typekit.net/af/78cd4a/000000000000000000017383/27/l?subset_id=2&fvd=n7&v=3 — 200 — 16.0 KiB — 50 ms — h2https://use.typekit.net/af/8e6175/000000000000000000017384/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/8e6175/000000000... https://use.typekit.net/af/8e6175/000000000000000000017384/27/l?subset_id=2&fvd=n4&v=3 — 200 — 16.0 KiB — 52 ms — h2https://use.typekit.net/af/774556/000000000000000000017385/27/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/774556/000000000... https://use.typekit.net/af/774556/000000000000000000017385/27/l?subset_id=2&fvd=n3&v=3 — 200 — 16.0 KiB — 59 ms — h2https://use.typekit.net/af/3eba9e/000000000000000000017386/27/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/3eba9e/000000000... https://use.typekit.net/af/3eba9e/000000000000000000017386/27/l?subset_id=2&fvd=n6&v=3 — 200 — 16.0 KiB — 60 ms — h2https://use.typekit.net/af/e1e96e/000000000000000000017387/27/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/e1e96e/000000000... https://use.typekit.net/af/e1e96e/000000000000000000017387/27/l?subset_id=2&fvd=n5&v=3 — 200 — 16.0 KiB — 61 ms — h2https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/053fc9/000000000... https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?subset_id=2&fvd=n7&v=3 — 200 — 37.4 KiB — 64 ms — h2https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/72575c/000000000... https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?subset_id=2&fvd=i7&v=3 — 200 — 37.3 KiB — 66 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/drexel-2-copy/drexel-2-copy_16x9.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/news/drexel-2-copy/drexel-2-copy_16x9.jpg — 200 — 17.4 KiB — 119 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/undergrad/drexel-perelman-plaza-students/drexel-perelman-plaza-students_16x9.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/undergrad/drexel-perelman-plaza-students/drexel-perelman-plaza-students_16x9.jpg — 200 — 417.6 KiB — 558 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=DC-5810200&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-5810200&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 36 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/visit-tours/undergrad-open-house/pearlman_plaza_lebow-3200x1600/pearlman_plaza_lebow-3200x1600_4x3.jpg?w=520&hash=595963F88E607DAD9462FCD865316064/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/visit-tours/undergrad-open-house/pearlman_plaza_lebow-3200x1600/pearlman_plaza_lebow-3200x1600_4x3.jpg?w=520&hash=595963F88E607DAD9462FCD865316064 — 200 — 60.6 KiB — 211 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-H9NXSPBKEB&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H9NXSPBKEB&cx=c&gtm=4e64h1 — 200 — 150.8 KiB — 40 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6KJ1PNLE19&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6KJ1PNLE19&cx=c&gtm=4e64h1 — 200 — 172.3 KiB — 61 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/transfer/drexel-promise/drexel-promise_4x3.jpg?w=520&hash=DAC12D4E41DAE77EFBD46B87685D480B/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/transfer/drexel-promise/drexel-promise_4x3.jpg?w=520&hash=DAC12D4E41DAE77EFBD46B87685D480B — 200 — 70.9 KiB — 126 ms — http/1.1https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 55 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KQV5JFPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KQV5JFP — 200 — 178.4 KiB — 109 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 105 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WN3NC5Rwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WN3NC5R — 200 — 124.9 KiB — 106 ms — h3https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 19 ms — http/1.1https://app.heyhalda.com/widgets/smart-forms/cm1jf94nw137hc7r5f3hp30by.js?r=knb26napp.heyhalda.com/widgets/smart-form... https://app.heyhalda.com/widgets/smart-forms/cm1jf94nw137hc7r5f3hp30by.js?r=knb26n — 200 — 2.0 KiB — 552 ms — h2https://www.clickcease.com/monitor/stat.jswww.clickcease.com/monitor/stat.js https://www.clickcease.com/monitor/stat.js — 200 — 43.6 KiB — 39 ms — h2https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72434421za200zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~117384406&apve=1&apvf=f&apvc=1&tft=1776814184826&tfd=1218www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72434421za200zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~117384406&apve=1&apvf=f&apvc=1&tft=1776814184826&tfd=1218 — 200 — 21 B — 108 ms — h3https://tvspix.com/t.png?&t=1776814184816&l=tvscientific-pix-o-f4b13a6f-15a9-4859-93b5-d80178b612af&u3=https%3A%2F%2Fdrexel.edu%2Ftvspix.com/t.png?&t=1776814184816&l... https://tvspix.com/t.png?&t=1776814184816&l=tvscientific-pix-o-f4b13a6f-15a9-4859-93b5-d80178b612af&u3=https%3A%2F%2Fdrexel.edu%2F — 200 — 194 B — 610 ms — h2https://p.typekit.net/p.gif?s=1&k=lmn1iei&ht=tk&h=drexel.edu&f=10879.10880.10883.10884.10885.10886.15586.15587.15357.15358.15361.15362.25496.25497.25498.25499.25500.32874.32875&a=916306&js=1.21.0&app=typekit&e=js&_=1776814184841p.typekit.net/p.gif?s=1&k=lmn1iei&h... https://p.typekit.net/p.gif?s=1&k=lmn1iei&ht=tk&h=drexel.edu&f=10879.10880.10883.10884.10885.10886.15586.15587.15357.15358.15361.15362.25496.25497.25498.25499.25500.32874.32875&a=916306&js=1.21.0&app=typekit&e=js&_=1776814184841 — 200 — 205 B — 55 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/promo-area/isss-id-graphic-3200x1600/isss-id-graphic-3200x1600_4x3.jpg?w=520&hash=A017FAA77DC823FA27573D59545A3FBA/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/promo-area/isss-id-graphic-3200x1600/isss-id-graphic-3200x1600_4x3.jpg?w=520&hash=A017FAA77DC823FA27573D59545A3FBA — 200 — 47.1 KiB — 119 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/preparing-for-a-future-world-future-of-work-thumbnail/preparing-for-a-future-world-future-of-work-thumbnail_16x9.jpg?w=544&hash=7CD1FB00AB3D352FA3D7DDA8D543830E/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/preparing-for-a-future-world-future-of-work-thumbnail/preparing-for-a-future-world-future-of-work-thumbnail_16x9.jpg?w=544&hash=7CD1FB00AB3D352FA3D7DDA8D543830E — 200 — 23.4 KiB — 141 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/where-dragons-soar/lancasterwalk-area-lawn-3200x1600_16x9/lancasterwalk-area-lawn-3200x1600_16x9_16x9.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/where-dragons-soar/lancasterwalk-area-lawn-3200x1600_16x9/lancasterwalk-area-lawn-3200x1600_16x9_16x9.jpg — 200 — 450.4 KiB — 415 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/philadelphia/philly-3200x1600/philly-3200x1600_4x3.jpg?w=520&hash=C3AA5B4B82F8DA822720C59D5FACC38D/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/philadelphia/philly-3200x1600/philly-3200x1600_4x3.jpg?w=520&hash=C3AA5B4B82F8DA822720C59D5FACC38D — 200 — 38.8 KiB — 128 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/activities/activities-fair-3200x1600/activities-fair-3200x1600_4x3.jpg?w=520&hash=BFE6A4939FC1D834C685365CEB6A3688/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/activities/activities-fair-3200x1600/activities-fair-3200x1600_4x3.jpg?w=520&hash=BFE6A4939FC1D834C685365CEB6A3688 — 200 — 68.0 KiB — 148 ms — http/1.1https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&gtm=45fe64h1v9189001922z872434421za20gzb72434421zd72434421xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-5810200&tid=DC-5810200&tft=1776814184993&tfd=1384www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&gtm=45fe64h1v9189001922z872434421za20gzb72434421zd72434421xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117384405&apve=1&apvf=f&apvc=0&tids=DC-5810200&tid=DC-5810200&tft=1776814184993&tfd=1384 — 200 — 21 B — 79 ms — h3https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/where-dragons-soar/basket_ball_slam_dunk-cropped/basket_ball_slam_dunk-cropped_4x3.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/home/where-dragons-soar/basket_ball_slam_dunk-cropped/basket_ball_slam_dunk-cropped_4x3.jpg — 200 — 115.6 KiB — 218 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/solutions-at-the-nanoscale-thumbnail.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/solutions-at-the-nanoscale-thumbnail.jpg — 200 — 89.1 KiB — 221 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/experience-education-thumbnail.jpg/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/experience-education-thumbnail.jpg — 200 — 46.8 KiB — 139 ms — http/1.1https://www.googletagmanager.com/gtag/destination?id=AW-16652750553&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16652750553&cx=c&gtm=4e64h1 — 200 — 134.2 KiB — 34 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-6KJ1PNLE19&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&_p=1776814184450&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1698097037.1776814185&frm=0&ir=1&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&dp=%2F&sid=1776814185&sct=1&seg=0&_tu=CA&en=page_view&_fv=1&_ss=1&ep.debug_mode=false&ep.client_container_info=GTM-TJCKC2%20v278&ep.client_timestamp_iso=2026-04-21T23%3A29%3A44.844%2B00%3A00&ep.client_timezone=0&ep.value=&ep.funnel_stage_name=No%20Funnel%20Stage&ep.gtm_tag_name=Seer%20-%20GA4%20-%20Pageview&up.last_timezone=0&tfd=1552region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6KJ1PNLE19&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&_p=1776814184450&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1698097037.1776814185&frm=0&ir=1&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&dp=%2F&sid=1776814185&sct=1&seg=0&_tu=CA&en=page_view&_fv=1&_ss=1&ep.debug_mode=false&ep.client_container_info=GTM-TJCKC2%20v278&ep.client_timestamp_iso=2026-04-21T23%3A29%3A44.844%2B00%3A00&ep.client_timezone=0&ep.value=&ep.funnel_stage_name=No%20Funnel%20Stage&ep.gtm_tag_name=Seer%20-%20GA4%20-%20Pageview&up.last_timezone=0&tfd=1552 — 204 — 545 B — 92 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6KJ1PNLE19&cid=1698097037.1776814185&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6KJ1PNLE19&cid=1698097037.1776814185&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401 — 204 — 554 B — 99 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6KJ1PNLE19&cid=1698097037.1776814185&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401&z=39426102www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6KJ1PNLE19&cid=1698097037.1776814185&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401&z=39426102 — 200 — 408 B — 74 ms — h2https://connect.facebook.net/signals/config/2087170944850202?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/2087170944850202?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.9 KiB — 22 ms — h3https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/preparing-for-disaster-thumbnail/preparing-for-disaster-thumbnail_16x9.jpg?w=685&hash=6857E0280230F85A8B4263119B24BDC9/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/preparing-for-disaster-thumbnail/preparing-for-disaster-thumbnail_16x9.jpg?w=685&hash=6857E0280230F85A8B4263119B24BDC9 — 200 — 25.6 KiB — 129 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64k0h2 — 200 — 151.4 KiB — 43 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 82 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/research-innovation/Research_Hero/research_hero_16x9.jpg?w=816&hash=A3B5CBCE8B2EE6C95E77BC2CABE7C782/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/research-innovation/Research_Hero/research_hero_16x9.jpg?w=816&hash=A3B5CBCE8B2EE6C95E77BC2CABE7C782 — 200 — 68.8 KiB — 122 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Documents/homepage/webvignette-62624-update.mp4/~/media/Drexel/Core-Site-Group/Cor... https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Documents/homepage/webvignette-62624-update.mp4 — 206 — 4.2 MiB — 152 ms — http/1.1https://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 — 58 ms — h2https://www.redditstatic.com/ads/pixel.js?pixel_id=a2_ii9lx8agsc1pwww.redditstatic.com/ads/pixel.js?p... https://www.redditstatic.com/ads/pixel.js?pixel_id=a2_ii9lx8agsc1p — 200 — 19.0 KiB — 54 ms — h2https://tracker.pixeltracker.co/pixel.jstracker.pixeltracker.co/pixel.js https://tracker.pixeltracker.co/pixel.js — 200 — 5.1 KiB — 83 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CDDEEI3C77U1JEFR7PNG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CDDEEI3C77U1JEFR7PNG&lib=ttq — 200 — 3.6 KiB — 185 ms — h2https://js.ipredictive.com/adelphic_universal_pixel.jsjs.ipredictive.com/adelphic_univers... https://js.ipredictive.com/adelphic_universal_pixel.js — 200 — 3.5 KiB — 10 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v76625710za200zd76625710xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tft=1776814185334&tfd=1725www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v76625710za200zd76625710xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tft=1776814185334&tfd=1725 — 200 — 21 B — 244 ms — h3https://cdn.veritonic.com/static/vpr.min.jscdn.veritonic.com/static/vpr.min.js https://cdn.veritonic.com/static/vpr.min.js — 200 — 2.7 KiB — 10 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.2 KiB — 65 ms — h2https://cdn.mgln.ai/pixel.min.jscdn.mgln.ai/pixel.min.js https://cdn.mgln.ai/pixel.min.js — 200 — 3.0 KiB — 77 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 8.9 KiB — 15 ms — h2https://ad.doubleclick.net/activity;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;~oref=https%3A%2F%2Fdrexel.edu%2F?ad.doubleclick.net/activity;src=581... https://ad.doubleclick.net/activity;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;~oref=https%3A%2F%2Fdrexel.edu%2F? — 302 — 22 B — 183 ms — h3https://5810200.fls.doubleclick.net/activityi;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F?5810200.fls.doubleclick.net/activit... https://5810200.fls.doubleclick.net/activityi;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F? — 302 — 878 B — 74 ms — h2https://ad.doubleclick.net/activity;dc_pre=CJG669KMgJQDFaVMpAQdgocZQQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;~oref=https%3A%2F%2Fdrexel.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CJG669KMgJQDFaVMpAQdgocZQQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;~oref=https%3A%2F%2Fdrexel.edu%2F? — 200 — 64 B — 33 ms — h3https://5810200.fls.doubleclick.net/activityi;dc_pre=CJHJ7dKMgJQDFduYJwIdeSMsSQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F?5810200.fls.doubleclick.net/activit... https://5810200.fls.doubleclick.net/activityi;dc_pre=CJHJ7dKMgJQDFduYJwIdeSMsSQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=1827844197.1776814185;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F? — 200 — 696 B — 30 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CJHJ7dKMgJQDFduYJwIdeSMsSQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CJHJ7dKMgJQDFduYJwIdeSMsSQ;src=5810200;type=ee_emss;cat=drexe00;rcb=19;ord=4475163005854;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938468~117266400~117384405;epver=2;dc_random=1776814185_gVpy_2ODs0lsSb88BEYX719dvv8TL_IbaQ;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F — 200 — 63 B — 83 ms — h3https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fdrexel.eduplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fdrexel.edu — 200 — 103.4 KiB — 150 ms — h2https://ad.ipredictive.com/d/track/event?upid=106829&cache_buster=1776814185&url=https%3A%2F%2Fdrexel.edu%2F&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=106829&cache_buster=1776814185&url=https%3A%2F%2Fdrexel.edu%2F&ps=0 — 200 — 327 B — 397 ms — http/1.1https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&_tu=CA&gtm=45be64h1z872434421za20gzb72434421zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-16652750553&tid=AW-16652750553&tft=1776814185680&tfd=2071www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=1624903260.1776814185&dt=Drexel%20Home&auid=1827844197.1776814185&navt=n&npa=1&_tu=CA&gtm=45be64h1z872434421za20gzb72434421zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-16652750553&tid=AW-16652750553&tft=1776814185680&tfd=2071 — 200 — 21 B — 50 ms — h3https://connect.facebook.net/signals/config/176150353765937?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/176150353765937?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.7 KiB — 27 ms — h3https://www.facebook.com/tr/?id=2087170944850202&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185719&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=20871709448... https://www.facebook.com/tr/?id=2087170944850202&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185719&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 19 B — 65 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2087170944850202&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185719&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2087170944850202&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185719&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 183 ms — h3https://syndication.twitter.com/settings?session_id=ead324e7261a970c4f2955bba04ba84e2064f278syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=ead324e7261a970c4f2955bba04ba84e2064f278 — 200 — 949 B — 190 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-2PPGKTTDCQ&gtm=45je64k0h2v890388184z8890372323za20gzb890372323zd890372323&_p=1776814184450&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1698097037.1776814185&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~118128923&sid=1776814185&sct=1&seg=0&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=2182region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-2PPGKTTDCQ&gtm=45je64k0h2v890388184z8890372323za20gzb890372323zd890372323&_p=1776814184450&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1698097037.1776814185&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~118128923&sid=1776814185&sct=1&seg=0&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=2182 — 204 — 290 B — 30 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=409705896&t=pageview&_s=1&dl=https%3A%2F%2Fdrexel.edu%2F&ul=en-us&dt=Drexel%20Home&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=874715997&gjid=2117607882&cid=1698097037.1776814185&tid=UA-87270131-3&_gid=371761099.1776814186&_r=1&_slc=1&gtm=45He64k0h2n81WN3NC5Rv890372323za200zd890372323&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&npa=1&z=241899756www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=409705896&t=pageview&_s=1&dl=https%3A%2F%2Fdrexel.edu%2F&ul=en-us&dt=Drexel%20Home&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=874715997&gjid=2117607882&cid=1698097037.1776814185&tid=UA-87270131-3&_gid=371761099.1776814186&_r=1&_slc=1&gtm=45He64k0h2n81WN3NC5Rv890372323za200zd890372323&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&npa=1&z=241899756 — 200 — 448 B — 26 ms — h2https://ip.veritonicmetrics.com/ip.veritonicmetrics.com/ https://ip.veritonicmetrics.com/ — 200 — 473 B — 339 ms — h2https://pixel-config.reddit.com/pixels/a2_ii9lx8agsc1p/configpixel-config.reddit.com/pixels/a2_i... https://pixel-config.reddit.com/pixels/a2_ii9lx8agsc1p/config — 200 — 513 B — 32 ms — h2https://alb.reddit.com/rp.gif?ts=1776814185822&id=a2_ii9lx8agsc1p&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=0aac7690-2350-4943-a270-c8590e6a05dd&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.3&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776814185... https://alb.reddit.com/rp.gif?ts=1776814185822&id=a2_ii9lx8agsc1p&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=0aac7690-2350-4943-a270-c8590e6a05dd&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.3&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 124 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2F — 200 — 1.0 KiB — 256 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2F — 302 — 821 B — 245 ms — h2https://app.heyhalda.com/packs/js/runtime-c8eb39e847baff7ff5a8.jsapp.heyhalda.com/packs/js/runtime-c... https://app.heyhalda.com/packs/js/runtime-c8eb39e847baff7ff5a8.js — 200 — 1.2 KiB — 527 ms — h2https://app.heyhalda.com/packs/js/159-c8eb39e847baff7ff5a8.jsapp.heyhalda.com/packs/js/159-c8eb3... https://app.heyhalda.com/packs/js/159-c8eb39e847baff7ff5a8.js — 200 — 11.8 KiB — 700 ms — h2https://app.heyhalda.com/packs/js/625-c8eb39e847baff7ff5a8.jsapp.heyhalda.com/packs/js/625-c8eb3... https://app.heyhalda.com/packs/js/625-c8eb39e847baff7ff5a8.js — 200 — 5.0 KiB — 700 ms — h2https://app.heyhalda.com/packs/js/global_embed_script_pack-c8eb39e847baff7ff5a8.jsapp.heyhalda.com/packs/js/global_em... https://app.heyhalda.com/packs/js/global_embed_script_pack-c8eb39e847baff7ff5a8.js — 200 — 6.3 KiB — 526 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 3 ms — h2https://pixels.spotify.com/v1/config/afd8e299be534cf4a892b1fff9935664pixels.spotify.com/v1/config/afd8e2... https://pixels.spotify.com/v1/config/afd8e299be534cf4a892b1fff9935664 — 200 — 303 B — 94 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 5 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061aax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061 — 302 — 844 B — 342 ms — http/1.1https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 87 ms — h2https://mgln.ai/initmgln.ai/init https://mgln.ai/init — 200 — 1.5 KiB — 47 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.5 KiB — 40 ms — h2https://connect.facebook.net/signals/config/821157078785204?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/821157078785204?v=2.9.303&r=stable&domain=drexel.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.9 KiB — 27 ms — h3https://www.facebook.com/tr/?id=176150353765937&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185874&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=17615035376... https://www.facebook.com/tr/?id=176150353765937&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185874&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 21 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=176150353765937&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185874&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=176150353765937&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185874&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 194 B — 128 ms — h3https://dual-pixelconnector.pixeltracker.co/validate?id=97560ab8-8f48-44e3-acdd-96f0d9a7b876dual-pixelconnector.pixeltracker.co... https://dual-pixelconnector.pixeltracker.co/validate?id=97560ab8-8f48-44e3-acdd-96f0d9a7b876 — 200 — 370 B — 303 ms — h2https://www.facebook.com/tr/?id=821157078785204&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185923&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=82115707878... https://www.facebook.com/tr/?id=821157078785204&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185923&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 20 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=821157078785204&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185923&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=821157078785204&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814185923&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814185708.306930378467027815&ler=empty&cdl=API_unavailable&pmd[title]=Drexel%20Home&pmd[locale]=en&pmd[description]=Drexel%20University%20in%20Philadelphia%2C%20PA%20is%20an%20academically%20comprehensive%20and%20globally%20engaged%20urban%20research%20university%2C%20dedicated%20to%20advancing%20knowledge%20and%20society%20and%20to%20providing%20every%20student%20with%20a%20valuable%2C%20rigorous%2C%20experiential%2C%20technology-infused%20education%2C%20enriched%20by%20the%20nation%27s%20premier%20co-operative%20education%20program.&plt=1987.3999996185303&it=1776814185212&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 143 ms — h3https://mgln.ai/viewmgln.ai/view https://mgln.ai/view — 200 — 0 B — 78 ms — h2https://mgln.ai/pixel/sync.gifmgln.ai/pixel/sync.gif https://mgln.ai/pixel/sync.gif — 302 — 523 B — 72 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 30 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 — 19 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061&dcc=taax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061&dcc=t — 200 — 542 B — 214 ms — http/1.1https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 936 B — 176 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 627 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 911 B — 308 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=3365&partner_device_id=9943f4fe-a788-483f-bfd9-430e8f0d8bc1&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7Dpixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=3365&partner_device_id=9943f4fe-a788-483f-bfd9-430e8f0d8bc1&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7D — 302 — 705 B — 64 ms — h2https://mgln.ai/viewmgln.ai/view https://mgln.ai/view — 200 — 719 B — 51 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=3365&partner_device_id=9943f4fe-a788-483f-bfd9-430e8f0d8bc1&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7Dpixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=3365&partner_device_id=9943f4fe-a788-483f-bfd9-430e8f0d8bc1&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7D — 302 — 366 B — 29 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2F&e_ipv6=AQKT0Az1V4kxjwAAAZ2yYN4Hx9_uBjFqZfLwSxduNyGWlwysahMQHbou1UmldVMQwit0DoWYBSFCpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814185829&url=https%3A%2F%2Fdrexel.edu%2F&e_ipv6=AQKT0Az1V4kxjwAAAZ2yYN4Hx9_uBjFqZfLwSxduNyGWlwysahMQHbou1UmldVMQwit0DoWYBSFC — 200 — 694 B — 195 ms — h2https://eu.mgln.ai/pixel?tapad_id=124a3b6f-4dfd-421a-9976-ae4fbb6aa22ceu.mgln.ai/pixel?tapad_id=124a3b6f-... https://eu.mgln.ai/pixel?tapad_id=124a3b6f-4dfd-421a-9976-ae4fbb6aa22c — 200 — 1.1 KiB — 82 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 0 B — 309 ms — h2https://ipv4-pixelconnector.pixeltracker.co/update?s=pixel.jsipv4-pixelconnector.pixeltracker.co... https://ipv4-pixelconnector.pixeltracker.co/update?s=pixel.js — 200 — 186 B — 337 ms — h2https://ipv6-pixelconnector.pixeltracker.co/update?s=pixel.jsipv6-pixelconnector.pixeltracker.co... https://ipv6-pixelconnector.pixeltracker.co/update?s=pixel.js — 200 — 185 B — 132 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061ara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814185331&eventSource=amzn.js&uuid=1805eee9-84ee-42b0-a579-bac5e4c6d061 — 200 — 1.7 KiB — 129 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 503 — 0 B — 78 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=5h3z2sq&cookie_sync=1&upv=3.0.0&upid=tqx58ba&ref=https://drexel.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=5h3z2sq&cookie_sync=1&upv=3.0.0&upid=tqx58ba&ref=https://drexel.edu/ — 302 — 164 B — 110 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=ar54zxm&cookie_sync=1&upv=3.0.0&upid=g4d3bpm&ref=https://drexel.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=ar54zxm&cookie_sync=1&upv=3.0.0&upid=g4d3bpm&ref=https://drexel.edu/ — 302 — 163 B — 107 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 — 608 B — 134 ms — h2https://www.clarity.ms/tag/90zzugyhni?ref=gtm2www.clarity.ms/tag/90zzugyhni?ref=g... https://www.clarity.ms/tag/90zzugyhni?ref=gtm2 — 200 — 866 B — 116 ms — http/1.1https://tr.snapchat.com/config/edu/f8c6b381-ffb7-4387-a6fd-18aaa798bfca.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/f8c6b381... https://tr.snapchat.com/config/edu/f8c6b381-ffb7-4387-a6fd-18aaa798bfca.js?v=3.55.0-2604211744 — 200 — 469 B — 163 ms — h2https://tr.snapchat.com/p?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&ev=PAGE_VIEW&intg=gtm&pids=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_c1=b1a7890d-b2bb-4c87-bc88-2270624ffd73&cdid=%40-f5893a36-b99f-46da-ac8c-544e47d2918b&u_sclid=079bdf75-ee11-4da3-8c38-cdcdbc4e5d57&u_scsid=9ce58328-8302-42ee-b32a-9b06d1da6ac3&gat=G-2PPGKTTDCQ%2CGTM-WN3NC5R%2CGTM-KQV5JFP%2CG-6KJ1PNLE19%2CG-H9NXSPBKEB%2CDC-5810200%2CGTM-TJCKC2&gac=8daa14c1&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=0&m_fcps=1008&m_pi=0&m_pl=0&m_pv=2&m_rd=2721&m_sh=600&m_sl=1469&m_sw=800&pl=https%3A%2F%2Fdrexel.edu%2F&trackId=4a8c4e59-07d0-4441-842a-a39f647cca66&ts=1776814186330&v=3.55.0-2604211744tr.snapchat.com/p?pid=f8c6b381-ffb7... https://tr.snapchat.com/p?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&ev=PAGE_VIEW&intg=gtm&pids=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_c1=b1a7890d-b2bb-4c87-bc88-2270624ffd73&cdid=%40-f5893a36-b99f-46da-ac8c-544e47d2918b&u_sclid=079bdf75-ee11-4da3-8c38-cdcdbc4e5d57&u_scsid=9ce58328-8302-42ee-b32a-9b06d1da6ac3&gat=G-2PPGKTTDCQ%2CGTM-WN3NC5R%2CGTM-KQV5JFP%2CG-6KJ1PNLE19%2CG-H9NXSPBKEB%2CDC-5810200%2CGTM-TJCKC2&gac=8daa14c1&bg=false&bt=8b24b32a&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=0&m_fcps=1008&m_pi=0&m_pl=0&m_pv=2&m_rd=2721&m_sh=600&m_sl=1469&m_sw=800&pl=https%3A%2F%2Fdrexel.edu%2F&trackId=4a8c4e59-07d0-4441-842a-a39f647cca66&ts=1776814186330&v=3.55.0-2604211744 — 200 — 427 B — 70 ms — h2https://tr.snapchat.com/cm/i?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_scsid=9ce58328-8302-42ee-b32a-9b06d1da6ac3&u_sclid=079bdf75-ee11-4da3-8c38-cdcdbc4e5d57tr.snapchat.com/cm/i?pid=f8c6b381-f... https://tr.snapchat.com/cm/i?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_scsid=9ce58328-8302-42ee-b32a-9b06d1da6ac3&u_sclid=079bdf75-ee11-4da3-8c38-cdcdbc4e5d57 — 200 — 201 B — 70 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=5h3z2sq&cookie_sync=1&upv=3.0.0&upid=tqx58ba&ref=https%3a%2f%2fdrexel.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=5h3z2sq&cookie_sync=1&upv=3.0.0&upid=tqx58ba&ref=https%3a%2f%2fdrexel.edu&redirect=1 — 200 — 369 B — 39 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=ar54zxm&cookie_sync=1&upv=3.0.0&upid=g4d3bpm&ref=https%3a%2f%2fdrexel.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=ar54zxm&cookie_sync=1&upv=3.0.0&upid=g4d3bpm&ref=https%3a%2f%2fdrexel.edu&redirect=1 — 200 — 369 B — 37 ms — h2https://scripts.clarity.ms/0.8.60-beta/clarity.jsscripts.clarity.ms/0.8.60-beta/clar... https://scripts.clarity.ms/0.8.60-beta/clarity.js — 200 — 25.0 KiB — 136 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 158 B — 139 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 8 ms — http/1.1https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 442 B — 6 ms — http/1.1https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 29 ms — h2https://analytics.heyhalda.com/trackanalytics.heyhalda.com/track https://analytics.heyhalda.com/track — 201 — 939 B — 532 ms — h2https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=f349a93f-4637-4b31-b9c3-52ff4889fee4&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery=app.heyhalda.com/widgets/widget-to-... https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=f349a93f-4637-4b31-b9c3-52ff4889fee4&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery= — 200 — 0 B — 178 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 111 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 108 ms — h2https://drexel.edu/~/media/Drexel/Project/Standard/FavIcon.ico/~/media/Drexel/Project/Standard/Fa... https://drexel.edu/~/media/Drexel/Project/Standard/FavIcon.ico — 200 — 5.8 KiB — 113 ms — http/1.1https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 274 B — 526 ms — http/1.1https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 87 B — 29 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 346 B — 109 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 345 B — 110 ms — h2https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=f349a93f-4637-4b31-b9c3-52ff4889fee4&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery=app.heyhalda.com/widgets/widget-to-... https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=f349a93f-4637-4b31-b9c3-52ff4889fee4&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery= — 200 — 711 B — 222 ms — h2https://app.heyhalda.com/widget-metrics/load-timeapp.heyhalda.com/widget-metrics/loa... https://app.heyhalda.com/widget-metrics/load-time — 200 — 0 B — 177 ms — h2https://app.heyhalda.com/widget-metrics/load-timeapp.heyhalda.com/widget-metrics/loa... https://app.heyhalda.com/widget-metrics/load-time — 200 — 521 B — 182 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
61% of JavaScript execution is third-party
First-party Third-party 901ms · 1000KB · $5/mo
Unattributable
Other
Costly
Execution 248ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 203ms
Transfer 200 KB
Unused 26%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 119ms
Transfer 178 KB
Unused 36%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 78ms
Transfer 172 KB
Unused 38%
Monthly Cost $0/mo
analytics.tiktok.com
Other
Optional
Execution 77ms
Transfer 122 KB
Unused 52%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 151 KB
Unused 43%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 151 KB
Unused 46%
Monthly Cost $0/mo
Microsoft Clarity
Session Replay
Optional
Execution 53ms
Transfer 25 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 248ms and costs ~$1/month
  • Google Tag Manager adds 203ms and costs ~$1/month

61% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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

Why this matters

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

Source: web.dev

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

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