Skip to content
https://brown.edu

Performance

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

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

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

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

3.77 s

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

66 ms

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

0.013

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

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

3.89 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
F
Page Weight Budget
Action
8.2 MB transferred, 82 requests
FIX
8.2 MB transferred, 82 requests
Critical::
Page weighs 10.6 MB (8.2 MB transferred)
Warning::
Images are 6.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.9 MB
Warning::
JavaScript is 762 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 762 KB
Info::
Fonts are 307 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 307 KB
Info::
82 HTTP requests
Info::
Estimated 1.7 g CO2 per page load
8.2 MB / 2.4 MB budget
8.2 MB transferred
82 requests
1.7 g CO2 per page load
Images 6.9 MiB 84%
JavaScript 761.8 KiB 9%
Fonts 306.8 KiB 4%
CSS 173.6 KiB 2%
Other 37.9 KiB 0%
HTML 19.3 KiB 0%
Other 648 B 0%
Other 637 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (8.2 MiB of 8.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
6 scripts, 309 KB unused
FIX
6 scripts, 309 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-QY13...: 73 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PCH3...: 72 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-S0MX...: 64 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KX5...: 57 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.brown.edu/sites/default/files/js/js_DO...: 43 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 309 KB
309 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-QY13L4Q0C0&cx=c&gtm=4e64h1173 KB73 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PCH3TG4K4L&cx=c&gtm=4e64h1173 KB72 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S0MX9K9C18&cx=c&gtm=4e64h1152 KB64 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9175 KB57 KB (33%)3rd
https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STM83 KB43 KB (52%)3rd
https://extend.vimeocdn.com/ga/2806066.js6 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

D
Page Weight Inventory
Action
82 resources · 8.2 MB · 309 KB savings available
FIX
82 resources · 8.2 MB · 309 KB savings available
Warning::
Page weight 7.2 MB over 1MB target
Got: 8.2 MB Expected: ≤ 1 MB
Info::
~309 KB of savings available
Warning::
81 third-party resources (100% of weight)
Info::
12 resources over 200KB
82 resources · 8.2 MiB · 81 third-party 7.2 MiB over 1MB target
Image 85% · 7.0 MiB
JavaScript 9% · 761.8 KiB
Font 4% · 306.8 KiB
CSS 2% · 173.6 KiB
Document 0% · 19.9 KiB
Other 0% · 1.4 KiB

~309.0 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
52 images, 0 KB saveable
REVIEW
52 images, 0 KB saveable
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.brown.edu/sites/default/files/styles/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
52 images 6.9 MB
0 oversized -0 KB
51 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1346ms total JS execution
REVIEW
1346ms total JS execution
Warning::
https://www.brown.edu/sites/default/files/js/js_DO...: 585ms CPU time
Warning::
https://www.brown.edu/: 319ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KX5...: 131ms CPU time
Info::
Unattributable: 111ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-QY13...: 69ms CPU time
Warning::
Third-party scripts: 1346ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Style & Layout 30% Other 22% Rendering 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STM585ms208ms6ms3rd
https://www.brown.edu/319ms4ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9131ms101ms18ms3rd
Unattributable111ms2ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-QY13L4Q0C0&cx=c&gtm=4e64h169ms57ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PCH3TG4K4L&cx=c&gtm=4e64h168ms55ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-S0MX9K9C18&cx=c&gtm=4e64h163ms52ms11ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (307 KB)
PASS
6 fonts (307 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

307 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.8 shttps://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 68.8 KiB — 10 ms — font-display: swaphttps://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otfCircularStd-Book.otf https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otf — 36.6 KiB — 39 ms — font-display: swaphttps://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Bold.otfCircularStd-Bold.otf https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Bold.otf — 43.5 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 57.7 KiB — 9 ms — font-display: swaphttps://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Medium.otfCircularStd-Medium.otf https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Medium.otf — 43.0 KiB — 38 ms — font-display: swaphttps://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 57.3 KiB — 12 ms — font-display: swap
l woff2 swap
Size 69 KB
Load time 10 ms
Start 657 ms
Risk FOUT — text flashes from fallback to web font
CircularStd-Book.otf otf swap
Size 37 KB
Load time 39 ms
Start 668 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
CircularStd-Bold.otf otf swap
Size 43 KB
Load time 39 ms
Start 670 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 58 KB
Load time 9 ms
Start 670 ms
Risk FOUT — text flashes from fallback to web font
CircularStd-Medium.otf otf swap
Size 43 KB
Load time 38 ms
Start 671 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 57 KB
Load time 12 ms
Start 671 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 ~37 KB and ~74 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
82 requests over 1677ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.8 shttps://brown.edu// https://brown.edu/ — 302 — 126 B — 316 ms — http/1.0https://www.brown.edu/www.brown.edu/ https://www.brown.edu/ — 200 — 19.3 KiB — 127 ms — h2https://www.brown.edu/sites/default/files/css/css_iDcWWw2TWbrGS61l8WyrHSJnxyn8aQIexPQe4mppmjU.css?delta=0&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_iDcWWw2TWbrGS61l8WyrHSJnxyn8aQIexPQe4mppmjU.css?delta=0&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 1.4 KiB — 54 ms — h2https://www.brown.edu/sites/default/files/css/css_8vgz6odbIwqY9EZIoh6i9uF5WomfkgX634vfPlKkLxU.css?delta=1&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_8vgz6odbIwqY9EZIoh6i9uF5WomfkgX634vfPlKkLxU.css?delta=1&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 168.0 KiB — 76 ms — h2https://www.brown.edu/sites/default/files/css/css_uSQVbcOcHjGtJVOJGoVIXL7pEEslYSRS4Q3QfbbyJY0.css?delta=2&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_uSQVbcOcHjGtJVOJGoVIXL7pEEslYSRS4Q3QfbbyJY0.css?delta=2&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 2.7 KiB — 31 ms — h2https://www.brown.edu/themes/custom/brown/static/css/fonts.csswww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/css/fonts.css — 200 — 407 B — 66 ms — h2https://use.typekit.net/lok3dnd.cssuse.typekit.net/lok3dnd.css https://use.typekit.net/lok3dnd.css — 200 — 937 B — 13 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9 — 200 — 174.6 KiB — 206 ms — h2https://www.brown.edu/themes/custom/brown/static/images/logo.svgwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/images/logo.svg — 200 — 23.0 KiB — 106 ms — h2https://www.brown.edu/themes/custom/brown/static/images/icons.svgwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/images/icons.svg — 200 — 11.5 KiB — 108 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=6ced90ad&itok=NoateDxywww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=6ced90ad&itok=NoateDxy — 200 — 295.2 KiB — 72 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=8136f4c5&itok=wkvHaK9jwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=8136f4c5&itok=wkvHaK9j — 200 — 496.5 KiB — 90 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20180827_309_0.jpg?h=d5b11330&itok=l6nluauAwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20180827_309_0.jpg?h=d5b11330&itok=l6nluauA — 200 — 168.0 KiB — 91 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=c3db65d1&itok=hJbT41zBwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=c3db65d1&itok=hJbT41zB — 200 — 126.1 KiB — 92 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=b58b09ee&itok=oke2QglGwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=b58b09ee&itok=oke2QglG — 200 — 178.9 KiB — 99 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=06a766b5&itok=PMe940ZNwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=06a766b5&itok=PMe940ZN — 200 — 336.2 KiB — 107 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/220708_MPA_Presentations-236.jpg?h=6ced90ad&itok=x6jGIsnHwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/220708_MPA_Presentations-236.jpg?h=6ced90ad&itok=x6jGIsnH — 200 — 256.9 KiB — 115 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=c0b9aebb&itok=bWZSOfa1www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=c0b9aebb&itok=bWZSOfa1 — 200 — 358.0 KiB — 122 ms — h2https://p.typekit.net/p.css?s=1&k=lok3dnd&ht=tk&f=6812.6814.6817&a=8517581&app=typekit&e=cssp.typekit.net/p.css?s=1&k=lok3dnd&h... https://p.typekit.net/p.css?s=1&k=lok3dnd&ht=tk&f=6812.6814.6817&a=8517581&app=typekit&e=css — 200 — 172 B — 19 ms — h2https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_primary-vt.pngwww.brown.edu/sites/default/files/b... https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_primary-vt.png — 200 — 61.0 KiB — 112 ms — h2https://www.brown.edu/sites/default/files/styles/square_sml/public/2026-01/607112181_1310808001077639_7310048801488535662_n.jpg?h=297da09b&itok=RblYzGiywww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_sml/public/2026-01/607112181_1310808001077639_7310048801488535662_n.jpg?h=297da09b&itok=RblYzGiy — 200 — 131.6 KiB — 119 ms — h2https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/615448859_1320740530084386_925720175849827058_n.jpg?h=d9360afc&itok=ZkfurhNowww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/615448859_1320740530084386_925720175849827058_n.jpg?h=d9360afc&itok=ZkfurhNo — 200 — 120.2 KiB — 119 ms — h2https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/nfb_medical-students_6-1.jpg?h=4428b7e0&itok=a4m5nv22www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/nfb_medical-students_6-1.jpg?h=4428b7e0&itok=a4m5nv22 — 200 — 84.1 KiB — 122 ms — h2https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STMwww.brown.edu/sites/default/files/j... https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STM — 200 — 82.6 KiB — 89 ms — h2https://www.brown.edu/themes/custom/brown/static/site.webmanifestwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/site.webmanifest — 200 — 648 B — 231 ms — h2https://www.brown.edu/sites/default/files/2026-01/arrow_white.svgwww.brown.edu/sites/default/files/2... https://www.brown.edu/sites/default/files/2026-01/arrow_white.svg — 200 — 601 B — 44 ms — h2https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_RI%20skyline.pngwww.brown.edu/sites/default/files/b... https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_RI%20skyline.png — 200 — 43.4 KiB — 40 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAxVJREFUSA21V…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAxVJREFUSA21V… — 200 — 0 B — 0 ms — datahttps://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/5033af/000000000... https://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 68.8 KiB — 10 ms — h2https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otfwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otf — 200 — 36.6 KiB — 39 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.8 shttps://brown.edu// https://brown.edu/ — 302 — 126 B — 316 ms — http/1.0https://www.brown.edu/www.brown.edu/ https://www.brown.edu/ — 200 — 19.3 KiB — 127 ms — h2https://www.brown.edu/sites/default/files/css/css_iDcWWw2TWbrGS61l8WyrHSJnxyn8aQIexPQe4mppmjU.css?delta=0&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_iDcWWw2TWbrGS61l8WyrHSJnxyn8aQIexPQe4mppmjU.css?delta=0&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 1.4 KiB — 54 ms — h2https://www.brown.edu/sites/default/files/css/css_8vgz6odbIwqY9EZIoh6i9uF5WomfkgX634vfPlKkLxU.css?delta=1&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_8vgz6odbIwqY9EZIoh6i9uF5WomfkgX634vfPlKkLxU.css?delta=1&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 168.0 KiB — 76 ms — h2https://www.brown.edu/sites/default/files/css/css_uSQVbcOcHjGtJVOJGoVIXL7pEEslYSRS4Q3QfbbyJY0.css?delta=2&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdmswww.brown.edu/sites/default/files/c... https://www.brown.edu/sites/default/files/css/css_uSQVbcOcHjGtJVOJGoVIXL7pEEslYSRS4Q3QfbbyJY0.css?delta=2&language=en&theme=brown&include=eJx1jDsSwjAMBS_kiVNxHY0Si9igWBrJ-d0eJhQUkPbt7kN3alDqg8YmFkf3ru8hy0yw3gL-UhbAOmYx4FKffqFkBdqVxWgw2Srkkgic-JQuGsWWoeH-D-sMnyOWlRzUZH0_1pEuZMUDSoO72IaWIOERzj5OLANyUDScDDV7TLYocvdduqXqMnDxTCn44Y3mOKDTCzfhdms — 200 — 2.7 KiB — 31 ms — h2https://www.brown.edu/themes/custom/brown/static/css/fonts.csswww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/css/fonts.css — 200 — 407 B — 66 ms — h2https://use.typekit.net/lok3dnd.cssuse.typekit.net/lok3dnd.css https://use.typekit.net/lok3dnd.css — 200 — 937 B — 13 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KX5NV9 — 200 — 174.6 KiB — 206 ms — h2https://www.brown.edu/themes/custom/brown/static/images/logo.svgwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/images/logo.svg — 200 — 23.0 KiB — 106 ms — h2https://www.brown.edu/themes/custom/brown/static/images/icons.svgwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/images/icons.svg — 200 — 11.5 KiB — 108 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=6ced90ad&itok=NoateDxywww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=6ced90ad&itok=NoateDxy — 200 — 295.2 KiB — 72 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=8136f4c5&itok=wkvHaK9jwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=8136f4c5&itok=wkvHaK9j — 200 — 496.5 KiB — 90 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20180827_309_0.jpg?h=d5b11330&itok=l6nluauAwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20180827_309_0.jpg?h=d5b11330&itok=l6nluauA — 200 — 168.0 KiB — 91 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=c3db65d1&itok=hJbT41zBwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=c3db65d1&itok=hJbT41zB — 200 — 126.1 KiB — 92 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=b58b09ee&itok=oke2QglGwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=b58b09ee&itok=oke2QglG — 200 — 178.9 KiB — 99 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=06a766b5&itok=PMe940ZNwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=06a766b5&itok=PMe940ZN — 200 — 336.2 KiB — 107 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/220708_MPA_Presentations-236.jpg?h=6ced90ad&itok=x6jGIsnHwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2026-01/220708_MPA_Presentations-236.jpg?h=6ced90ad&itok=x6jGIsnH — 200 — 256.9 KiB — 115 ms — h2https://www.brown.edu/sites/default/files/styles/square_med/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=c0b9aebb&itok=bWZSOfa1www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_med/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=c0b9aebb&itok=bWZSOfa1 — 200 — 358.0 KiB — 122 ms — h2https://p.typekit.net/p.css?s=1&k=lok3dnd&ht=tk&f=6812.6814.6817&a=8517581&app=typekit&e=cssp.typekit.net/p.css?s=1&k=lok3dnd&h... https://p.typekit.net/p.css?s=1&k=lok3dnd&ht=tk&f=6812.6814.6817&a=8517581&app=typekit&e=css — 200 — 172 B — 19 ms — h2https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_primary-vt.pngwww.brown.edu/sites/default/files/b... https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_primary-vt.png — 200 — 61.0 KiB — 112 ms — h2https://www.brown.edu/sites/default/files/styles/square_sml/public/2026-01/607112181_1310808001077639_7310048801488535662_n.jpg?h=297da09b&itok=RblYzGiywww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_sml/public/2026-01/607112181_1310808001077639_7310048801488535662_n.jpg?h=297da09b&itok=RblYzGiy — 200 — 131.6 KiB — 119 ms — h2https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/615448859_1320740530084386_925720175849827058_n.jpg?h=d9360afc&itok=ZkfurhNowww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/615448859_1320740530084386_925720175849827058_n.jpg?h=d9360afc&itok=ZkfurhNo — 200 — 120.2 KiB — 119 ms — h2https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/nfb_medical-students_6-1.jpg?h=4428b7e0&itok=a4m5nv22www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/square_xsml/public/2026-01/nfb_medical-students_6-1.jpg?h=4428b7e0&itok=a4m5nv22 — 200 — 84.1 KiB — 122 ms — h2https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STMwww.brown.edu/sites/default/files/j... https://www.brown.edu/sites/default/files/js/js_DOECIYZkPn1B_8vq27gBC0SjwsM3Nj_H45TcFSoooss.js?scope=footer&delta=0&language=en&theme=brown&include=eJxlyrENwCAMBMCFUBjJMggcI8NHGJT1Q5_iumP3skhHK3lhxuaXgQQQK_T4MdFB6949DVYL_PtnVD27Im8PaeIdUQyJ7QO6_STM — 200 — 82.6 KiB — 89 ms — h2https://www.brown.edu/themes/custom/brown/static/site.webmanifestwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/site.webmanifest — 200 — 648 B — 231 ms — h2https://www.brown.edu/sites/default/files/2026-01/arrow_white.svgwww.brown.edu/sites/default/files/2... https://www.brown.edu/sites/default/files/2026-01/arrow_white.svg — 200 — 601 B — 44 ms — h2https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_RI%20skyline.pngwww.brown.edu/sites/default/files/b... https://www.brown.edu/sites/default/files/brownlovespvd/BrownLovesProv_VI_Toolkit_RI%20skyline.png — 200 — 43.4 KiB — 40 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAxVJREFUSA21V…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAxVJREFUSA21V… — 200 — 0 B — 0 ms — datahttps://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/5033af/000000000... https://use.typekit.net/af/5033af/0000000000000000000151d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 68.8 KiB — 10 ms — h2https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otfwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Book.otf — 200 — 36.6 KiB — 39 ms — h2https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Bold.otfwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Bold.otf — 200 — 43.5 KiB — 39 ms — h2https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/1286c7/000000000... https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 57.7 KiB — 9 ms — h2https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Medium.otfwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/fonts/CircularStd-Medium.otf — 200 — 43.0 KiB — 38 ms — h2https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/ea8d85/000000000... https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 57.3 KiB — 12 ms — h2https://www.brown.edu/sites/default/files/styles/classic_lrg/public/2026-01/20211110-ADV-campusphotos-035-2.jpg?h=b66937a8&itok=mkkVLTcNwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_lrg/public/2026-01/20211110-ADV-campusphotos-035-2.jpg?h=b66937a8&itok=mkkVLTcN — 200 — 325.7 KiB — 69 ms — h2https://www.brown.edu/sites/default/files/styles/wide_med/public/2026-04/20260420_COMM_manonrun006.JPG?h=67ee6a26&itok=ScRzFTsiwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_med/public/2026-04/20260420_COMM_manonrun006.JPG?h=67ee6a26&itok=ScRzFTsi — 200 — 125.8 KiB — 61 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/20260418_COMM_internationalfest046.jpg?h=44030727&itok=iXwf_Agnwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/20260418_COMM_internationalfest046.jpg?h=44030727&itok=iXwf_Agn — 200 — 60.4 KiB — 50 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/web_interior_concept.jpg?h=d05aef03&itok=vkkQNzgGwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/web_interior_concept.jpg?h=d05aef03&itok=vkkQNzgG — 200 — 51.5 KiB — 54 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Orators1_0.jpg?h=de02a3ef&itok=EJMlbY69www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Orators1_0.jpg?h=de02a3ef&itok=EJMlbY69 — 200 — 56.9 KiB — 53 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/20260420_COMM_manonrun006.JPG?h=9607efae&itok=faGlQy7Fwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/20260420_COMM_manonrun006.JPG?h=9607efae&itok=faGlQy7F — 200 — 49.8 KiB — 68 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/xlarge_web_0-jpg.jpg?h=a490f381&itok=mpAGmmukwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/xlarge_web_0-jpg.jpg?h=a490f381&itok=mpAGmmuk — 200 — 63.4 KiB — 47 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Hula_0.jpg?h=e4a92b5c&itok=iQ2VKJg-www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Hula_0.jpg?h=e4a92b5c&itok=iQ2VKJg- — 200 — 68.9 KiB — 56 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Guggenheim%202026.jpg?h=14a02993&itok=ZfY3ogoowww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2026-04/Guggenheim%202026.jpg?h=14a02993&itok=ZfY3ogoo — 200 — 51.5 KiB — 45 ms — h2https://www.brown.edu/sites/default/files/styles/wide_xlrg/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=7af27d13&itok=_FzqNxfswww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_xlrg/public/2026-01/20251024_COMM_RIFloraLab040.jpg?h=7af27d13&itok=_FzqNxfs — 200 — 358.0 KiB — 80 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=7af27d13&itok=YKwETqjcwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2026-01/20230906_COMM_firstdayclasses021.jpg?h=7af27d13&itok=YKwETqjc — 200 — 492.2 KiB — 107 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/20180827_309_0.jpg?h=7511bf02&itok=Xor_baq2www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/20180827_309_0.jpg?h=7511bf02&itok=Xor_baq2 — 200 — 199.5 KiB — 95 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=11470751&itok=LVmG81wYwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/20170721_COMM_JuneChoo01_0.jpg?h=11470751&itok=LVmG81wY — 200 — 132.2 KiB — 112 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=4851db19&itok=daMaYapGwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-04/20181011_FM_ERC_teaching_lab1.jpg?h=4851db19&itok=daMaYapG — 200 — 223.1 KiB — 122 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=5c5b1ce8&itok=gLoi7-LTwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2019-03/People_moveing_Yellow_stripe_-_iStock-546800756_1300_0.jpg?h=5c5b1ce8&itok=gLoi7-LT — 200 — 318.0 KiB — 125 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2026-01/220708_MPA_Presentations-236.jpg?h=7af27d13&itok=hbF8VEHZwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2026-01/220708_MPA_Presentations-236.jpg?h=7af27d13&itok=hbF8VEHZ — 200 — 232.6 KiB — 126 ms — h2https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=dd43008a&itok=vCABd5sSwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/wide_lrg/public/2025-06/2025-04-28-Spring-Footage-Watson-Exterior-Starr-Plaza-2.jpg?h=dd43008a&itok=vCABd5sS — 200 — 340.5 KiB — 129 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/01_About.jpg?h=46e51def&itok=KEmWsUE_www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/01_About.jpg?h=46e51def&itok=KEmWsUE_ — 200 — 80.7 KiB — 129 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20180725_COMM_drone036.jpg?h=788c24d6&itok=I-PPmAANwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20180725_COMM_drone036.jpg?h=788c24d6&itok=I-PPmAAN — 200 — 73.3 KiB — 130 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2022-03/06_Undergrad_Education00_00_01_10_Still001.jpg?h=97146c85&itok=MadpgzfTwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2022-03/06_Undergrad_Education00_00_01_10_Still001.jpg?h=97146c85&itok=MadpgzfT — 200 — 63.0 KiB — 127 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/04_Graduate%20SPS_0.jpg?h=46e51def&itok=0NzTEg62www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/04_Graduate%20SPS_0.jpg?h=46e51def&itok=0NzTEg62 — 200 — 48.0 KiB — 128 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/02_Schools_0.jpg?h=1eff7495&itok=s-igaVH9www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/02_Schools_0.jpg?h=1eff7495&itok=s-igaVH9 — 200 — 47.4 KiB — 131 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181128_COMM_AttayahDouglas012_0.jpg?h=0f8e3b93&itok=IKinBEVHwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181128_COMM_AttayahDouglas012_0.jpg?h=0f8e3b93&itok=IKinBEVH — 200 — 41.7 KiB — 131 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20190124_COMM_plavickilab058.jpg?h=6b55786a&itok=868nXbalwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20190124_COMM_plavickilab058.jpg?h=6b55786a&itok=868nXbal — 200 — 60.0 KiB — 130 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/hero-quad.jpg?h=0f8e3b93&itok=mVlXDg5fwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/hero-quad.jpg?h=0f8e3b93&itok=mVlXDg5f — 200 — 70.8 KiB — 132 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/03_Academics.jpg?h=78a2e0d6&itok=D5rnPOWSwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/03_Academics.jpg?h=78a2e0d6&itok=D5rnPOWS — 200 — 39.5 KiB — 131 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/10_Life%20At%20Brown.jpg?h=7a0708b9&itok=xxhVyDw8www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/10_Life%20At%20Brown.jpg?h=7a0708b9&itok=xxhVyDw8 — 200 — 78.9 KiB — 133 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/09_Athletics_0.jpg?h=46e51def&itok=2t2Xup72www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/09_Athletics_0.jpg?h=46e51def&itok=2t2Xup72 — 200 — 61.1 KiB — 134 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2025-04/Fall-Campus-2021_0.jpg?h=e03e11fa&itok=uQ3RfZj6www.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2025-04/Fall-Campus-2021_0.jpg?h=e03e11fa&itok=uQ3RfZj6 — 200 — 98.7 KiB — 135 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-02/20181031_Brown4_C83T5454.jpg?h=e7e85c9f&itok=5uROArQywww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-02/20181031_Brown4_C83T5454.jpg?h=e7e85c9f&itok=5uROArQy — 200 — 82.9 KiB — 136 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-02/20170527_COMM_GradSunday01.jpg?h=2955aa0e&itok=Rshb6tytwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-02/20170527_COMM_GradSunday01.jpg?h=2955aa0e&itok=Rshb6tyt — 200 — 81.5 KiB — 138 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20181031_Brown4_C83T5506.jpg?h=66d9fa1e&itok=PPw0YzPGwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20181031_Brown4_C83T5506.jpg?h=66d9fa1e&itok=PPw0YzPG — 200 — 85.0 KiB — 135 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181009_COMM_earlyfall018_0.jpg?h=9054595f&itok=mvNpXUvXwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181009_COMM_earlyfall018_0.jpg?h=9054595f&itok=mvNpXUvX — 200 — 76.1 KiB — 136 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181031_Brown4_C83T5533.jpg?h=fdd76035&itok=Na12GgKBwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/20181031_Brown4_C83T5533.jpg?h=fdd76035&itok=Na12GgKB — 200 — 58.3 KiB — 134 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/campus_map_poster.jpg?h=ccbf12fe&itok=4_Wg9hOtwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-04/campus_map_poster.jpg?h=ccbf12fe&itok=4_Wg9hOt — 200 — 68.3 KiB — 136 ms — h2https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20180714_COMM_waterfir054_1.jpg?h=d3d6b63d&itok=cMEWf6Dnwww.brown.edu/sites/default/files/s... https://www.brown.edu/sites/default/files/styles/classic_xsml/public/2019-03/20180714_COMM_waterfir054_1.jpg?h=d3d6b63d&itok=cMEWf6Dn — 200 — 65.5 KiB — 136 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S0MX9K9C18&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S0MX9K9C18&cx=c&gtm=4e64h1 — 200 — 152.3 KiB — 72 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PCH3TG4K4L&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PCH3TG4K4L&cx=c&gtm=4e64h1 — 200 — 173.2 KiB — 81 ms — h2https://www.googletagmanager.com/gtag/js?id=G-QY13L4Q0C0&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-QY13L4Q0C0&cx=c&gtm=4e64h1 — 200 — 173.4 KiB — 58 ms — h2https://extend.vimeocdn.com/ga/2806066.jsextend.vimeocdn.com/ga/2806066.js https://extend.vimeocdn.com/ga/2806066.js — 200 — 5.8 KiB — 43 ms — h2https://trkn.us/pixel/conv/ppt=24468;g=sitewide;gid=60752;cv1=https://www.brown.edu/;ord=273645517?gtmcb=1809405765trkn.us/pixel/conv/ppt=24468;g=site... https://trkn.us/pixel/conv/ppt=24468;g=sitewide;gid=60752;cv1=https://www.brown.edu/;ord=273645517?gtmcb=1809405765 — 302 — 583 B — 123 ms — http/1.1https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.brown.edu%2F&scrsrc=www.googletagmanager.com&rnd=1635909184.1776801403&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dN2JhM2&gtm=45He64h1v72578779za200zd72578779xea&gcs=G100&gcd=13p3p3p2l5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776801403394&tfd=1331pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.brown.edu%2F&scrsrc=www.googletagmanager.com&rnd=1635909184.1776801403&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dN2JhM2&gtm=45He64h1v72578779za200zd72578779xea&gcs=G100&gcd=13p3p3p2l5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776801403394&tfd=1331 — 200 — 21 B — 120 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-S0MX9K9C18&gtm=45je64h1v893268709z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3pPp2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543&sid=1776801403&sct=1&seg=0&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1455region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S0MX9K9C18&gtm=45je64h1v893268709z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3pPp2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543&sid=1776801403&sct=1&seg=0&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1455 — 204 — 548 B — 97 ms — h2https://trkn.us/pixel/conv/ppt=24468;g=sitewide;gid=60752;cv1=https://www.brown.edu/;ord=273645517?gtmcb=1809405765;ip=141.227.188.220;cuidchk=1trkn.us/pixel/conv/ppt=24468;g=site... https://trkn.us/pixel/conv/ppt=24468;g=sitewide;gid=60752;cv1=https://www.brown.edu/;ord=273645517?gtmcb=1809405765;ip=141.227.188.220;cuidchk=1 — 200 — 721 B — 69 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-QY13L4Q0C0&gtm=45je64h1v9135469645z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3pPp2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512543&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&dp=%2F&sid=1776801403&sct=1&seg=0&en=page_view&_fv=1&_ss=1&ep.client_container_info=GTM-KX5NV9%20v262&ep.client_timestamp_iso=2026-04-21T19%3A56%3A43.374%2B00%3A00&ep.client_timezone=0&ep.value=&up.last_timezone=0&tfd=1539region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-QY13L4Q0C0&gtm=45je64h1v9135469645z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3pPp2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512543&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&dp=%2F&sid=1776801403&sct=1&seg=0&en=page_view&_fv=1&_ss=1&ep.client_container_info=GTM-KX5NV9%20v262&ep.client_timestamp_iso=2026-04-21T19%3A56%3A43.374%2B00%3A00&ep.client_timezone=0&ep.value=&up.last_timezone=0&tfd=1539 — 204 — 48 B — 98 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-PCH3TG4K4L&gtm=45je64h1v9118223430z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3p3p2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&dp=%2F&sid=1776801403&sct=1&seg=0&en=page_view&_fv=1&_ss=1&ep.client_container_info=GTM-KX5NV9%20v262&ep.client_timestamp_iso=2026-04-21T19%3A56%3A43.370%2B00%3A00&ep.client_timezone=0&ep.value=&up.last_timezone=0&tfd=1617region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PCH3TG4K4L&gtm=45je64h1v9118223430z872578779za20gzb72578779zd72578779&_p=1776801402514&gcs=G100&gcd=13p3p3p2l5l1&npa=1&dma_cps=-&dma=1&gdid=dN2JhM2&are=1&cid=1272905569.1776801404&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512543&dl=https%3A%2F%2Fwww.brown.edu%2F&dt=Brown%20University&dp=%2F&sid=1776801403&sct=1&seg=0&en=page_view&_fv=1&_ss=1&ep.client_container_info=GTM-KX5NV9%20v262&ep.client_timestamp_iso=2026-04-21T19%3A56%3A43.370%2B00%3A00&ep.client_timezone=0&ep.value=&up.last_timezone=0&tfd=1617 — 204 — 20 B — 30 ms — h3https://www.brown.edu/themes/custom/brown/static/site.webmanifestwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/site.webmanifest — 200 — 0 B — 6 ms — h2https://www.brown.edu/themes/custom/brown/static/favicon-32x32.pngwww.brown.edu/themes/custom/brown/s... https://www.brown.edu/themes/custom/brown/static/favicon-32x32.png — 200 — 2.7 KiB — 27 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1346ms · 775KB · $18/mo
www.brown.edu
Other
Costly
Execution 585ms
Transfer 83 KB
Unused 52%
Monthly Cost $8/mo
www.brown.edu
Other
Costly
Execution 319ms
Transfer 19 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 131ms
Transfer 175 KB
Unused 33%
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 111ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 69ms
Transfer 173 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 173 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 152 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.brown.edu adds 585ms and costs ~$8/month
  • www.brown.edu adds 319ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.brown.edu takes 585ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

52% of www.brown.edu'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

www.brown.edu takes 319ms 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