Skip to content
https://stonybrook.edu

Performance

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

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

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

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

1.43 s

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

6.61 s

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

109 ms

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

0.099

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

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

6.78 s

Page Load Progression

922 ms
1.8 s
2.8 s
3.7 s
4.6 s
5.5 s
6.5 s
7.4 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
11.0 MB transferred, 138 requests
FIX
11.0 MB transferred, 138 requests
Critical::
Page weighs 15.2 MB (11.0 MB transferred)
Warning::
Images are 5.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.6 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Warning::
138 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.3 g CO2 per page load
11.0 MB / 2.4 MB budget
11.0 MB transferred
138 requests
2.3 g CO2 per page load
Images 5.6 MiB 51%
Other 3.7 MiB 34%
JavaScript 1.4 MiB 13%
Fonts 132.2 KiB 1%
CSS 69.8 KiB 1%
Other 21.2 KiB 0%
HTML 18.1 KiB 0%
Other 6.7 KiB 0%
Other 6.1 KiB 0%
Other 2.7 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (11.0 MiB of 11.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
37 scripts, 466 KB unused
FIX
37 scripts, 466 KB unused
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 93 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8YXB...: 67 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P43...: 67 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-861...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-171...: 60 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 466 KB
466 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js122 KB93 KB (77%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8YXBWVVFPX&cx=c&gtm=4e64k0177 KB67 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=x189 KB67 KB (35%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-861933723145 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17129731817&cx=c&gtm=4e64k0137 KB60 KB (44%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB55 KB (50%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB29 KB (53%)3rd
https://tr.snapchat.com/config/edu/716534ad-736f-4d7f-9bb5-ab5eb8c419ea.js?v=3.56.0-26042217010 KB3rd
https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js40 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
138 resources · 11.0 MB · 466 KB savings available
FIX
138 resources · 11.0 MB · 466 KB savings available
Warning::
Page weight 10.0 MB over 1MB target
Got: 11.0 MB Expected: ≤ 1 MB
Info::
~466 KB of savings available
Warning::
137 third-party resources (100% of weight)
Info::
16 resources over 200KB
138 resources · 11.0 MiB · 137 third-party 10.0 MiB over 1MB target
Image 51% · 5.6 MiB
Media 34% · 3.7 MiB
JavaScript 13% · 1.4 MiB
Font 1% · 132.2 KiB
CSS 1% · 69.8 KiB
Document 0% · 18.5 KiB
Other 0% · 14.7 KiB

~465.5 KiB of savings available

Remove unused JavaScript: 465.5 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
54 images, 0 KB saveable
REVIEW
54 images, 0 KB saveable
Warning::
https://www.stonybrook.edu/_resources/images/megam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/megam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_news-images/quantum-fr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/campu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/sb-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_news-images/seawolf-sh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/sb-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/megam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/path-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/path-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/megam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_news-images/future-of-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/megam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/path-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_news-images/investitur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_news-images/hennessy-l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stonybrook.edu/_resources/images/sb-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 5.6 MB
0 oversized -0 KB
53 legacy format
17 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
982ms total JS execution
REVIEW
982ms total JS execution
Warning::
Unattributable: 251ms CPU time
Info::
https://www.stonybrook.edu/: 224ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-P43...: 201ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-8YXB...: 105ms CPU time
Info::
https://script.crazyegg.com/pages/versioned/common...: 73ms CPU time
Warning::
Third-party scripts: 982ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 21% Style & Layout 13% Script Parsing & Compilation 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable251ms6ms0ms3rd
https://www.stonybrook.edu/224ms2ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=x201ms181ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-8YXBWVVFPX&cx=c&gtm=4e64k0105ms85ms12ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js73ms65ms4ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js69ms59ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17129731817&cx=c&gtm=4e64k057ms49ms8ms3rd
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
7 fonts (132 KB)
PASS
7 fonts (132 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

132 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2rax8HiqOu8IVPmn7f4xpLjp... https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2 — 33.4 KiB — 88 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2wlpvgxjLBV1hqnzfr-F8sEY... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2 — 15.3 KiB — 43 ms — font-display: swaphttps://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2nwpQtKqkOwdO2aOIwhWudG-... https://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2 — 21.9 KiB — 89 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2wlpigxjLBV1hqnzfr-F8sEY... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2 — 15.4 KiB — 69 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff27cHpv4kjgoGqM7E_DMs5yng... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 15.3 KiB — 89 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff27cHqv4kjgoGqM7E30-8s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2 — 15.5 KiB — 80 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2wlpigxjLBV1hqnzfr-F8sEY... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2 — 15.4 KiB — 75 ms — font-display: swap
rax8HiqOu8IVPmn7f4xpLjp... woff2 swap
Size 33 KB
Load time 88 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
wlpvgxjLBV1hqnzfr-F8sEY... woff2 swap
Size 15 KB
Load time 43 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
nwpQtKqkOwdO2aOIwhWudG-... woff2 swap
Size 22 KB
Load time 89 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
wlpigxjLBV1hqnzfr-F8sEY... woff2 swap
Size 15 KB
Load time 69 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
7cHpv4kjgoGqM7E_DMs5yng... woff2 swap
Size 15 KB
Load time 89 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E30-8s51o... woff2 swap
Size 15 KB
Load time 80 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
wlpigxjLBV1hqnzfr-F8sEY... woff2 swap
Size 15 KB
Load time 75 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
138 requests over 5059ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://stonybrook.edu// https://stonybrook.edu/ — 301 — 282 B — 534 ms — h2https://www.stonybrook.edu/www.stonybrook.edu/ https://www.stonybrook.edu/ — 200 — 17.5 KiB — 963 ms — h2https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Bitter:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Bitter:wght@400;600;700&display=swap — 200 — 1.6 KiB — 89 ms — h2https://www.stonybrook.edu/_resources/css/sb-main.css?v=5.1www.stonybrook.edu/_resources/css/s... https://www.stonybrook.edu/_resources/css/sb-main.css?v=5.1 — 200 — 63.5 KiB — 1.3 s — h2https://www.stonybrook.edu/_resources/css/mcstyles.css?v=4www.stonybrook.edu/_resources/css/m... https://www.stonybrook.edu/_resources/css/mcstyles.css?v=4 — 200 — 4.5 KiB — 620 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-desktop-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-desktop-12.7.25.svg — 200 — 4.4 KiB — 502 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-about.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-about.jpg — 200 — 120.1 KiB — 851 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-admissions.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-admissions.jpg — 200 — 102.4 KiB — 258 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-academics.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-academics.jpg — 200 — 96.8 KiB — 374 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-campus-life.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-campus-life.jpg — 200 — 107.2 KiB — 375 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 45 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-research.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-research.jpg — 200 — 106.7 KiB — 256 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-mobile-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-mobile-12.7.25.svg — 200 — 4.1 KiB — 142 ms — h2https://www.stonybrook.edu/_resources/images/logins-icon.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/logins-icon.svg — 200 — 564 B — 145 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-sticky-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-sticky-12.7.25.svg — 200 — 8.1 KiB — 148 ms — h2https://www.stonybrook.edu/_resources/images/hero-prisms-v2-01.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hero-prisms-v2-01.svg — 200 — 465 B — 146 ms — h2https://www.stonybrook.edu/_resources/images/hp-hero-tablet-12.08.25.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hp-hero-tablet-12.08.25.jpg — 200 — 648.1 KiB — 1.5 s — h2https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=x — 200 — 189.1 KiB — 178 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2fonts.gstatic.com/s/bitter/v40/rax8... https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2 — 200 — 33.4 KiB — 88 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2 — 200 — 15.3 KiB — 43 ms — h3https://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2fonts.gstatic.com/s/alumnisans/v20/... https://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2 — 200 — 21.9 KiB — 89 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2 — 200 — 15.4 KiB — 69 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2fonts.gstatic.com/s/barlow/v13/7cHp... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 200 — 15.3 KiB — 89 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2 — 200 — 15.5 KiB — 80 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2 — 200 — 15.4 KiB — 75 ms — h3https://www.stonybrook.edu/_news-images/investiture-hero.jpgwww.stonybrook.edu/_news-images/inv... https://www.stonybrook.edu/_news-images/investiture-hero.jpg — 200 — 229.9 KiB — 375 ms — h2https://www.stonybrook.edu/_news-images/seawolf-shuffle-26-grid.jpgwww.stonybrook.edu/_news-images/sea... https://www.stonybrook.edu/_news-images/seawolf-shuffle-26-grid.jpg — 200 — 257.8 KiB — 376 ms — h2https://www.stonybrook.edu/_news-images/future-of-wireless-grid.jpgwww.stonybrook.edu/_news-images/fut... https://www.stonybrook.edu/_news-images/future-of-wireless-grid.jpg — 200 — 224.9 KiB — 380 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.4 s LCP 6.6 shttps://stonybrook.edu// https://stonybrook.edu/ — 301 — 282 B — 534 ms — h2https://www.stonybrook.edu/www.stonybrook.edu/ https://www.stonybrook.edu/ — 200 — 17.5 KiB — 963 ms — h2https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Bitter:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Bitter:wght@400;600;700&display=swap — 200 — 1.6 KiB — 89 ms — h2https://www.stonybrook.edu/_resources/css/sb-main.css?v=5.1www.stonybrook.edu/_resources/css/s... https://www.stonybrook.edu/_resources/css/sb-main.css?v=5.1 — 200 — 63.5 KiB — 1.3 s — h2https://www.stonybrook.edu/_resources/css/mcstyles.css?v=4www.stonybrook.edu/_resources/css/m... https://www.stonybrook.edu/_resources/css/mcstyles.css?v=4 — 200 — 4.5 KiB — 620 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-desktop-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-desktop-12.7.25.svg — 200 — 4.4 KiB — 502 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-about.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-about.jpg — 200 — 120.1 KiB — 851 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-admissions.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-admissions.jpg — 200 — 102.4 KiB — 258 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-academics.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-academics.jpg — 200 — 96.8 KiB — 374 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-campus-life.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-campus-life.jpg — 200 — 107.2 KiB — 375 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 45 ms — h2https://www.stonybrook.edu/_resources/images/megamenu-research.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/megamenu-research.jpg — 200 — 106.7 KiB — 256 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-mobile-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-mobile-12.7.25.svg — 200 — 4.1 KiB — 142 ms — h2https://www.stonybrook.edu/_resources/images/logins-icon.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/logins-icon.svg — 200 — 564 B — 145 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-sticky-12.7.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-sticky-12.7.25.svg — 200 — 8.1 KiB — 148 ms — h2https://www.stonybrook.edu/_resources/images/hero-prisms-v2-01.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hero-prisms-v2-01.svg — 200 — 465 B — 146 ms — h2https://www.stonybrook.edu/_resources/images/hp-hero-tablet-12.08.25.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hp-hero-tablet-12.08.25.jpg — 200 — 648.1 KiB — 1.5 s — h2https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P43R9T&gtm_auth=jCHsNovKQBjtTL9y_RXzMQ&gtm_preview=env-1&gtm_cookies_win=x — 200 — 189.1 KiB — 178 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2fonts.gstatic.com/s/bitter/v40/rax8... https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xpLjpSmw.woff2 — 200 — 33.4 KiB — 88 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2 — 200 — 15.3 KiB — 43 ms — h3https://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2fonts.gstatic.com/s/alumnisans/v20/... https://fonts.gstatic.com/s/alumnisans/v20/nwpQtKqkOwdO2aOIwhWudG-l7w0QYsrd.woff2 — 200 — 21.9 KiB — 89 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6m_B2slqZ6GfQ.woff2 — 200 — 15.4 KiB — 69 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2fonts.gstatic.com/s/barlow/v13/7cHp... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 200 — 15.3 KiB — 89 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2 — 200 — 15.5 KiB — 80 ms — h3https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2fonts.gstatic.com/s/barlowsemiconde... https://fonts.gstatic.com/s/barlowsemicondensed/v16/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2slqZ6GfQ.woff2 — 200 — 15.4 KiB — 75 ms — h3https://www.stonybrook.edu/_news-images/investiture-hero.jpgwww.stonybrook.edu/_news-images/inv... https://www.stonybrook.edu/_news-images/investiture-hero.jpg — 200 — 229.9 KiB — 375 ms — h2https://www.stonybrook.edu/_news-images/seawolf-shuffle-26-grid.jpgwww.stonybrook.edu/_news-images/sea... https://www.stonybrook.edu/_news-images/seawolf-shuffle-26-grid.jpg — 200 — 257.8 KiB — 376 ms — h2https://www.stonybrook.edu/_news-images/future-of-wireless-grid.jpgwww.stonybrook.edu/_news-images/fut... https://www.stonybrook.edu/_news-images/future-of-wireless-grid.jpg — 200 — 224.9 KiB — 380 ms — h2https://www.stonybrook.edu/_news-images/hennessy-lecture-grid.jpgwww.stonybrook.edu/_news-images/hen... https://www.stonybrook.edu/_news-images/hennessy-lecture-grid.jpg — 200 — 209.8 KiB — 269 ms — h2https://www.stonybrook.edu/_news-images/quantum-frontiers-grid.jpgwww.stonybrook.edu/_news-images/qua... https://www.stonybrook.edu/_news-images/quantum-frontiers-grid.jpg — 200 — 164.8 KiB — 259 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17129731817&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17129731817&cx=c&gtm=4e64k0 — 200 — 137.5 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8YXBWVVFPX&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8YXBWVVFPX&cx=c&gtm=4e64k0 — 200 — 176.8 KiB — 54 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 117 ms — h2https://script.crazyegg.com/pages/scripts/0003/0382.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0003/0382.js — 200 — 2.7 KiB — 64 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 55 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 22 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-861933723www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-861933723 — 200 — 144.5 KiB — 47 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v72114810za200zd72114810xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776894207346&tfd=2717www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v72114810za200zd72114810xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776894207346&tfd=2717 — 200 — 21 B — 153 ms — h3https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 130 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C7OPS5S02NEJ1K9SJ13G&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C7OPS5S02NEJ1K9SJ13G&lib=ttq — 200 — 3.6 KiB — 215 ms — h2https://analytics.silktide.com/82511b81c25af49065d17e4e6d0807fa.jsanalytics.silktide.com/82511b81c25a... https://analytics.silktide.com/82511b81c25af49065d17e4e6d0807fa.js — 200 — 16.6 KiB — 73 ms — h2https://www.stonybrook.edu/_resources/images/girl-playing-flute.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/girl-playing-flute.png — 200 — 312.7 KiB — 376 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&gtm=45be64k0v9222079133z872114810za20gzb72114810zd72114810xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=AW-17129731817&tid=AW-17129731817&tft=1776894207421&tfd=2793www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&gtm=45be64k0v9222079133z872114810za20gzb72114810zd72114810xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=AW-17129731817&tid=AW-17129731817&tft=1776894207421&tfd=2793 — 200 — 21 B — 89 ms — h3https://www.stonybrook.edu/_resources/images/cheerleaders-celebrating.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/cheerleaders-celebrating.png — 200 — 388.3 KiB — 496 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CO26DRJC77U2472OVGA0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CO26DRJC77U2472OVGA0&lib=ttq — 200 — 3.3 KiB — 151 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 73 ms — http/1.1https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 296 ms — h2https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&gtm=45be64k0v9211710597za200zd9211710597xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401~117384405~118128922~118463800&apve=1&apvf=f&apvc=0&tids=AW-861933723~AW-777137811~AW-753503659&tid=AW-861933723&tft=1776894207498&tfd=2869www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&scrsrc=www.googletagmanager.com&rnd=996478595.1776894207&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&auid=300443977.1776894207&navt=n&npa=1&gtm=45be64k0v9211710597za200zd9211710597xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266401~117384405~118128922~118463800&apve=1&apvf=f&apvc=0&tids=AW-861933723~AW-777137811~AW-753503659&tid=AW-861933723&tft=1776894207498&tfd=2869 — 200 — 21 B — 47 ms — h3https://www.stonybrook.edu/_resources/images/students-locking-bike.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/students-locking-bike.png — 200 — 382.7 KiB — 488 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2F — 200 — 839 B — 205 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2F — 302 — 825 B — 173 ms — h2https://www.stonybrook.edu/_resources/images/students-in-lab.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/students-in-lab.png — 200 — 305.5 KiB — 375 ms — h2https://www.stonybrook.edu/_resources/images/path-female-student-in-lab.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/path-female-student-in-lab.png — 200 — 275.4 KiB — 375 ms — h2https://connect.facebook.net/signals/config/2113980342197732?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/2113980342197732?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.4 KiB — 7 ms — h3https://script.crazyegg.com/pages/data-scripts/0003/0382/site/www.stonybrook.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0003/0382/site/www.stonybrook.edu.json?t=1 — 200 — 3.4 KiB — 44 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-8YXBWVVFPX&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&_p=1776894207006&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=909442371.1776894208&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776894207&sct=1&seg=0&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3008region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-8YXBWVVFPX&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&_p=1776894207006&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=909442371.1776894208&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776894207&sct=1&seg=0&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3008 — 204 — 552 B — 105 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-8YXBWVVFPX&cid=909442371.1776894208&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-8YXBWVVFPX&cid=909442371.1776894208&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117512542 — 204 — 561 B — 86 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-8YXBWVVFPX&cid=909442371.1776894208&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117512542&z=515028395www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-8YXBWVVFPX&cid=909442371.1776894208&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117512542&z=515028395 — 200 — 408 B — 92 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 63 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1715415995&t=pageview&_s=1&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&ul=en-us&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=930469993&gjid=5097634&cid=909442371.1776894208&tid=UA-30058444-1&_gid=1639758948.1776894208&_r=1&_slc=1&gtm=45He64k0n71P43R9Tv72114810za200zd72114810&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&npa=1&z=548736173www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1715415995&t=pageview&_s=1&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&ul=en-us&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=930469993&gjid=5097634&cid=909442371.1776894208&tid=UA-30058444-1&_gid=1639758948.1776894208&_r=1&_slc=1&gtm=45He64k0n71P43R9Tv72114810za200zd72114810&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&npa=1&z=548736173 — 200 — 455 B — 33 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2F&e_ipv6=AQI49M13-nEGLAAAAZ23JeaikvMOMWJIBpae1tNwklP3YH4qXWsfpFjEt2PS80eDOvyXkT0YMqWbpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=4229617&time=1776894207515&url=https%3A%2F%2Fwww.stonybrook.edu%2F&e_ipv6=AQI49M13-nEGLAAAAZ23JeaikvMOMWJIBpae1tNwklP3YH4qXWsfpFjEt2PS80eDOvyXkT0YMqWb — 200 — 693 B — 187 ms — h2https://tr.snapchat.com/cm/i?pid=716534ad-736f-4d7f-9bb5-ab5eb8c419ea&u_scsid=306ba95d-19b4-4737-bfd4-e3753eb7c35c&u_sclid=5896cd74-1735-4222-b163-c1e0f5047ae4tr.snapchat.com/cm/i?pid=716534ad-7... https://tr.snapchat.com/cm/i?pid=716534ad-736f-4d7f-9bb5-ab5eb8c419ea&u_scsid=306ba95d-19b4-4737-bfd4-e3753eb7c35c&u_sclid=5896cd74-1735-4222-b163-c1e0f5047ae4 — 200 — 201 B — 75 ms — h2https://tr.snapchat.com/config/edu/716534ad-736f-4d7f-9bb5-ab5eb8c419ea.js?v=3.56.0-2604221701tr.snapchat.com/config/edu/716534ad... https://tr.snapchat.com/config/edu/716534ad-736f-4d7f-9bb5-ab5eb8c419ea.js?v=3.56.0-2604221701 — 200 — 476 B — 178 ms — h2https://connect.facebook.net/signals/config/392748033705567?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/392748033705567?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.3 KiB — 8 ms — h3https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.8 KiB — 12 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.5 KiB — 19 ms — h2https://www.stonybrook.edu/_resources/images/path-3-students-collaborating.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/path-3-students-collaborating.png — 200 — 315.1 KiB — 375 ms — h2https://script.crazyegg.com/pages/data-scripts/0003/0382/sampling/www.stonybrook.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0003/0382/sampling/www.stonybrook.edu.json?t=1 — 200 — 380 B — 24 ms — h3https://connect.facebook.net/signals/config/380944239711487?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/380944239711487?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.3 KiB — 10 ms — h3https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 99 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 295 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 13 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 935 B — 216 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 907 B — 155 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 903 B — 161 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 902 B — 189 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 188 ms — h2https://tracking.crazyegg.com/clock?u=30382&st=2154&t=1776894207882&tk=3970af4f73ca478c111f9c8d988967cdtracking.crazyegg.com/clock?u=30382... https://tracking.crazyegg.com/clock?u=30382&st=2154&t=1776894207882&tk=3970af4f73ca478c111f9c8d988967cd — 204 — 0 B — 141 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 462 B — 57 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 460 B — 55 ms — h2blob:https://www.stonybrook.edu/94fe34b7-e916-40f8-8a80-927295247e1awww.stonybrook.edu/94fe34b7-e916-40... blob:https://www.stonybrook.edu/94fe34b7-e916-40f8-8a80-927295247e1a — 200 — -1 B — 13 ms — blobhttps://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 436 B — 153 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 54 ms — h3https://www.stonybrook.edu/_resources/images/path-student-at-laptop.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/path-student-at-laptop.png — 200 — 214.4 KiB — 261 ms — h2https://www.stonybrook.edu/_resources/images/circle-button-student-life.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/circle-button-student-life.jpg — 200 — 71.9 KiB — 161 ms — h2https://www.stonybrook.edu/_resources/images/circle-button-arts-culture.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/circle-button-arts-culture.jpg — 200 — 46.1 KiB — 149 ms — h2https://connect.facebook.net/signals/config/154030671625482?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/154030671625482?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.4 KiB — 5 ms — h3https://connect.facebook.net/signals/config/1799966813625685?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1799966813625685?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.3 KiB — 6 ms — h3https://connect.facebook.net/signals/config/2989407044448886?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/2989407044448886?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.9 KiB — 10 ms — h3https://www.stonybrook.edu/_resources/images/circle-button-health-safety.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/circle-button-health-safety.jpg — 200 — 47.1 KiB — 142 ms — h2https://tracking.crazyegg.com/clock?u=30382&st=2154&t=1776894207882&tk=3970af4f73ca478c111f9c8d988967cdtracking.crazyegg.com/clock?u=30382... https://tracking.crazyegg.com/clock?u=30382&st=2154&t=1776894207882&tk=3970af4f73ca478c111f9c8d988967cd — 200 — 147 B — 51 ms — h2https://connect.facebook.net/signals/config/999785864853652?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/999785864853652?v=2.9.303&r=stable&domain=www.stonybrook.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.8 KiB — 17 ms — h3https://www.facebook.com/tr/?id=2113980342197732&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208023&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=21139803421... https://www.facebook.com/tr/?id=2113980342197732&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208023&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 21 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2113980342197732&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208023&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2113980342197732&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208023&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 222 ms — h3https://www.facebook.com/tr/?id=392748033705567&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208028&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=39274803370... https://www.facebook.com/tr/?id=392748033705567&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208028&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 18 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=392748033705567&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208028&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=392748033705567&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208028&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 194 B — 321 ms — h3https://www.facebook.com/tr/?id=380944239711487&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208030&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=38094423971... https://www.facebook.com/tr/?id=380944239711487&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208030&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 18 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=380944239711487&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208030&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=380944239711487&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208030&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 316 ms — h3https://www.facebook.com/tr/?id=154030671625482&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208033&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&expv2[7]=pt3&rqm=GETwww.facebook.com/tr/?id=15403067162... https://www.facebook.com/tr/?id=154030671625482&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208033&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&expv2[7]=pt3&rqm=GET — 200 — 16 B — 16 ms — h3https://www.facebook.com/tr/?id=1799966813625685&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208036&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=17999668136... https://www.facebook.com/tr/?id=1799966813625685&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208036&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 20 ms — h3https://www.facebook.com/tr/?id=2989407044448886&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208040&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=29894070444... https://www.facebook.com/tr/?id=2989407044448886&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208040&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 22 ms — h3https://www.stonybrook.edu/_resources/images/circle-button-student-involvement.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/circle-button-student-involvement.jpg — 200 — 60.3 KiB — 146 ms — h2https://www.stonybrook.edu/_resources/images/campus-life-arrow.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/campus-life-arrow.svg — 200 — 513 B — 144 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=154030671625482&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208033&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&expv2[7]=pt3&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=154030671625482&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208033&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&expv2[7]=pt3&rqm=FGET — 200 — 192 B — 311 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1799966813625685&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208036&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1799966813625685&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208036&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 314 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2989407044448886&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208040&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2989407044448886&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208040&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 309 ms — h3https://www.facebook.com/tr/?id=999785864853652&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208080&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=99978586485... https://www.facebook.com/tr/?id=999785864853652&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208080&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 2 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=999785864853652&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208080&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=999785864853652&ev=PageView&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&rl=&if=false&ts=1776894208080&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894208015.264785995157464564&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&pmd[locale]=en&it=1776894207544&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 310 ms — h3blob:https://www.stonybrook.edu/7ec33c0a-59f3-4918-acc7-c8f2536118efwww.stonybrook.edu/7ec33c0a-59f3-49... blob:https://www.stonybrook.edu/7ec33c0a-59f3-4918-acc7-c8f2536118ef — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 26 ms — h3https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 192 B — 87 ms — h2https://tags.srv.stackadapt.com/saq_pxl?uid=uTT4EZif5kgTwfmYhdLPiw&is_js=true&landing_url=https%3A%2F%2Fwww.stonybrook.edu%2F&t=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&tip=IKbrURWMLyaqNmi9WSCI89a_BpHQEOBNaHfEIpHafng&host=https%3A%2F%2Fwww.stonybrook.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd912466108fb715deb4b50cc07a59fb1cb8de3bc77&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIJbz4ubh925B-bs_NwaDatTZaU6AFBp33wPaSZVK0FhVEMABGAQg_4GlzwYwAToETLyAOUIEzdWtyA.50lY8aAOcMTSrTDwDVxynVWXanF%252FRuYT3SoI0xTlLsU&sa-user-id-v2=s%253AEkZhCPtxXetLUMwHpZ-xy43jvHc.WZLyMhb0d34AZiYrDVV6uzA0nnfhDo4A8A2%252BsfVxW0M&sa-user-id=s%253A0-12466108-fb71-5deb-4b50-cc07a59fb1cb.4JO1UlQ3lPR77eqkVwFUdP1UOf%252FPislS5%252F1yFURxJAEtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=uTT4EZif5kgTwfmYhdLPiw&is_js=true&landing_url=https%3A%2F%2Fwww.stonybrook.edu%2F&t=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&tip=IKbrURWMLyaqNmi9WSCI89a_BpHQEOBNaHfEIpHafng&host=https%3A%2F%2Fwww.stonybrook.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd912466108fb715deb4b50cc07a59fb1cb8de3bc77&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIJbz4ubh925B-bs_NwaDatTZaU6AFBp33wPaSZVK0FhVEMABGAQg_4GlzwYwAToETLyAOUIEzdWtyA.50lY8aAOcMTSrTDwDVxynVWXanF%252FRuYT3SoI0xTlLsU&sa-user-id-v2=s%253AEkZhCPtxXetLUMwHpZ-xy43jvHc.WZLyMhb0d34AZiYrDVV6uzA0nnfhDo4A8A2%252BsfVxW0M&sa-user-id=s%253A0-12466108-fb71-5deb-4b50-cc07a59fb1cb.4JO1UlQ3lPR77eqkVwFUdP1UOf%252FPislS5%252F1yFURxJAE — 200 — 360 B — 100 ms — h2https://www.stonybrook.edu/_resources/images/sb-logo-footer-12.8.25.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/sb-logo-footer-12.8.25.svg — 200 — 4.4 KiB — 142 ms — h2https://www.stonybrook.edu/_resources/js/bootstrap.bundle.min.jswww.stonybrook.edu/_resources/js/bo... https://www.stonybrook.edu/_resources/js/bootstrap.bundle.min.js — 200 — 22.8 KiB — 145 ms — h2https://www.stonybrook.edu/_resources/js/sb-main.jswww.stonybrook.edu/_resources/js/sb... https://www.stonybrook.edu/_resources/js/sb-main.js — 200 — 8.3 KiB — 142 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 907 B — 582 ms — h2https://www.stonybrook.edu/_resources/js/sb-animations.jswww.stonybrook.edu/_resources/js/sb... https://www.stonybrook.edu/_resources/js/sb-animations.js — 200 — 11.6 KiB — 146 ms — h2https://www.stonybrook.edu/_resources/js/vendor/slick.min.jswww.stonybrook.edu/_resources/js/ve... https://www.stonybrook.edu/_resources/js/vendor/slick.min.js — 200 — 10.2 KiB — 144 ms — h2https://www.stonybrook.edu/_resources/js/sb-homepage-hero.jswww.stonybrook.edu/_resources/js/sb... https://www.stonybrook.edu/_resources/js/sb-homepage-hero.js — 200 — 682 B — 141 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 37 ms — h3https://www.stonybrook.edu/_resources/images/path-arrow.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/path-arrow.svg — 200 — 331 B — 143 ms — h2https://www.stonybrook.edu/_resources/images/hp-calendar-bg.pngwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hp-calendar-bg.png — 200 — 78.9 KiB — 144 ms — h2https://www.stonybrook.edu/_resources/video/2026-HOMEPAGE-VIDEO-030526.mp4www.stonybrook.edu/_resources/video... https://www.stonybrook.edu/_resources/video/2026-HOMEPAGE-VIDEO-030526.mp4 — 206 — 3.7 MiB — 143 ms — h2https://www.stonybrook.edu/_resources/images/slider-image-twice-up-adita.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/slider-image-twice-up-adita.jpg — 200 — 278.6 KiB — 376 ms — h2https://www.stonybrook.edu/_resources/images/slider-image-twice-up-laci.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/slider-image-twice-up-laci.jpg — 200 — 321.5 KiB — 377 ms — h2https://www.stonybrook.edu/_resources/images/slider-image-twice-up-jabe.jpgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/slider-image-twice-up-jabe.jpg — 200 — 340.2 KiB — 376 ms — h2https://www.stonybrook.edu/_resources/css/ajax-loader.gifwww.stonybrook.edu/_resources/css/a... https://www.stonybrook.edu/_resources/css/ajax-loader.gif — 200 — 27.8 KiB — 146 ms — h2https://www.stonybrook.edu/_resources/images/hp-carousel-chevron-left.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hp-carousel-chevron-left.svg — 200 — 293 B — 142 ms — h2https://www.stonybrook.edu/_resources/images/hp-carousel-chevron-right.svgwww.stonybrook.edu/_resources/image... https://www.stonybrook.edu/_resources/images/hp-carousel-chevron-right.svg — 200 — 295 B — 142 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=6kmm249&cookie_sync=1&upv=3.0.0&upid=zhjm8mf&ref=https://www.stonybrook.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=6kmm249&cookie_sync=1&upv=3.0.0&upid=zhjm8mf&ref=https://www.stonybrook.edu/ — 302 — 170 B — 122 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-8YXBWVVFPX&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&_p=1776894207006&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAACAGQ&are=1&cid=909442371.1776894208&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776894207&sct=1&seg=1&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&_s=2&tfd=4282region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-8YXBWVVFPX&gtm=45je64k0v875383817z872114810za20gzb72114810zd72114810&_p=1776894207006&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAACAGQ&are=1&cid=909442371.1776894208&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776894207&sct=1&seg=1&dl=https%3A%2F%2Fwww.stonybrook.edu%2F&dt=Stony%20Brook%20University%20%7C%20Stony%20Brook%2C%20NY&_s=2&tfd=4282 — 204 — 48 B — 35 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=6kmm249&cookie_sync=1&upv=3.0.0&upid=zhjm8mf&ref=https%3a%2f%2fwww.stonybrook.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=6kmm249&cookie_sync=1&upv=3.0.0&upid=zhjm8mf&ref=https%3a%2f%2fwww.stonybrook.edu&redirect=1 — 200 — 369 B — 43 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 958 B — 53 ms — http/1.1https://www.stonybrook.edu/commcms/_resources/favicon/apple-touch-icon.pngwww.stonybrook.edu/commcms/_resourc... https://www.stonybrook.edu/commcms/_resources/favicon/apple-touch-icon.png — 200 — 19.9 KiB — 143 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 116 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 353 B — 134 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 982ms · 686KB · €11/mo
Unattributable
Other
Costly
Execution 251ms
Transfer 0 KB
Monthly Cost €3/mo
www.stonybrook.edu
Other
Costly
Execution 224ms
Transfer 18 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 201ms
Transfer 189 KB
Unused 35%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 105ms
Transfer 177 KB
Unused 38%
Monthly Cost €1/mo
script.crazyegg.com
Other
Optional
Execution 73ms
Transfer 55 KB
Unused 53%
Monthly Cost €1/mo
analytics.tiktok.com
Other
Optional
Execution 69ms
Transfer 110 KB
Unused 50%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 137 KB
Unused 44%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 251ms and costs ~€3/month
  • www.stonybrook.edu adds 224ms and costs ~€2/month
  • Google Tag Manager adds 201ms and costs ~€2/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

www.stonybrook.edu takes 224ms 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

Google Tag Manager takes 201ms 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

53% of script.crazyegg.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback