Skip to content
https://purdue.edu

Performance

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

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

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

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

2.72 s

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

3.54 s

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

470 ms

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

0.001

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

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

10.70 s

Page Load Progression

1.4 s
2.7 s
4.1 s
5.4 s
6.8 s
8.1 s
9.5 s
10.8 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
13.7 MB transferred, 270 requests
FIX
13.7 MB transferred, 270 requests
Critical::
Page weighs 18.3 MB (13.7 MB transferred)
Warning::
Images are 11.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 11.1 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Info::
Fonts are 485 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 485 KB
Warning::
270 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.9 g CO2 per page load
13.7 MB / 2.4 MB budget
13.7 MB transferred
270 requests
2.9 g CO2 per page load
Images 11.1 MiB 81%
JavaScript 1.6 MiB 12%
Fonts 484.5 KiB 3%
HTML 215.4 KiB 2%
CSS 190.8 KiB 1%
Other 61.7 KiB 0%
Other 2.8 KiB 0%
Other 1.5 KiB 0%
Other 554 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
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (13.4 MiB of 13.7 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
D
JS Execution Cost
Action
3142ms total JS execution
FIX
3142ms total JS execution
Warning::
https://purdue.edu/TSPD/08993c5290ab20007f275bc453...: 1194ms CPU time
Warning::
https://purdue.edu/: 1079ms CPU time
Warning::
Unattributable: 455ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-T86...: 166ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-B26W...: 101ms CPU time
Info::
Third-party scripts: 868ms (28% of total)

Main Thread Breakdown

Script Evaluation 48% Other 24% Style & Layout 19% Rendering 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=111194ms1112ms13ms1st
https://purdue.edu/1079ms20ms3ms1st
Unattributable455ms4ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T863X92Z166ms134ms22ms3rd
https://www.googletagmanager.com/gtag/js?id=G-B26WBBQ27X&cx=c&gtm=4e64h1101ms71ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=G-R2DXS2TQZ8&cx=c&gtm=4e64h195ms75ms18ms3rd
https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/common/glide.esm.js?ver=2304a3880a35410e948450ms43ms1ms3rd
D
Page Weight Inventory
Action
270 resources · 13.7 MB · 214 KB savings available
FIX
270 resources · 13.7 MB · 214 KB savings available
Warning::
Page weight 12.7 MB over 1MB target
Got: 13.7 MB Expected: ≤ 1 MB
Info::
~214 KB of savings available
Warning::
260 third-party resources (98% of weight)
Info::
17 resources over 200KB
270 resources · 13.7 MiB · 260 third-party 12.7 MiB over 1MB target
Image 81% · 11.1 MiB
JavaScript 12% · 1.6 MiB
Font 3% · 484.5 KiB
Document 2% · 272.3 KiB
CSS 1% · 190.8 KiB
Other 0% · 7.8 KiB

~214.1 KiB of savings available

Remove unused JavaScript: 214.1 KiB
C
Image Optimization
Action
74 images, 0 KB saveable
REVIEW
74 images, 0 KB saveable
Warning::
https://www.purdue.edu/home/wp-content/themes/purd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.purdue.edu/home/wp-content/themes/purd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.purdue.edu/home/wp-content/themes/purd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
74 images 11.1 MB
0 oversized -0 KB
66 legacy format
3 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

C
JS Bundles
Action
32 scripts, 214 KB unused
REVIEW
32 scripts, 214 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-R2DX...: 71 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-B26W...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T86...: 53 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://purdue.edu/TSPD/08993c5290ab20007f275bc453...: 25 KB unused (20%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 214 KB
214 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-R2DXS2TQZ8&cx=c&gtm=4e64h1176 KB71 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-B26WBBQ27X&cx=c&gtm=4e64h1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T863X92Z156 KB53 KB (34%)3rd
https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=11121 KB25 KB (20%)1st
https://www.youtube.com/s/player/1e1d6f74/www-widgetapi.vflset/www-widgetapi.js11 KB3rd
https://extend.vimeocdn.com/ga4/130817696.js12 KB3rd
https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.js?ver=3cd3bd6311103934d9649 KB3rd
https://siteimproveanalytics.com/js/siteanalyze_6044943.js13 KB3rd
https://pixel.byspotify.com/ping.min.js10 KB3rd
https://js.adsrvr.org/up_loader.1.1.0.js12 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

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
18 fonts (485 KB)
PASS
18 fonts (485 KB)
Info::
18 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

18

485 KB total

Render-blocking

0

of 18

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 FCP 2.7 s LCP 3.5 shttps://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 26.4 KiB — 9 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff2UnitedSansCdBd.woff2 https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff2 — 0 B — 504 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff2UnitedSansCdHv.woff2 https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff2 — 0 B — 502 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff2UnitedSansRgBd.woff2 https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff2 — 0 B — 510 ms — font-display: swaphttps://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 26.3 KiB — 14 ms — font-display: swaphttps://use.fontawesome.com/releases/v6.4.2/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-regular-400.woff2 — 24.3 KiB — 54 ms — font-display: swaphttps://use.fontawesome.com/releases/v6.4.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-solid-900.woff2 — 147.2 KiB — 61 ms — font-display: swaphttps://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 26.2 KiB — 16 ms — font-display: swaphttps://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 26.0 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 27.6 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/ac1071/00000000000000003b9acafe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/ac1071/00000000000000003b9acafe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 26.3 KiB — 29 ms — font-display: swaphttps://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 25.8 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/1fc4ef/00000000000000007735a45f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/1fc4ef/00000000000000007735a45f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 41.3 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 53.3 KiB — 22 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woffUnitedSansCdHv.woff https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff — 0 B — 155 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woffUnitedSansCdBd.woff https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff — 0 B — 153 ms — font-display: swaphttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woffUnitedSansRgBd.woff https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff — 0 B — 165 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 98 ms — font-display: swap
l woff2 swap
Size 26 KB
Load time 9 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
UnitedSansCdBd.woff2 woff2 swap
Size 0 KB
Load time 504 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
UnitedSansCdHv.woff2 woff2 swap
Size 0 KB
Load time 502 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
UnitedSansRgBd.woff2 woff2 swap
Size 0 KB
Load time 510 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 14 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 24 KB
Load time 54 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 61 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 26 KB
Load time 16 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 18 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 28 KB
Load time 22 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 29 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 39 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 41 KB
Load time 18 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 53 KB
Load time 22 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
UnitedSansCdHv.woff woff swap
Size 0 KB
Load time 155 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
UnitedSansCdBd.woff woff swap
Size 0 KB
Load time 153 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
UnitedSansRgBd.woff woff swap
Size 0 KB
Load time 165 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 98 ms
Start 4.3 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 ~74 KB and ~148 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
A+
HTTP Caching
max-age=3 (3 seconds)
PASS
max-age=3 (3 seconds)
Info::
Cache-Control header is set
Got: max-age=3, must-revalidate
Info::
Effective TTL: 3 seconds (max-age=3)
Info::
Last-Modified header present
Cache-Control

max-age=3, must-revalidate

DirectiveValueMeaning
max-age3Cache for 3 seconds
must-revalidateMust recheck with server after expiry
Effective TTL: 3 seconds
Network Waterfall
270 requests over 9494ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 2.7 s LCP 3.5 shttps://purdue.edu// https://purdue.edu/ — 200 — 145.5 KiB — 742 ms — http/1.1https://purdue.edu/TSPD/?type=18/TSPD/?type=18 https://purdue.edu/TSPD/?type=18 — 200 — 2.8 KiB — 160 ms — http/1.1https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=17/TSPD/08993c5290ab20007f275bc45360a... https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=17 — 200 — 34.0 KiB — 276 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4 — 307 — 833 B — 552 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4 — 307 — 811 B — 553 ms — http/1.1https://use.typekit.net/ghc8hdz.css?ver=6.9.4use.typekit.net/ghc8hdz.css?ver=6.9... https://use.typekit.net/ghc8hdz.css?ver=6.9.4 — 200 — 4.0 KiB — 22 ms — h2https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4 — 307 — 831 B — 551 ms — http/1.1https://fonts.googleapis.com/css2?family=Source+Serif+Pro%3Awght%40400%3B600%3B700&display=swap&ver=6.9.4fonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+Pro%3Awght%40400%3B600%3B700&display=swap&ver=6.9.4 — 200 — 1.2 KiB — 134 ms — h2https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3 — 307 — 841 B — 550 ms — http/1.1https://use.fontawesome.com/releases/v6.4.2/css/all.css?ver=6.9.4use.fontawesome.com/releases/v6.4.2... https://use.fontawesome.com/releases/v6.4.2/css/all.css?ver=6.9.4 — 200 — 24.3 KiB — 31 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4 — 307 — 835 B — 549 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964 — 307 — 858 B — 549 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964 — 307 — 906 B — 691 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964 — 307 — 908 B — 695 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964 — 307 — 920 B — 694 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964 — 307 — 914 B — 693 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964 — 307 — 912 B — 694 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4 — 200 — 4.5 KiB — 160 ms — http/1.1https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4 — 200 — 1.3 KiB — 296 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4 — 200 — 1.4 KiB — 305 ms — http/1.1https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3 — 200 — 2.4 KiB — 308 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4 — 200 — 1.3 KiB — 299 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964 — 200 — 33.6 KiB — 315 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.1 KiB — 171 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964 — 200 — 1.5 KiB — 301 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.0 KiB — 315 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.3 KiB — 320 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964 — 200 — 2.4 KiB — 320 ms — http/1.1https://p.typekit.net/p.css?s=1&k=ghc8hdz&ht=tk&f=22792.22793.22794.24316.24317.24318.40088.40089.40090.40091.40092.40093.26034.26052.26053.26054.26055.26056.26057.26058.26059.26060.26061.26062.26063.26064.26065.26067.26068.26069.25996.25997.25998.25999.26000.26001.26002.26003.26004.26005.26006.26007.26008.26009.26010.26011.26012.26013.26014.26015.26016.26017.26018.26019.26021.26022.26023.26024.26025.26026.26027.26028.26029.26030.26031.26032.26033.26035.26036.26037.26038.26039.26040.26041.26042.26043.26044.26045.26046.26047.26048.26049.26050.26051.26086&a=36030824&app=typekit&e=cssp.typekit.net/p.css?s=1&k=ghc8hdz&h... https://p.typekit.net/p.css?s=1&k=ghc8hdz&ht=tk&f=22792.22793.22794.24316.24317.24318.40088.40089.40090.40091.40092.40093.26034.26052.26053.26054.26055.26056.26057.26058.26059.26060.26061.26062.26063.26064.26065.26067.26068.26069.25996.25997.25998.25999.26000.26001.26002.26003.26004.26005.26006.26007.26008.26009.26010.26011.26012.26013.26014.26015.26016.26017.26018.26019.26021.26022.26023.26024.26025.26026.26027.26028.26029.26030.26031.26032.26033.26035.26036.26037.26038.26039.26040.26041.26042.26043.26044.26045.26046.26047.26048.26049.26050.26051.26086&a=36030824&app=typekit&e=css — 200 — 172 B — 20 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svg — 307 — 845 B — 151 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 2.7 s LCP 3.5 shttps://purdue.edu// https://purdue.edu/ — 200 — 145.5 KiB — 742 ms — http/1.1https://purdue.edu/TSPD/?type=18/TSPD/?type=18 https://purdue.edu/TSPD/?type=18 — 200 — 2.8 KiB — 160 ms — http/1.1https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=17/TSPD/08993c5290ab20007f275bc45360a... https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=17 — 200 — 34.0 KiB — 276 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4 — 307 — 833 B — 552 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4 — 307 — 811 B — 553 ms — http/1.1https://use.typekit.net/ghc8hdz.css?ver=6.9.4use.typekit.net/ghc8hdz.css?ver=6.9... https://use.typekit.net/ghc8hdz.css?ver=6.9.4 — 200 — 4.0 KiB — 22 ms — h2https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4 — 307 — 831 B — 551 ms — http/1.1https://fonts.googleapis.com/css2?family=Source+Serif+Pro%3Awght%40400%3B600%3B700&display=swap&ver=6.9.4fonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+Pro%3Awght%40400%3B600%3B700&display=swap&ver=6.9.4 — 200 — 1.2 KiB — 134 ms — h2https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3 — 307 — 841 B — 550 ms — http/1.1https://use.fontawesome.com/releases/v6.4.2/css/all.css?ver=6.9.4use.fontawesome.com/releases/v6.4.2... https://use.fontawesome.com/releases/v6.4.2/css/all.css?ver=6.9.4 — 200 — 24.3 KiB — 31 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4 — 307 — 835 B — 549 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964 — 307 — 858 B — 549 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964 — 307 — 906 B — 691 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964 — 307 — 908 B — 695 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964 — 307 — 920 B — 694 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964 — 307 — 914 B — 693 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964 — 307 — 912 B — 694 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4 — 200 — 4.5 KiB — 160 ms — http/1.1https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/unitedsans.css?ver=6.9.4 — 200 — 1.3 KiB — 296 ms — http/1.1https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4www.purdue.edu/home/wp-includes/css... https://www.purdue.edu/home/wp-includes/css/classic-themes.min.css?ver=6.9.4 — 200 — 1.4 KiB — 305 ms — http/1.1https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3 — 200 — 2.4 KiB — 308 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/style.css?ver=6.9.4 — 200 — 1.3 KiB — 299 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.css?ver=3cd3bd6311103934d964 — 200 — 33.6 KiB — 315 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.1 KiB — 171 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/search-block/style-index.css?ver=3cd3bd6311103934d964 — 200 — 1.5 KiB — 301 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.0 KiB — 315 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/style-index.css?ver=3cd3bd6311103934d964 — 200 — 3.3 KiB — 320 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/style-index.css?ver=3cd3bd6311103934d964 — 200 — 2.4 KiB — 320 ms — http/1.1https://p.typekit.net/p.css?s=1&k=ghc8hdz&ht=tk&f=22792.22793.22794.24316.24317.24318.40088.40089.40090.40091.40092.40093.26034.26052.26053.26054.26055.26056.26057.26058.26059.26060.26061.26062.26063.26064.26065.26067.26068.26069.25996.25997.25998.25999.26000.26001.26002.26003.26004.26005.26006.26007.26008.26009.26010.26011.26012.26013.26014.26015.26016.26017.26018.26019.26021.26022.26023.26024.26025.26026.26027.26028.26029.26030.26031.26032.26033.26035.26036.26037.26038.26039.26040.26041.26042.26043.26044.26045.26046.26047.26048.26049.26050.26051.26086&a=36030824&app=typekit&e=cssp.typekit.net/p.css?s=1&k=ghc8hdz&h... https://p.typekit.net/p.css?s=1&k=ghc8hdz&ht=tk&f=22792.22793.22794.24316.24317.24318.40088.40089.40090.40091.40092.40093.26034.26052.26053.26054.26055.26056.26057.26058.26059.26060.26061.26062.26063.26064.26065.26067.26068.26069.25996.25997.25998.25999.26000.26001.26002.26003.26004.26005.26006.26007.26008.26009.26010.26011.26012.26013.26014.26015.26016.26017.26018.26019.26021.26022.26023.26024.26025.26026.26027.26028.26029.26030.26031.26032.26033.26035.26036.26037.26038.26039.26040.26041.26042.26043.26044.26045.26046.26047.26048.26049.26050.26051.26086&a=36030824&app=typekit&e=css — 200 — 172 B — 20 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svg — 307 — 845 B — 151 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/icons/search-menu-icon.pngwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/icons/search-menu-icon.png — 307 — 859 B — 148 ms — http/1.1https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/46da36/000000000... https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 26.4 KiB — 9 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/close_icon.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/close_icon.svg — 307 — 845 B — 167 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H.svg — 307 — 833 B — 156 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/icons/search-menu-icon.pngwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/icons/search-menu-icon.png — 200 — 2.8 KiB — 162 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H-light.svg — 200 — 3.9 KiB — 162 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.js?ver=3cd3bd6311103934d964 — 307 — 856 B — 208 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/common/glide.esm.js?ver=2304a3880a35410e9484www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/common/glide.esm.js?ver=2304a3880a35410e9484 — 307 — 882 B — 208 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-T863X92Zwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T863X92Z — 200 — 155.7 KiB — 257 ms — h2data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2773.5391052…data:image/svg+xml,%3C%3Fxml versio... data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2773.5391052… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21…www.w3.org/2000/svg%27 viewBox=%270... data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21… — 200 — 0 B — 0 ms — datahttps://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff2www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff2 — -1 — 0 B — 504 ms — https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff2www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff2 — -1 — 0 B — 502 ms — https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff2www.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff2 — -1 — 0 B — 510 ms — https://www.purdue.edu/home/wp-content/uploads/2024/06/MotionP-Summer-2024_GMB4487-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/MotionP-Summer-2024_GMB4487-552x311-1.jpg — 307 — 861 B — 237 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_0018-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_0018-552x311-1.jpg — 307 — 861 B — 237 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-2023_RR12506-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-2023_RR12506-552x311-1.jpg — 307 — 841 B — 242 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/19_2023_JU20441-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/19_2023_JU20441-2.jpg — 307 — 821 B — 242 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-MBB-FletcherLoyer.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-MBB-FletcherLoyer.jpg — 307 — 853 B — 318 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/16_2022_RM13902-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/16_2022_RM13902-2.jpg — 307 — 821 B — 318 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-1.jpg — 307 — 855 B — 386 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-3.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-3.jpg — 307 — 855 B — 390 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/22_2023_KAL_0737-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/22_2023_KAL_0737-2.jpg — 307 — 823 B — 390 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Hovde.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Hovde.jpg — 307 — 825 B — 387 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_8164-496x279-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_8164-496x279-1.jpg — 307 — 861 B — 492 ms — http/1.1https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/027dd4/000000000... https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 26.3 KiB — 14 ms — h2https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-regular-400.woff2use.fontawesome.com/releases/v6.4.2... https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-regular-400.woff2 — 200 — 24.3 KiB — 54 ms — h2https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v6.4.2... https://use.fontawesome.com/releases/v6.4.2/webfonts/fa-solid-900.woff2 — 200 — 147.2 KiB — 61 ms — h2https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/829fc1/000000000... https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 26.2 KiB — 16 ms — h2https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/6d4bb2/000000000... https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 26.0 KiB — 18 ms — h2https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/aa5b59/000000000... https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 27.6 KiB — 22 ms — h2https://use.typekit.net/af/ac1071/00000000000000003b9acafe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/ac1071/000000000... https://use.typekit.net/af/ac1071/00000000000000003b9acafe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 26.3 KiB — 29 ms — h2https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/ee7f3d/000000000... https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 25.8 KiB — 39 ms — h2https://use.typekit.net/af/1fc4ef/00000000000000007735a45f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/1fc4ef/000000000... https://use.typekit.net/af/1fc4ef/00000000000000007735a45f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 41.3 KiB — 18 ms — h2https://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/ac5663/000000000... https://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 53.3 KiB — 22 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/close_icon.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/close_icon.svg — 200 — 1.2 KiB — 996 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-H.svg — 200 — 2.9 KiB — 1.1 s — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/app.js?ver=3cd3bd6311103934d964 — 200 — 9.3 KiB — 359 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/common/glide.esm.js?ver=2304a3880a35410e9484www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/common/glide.esm.js?ver=2304a3880a35410e9484 — 200 — 27.9 KiB — 1.0 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/06/MotionP-Summer-2024_GMB4487-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/MotionP-Summer-2024_GMB4487-552x311-1.jpg — 200 — 187.2 KiB — 445 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_0018-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_0018-552x311-1.jpg — 200 — 70.4 KiB — 439 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-2023_RR12506-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-2023_RR12506-552x311-1.jpg — 200 — 288.0 KiB — 741 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/19_2023_JU20441-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/19_2023_JU20441-2.jpg — 200 — 52.5 KiB — 315 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-R2DXS2TQZ8&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-R2DXS2TQZ8&cx=c&gtm=4e64h1 — 200 — 176.4 KiB — 213 ms — h2https://www.googletagmanager.com/gtag/js?id=G-B26WBBQ27X&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B26WBBQ27X&cx=c&gtm=4e64h1 — 200 — 157.0 KiB — 208 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6044943.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6044943.js — 200 — 13.5 KiB — 33 ms — h3https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.3 KiB — 36 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.4 KiB — 29 ms — http/1.1https://cdn.resonate.com/analytics.js/v1/101216700/analytics.min.jscdn.resonate.com/analytics.js/v1/10... https://cdn.resonate.com/analytics.js/v1/101216700/analytics.min.js — 204 — 83 B — 40 ms — h2https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-MBB-FletcherLoyer.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-MBB-FletcherLoyer.jpg — 200 — 147.9 KiB — 589 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/16_2022_RM13902-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/16_2022_RM13902-2.jpg — 200 — 54.8 KiB — 329 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-1.jpg — 200 — 159.4 KiB — 607 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Hovde.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Hovde.jpg — 200 — 227.4 KiB — 835 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-3.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-3.jpg — 200 — 208.9 KiB — 716 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/22_2023_KAL_0737-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/22_2023_KAL_0737-2.jpg — 200 — 55.7 KiB — 441 ms — http/1.1https://pixels.spotify.com/v1/config/d60ce112309c4efe9b586457d465b7ffpixels.spotify.com/v1/config/d60ce1... https://pixels.spotify.com/v1/config/d60ce112309c4efe9b586457d465b7ff — 200 — 364 B — 140 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 140 ms — h2https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woffwww.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdHv.woff — -1 — 0 B — 155 ms — https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woffwww.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansCdBd.woff — -1 — 0 B — 153 ms — https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woffwww.purdue.edu/home/wp-content/mu-p... https://www.purdue.edu/home/wp-content/mu-plugins/boilerup-wp/fonts/UnitedSansRgBd.woff — -1 — 0 B — 165 ms — https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_8164-496x279-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/MM-25-1153331-2024_KAL_8164-496x279-1.jpg — 200 — 69.7 KiB — 505 ms — http/1.1https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 138 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-B26WBBQ27X&gtm=45je64h1v9221754171z89165013747za20gzb9165013747zd9165013747&_p=1776798621412&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=987229678.1776798622&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&sid=1776798622&sct=1&seg=0&dl=https%3A%2F%2Fpurdue.edu%2F&dt=Purdue%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2324www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-B26WBBQ27X&gtm=45je64h1v9221754171z89165013747za20gzb9165013747zd9165013747&_p=1776798621412&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=987229678.1776798622&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&sid=1776798622&sct=1&seg=0&dl=https%3A%2F%2Fpurdue.edu%2F&dt=Purdue%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2324 — 204 — 545 B — 165 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-R2DXS2TQZ8&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&_p=1776798621412&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=987229678.1776798622&frm=0&ir=1&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&sid=1776798622&sct=1&seg=0&dl=https%3A%2F%2Fpurdue.edu%2F&dt=Purdue%20University&en=page_view&_fv=1&_ss=1&ep.page_post_type=Page&ep.page_headline=EVERY%20GIANT%20LEAP%20STARTS%20WITH%20ONE%20SMALL%20STEP&tfd=2471analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-R2DXS2TQZ8&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&_p=1776798621412&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=987229678.1776798622&frm=0&ir=1&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&sid=1776798622&sct=1&seg=0&dl=https%3A%2F%2Fpurdue.edu%2F&dt=Purdue%20University&en=page_view&_fv=1&_ss=1&ep.page_post_type=Page&ep.page_headline=EVERY%20GIANT%20LEAP%20STARTS%20WITH%20ONE%20SMALL%20STEP&tfd=2471 — 204 — 545 B — 118 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-R2DXS2TQZ8&cid=987229678.1776798622&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-R2DXS2TQZ8&cid=987229678.1776798622&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542 — 204 — 554 B — 161 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-R2DXS2TQZ8&cid=987229678.1776798622&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542&z=283377840www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-R2DXS2TQZ8&cid=987229678.1776798622&gtm=45je64h1v9165343047z89165013747za20gzb9165013747zd9165013747&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542&z=283377840 — 200 — 63 B — 125 ms — h3https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/frontend.js?ver=3cd3bd6311103934d964 — 307 — 898 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/frontend.js?ver=3cd3bd6311103934d964 — 307 — 900 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/frontend.js?ver=3cd3bd6311103934d964 — 307 — 912 B — 147 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/frontend.js?ver=3cd3bd6311103934d964 — 307 — 904 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/hot-spot/frontend.js?ver=3cd3bd6311103934d964 — 200 — 3.7 KiB — 152 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-PMU-7R0A0670-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-PMU-7R0A0670-552x311-1.jpg — 307 — 841 B — 147 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.1 KiB — 133 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/mixed-rtb/frontend.js?ver=3cd3bd6311103934d964 — 200 — 3.1 KiB — 152 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Arch.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Arch.jpg — 307 — 823 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/news-and-events/frontend.js?ver=3cd3bd6311103934d964 — 200 — 2.8 KiB — 150 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/frontend.js?ver=3cd3bd6311103934d964www.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/build/blocks/canopy-hero/frontend.js?ver=3cd3bd6311103934d964 — 200 — 1.7 KiB — 157 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/08_2022_RM11455-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/08_2022_RM11455-2.jpg — 307 — 821 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-PMU-7R0A0670-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/10/Hero-PMU-7R0A0670-552x311-1.jpg — 200 — 295.1 KiB — 435 ms — http/1.1https://www.youtube.com/s/player/1e1d6f74/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1e1d6f74/w... https://www.youtube.com/s/player/1e1d6f74/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 6 ms — h2https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-dog-treadmill.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-dog-treadmill.jpg — 307 — 833 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Arch.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/Mar-TopSlider-Arch.jpg — 200 — 185.9 KiB — 295 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/10_2023_KAL_6655-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/10_2023_KAL_6655-1.jpg — 307 — 823 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/08_2022_RM11455-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/08_2022_RM11455-2.jpg — 200 — 19.7 KiB — 151 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/11_GBR_5957-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/11_GBR_5957-1.jpg — 307 — 813 B — 144 ms — http/1.1https://extend.vimeocdn.com/ga4/130817696.jsextend.vimeocdn.com/ga4/130817696.j... https://extend.vimeocdn.com/ga4/130817696.js — 200 — 11.8 KiB — 20 ms — h2https://live.rezync.com/sync?c=16b6410431b6374e780104abb0443ca8&p=6c40ce16f17309ad052de303c57de242&k=purdue-university-pixel-3845&zmpID=purdue-university&cache_buster=1776798622963live.rezync.com/sync?c=16b6410431b6... https://live.rezync.com/sync?c=16b6410431b6374e780104abb0443ca8&p=6c40ce16f17309ad052de303c57de242&k=purdue-university-pixel-3845&zmpID=purdue-university&cache_buster=1776798622963 — 200 — 2.5 KiB — 439 ms — h2https://6044943.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fpurdue.edu%2F&title=Purdue%20University&res=800x600&accountid=6044943&rt=2130&prev=74f7f7a7-5286-70b7-9762-b988f08b84c0&luid=9bef65d1-e7e5-074e-d800-0ab3e2e667d6&rnd=371386044943.global.siteimproveanalytics... https://6044943.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fpurdue.edu%2F&title=Purdue%20University&res=800x600&accountid=6044943&rt=2130&prev=74f7f7a7-5286-70b7-9762-b988f08b84c0&luid=9bef65d1-e7e5-074e-d800-0ab3e2e667d6&rnd=37138 — 200 — 210 B — 428 ms — h2https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-dog-treadmill.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-dog-treadmill.jpg — 200 — 149.2 KiB — 290 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/10_2023_KAL_6655-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/10_2023_KAL_6655-1.jpg — 200 — 57.5 KiB — 150 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/11_GBR_5957-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/11_GBR_5957-1.jpg — 200 — 52.3 KiB — 155 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-2.jpg — 307 — 855 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/06/RR24683-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/RR24683-552x311-1.jpg — 307 — 821 B — 148 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/26_2023_KAL_7685-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/26_2023_KAL_7685-1.jpg — 307 — 823 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-PI-motorsports.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-PI-motorsports.jpg — 307 — 835 B — 146 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-TopSlider-evergreen-PUindy-2.jpg — 200 — 158.1 KiB — 290 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/09/PSAspot-2025-YT-thumbnail-no-text-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/09/PSAspot-2025-YT-thumbnail-no-text-2.jpg — 307 — 857 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/play_icon_gold.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/play_icon_gold.svg — 307 — 853 B — 149 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/06/RR24683-552x311-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/RR24683-552x311-1.jpg — 200 — 198.4 KiB — 294 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/26_2023_KAL_7685-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/26_2023_KAL_7685-1.jpg — 200 — 41.2 KiB — 153 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-PI-motorsports.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/01/TopSlider-PI-motorsports.jpg — 200 — 154.2 KiB — 296 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/09/PSAspot-2025-YT-thumbnail-no-text-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/09/PSAspot-2025-YT-thumbnail-no-text-2.jpg — 200 — 140.6 KiB — 298 ms — http/1.1https://cdn.boomtrain.com/p13n/purdue-university/p13n.min.jscdn.boomtrain.com/p13n/purdue-unive... https://cdn.boomtrain.com/p13n/purdue-university/p13n.min.js — 200 — 31.3 KiB — 29 ms — http/1.1https://c1.rfihub.net/js/tc.min.jsc1.rfihub.net/js/tc.min.js https://c1.rfihub.net/js/tc.min.js — 200 — 6.5 KiB — 24 ms — h2https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/play_icon_gold.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/play_icon_gold.svg — 200 — 1.4 KiB — 157 ms — http/1.1https://20850997p.rfihub.com/ca.html?ver=9&rb=50009&ca=20850997&_o=50009&_t=20850997&userid=88e96321-9519-4e40-8898-b9da589d0fb2%3A1776798623.2954104&pe=https%3A%2F%2Fpurdue.edu%2F&pf=&ra=989743722041685120850997p.rfihub.com/ca.html?ver=9&... https://20850997p.rfihub.com/ca.html?ver=9&rb=50009&ca=20850997&_o=50009&_t=20850997&userid=88e96321-9519-4e40-8898-b9da589d0fb2%3A1776798623.2954104&pe=https%3A%2F%2Fpurdue.edu%2F&pf=&ra=9897437220416851 — 200 — 5.8 KiB — 391 ms — http/1.1https://people.api.boomtrain.com/identify/resolve?data=eyJjb29raWUiOnsiYnNpbiI6IiJ9LCJxdWVyeXN0cmluZyI6e30sImV4dGVybmFsX2lkcyI6eyJ6eW5jIjoiODhlOTYzMjEtOTUxOS00ZTQwLTg4OTgtYjlkYTU4OWQwZmIyOjE3NzY3OTg2MjMuMjk1NDEwNCJ9fQ%3D%3D&site_id=purdue-universitypeople.api.boomtrain.com/identify/r... https://people.api.boomtrain.com/identify/resolve?data=eyJjb29raWUiOnsiYnNpbiI6IiJ9LCJxdWVyeXN0cmluZyI6e30sImV4dGVybmFsX2lkcyI6eyJ6eW5jIjoiODhlOTYzMjEtOTUxOS00ZTQwLTg4OTgtYjlkYTU4OWQwZmIyOjE3NzY3OTg2MjMuMjk1NDEwNCJ9fQ%3D%3D&site_id=purdue-university — 200 — 570 B — 535 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Founders-Park-DSC3463.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Founders-Park-DSC3463.jpg — 307 — 829 B — 147 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/arrow_circle_icon_gold.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/arrow_circle_icon_gold.svg — 307 — 869 B — 147 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/PurdueEdu-WAB-Research-Graphic.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/PurdueEdu-WAB-Research-Graphic.jpg — 307 — 847 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-Explore-MainImage-Mackey.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-Explore-MainImage-Mackey.jpg — 307 — 847 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Founders-Park-DSC3463.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Founders-Park-DSC3463.jpg — 200 — 117.0 KiB — 159 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-PMU.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-PMU.jpg — 307 — 857 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/arrow_circle_icon_gold.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/arrow_circle_icon_gold.svg — 200 — 1.6 KiB — 150 ms — http/1.1https://www.youtube.com/embed/ustlglClscA?rel=0&html5=1&enablejsapi=1&origin=https%3A%2F%2Fpurdue.edu&widgetid=1&forigin=https%3A%2F%2Fpurdue.edu%2F&aoriginsup=1&vf=1www.youtube.com/embed/ustlglClscA?r... https://www.youtube.com/embed/ustlglClscA?rel=0&html5=1&enablejsapi=1&origin=https%3A%2F%2Fpurdue.edu&widgetid=1&forigin=https%3A%2F%2Fpurdue.edu%2F&aoriginsup=1&vf=1 — 200 — 56.0 KiB — 394 ms — h2https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3-RecWell-Evening.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3-RecWell-Evening.jpg — 307 — 829 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/03/PurdueEdu-WAB-Research-Graphic.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/03/PurdueEdu-WAB-Research-Graphic.jpg — 200 — 255.7 KiB — 1.3 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-Explore-MainImage-Mackey.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-Explore-MainImage-Mackey.jpg — 200 — 1.6 MiB — 4.3 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/10/Explore-Slider-Indy-canal-students.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/Explore-Slider-Indy-canal-students.jpg — 307 — 855 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-PMU.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-PMU.jpg — 200 — 2.0 MiB — 2.4 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-HotSpot-1-MBB-huddle.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-HotSpot-1-MBB-huddle.jpg — 307 — 839 B — 141 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3-RecWell-Evening.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3-RecWell-Evening.jpg — 200 — 393.9 KiB — 588 ms — http/1.1https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=2810035124963277307&referrer=https%3A%2F%2Fpurdue.edu%2F&forward=live.rezync.com/pixel?c=bd8618c307a... https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=2810035124963277307&referrer=https%3A%2F%2Fpurdue.edu%2F&forward= — 200 — 622 B — 458 ms — h2https://cm.g.doubleclick.net/pixel?&in=0&google_nid=zeta_interactive&google_cm=&google_sc=&google_hm=MjgxMDAzNTEyNDk2MzI3NzMwNw==&forward=cm.g.doubleclick.net/pixel?&in=0&go... https://cm.g.doubleclick.net/pixel?&in=0&google_nid=zeta_interactive&google_cm=&google_sc=&google_hm=MjgxMDAzNTEyNDk2MzI3NzMwNw==&forward= — 302 — 583 B — 166 ms — h2https://ib.adnxs.com/setuid?entity=18&code=2810035124963277307&gdpr=&gdpr_consent=&redir=ib.adnxs.com/setuid?entity=18&code=... https://ib.adnxs.com/setuid?entity=18&code=2810035124963277307&gdpr=&gdpr_consent=&redir= — 200 — 526 B — 461 ms — h2https://dpm.demdex.net/ibs:dpid=1121&dpuuid=2810035124963277307&redir=dpm.demdex.net/ibs:dpid=1121&dpuuid... https://dpm.demdex.net/ibs:dpid=1121&dpuuid=2810035124963277307&redir= — 302 — 538 B — 51 ms — h2https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI3MzkmdGw9MTI5NjAw==&piggybackCookie=2810035124963277307&r=image2.pubmatic.com/AdServer/Pug?vc... https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI3MzkmdGw9MTI5NjAw==&piggybackCookie=2810035124963277307&r= — 200 — 473 B — 625 ms — h2https://us-u.openx.net/w/1.0/sd?id=537073062&val=2810035124963277307&r=us-u.openx.net/w/1.0/sd?id=53707306... https://us-u.openx.net/w/1.0/sd?id=537073062&val=2810035124963277307&r= — 302 — 319 B — 173 ms — h2https://p.rfihub.com/cm?pub=24472&in=1&gdpr=&gdpr_consent=p.rfihub.com/cm?pub=24472&in=1&gdpr... https://p.rfihub.com/cm?pub=24472&in=1&gdpr=&gdpr_consent= — 302 — 735 B — 434 ms — http/1.1https://contextual.media.net/cksync.php?cs=3&type=rkt&ovsid=2810035124963277307contextual.media.net/cksync.php?cs=... https://contextual.media.net/cksync.php?cs=3&type=rkt&ovsid=2810035124963277307 — 200 — 517 B — 176 ms — h2https://wt.rqtrk.eu/?pid=afd6afd5-a807-471d-940d-aa3c19fc7dca&src=www&type=100&sid=1&cb=qGJN0nGRCvqR&uid=2810035124963277307&url=https%3A%2F%2Fpurdue.edu%2F&gdpr=&gdpr_pd=0&gdpr_consent=wt.rqtrk.eu/?pid=afd6afd5-a807-471d... https://wt.rqtrk.eu/?pid=afd6afd5-a807-471d-940d-aa3c19fc7dca&src=www&type=100&sid=1&cb=qGJN0nGRCvqR&uid=2810035124963277307&url=https%3A%2F%2Fpurdue.edu%2F&gdpr=&gdpr_pd=0&gdpr_consent= — 200 — 350 B — 706 ms — h2https://i.liadm.com/s/90096?bidder_id=246506&bidder_uuid=2810035124963277307i.liadm.com/s/90096?bidder_id=24650... https://i.liadm.com/s/90096?bidder_id=246506&bidder_uuid=2810035124963277307 — 200 — 221 B — 553 ms — http/1.1https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=1121&dpuuid=2810035124963277307&redir=dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=1121&dpuuid=2810035124963277307&redir= — 200 — 468 B — 7 ms — h2https://dsum-sec.casalemedia.com/rum?cm_dsp_id=57&external_user_id=2810035124963277307&forward=dsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=57&external_user_id=2810035124963277307&forward= — 302 — 871 B — 223 ms — h3https://www.purdue.edu/home/wp-content/uploads/2025/10/Explore-Slider-Indy-canal-students.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/10/Explore-Slider-Indy-canal-students.jpg — 200 — 1.2 MiB — 1.4 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-HotSpot-1-MBB-huddle.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/12/PUedu-HotSpot-1-MBB-huddle.jpg — 200 — 380.3 KiB — 471 ms — http/1.1https://events.api.boomtrain.com/event/trackevents.api.boomtrain.com/event/trac... https://events.api.boomtrain.com/event/track — 200 — 209 B — 406 ms — h2https://cm.g.doubleclick.net/pixel?in=0&google_nid=zeta_interactive&google_cm=&google_sc=&google_hm=MjgxMDAzNTEyNDk2MzI3NzMwNw==&forward=&google_tc=cm.g.doubleclick.net/pixel?in=0&goo... https://cm.g.doubleclick.net/pixel?in=0&google_nid=zeta_interactive&google_cm=&google_sc=&google_hm=MjgxMDAzNTEyNDk2MzI3NzMwNw==&forward=&google_tc= — 302 — 98 B — 60 ms — h2https://us-u.openx.net/w/1.0/sd?cc=1&id=537073062&val=2810035124963277307&r=us-u.openx.net/w/1.0/sd?cc=1&id=537... https://us-u.openx.net/w/1.0/sd?cc=1&id=537073062&val=2810035124963277307&r= — 200 — 171 B — 125 ms — h2https://idsync.rlcdn.com/360947.gif?partner_uid=2810035124963277307idsync.rlcdn.com/360947.gif?partner... https://idsync.rlcdn.com/360947.gif?partner_uid=2810035124963277307 — 451 — 79 B — 162 ms — h2https://www.youtube.com/s/player/1e1d6f74/www-player.csswww.youtube.com/s/player/1e1d6f74/w... https://www.youtube.com/s/player/1e1d6f74/www-player.css — 200 — 58.0 KiB — 57 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.5 KiB — 52 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.1 KiB — 81 ms — h2https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1e1d6f74/p... https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.js — 200 — 436.2 KiB — 105 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 98 ms — h3https://a.rfihub.com/cm?pub=445&in=0&forward=&google_error=3a.rfihub.com/cm?pub=445&in=0&forwar... https://a.rfihub.com/cm?pub=445&in=0&forward=&google_error=3 — 200 — 854 B — 432 ms — http/1.1https://dsum-sec.casalemedia.com/rum?cm_dsp_id=57&external_user_id=2810035124963277307&forward=&C=1dsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=57&external_user_id=2810035124963277307&forward=&C=1 — 200 — 485 B — 197 ms — h3https://partners.tremorhub.com/sync?UIRF=2810035124963277307&r=BNUHjHDP6-EMpartners.tremorhub.com/sync?UIRF=28... https://partners.tremorhub.com/sync?UIRF=2810035124963277307&r=BNUHjHDP6-EM — 200 — 175 B — 390 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9212192898&rf=2810035124963277307aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9212192898&rf=2810035124963277307 — 200 — 463 B — 137 ms — h2https://ps.eyeota.net/match?uid=2810035124963277552&bid=omt9pi0ps.eyeota.net/match?uid=28100351249... https://ps.eyeota.net/match?uid=2810035124963277552&bid=omt9pi0 — 302 — 718 B — 515 ms — http/1.1https://x.bidswitch.net/sync?dsp_id=119&user_id=2810035124963277307&expires=30&gdpr=&gdpr_consent=&gdpr_pd={GDPR_PD}x.bidswitch.net/sync?dsp_id=119&use... https://x.bidswitch.net/sync?dsp_id=119&user_id=2810035124963277307&expires=30&gdpr=&gdpr_consent=&gdpr_pd={GDPR_PD} — 302 — 543 B — 402 ms — h2https://sync-tm.everesttech.net/upi/pid/Mlpt2JaG/?redir=https%3A%2F%2Fp.rfihub.com%2Fcm%3Fin%3D1%26pub%3D21653%26userid%3D%24%7BTM_USER_ID%7Dsync-tm.everesttech.net/upi/pid/Mlp... https://sync-tm.everesttech.net/upi/pid/Mlpt2JaG/?redir=https%3A%2F%2Fp.rfihub.com%2Fcm%3Fin%3D1%26pub%3D21653%26userid%3D%24%7BTM_USER_ID%7D — 302 — 483 B — 146 ms — h2https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-1.jpg — 307 — 869 B — 147 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-2.jpg — 307 — 869 B — 142 ms — http/1.1https://sync-tm.everesttech.net/ct/upi/pid/Mlpt2JaG/?redir=https%3A%2F%2Fp.rfihub.com%2Fcm%3Fin%3D1%26pub%3D21653%26userid%3D%24%7BTM_USER_ID%7D&_test=aefLoAALcy_NTwAXsync-tm.everesttech.net/ct/upi/pid/... https://sync-tm.everesttech.net/ct/upi/pid/Mlpt2JaG/?redir=https%3A%2F%2Fp.rfihub.com%2Fcm%3Fin%3D1%26pub%3D21653%26userid%3D%24%7BTM_USER_ID%7D&_test=aefLoAALcy_NTwAX — 200 — 171 B — 3 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 135 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 81 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 24 ms — h3https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-1.jpg — 200 — 272.3 KiB — 434 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-2.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2025/04/PurdueEdu-spring-Explore-slider-hotspot-2.jpg — 200 — 241.3 KiB — 297 ms — http/1.1https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 58 ms — h3https://i.ytimg.com/vi_webp/ustlglClscA/default.webpi.ytimg.com/vi_webp/ustlglClscA/def... https://i.ytimg.com/vi_webp/ustlglClscA/default.webp — 200 — 3.8 KiB — 60 ms — h2https://x.bidswitch.net/ul_cb/sync?dsp_id=119&user_id=2810035124963277307&expires=30&gdpr=&gdpr_consent=&gdpr_pd={GDPR_PD}x.bidswitch.net/ul_cb/sync?dsp_id=1... https://x.bidswitch.net/ul_cb/sync?dsp_id=119&user_id=2810035124963277307&expires=30&gdpr=&gdpr_consent=&gdpr_pd={GDPR_PD} — 200 — 103 B — 141 ms — h2https://ps.eyeota.net/match/bounce/?uid=2810035124963277552&bid=omt9pi0ps.eyeota.net/match/bounce/?uid=281... https://ps.eyeota.net/match/bounce/?uid=2810035124963277552&bid=omt9pi0 — 200 — 354 B — 125 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3B-RecWell-Yoga.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3B-RecWell-Yoga.jpg — 307 — 825 B — 143 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3A-RecWell-Climbing.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3A-RecWell-Climbing.jpg — 307 — 833 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_6030-712x400-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_6030-712x400-1.jpg — 307 — 839 B — 148 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3B-RecWell-Yoga.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3B-RecWell-Yoga.jpg — 200 — 57.7 KiB — 471 ms — http/1.1https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 23.1 KiB — 64 ms — h3https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3A-RecWell-Climbing.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/07/Card3A-RecWell-Climbing.jpg — 200 — 141.9 KiB — 297 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_6030-712x400-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_6030-712x400-1.jpg — 200 — 135.8 KiB — 899 ms — http/1.1https://www.youtube.com/generate_204?re-GaAwww.youtube.com/generate_204?re-GaA https://www.youtube.com/generate_204?re-GaA — 204 — 10 B — 5 ms — h3https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_2947-712x400-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_2947-712x400-1.jpg — 307 — 839 B — 143 ms — http/1.1https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 123 ms — h2https://www.purdue.edu/home/wp-content/uploads/2026/04/kasinski-cancerrna.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/kasinski-cancerrna.jpg — 307 — 823 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/bementaward-li.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/bementaward-li.jpg — 307 — 815 B — 142 ms — http/1.1https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 60 ms — h2https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_2947-712x400-1.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2024/06/2024_PI_KAL_2947-712x400-1.jpg — 200 — 178.1 KiB — 298 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/kasinski-cancerrna.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/kasinski-cancerrna.jpg — 200 — 375.3 KiB — 440 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/bementaward-li.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/bementaward-li.jpg — 200 — 244.0 KiB — 1.0 s — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/mccoyaward-fei.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/mccoyaward-fei.jpg — 307 — 815 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/mccoyaward-fei.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/mccoyaward-fei.jpg — 200 — 283.0 KiB — 434 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/LauraMurrayKolb_Aday.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/LauraMurrayKolb_Aday.jpg — 307 — 827 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-V.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-V.svg — 307 — 833 B — 146 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2026/04/LauraMurrayKolb_Aday.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2026/04/LauraMurrayKolb_Aday.jpg — 200 — 249.6 KiB — 295 ms — http/1.1https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-V.svgwww.purdue.edu/home/wp-content/them... https://www.purdue.edu/home/wp-content/themes/purdue-home-theme-beta/imgs/PU-V.svg — 200 — 3.0 KiB — 155 ms — http/1.1https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3 — 307 — 859 B — 144 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/09/DSC2463_lowres.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/09/DSC2463_lowres.jpg — 307 — 815 B — 145 ms — http/1.1https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3www.purdue.edu/home/wp-content/plug... https://www.purdue.edu/home/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3 — 200 — 17.4 KiB — 152 ms — http/1.1https://www.purdue.edu/home/wp-content/uploads/2023/09/DSC2463_lowres.jpgwww.purdue.edu/home/wp-content/uplo... https://www.purdue.edu/home/wp-content/uploads/2023/09/DSC2463_lowres.jpg — 200 — 164.3 KiB — 799 ms — http/1.1blob:https://purdue.edu/8a333574-dc95-42fc-9d88-43de9b671da6purdue.edu/8a333574-dc95-42fc-9d88-... blob:https://purdue.edu/8a333574-dc95-42fc-9d88-43de9b671da6 — 200 — -1 B — 63 ms — blobhttps://purdue.edu/TSPD/?type=20/TSPD/?type=20 https://purdue.edu/TSPD/?type=20 — 200 — 6.9 KiB — 143 ms — http/1.1https://www.purdue.edu/home/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.purdue.edu/home/wp-includes/js/... https://www.purdue.edu/home/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 307 — 811 B — 146 ms — http/1.1https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=11/TSPD/08993c5290ab20007f275bc45360a... https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=11 — 200 — 120.5 KiB — 150 ms — http/1.1https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=12/TSPD/08993c5290ab20007f275bc45360a... https://purdue.edu/TSPD/08993c5290ab20007f275bc45360a2fe92de8660827c3fdefb662ffbdde9216885d3a5336698127e?type=12 — 200 — 37.2 KiB — 148 ms — http/1.1https://www.purdue.edu/home/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.purdue.edu/home/wp-includes/js/... https://www.purdue.edu/home/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 23.3 KiB — 152 ms — http/1.1data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw== — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwM…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwM… — 200 — 0 B — 0 ms — datadata:image/gif;base64,%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0…data:image/gif;base64,%0D%0A%0D%0A%... data:image/gif;base64,%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0… — 200 — 0 B — 2 ms — datadata:image/jpg;base64,/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzO…data:image/jpg;base64,/9j/4AAQSkZJR... data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzO… — 200 — 0 B — 1 ms — datahttps://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 67 ms — h3https://purdue.edu/TSPD/08993c5290ab2800c343af4e685aecc46ed7117c89fd3ebfb08be2fe5ed6db34a542f7018938065acc8173063817c354?type=13/TSPD/08993c5290ab2800c343af4e685ae... https://purdue.edu/TSPD/08993c5290ab2800c343af4e685aecc46ed7117c89fd3ebfb08be2fe5ed6db34a542f7018938065acc8173063817c354?type=13 — 200 — 789 B — 156 ms — http/1.1chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 19 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 27 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 30 ms — chrome://rumola/content/rumola48.pngrumola/content/rumola48.png chrome://rumola/content/rumola48.png — -1 — 0 B — 0 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 29 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 31 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 31 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 31 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 31 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 31 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — chrome-extension://invalid/invalid/ chrome-extension://invalid/ — -1 — 0 B — 32 ms — https://burp/favicon.icoburp/favicon.ico https://burp/favicon.ico — -1 — 0 B — 58 ms — https://purdue.edu/TSPD/?type=22/TSPD/?type=22 https://purdue.edu/TSPD/?type=22 — 200 — 449 B — 156 ms — http/1.1https://insight.adsrvr.org/track/cei?advertiser_id=esic3hc&cookie_sync=1&upv=3.0.0&upid=xhdywy9&ref=https://purdue.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=esic3hc&cookie_sync=1&upv=3.0.0&upid=xhdywy9&ref=https://purdue.edu/ — 302 — 270 B — 22 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=esic3hc&cookie_sync=1&upv=3.0.0&upid=xhdywy9&ref=https%3a%2f%2fpurdue.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=esic3hc&cookie_sync=1&upv=3.0.0&upid=xhdywy9&ref=https%3a%2f%2fpurdue.edu&redirect=1 — 200 — 369 B — 13 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 934 B — 15 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 17 ms — h2https://purdue.edu/favicon.ico/favicon.ico https://purdue.edu/favicon.ico — 200 — 2.0 KiB — 151 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 346 B — 10 ms — h2https://purdue.edu/TSPD/08993c5290ab2800c343af4e685aecc46ed7117c89fd3ebfb08be2fe5ed6db34a542f7018938065acc8173063817c354?type=14/TSPD/08993c5290ab2800c343af4e685ae... https://purdue.edu/TSPD/08993c5290ab2800c343af4e685aecc46ed7117c89fd3ebfb08be2fe5ed6db34a542f7018938065acc8173063817c354?type=14 — 200 — 851 B — 143 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
28% of JavaScript execution is third-party
First-party Third-party 868ms · 517KB · $12/mo
Unattributable
Other
Costly
Execution 455ms
Transfer 0 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Optional
Execution 166ms
Transfer 156 KB
Unused 34%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 101ms
Transfer 157 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 95ms
Transfer 176 KB
Unused 40%
Monthly Cost $1/mo
www.purdue.edu
Other
Optional
Execution 50ms
Transfer 28 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 455ms and costs ~$6/month

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