Skip to content
https://udel.edu

Performance

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

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

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

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

1.66 s

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

5.61 s

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

84 ms

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

0.371

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

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

5.63 s

Page Load Progression

708 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
5.0 s
5.7 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
22.4 MB transferred, 121 requests
FIX
22.4 MB transferred, 121 requests
Critical::
Page weighs 25.3 MB (22.4 MB transferred)
Warning::
Images are 10.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 10.4 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
Fonts are 215 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 215 KB
Warning::
121 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.7 g CO2 per page load
22.4 MB / 2.4 MB budget
22.4 MB transferred
121 requests
4.7 g CO2 per page load
Other 10.5 MiB 47%
Images 10.4 MiB 46%
JavaScript 1.3 MiB 6%
Fonts 214.9 KiB 1%
CSS 60.9 KiB 0%
HTML 15.4 KiB 0%
Other 4.1 KiB 0%
Other 3.0 KiB 0%
Other 2.5 KiB 0%
Other 896 B 0%
Other 807 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (22.4 MiB of 22.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
34 scripts, 510 KB unused
FIX
34 scripts, 510 KB unused
Warning::
https://www.udel.edu/etc/designs/udel/clientlibs.m...: 87 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.udel.edu/etc/designs/udel/clientlibs.m...: unminified — 18 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/destination?...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MPL...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9N1R...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 61 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 510 KB
510 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.udel.edu/etc/designs/udel/clientlibs.min.js116 KB87 KB (75%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16807535372&cx=c&gtm=4e64h1145 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MPL2XXQ171 KB68 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9N1R6EBX1J&cx=c&gtm=4e64h1169 KB68 KB (40%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-950353921&cx=c&gtm=4e64h1147 KB61 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-ZQG14CNXL3&cx=c&gtm=4e64h1174 KB61 KB (35%)3rd
https://www.udel.edu/etc/designs/udel/common-clientlibs.min.js61 KB41 KB (67%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery.min.js36 KB23 KB (65%)3rd
https://grad-admissions.udel.edu/ping1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
121 resources · 22.4 MB · 510 KB savings available
FIX
121 resources · 22.4 MB · 510 KB savings available
Warning::
Page weight 21.4 MB over 1MB target
Got: 22.4 MB Expected: ≤ 1 MB
Info::
~510 KB of savings available
Warning::
120 third-party resources (100% of weight)
Info::
11 resources over 200KB
121 resources · 22.4 MiB · 120 third-party 21.4 MiB over 1MB target
Media 47% · 10.5 MiB
Image 46% · 10.4 MiB
JavaScript 6% · 1.3 MiB
Font 1% · 214.9 KiB
CSS 0% · 60.9 KiB
Document 0% · 15.8 KiB
Other 0% · 9.0 KiB

~510.0 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://www.udel.edu/referenced-components/home-pa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/referenced-components/home-pa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/cas/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/referenced-components/home-pa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/referenced-components/home-pa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/referenced-components/dar-ref... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/callouts/Homepage/udaily/2026... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.udel.edu/content/dam/udelImages/main/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 10.4 MB
0 oversized -0 KB
42 legacy format
17 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
698ms total JS execution
REVIEW
698ms total JS execution
Info::
Unattributable: 207ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MPL...: 169ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-ZQG1...: 92ms CPU time
Info::
https://www.udel.edu/: 86ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-9N1R...: 82ms CPU time
Warning::
Third-party scripts: 698ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 22% Script Parsing & Compilation 13% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
Unattributable207ms7ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MPL2XXQ169ms107ms56ms3rd
https://www.googletagmanager.com/gtag/js?id=G-ZQG14CNXL3&cx=c&gtm=4e64h192ms81ms11ms3rd
https://www.udel.edu/86ms3ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9N1R6EBX1J&cx=c&gtm=4e64h182ms60ms12ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-950353921&cx=c&gtm=4e64h162ms47ms7ms3rd
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
6 fonts (215 KB)
PASS
6 fonts (215 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

215 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.6 shttps://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woffvanguard-cf-regular.woff https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woff — 16.4 KiB — 261 ms — font-display: swaphttps://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woffGreycliffCF-Bold.woff https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff — 35.3 KiB — 380 ms — font-display: swaphttps://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woffGreycliffCF-Light.woff https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff — 35.4 KiB — 380 ms — font-display: swaphttps://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woffGreycliffCF-DemiBold.woff https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff — 33.4 KiB — 380 ms — font-display: swaphttps://www.udel.edu/etc/designs/udel/common-clientlibs/fonts/glyphicons-halflings-regular.woff2glyphicons-halflings-re... https://www.udel.edu/etc/designs/udel/common-clientlibs/fonts/glyphicons-halflings-regular.woff2 — 18.3 KiB — 260 ms — font-display: swaphttps://www.udel.edu/etc/designs/udel/font-awesome/fonts/fontawesome-webfont.woff2fontawesome-webfont.woff2 https://www.udel.edu/etc/designs/udel/font-awesome/fonts/fontawesome-webfont.woff2 — 76.1 KiB — 690 ms — font-display: swap
vanguard-cf-regular.woff woff swap
Size 16 KB
Load time 261 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GreycliffCF-Bold.woff woff swap
Size 35 KB
Load time 380 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GreycliffCF-Light.woff woff swap
Size 35 KB
Load time 380 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GreycliffCF-DemiBold.woff woff swap
Size 33 KB
Load time 380 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
glyphicons-halflings-re... woff2 swap
Size 18 KB
Load time 260 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 690 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~36 KB and ~72 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
121 requests over 3933ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.6 shttps://udel.edu// https://udel.edu/ — 302 — 360 B — 303 ms — http/1.1https://www.udel.edu/www.udel.edu/ https://www.udel.edu/ — 200 — 15.1 KiB — 412 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs.min.b799706ea654d4e260244fafb0757b1a.csswww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs.min.b799706ea654d4e260244fafb0757b1a.css — 200 — 52.4 KiB — 316 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery.min.js — 200 — 36.0 KiB — 209 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/utils.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/utils.min.js — 200 — 4.0 KiB — 108 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery/granite.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery/granite.min.js — 200 — 2.2 KiB — 108 ms — h2https://www.udel.edu/etc.clientlibs/foundation/clientlibs/jquery.min.jswww.udel.edu/etc.clientlibs/foundat... https://www.udel.edu/etc.clientlibs/foundation/clientlibs/jquery.min.js — 200 — 614 B — 106 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs.min.jswww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs.min.js — 200 — 61.4 KiB — 314 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/logo-udel.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/logo-udel.png — 200 — 31.5 KiB — 309 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-visit-23c.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-visit-23c.png — 200 — 2.6 KiB — 311 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-apply-23b.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-apply-23b.png — 200 — 2.9 KiB — 106 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-give-23.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-give-23.png — 200 — 2.5 KiB — 105 ms — h2https://www.udel.edu/libs/granite/csrf/token.jsonwww.udel.edu/libs/granite/csrf/toke... https://www.udel.edu/libs/granite/csrf/token.json — 200 — 559 B — 109 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-search.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-search.png — 200 — 26.0 KiB — 114 ms — h2https://www.google.com/coop/cse/brand?form=cse-search-box&lang=enwww.google.com/coop/cse/brand?form=... https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en — 301 — 19 B — 56 ms — h3https://www.udel.edu/etc/designs/udel/clientlibs.min.bb08033e6d9a8c515a9f7085b0f5404e.csswww.udel.edu/etc/designs/udel/clien... https://www.udel.edu/etc/designs/udel/clientlibs.min.bb08033e6d9a8c515a9f7085b0f5404e.css — 200 — 975 B — 115 ms — h2https://www.udel.edu/etc/designs/udel/clientlibs.min.jswww.udel.edu/etc/designs/udel/clien... https://www.udel.edu/etc/designs/udel/clientlibs.min.js — 200 — 116.2 KiB — 364 ms — h2https://www.udel.edu/etc/designs/udel/font-awesome.min.b8ebdd1174009999d77f8a770d4f4e3d.csswww.udel.edu/etc/designs/udel/font-... https://www.udel.edu/etc/designs/udel/font-awesome.min.b8ebdd1174009999d77f8a770d4f4e3d.css — 200 — 7.5 KiB — 318 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs/img/ud-header-print.pngwww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs/img/ud-header-print.png — 200 — 16.6 KiB — 114 ms — h2https://www.udel.edu/content/dam/udelImages/main/video/homepage%20mobile%20screengrabs/Cherry-Blossoms.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/video/homepage%20mobile%20screengrabs/Cherry-Blossoms.jpg — 200 — 310.5 KiB — 350 ms — h2https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_0/calloutfullimage_cop.coreimg.jpeg/1758821845796/fall-campus.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_0/calloutfullimage_cop.coreimg.jpeg/1758821845796/fall-campus.jpeg — 200 — 263.6 KiB — 1.2 s — h2https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_1/calloutfullimage_cop.coreimg.jpeg/1763384331539/fall-blue-and-golden.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_1/calloutfullimage_cop.coreimg.jpeg/1763384331539/fall-blue-and-golden.jpeg — 200 — 263.7 KiB — 241 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/udaily-logo-header.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/udaily-logo-header.png — 200 — 3.5 KiB — 335 ms — h2https://www.udel.edu/callouts/Homepage/udaily/2026/going-the-distance/_jcr_content/calloutValues.coreimg.jpeg/1776425940148/presidents-office-carlson-environmental-portraits-ek-072125-018-udaily---story--social-sharing--800x420.jpegwww.udel.edu/callouts/Homepage/udai... https://www.udel.edu/callouts/Homepage/udaily/2026/going-the-distance/_jcr_content/calloutValues.coreimg.jpeg/1776425940148/presidents-office-carlson-environmental-portraits-ek-072125-018-udaily---story--social-sharing--800x420.jpeg — 200 — 146.4 KiB — 560 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/ud-monogram-2018.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/ud-monogram-2018.png — 200 — 8.0 KiB — 335 ms — h2https://www.udel.edu/content/dam/udelImages/cas/departments/art-conservation/ArtCon-Student.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/cas/departments/art-conservation/ArtCon-Student.jpg — 200 — 855.8 KiB — 1.6 s — h2https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-graduate-program-finder-bmeg.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-graduate-program-finder-bmeg.jpg — 200 — 345.4 KiB — 374 ms — h2https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-plan-your-visit.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-plan-your-visit.jpg — 200 — 2.4 MiB — 656 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/instagram.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/instagram.png — 200 — 3.9 KiB — 343 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/facebook.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/facebook.png — 200 — 3.3 KiB — 218 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.7 s LCP 5.6 shttps://udel.edu// https://udel.edu/ — 302 — 360 B — 303 ms — http/1.1https://www.udel.edu/www.udel.edu/ https://www.udel.edu/ — 200 — 15.1 KiB — 412 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs.min.b799706ea654d4e260244fafb0757b1a.csswww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs.min.b799706ea654d4e260244fafb0757b1a.css — 200 — 52.4 KiB — 316 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery.min.js — 200 — 36.0 KiB — 209 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/utils.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/utils.min.js — 200 — 4.0 KiB — 108 ms — h2https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery/granite.min.jswww.udel.edu/etc.clientlibs/clientl... https://www.udel.edu/etc.clientlibs/clientlibs/granite/jquery/granite.min.js — 200 — 2.2 KiB — 108 ms — h2https://www.udel.edu/etc.clientlibs/foundation/clientlibs/jquery.min.jswww.udel.edu/etc.clientlibs/foundat... https://www.udel.edu/etc.clientlibs/foundation/clientlibs/jquery.min.js — 200 — 614 B — 106 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs.min.jswww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs.min.js — 200 — 61.4 KiB — 314 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/logo-udel.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/logo-udel.png — 200 — 31.5 KiB — 309 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-visit-23c.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-visit-23c.png — 200 — 2.6 KiB — 311 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-apply-23b.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-apply-23b.png — 200 — 2.9 KiB — 106 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-give-23.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-give-23.png — 200 — 2.5 KiB — 105 ms — h2https://www.udel.edu/libs/granite/csrf/token.jsonwww.udel.edu/libs/granite/csrf/toke... https://www.udel.edu/libs/granite/csrf/token.json — 200 — 559 B — 109 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-search.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/icon-header-search.png — 200 — 26.0 KiB — 114 ms — h2https://www.google.com/coop/cse/brand?form=cse-search-box&lang=enwww.google.com/coop/cse/brand?form=... https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en — 301 — 19 B — 56 ms — h3https://www.udel.edu/etc/designs/udel/clientlibs.min.bb08033e6d9a8c515a9f7085b0f5404e.csswww.udel.edu/etc/designs/udel/clien... https://www.udel.edu/etc/designs/udel/clientlibs.min.bb08033e6d9a8c515a9f7085b0f5404e.css — 200 — 975 B — 115 ms — h2https://www.udel.edu/etc/designs/udel/clientlibs.min.jswww.udel.edu/etc/designs/udel/clien... https://www.udel.edu/etc/designs/udel/clientlibs.min.js — 200 — 116.2 KiB — 364 ms — h2https://www.udel.edu/etc/designs/udel/font-awesome.min.b8ebdd1174009999d77f8a770d4f4e3d.csswww.udel.edu/etc/designs/udel/font-... https://www.udel.edu/etc/designs/udel/font-awesome.min.b8ebdd1174009999d77f8a770d4f4e3d.css — 200 — 7.5 KiB — 318 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs/img/ud-header-print.pngwww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs/img/ud-header-print.png — 200 — 16.6 KiB — 114 ms — h2https://www.udel.edu/content/dam/udelImages/main/video/homepage%20mobile%20screengrabs/Cherry-Blossoms.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/video/homepage%20mobile%20screengrabs/Cherry-Blossoms.jpg — 200 — 310.5 KiB — 350 ms — h2https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_0/calloutfullimage_cop.coreimg.jpeg/1758821845796/fall-campus.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_0/calloutfullimage_cop.coreimg.jpeg/1758821845796/fall-campus.jpeg — 200 — 263.6 KiB — 1.2 s — h2https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_1/calloutfullimage_cop.coreimg.jpeg/1763384331539/fall-blue-and-golden.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/admissions-panels/explore/_jcr_content/par_udel_panel/columngenerator_87741378/par/panelforpages_copy_c/par_1/columngenerator_1391138112/par_1/calloutfullimage_cop.coreimg.jpeg/1763384331539/fall-blue-and-golden.jpeg — 200 — 263.7 KiB — 241 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/udaily-logo-header.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/udaily-logo-header.png — 200 — 3.5 KiB — 335 ms — h2https://www.udel.edu/callouts/Homepage/udaily/2026/going-the-distance/_jcr_content/calloutValues.coreimg.jpeg/1776425940148/presidents-office-carlson-environmental-portraits-ek-072125-018-udaily---story--social-sharing--800x420.jpegwww.udel.edu/callouts/Homepage/udai... https://www.udel.edu/callouts/Homepage/udaily/2026/going-the-distance/_jcr_content/calloutValues.coreimg.jpeg/1776425940148/presidents-office-carlson-environmental-portraits-ek-072125-018-udaily---story--social-sharing--800x420.jpeg — 200 — 146.4 KiB — 560 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/ud-monogram-2018.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/udelLogoImages/ud-monogram-2018.png — 200 — 8.0 KiB — 335 ms — h2https://www.udel.edu/content/dam/udelImages/cas/departments/art-conservation/ArtCon-Student.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/cas/departments/art-conservation/ArtCon-Student.jpg — 200 — 855.8 KiB — 1.6 s — h2https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-graduate-program-finder-bmeg.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-graduate-program-finder-bmeg.jpg — 200 — 345.4 KiB — 374 ms — h2https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-plan-your-visit.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/photography/people/students/footer-plan-your-visit.jpg — 200 — 2.4 MiB — 656 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/instagram.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/instagram.png — 200 — 3.9 KiB — 343 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/facebook.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/facebook.png — 200 — 3.3 KiB — 218 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/linkedin.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/linkedin.png — 200 — 2.8 KiB — 342 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/youtube.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/youtube.png — 200 — 3.0 KiB — 342 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/x.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/socialIcons/x.png — 200 — 3.9 KiB — 342 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MPL2XXQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MPL2XXQ — 200 — 171.4 KiB — 198 ms — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/site.webmanifestwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/site.webmanifest — 200 — 896 B — 294 ms — h2https://www.gstatic.com/prose/brandjs.jswww.gstatic.com/prose/brandjs.js https://www.gstatic.com/prose/brandjs.js — 200 — 6.2 KiB — 73 ms — h2https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4www.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4 — 206 — 64.2 KiB — 440 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs/img/icon-mobile-menu.pngwww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs/img/icon-mobile-menu.png — 200 — 1.6 KiB — 295 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs/img/hero-pause.pngwww.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs/img/hero-pause.png — 200 — 947 B — 294 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/layout/color-boxes/555555-dark-gray-box-95-transparent.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/layout/color-boxes/555555-dark-gray-box-95-transparent.png — 200 — 7.6 KiB — 291 ms — h2https://www.udel.edu/content/dam/udelImages/dar/homepage/DAR-2025-IHUDD-homepage-panel-background.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/dar/homepage/DAR-2025-IHUDD-homepage-panel-background.jpg — 200 — 152.9 KiB — 816 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/background-texture-green.jpgwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/background-texture-green.jpg — 200 — 119.6 KiB — 715 ms — h2https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/AW_Mug_Night_Tents-White-Gradient.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/AW_Mug_Night_Tents-White-Gradient.png — 200 — 4.6 MiB — 1.3 s — h2https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/udaily-homepage-bg-2018.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/graphics/layout/panel-images/udaily-homepage-bg-2018.png — 200 — 281.7 KiB — 1.3 s — h2https://www.udel.edu/referenced-components/home-page-references/president-panels/intro/_jcr_content/par_udel_panel/columngenerator_1009987456/par/panelforpages_copy/par_1/image_copy.coreimg.jpeg/1776692688850/-dsc2793-udaily---hero-1280x534.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/president-panels/intro/_jcr_content/par_udel_panel/columngenerator_1009987456/par/panelforpages_copy/par_1/image_copy.coreimg.jpeg/1776692688850/-dsc2793-udaily---hero-1280x534.jpeg — 200 — 266.7 KiB — 1.3 s — h2https://www.udel.edu/referenced-components/dar-references/fy26-homepage/_jcr_content/par_udel_panel/columngenerator_1698811582/par/panelforpages_copy/par_1/columngenerator_2277/par_1/image.coreimg.png/1776708230157/fy26-ihudd-toolkit-overlay1.pngwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/dar-references/fy26-homepage/_jcr_content/par_udel_panel/columngenerator_1698811582/par/panelforpages_copy/par_1/columngenerator_2277/par_1/image.coreimg.png/1776708230157/fy26-ihudd-toolkit-overlay1.png — 200 — 23.5 KiB — 268 ms — h2https://www.udel.edu/referenced-components/home-page-references/earth-month-and-space-2024/_jcr_content/par_udel_panel/columngenerator_1194156484/par/panelforpages/par_1/panelforpages/par_1/image.coreimg.jpeg/1776425651072/panel-green-super-heroes-of-ud.jpegwww.udel.edu/referenced-components/... https://www.udel.edu/referenced-components/home-page-references/earth-month-and-space-2024/_jcr_content/par_udel_panel/columngenerator_1194156484/par/panelforpages/par_1/panelforpages/par_1/image.coreimg.jpeg/1776425651072/panel-green-super-heroes-of-ud.jpeg — 200 — 280.5 KiB — 1.3 s — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woffwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woff — 200 — 16.4 KiB — 261 ms — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woffwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff — 200 — 35.3 KiB — 380 ms — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woffwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff — 200 — 35.4 KiB — 380 ms — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woffwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff — 200 — 33.4 KiB — 380 ms — h2https://www.udel.edu/etc/designs/udel/common-clientlibs/fonts/glyphicons-halflings-regular.woff2www.udel.edu/etc/designs/udel/commo... https://www.udel.edu/etc/designs/udel/common-clientlibs/fonts/glyphicons-halflings-regular.woff2 — 200 — 18.3 KiB — 260 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9N1R6EBX1J&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9N1R6EBX1J&cx=c&gtm=4e64h1 — 200 — 169.4 KiB — 81 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZQG14CNXL3&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZQG14CNXL3&cx=c&gtm=4e64h1 — 200 — 174.3 KiB — 78 ms — h2https://amplify.outbrain.com/cp/obtp.jsamplify.outbrain.com/cp/obtp.js https://amplify.outbrain.com/cp/obtp.js — 200 — 18.3 KiB — 40 ms — http/1.1https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 106 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 85 ms — h3https://siteimproveanalytics.com/js/siteanalyze_8344.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_8344.js — 200 — 12.7 KiB — 75 ms — h3https://apply.udel.edu/pingapply.udel.edu/ping https://apply.udel.edu/ping — 200 — 970 B — 323 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 43 ms — h2https://grad-admissions.udel.edu/pinggrad-admissions.udel.edu/ping https://grad-admissions.udel.edu/ping — 200 — 968 B — 316 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 73 ms — h2https://admiss.info/edu/v1/pixel.js?pid=12494admiss.info/edu/v1/pixel.js?pid=124... https://admiss.info/edu/v1/pixel.js?pid=12494 — 200 — 3.6 KiB — 356 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v810943909za200zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776802902470&tfd=1395www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v810943909za200zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776802902470&tfd=1395 — 200 — 21 B — 31 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2F — 200 — 838 B — 248 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2F — 302 — 815 B — 295 ms — h2https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/site.webmanifestwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/site.webmanifest — 200 — 0 B — 5 ms — h2https://www.udel.edu/etc/designs/udel/font-awesome/fonts/fontawesome-webfont.woff2www.udel.edu/etc/designs/udel/font-... https://www.udel.edu/etc/designs/udel/font-awesome/fonts/fontawesome-webfont.woff2 — 200 — 76.1 KiB — 690 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-9N1R6EBX1J&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&_p=1776802901804&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1431368575.1776802903&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&sid=1776802902&sct=1&seg=0&dl=https%3A%2F%2Fwww.udel.edu%2F&dt=University%20of%20Delaware&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1635region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-9N1R6EBX1J&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&_p=1776802901804&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1431368575.1776802903&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&sid=1776802902&sct=1&seg=0&dl=https%3A%2F%2Fwww.udel.edu%2F&dt=University%20of%20Delaware&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1635 — 204 — 547 B — 135 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9N1R6EBX1J&cid=1431368575.1776802903&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9N1R6EBX1J&cid=1431368575.1776802903&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401 — 204 — 556 B — 70 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-9N1R6EBX1J&cid=1431368575.1776802903&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401&z=505701448www.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-9N1R6EBX1J&cid=1431368575.1776802903&gtm=45je64h1v9182255437z8810943909za20gzb810943909zd810943909&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401&z=505701448 — 200 — 408 B — 77 ms — h2https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4www.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4 — 206 — 50.2 KiB — 1.0 s — h2https://www.googletagmanager.com/gtag/destination?id=AW-16807535372&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16807535372&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 102 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-950353921&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-950353921&cx=c&gtm=4e64h1 — 200 — 147.1 KiB — 100 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-ZQG14CNXL3&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&_p=1776802901804&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1431368575.1776802903&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776802902&sct=1&seg=0&dl=https%3A%2F%2Fwww.udel.edu%2F&dt=University%20of%20Delaware&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1729region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-ZQG14CNXL3&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&_p=1776802901804&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1431368575.1776802903&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776802902&sct=1&seg=0&dl=https%3A%2F%2Fwww.udel.edu%2F&dt=University%20of%20Delaware&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1729 — 204 — 48 B — 45 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-ZQG14CNXL3&cid=1431368575.1776802903&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-ZQG14CNXL3&cid=1431368575.1776802903&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401 — 204 — 48 B — 28 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-10808852742&tid=AW-10808852742&tft=1776802902826&tfd=1752www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-10808852742&tid=AW-10808852742&tft=1776802902826&tfd=1752 — 200 — 21 B — 40 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-ZQG14CNXL3&cid=1431368575.1776802903&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401&z=922882394www.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-ZQG14CNXL3&cid=1431368575.1776802903&gtm=45je64h1v886131205z8810943909za20gzb810943909zd810943909&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401&z=922882394 — 200 — 107 B — 34 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2F&e_ipv6=AQIKdWzsWAL7ywAAAZ2xtLKeVoHF3dbYScMNnacNz5AbtaQp2W_bIJjlb9a1K0kh0O1NLlnDIHIpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1170812&time=1776802902529&url=https%3A%2F%2Fwww.udel.edu%2F&e_ipv6=AQIKdWzsWAL7ywAAAZ2xtLKeVoHF3dbYScMNnacNz5AbtaQp2W_bIJjlb9a1K0kh0O1NLlnDIHI — 200 — 691 B — 237 ms — h2https://8344.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.udel.edu%2F&title=University%20of%20Delaware&res=800x600&accountid=8344&rt=1662&prev=74a440e4-f70e-4edb-d173-16caacd5d557&luid=15cef0d8-87d3-80e3-d3b5-58768bc96821&rnd=481178344.global.siteimproveanalytics.io... https://8344.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.udel.edu%2F&title=University%20of%20Delaware&res=800x600&accountid=8344&rt=1662&prev=74a440e4-f70e-4edb-d173-16caacd5d557&luid=15cef0d8-87d3-80e3-d3b5-58768bc96821&rnd=48117 — 200 — 210 B — 98 ms — h2https://mx.technolutions.net/ping?id=9f0f4d88-07c4-eed0-7c1f-3ea36d685621&sid=YogIVsT1xOZD44xFSLo2eKPXdlv6qFEr9w8q4UddW8kkOCTo7GGu-U42JsJ_Q9NpTToRjG-tHzYEPmGJt8BvYqXsRKka8PNBy5nH4q-Ty5Qf5UxCLZoWwLoasFpIagTB&hid=65f196c6-27ff-893f-88d8-35ba092fefc3mx.technolutions.net/ping?id=9f0f4d... https://mx.technolutions.net/ping?id=9f0f4d88-07c4-eed0-7c1f-3ea36d685621&sid=YogIVsT1xOZD44xFSLo2eKPXdlv6qFEr9w8q4UddW8kkOCTo7GGu-U42JsJ_Q9NpTToRjG-tHzYEPmGJt8BvYqXsRKka8PNBy5nH4q-Ty5Qf5UxCLZoWwLoasFpIagTB&hid=65f196c6-27ff-893f-88d8-35ba092fefc3 — 200 — 3.7 KiB — 48 ms — h2https://mx.technolutions.net/ping?id=45dd7d61-3fab-9501-028c-bcdfbd927aa8&sid=o9MUbG1YcMXgnbP3wsy7BCLARSr-sM4FjwAOGdMlCK_i3_OHfhPIeVOuU7miKGc4QA3ks8PsV23yd2vjKbBnW4vOlsE3q0OFVg-sgTNxNnVHa2jGV2XJI52s5tKSAC-i&hid=a93fb72a-837a-1835-bb1d-07b0ed1c8162mx.technolutions.net/ping?id=45dd7d... https://mx.technolutions.net/ping?id=45dd7d61-3fab-9501-028c-bcdfbd927aa8&sid=o9MUbG1YcMXgnbP3wsy7BCLARSr-sM4FjwAOGdMlCK_i3_OHfhPIeVOuU7miKGc4QA3ks8PsV23yd2vjKbBnW4vOlsE3q0OFVg-sgTNxNnVHa2jGV2XJI52s5tKSAC-i&hid=a93fb72a-837a-1835-bb1d-07b0ed1c8162 — 200 — 3.7 KiB — 90 ms — h2https://admiss.info/edu/v1/pid-data/12494.jsonadmiss.info/edu/v1/pid-data/12494.j... https://admiss.info/edu/v1/pid-data/12494.json — 200 — 599 B — 350 ms — h2https://tr.snapchat.com/config/edu/84f1f3d2-99eb-4cfe-b091-b5301271bee3.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/84f1f3d2... https://tr.snapchat.com/config/edu/84f1f3d2-99eb-4cfe-b091-b5301271bee3.js?v=3.55.0-2604211744 — 200 — 471 B — 160 ms — h2https://tr.snapchat.com/cm/i?pid=84f1f3d2-99eb-4cfe-b091-b5301271bee3&u_scsid=9f4149dd-a61f-478a-80b0-ac200c49ad12&u_sclid=14ba518d-7b34-4918-8d31-2b33cacd635btr.snapchat.com/cm/i?pid=84f1f3d2-9... https://tr.snapchat.com/cm/i?pid=84f1f3d2-99eb-4cfe-b091-b5301271bee3&u_scsid=9f4149dd-a61f-478a-80b0-ac200c49ad12&u_sclid=14ba518d-7b34-4918-8d31-2b33cacd635b — 200 — 201 B — 68 ms — h2https://tr.snapchat.com/config/edu/dd969723-607e-481d-a9dc-34cccd7501fc.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/dd969723... https://tr.snapchat.com/config/edu/dd969723-607e-481d-a9dc-34cccd7501fc.js?v=3.55.0-2604211744 — 200 — 263 B — 154 ms — h2https://tr.snapchat.com/cm/i?pid=dd969723-607e-481d-a9dc-34cccd7501fc&u_scsid=9f4149dd-a61f-478a-80b0-ac200c49ad12&u_sclid=14ba518d-7b34-4918-8d31-2b33cacd635btr.snapchat.com/cm/i?pid=dd969723-6... https://tr.snapchat.com/cm/i?pid=dd969723-607e-481d-a9dc-34cccd7501fc&u_scsid=9f4149dd-a61f-478a-80b0-ac200c49ad12&u_sclid=14ba518d-7b34-4918-8d31-2b33cacd635b — 200 — 43 B — 63 ms — h2https://connect.facebook.net/signals/config/2149752311747439?v=2.9.303&r=stable&domain=www.udel.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/2149752311747439?v=2.9.303&r=stable&domain=www.udel.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.1 KiB — 21 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2135739628&t=pageview&_s=1&dl=https%3A%2F%2Fwww.udel.edu%2F&dp=%2F&ul=en-us&dt=University%20of%20Delaware&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=952886724&gjid=231446678&cid=1431368575.1776802903&tid=UA-5091792-2&_gid=1696246015.1776802903&_r=1&_slc=1&z=1954036200www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2135739628&t=pageview&_s=1&dl=https%3A%2F%2Fwww.udel.edu%2F&dp=%2F&ul=en-us&dt=University%20of%20Delaware&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=952886724&gjid=231446678&cid=1431368575.1776802903&tid=UA-5091792-2&_gid=1696246015.1776802903&_r=1&_slc=1&z=1954036200 — 200 — 450 B — 25 ms — h2https://www.googleadservices.com/pagead/conversion/950353921/?random=1776802903040&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/950353921/?random=1776802903040&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 79 ms — h3https://www.googleadservices.com/pagead/conversion/950353921/?random=1776802903054&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/950353921/?random=1776802903054&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 81 ms — h3https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&_tu=CA&gtm=45be64h1v9201780080z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-16807535372&tid=AW-16807535372&tft=1776802903098&tfd=2024www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&dl=https%3A%2F%2Fwww.udel.edu%2F&scrsrc=www.googletagmanager.com&rnd=728438273.1776802902&dt=University%20of%20Delaware&auid=498432108.1776802902&navt=n&npa=1&_tu=CA&gtm=45be64h1v9201780080z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-16807535372&tid=AW-16807535372&tft=1776802903098&tfd=2024 — 200 — 21 B — 57 ms — h3https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 53 ms — h3https://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 — 613 B — 191 ms — h2https://connect.facebook.net/signals/config/740878806290256?v=2.9.303&r=stable&domain=www.udel.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/740878806290256?v=2.9.303&r=stable&domain=www.udel.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.0 KiB — 23 ms — h3https://www.facebook.com/tr/?id=2149752311747439&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903147&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=21497523117... https://www.facebook.com/tr/?id=2149752311747439&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903147&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 19 B — 42 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2149752311747439&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903147&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2149752311747439&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903147&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 198 B — 252 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxelJdoa1Asbq2bHE3uzjerSFxxQuKqLl6w&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxelJdoa1Asbq2bHE3uzjerSFxxQuKqLl6w&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAA — 302 — 23 B — 166 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZipJy05QBr3UjR6mi0qSU1P98aDPeio1A&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZipJy05QBr3UjR6mi0qSU1P98aDPeio1A&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAA — 302 — 23 B — 169 ms — h3https://connect.facebook.net/signals/config/2556258201268749?v=2.9.303&r=stable&domain=www.udel.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/2556258201268749?v=2.9.303&r=stable&domain=www.udel.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.0 KiB — 22 ms — h3https://www.facebook.com/tr/?id=740878806290256&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903184&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=74087880629... https://www.facebook.com/tr/?id=740878806290256&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903184&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=740878806290256&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903184&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=740878806290256&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903184&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 273 ms — h3https://go.discover.grad.udel.edu/mtc.jsgo.discover.grad.udel.edu/mtc.js https://go.discover.grad.udel.edu/mtc.js — 200 — 4.2 KiB — 449 ms — h2https://connect.facebook.net/signals/config/963279237499916?v=2.9.303&r=stable&domain=www.udel.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/963279237499916?v=2.9.303&r=stable&domain=www.udel.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.0 KiB — 23 ms — h3https://www.facebook.com/tr/?id=2556258201268749&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903219&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=25562582012... https://www.facebook.com/tr/?id=2556258201268749&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903219&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 22 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2556258201268749&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903219&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2556258201268749&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903219&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 195 ms — h3https://www.google.com/pagead/1p-conversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9WlWWz6yncq8jwNdyxlWFfIt7CIhJAlPO2JQ075l6zpo9mSLUEW2ANFdZyrHOH7zOisL4eym1E06pA61Xy9F7EwZI4l2rNekCHttzvvX6F4gZ4vnzyb0&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxfSPbdCQzEhbs5ynU18v-nfBsUjQTC5-sQ&random=3003600508www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9WlWWz6yncq8jwNdyxlWFfIt7CIhJAlPO2JQ075l6zpo9mSLUEW2ANFdZyrHOH7zOisL4eym1E06pA61Xy9F7EwZI4l2rNekCHttzvvX6F4gZ4vnzyb0&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxfSPbdCQzEhbs5ynU18v-nfBsUjQTC5-sQ&random=3003600508 — 302 — 22 B — 97 ms — h3https://www.google.com/pagead/1p-conversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9HXXJy3WeyhlBzUseIYeqilooiPFkt4O5epROX2vQu7x26IVFpwqmyhfP0EUWwcKIRw4p_jND-QrjMoI4iSt0m_w2HjiXCHsgc0yqbEcNBteTHHJgnNU&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW_5C_qVuKTWDJJgdQhV7fa7mA041TkR5A&random=2782303657www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9HXXJy3WeyhlBzUseIYeqilooiPFkt4O5epROX2vQu7x26IVFpwqmyhfP0EUWwcKIRw4p_jND-QrjMoI4iSt0m_w2HjiXCHsgc0yqbEcNBteTHHJgnNU&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW_5C_qVuKTWDJJgdQhV7fa7mA041TkR5A&random=2782303657 — 302 — 22 B — 85 ms — h3https://www.facebook.com/tr/?id=963279237499916&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903256&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&mdc[data]=%7B%22json_ld%22%3A%7B%22b%22%3A%22AAAAAAA%3D%22%7D%2C%22opengraph%22%3A%7B%22b%22%3A%22iEA%3D%22%7D%2C%22schema_org%22%3A%7B%22b%22%3A%22AAAA%22%7D%7D&mdc[version]=0e28fc00b556a834b5c00379dfea2beb&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=96327923749... https://www.facebook.com/tr/?id=963279237499916&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903256&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&mdc[data]=%7B%22json_ld%22%3A%7B%22b%22%3A%22AAAAAAA%3D%22%7D%2C%22opengraph%22%3A%7B%22b%22%3A%22iEA%3D%22%7D%2C%22schema_org%22%3A%7B%22b%22%3A%22AAAA%22%7D%7D&mdc[version]=0e28fc00b556a834b5c00379dfea2beb&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=963279237499916&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903256&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&mdc[data]=%7B%22json_ld%22%3A%7B%22b%22%3A%22AAAAAAA%3D%22%7D%2C%22opengraph%22%3A%7B%22b%22%3A%22iEA%3D%22%7D%2C%22schema_org%22%3A%7B%22b%22%3A%22AAAA%22%7D%7D&mdc[version]=0e28fc00b556a834b5c00379dfea2beb&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=963279237499916&ev=PageView&dl=https%3A%2F%2Fwww.udel.edu%2F&rl=&if=false&ts=1776802903256&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776802903139.118707139787078638&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Delaware&pmd[locale]=en&pmd[description]=The%20University%20of%20Delaware%20is%20a%20diverse%20institution%20of%20higher%20learning%2C%20fostering%20excellence%20in%20research.%20UD%20has%20ten%20colleges%2C%20providing%20outstanding%20undergraduate%2C%20graduate%20and%20professional%20education%2C%20serving%20the%20local%2C%20regional%2C%20national%20and%20international%20communities.&pmd[keywords]=University%20of%20Delaware&plt=1558.6999998092651&mdc[data]=%7B%22json_ld%22%3A%7B%22b%22%3A%22AAAAAAA%3D%22%7D%2C%22opengraph%22%3A%7B%22b%22%3A%22iEA%3D%22%7D%2C%22schema_org%22%3A%7B%22b%22%3A%22AAAA%22%7D%7D&mdc[version]=0e28fc00b556a834b5c00379dfea2beb&it=1776802902926&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 169 ms — h3https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 173 B — 72 ms — h2https://www.google.es/pagead/1p-conversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&is_vtc=1&cid=CAQSWwAFq6B9WlWWz6yncq8jwNdyxlWFfIt7CIhJAlPO2JQ075l6zpo9mSLUEW2ANFdZyrHOH7zOisL4eym1E06pA61Xy9F7EwZI4l2rNekCHttzvvX6F4gZ4vnzyb0&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxfSPbdCQzEhbs5ynU18v-nfBsUjQTC5-sQ&random=3003600508&ipr=y&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/950353921/?random=391990851&cv=11&fst=1776802903054&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=V5pDCKPMq4AYEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dKM-h7GQ9EEiy13Kv_GB78Xy7m39BlxR0Jbl74Tgez64Bq-PbrpjhoC07U&is_vtc=1&cid=CAQSWwAFq6B9WlWWz6yncq8jwNdyxlWFfIt7CIhJAlPO2JQ075l6zpo9mSLUEW2ANFdZyrHOH7zOisL4eym1E06pA61Xy9F7EwZI4l2rNekCHttzvvX6F4gZ4vnzyb0&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxfSPbdCQzEhbs5ynU18v-nfBsUjQTC5-sQ&random=3003600508&ipr=y&pscrd=IhMIwYaBz-L_kwMVdkQdCR0wxxTLMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGZNNVRWRFI2aFR4N0pfTUFBTnV5SV9NR3UyTEYwOXpZVkFtalRxMDhvMXhqaEktMGdYNS1RegwICWIICAAQABgAIAA — 200 — 20 B — 45 ms — h3https://www.google.es/pagead/1p-conversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&is_vtc=1&cid=CAQSWwAFq6B9HXXJy3WeyhlBzUseIYeqilooiPFkt4O5epROX2vQu7x26IVFpwqmyhfP0EUWwcKIRw4p_jND-QrjMoI4iSt0m_w2HjiXCHsgc0yqbEcNBteTHHJgnNU&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW_5C_qVuKTWDJJgdQhV7fa7mA041TkR5A&random=2782303657&ipr=y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/950353921/?random=1834641206&cv=11&fst=1776802903040&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v895761737z8810943909za20gzb810943909zd810943909xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.udel.edu%2F&rcb=16&label=AP0mCOul06IBEIGAlcUD&capi=1&frm=0&tiba=University%20of%20Delaware&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=498432108.1776802902&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6WFy80d71WkbhWbWHh0Oc3UocBZU_NTASklQCAHYa750ZfVTZkzanBoC_-Y&is_vtc=1&cid=CAQSWwAFq6B9HXXJy3WeyhlBzUseIYeqilooiPFkt4O5epROX2vQu7x26IVFpwqmyhfP0EUWwcKIRw4p_jND-QrjMoI4iSt0m_w2HjiXCHsgc0yqbEcNBteTHHJgnNU&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW_5C_qVuKTWDJJgdQhV7fa7mA041TkR5A&random=2782303657&ipr=y&pscrd=IhMI8YWBz-L_kwMVX0YdCR065h3rMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy51ZGVsLmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGJnM1dLblRNekUxOWFoTld0bWwtdXhNUjVXbHk1MFNqeUNUeTduVFZRSnM0ZGJkem9wb3lBegwICWIICAAQABgAIAA — 200 — 20 B — 33 ms — h3https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 36 ms — h3https://go.discover.grad.udel.edu/mtc/eventgo.discover.grad.udel.edu/mtc/event https://go.discover.grad.udel.edu/mtc/event — 204 — 0 B — 327 ms — h2https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4www.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/main/video/hh-2026-1080.mp4 — 206 — 10.4 MiB — 0 ms — h2https://info.online.udel.edu/pd.jsinfo.online.udel.edu/pd.js https://info.online.udel.edu/pd.js — 200 — 2.3 KiB — 313 ms — http/1.1https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/favicon-32x32.pngwww.udel.edu/content/dam/udelImages... https://www.udel.edu/content/dam/udelImages/digital-brand-assets/favicons/favicon-32x32.png — 200 — 1.8 KiB — 410 ms — h2https://go.discover.grad.udel.edu/mtc/eventgo.discover.grad.udel.edu/mtc/event https://go.discover.grad.udel.edu/mtc/event — 200 — 750 B — 468 ms — h2https://info.online.udel.edu/analytics?ver=3&visitor_id=&visitor_id_sign=&pi_opt_in=&campaign_id=135274&account_id=1081123&title=University%20of%20Delaware&url=https%3A%2F%2Fwww.udel.edu%2F&referrer=info.online.udel.edu/analytics?ver=... https://info.online.udel.edu/analytics?ver=3&visitor_id=&visitor_id_sign=&pi_opt_in=&campaign_id=135274&account_id=1081123&title=University%20of%20Delaware&url=https%3A%2F%2Fwww.udel.edu%2F&referrer= — 200 — 1.6 KiB — 306 ms — http/1.1https://pi.pardot.com/analytics?conly=true&visitor_id=860941947&visitor_id_sign=11d430eeda21062dca342f408830a61150a31b518f5e678d0359259f821bdd37de3fe2308def3ea0f21ee55506461237e05c7d39&pi_opt_in=&campaign_id=135274&account_id=1081123&title=University%20of%20Delaware&url=https://www.udel.edu/&referrer=pi.pardot.com/analytics?conly=true&... https://pi.pardot.com/analytics?conly=true&visitor_id=860941947&visitor_id_sign=11d430eeda21062dca342f408830a61150a31b518f5e678d0359259f821bdd37de3fe2308def3ea0f21ee55506461237e05c7d39&pi_opt_in=&campaign_id=135274&account_id=1081123&title=University%20of%20Delaware&url=https://www.udel.edu/&referrer= — 200 — 1.1 KiB — 448 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 698ms · 677KB · $9/mo
Unattributable
Other
Costly
Execution 207ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 169ms
Transfer 171 KB
Unused 40%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 174 KB
Unused 35%
Monthly Cost $1/mo
www.udel.edu
Other
Optional
Execution 86ms
Transfer 15 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 82ms
Transfer 169 KB
Unused 40%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 62ms
Transfer 147 KB
Unused 41%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 207ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 207ms 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

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