Skip to content
https://rice.edu

Performance

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

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

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

900 ms

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

1.75 s

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

41 ms

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

0.000

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

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

2.51 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
6 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 111 requests
FIX
2.4 MB transferred, 111 requests
Info::
Page weighs 4.9 MB (2.4 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
JavaScript is 792 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 792 KB
Info::
Fonts are 350 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 350 KB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.51 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
111 requests
0.51 g CO2 per page load
Images 1.1 MiB 47%
JavaScript 791.9 KiB 32%
Fonts 350.2 KiB 14%
CSS 109.5 KiB 4%
HTML 36.6 KiB 1%
Other 16.2 KiB 1%
Other 11.2 KiB 0%
Other 10.4 KiB 0%
Other 260 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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
67% third-party, 0 ms blocking
FIX
67% third-party, 0 ms blocking
Warning::
Third-party code accounts for 67% of page weight (1.6 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
33%
67%
First-party Third-party
D
JS Bundles
Action
33 scripts, 352 KB unused
FIX
33 scripts, 352 KB unused
Warning::
https://cdn.amplitude.com/libs/plugin-session-repl...: 82 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.rice.edu/themes/custom/adm_rice/assets...: 69 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PH9...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/dc329f57...: 52 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr....: 32 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 352 KB
352 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.23.2-min.js.gz130 KB82 KB (63%)3rd
https://www.rice.edu/themes/custom/adm_rice/assets/js/app.js?v=10.6.387 KB69 KB (88%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-PH9QMD3144 KB64 KB (44%)3rd
https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D103 KB52 KB (50%)3rd
https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.polyfilled.min.js36 KB32 KB (91%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://www.rice.edu/themes/custom/adm_rice/assets/js/extras.js?v=10.6.31 KB1st
https://cse.google.com/cse.js?cx=014332935913219502104:djq0abwo2eq4 KB3rd
https://www.rice.edu/modules/contrib/google_tag/js/gtm.js?tcvtx01 KB1st

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

D
Page Weight Inventory
Action
111 resources · 2.4 MB · 352 KB savings available
FIX
111 resources · 2.4 MB · 352 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~352 KB of savings available
Warning::
86 third-party resources (67% of weight)
111 resources · 2.4 MiB · 86 third-party 1.4 MiB over 1MB target
Image 47% · 1.1 MiB
JavaScript 32% · 791.9 KiB
Font 14% · 350.2 KiB
CSS 4% · 109.5 KiB
Document 1% · 37.0 KiB
Other 1% · 27.4 KiB

~352.0 KiB of savings available

Remove unused JavaScript: 352.0 KiB
C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://www.rice.edu/sites/g/files/bxs2566/files/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.rice.edu/sites/g/files/bxs2566/files/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 1.1 MB
0 oversized -0 KB
10 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

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1027ms total JS execution
REVIEW
1027ms total JS execution
Warning::
https://cdn.amplitude.com/libs/plugin-session-repl...: 364ms CPU time
Info::
https://www.rice.edu/: 230ms CPU time
Info::
Unattributable: 219ms CPU time
Info::
https://www.rice.edu/sites/g/files/bxs2566/files/j...: 121ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PH9...: 92ms CPU time
Warning::
Third-party scripts: 675ms (66% of total)

Main Thread Breakdown

Script Evaluation 57% Other 20% Style & Layout 12% Script Parsing & Compilation 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.23.2-min.js.gz364ms320ms17ms3rd
https://www.rice.edu/230ms27ms2ms1st
Unattributable219ms9ms0ms3rd
https://www.rice.edu/sites/g/files/bxs2566/files/js/js_aBqya4AT2_6yges7zY5xaWUqJLOaC_h1jDrpRECxpXc.js?scope=header&delta=0&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA121ms82ms3ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-PH9QMD392ms77ms12ms3rd
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
11 fonts (350 KB)
PASS
11 fonts (350 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

350 KB total

Render-blocking

0

of 11

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 900 ms LCP 1.8 shttps://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2TrajanPro-Regular.woff2 https://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2 — 26.0 KiB — 120 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2Book.woff2 https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2 — 36.5 KiB — 73 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2Book.woff2 https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2 — 46.9 KiB — 113 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2Bold.woff2 https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2 — 38.0 KiB — 103 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2Bold.woff2 https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2 — 47.7 KiB — 114 ms — font-display: swapdata:font/woff2;base64,d09GMk9UVE8AACjoAAkAAAAAXo0AACifAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…woff2;base64,d09GMk9UVE... data:font/woff2;base64,d09GMk9UVE8AACjoAAkAAAAAXo0AACifAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 10.2 KiB — 103 ms — font-display: swapdata:font/woff2;base64,d09GMk9UVE8AABewAAkAAAAAJioAABdoAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…woff2;base64,d09GMk9UVE... data:font/woff2;base64,d09GMk9UVE8AABewAAkAAAAAJioAABdoAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 5.9 KiB — 106 ms — font-display: swapdata:font/woff2;base64,d09GMk9UVE8AABRIAAkAAAAAL4cAABQBAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…woff2;base64,d09GMk9UVE... data:font/woff2;base64,d09GMk9UVE8AABRIAAkAAAAAL4cAABQBAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 5.1 KiB — 106 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book%20Italic/BookItalic.woff2BookItalic.woff2 https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book%20Italic/BookItalic.woff2 — 39.3 KiB — 9 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Light/Light.woff2Light.woff2 https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Light/Light.woff2 — 47.0 KiB — 6 ms — font-display: swaphttps://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Black/Black.woff2Black.woff2 https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Black/Black.woff2 — 47.5 KiB — 8 ms — font-display: swap
TrajanPro-Regular.woff2 woff2 swap
Size 26 KB
Load time 120 ms
Start 37 ms
Risk FOUT — text flashes from fallback to web font
Book.woff2 woff2 swap
Size 36 KB
Load time 73 ms
Start 38 ms
Risk FOUT — text flashes from fallback to web font
Book.woff2 woff2 swap
Size 47 KB
Load time 113 ms
Start 40 ms
Risk FOUT — text flashes from fallback to web font
Bold.woff2 woff2 swap
Size 38 KB
Load time 103 ms
Start 41 ms
Risk FOUT — text flashes from fallback to web font
Bold.woff2 woff2 swap
Size 48 KB
Load time 114 ms
Start 41 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMk9UVE... woff2 swap
Size 10 KB
Load time 103 ms
Start 295 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMk9UVE... woff2 swap
Size 6 KB
Load time 106 ms
Start 295 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMk9UVE... woff2 swap
Size 5 KB
Load time 106 ms
Start 295 ms
Risk FOUT — text flashes from fallback to web font
BookItalic.woff2 woff2 swap
Size 39 KB
Load time 9 ms
Start 364 ms
Risk FOUT — text flashes from fallback to web font
Light.woff2 woff2 swap
Size 47 KB
Load time 6 ms
Start 373 ms
Risk FOUT — text flashes from fallback to web font
Black.woff2 woff2 swap
Size 47 KB
Load time 8 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP Caching
max-age=31536000 (52 weeks)
PASS
max-age=31536000 (52 weeks)
Info::
Cache-Control header is set
Got: max-age=31536000, public
Info::
Effective TTL: 52 weeks (max-age=31536000)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=31536000, public

DirectiveValueMeaning
max-age31536000Cache for 52 weeks
publicAny cache may store this response
Effective TTL: 31536000 seconds
Network Waterfall
111 requests over 2221ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 900 ms LCP 1.8 shttps://www.rice.edu// https://www.rice.edu/ — 200 — 29.5 KiB — 24 ms — h2https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/script.jscdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/script.js — 200 — 8.7 KiB — 104 ms — h2https://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2staticws.b-cdn.net/assets/fonts/Tra... https://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2 — 200 — 26.0 KiB — 120 ms — h2https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2staticws.b-cdn.net/assets/fonts/Cop... https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2 — 200 — 36.5 KiB — 73 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2 — 200 — 46.9 KiB — 113 ms — h2https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2staticws.b-cdn.net/assets/fonts/Cop... https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2 — 200 — 38.0 KiB — 103 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2 — 200 — 47.7 KiB — 114 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/css/css_uWT33OGJAmpu4gOi0bA5j4iww3GSdbPHYvfqDGSSzIc.css?delta=0&language=en&theme=adm_rice&include=eJxFi-EKwyAMBl9IzCOVT5O1MjWSaEvffrCN7c9xHByYp6LfhK_Eh2mfAdw2K1lor5pQQ34Kl6m2IWc1LtrpZ59FOocBw24YhxPbGqjxX-LqY6Va_BAOfvuURgku4SxyOb0Zm_Kq8gIUMjpq/sites/g/files/bxs2566/files/css/cs... https://www.rice.edu/sites/g/files/bxs2566/files/css/css_uWT33OGJAmpu4gOi0bA5j4iww3GSdbPHYvfqDGSSzIc.css?delta=0&language=en&theme=adm_rice&include=eJxFi-EKwyAMBl9IzCOVT5O1MjWSaEvffrCN7c9xHByYp6LfhK_Eh2mfAdw2K1lor5pQQ34Kl6m2IWc1LtrpZ59FOocBw24YhxPbGqjxX-LqY6Va_BAOfvuURgku4SxyOb0Zm_Kq8gIUMjpq — 200 — 2.2 KiB — 17 ms — h2https://kit.fontawesome.com/c22e70c3df.csskit.fontawesome.com/c22e70c3df.css https://kit.fontawesome.com/c22e70c3df.css — 200 — 491 B — 101 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.csscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css — 200 — 1.2 KiB — 77 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.csscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css — 200 — 1.4 KiB — 78 ms — h2https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.csscdn.jsdelivr.net/npm/@fancyapps/fan... https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css — 200 — 3.4 KiB — 80 ms — h2https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.csscdn.jsdelivr.net/npm/plyr@3.7.2/dis... https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.css — 200 — 5.8 KiB — 82 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/css/app.css/themes/custom/adm_rice/assets/css/... https://www.rice.edu/themes/custom/adm_rice/assets/css/app.css — 200 — 46.9 KiB — 60 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/css/extra.css/themes/custom/adm_rice/assets/css/... https://www.rice.edu/themes/custom/adm_rice/assets/css/extra.css — 200 — 3.1 KiB — 16 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_aBqya4AT2_6yges7zY5xaWUqJLOaC_h1jDrpRECxpXc.js?scope=header&delta=0&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_aBqya4AT2_6yges7zY5xaWUqJLOaC_h1jDrpRECxpXc.js?scope=header&delta=0&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 40.7 KiB — 57 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.jscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.js — 200 — 11.0 KiB — 83 ms — h2https://cdn.jsdelivr.net/npm/focus-visible@5.2.0/dist/focus-visible.min.jscdn.jsdelivr.net/npm/focus-visible@... https://cdn.jsdelivr.net/npm/focus-visible@5.2.0/dist/focus-visible.min.js — 200 — 1.7 KiB — 85 ms — h2https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.jscdn.jsdelivr.net/npm/@fancyapps/fan... https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js — 200 — 23.0 KiB — 107 ms — h2https://cdn.jsdelivr.net/npm/selectric@1.13.0/public/jquery.selectric.min.jscdn.jsdelivr.net/npm/selectric@1.13... https://cdn.jsdelivr.net/npm/selectric@1.13.0/public/jquery.selectric.min.js — 200 — 5.2 KiB — 87 ms — h2https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.polyfilled.min.jscdn.jsdelivr.net/npm/plyr@3.7.2/dis... https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.polyfilled.min.js — 200 — 35.9 KiB — 111 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_5aY8zv23mW6tpX0OaCUk0y8eWL46lRH2cCYq3knKhvI.js?scope=header&delta=7&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_5aY8zv23mW6tpX0OaCUk0y8eWL46lRH2cCYq3knKhvI.js?scope=header&delta=7&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 7.6 KiB — 32 ms — h2https://www.rice.edu/modules/contrib/google_tag/js/gtag.js?tcvtx0/modules/contrib/google_tag/js/gtag... https://www.rice.edu/modules/contrib/google_tag/js/gtag.js?tcvtx0 — 200 — 779 B — 32 ms — h2https://www.rice.edu/modules/contrib/google_tag/js/gtm.js?tcvtx0/modules/contrib/google_tag/js/gtm.... https://www.rice.edu/modules/contrib/google_tag/js/gtm.js?tcvtx0 — 200 — 709 B — 35 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2019-08/Rice_University_Horizontal_Blue.svg/sites/g/files/bxs2566/files/2019-0... https://www.rice.edu/sites/g/files/bxs2566/files/2019-08/Rice_University_Horizontal_Blue.svg — 200 — 6.9 KiB — 44 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/quyen-jones-artemis-ii-hero-1500px.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/quyen-jones-artemis-ii-hero-1500px.webp — 200 — 33.2 KiB — 51 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/gsa-rankings-2026-hero-v2.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/gsa-rankings-2026-hero-v2.webp — 200 — 58.5 KiB — 51 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-03/rice-academic-quad-houston-skyline-hero.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-03/rice-academic-quad-houston-skyline-hero.webp — 200 — 108.7 KiB — 55 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 29 ms — h3https://www.rice.edu/sites/g/files/bxs2566/files/2026-02/rice-fifa-press-conference-2026.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-02/rice-fifa-press-conference-2026.webp — 200 — 56.6 KiB — 8 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 900 ms LCP 1.8 shttps://www.rice.edu// https://www.rice.edu/ — 200 — 29.5 KiB — 24 ms — h2https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/script.jscdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/script.js — 200 — 8.7 KiB — 104 ms — h2https://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2staticws.b-cdn.net/assets/fonts/Tra... https://staticws.b-cdn.net/assets/fonts/TrajanPro/TrajanPro-Regular.woff2 — 200 — 26.0 KiB — 120 ms — h2https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2staticws.b-cdn.net/assets/fonts/Cop... https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book/Book.woff2 — 200 — 36.5 KiB — 73 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Book/Book.woff2 — 200 — 46.9 KiB — 113 ms — h2https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2staticws.b-cdn.net/assets/fonts/Cop... https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Bold/Bold.woff2 — 200 — 38.0 KiB — 103 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Bold/Bold.woff2 — 200 — 47.7 KiB — 114 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/css/css_uWT33OGJAmpu4gOi0bA5j4iww3GSdbPHYvfqDGSSzIc.css?delta=0&language=en&theme=adm_rice&include=eJxFi-EKwyAMBl9IzCOVT5O1MjWSaEvffrCN7c9xHByYp6LfhK_Eh2mfAdw2K1lor5pQQ34Kl6m2IWc1LtrpZ59FOocBw24YhxPbGqjxX-LqY6Va_BAOfvuURgku4SxyOb0Zm_Kq8gIUMjpq/sites/g/files/bxs2566/files/css/cs... https://www.rice.edu/sites/g/files/bxs2566/files/css/css_uWT33OGJAmpu4gOi0bA5j4iww3GSdbPHYvfqDGSSzIc.css?delta=0&language=en&theme=adm_rice&include=eJxFi-EKwyAMBl9IzCOVT5O1MjWSaEvffrCN7c9xHByYp6LfhK_Eh2mfAdw2K1lor5pQQ34Kl6m2IWc1LtrpZ59FOocBw24YhxPbGqjxX-LqY6Va_BAOfvuURgku4SxyOb0Zm_Kq8gIUMjpq — 200 — 2.2 KiB — 17 ms — h2https://kit.fontawesome.com/c22e70c3df.csskit.fontawesome.com/c22e70c3df.css https://kit.fontawesome.com/c22e70c3df.css — 200 — 491 B — 101 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.csscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css — 200 — 1.2 KiB — 77 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.csscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css — 200 — 1.4 KiB — 78 ms — h2https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.csscdn.jsdelivr.net/npm/@fancyapps/fan... https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css — 200 — 3.4 KiB — 80 ms — h2https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.csscdn.jsdelivr.net/npm/plyr@3.7.2/dis... https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.css — 200 — 5.8 KiB — 82 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/css/app.css/themes/custom/adm_rice/assets/css/... https://www.rice.edu/themes/custom/adm_rice/assets/css/app.css — 200 — 46.9 KiB — 60 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/css/extra.css/themes/custom/adm_rice/assets/css/... https://www.rice.edu/themes/custom/adm_rice/assets/css/extra.css — 200 — 3.1 KiB — 16 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_aBqya4AT2_6yges7zY5xaWUqJLOaC_h1jDrpRECxpXc.js?scope=header&delta=0&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_aBqya4AT2_6yges7zY5xaWUqJLOaC_h1jDrpRECxpXc.js?scope=header&delta=0&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 40.7 KiB — 57 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.jscdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.js — 200 — 11.0 KiB — 83 ms — h2https://cdn.jsdelivr.net/npm/focus-visible@5.2.0/dist/focus-visible.min.jscdn.jsdelivr.net/npm/focus-visible@... https://cdn.jsdelivr.net/npm/focus-visible@5.2.0/dist/focus-visible.min.js — 200 — 1.7 KiB — 85 ms — h2https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.jscdn.jsdelivr.net/npm/@fancyapps/fan... https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js — 200 — 23.0 KiB — 107 ms — h2https://cdn.jsdelivr.net/npm/selectric@1.13.0/public/jquery.selectric.min.jscdn.jsdelivr.net/npm/selectric@1.13... https://cdn.jsdelivr.net/npm/selectric@1.13.0/public/jquery.selectric.min.js — 200 — 5.2 KiB — 87 ms — h2https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.polyfilled.min.jscdn.jsdelivr.net/npm/plyr@3.7.2/dis... https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.polyfilled.min.js — 200 — 35.9 KiB — 111 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_5aY8zv23mW6tpX0OaCUk0y8eWL46lRH2cCYq3knKhvI.js?scope=header&delta=7&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_5aY8zv23mW6tpX0OaCUk0y8eWL46lRH2cCYq3knKhvI.js?scope=header&delta=7&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 7.6 KiB — 32 ms — h2https://www.rice.edu/modules/contrib/google_tag/js/gtag.js?tcvtx0/modules/contrib/google_tag/js/gtag... https://www.rice.edu/modules/contrib/google_tag/js/gtag.js?tcvtx0 — 200 — 779 B — 32 ms — h2https://www.rice.edu/modules/contrib/google_tag/js/gtm.js?tcvtx0/modules/contrib/google_tag/js/gtm.... https://www.rice.edu/modules/contrib/google_tag/js/gtm.js?tcvtx0 — 200 — 709 B — 35 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2019-08/Rice_University_Horizontal_Blue.svg/sites/g/files/bxs2566/files/2019-0... https://www.rice.edu/sites/g/files/bxs2566/files/2019-08/Rice_University_Horizontal_Blue.svg — 200 — 6.9 KiB — 44 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/quyen-jones-artemis-ii-hero-1500px.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/quyen-jones-artemis-ii-hero-1500px.webp — 200 — 33.2 KiB — 51 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/gsa-rankings-2026-hero-v2.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/gsa-rankings-2026-hero-v2.webp — 200 — 58.5 KiB — 51 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2026-03/rice-academic-quad-houston-skyline-hero.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-03/rice-academic-quad-houston-skyline-hero.webp — 200 — 108.7 KiB — 55 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 29 ms — h3https://www.rice.edu/sites/g/files/bxs2566/files/2026-02/rice-fifa-press-conference-2026.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-02/rice-fifa-press-conference-2026.webp — 200 — 56.6 KiB — 8 ms — h2https://ka-p.fontawesome.com/assets/c22e70c3df/54803419/kit.css?token=c22e70c3dfka-p.fontawesome.com/assets/c22e70c... https://ka-p.fontawesome.com/assets/c22e70c3df/54803419/kit.css?token=c22e70c3df — 200 — 31.8 KiB — 30 ms — h2https://cdn.amplitude.com/libs/analytics-browser-2.11.1-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.11.1-min.js.gz — 200 — 35.3 KiB — 32 ms — h2https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.23.2-min.js.gzcdn.amplitude.com/libs/plugin-sessi... https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.23.2-min.js.gz — 200 — 130.4 KiB — 35 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_UrSD6icM5sbY743d2jBrv9K7ypLLMrN0iY3jR8Tp1Ds.js?scope=footer&delta=1&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_UrSD6icM5sbY743d2jBrv9K7ypLLMrN0iY3jR8Tp1Ds.js?scope=footer&delta=1&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 411 B — 9 ms — h2https://www.rice.edu/modules/contrib/ckeditor_accordion/js/accordion.frontend.min.js?tcvtx0/modules/contrib/ckeditor_accordion... https://www.rice.edu/modules/contrib/ckeditor_accordion/js/accordion.frontend.min.js?tcvtx0 — 200 — 1.6 KiB — 39 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/js/js_idIt7dMb0bu-NAyi2Sh94bcTHSGkcQBIFBiB3sTly7o.js?scope=footer&delta=3&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA/sites/g/files/bxs2566/files/js/js_... https://www.rice.edu/sites/g/files/bxs2566/files/js/js_idIt7dMb0bu-NAyi2Sh94bcTHSGkcQBIFBiB3sTly7o.js?scope=footer&delta=3&language=en&theme=adm_rice&include=eJxdi1EKgCAQBS8k7pHk5dpi6S6IH9npK4qgfoZ5Aw_M3aCD8Iifm2l34Bpajomk2ITi4po4d2sBMVrjbEqv3Zek7MRMSgodQnLivz0WbN9YXcE-6MIBxNk1xA — 200 — 897 B — 18 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/js/app.js?v=10.6.3/themes/custom/adm_rice/assets/js/a... https://www.rice.edu/themes/custom/adm_rice/assets/js/app.js?v=10.6.3 — 200 — 86.6 KiB — 55 ms — h2https://www.rice.edu/themes/custom/adm_rice/assets/js/extras.js?v=10.6.3/themes/custom/adm_rice/assets/js/e... https://www.rice.edu/themes/custom/adm_rice/assets/js/extras.js?v=10.6.3 — 200 — 933 B — 12 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2025-11/home-hero-gateway-main-entrance-stadium-fireworks.webp/sites/g/files/bxs2566/files/2025-1... https://www.rice.edu/sites/g/files/bxs2566/files/2025-11/home-hero-gateway-main-entrance-stadium-fireworks.webp — 200 — 137.6 KiB — 51 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 53 ms — h3https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/banner.jscdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/banner.js — 200 — 7.7 KiB — 22 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PH9QMD3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PH9QMD3 — 200 — 144.1 KiB — 116 ms — h2https://cse.google.com/cse.js?cx=014332935913219502104:djq0abwo2eqcse.google.com/cse.js?cx=0143329359... https://cse.google.com/cse.js?cx=014332935913219502104:djq0abwo2eq — 200 — 3.9 KiB — 120 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/2025-02/00bart_0.jpgnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/2025-02/00bart_0.jpg — 200 — 32.3 KiB — 34 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/2024-10/540_mussel_illo_rn_han_xiao3_copy.pngnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/2024-10/540_mussel_illo_rn_han_xiao3_copy.png — 200 — 171.2 KiB — 46 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/2024-11/66529545_l_normal_none.jpgnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/2024-11/66529545_l_normal_none.jpg — 200 — 78.3 KiB — 50 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/2023-04/230310_veiseh_kim_775_0.jpgnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/2023-04/230310_veiseh_kim_775_0.jpg — 200 — 64.8 KiB — 40 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/2024-08/flooding_1.jpgnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/2024-08/flooding_1.jpg — 200 — 34.1 KiB — 39 ms — h2https://www.rice.edu/sites/g/files/bxs2656/files/2025-02/featured_ev.jpg/sites/g/files/bxs2656/files/2025-0... https://www.rice.edu/sites/g/files/bxs2656/files/2025-02/featured_ev.jpg — 200 — 28.4 KiB — 20 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/styles/banner_extra_large_1600xauto/public/2023-10/rice-edu-menu-background-v0.webp.jpeg?itok=YTZ-1_Gw/sites/g/files/bxs2566/files/styles... https://www.rice.edu/sites/g/files/bxs2566/files/styles/banner_extra_large_1600xauto/public/2023-10/rice-edu-menu-background-v0.webp.jpeg?itok=YTZ-1_Gw — 200 — 120.9 KiB — 16 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/2024-03/icon--external-link--white.svg/sites/g/files/bxs2566/files/2024-0... https://www.rice.edu/sites/g/files/bxs2566/files/2024-03/icon--external-link--white.svg — 200 — 627 B — 11 ms — h2data:font/woff2;base64,d09GMk9UVE8AACjoAAkAAAAAXo0AACifAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…data:font/woff2;base64,d09GMk9UVE8A... data:font/woff2;base64,d09GMk9UVE8AACjoAAkAAAAAXo0AACifAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 200 — 10.2 KiB — 103 ms — datadata:font/woff2;base64,d09GMk9UVE8AABewAAkAAAAAJioAABdoAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…data:font/woff2;base64,d09GMk9UVE8A... data:font/woff2;base64,d09GMk9UVE8AABewAAkAAAAAJioAABdoAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 200 — 5.9 KiB — 106 ms — datadata:font/woff2;base64,d09GMk9UVE8AABRIAAkAAAAAL4cAABQBAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD…data:font/woff2;base64,d09GMk9UVE8A... data:font/woff2;base64,d09GMk9UVE8AABRIAAkAAAAAL4cAABQBAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmAD… — 200 — 5.1 KiB — 106 ms — datahttps://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book%20Italic/BookItalic.woff2staticws.b-cdn.net/assets/fonts/Cop... https://staticws.b-cdn.net/assets/fonts/Copernicus/Copernicus%20Book%20Italic/BookItalic.woff2 — 200 — 39.3 KiB — 9 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Light/Light.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Light/Light.woff2 — 200 — 47.0 KiB — 6 ms — h2https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Black/Black.woff2staticws.b-cdn.net/assets/fonts/Mal... https://staticws.b-cdn.net/assets/fonts/Mallory/Mallory%20Black/Black.woff2 — 200 — 47.5 KiB — 8 ms — h2https://sr-client-cfg.amplitude.com/config/8ea732d182d3a85f00e57f8065689ad4?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/8ea732d182d3a85f00e57f8065689ad4?config_group=browser — 200 — 537 B — 36 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.3 KiB — 39 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 988 B — 30 ms — h3https://news.rice.edu/json/news?category=Current%20News&tags=RN-Homenews.rice.edu/json/news?category=Cu... https://news.rice.edu/json/news?category=Current%20News&tags=RN-Home — 200 — 7.6 KiB — 177 ms — h2https://www.rice.edu/libraries/lazysizes/lazysizes.min.js/libraries/lazysizes/lazysizes.min.... https://www.rice.edu/libraries/lazysizes/lazysizes.min.js — 200 — 3.6 KiB — 10 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/shane_4_0.jpg?itok=TiD_FE8fnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/shane_4_0.jpg?itok=TiD_FE8f — 200 — 26.7 KiB — 85 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/featured_lily_select.jpg?itok=euNL8Wlvnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/featured_lily_select.jpg?itok=euNL8Wlv — 200 — 21.9 KiB — 77 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/round-up.webp?itok=UY71ykFTnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/round-up.webp?itok=UY71ykFT — 200 — 29.6 KiB — 86 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/resize_49.jpeg?itok=ZbprJkjCnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/resize_49.jpeg?itok=ZbprJkjC — 200 — 29.7 KiB — 13 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/fi_pca_retreat-8_copy_2.jpeg?itok=AAIjuh1Vnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/fi_pca_retreat-8_copy_2.jpeg?itok=AAIjuh1V — 200 — 24.9 KiB — 77 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/fi_dsc00450_copy_0.jpeg?itok=CEiykBCYnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/fi_dsc00450_copy_0.jpeg?itok=CEiykBCY — 200 — 18.4 KiB — 86 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/GRB%20Teaching%20Awards%20-%20775.jpg?itok=OME6Ry1_news.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/GRB%20Teaching%20Awards%20-%20775.jpg?itok=OME6Ry1_ — 200 — 32.5 KiB — 74 ms — h2https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/00bart_6.jpg?itok=GQS52iuqnews.rice.edu/sites/g/files/bxs2656... https://news.rice.edu/sites/g/files/bxs2656/files/styles/max_article_size_500px/public/2026-04/00bart_6.jpg?itok=GQS52iuq — 200 — 17.7 KiB — 12 ms — h2https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/ajax-loader.gifcdn.jsdelivr.net/npm/@accessible360... https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/ajax-loader.gif — 200 — 4.5 KiB — 16 ms — h2https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/72u9ys_G.jsoncdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/72u9ys_G.json — 200 — 331 B — 30 ms — h2https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 86 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 55 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 35 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 41 ms — h3https://dx.mountain.com/spx?conv=1&shaid=39547&tdr=&plh=https%3A%2F%2Fwww.rice.edu%2F&cb=74271300677623680&shoid=ORDER%20ID&shoamt=TOTAL%20ORDER%20AMOUNT&shocur=&shopid=&shoq=&shoup=&shpil=dx.mountain.com/spx?conv=1&shaid=39... https://dx.mountain.com/spx?conv=1&shaid=39547&tdr=&plh=https%3A%2F%2Fwww.rice.edu%2F&cb=74271300677623680&shoid=ORDER%20ID&shoamt=TOTAL%20ORDER%20AMOUNT&shocur=&shopid=&shoq=&shoup=&shpil= — 200 — 5.9 KiB — 103 ms — h2https://dx.mountain.com/spx?dxver=4.0.0&shaid=39547&tdr=&plh=https%3A%2F%2Fwww.rice.edu%2F&cb=51611606565517530term=valuedx.mountain.com/spx?dxver=4.0.0&sha... https://dx.mountain.com/spx?dxver=4.0.0&shaid=39547&tdr=&plh=https%3A%2F%2Fwww.rice.edu%2F&cb=51611606565517530term=value — 200 — 5.7 KiB — 100 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6343607.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6343607.js — 200 — 8.9 KiB — 34 ms — h3https://js.adsrvr.org/up_loader.3.0.0.jsjs.adsrvr.org/up_loader.3.0.0.js https://js.adsrvr.org/up_loader.3.0.0.js — 200 — 12.3 KiB — 40 ms — http/1.1https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.rice.edu%2F&scrsrc=www.googletagmanager.com&rnd=722484746.1776803284&dt=Rice%20University&auid=792899966.1776803284&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v834443204za200zd834443204xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~117266400~118128922&apve=1&apvf=f&apvc=1&tft=1776803284368&tfd=945www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.rice.edu%2F&scrsrc=www.googletagmanager.com&rnd=722484746.1776803284&dt=Rice%20University&auid=792899966.1776803284&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v834443204za200zd834443204xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~117266400~118128922&apve=1&apvf=f&apvc=1&tft=1776803284368&tfd=945 — 200 — 21 B — 117 ms — h3https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/config/UgHIanzu.jsoncdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/config/UgHIanzu.json — 200 — 6.9 KiB — 17 ms — h2https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 32 ms — h2data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://w…w… data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://w… — 200 — 0 B — 0 ms — datahttps://www.google.com/cse/static/css/v2/clear.pngwww.google.com/cse/static/css/v2/cl... https://www.google.com/cse/static/css/v2/clear.png — 200 — 1.0 KiB — 5 ms — h3https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 7 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 33 ms — h2https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/translations/2qqMKv2F.jsoncdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/translations/2qqMKv2F.json — 200 — 793 B — 21 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 308 B — 98 ms — h3https://35.85.84.151/is?cb=177680328451535.85.84.151/is?cb=1776803284515 https://35.85.84.151/is?cb=1776803284515 — 200 — 353 B — 168 ms — http/1.1https://52.71.121.170/is?cb=177680328451752.71.121.170/is?cb=1776803284517 https://52.71.121.170/is?cb=1776803284517 — 200 — 353 B — 313 ms — http/1.1https://insight.adsrvr.org/track/cei?advertiser_id=1mavalx&cookie_sync=1&upv=3.0.0&upid=fl97175&ref=https://www.rice.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=1mavalx&cookie_sync=1&upv=3.0.0&upid=fl97175&ref=https://www.rice.edu/ — 302 — 271 B — 74 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=LmKhzzIsRDC+94uQjCDUEA==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=LmKhzzIsRDC+94uQjCDUEA==&sde=1 — 200 — 7.9 KiB — 59 ms — h3https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/rice-mag-sarofim-hall.webp/sites/g/files/bxs2566/files/2026-0... https://www.rice.edu/sites/g/files/bxs2566/files/2026-04/rice-mag-sarofim-hall.webp — 200 — 24.5 KiB — 10 ms — h2https://6343607.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.rice.edu%2F&title=Rice%20University&res=800x600&accountid=6343607&rt=1066&prev=13c56905-de9f-962e-e785-0f84e58a6ac2&luid=976ddd2a-ced3-da6a-be85-439af71cd761&rnd=604876343607.global.r2.siteimproveanalyt... https://6343607.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.rice.edu%2F&title=Rice%20University&res=800x600&accountid=6343607&rt=1066&prev=13c56905-de9f-962e-e785-0f84e58a6ac2&luid=976ddd2a-ced3-da6a-be85-439af71cd761&rnd=60487 — 200 — 210 B — 67 ms — h2https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/audit-table/aEz2UH27.jsoncdn-cookieyes.com/client_data/653b6... https://cdn-cookieyes.com/client_data/653b6f472a2586b0ebbb56c1/audit-table/aEz2UH27.json — 200 — 1.6 KiB — 18 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 868 B — 18 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=1mavalx&cookie_sync=1&upv=3.0.0&upid=fl97175&ref=https%3a%2f%2fwww.rice.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=1mavalx&cookie_sync=1&upv=3.0.0&upid=fl97175&ref=https%3a%2f%2fwww.rice.edu&redirect=1 — 200 — 369 B — 30 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 53 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 26 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 73 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 45 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 348 B — 73 ms — h2https://api-sr.amplitude.com/sessions/v2/track?device_id=3ee3c5ca-121e-4662-a6df-09ba0369c9d9&session_id=1776803284013&type=replayapi-sr.amplitude.com/sessions/v2/tr... https://api-sr.amplitude.com/sessions/v2/track?device_id=3ee3c5ca-121e-4662-a6df-09ba0369c9d9&session_id=1776803284013&type=replay — 200 — 0 B — 81 ms — h2https://www.rice.edu/sites/g/files/bxs2566/files/favicon.ico/sites/g/files/bxs2566/files/favico... https://www.rice.edu/sites/g/files/bxs2566/files/favicon.ico — 200 — 10.1 KiB — 8 ms — h2https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.jspagead2.googlesyndication.com/bg/f5... https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.js — 200 — 21.8 KiB — 30 ms — h3https://api-sr.amplitude.com/sessions/v2/track?device_id=3ee3c5ca-121e-4662-a6df-09ba0369c9d9&session_id=1776803284013&type=replayapi-sr.amplitude.com/sessions/v2/tr... https://api-sr.amplitude.com/sessions/v2/track?device_id=3ee3c5ca-121e-4662-a6df-09ba0369c9d9&session_id=1776803284013&type=replay — 200 — 163 B — 29 ms — h2https://ep2.adtrafficquality.google/generate_204?ZajRJAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?ZajRJA — 204 — 40 B — 8 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 82 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 41 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=LmKhzzIsRDC%2B94uQjCDUEA%3D%3D&bg=!kJOlk_HNAAY2C5OeFgs7AEcBe5WfOOH8pxfQc9HDQAl9BWHCRYH4WJRkgn8PzdbRaFPN1IUviR5J7XD7y-eYgvgZL1aewBBkg4j4cqC-6vBAud6VZ5HJ8QIAAAByUgAAAARoAQd-ABvdBk2qTE_F0XO3xvct8aJ3gO33I_GbWFeBeQAKAFIgqRW7Demc3BnZncLkzoo13S-lLwVnT4Pqjemf4FQX53gnQuopI8TnAcBJMeav8IOCBZQBbgs7XG_YGcqYRLsRSfJE57iAnauhyyFE8zk5HT0pmQH8SiTTpjrV_mjvfPtXiRUiez_a21mncmphIGjoYPovxiNnKR5LHZ56H6rxsbg6JtSOjixm6c3Y-nVJbCljosZiB9Fe-PNISKou3XSIM_vXxFl2PrZHiX8V7dLmntYz8rqxgAsMw9YUY-_UQXYdxmjTnPN9pU05KAONGT_Aknm5abPJs1FBaJF6bfiw8KYk0UG3j8GHLVFS3vSZ79dyneZcA6XE1VMthR4G3IHFWBDM3pdm0jqVW0qqg7QPQl27NMQ-9720KcEqrAIsBoxcHOKXAJu8iMPigRgbyU3ypeonPtaDXyE1X0g4fTkT3P3rlDPeSKWwaszAP7VVr-v8skq42UxNycwRdp7AT6oNbaq4ZZwfyzJ2l0Q4Ezb2_lIvacvSHGpLDdJ0I3Jlxi_4np7Qm5hGcrHAVBRsiXV7GdOZiNxcJp57Q5aqvW6NdLSV0R-fkshj3QhO4xNXbHu-5gdMRGgXyX2CWj_tXMz4Ozg2ECZwUyrME0ZO87YluRaMKfvYZHfMGTMN5Xz6V05ctziu_TW0d_cn8rXy_G3bKH_wzYK_ip_BtvPsZVW9JTAHmJSzRlNK9jF3YpquPDNzxhYK9uOZ92YsywvzDgbG1u7s0MZ12W8mqKoJ0YtfcJ4Vnc2swXhSuQegWzZ0yGN2K2mGgqzePzJzKsSzQtiYvQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=LmKhzzIsRDC%2B94uQjCDUEA%3D%3D&bg=!kJOlk_HNAAY2C5OeFgs7AEcBe5WfOOH8pxfQc9HDQAl9BWHCRYH4WJRkgn8PzdbRaFPN1IUviR5J7XD7y-eYgvgZL1aewBBkg4j4cqC-6vBAud6VZ5HJ8QIAAAByUgAAAARoAQd-ABvdBk2qTE_F0XO3xvct8aJ3gO33I_GbWFeBeQAKAFIgqRW7Demc3BnZncLkzoo13S-lLwVnT4Pqjemf4FQX53gnQuopI8TnAcBJMeav8IOCBZQBbgs7XG_YGcqYRLsRSfJE57iAnauhyyFE8zk5HT0pmQH8SiTTpjrV_mjvfPtXiRUiez_a21mncmphIGjoYPovxiNnKR5LHZ56H6rxsbg6JtSOjixm6c3Y-nVJbCljosZiB9Fe-PNISKou3XSIM_vXxFl2PrZHiX8V7dLmntYz8rqxgAsMw9YUY-_UQXYdxmjTnPN9pU05KAONGT_Aknm5abPJs1FBaJF6bfiw8KYk0UG3j8GHLVFS3vSZ79dyneZcA6XE1VMthR4G3IHFWBDM3pdm0jqVW0qqg7QPQl27NMQ-9720KcEqrAIsBoxcHOKXAJu8iMPigRgbyU3ypeonPtaDXyE1X0g4fTkT3P3rlDPeSKWwaszAP7VVr-v8skq42UxNycwRdp7AT6oNbaq4ZZwfyzJ2l0Q4Ezb2_lIvacvSHGpLDdJ0I3Jlxi_4np7Qm5hGcrHAVBRsiXV7GdOZiNxcJp57Q5aqvW6NdLSV0R-fkshj3QhO4xNXbHu-5gdMRGgXyX2CWj_tXMz4Ozg2ECZwUyrME0ZO87YluRaMKfvYZHfMGTMN5Xz6V05ctziu_TW0d_cn8rXy_G3bKH_wzYK_ip_BtvPsZVW9JTAHmJSzRlNK9jF3YpquPDNzxhYK9uOZ92YsywvzDgbG1u7s0MZ12W8mqKoJ0YtfcJ4Vnc2swXhSuQegWzZ0yGN2K2mGgqzePzJzKsSzQtiYvQ — 204 — 17 B — 42 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 675ms · 275KB · €7/mo
Amplitude
Analytics
Costly
Execution 364ms
Transfer 130 KB
Unused 63%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 219ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 144 KB
Unused 44%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Amplitude adds 364ms and costs ~€4/month
  • Unattributable adds 219ms and costs ~€2/month

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

Why this matters

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

Learn more

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

Source: web.dev / HTTP Archive Web Almanac

Amplitude takes 364ms 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

63% of Amplitude'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

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

Why this matters

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

Source: web.dev

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