Skip to content
https://drexel.edu

Performance

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

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

27
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.

6.68 s

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

37.09 s

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

2.02 s

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

0.000

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

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

38.21 s

Page Load Progression

774 ms
1.5 s
2.3 s
3.1 s
3.9 s
4.6 s
5.4 s
6.2 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
6.2 MB transferred, 163 requests
FIX
6.2 MB transferred, 163 requests
Critical::
Page weighs 13.4 MB (6.2 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.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 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 1.3 g CO2 per page load
6.2 MB / 2.4 MB budget
6.2 MB transferred
163 requests
1.3 g CO2 per page load
JavaScript 2.3 MiB 38%
Images 1.5 MiB 24%
Other 1.4 MiB 22%
Fonts 748.1 KiB 12%
HTML 151.5 KiB 2%
CSS 106.2 KiB 2%
Other 31.5 KiB 0%
Other 9.3 KiB 0%
Other 6.1 KiB 0%
Other 4.2 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 Execution Cost
Action
7169ms total JS execution
FIX
7169ms total JS execution
Warning::
Unattributable: 1138ms CPU time
Warning::
https://drexel.edu/: 980ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TJC...: 780ms CPU time
Warning::
https://drexel.edu/carbon/js/index-generated.js: 606ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KQV...: 542ms CPU time
Warning::
Third-party scripts: 5372ms (75% of total)

Main Thread Breakdown

Script Evaluation 60% Other 19% Script Parsing & Compilation 11% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
Unattributable1138ms132ms0ms3rd
https://drexel.edu/980ms97ms3ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-TJCKC2780ms677ms75ms3rd
https://drexel.edu/carbon/js/index-generated.js606ms522ms66ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-KQV5JFP542ms463ms61ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6KJ1PNLE19&cx=c&gtm=4e64h1317ms275ms40ms3rd
https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64h1257ms213ms41ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js242ms184ms54ms3rd
https://scripts.clarity.ms/0.8.60-beta/clarity.js219ms194ms9ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16652750553&cx=c&gtm=4e64h1219ms177ms40ms3rd

Showing top 10 of 25 scripts

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=4e64h1152 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 (51%)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 · 6.2 MB · 937 KB savings available
FIX
163 resources · 6.2 MB · 937 KB savings available
Warning::
Page weight 5.2 MB over 1MB target
Got: 6.2 MB Expected: ≤ 1 MB
Info::
~937 KB of savings available
Warning::
134 third-party resources (43% of weight)
Info::
3 resources over 200KB
163 resources · 6.2 MiB · 134 third-party 5.2 MiB over 1MB target
JavaScript 38% · 2.4 MiB
Image 24% · 1.5 MiB
Media 22% · 1.4 MiB
Font 12% · 748.1 KiB
Document 2% · 152.9 KiB
CSS 2% · 106.2 KiB
Other 0% · 17.8 KiB

~937.5 KiB of savings available

Remove unused JavaScript: 937.5 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
B
Third-Party Impact
43% third-party, 0 ms blocking
REVIEW
43% third-party, 0 ms blocking
Info::
Third-party code accounts for 43% of page weight (2.7 MiB of 6.2 MiB)
Info::
Third-party blocking time is low (0 ms)
57%
43%
First-party Third-party
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.
33 images 1.5 MB
0 oversized -0 KB
33 legacy format
15 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

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

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 6.7 s LCP 37.1 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 — 17 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 — 26 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 — 31 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 — 20 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 — 28 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 — 21 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 — 31 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 — 32 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 — 16 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 — 33 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 — 34 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 — 20 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 — 34 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 — 35 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 — 37 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 — 38 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 — 43 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 — 44 ms — font-display: swap
l woff2 swap
Size 42 KB
Load time 17 ms
Start 831 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 45 KB
Load time 26 ms
Start 832 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 75 KB
Load time 31 ms
Start 832 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 46 KB
Load time 20 ms
Start 832 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 51 KB
Load time 28 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 67 KB
Load time 33 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 21 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 36 KB
Load time 31 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 56 KB
Load time 32 ms
Start 834 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 56 KB
Load time 16 ms
Start 834 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 41 KB
Load time 33 ms
Start 835 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 44 KB
Load time 34 ms
Start 835 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 20 ms
Start 835 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 34 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 35 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 37 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 38 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 43 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 44 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
163 requests over 3900ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 6.7 s LCP 37.1 shttps://drexel.edu// https://drexel.edu/ — 200 — 45.9 KiB — 623 ms — http/1.1https://drexel.edu/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://drexel.edu/layouts/system/VisitorIdentification.js — 200 — 5.3 KiB — 309 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 — 169 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 — 471 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 — 290 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 — 306 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 — 319 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?w=936&hash=A9CC69D413381DB352C91A1E4B43668A/~/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?w=936&hash=A9CC69D413381DB352C91A1E4B43668A — 200 — 68.6 KiB — 907 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 — 395 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 — 516 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 — 668 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 118 ms — h2https://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 — 211 ms — h2https://use.typekit.net/lmn1iei.jsuse.typekit.net/lmn1iei.js https://use.typekit.net/lmn1iei.js — 200 — 7.3 KiB — 51 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 152 ms — h2https://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 — 17 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 — 26 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 — 31 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 — 20 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 — 28 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 — 21 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 — 31 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 — 32 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 — 16 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 — 33 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 — 34 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 — 20 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 — 34 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 — 35 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 6.7 s LCP 37.1 shttps://drexel.edu// https://drexel.edu/ — 200 — 45.9 KiB — 623 ms — http/1.1https://drexel.edu/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://drexel.edu/layouts/system/VisitorIdentification.js — 200 — 5.3 KiB — 309 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 — 169 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 — 471 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 — 290 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 — 306 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 — 319 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?w=936&hash=A9CC69D413381DB352C91A1E4B43668A/~/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?w=936&hash=A9CC69D413381DB352C91A1E4B43668A — 200 — 68.6 KiB — 907 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 — 395 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 — 516 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 — 668 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 118 ms — h2https://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 — 211 ms — h2https://use.typekit.net/lmn1iei.jsuse.typekit.net/lmn1iei.js https://use.typekit.net/lmn1iei.js — 200 — 7.3 KiB — 51 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 152 ms — h2https://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 — 17 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 — 26 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 — 31 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 — 20 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 — 28 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 — 21 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 — 31 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 — 32 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 — 16 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 — 33 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 — 34 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 — 20 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 — 34 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 — 35 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 — 37 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 — 38 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 — 43 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 — 44 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 — 1.0 s — http/1.1https://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&_=1776814157389p.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&_=1776814157389 — 200 — 205 B — 48 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 — 701 ms — http/1.1https://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 — 28 ms — h2https://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 — 45 ms — h2https://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 — 41 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 — 58 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 86 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 — 118 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 — 103 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 — 125.1 KiB — 107 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 — 49 ms — http/1.1https://app.heyhalda.com/widgets/smart-forms/cm1jf94nw137hc7r5f3hp30by.js?r=qvamhpapp.heyhalda.com/widgets/smart-form... https://app.heyhalda.com/widgets/smart-forms/cm1jf94nw137hc7r5f3hp30by.js?r=qvamhp — 200 — 2.0 KiB — 591 ms — h2https://www.clickcease.com/monitor/stat.jswww.clickcease.com/monitor/stat.js https://www.clickcease.com/monitor/stat.js — 200 — 43.6 KiB — 66 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72434421za200zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=1&tft=1776814157644&tfd=1143www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72434421za200zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=1&tft=1776814157644&tfd=1143 — 200 — 21 B — 89 ms — h3https://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 — 270 ms — http/1.1https://tvspix.com/t.png?&t=1776814157630&l=tvscientific-pix-o-f4b13a6f-15a9-4859-93b5-d80178b612af&u3=https%3A%2F%2Fdrexel.edu%2Ftvspix.com/t.png?&t=1776814157630&l... https://tvspix.com/t.png?&t=1776814157630&l=tvscientific-pix-o-f4b13a6f-15a9-4859-93b5-d80178b612af&u3=https%3A%2F%2Fdrexel.edu%2F — 200 — 194 B — 653 ms — h2https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&gtm=45fe64h1v9189001922z872434421za20gzb72434421zd72434421xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-5810200&tid=DC-5810200&tft=1776814157723&tfd=1222www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&gtm=45fe64h1v9189001922z872434421za20gzb72434421zd72434421xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-5810200&tid=DC-5810200&tft=1776814157723&tfd=1222 — 200 — 21 B — 69 ms — h3https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/undergrad/drexel-perelman-plaza-students/drexel-perelman-plaza-students_16x9.jpg?w=860&hash=67EA863E5EC3D78C91BC2FDC785D32BE/~/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?w=860&hash=67EA863E5EC3D78C91BC2FDC785D32BE — 200 — 124.4 KiB — 272 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 — 38 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6KJ1PNLE19&cid=1883007280.1776814158&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542&z=1566937047www.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=1883007280.1776814158&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542&z=1566937047 — 200 — 408 B — 99 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-6KJ1PNLE19&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&_p=1776814157256&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1883007280.1776814158&frm=0&ir=1&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&dp=%2F&sid=1776814157&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%3A17.655%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=1361region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6KJ1PNLE19&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&_p=1776814157256&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1883007280.1776814158&frm=0&ir=1&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&dp=%2F&sid=1776814157&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%3A17.655%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=1361 — 204 — 545 B — 96 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6KJ1PNLE19&cid=1883007280.1776814158&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6KJ1PNLE19&cid=1883007280.1776814158&gtm=45je64h1v870683374z872434421za20gzb72434421zd72434421&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542 — 204 — 554 B — 79 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=720&hash=CC4E22B023DAC97A8D5DD56E375D374E/~/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=720&hash=CC4E22B023DAC97A8D5DD56E375D374E — 200 — 107.1 KiB — 876 ms — http/1.1https://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 — 552 ms — h3https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/admissions/transfer/drexel-promise/drexel-promise_4x3.jpg?w=720&hash=94D25E72CF3C6C706FCEF8BC96FA19B9/~/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=720&hash=94D25E72CF3C6C706FCEF8BC96FA19B9 — 200 — 131.2 KiB — 635 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2PPGKTTDCQ&cx=c&gtm=4e64h1 — 200 — 151.5 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 — 101 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=720&hash=3AE0D9E4B454D2C297E6781C7D4C2C10/~/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=720&hash=3AE0D9E4B454D2C297E6781C7D4C2C10 — 200 — 78.4 KiB — 729 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 — 49 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 — 134 ms — h2https://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=1088&hash=D2E928509CB0A3FAB5B4C1CAFECB80CF/~/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=1088&hash=D2E928509CB0A3FAB5B4C1CAFECB80CF — 200 — 63.3 KiB — 142 ms — http/1.1https://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=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v76625710za200zd76625710xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tft=1776814158059&tfd=1559www.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=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v76625710za200zd76625710xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tft=1776814158059&tfd=1559 — 200 — 21 B — 82 ms — h3https://tracker.pixeltracker.co/pixel.jstracker.pixeltracker.co/pixel.js https://tracker.pixeltracker.co/pixel.js — 200 — 5.1 KiB — 110 ms — h2https://ad.doubleclick.net/activity;src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;~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=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;~oref=https%3A%2F%2Fdrexel.edu%2F? — 302 — 21 B — 424 ms — h3https://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.7 KiB — 225 ms — h2https://5810200.fls.doubleclick.net/activityi;src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_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=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F? — 200 — 972 B — 115 ms — h2https://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?w=860&hash=9678A28C9578D72DD3DFA461B51E86C6/~/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?w=860&hash=9678A28C9578D72DD3DFA461B51E86C6 — 200 — 147.5 KiB — 367 ms — http/1.1https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&_tu=CA&gtm=45be64h1z872434421za20gzb72434421zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-16652750553&tid=AW-16652750553&tft=1776814158137&tfd=1636www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fdrexel.edu%2F&scrsrc=www.googletagmanager.com&rnd=347412909.1776814158&dt=Drexel%20Home&auid=1682669719.1776814158&navt=n&npa=1&_tu=CA&gtm=45be64h1z872434421za20gzb72434421zd72434421xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-16652750553&tid=AW-16652750553&tft=1776814158137&tfd=1636 — 200 — 21 B — 94 ms — h3https://js.ipredictive.com/adelphic_universal_pixel.jsjs.ipredictive.com/adelphic_univers... https://js.ipredictive.com/adelphic_universal_pixel.js — 200 — 3.5 KiB — 56 ms — h2https://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 — 40 ms — h2https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/philadelphia/philly-3200x1600/philly-3200x1600_4x3.jpg?w=720&hash=965136AF6F9B495D333DD61DA1A72EA8/~/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=720&hash=965136AF6F9B495D333DD61DA1A72EA8 — 200 — 67.6 KiB — 179 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-2PPGKTTDCQ&gtm=45je64h1v890388184z8890372323za20gzb890372323zd890372323&_p=1776814157256&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1883007280.1776814158&frm=0&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384405~117512542&sid=1776814158&sct=1&seg=0&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1716region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-2PPGKTTDCQ&gtm=45je64h1v890388184z8890372323za20gzb890372323zd890372323&_p=1776814157256&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1883007280.1776814158&frm=0&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384405~117512542&sid=1776814158&sct=1&seg=0&dl=https%3A%2F%2Fdrexel.edu%2F&dt=Drexel%20Home&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1716 — 204 — 290 B — 56 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.2 KiB — 86 ms — h2https://cdn.mgln.ai/pixel.min.jscdn.mgln.ai/pixel.min.js https://cdn.mgln.ai/pixel.min.js — 200 — 3.0 KiB — 97 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 — 50 ms — h2https://adservice.google.com/ddm/fls/z/src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=*;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=*;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F — 302 — 22 B — 100 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=18009936424954941149;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NIqgwgafFG0gJz088JaJJWH-xRF3rnJw_CiJA;_dc_time=1776814158;src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;~oref=https%3A%2F%2Fdrexel.edu%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=18009936424954941149;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NIqgwgafFG0gJz088JaJJWH-xRF3rnJw_CiJA;_dc_time=1776814158;src=5810200;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=1682669719.1776814158;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;~oref=https%3A%2F%2Fdrexel.edu%2F? — 200 — 63 B — 207 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=210138044&t=pageview&_s=1&dl=https%3A%2F%2Fdrexel.edu%2F&ul=en-us&dt=Drexel%20Home&sr=412x823&vp=412x823&_u=YADAAEABAAAAACAAI~&jid=2134712343&gjid=277923531&cid=1883007280.1776814158&tid=UA-87270131-3&_gid=2071807076.1776814158&_r=1&_slc=1&gtm=45He64h1n81WN3NC5Rv890372323za200zd890372323&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384406~118128923&npa=1&z=1462394968www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=210138044&t=pageview&_s=1&dl=https%3A%2F%2Fdrexel.edu%2F&ul=en-us&dt=Drexel%20Home&sr=412x823&vp=412x823&_u=YADAAEABAAAAACAAI~&jid=2134712343&gjid=277923531&cid=1883007280.1776814158&tid=UA-87270131-3&_gid=2071807076.1776814158&_r=1&_slc=1&gtm=45He64h1n81WN3NC5Rv890372323za200zd890372323&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384406~118128923&npa=1&z=1462394968 — 200 — 448 B — 27 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=343060&time=1776814158267&url=https%3A%2F%2Fdrexel.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=343060&time=1776814158267&url=https%3A%2F%2Fdrexel.edu%2F — 200 — 1.0 KiB — 245 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814158267&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=1776814158267&url=https%3A%2F%2Fdrexel.edu%2F — 302 — 819 B — 374 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 — 514 B — 162 ms — h2https://ip.veritonicmetrics.com/ip.veritonicmetrics.com/ https://ip.veritonicmetrics.com/ — 200 — 471 B — 366 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 — 526 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 — 526 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 — 698 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 — 2 ms — h2https://alb.reddit.com/rp.gif?ts=1776814158287&id=a2_ii9lx8agsc1p&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=63cfb942-b8ad-48f0-b8fd-9cd9e53a05e3&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.3&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776814158... https://alb.reddit.com/rp.gif?ts=1776814158287&id=a2_ii9lx8agsc1p&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=63cfb942-b8ad-48f0-b8fd-9cd9e53a05e3&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.3&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 118 ms — h2https://pixels.spotify.com/v1/config/afd8e299be534cf4a892b1fff9935664pixels.spotify.com/v1/config/afd8e2... https://pixels.spotify.com/v1/config/afd8e299be534cf4a892b1fff9935664 — 200 — 303 B — 93 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 — 1 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88daax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88d — 302 — 844 B — 395 ms — http/1.1https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 84 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 — 25 ms — h2https://mgln.ai/initmgln.ai/init https://mgln.ai/init — 200 — 1.5 KiB — 128 ms — h2https://adservice.google.com/ddm/fls/z/src=5810200;dc_pre=CP_f9MWMgJQDFTVHHQkdVYw7Mg;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=*;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=5810200;dc_pre=CP_f9MWMgJQDFTVHHQkdVYw7Mg;type=ee_emss;cat=drexe00;rcb=6;ord=5994189972034;npa=1;auiddc=*;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64h1v9189001922z876625710za20gzb72434421zd72434421xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938468~117266401;epver=2;dc_random=1776814158_Gcxy5ti8oUdF6FZDi3cv4yh7i0Woa-B8lA;_dc_test=1;~oref=https%3A%2F%2Fdrexel.edu%2F — 200 — 63 B — 32 ms — h3https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/life-at-drexel/activities/activities-fair-3200x1600/activities-fair-3200x1600_4x3.jpg?w=720&hash=43DD7B246F875B706E065D4EAD7DDD19/~/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=720&hash=43DD7B246F875B706E065D4EAD7DDD19 — 200 — 119.6 KiB — 155 ms — http/1.1https://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?w=720&hash=40EBA64158168E88BEDBFD06CF777C94/~/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?w=720&hash=40EBA64158168E88BEDBFD06CF777C94 — 200 — 88.3 KiB — 178 ms — http/1.1https://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 — 15 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 30 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 938 B — 322 ms — h2https://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 — 235 ms — http/1.1https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 903 B — 278 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 913 B — 162 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88d&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=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88d&dcc=t — 200 — 542 B — 242 ms — http/1.1https://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 — 339 ms — h2https://mgln.ai/viewmgln.ai/view https://mgln.ai/view — 200 — 0 B — 85 ms — h2https://mgln.ai/pixel/sync.gifmgln.ai/pixel/sync.gif https://mgln.ai/pixel/sync.gif — 302 — 521 B — 152 ms — h2https://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 — 138 ms — http/1.1https://drexel.edu/~/media/Drexel/Core-Site-Group/Core/Images/video-thumbnails/preparing-for-disaster-thumbnail/preparing-for-disaster-thumbnail_16x9.jpg?w=800&hash=516908548B0FD2648BC319ED9C00A4C4/~/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=800&hash=516908548B0FD2648BC319ED9C00A4C4 — 200 — 31.5 KiB — 174 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 — 1.4 MiB — 178 ms — http/1.1https://mgln.ai/viewmgln.ai/view https://mgln.ai/view — 200 — 406 B — 51 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 — 115 ms — http/1.1https://pixel.tapad.com/idsync/ex/receive?partner_id=3365&partner_device_id=a7f61858-8865-4bc1-a8bf-1d8520104002&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=a7f61858-8865-4bc1-a8bf-1d8520104002&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7D — 302 — 705 B — 94 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814158267&url=https%3A%2F%2Fdrexel.edu%2F&e_ipv6=AQIdidlNLvztlwAAAZ2yYHJ4gvrCIqEIXWgtEnwgaLwx1Kio3ieaROYuG3PgJX00ChKYbn9_IiCXpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=343060&time=1776814158267&url=https%3A%2F%2Fdrexel.edu%2F&e_ipv6=AQIdidlNLvztlwAAAZ2yYHJ4gvrCIqEIXWgtEnwgaLwx1Kio3ieaROYuG3PgJX00ChKYbn9_IiCX — 200 — 694 B — 254 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 0 B — 391 ms — h2https://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 — 145 ms — h2https://ad.ipredictive.com/d/track/event?upid=106829&cache_buster=1776814158&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=1776814158&url=https%3A%2F%2Fdrexel.edu%2F&ps=0 — 200 — 327 B — 410 ms — http/1.1https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 906 B — 280 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88dara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=2b99dc99-1f47-4d27-9089-d88c18c33400&event=PageView&ts=1776814158057&eventSource=amzn.js&uuid=6e2f5abf-2432-4ee1-9fb0-fda67c85d88d — 200 — 1.7 KiB — 157 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=3365&partner_device_id=a7f61858-8865-4bc1-a8bf-1d8520104002&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=a7f61858-8865-4bc1-a8bf-1d8520104002&partner_url=https%3A%2F%2Feu.mgln.ai%2Fpixel%3Ftapad_id%3D%24%7BTA_DEVICE_ID%7D — 302 — 366 B — 40 ms — h2https://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 — 185 ms — h3https://eu.mgln.ai/pixel?tapad_id=c6b95786-8357-42ca-b181-86325c53d00aeu.mgln.ai/pixel?tapad_id=c6b95786-... https://eu.mgln.ai/pixel?tapad_id=c6b95786-8357-42ca-b181-86325c53d00a — 200 — 1.4 KiB — 112 ms — h2https://www.facebook.com/tr/?id=2087170944850202&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814158785&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814158785&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 42 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=1776814158785&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814158785&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 201 B — 224 ms — h3https://ipv4-pixelconnector.pixeltracker.co/update?s=pixel.jsipv4-pixelconnector.pixeltracker.co... https://ipv4-pixelconnector.pixeltracker.co/update?s=pixel.js — 200 — 186 B — 372 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 — 168 ms — h2https://syndication.twitter.com/settings?session_id=f7f05e911368695b93cd232377c8de8f3e011582syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=f7f05e911368695b93cd232377c8de8f3e011582 — 200 — 950 B — 197 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 — 589 B — 190 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 — 208 ms — h3https://www.facebook.com/tr/?id=176150353765937&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814158982&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814158982&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814158982&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814158982&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 195 B — 132 ms — h3https://analytics.heyhalda.com/trackanalytics.heyhalda.com/track https://analytics.heyhalda.com/track — 201 — 939 B — 612 ms — h2https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=5a4f161f-4a27-4905-9394-b4b13a91d549&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=5a4f161f-4a27-4905-9394-b4b13a91d549&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery= — 200 — 0 B — 176 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 158 B — 137 ms — h2https://app.heyhalda.com/widgets/widget-to-display?account_id=cm1jf94nw137hc7r5f3hp30by&trackId=5a4f161f-4a27-4905-9394-b4b13a91d549&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=5a4f161f-4a27-4905-9394-b4b13a91d549&referer=https%3A%2F%2Fdrexel.edu%2F&smartFormVariantId=&smartFormTemplateId=&hubId=&ahaId=&freneticWidgetId=&haldaAmpPersonalizationId=&initialHubStepId=&funnelStageId=&hideControlPanel=&initialAhaQuery= — 200 — 709 B — 242 ms — h2https://www.facebook.com/tr/?id=821157078785204&ev=PageView&dl=https%3A%2F%2Fdrexel.edu%2F&rl=&if=false&ts=1776814159204&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814159204&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814159204&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&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=1776814159204&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776814158775.337547085400133411&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=2178.6000003814697&it=1776814157929&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 194 B — 145 ms — h3https://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 — 163 B — 118 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 — 164 B — 103 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 — 144 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 — 450 B — 205 ms — h2https://tr.snapchat.com/cm/i?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_scsid=d284048d-791f-431a-b937-8285f14063c0&u_sclid=03543afd-407a-44a8-8e00-18706094415atr.snapchat.com/cm/i?pid=f8c6b381-f... https://tr.snapchat.com/cm/i?pid=f8c6b381-ffb7-4387-a6fd-18aaa798bfca&u_scsid=d284048d-791f-431a-b937-8285f14063c0&u_sclid=03543afd-407a-44a8-8e00-18706094415a — 200 — 182 B — 101 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=1d907425-6ada-486b-b93e-6c7aef1950d4&cdid=%40-921e8782-78a6-49d7-99cd-e920720c5f57&u_sclid=03543afd-407a-44a8-8e00-18706094415a&u_scsid=d284048d-791f-431a-b937-8285f14063c0&gat=G-2PPGKTTDCQ%2CGTM-WN3NC5R%2CGTM-KQV5JFP%2CG-6KJ1PNLE19%2CG-H9NXSPBKEB%2CDC-5810200%2CGTM-TJCKC2&gac=94107bd1&bg=false&bt=1d53c387&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=0&m_fcps=1004&m_pi=0&m_pl=0&m_pv=2&m_rd=2949&m_sh=823&m_sl=1383&m_sw=412&pl=https%3A%2F%2Fdrexel.edu%2F&trackId=492e3ef1-17ab-46ec-8d67-575d1549a119&ts=1776814159450&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=1d907425-6ada-486b-b93e-6c7aef1950d4&cdid=%40-921e8782-78a6-49d7-99cd-e920720c5f57&u_sclid=03543afd-407a-44a8-8e00-18706094415a&u_scsid=d284048d-791f-431a-b937-8285f14063c0&gat=G-2PPGKTTDCQ%2CGTM-WN3NC5R%2CGTM-KQV5JFP%2CG-6KJ1PNLE19%2CG-H9NXSPBKEB%2CDC-5810200%2CGTM-TJCKC2&gac=94107bd1&bg=false&bt=1d53c387&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_m=true&d_md=moto%20g%20power%20(2022)&d_os=11.0&d_ot=Android&df=true&huah=true&m_dcl=0&m_fcps=1004&m_pi=0&m_pl=0&m_pv=2&m_rd=2949&m_sh=823&m_sl=1383&m_sw=412&pl=https%3A%2F%2Fdrexel.edu%2F&trackId=492e3ef1-17ab-46ec-8d67-575d1549a119&ts=1776814159450&v=3.55.0-2604211744 — 200 — 425 B — 103 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 — 176 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 — 51 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 — 52 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 — 150 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 10 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 — 8 ms — http/1.1https://app.heyhalda.com/widget-metrics/load-timeapp.heyhalda.com/widget-metrics/loa... https://app.heyhalda.com/widget-metrics/load-time — 200 — 521 B — 179 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 106 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 107 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 64 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 — 118 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 345 B — 118 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 346 B — 116 ms — h2https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 274 B — 552 ms — http/1.1https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 87 B — 30 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
75% of JavaScript execution is third-party
First-party Third-party 5372ms · 1697KB · $31/mo
Unattributable
Other
Costly
Execution 1138ms
Transfer 0 KB
Monthly Cost $7/mo
Google Tag Manager
Tag Manager
Costly
Execution 780ms
Transfer 200 KB
Unused 27%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 542ms
Transfer 178 KB
Unused 36%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Costly
Execution 317ms
Transfer 172 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 257ms
Transfer 152 KB
Unused 43%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Costly
Execution 242ms
Transfer 122 KB
Unused 52%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Costly
Execution 219ms
Transfer 25 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 219ms
Transfer 134 KB
Unused 50%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 217ms
Transfer 151 KB
Unused 46%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 211ms
Transfer 129 KB
Unused 44%
Monthly Cost $1/mo
sc-static.net
Other
Optional
Execution 177ms
Transfer 25 KB
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 143ms
Transfer 47 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 133ms
Transfer 125 KB
Unused 51%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 122ms
Transfer 97 KB
Unused 34%
Monthly Cost $1/mo
Twitter/X Embed
Social
Optional
Execution 112ms
Transfer 27 KB
Monthly Cost $1/mo
tr.snapchat.com
Other
Optional
Execution 109ms
Transfer 0 KB
Monthly Cost $1/mo
app.heyhalda.com
Other
Optional
Execution 106ms
Transfer 2 KB
Monthly Cost $1/mo
LinkedIn Insight
Advertising
Optional
Execution 77ms
Transfer 19 KB
Monthly Cost $0/mo
www.redditstatic.com
Other
Optional
Execution 69ms
Transfer 19 KB
Monthly Cost $0/mo
js.adsrvr.org
Other
Optional
Execution 66ms
Transfer 12 KB
Monthly Cost $0/mo
Google Analytics
Analytics
Optional
Execution 61ms
Transfer 21 KB
Monthly Cost $0/mo
analytics.tiktok.com
Other
Optional
Execution 56ms
Transfer 40 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 1138ms and costs ~$7/month
  • Google Tag Manager adds 780ms and costs ~$4/month
  • Google Tag Manager adds 542ms and costs ~$3/month
  • Google Tag Manager adds 317ms and costs ~$2/month
  • Google Tag Manager adds 257ms and costs ~$1/month
  • analytics.tiktok.com adds 242ms and costs ~$1/month
  • Microsoft Clarity adds 219ms and costs ~$1/month
  • Google Tag Manager adds 219ms and costs ~$1/month
  • Google Tag Manager adds 217ms and costs ~$1/month
  • Google Tag Manager adds 211ms and costs ~$1/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 1138ms 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 780ms 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 542ms 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 317ms 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 257ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Microsoft Clarity takes 219ms 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 219ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback