Skip to content
https://iu.edu

Performance

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

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

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

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

1.27 s

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

1.49 s

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

0 ms

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

0.104

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

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

1.49 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 105 requests
FIX
2.3 MB transferred, 105 requests
Info::
Page weighs 5.2 MB (2.3 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 343 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 343 KB
Warning::
105 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.48 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
105 requests
0.48 g CO2 per page load
JavaScript 1.2 MiB 51%
Images 624.9 KiB 27%
Fonts 343.3 KiB 15%
CSS 72.8 KiB 3%
Other 62.4 KiB 3%
HTML 28.7 KiB 1%
Other 4.3 KiB 0%
Other 1.2 KiB 0%
Other 682 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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
79% third-party, 0 ms blocking
FIX
79% third-party, 0 ms blocking
Warning::
Third-party code accounts for 79% of page weight (1.8 MiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
21%
79%
First-party Third-party
D
JS Bundles
Action
29 scripts, 435 KB unused
FIX
29 scripts, 435 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NFL...: 77 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-61CH...: 65 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5X9...: 63 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WJF...: 63 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 62 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 435 KB
435 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-NFLPFVV&gtm=4e64k0h2158 KB77 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-61CH0D2DQW&cx=c&gtm=4e64k0h2174 KB65 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5X98FWD&gtm=4e64k0h2170 KB63 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WJFT899123 KB63 KB (51%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-13775325&cx=c&gtm=4e64k0h2129 KB62 KB (48%)3rd
https://iu.edu/_js/able-player/build/ableplayer.min.js60 KB54 KB (90%)1st
https://connect.facebook.net/en_US/fbevents.js97 KB30 KB (32%)3rd
https://code.jquery.com/jquery-3.7.1.min.js30 KB21 KB (71%)3rd
https://www.clarity.ms/tag/v7jgau0588?ref=gtm1 KB3rd
https://scripts.clarity.ms/0.8.59/clarity.js26 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
105 resources · 2.3 MB · 435 KB savings available
FIX
105 resources · 2.3 MB · 435 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~435 KB of savings available
Warning::
95 third-party resources (79% of weight)
105 resources · 2.3 MiB · 95 third-party 1.3 MiB over 1MB target
JavaScript 51% · 1.2 MiB
Image 29% · 684.6 KiB
Font 15% · 343.3 KiB
CSS 3% · 72.8 KiB
Document 1% · 33.0 KiB
Other 0% · 4.5 KiB

~434.6 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://iu.edu/images/home-research.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iu.edu/images/home/students-on-campus.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iu.edu/images/home/global-600x4001.jpeg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iu.edu/images/home/brizz-charlie-600x400.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iu.edu/images/homepage-header-image_brand2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 625 KB
0 oversized -0 KB
23 legacy format
7 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
505ms total JS execution
REVIEW
505ms total JS execution
Info::
Unattributable: 151ms CPU time
Info::
https://iu.edu/: 93ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WJF...: 83ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5X9...: 75ms CPU time
Info::
https://scripts.clarity.ms/0.8.59/clarity.js: 52ms CPU time
Warning::
Third-party scripts: 412ms (82% of total)

Main Thread Breakdown

Script Evaluation 58% Other 19% Script Parsing & Compilation 12% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
Unattributable151ms25ms0ms3rd
https://iu.edu/93ms5ms1ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-WJFT89983ms73ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5X98FWD&gtm=4e64k0h275ms62ms10ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js52ms43ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NFLPFVV&gtm=4e64k0h251ms42ms9ms3rd
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
5 fonts (343 KB)
PASS
5 fonts (343 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

343 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.5 shttps://fonts.iu.edu/fonts/benton-sans-regular.woffbenton-sans-regular.woff https://fonts.iu.edu/fonts/benton-sans-regular.woff — 41.0 KiB — 14 ms — font-display: swaphttps://fonts.iu.edu/fonts/benton-sans-bold.woffbenton-sans-bold.woff https://fonts.iu.edu/fonts/benton-sans-bold.woff — 41.6 KiB — 15 ms — font-display: swaphttps://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2NaOkcZLOBv5T3oB7Cb4i0xG... https://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2 — 193.7 KiB — 93 ms — font-display: swaphttps://fonts.iu.edu/fonts/benton-sans-medium.woffbenton-sans-medium.woff https://fonts.iu.edu/fonts/benton-sans-medium.woff — 41.3 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff23XFuErsiyJsY9O_Gepph-HH... https://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff2 — 25.6 KiB — 35 ms — font-display: swap
benton-sans-regular.woff woff swap
Size 41 KB
Load time 14 ms
Start 350 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
benton-sans-bold.woff woff swap
Size 42 KB
Load time 15 ms
Start 351 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
NaOkcZLOBv5T3oB7Cb4i0xG... woff2 swap
Size 194 KB
Load time 93 ms
Start 535 ms
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
benton-sans-medium.woff woff swap
Size 41 KB
Load time 11 ms
Start 535 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
3XFuErsiyJsY9O_Gepph-HH... woff2 swap
Size 26 KB
Load time 35 ms
Start 536 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~134 KB and ~268 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
105 requests over 4966ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 1.5 shttps://iu.edu// https://iu.edu/ — 200 — 27.1 KiB — 343 ms — http/1.1https://fonts.iu.edu/fonts/benton-sans-regular.wofffonts.iu.edu/fonts/benton-sans-regu... https://fonts.iu.edu/fonts/benton-sans-regular.woff — 200 — 41.0 KiB — 14 ms — h2https://fonts.iu.edu/fonts/benton-sans-bold.wofffonts.iu.edu/fonts/benton-sans-bold... https://fonts.iu.edu/fonts/benton-sans-bold.woff — 200 — 41.6 KiB — 15 ms — h2https://unpkg.com/rivet-core@2.5.2/css/rivet.min.cssunpkg.com/rivet-core@2.5.2/css/rive... https://unpkg.com/rivet-core@2.5.2/css/rivet.min.css — 200 — 24.3 KiB — 88 ms — h3https://iu.edu/_css/site.css?20231208/_css/site.css?20231208 https://iu.edu/_css/site.css?20231208 — 200 — 38.1 KiB — 139 ms — http/1.1https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wdth,wght,YTLC,YTUC@8..144,25..151,100..1000,540,740&display=swapfonts.googleapis.com/css2?family=Az... https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wdth,wght,YTLC,YTUC@8..144,25..151,100..1000,540,740&display=swap — 200 — 1.3 KiB — 78 ms — h2https://iu.edu/_css/home.css?20250827/_css/home.css?20250827 https://iu.edu/_css/home.css?20250827 — 200 — 7.8 KiB — 125 ms — http/1.1https://iu.edu/images/homepage-header-image_brand2.0.webp/images/homepage-header-image_brand... https://iu.edu/images/homepage-header-image_brand2.0.webp — 200 — 38.0 KiB — 247 ms — http/1.1https://iu.edu/images/home/brizz-charlie-600x400.jpeg/images/home/brizz-charlie-600x400.... https://iu.edu/images/home/brizz-charlie-600x400.jpeg — 200 — 64.9 KiB — 380 ms — http/1.1https://iu.edu/images/home/students-on-campus.jpg/images/home/students-on-campus.jpg https://iu.edu/images/home/students-on-campus.jpg — 200 — 107.9 KiB — 403 ms — http/1.1https://iu.edu/images/home-research.jpg/images/home-research.jpg https://iu.edu/images/home-research.jpg — 200 — 36.3 KiB — 229 ms — http/1.1https://iu.edu/images/home/global-600x4001.jpeg/images/home/global-600x4001.jpeg https://iu.edu/images/home/global-600x4001.jpeg — 200 — 86.2 KiB — 546 ms — http/1.1https://news.iu.edu/livewhale/theme/core/scripts/lwcw.jsnews.iu.edu/livewhale/theme/core/sc... https://news.iu.edu/livewhale/theme/core/scripts/lwcw.js — 200 — 2.7 KiB — 324 ms — h2https://unpkg.com/rivet-core@2.5.2/js/rivet-iife.jsunpkg.com/rivet-core@2.5.2/js/rivet... https://unpkg.com/rivet-core@2.5.2/js/rivet-iife.js — 200 — 21.6 KiB — 55 ms — h3https://iu.edu/_js/site.js?20231018/_js/site.js?20231018 https://iu.edu/_js/site.js?20231018 — 200 — 12.2 KiB — 341 ms — http/1.1https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 33 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js — 200 — 1.3 KiB — 7 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 84 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16…www.w3.org/2000/svg" fill="%23fffff... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-WJFT899www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WJFT899 — 200 — 123.3 KiB — 156 ms — h2data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23990000" viewBox="0 0 16 16…www.w3.org/2000/svg" fill="%2399000... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23990000" viewBox="0 0 16 16… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2fonts.gstatic.com/s/robotoflex/v30/... https://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2 — 200 — 193.7 KiB — 93 ms — h3https://fonts.iu.edu/fonts/benton-sans-medium.wofffonts.iu.edu/fonts/benton-sans-medi... https://fonts.iu.edu/fonts/benton-sans-medium.woff — 200 — 41.3 KiB — 11 ms — h2https://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff2fonts.gstatic.com/s/azeretmono/v21/... https://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff2 — 200 — 25.6 KiB — 35 ms — h3https://iu.edu/_js/able-player/build/ableplayer.min.js/_js/able-player/build/ableplayer.m... https://iu.edu/_js/able-player/build/ableplayer.min.js — 200 — 60.5 KiB — 359 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 1.5 shttps://iu.edu// https://iu.edu/ — 200 — 27.1 KiB — 343 ms — http/1.1https://fonts.iu.edu/fonts/benton-sans-regular.wofffonts.iu.edu/fonts/benton-sans-regu... https://fonts.iu.edu/fonts/benton-sans-regular.woff — 200 — 41.0 KiB — 14 ms — h2https://fonts.iu.edu/fonts/benton-sans-bold.wofffonts.iu.edu/fonts/benton-sans-bold... https://fonts.iu.edu/fonts/benton-sans-bold.woff — 200 — 41.6 KiB — 15 ms — h2https://unpkg.com/rivet-core@2.5.2/css/rivet.min.cssunpkg.com/rivet-core@2.5.2/css/rive... https://unpkg.com/rivet-core@2.5.2/css/rivet.min.css — 200 — 24.3 KiB — 88 ms — h3https://iu.edu/_css/site.css?20231208/_css/site.css?20231208 https://iu.edu/_css/site.css?20231208 — 200 — 38.1 KiB — 139 ms — http/1.1https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wdth,wght,YTLC,YTUC@8..144,25..151,100..1000,540,740&display=swapfonts.googleapis.com/css2?family=Az... https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wdth,wght,YTLC,YTUC@8..144,25..151,100..1000,540,740&display=swap — 200 — 1.3 KiB — 78 ms — h2https://iu.edu/_css/home.css?20250827/_css/home.css?20250827 https://iu.edu/_css/home.css?20250827 — 200 — 7.8 KiB — 125 ms — http/1.1https://iu.edu/images/homepage-header-image_brand2.0.webp/images/homepage-header-image_brand... https://iu.edu/images/homepage-header-image_brand2.0.webp — 200 — 38.0 KiB — 247 ms — http/1.1https://iu.edu/images/home/brizz-charlie-600x400.jpeg/images/home/brizz-charlie-600x400.... https://iu.edu/images/home/brizz-charlie-600x400.jpeg — 200 — 64.9 KiB — 380 ms — http/1.1https://iu.edu/images/home/students-on-campus.jpg/images/home/students-on-campus.jpg https://iu.edu/images/home/students-on-campus.jpg — 200 — 107.9 KiB — 403 ms — http/1.1https://iu.edu/images/home-research.jpg/images/home-research.jpg https://iu.edu/images/home-research.jpg — 200 — 36.3 KiB — 229 ms — http/1.1https://iu.edu/images/home/global-600x4001.jpeg/images/home/global-600x4001.jpeg https://iu.edu/images/home/global-600x4001.jpeg — 200 — 86.2 KiB — 546 ms — http/1.1https://news.iu.edu/livewhale/theme/core/scripts/lwcw.jsnews.iu.edu/livewhale/theme/core/sc... https://news.iu.edu/livewhale/theme/core/scripts/lwcw.js — 200 — 2.7 KiB — 324 ms — h2https://unpkg.com/rivet-core@2.5.2/js/rivet-iife.jsunpkg.com/rivet-core@2.5.2/js/rivet... https://unpkg.com/rivet-core@2.5.2/js/rivet-iife.js — 200 — 21.6 KiB — 55 ms — h3https://iu.edu/_js/site.js?20231018/_js/site.js?20231018 https://iu.edu/_js/site.js?20231018 — 200 — 12.2 KiB — 341 ms — http/1.1https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 33 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js — 200 — 1.3 KiB — 7 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 84 ms — http/1.1data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16…www.w3.org/2000/svg" fill="%23fffff... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-WJFT899www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WJFT899 — 200 — 123.3 KiB — 156 ms — h2data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23990000" viewBox="0 0 16 16…www.w3.org/2000/svg" fill="%2399000... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23990000" viewBox="0 0 16 16… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2fonts.gstatic.com/s/robotoflex/v30/... https://fonts.gstatic.com/s/robotoflex/v30/NaOkcZLOBv5T3oB7Cb4i0xG2bABEwTZXc7yZsWIEzvBfH8JcoVt_c6X1HvwJdVeoFzgCEJukGhsTfsLleHTjLI5UL8J7Ia1HAeBFnA9CAYK4oYDZMR9ZvE52xfO-D_cIDboThgb_dHlhhhaLUdDkNqC3MkIFXOwJVhgiWKq17lw.woff2 — 200 — 193.7 KiB — 93 ms — h3https://fonts.iu.edu/fonts/benton-sans-medium.wofffonts.iu.edu/fonts/benton-sans-medi... https://fonts.iu.edu/fonts/benton-sans-medium.woff — 200 — 41.3 KiB — 11 ms — h2https://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff2fonts.gstatic.com/s/azeretmono/v21/... https://fonts.gstatic.com/s/azeretmono/v21/3XFuErsiyJsY9O_Gepph-HHhZfn23vRK.woff2 — 200 — 25.6 KiB — 35 ms — h3https://iu.edu/_js/able-player/build/ableplayer.min.js/_js/able-player/build/ableplayer.m... https://iu.edu/_js/able-player/build/ableplayer.min.js — 200 — 60.5 KiB — 359 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-61CH0D2DQW&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-61CH0D2DQW&cx=c&gtm=4e64k0h2 — 200 — 173.9 KiB — 60 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NFLPFVV&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NFLPFVV&gtm=4e64k0h2 — 200 — 157.8 KiB — 75 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-61CH0D2DQW&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&_p=1776803932857&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&_prs=wg&are=1&cid=1053284544.1776803933&frm=0&ir=1&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~118128923&sid=1776803933&sct=1&seg=0&dl=https%3A%2F%2Fiu.edu%2F&dt=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=2&tfd=830region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-61CH0D2DQW&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&_p=1776803932857&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&_prs=wg&are=1&cid=1053284544.1776803933&frm=0&ir=1&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~118128923&sid=1776803933&sct=1&seg=0&dl=https%3A%2F%2Fiu.edu%2F&dt=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=2&tfd=830 — 204 — 542 B — 102 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-61CH0D2DQW&cid=1053284544.1776803933&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400~118128923stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-61CH0D2DQW&cid=1053284544.1776803933&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400~118128923 — 204 — 551 B — 70 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-61CH0D2DQW&cid=1053284544.1776803933&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400~118128923&z=2087962276www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-61CH0D2DQW&cid=1053284544.1776803933&gtm=45je64k0h2v889148052z8834049945za20gzb834049945zd834049945&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400~118128923&z=2087962276 — 200 — 408 B — 74 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAABRCAYAAAAD10DnAAAACXBIWXMAAAsSAAALEgHS3X78AAAQv…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAABRCAYAAAAD10DnAAAACXBIWXMAAAsSAAALEgHS3X78AAAQv… — 200 — 0 B — 3 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAABRCAYAAAAaefloAAAACXBIWXMAAC4jAAAuIwF4pT92AAAFG…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAABRCAYAAAAaefloAAAACXBIWXMAAC4jAAAuIwF4pT92AAAFG… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16…www.w3.org/2000/svg" fill="%2300629... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTYyIiB2aWV3Qm94PSIwIDAgOTQgMTYyIiBmaWxsP…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTYyIiB2aWV3Qm94PSIwIDAgOTQgMTYyIiBmaWxsP… — 200 — 0 B — 0 ms — datahttps://news.iu.edu/live/resource/css/%5Clivewhale%5Ctheme%5Cglobal%5Cstyles%5Cwidgets.cssnews.iu.edu/live/resource/css/%5Cli... https://news.iu.edu/live/resource/css/%5Clivewhale%5Ctheme%5Cglobal%5Cstyles%5Cwidgets.css — 200 — 1.3 KiB — 315 ms — h2https://news.iu.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.jsnews.iu.edu/live/resource/js/%5Cliv... https://news.iu.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.js — 200 — 35.8 KiB — 217 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5X98FWD&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5X98FWD&gtm=4e64k0h2 — 200 — 169.7 KiB — 113 ms — h3https://process.indiana.edu/pingprocess.indiana.edu/ping https://process.indiana.edu/ping — 200 — 968 B — 313 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-13775325&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-13775325&cx=c&gtm=4e64k0h2 — 200 — 129.2 KiB — 39 ms — h3https://www.clarity.ms/tag/v7jgau0588?ref=gtmwww.clarity.ms/tag/v7jgau0588?ref=g... https://www.clarity.ms/tag/v7jgau0588?ref=gtm — 200 — 843 B — 127 ms — http/1.1https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 51 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 71 ms — h3https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 11 ms — http/1.1https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fiu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1015990385.1776803933&dt=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&auid=64591489.1776803933&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h2v832195809za20gzb834117112zd834049945xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776803933463&tfd=1099www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fiu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1015990385.1776803933&dt=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&auid=64591489.1776803933&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h2v832195809za20gzb834117112zd834049945xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776803933463&tfd=1099 — 200 — 21 B — 76 ms — h3https://news.iu.edu/live/widget/160news.iu.edu/live/widget/160 https://news.iu.edu/live/widget/160 — 200 — 2.3 KiB — 317 ms — h2https://ad.doubleclick.net/activity;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;~oref=https%3A%2F%2Fiu.edu%2F?ad.doubleclick.net/activity;src=137... https://ad.doubleclick.net/activity;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;~oref=https%3A%2F%2Fiu.edu%2F? — 302 — 22 B — 302 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2F — 200 — 842 B — 276 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2F — 302 — 817 B — 276 ms — h2https://13775325.fls.doubleclick.net/activityi;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2F?13775325.fls.doubleclick.net/activi... https://13775325.fls.doubleclick.net/activityi;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2F? — 302 — 879 B — 83 ms — h2https://connect.facebook.net/signals/config/661123017718972?v=2.9.303&r=stable&domain=iu.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/661123017718972?v=2.9.303&r=stable&domain=iu.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.0 KiB — 21 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 136 ms — h2https://13775325.fls.doubleclick.net/activityi;dc_pre=CLy5sbrm_5MDFR0IugAdrM8niw;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2F?13775325.fls.doubleclick.net/activi... https://13775325.fls.doubleclick.net/activityi;dc_pre=CLy5sbrm_5MDFR0IugAdrM8niw;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2F? — 200 — 709 B — 40 ms — h2https://www.facebook.com/tr/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803933629&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=66112301771... https://www.facebook.com/tr/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803933629&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 40 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803933629&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803933629&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 182 ms — h3https://mx.technolutions.net/ping?id=0f1054c1-92c2-8741-5b85-1a1c5c52c30f&sid=901bCUuhJ3EJj55fgBiSES4ioMVqUsiLR9rZpRuZ7HX-bjFrH-HHF60HYbWiqKk9r7JtABANu_uN42N-8nApzBaypH3u4PiY461gNvFRMCePO9dXtYOpqa1QtOgMgrvP&hid=45fcdb47-101d-e455-7adb-de45dc348f8cmx.technolutions.net/ping?id=0f1054... https://mx.technolutions.net/ping?id=0f1054c1-92c2-8741-5b85-1a1c5c52c30f&sid=901bCUuhJ3EJj55fgBiSES4ioMVqUsiLR9rZpRuZ7HX-bjFrH-HHF60HYbWiqKk9r7JtABANu_uN42N-8nApzBaypH3u4PiY461gNvFRMCePO9dXtYOpqa1QtOgMgrvP&hid=45fcdb47-101d-e455-7adb-de45dc348f8c — 200 — 3.7 KiB — 47 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CLy5sbrm_5MDFR0IugAdrM8niw;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CLy5sbrm_5MDFR0IugAdrM8niw;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;_dc_test=1;~oref=https%3A%2F%2Fiu.edu%2F — 200 — 63 B — 109 ms — h3https://ad.doubleclick.net/activity;dc_pre=CIbiubrm_5MDFd3XOwIdoQQf4w;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;~oref=https%3A%2F%2Fiu.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CIbiubrm_5MDFd3XOwIdoQQf4w;src=13775325;type=iuall;cat=allpages;rcb=11;ord=4826915818329;npa=1;auiddc=64591489.1776803933;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0h2v9188078234z8832195809za20gzb832195809zd834049945xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938469~117266400~118128922;epver=2;dc_random=1776803933_ewI8Qejkl13XiKf7WOKYeBD3jkz07BRPeA;~oref=https%3A%2F%2Fiu.edu%2F? — 200 — 64 B — 61 ms — h3https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,1920,1080/24210_IU_AI_Course_-_Still_1_1.rev.1753120545.webpnews.iu.edu/live/image/scale/2x/gid... https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,1920,1080/24210_IU_AI_Course_-_Still_1_1.rev.1753120545.webp — 200 — 28.5 KiB — 347 ms — h2https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,3200,2018/29514_20260420_IU_LAB_Zimmer_Biomet_Signing_LK_416.rev.1776707859.webpnews.iu.edu/live/image/scale/2x/gid... https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,3200,2018/29514_20260420_IU_LAB_Zimmer_Biomet_Signing_LK_416.rev.1776707859.webp — 200 — 151.0 KiB — 498 ms — h2https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,3200,2133/29143_Luke_Alka-1_2.rev.1776433907.webpnews.iu.edu/live/image/scale/2x/gid... https://news.iu.edu/live/image/scale/2x/gid/2/width/768/height/768/crop/1/src_region/0,0,3200,2133/29143_Luke_Alka-1_2.rev.1776433907.webp — 200 — 105.2 KiB — 485 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2F&e_ipv6=AQJZfqow6Yw4eQAAAZ2xxG4nFwYo98WbqZtavWsqG6Sks1ZCfEn5xfHwjM9tz_SysmUDh1Z4zlopx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=677940&time=1776803933544&url=https%3A%2F%2Fiu.edu%2F&e_ipv6=AQJZfqow6Yw4eQAAAZ2xxG4nFwYo98WbqZtavWsqG6Sks1ZCfEn5xfHwjM9tz_SysmUDh1Z4zlo — 200 — 695 B — 221 ms — h2https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 270 B — 425 ms — http/1.1https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 585 B — 189 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 51 ms — h2https://js.ipredictive.com/viant_universal_pixel.jsjs.ipredictive.com/viant_universal_... https://js.ipredictive.com/viant_universal_pixel.js — 200 — 3.5 KiB — 17 ms — h2https://collector-45862.tvsquared.com/tv2track.jscollector-45862.tvsquared.com/tv2tr... https://collector-45862.tvsquared.com/tv2track.js — 200 — 8.7 KiB — 496 ms — http/1.1https://s.dpmsrv.com/dpm_599e9ef3575ae3622fe4bc5b1b01c3705a7e848c.min.jss.dpmsrv.com/dpm_599e9ef3575ae3622f... https://s.dpmsrv.com/dpm_599e9ef3575ae3622fe4bc5b1b01c3705a7e848c.min.js — 200 — 12.2 KiB — 22 ms — http/1.1https://www.facebook.com/tr/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803934075&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=66112301771... https://www.facebook.com/tr/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803934075&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 20 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803934075&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=661123017718972&ev=PageView&dl=https%3A%2F%2Fiu.edu%2F&rl=&if=false&ts=1776803934075&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=1&o=4126&fbp=fb.1.1776803933618.31821454535982259&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&pmd[locale]=en&pmd[description]=Indiana%20University%20empowers%20students%20to%20succeed%20through%20top-ranked%20academics%2C%20groundbreaking%20research%2C%20and%20service%20that%20strengthens%20Indiana%20and%20beyond.&plt=874.5&it=1776803933573&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 131 ms — h3https://ib.adnxs.com/seg?add=37979359ib.adnxs.com/seg?add=37979359 https://ib.adnxs.com/seg?add=37979359 — 200 — 578 B — 132 ms — h2https://jadserve.postrelease.com/rt.gif?ntv_tg=c8aa41ecdcdb4fc0a12535628b7edf20&ord=[cache_buster]jadserve.postrelease.com/rt.gif?ntv... https://jadserve.postrelease.com/rt.gif?ntv_tg=c8aa41ecdcdb4fc0a12535628b7edf20&ord=[cache_buster] — 200 — 423 B — 109 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=oiqtp66&cookie_sync=1&upv=3.0.0&upid=t7fgnr7&ref=https://iu.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=oiqtp66&cookie_sync=1&upv=3.0.0&upid=t7fgnr7&ref=https://iu.edu/ — 302 — 160 B — 107 ms — h2https://assets.iu.edu/favicon.icoassets.iu.edu/favicon.ico https://assets.iu.edu/favicon.ico — 200 — 57.2 KiB — 14 ms — h2https://ad.ipredictive.com/d/track/event?upid=112244&cache_buster=1776803934&url=https%3A%2F%2Fiu.edu%2F&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=112244&cache_buster=1776803934&url=https%3A%2F%2Fiu.edu%2F&ps=0 — 200 — 327 B — 383 ms — http/1.1https://a.dpmsrv.com/dpmpxl/index.php?zn=&sn=&sessionId=&q=xImp&v=1.x&ep%5BaUid%5D=&ep%5BaSid%5D=&ep%5BaSidCustom%5D=1&ep%5BcCid%5D=&cl=1183&pixelIndex=0&r=829502&tzOffset=0&url=https%3A%2F%2Fiu.edu%2F&pageTitle=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20todaya.dpmsrv.com/dpmpxl/index.php?zn=&s... https://a.dpmsrv.com/dpmpxl/index.php?zn=&sn=&sessionId=&q=xImp&v=1.x&ep%5BaUid%5D=&ep%5BaSid%5D=&ep%5BaSidCustom%5D=1&ep%5BcCid%5D=&cl=1183&pixelIndex=0&r=829502&tzOffset=0&url=https%3A%2F%2Fiu.edu%2F&pageTitle=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today — 200 — 879 B — 400 ms — http/1.1https://tr.snapchat.com/config/edu/e6d07076-4be1-4b7d-bc78-432a8623c95a.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/e6d07076... https://tr.snapchat.com/config/edu/e6d07076-4be1-4b7d-bc78-432a8623c95a.js?v=3.55.0-2604211744 — 200 — 456 B — 193 ms — h2https://tr.snapchat.com/p?pid=e6d07076-4be1-4b7d-bc78-432a8623c95a&ev=PAGE_VIEW&intg=gtm&pids=e6d07076-4be1-4b7d-bc78-432a8623c95a&u_c1=11096470-bac9-48b0-b2ff-e8c9ce12a3d6&cdid=%40-b46339f4-14c3-485e-8646-b279764d7ad2&u_sclid=d9433a3b-2a31-480b-9ee7-ed521528a2a1&u_scsid=1f6b5f9b-487b-45a8-91ca-4f4fedac1a5b&gat=GTM-5X98FWD%2CGTM-NFLPFVV%2CG-61CH0D2DQW%2CGTM-WJFT899&gac=9d3cfcf4&bg=false&bt=1d53c387&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=874&m_fcps=560&m_pi=872&m_pl=1689&m_pv=2&m_rd=1828&m_sh=600&m_sl=1814&m_sw=800&pl=https%3A%2F%2Fiu.edu%2F&trackId=dddace36-7e48-4a06-814f-9caf81090b96&ts=1776803934193&v=3.55.0-2604211744tr.snapchat.com/p?pid=e6d07076-4be1... https://tr.snapchat.com/p?pid=e6d07076-4be1-4b7d-bc78-432a8623c95a&ev=PAGE_VIEW&intg=gtm&pids=e6d07076-4be1-4b7d-bc78-432a8623c95a&u_c1=11096470-bac9-48b0-b2ff-e8c9ce12a3d6&cdid=%40-b46339f4-14c3-485e-8646-b279764d7ad2&u_sclid=d9433a3b-2a31-480b-9ee7-ed521528a2a1&u_scsid=1f6b5f9b-487b-45a8-91ca-4f4fedac1a5b&gat=GTM-5X98FWD%2CGTM-NFLPFVV%2CG-61CH0D2DQW%2CGTM-WJFT899&gac=9d3cfcf4&bg=false&bt=1d53c387&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=874&m_fcps=560&m_pi=872&m_pl=1689&m_pv=2&m_rd=1828&m_sh=600&m_sl=1814&m_sw=800&pl=https%3A%2F%2Fiu.edu%2F&trackId=dddace36-7e48-4a06-814f-9caf81090b96&ts=1776803934193&v=3.55.0-2604211744 — 200 — 425 B — 67 ms — h2https://tr.snapchat.com/cm/i?pid=e6d07076-4be1-4b7d-bc78-432a8623c95a&u_scsid=1f6b5f9b-487b-45a8-91ca-4f4fedac1a5b&u_sclid=d9433a3b-2a31-480b-9ee7-ed521528a2a1tr.snapchat.com/cm/i?pid=e6d07076-4... https://tr.snapchat.com/cm/i?pid=e6d07076-4be1-4b7d-bc78-432a8623c95a&u_scsid=1f6b5f9b-487b-45a8-91ca-4f4fedac1a5b&u_sclid=d9433a3b-2a31-480b-9ee7-ed521528a2a1 — 200 — 201 B — 62 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=oiqtp66&cookie_sync=1&upv=3.0.0&upid=t7fgnr7&ref=https%3a%2f%2fiu.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=oiqtp66&cookie_sync=1&upv=3.0.0&upid=t7fgnr7&ref=https%3a%2f%2fiu.edu&redirect=1 — 200 — 369 B — 38 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 13 ms — http/1.1https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 33 ms — h2https://collector-45862.tvsquared.com/tv2track.php?action_name=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&idsite=TV-5445183672-1&rec=1&r=626003&h=20&m=38&s=54&url=https%3A%2F%2Fiu.edu%2F&_id=4832492e795866a2&_idts=1776803935&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=800x600&gt_ms=126collector-45862.tvsquared.com/tv2tr... https://collector-45862.tvsquared.com/tv2track.php?action_name=Bring%20On%20Tomorrow%3A%20Solving%20tomorrow%27s%20problems%20today&idsite=TV-5445183672-1&rec=1&r=626003&h=20&m=38&s=54&url=https%3A%2F%2Fiu.edu%2F&_id=4832492e795866a2&_idts=1776803935&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=800x600&gt_ms=126 — 200 — 276 B — 124 ms — http/1.1https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 84 B — 32 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 111 ms — h2https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 270 B — 104 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 342 B — 129 ms — h2https://ib.adnxs.com/seg?member=827&consent=1&add=42079076,30148055,23268255ib.adnxs.com/seg?member=827&consent... https://ib.adnxs.com/seg?member=827&consent=1&add=42079076,30148055,23268255 — 307 — 932 B — 33 ms — h2https://pixel.mathtag.com/event/img?mt_id=2372713&mt_adid=431650pixel.mathtag.com/event/img?mt_id=2... https://pixel.mathtag.com/event/img?mt_id=2372713&mt_adid=431650 — 302 — 856 B — 301 ms — http/1.1https://pixel.mathtag.com/event/img?mt_id=2372705&mt_adid=431650pixel.mathtag.com/event/img?mt_id=2... https://pixel.mathtag.com/event/img?mt_id=2372705&mt_adid=431650 — 302 — 857 B — 300 ms — http/1.1https://pixel.mathtag.com/event/img?mt_id=2372701&mt_adid=431650pixel.mathtag.com/event/img?mt_id=2... https://pixel.mathtag.com/event/img?mt_id=2372701&mt_adid=431650 — 302 — 856 B — 299 ms — http/1.1https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:bdw6qpv&fmt=3insight.adsrvr.org/track/pxl/?adv=f... https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:bdw6qpv&fmt=3 — 200 — 148 B — 66 ms — h2https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:ev51d05&fmt=3insight.adsrvr.org/track/pxl/?adv=f... https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:ev51d05&fmt=3 — 200 — 148 B — 67 ms — h2https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:0vvgx9s&fmt=3insight.adsrvr.org/track/pxl/?adv=f... https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:0vvgx9s&fmt=3 — 200 — 149 B — 64 ms — h2https://insight.adsrvr.org/track/pxl/?adv=brvk6m8&ct=0:jhzy5ju&fmt=3insight.adsrvr.org/track/pxl/?adv=b... https://insight.adsrvr.org/track/pxl/?adv=brvk6m8&ct=0:jhzy5ju&fmt=3 — 200 — 148 B — 65 ms — h2https://ib.adnxs.com/bounce?%2Fseg%3Fmember%3D827%26consent%3D1%26add%3D42079076%2C30148055%2C23268255ib.adnxs.com/bounce?%2Fseg%3Fmember... https://ib.adnxs.com/bounce?%2Fseg%3Fmember%3D827%26consent%3D1%26add%3D42079076%2C30148055%2C23268255 — 200 — 926 B — 37 ms — h2https://pixel.mathtag.com/event/img?primary-x-request-id=86f89cbc0fafaefdee4940cbd6a91b71&mt_id=2372705&mt_adid=431650pixel.mathtag.com/event/img?primary... https://pixel.mathtag.com/event/img?primary-x-request-id=86f89cbc0fafaefdee4940cbd6a91b71&mt_id=2372705&mt_adid=431650 — 200 — 756 B — 104 ms — http/1.1https://pixel.mathtag.com/event/img?primary-x-request-id=dd6278de8db6780cea6dd0bb664720bd&mt_id=2372701&mt_adid=431650pixel.mathtag.com/event/img?primary... https://pixel.mathtag.com/event/img?primary-x-request-id=dd6278de8db6780cea6dd0bb664720bd&mt_id=2372701&mt_adid=431650 — 200 — 755 B — 105 ms — http/1.1https://pixel.mathtag.com/event/img?primary-x-request-id=88fa50d456920ea9583d1b208c084df0&mt_id=2372713&mt_adid=431650pixel.mathtag.com/event/img?primary... https://pixel.mathtag.com/event/img?primary-x-request-id=88fa50d456920ea9583d1b208c084df0&mt_id=2372713&mt_adid=431650 — 200 — 756 B — 105 ms — http/1.1https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 270 B — 101 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
82% of JavaScript execution is third-party
First-party Third-party 412ms · 477KB · $5/mo
Unattributable
Other
Optional
Execution 151ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 123 KB
Unused 51%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 170 KB
Unused 37%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Optional
Execution 52ms
Transfer 26 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 158 KB
Unused 49%
Monthly Cost $1/mo

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

Why this matters

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

Learn more

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

Source: web.dev

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback