Skip to content
https://nyu.edu

Performance

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

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

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

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

913 ms

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

5.33 s

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

212 ms

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

0.000

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

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

5.53 s

Page Load Progression

685 ms
1.4 s
2.1 s
2.7 s
3.4 s
4.1 s
4.8 s
5.5 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
18.0 MB transferred, 134 requests
FIX
18.0 MB transferred, 134 requests
Critical::
Page weighs 25.8 MB (18.0 MB transferred)
Warning::
JavaScript is 2.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.9 MB
Info::
Fonts are 450 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 450 KB
Warning::
134 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.8 g CO2 per page load
18.0 MB / 2.4 MB budget
18.0 MB transferred
134 requests
3.8 g CO2 per page load
Other 13.5 MiB 75%
JavaScript 2.9 MiB 16%
Images 920.6 KiB 5%
Fonts 450.4 KiB 2%
CSS 131.1 KiB 1%
Other 41.7 KiB 0%
HTML 25.9 KiB 0%
Other 5.1 KiB 0%
Other 254 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (18.0 MiB of 18.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
49 scripts, 1.1 MB unused
FIX
49 scripts, 1.1 MB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5VD...: 76 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-H4KK...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VR2B...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9CWX...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8Y5X...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1170 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-5VD495202 KB76 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-H4KKXQKFSM&cx=c&gtm=4e64h1172 KB69 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VR2BFTJ92R&cx=c&gtm=4e64h1153 KB65 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9CWXCZX89G&cx=c&gtm=4e64h1153 KB65 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8Y5XM9YCFW&cx=c&gtm=4e64h1153 KB65 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YKLBDQJ61W&cx=c&gtm=4e64h1156 KB64 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16640816000&cx=c&gtm=4e64h1137 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16640807666&cx=c&gtm=4e64h1137 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16640712836&cx=c&gtm=4e64h1137 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S194DLZYBD&cx=c&gtm=4e64h1155 KB63 KB (41%)3rd

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
134 resources · 18.0 MB · 1.1 MB savings available
FIX
134 resources · 18.0 MB · 1.1 MB savings available
Warning::
Page weight 17.0 MB over 1MB target
Got: 18.0 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
133 third-party resources (100% of weight)
Info::
8 resources over 200KB
134 resources · 18.0 MiB · 133 third-party 17.0 MiB over 1MB target
Media 75% · 13.5 MiB
JavaScript 16% · 2.9 MiB
Image 5% · 924.6 KiB
Font 2% · 450.4 KiB
CSS 1% · 135.5 KiB
Other 0% · 45.3 KiB
Document 0% · 27.5 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
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
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/insta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/youtu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/icon4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/x.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyu/icons/icon1.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/icon2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/icon3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/icon5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/faceb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyu.edu/content/dam/nyuwww/icons/linke... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 921 KB
0 oversized -0 KB
18 legacy format
10 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

C
JS Execution Cost
Action
1690ms total JS execution
REVIEW
1690ms total JS execution
Warning::
https://www.nyu.edu/: 323ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8Y5X...: 305ms CPU time
Warning::
Unattributable: 279ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5VD...: 197ms CPU time
Info::
https://cmp.osano.com/O0ob8QmY5Y/5d77d930-221b-4da...: 169ms CPU time
Warning::
Third-party scripts: 1690ms (100% of total)

Main Thread Breakdown

Script Evaluation 58% Other 15% Style & Layout 13% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.nyu.edu/323ms3ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-8Y5XM9YCFW&cx=c&gtm=4e64h1305ms291ms11ms3rd
Unattributable279ms58ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5VD495197ms165ms17ms3rd
https://cmp.osano.com/O0ob8QmY5Y/5d77d930-221b-4da2-b842-2f4fa04d53c2/osano.js169ms135ms15ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9CWXCZX89G&cx=c&gtm=4e64h168ms39ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-S194DLZYBD&cx=c&gtm=4e64h166ms54ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VR2BFTJ92R&cx=c&gtm=4e64h160ms47ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-H4KKXQKFSM&cx=c&gtm=4e64h159ms47ms12ms3rd
https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.js57ms6ms0ms3rd

Showing top 10 of 12 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

2

450 KB total

Render-blocking

0

of 2

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 FCP 913 ms LCP 5.3 shttps://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site/resources/fonts/fontawesome/fa-sharp-light-300.woff2fa-sharp-light-300.woff2 https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site/resources/fonts/fontawesome/fa-sharp-light-300.woff2 — 395.8 KiB — 53 ms — font-display: swaphttps://webstatic.nyu.edu/fonts/NYUPerstare-VF.woff2NYUPerstare-VF.woff2 https://webstatic.nyu.edu/fonts/NYUPerstare-VF.woff2 — 54.6 KiB — 86 ms — font-display: swap
fa-sharp-light-300.woff2 woff2 swap
Size 396 KB
Load time 53 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NYUPerstare-VF.woff2 woff2 swap
Size 55 KB
Load time 86 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~198 KB and ~396 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
134 requests over 3449ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 913 ms LCP 5.3 shttps://nyu.edu// https://nyu.edu/ — 302 — 124 B — 392 ms — http/1.0https://www.nyu.edu/www.nyu.edu/ https://www.nyu.edu/ — 200 — 13.6 KiB — 75 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.css — 200 — 448 B — 33 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.css — 200 — 66.6 KiB — 60 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.css — 200 — 446 B — 34 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.css — 200 — 8.2 KiB — 62 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.css — 200 — 8.2 KiB — 60 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.css — 200 — 447 B — 37 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.css — 200 — 22.9 KiB — 72 ms — h2https://www.nyu.edu/etc/cloudsettings/default/contexthub.kernel.jswww.nyu.edu/etc/cloudsettings/defau... https://www.nyu.edu/etc/cloudsettings/default/contexthub.kernel.js — 404 — 372 B — 456 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.js — 200 — 457 B — 35 ms — h2https://www.nyu.edu/content/dam/nyu/icons/icon1.svgwww.nyu.edu/content/dam/nyu/icons/i... https://www.nyu.edu/content/dam/nyu/icons/icon1.svg — 200 — 941 B — 65 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon2.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon2.svg — 200 — 1.1 KiB — 71 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.js — 200 — 21.6 KiB — 65 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.js — 200 — 495 B — 38 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.js — 200 — 8.2 KiB — 64 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.js — 200 — 497 B — 41 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon3.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon3.svg — 200 — 977 B — 55 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon4.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon4.svg — 200 — 952 B — 30 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon5.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon5.svg — 200 — 947 B — 24 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/787678803375/Disaster%20Game%2019%20screen%20students%20with%20cards.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/787678803375/Disaster%20Game%2019%20screen%20students%20with%20cards.jpeg — 302 — 546 B — 22 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1775843730958.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1775843730958.jpeg — 301 — 519 B — 22 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1775843730958.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1775843730958.jpeg — 200 — 28.6 KiB — 24 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/152474569598/shelby.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/152474569598/shelby.jpeg — 302 — 562 B — 23 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1776266290634.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1776266290634.jpeg — 301 — 535 B — 25 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1776266290634.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1776266290634.jpeg — 200 — 49.3 KiB — 31 ms — h2https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/79854888511/TandonRoboticsNewsImage.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/79854888511/TandonRoboticsNewsImage.jpeg — 302 — 567 B — 23 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1765912279323.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1765912279323.jpeg — 301 — 539 B — 21 ms — h2https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1765912279323.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1765912279323.jpeg — 200 — 35.0 KiB — 23 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/facebook.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/facebook.svg — 200 — 1.1 KiB — 23 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 913 ms LCP 5.3 shttps://nyu.edu// https://nyu.edu/ — 302 — 124 B — 392 ms — http/1.0https://www.nyu.edu/www.nyu.edu/ https://www.nyu.edu/ — 200 — 13.6 KiB — 75 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.css — 200 — 448 B — 33 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.css — 200 — 66.6 KiB — 60 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.css — 200 — 446 B — 34 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.csswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.css — 200 — 8.2 KiB — 62 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.css — 200 — 8.2 KiB — 60 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.css — 200 — 447 B — 37 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.csswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.css — 200 — 22.9 KiB — 72 ms — h2https://www.nyu.edu/etc/cloudsettings/default/contexthub.kernel.jswww.nyu.edu/etc/cloudsettings/defau... https://www.nyu.edu/etc/cloudsettings/default/contexthub.kernel.js — 404 — 372 B — 456 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-dependencies.js — 200 — 457 B — 35 ms — h2https://www.nyu.edu/content/dam/nyu/icons/icon1.svgwww.nyu.edu/content/dam/nyu/icons/i... https://www.nyu.edu/content/dam/nyu/icons/icon1.svg — 200 — 941 B — 65 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon2.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon2.svg — 200 — 1.1 KiB — 71 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-site.js — 200 — 21.6 KiB — 65 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-dependencies.js — 200 — 495 B — 38 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site.js — 200 — 8.2 KiB — 64 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-nyucore.js — 200 — 497 B — 41 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon3.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon3.svg — 200 — 977 B — 55 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon4.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon4.svg — 200 — 952 B — 30 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/icon5.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/icon5.svg — 200 — 947 B — 24 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/787678803375/Disaster%20Game%2019%20screen%20students%20with%20cards.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/787678803375/Disaster%20Game%2019%20screen%20students%20with%20cards.jpeg — 302 — 546 B — 22 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1775843730958.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1775843730958.jpeg — 301 — 519 B — 22 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1775843730958.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/cool-course--games-and-play-in-education/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1775843730958.jpeg — 200 — 28.6 KiB — 24 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/152474569598/shelby.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/152474569598/shelby.jpeg — 302 — 562 B — 23 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1776266290634.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1776266290634.jpeg — 301 — 535 B — 25 ms — h2https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1776266290634.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2026/april/2026-undergrad-researcher-shelby-liles-on-orders-of-protection/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1776266290634.jpeg — 200 — 49.3 KiB — 31 ms — h2https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/79854888511/TandonRoboticsNewsImage.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/_jcr_content/_cq_featuredimage.coreimg.82.500.jpeg/79854888511/TandonRoboticsNewsImage.jpeg — 302 — 567 B — 23 ms — h2https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1765912279323.jpegwww.nyu.edu/content/nyuwww/us/en/ab... https://www.nyu.edu/content/nyuwww/us/en/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr%3acontent/cq%3afeaturedimage.coreimg.82.500.jpeg/1765912279323.jpeg — 301 — 539 B — 21 ms — h2https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1765912279323.jpegwww.nyu.edu/about/news-publications... https://www.nyu.edu/about/news-publications/news/2025/december/brooklyn-is-now-home-to-a-major-hub-for-robotics-and-embodied-in/jcr:content/cq:featuredimage.coreimg.82.500.jpeg/1765912279323.jpeg — 200 — 35.0 KiB — 23 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/facebook.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/facebook.svg — 200 — 1.1 KiB — 23 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/linkedin.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/linkedin.svg — 200 — 1.5 KiB — 23 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/x.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/x.svg — 200 — 1.1 KiB — 24 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/instagram.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/instagram.svg — 200 — 1.7 KiB — 26 ms — h2https://www.nyu.edu/content/dam/nyuwww/icons/youtube.svgwww.nyu.edu/content/dam/nyuwww/icon... https://www.nyu.edu/content/dam/nyuwww/icons/youtube.svg — 200 — 1.4 KiB — 26 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-base.js — 200 — 15.6 KiB — 32 ms — h2https://www.nyu.edu/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.jswww.nyu.edu/etc.clientlibs/core/wcm... https://www.nyu.edu/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.js — 200 — 1.8 KiB — 29 ms — h2https://www.nyu.edu/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.jswww.nyu.edu/etc.clientlibs/clientli... https://www.nyu.edu/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.js — 200 — 3.0 KiB — 29 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-base.js — 200 — 15.6 KiB — 30 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5VD495www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5VD495 — 200 — 202.5 KiB — 151 ms — h2data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='1353' height='621' viewBox='0 0 1353 621' fill='none' xmlns='http:…data:image/svg+xml,%3Csvg width='13... data:image/svg+xml,%3Csvg width='1353' height='621' viewBox='0 0 1353 621' fill='none' xmlns='http:… — 200 — 0 B — 0 ms — datahttps://www.nyu.edu/_jcr_content/root/container/nyu_storytelling.coreimg.82.750.jpeg/1774214717731/womensswimming2026.jpegwww.nyu.edu/_jcr_content/root/conta... https://www.nyu.edu/_jcr_content/root/container/nyu_storytelling.coreimg.82.750.jpeg/1774214717731/womensswimming2026.jpeg — 200 — 107.9 KiB — 35 ms — h2https://www.nyu.edu/_jcr_content/root/container/nyu_fullwidth_promo.coreimg.82.500.jpeg/1773339024204/notfriendssquare.jpegwww.nyu.edu/_jcr_content/root/conta... https://www.nyu.edu/_jcr_content/root/container/nyu_fullwidth_promo.coreimg.82.500.jpeg/1773339024204/notfriendssquare.jpeg — 200 — 37.8 KiB — 411 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site/resources/fonts/fontawesome/fa-sharp-light-300.woff2www.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-site/resources/fonts/fontawesome/fa-sharp-light-300.woff2 — 200 — 395.8 KiB — 53 ms — h2https://webstatic.nyu.edu/fonts/NYUPerstare-VF.woff2webstatic.nyu.edu/fonts/NYUPerstare... https://webstatic.nyu.edu/fonts/NYUPerstare-VF.woff2 — 200 — 54.6 KiB — 86 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Alerts.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Alerts.js — 200 — 1.7 KiB — 36 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-ajaxRequest.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-ajaxRequest.js — 200 — 1.9 KiB — 41 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-index.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-index.js — 200 — 42.4 KiB — 51 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-MainNavigation.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-MainNavigation.js — 200 — 1.2 KiB — 45 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-getFocusableElements.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-getFocusableElements.js — 200 — 1.1 KiB — 46 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Dropdown.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Dropdown.js — 200 — 1.4 KiB — 45 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-FeedbackSubmit.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-FeedbackSubmit.js — 200 — 1.3 KiB — 45 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-SearchToggle.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-SearchToggle.js — 200 — 1.1 KiB — 45 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Breadcrumbs.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-Breadcrumbs.js — 200 — 1.2 KiB — 44 ms — h2https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-AnimateHero.jswww.nyu.edu/etc.clientlibs/nyuwww/c... https://www.nyu.edu/etc.clientlibs/nyuwww/clientlibs/clientlib-js-AnimateHero.js — 200 — 1.2 KiB — 44 ms — h2https://www.nyu.edu/www.nyu.edu/ https://www.nyu.edu/ — 200 — 0 B — 3 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-ShowVideo.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-ShowVideo.js — 200 — 3.1 KiB — 28 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-queryStringHandler.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-queryStringHandler.js — 200 — 1.3 KiB — 33 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Modal.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Modal.js — 200 — 12.7 KiB — 33 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Spotlight.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Spotlight.js — 200 — 1.2 KiB — 31 ms — h2https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Accordion.jswww.nyu.edu/etc.clientlibs/nyucore/... https://www.nyu.edu/etc.clientlibs/nyucore/clientlibs/clientlib-js-Accordion.js — 200 — 1.7 KiB — 32 ms — h2https://www.nyu.edu/libs/granite/csrf/token.jsonwww.nyu.edu/libs/granite/csrf/token... https://www.nyu.edu/libs/granite/csrf/token.json — 200 — 419 B — 29 ms — h2https://www.nyu.edu/content/nyuwww/services/alertssearch?location=nyc&asOfDate=2026-04-21T19:06:00.000Zwww.nyu.edu/content/nyuwww/services... https://www.nyu.edu/content/nyuwww/services/alertssearch?location=nyc&asOfDate=2026-04-21T19:06:00.000Z — 200 — 602 B — 45 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24…www.w3.org/2000/svg' width='24' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24… — 200 — 0 B — 0 ms — datahttps://player.vimeo.com/video/1168939332?color=05d192&title=0&byline=0&portrait=0&autoplay=1&background=1&muted=1player.vimeo.com/video/1168939332?c... https://player.vimeo.com/video/1168939332?color=05d192&title=0&byline=0&portrait=0&autoplay=1&background=1&muted=1 — 200 — 11.1 KiB — 261 ms — http/1.1https://www.nyu.edu/_jcr_content/root/container/nyu_spotlight/items/item0.coreimg.82.500.png/1764018667778/londongayhart4x3.pngwww.nyu.edu/_jcr_content/root/conta... https://www.nyu.edu/_jcr_content/root/container/nyu_spotlight/items/item0.coreimg.82.500.png/1764018667778/londongayhart4x3.png — 200 — 436.3 KiB — 695 ms — h2https://cmp.osano.com/O0ob8QmY5Y/5d77d930-221b-4da2-b842-2f4fa04d53c2/osano.jscmp.osano.com/O0ob8QmY5Y/5d77d930-2... https://cmp.osano.com/O0ob8QmY5Y/5d77d930-221b-4da2-b842-2f4fa04d53c2/osano.js — 200 — 72.1 KiB — 72 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-16640807666&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16640807666&cx=c&gtm=4e64h1 — 200 — 136.6 KiB — 113 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16834589110&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16834589110&cx=c&gtm=4e64h1 — 200 — 136.6 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16640712836&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16640712836&cx=c&gtm=4e64h1 — 200 — 136.7 KiB — 130 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16640816000&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16640816000&cx=c&gtm=4e64h1 — 200 — 136.6 KiB — 93 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-4978807&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4978807&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-4171739&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4171739&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 109 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-4097003&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4097003&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 115 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9284618&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9284618&cx=c&gtm=4e64h1 — 200 — 129.5 KiB — 125 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S194DLZYBD&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S194DLZYBD&cx=c&gtm=4e64h1 — 200 — 155.0 KiB — 132 ms — h2https://www.googletagmanager.com/gtag/js?id=G-H4KKXQKFSM&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H4KKXQKFSM&cx=c&gtm=4e64h1 — 200 — 172.1 KiB — 138 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9CWXCZX89G&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9CWXCZX89G&cx=c&gtm=4e64h1 — 200 — 153.3 KiB — 147 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S4TP6272FF&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S4TP6272FF&cx=c&gtm=4e64h1 — 200 — 150.3 KiB — 139 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VR2BFTJ92R&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VR2BFTJ92R&cx=c&gtm=4e64h1 — 200 — 153.3 KiB — 142 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YKLBDQJ61W&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YKLBDQJ61W&cx=c&gtm=4e64h1 — 200 — 155.8 KiB — 144 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8Y5XM9YCFW&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8Y5XM9YCFW&cx=c&gtm=4e64h1 — 200 — 153.3 KiB — 145 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 79 ms — h2blob:https://www.nyu.edu/86708449-8523-4333-9a55-e913ca51f424www.nyu.edu/86708449-8523-4333-9a55... blob:https://www.nyu.edu/86708449-8523-4333-9a55-e913ca51f424 — 200 — -1 B — 110 ms — blobhttps://f.vimeocdn.com/p/4.46.41/js/player.module.jsf.vimeocdn.com/p/4.46.41/js/player.... https://f.vimeocdn.com/p/4.46.41/js/player.module.js — 200 — 210.5 KiB — 73 ms — h2https://f.vimeocdn.com/p/4.46.41/js/vendor.module.jsf.vimeocdn.com/p/4.46.41/js/vendor.... https://f.vimeocdn.com/p/4.46.41/js/vendor.module.js — 200 — 93.3 KiB — 69 ms — h2https://f.vimeocdn.com/p/4.46.41/css/player.cssf.vimeocdn.com/p/4.46.41/css/player... https://f.vimeocdn.com/p/4.46.41/css/player.css — 200 — 23.9 KiB — 54 ms — h2https://cmp.osano.com/cmp.osano.com/ https://cmp.osano.com/ — 200 — 1.2 KiB — 43 ms — h3https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 1.2 KiB — 4 ms — h2https://i.vimeocdn.com/video/2127502580-caeea0f338543c10df0264c95531a90887369702129011fc0ca87d30675e80e4-d?mw=1300&mh=732i.vimeocdn.com/video/2127502580-cae... https://i.vimeocdn.com/video/2127502580-caeea0f338543c10df0264c95531a90887369702129011fc0ca87d30675e80e4-d?mw=1300&mh=732 — 200 — 193.1 KiB — 7 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429 — 200 — 40 B — 152 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~xsddZCj_vfQbKw7GOrib2qw0vP7E4U4aq3KIqazeRsE&qsr=1&r=dXM%3D&rh=6Pb6wvod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/playlist/av/primary/prot/cXNyPTE/playlist.json?omit=av1-hevc&pathsig=8c953e4f~xsddZCj_vfQbKw7GOrib2qw0vP7E4U4aq3KIqazeRsE&qsr=1&r=dXM%3D&rh=6Pb6w — 200 — 4.9 KiB — 47 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429 — 200 — 123 B — 140 ms — h2https://i.vimeocdn.com/video/2127502580-caeea0f338543c10df0264c95531a90887369702129011fc0ca87d30675e80e4-d?mw=80&q=85i.vimeocdn.com/video/2127502580-cae... https://i.vimeocdn.com/video/2127502580-caeea0f338543c10df0264c95531a90887369702129011fc0ca87d30675e80e4-d?mw=80&q=85 — 200 — 1.9 KiB — 4 ms — h2https://cdn.cookielaw.org/consent/5e378592-4630-4ea7-b343-3b61c70f256e/5e378592-4630-4ea7-b343-3b61c70f256e.jsoncdn.cookielaw.org/consent/5e378592-... https://cdn.cookielaw.org/consent/5e378592-4630-4ea7-b343-3b61c70f256e/5e378592-4630-4ea7-b343-3b61c70f256e.json — 200 — 2.2 KiB — 85 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429 — 200 — 40 B — 110 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 184 ms — h2https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.js — 200 — 114.5 KiB — 49 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 455 B — 133 ms — h2https://cdn.cookielaw.org/consent/5e378592-4630-4ea7-b343-3b61c70f256e/0195fc5b-42cd-7d0f-8b2a-7ff8d640eaa6/en.jsoncdn.cookielaw.org/consent/5e378592-... https://cdn.cookielaw.org/consent/5e378592-4630-4ea7-b343-3b61c70f256e/0195fc5b-42cd-7d0f-8b2a-7ff8d640eaa6/en.json — 200 — 19.8 KiB — 48 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 66 ms — http/1.1https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9NzcwLTU0MTk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~z0lpbP0gQXI0wIGKVecY9B0NdIBthIMKvmRw6lFj6Z8&r=dXM%3D&range=770-5419vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9NzcwLTU0MTk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~z0lpbP0gQXI0wIGKVecY9B0NdIBthIMKvmRw6lFj6Z8&r=dXM%3D&range=770-5419 — 200 — 5.0 KiB — 8 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9ODg1LTM3NzU4NzE/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~-wW8O5Wztt7EjZLu648vhQCnIok3gvpia8DKFwiRurQ&r=dXMtd2VzdDE%3D&range=885-3775871vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9ODg1LTM3NzU4NzE/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~-wW8O5Wztt7EjZLu648vhQCnIok3gvpia8DKFwiRurQ&r=dXMtd2VzdDE%3D&range=885-3775871 — 200 — 3.6 MiB — 96 ms — h2https://www.nyu.edu/favicon.icowww.nyu.edu/favicon.ico https://www.nyu.edu/favicon.ico — 200 — 1.8 KiB — 39 ms — h2https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/otFloatingFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/otFloatingFlat.json — 200 — 2.8 KiB — 41 ms — h2https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/v2/otPcCenter.json — 200 — 12.9 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202501.2.0/assets/otCommonStyles.css — 200 — 4.3 KiB — 32 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 509 B — 33 ms — h2https://lensflare.vimeo.com/add/vimeo.play_videolensflare.vimeo.com/add/vimeo.play_... https://lensflare.vimeo.com/add/vimeo.play_video — 200 — 0 B — 152 ms — h2https://cdn.cookielaw.org/logos/8f75b951-5eef-476b-9db9-2a6ca681763d/01938d40-66a9-7b7a-94b5-34db01d3a486/97c3fe01-aff9-4678-b43a-dd8f8a826494/NYU_Short_RGB_Color.pngcdn.cookielaw.org/logos/8f75b951-5e... https://cdn.cookielaw.org/logos/8f75b951-5eef-476b-9db9-2a6ca681763d/01938d40-66a9-7b7a-94b5-34db01d3a486/97c3fe01-aff9-4678-b43a-dd8f8a826494/NYU_Short_RGB_Color.png — 200 — 16.7 KiB — 28 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 30 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429 — 200 — 40 B — 116 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=84ef12068e75a032bdf224e1c06c7741c23c58ad1776798429 — 200 — 11 B — 112 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-S194DLZYBD&gtm=45je64h1v872821999z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2970region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S194DLZYBD&gtm=45je64h1v872821999z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2970 — 204 — 547 B — 162 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-H4KKXQKFSM&gtm=45je64h1v868813086z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=2995region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-H4KKXQKFSM&gtm=45je64h1v868813086z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=2995 — 204 — 48 B — 138 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-YKLBDQJ61W&gtm=45je64h1v889065070z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=12&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~115616986~115938466~115938469~117266400~117384405&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3012region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-YKLBDQJ61W&gtm=45je64h1v889065070z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=12&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~115616986~115938466~115938469~117266400~117384405&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3012 — 204 — 48 B — 118 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-S4TP6272FF&gtm=45je64h1v867973397z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384406&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3027region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S4TP6272FF&gtm=45je64h1v867973397z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384406&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3027 — 204 — 48 B — 107 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-9CWXCZX89G&gtm=45je64h1v867974303z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=16&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~115938468~117266400&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3043region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-9CWXCZX89G&gtm=45je64h1v867974303z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=16&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~115938468~117266400&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3043 — 204 — 48 B — 90 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-VR2BFTJ92R&gtm=45je64h1v871092761z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3058region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-VR2BFTJ92R&gtm=45je64h1v871092761z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3058 — 204 — 48 B — 69 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-8Y5XM9YCFW&gtm=45je64h1v889502459z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~118128922&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3073region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-8Y5XM9YCFW&gtm=45je64h1v889502459z871439769za20gzb71439769zd71439769&_p=1776798429304&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzRlOT&_eu=AAAAAGA&are=1&cid=432151854.1776798431&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~118128922&sid=1776798430&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyu.edu%2F&dt=New%20York%20University&en=page_view&_fv=1&_ss=1&tfd=3073 — 204 — 48 B — 64 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9204647923z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tids=AW-16834589110&tid=AW-16834589110&tft=1776798431456&tfd=3088pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9204647923z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tids=AW-16834589110&tid=AW-16834589110&tft=1776798431456&tfd=3088 — 200 — 21 B — 103 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189996192z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-4978807&tid=DC-4978807&tft=1776798431457&tfd=3090pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189996192z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-4978807&tid=DC-4978807&tft=1776798431457&tfd=3090 — 200 — 21 B — 114 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9204644065z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-16640816000&tid=AW-16640816000&tft=1776798431458&tfd=3091pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9204644065z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-16640816000&tid=AW-16640816000&tft=1776798431458&tfd=3091 — 200 — 21 B — 117 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189988498z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=DC-4171739&tid=DC-4171739&tft=1776798431459&tfd=3092pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189988498z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=0&tids=DC-4171739&tid=DC-4171739&tft=1776798431459&tfd=3092 — 200 — 21 B — 97 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9205153136z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-16640807666&tid=AW-16640807666&tft=1776798431461&tfd=3093pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9205153136z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-16640807666&tid=AW-16640807666&tft=1776798431461&tfd=3093 — 200 — 21 B — 101 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189958593z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-4097003&tid=DC-4097003&tft=1776798431462&tfd=3094pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189958593z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-4097003&tid=DC-4097003&tft=1776798431462&tfd=3094 — 200 — 21 B — 100 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9191915248z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=AW-16640712836&tid=AW-16640712836&tft=1776798431463&tfd=3096pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&did=dMzRlOT&gdid=dMzRlOT&gtm=45be64h1v9191915248z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=AW-16640712836&tid=AW-16640712836&tft=1776798431463&tfd=3096 — 200 — 21 B — 90 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189937018z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=DC-9284618&tid=DC-9284618&tft=1776798431464&tfd=3097pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.nyu.edu%2F&scrsrc=www.googletagmanager.com&rnd=925346914.1776798431&navt=n&npa=1&us_privacy=1---&gdid=dMzRlOT&gtm=45fe64h1v9189937018z871439769za20gzb71439769zd71439769xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=DC-9284618&tid=DC-9284618&tft=1776798431464&tfd=3097 — 200 — 21 B — 93 ms — h3https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9NTQyMC0xMDA2OQ/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~Ly_isTrc4HTe0hVAn40XF0e-SA-HMpXRYEZAHMhpzC4&r=dXM%3D&range=5420-10069vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9NTQyMC0xMDA2OQ/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~Ly_isTrc4HTe0hVAn40XF0e-SA-HMpXRYEZAHMhpzC4&r=dXM%3D&range=5420-10069 — 200 — 5.0 KiB — 6 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9Mzc3NTg3Mi03NzkxODMy/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~BS19SrPioZwY1U_KDAFxX9Eu24TrRHxYMYLGIWSK9HM&r=dXMtd2VzdDE%3D&range=3775872-7791832vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9Mzc3NTg3Mi03NzkxODMy/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~BS19SrPioZwY1U_KDAFxX9Eu24TrRHxYMYLGIWSK9HM&r=dXMtd2VzdDE%3D&range=3775872-7791832 — 200 — 3.8 MiB — 97 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTAwNzAtMTQ3MTk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~2wfDZtvJwpPbkqpP2k01VD41ndPevNvx1pEOShS74Dg&r=dXM%3D&range=10070-14719vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTAwNzAtMTQ3MTk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~2wfDZtvJwpPbkqpP2k01VD41ndPevNvx1pEOShS74Dg&r=dXM%3D&range=10070-14719 — 200 — 5.0 KiB — 5 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9Nzc5MTgzMy0xMjIwMTQ5Mw/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~H-xE8WiKPhSwqTBhfjOlXwosIudQ7Hzj1wqIAqEZ3c8&r=dXMtd2VzdDE%3D&range=7791833-12201493vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9Nzc5MTgzMy0xMjIwMTQ5Mw/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~H-xE8WiKPhSwqTBhfjOlXwosIudQ7Hzj1wqIAqEZ3c8&r=dXMtd2VzdDE%3D&range=7791833-12201493 — 200 — 4.2 MiB — 104 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTQ3MjAtMTcxNDk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~rZqXgwr2hLWGfMMbABb99nlN_yCUKVVSTIGbVzN18zE&r=dXM%3D&range=14720-17149vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTQ3MjAtMTcxNDk/avf/917f6071-f9ed-4261-b8ff-45c611eb6e2e.mp4?pathsig=8c953e4f~rZqXgwr2hLWGfMMbABb99nlN_yCUKVVSTIGbVzN18zE&r=dXM%3D&range=14720-17149 — 200 — 2.8 KiB — 4 ms — h2https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTIyMDE0OTQtMTQxNTU0MjY/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~MeyR1S3H3-YA0L7ot-8qIMtajeWw6Y1B0s3APSyT8L8&r=dXMtd2VzdDE%3D&range=12201494-14155426vod-adaptive-ak.vimeocdn.com/exp=17... https://vod-adaptive-ak.vimeocdn.com/exp=1776802029~acl=%2Facad6f81-af13-4d7e-b8b9-6141f0d657b9%2Fpsid%3Df0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07%2F%2A~hmac=8b6610215728b9ce6c29313a0b2853ae7d2aed67e1ccf89f045fc75b27a39211/acad6f81-af13-4d7e-b8b9-6141f0d657b9/psid=f0fbc6d648b981406879d8cf0396f775aabd446d0dba643eebcd8e7bfb01ce07/v2/range/prot/cmFuZ2U9MTIyMDE0OTQtMTQxNTU0MjY/avf/3a29e7a6-5f73-4020-900f-b3466ab53481.mp4?pathsig=8c953e4f~MeyR1S3H3-YA0L7ot-8qIMtajeWw6Y1B0s3APSyT8L8&r=dXMtd2VzdDE%3D&range=12201494-14155426 — 200 — 1.9 MiB — 49 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 1690ms · 1362KB · $22/mo
www.nyu.edu
Other
Costly
Execution 323ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 305ms
Transfer 153 KB
Unused 42%
Monthly Cost $4/mo
Unattributable
Other
Costly
Execution 279ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 197ms
Transfer 202 KB
Unused 38%
Monthly Cost $3/mo
cmp.osano.com
Other
Optional
Execution 169ms
Transfer 72 KB
Unused 60%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 153 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 155 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 153 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 172 KB
Unused 40%
Monthly Cost $1/mo
www.nyu.edu
Other
Optional
Execution 57ms
Transfer 8 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 156 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 137 KB
Unused 46%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.nyu.edu adds 323ms and costs ~$4/month
  • Google Tag Manager adds 305ms and costs ~$4/month
  • Unattributable adds 279ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.nyu.edu takes 323ms 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 305ms 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

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

60% of cmp.osano.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