Skip to content
https://nyc.gov

Performance

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

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
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.32 s

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

3.12 s

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

98 ms

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

0.015

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

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

4.77 s

Page Load Progression

433 ms
866 ms
1.3 s
1.7 s
2.2 s
2.6 s
3.0 s
3.5 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 114 requests
FIX
4.4 MB transferred, 114 requests
Critical::
Page weighs 7.4 MB (4.4 MB transferred)
Warning::
Images are 2.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.3 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
Fonts are 1.0 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.0 MB
Warning::
114 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.93 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
114 requests
0.93 g CO2 per page load
Images 2.3 MiB 52%
JavaScript 1.0 MiB 23%
Fonts 1.0 MiB 23%
HTML 79.7 KiB 2%
CSS 15.3 KiB 0%
Other 14.5 KiB 0%
Other 1.6 KiB 0%
Other 556 B 0%
Other 214 B 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

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 (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2192ms total JS execution
FIX
2192ms total JS execution
Warning::
https://www.nyc.gov/main: 928ms CPU time
Warning::
https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXf...: 501ms CPU time
Warning::
Unattributable: 252ms CPU time
Info::
https://www.nyc.gov/etc.clientlibs/nycgov/clientli...: 208ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-K8J6...: 87ms CPU time
Warning::
Third-party scripts: 2192ms (100% of total)

Main Thread Breakdown

Script Evaluation 41% Other 34% Style & Layout 13% Script Parsing & Compilation 5% Rendering 3% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.nyc.gov/main928ms14ms6ms3rd
https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.js501ms433ms16ms3rd
Unattributable252ms18ms0ms3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-3a342cd1455cddf1f421746526959298-lc.min.js208ms163ms28ms3rd
https://www.googletagmanager.com/gtag/js?id=G-K8J6H31PW0&cx=c&gtm=4e64h187ms71ms15ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB483ms67ms14ms3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.js79ms43ms3ms3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-widget-e21f885e28d650a0383d.js53ms32ms3ms3rd
D
JS Bundles
Action
41 scripts, 380 KB unused
FIX
41 scripts, 380 KB unused
Warning::
https://www.nyc.gov/etc.clientlibs/nycgov/clientli...: 153 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-K8J6...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXf...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WDR...: 61 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK5...: 38 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 380 KB
380 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-3a342cd1455cddf1f421746526959298-lc.min.js242 KB153 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-K8J6H31PW0&cx=c&gtm=4e64h1157 KB65 KB (42%)3rd
https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.js156 KB63 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB4139 KB61 KB (44%)3rd
https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK58-FW2PB-6ST8X57 KB38 KB (66%)3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-upcoming-events-8354826f07fb1e137414.js1 KB3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-cws-4c9eea7152d260365294.js1 KB3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-base.lc-f4ef1d894853036f96e8de0918944afe-lc.min.js6 KB3rd
https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.js28 KB3rd
https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js11 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
114 resources · 4.4 MB · 380 KB savings available
FIX
114 resources · 4.4 MB · 380 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~380 KB of savings available
Warning::
113 third-party resources (100% of weight)
Info::
9 resources over 200KB
114 resources · 4.4 MiB · 113 third-party 3.4 MiB over 1MB target
Image 52% · 2.3 MiB
JavaScript 23% · 1.0 MiB
Font 23% · 1.0 MiB
Document 2% · 80.7 KiB
CSS 0% · 15.3 KiB
Other 0% · 15.3 KiB

~380.0 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://www.nyc.gov/content/dam/nycgov/mayors-offi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyc.gov/content/experience-fragments/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyc.gov/content/dam/nycgov/mayors-offi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nyc.gov/content/dam/nycgov/mayors-offi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 2.3 MB
0 oversized -0 KB
9 legacy format
4 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

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
8 fonts (1029 KB)
PASS
8 fonts (1029 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

1029 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.1 shttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2NotoSans-Regular.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2 — 176.0 KiB — 153 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2NotoSans-Medium.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2 — 205.8 KiB — 200 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2NotoSans-SemiBold.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2 — 182.2 KiB — 178 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2NotoSans-Bold.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2 — 204.0 KiB — 197 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2NotoSans-ExtraBold.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2 — 207.5 KiB — 336 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2ClashDisplay-Semibold.w... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2 — 15.0 KiB — 181 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2ClashGrotesk-Medium.woff2 https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2 — 19.1 KiB — 137 ms — font-display: swaphttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2ClashGrotesk-Semibold.w... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2 — 19.2 KiB — 151 ms — font-display: swap
NotoSans-Regular.woff2 woff2 swap
Size 176 KB
Load time 153 ms
Start 1.3 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
NotoSans-Medium.woff2 woff2 swap
Size 206 KB
Load time 200 ms
Start 1.3 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
NotoSans-SemiBold.woff2 woff2 swap
Size 182 KB
Load time 178 ms
Start 1.3 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
NotoSans-Bold.woff2 woff2 swap
Size 204 KB
Load time 197 ms
Start 1.3 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
NotoSans-ExtraBold.woff2 woff2 swap
Size 207 KB
Load time 336 ms
Start 1.3 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
ClashDisplay-Semibold.w... woff2 swap
Size 15 KB
Load time 181 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
ClashGrotesk-Medium.woff2 woff2 swap
Size 19 KB
Load time 137 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
ClashGrotesk-Semibold.w... woff2 swap
Size 19 KB
Load time 151 ms
Start 1.3 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 ~488 KB and ~976 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
114 requests over 7603ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 3.1 shttps://nyc.gov// https://nyc.gov/ — 301 — 200 B — 706 ms — http/1.1https://www.nyc.gov/www.nyc.gov/ https://www.nyc.gov/ — 301 — 841 B — 392 ms — h2https://www.nyc.gov/mainwww.nyc.gov/main https://www.nyc.gov/main — 200 — 79.7 KiB — 177 ms — h2https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.jswww.nyc.gov/ruxitagentjs_ICA15789NP... https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.js — 200 — 155.8 KiB — 176 ms — h3https://www.nyc.gov/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.nyc.gov/.rum/@adobe/helix-rum-j... https://www.nyc.gov/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 599 B — 204 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2 — 200 — 176.0 KiB — 153 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2 — 200 — 205.8 KiB — 200 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2 — 200 — 182.2 KiB — 178 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2 — 200 — 204.0 KiB — 197 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2 — 200 — 207.5 KiB — 336 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2 — 200 — 15.0 KiB — 181 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2 — 200 — 19.1 KiB — 137 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2 — 200 — 19.2 KiB — 151 ms — h3https://www.nyc.gov/content/experience-fragments/global/us/en/site/header/master/_jcr_content/root/globalheader/image.coreimg.svg/1762979754231/nyc-logo.svgwww.nyc.gov/content/experience-frag... https://www.nyc.gov/content/experience-fragments/global/us/en/site/header/master/_jcr_content/root/globalheader/image.coreimg.svg/1762979754231/nyc-logo.svg — 200 — 400 B — 131 ms — h3https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--eb7f15b2-b2fa-46bd-a333-a328b82541e1/flowers-on-tree-in-front-of-brick-building-jpg.webp?preferwebp=truewww.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--eb7f15b2-b2fa-46bd-a333-a328b82541e1/flowers-on-tree-in-front-of-brick-building-jpg.webp?preferwebp=true — 200 — 300.0 KiB — 362 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/images/photo-icon.svgwww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/images/photo-icon.svg — 200 — 574 B — 154 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-nyc-children-open-vacant-childhood-centers.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-nyc-children-open-vacant-childhood-centers.jpg — 200 — 400.0 KiB — 280 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mamdani-administration-announces-new-bus-lanes--infrastructure-u.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mamdani-administration-announces-new-bus-lanes--infrastructure-u.jpg — 200 — 88.8 KiB — 722 ms — h3https://www.nyc.gov/ruxitagentjs_D_10335260306043831.jswww.nyc.gov/ruxitagentjs_D_10335260... https://www.nyc.gov/ruxitagentjs_D_10335260306043831.js — 200 — 28 B — 213 ms — h3https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK58-FW2PB-6ST8Xs.go-mpulse.net/boomerang/QMXLB-WG9... https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK58-FW2PB-6ST8X — 200 — 57.4 KiB — 28 ms — h2https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js — 200 — 1016 B — 136 ms — h3https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js — 200 — 11.1 KiB — 237 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-zohran-kwame-mamdani-and-president-barack-obama-visit-earl--3.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-zohran-kwame-mamdani-and-president-barack-obama-visit-earl--3.jpg — 200 — 284.4 KiB — 889 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-takes-major-step-toward-citywide-trash-containeriz--1.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-takes-major-step-toward-citywide-trash-containeriz--1.jpg — 200 — 477.2 KiB — 175 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/live_event_seal.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/live_event_seal.jpg — 200 — 105.6 KiB — 147 ms — h3https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 532 B — 148 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-base.lc-f4ef1d894853036f96e8de0918944afe-lc.min.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-base.lc-f4ef1d894853036f96e8de0918944afe-lc.min.js — 200 — 6.5 KiB — 166 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.js — 200 — 28.3 KiB — 310 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB4 — 200 — 138.6 KiB — 287 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 3.1 shttps://nyc.gov// https://nyc.gov/ — 301 — 200 B — 706 ms — http/1.1https://www.nyc.gov/www.nyc.gov/ https://www.nyc.gov/ — 301 — 841 B — 392 ms — h2https://www.nyc.gov/mainwww.nyc.gov/main https://www.nyc.gov/main — 200 — 79.7 KiB — 177 ms — h2https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.jswww.nyc.gov/ruxitagentjs_ICA15789NP... https://www.nyc.gov/ruxitagentjs_ICA15789NPQRTUVXfqrux_10335260306043831.js — 200 — 155.8 KiB — 176 ms — h3https://www.nyc.gov/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.nyc.gov/.rum/@adobe/helix-rum-j... https://www.nyc.gov/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 599 B — 204 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Regular.woff2 — 200 — 176.0 KiB — 153 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Medium.woff2 — 200 — 205.8 KiB — 200 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-SemiBold.woff2 — 200 — 182.2 KiB — 178 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-Bold.woff2 — 200 — 204.0 KiB — 197 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/NotoSans-ExtraBold.woff2 — 200 — 207.5 KiB — 336 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashDisplay-Semibold.woff2 — 200 — 15.0 KiB — 181 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Medium.woff2 — 200 — 19.1 KiB — 137 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2www.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/fonts/ClashGrotesk-Semibold.woff2 — 200 — 19.2 KiB — 151 ms — h3https://www.nyc.gov/content/experience-fragments/global/us/en/site/header/master/_jcr_content/root/globalheader/image.coreimg.svg/1762979754231/nyc-logo.svgwww.nyc.gov/content/experience-frag... https://www.nyc.gov/content/experience-fragments/global/us/en/site/header/master/_jcr_content/root/globalheader/image.coreimg.svg/1762979754231/nyc-logo.svg — 200 — 400 B — 131 ms — h3https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--eb7f15b2-b2fa-46bd-a333-a328b82541e1/flowers-on-tree-in-front-of-brick-building-jpg.webp?preferwebp=truewww.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--eb7f15b2-b2fa-46bd-a333-a328b82541e1/flowers-on-tree-in-front-of-brick-building-jpg.webp?preferwebp=true — 200 — 300.0 KiB — 362 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/images/photo-icon.svgwww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/images/photo-icon.svg — 200 — 574 B — 154 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-nyc-children-open-vacant-childhood-centers.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-nyc-children-open-vacant-childhood-centers.jpg — 200 — 400.0 KiB — 280 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mamdani-administration-announces-new-bus-lanes--infrastructure-u.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mamdani-administration-announces-new-bus-lanes--infrastructure-u.jpg — 200 — 88.8 KiB — 722 ms — h3https://www.nyc.gov/ruxitagentjs_D_10335260306043831.jswww.nyc.gov/ruxitagentjs_D_10335260... https://www.nyc.gov/ruxitagentjs_D_10335260306043831.js — 200 — 28 B — 213 ms — h3https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK58-FW2PB-6ST8Xs.go-mpulse.net/boomerang/QMXLB-WG9... https://s.go-mpulse.net/boomerang/QMXLB-WG9C2-LTK58-FW2PB-6ST8X — 200 — 57.4 KiB — 28 ms — h2https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js — 200 — 1016 B — 136 ms — h3https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js — 200 — 11.1 KiB — 237 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-zohran-kwame-mamdani-and-president-barack-obama-visit-earl--3.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-zohran-kwame-mamdani-and-president-barack-obama-visit-earl--3.jpg — 200 — 284.4 KiB — 889 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-takes-major-step-toward-citywide-trash-containeriz--1.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/images/press-releases/2026/04/mayor-mamdani-takes-major-step-toward-citywide-trash-containeriz--1.jpg — 200 — 477.2 KiB — 175 ms — h3https://www.nyc.gov/content/dam/nycgov/mayors-office/live_event_seal.jpgwww.nyc.gov/content/dam/nycgov/mayo... https://www.nyc.gov/content/dam/nycgov/mayors-office/live_event_seal.jpg — 200 — 105.6 KiB — 147 ms — h3https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.jswww.nyc.gov/etc.clientlibs/core/wcm... https://www.nyc.gov/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 532 B — 148 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-base.lc-f4ef1d894853036f96e8de0918944afe-lc.min.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-base.lc-f4ef1d894853036f96e8de0918944afe-lc.min.js — 200 — 6.5 KiB — 166 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site.lc-bcbb8d707e3e9d640a31f7c40f76ce35-lc.min.js — 200 — 28.3 KiB — 310 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WDR6HXB4 — 200 — 138.6 KiB — 287 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 …www.w3.org/2000/svg' width='1em' he... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 … — 200 — 0 B — 0 ms — datahttps://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-calendar-434a50f241840ebd54ae.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-calendar-434a50f241840ebd54ae.css — 200 — 1.9 KiB — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-calendar-4e024e8f2e689dc73dc6.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-calendar-4e024e8f2e689dc73dc6.js — 200 — 179 B — 164 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-carousel-6eb4d735c7be8178bd40.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-carousel-6eb4d735c7be8178bd40.css — 200 — 3.6 KiB — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-carousel-1f5561891753b6eee427.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-carousel-1f5561891753b6eee427.js — 200 — 188 B — 161 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-accordion-834b8b3d4c736f928bc7.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-accordion-834b8b3d4c736f928bc7.js — 200 — 787 B — 158 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-css-common-77f9400180d276e3ff3d.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-css-common-77f9400180d276e3ff3d.js — 200 — 9.5 KiB — 152 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-widget-e21f885e28d650a0383d.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-widget-e21f885e28d650a0383d.js — 200 — 22.1 KiB — 163 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-news-carousel-853e89997c657368456a.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-news-carousel-853e89997c657368456a.css — 200 — 759 B — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-news-carousel-47dc95972f022ae56a50.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-news-carousel-47dc95972f022ae56a50.js — 200 — 849 B — 155 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-skiptomaincontent-e355a7fd4fe54f778769.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-skiptomaincontent-e355a7fd4fe54f778769.css — 200 — 390 B — 138 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-skiptomaincontent-d921f2f5ba8e3cf68800.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-skiptomaincontent-d921f2f5ba8e3cf68800.js — 200 — 172 B — 142 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nyc-csat-survey-863b864df8ce9aff5146.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nyc-csat-survey-863b864df8ce9aff5146.css — 200 — 3.3 KiB — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nyc-csat-survey-d11d5bd01b79b70ee55e.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nyc-csat-survey-d11d5bd01b79b70ee55e.js — 200 — 5.6 KiB — 197 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-ds-nycmodal-61aebf186e8faadcc82e.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-ds-nycmodal-61aebf186e8faadcc82e.js — 200 — 444 B — 157 ms — h3data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtag/js?id=G-K8J6H31PW0&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-K8J6H31PW0&cx=c&gtm=4e64h1 — 200 — 157.2 KiB — 282 ms — h2https://c.go-mpulse.net/api/config.json?key=QMXLB-WG9C2-LTK58-FW2PB-6ST8X&d=www.nyc.gov&t=5922669&v=1.632.0&if=&sl=0&si=f7n15ojwv79-tdv04z&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,LOGN&acao=&ak.ai=181928c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=QMXLB-WG9C2-LTK58-FW2PB-6ST8X&d=www.nyc.gov&t=5922669&v=1.632.0&if=&sl=0&si=f7n15ojwv79-tdv04z&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,LOGN&acao=&ak.ai=181928 — 200 — 214 B — 338 ms — h2https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--be6f0f12-e1f3-4f59-8a82-cc267dc190b0/voters-casting-ballots-in-polling-station.jpg?width=1600&preferwebp=true&quality=85www.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--be6f0f12-e1f3-4f59-8a82-cc267dc190b0/voters-casting-ballots-in-polling-station.jpg?width=1600&preferwebp=true&quality=85 — 200 — 96.1 KiB — 726 ms — h3https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--ffb988a9-4658-4f20-8203-488a1e5ef6bd/student-vaccinations.jpg?width=1600&preferwebp=true&quality=85www.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--ffb988a9-4658-4f20-8203-488a1e5ef6bd/student-vaccinations.jpg?width=1600&preferwebp=true&quality=85 — 200 — 196.8 KiB — 142 ms — h3https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--c398f55e-b1c8-4b34-ae43-8e2499cec226/spring-summer-kids-gardening.jpg?width=1600&preferwebp=true&quality=85www.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--c398f55e-b1c8-4b34-ae43-8e2499cec226/spring-summer-kids-gardening.jpg?width=1600&preferwebp=true&quality=85 — 200 — 340.2 KiB — 934 ms — h3https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--087cd4a7-de9e-42c1-9c25-1816e4335272/doh-get-your-flu-shot.jpg?width=1600&preferwebp=true&quality=85www.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--087cd4a7-de9e-42c1-9c25-1816e4335272/doh-get-your-flu-shot.jpg?width=1600&preferwebp=true&quality=85 — 200 — 43.6 KiB — 607 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-upcoming-events-8354826f07fb1e137414.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-upcoming-events-8354826f07fb1e137414.js — 200 — 1.1 KiB — 147 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-modal-0776e2e759e0e710f0dd.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-modal-0776e2e759e0e710f0dd.css — 200 — 1.5 KiB — 153 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-modal-3831b20665bf15c58050.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-jsapps-modal-3831b20665bf15c58050.js — 200 — 183 B — 139 ms — h3data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.…www.w3.… data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.…www.w3.… data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.…www.w3.… data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.… — 200 — 0 B — 0 ms — datahttps://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--9cb41764-aeaf-44cf-b649-e6c6b3eae43a/homepage-benefits-optimized.jpg?width=1600&preferwebp=true&quality=85www.nyc.gov/adobe/dynamicmedia/deli... https://www.nyc.gov/adobe/dynamicmedia/deliver/dm-aid--9cb41764-aeaf-44cf-b649-e6c6b3eae43a/homepage-benefits-optimized.jpg?width=1600&preferwebp=true&quality=85 — 200 — 47.7 KiB — 162 ms — h3https://www.nyc.gov/bin/nyc/gateway.jsonwww.nyc.gov/bin/nyc/gateway.json https://www.nyc.gov/bin/nyc/gateway.json — 200 — 117 B — 127 ms — h3https://www.nyc.gov/bin/nyc/sc.ec.jsonwww.nyc.gov/bin/nyc/sc.ec.json https://www.nyc.gov/bin/nyc/sc.ec.json — 200 — 99 B — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-cws-4c9eea7152d260365294.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-cws-4c9eea7152d260365294.js — 200 — 1.3 KiB — 133 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-K8J6H31PW0&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&_p=1776800627245&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1984957400.1776800628&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776800628&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyc.gov%2Fmain&dt=Official%20Website%20of%20New%20York%20City%20Government%20-%20nyc.gov&en=page_view&_fv=1&_nsi=1&_ss=1&epn.page_order=1&tfd=2389analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-K8J6H31PW0&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&_p=1776800627245&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1984957400.1776800628&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776800628&sct=1&seg=0&dl=https%3A%2F%2Fwww.nyc.gov%2Fmain&dt=Official%20Website%20of%20New%20York%20City%20Government%20-%20nyc.gov&en=page_view&_fv=1&_nsi=1&_ss=1&epn.page_order=1&tfd=2389 — 204 — 547 B — 130 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-K8J6H31PW0&cid=1984957400.1776800628&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-K8J6H31PW0&cid=1984957400.1776800628&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542 — 204 — 556 B — 153 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-K8J6H31PW0&cid=1984957400.1776800628&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1703864350www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-K8J6H31PW0&cid=1984957400.1776800628&gtm=45je64h1v9188675446z89188692937za20gzb9188692937zd9188692937&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1703864350 — 200 — 63 B — 115 ms — h3https://api.nyc.gov/calendar/discoverapi.nyc.gov/calendar/discover https://api.nyc.gov/calendar/discover — 200 — 0 B — 648 ms — http/1.1https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-program-778ed9c94fd40c2d1404.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-async-components/resources/cmp-nycgov-program-778ed9c94fd40c2d1404.js — 200 — 37.6 KiB — 132 ms — h3https://www.nyc.gov/bin/nyc/gateway.jsonwww.nyc.gov/bin/nyc/gateway.json https://www.nyc.gov/bin/nyc/gateway.json — 200 — 0 B — 2 ms — h3https://www.nyc.gov/bin/nyc/sc.cws.jsonwww.nyc.gov/bin/nyc/sc.cws.json https://www.nyc.gov/bin/nyc/sc.cws.json — 200 — 96 B — 129 ms — h3https://api.nyc.gov/public/api/GetCalendar?fromdate=04/21/2026&todate=04/21/2026api.nyc.gov/public/api/GetCalendar?... https://api.nyc.gov/public/api/GetCalendar?fromdate=04/21/2026&todate=04/21/2026 — 200 — 0 B — 461 ms — http/1.1https://www.nyc.gov/rb_bf46289yka?sc=0&si=v_4_srv_-2D26520_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=3938191049&co=snappy&st=1776800628733&ss=0&qc=5483074&end=1www.nyc.gov/rb_bf46289yka?sc=0&si=v... https://www.nyc.gov/rb_bf46289yka?sc=0&si=v_4_srv_-2D26520_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=3938191049&co=snappy&st=1776800628733&ss=0&qc=5483074&end=1 — 200 — 107 B — 264 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/favicon/icon-192x192.svgwww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-site/resources/favicon/icon-192x192.svg — 200 — 555 B — 144 ms — h3https://api.nyc.gov/calendar/discoverapi.nyc.gov/calendar/discover https://api.nyc.gov/calendar/discover — 200 — 4.2 KiB — 180 ms — http/1.1https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-252dd39c2e3b7fe61f5d8b5b61162268-lc.min.csswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-252dd39c2e3b7fe61f5d8b5b61162268-lc.min.css — 200 — 3.9 KiB — 149 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-3a342cd1455cddf1f421746526959298-lc.min.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo.lc-3a342cd1455cddf1f421746526959298-lc.min.js — 200 — 241.9 KiB — 533 ms — h3https://api.nyc.gov/public/api/GetCalendar?fromdate=04/21/2026&todate=04/21/2026api.nyc.gov/public/api/GetCalendar?... https://api.nyc.gov/public/api/GetCalendar?fromdate=04/21/2026&todate=04/21/2026 — 200 — 1.1 KiB — 116 ms — http/1.1https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=1157284526&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=1157284526&en=x8kxxto7&end=1 — 200 — 167 B — 162 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/65404.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/65404.js — 200 — 8.5 KiB — 131 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/98210.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/98210.js — 200 — 22.6 KiB — 145 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/37313.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/37313.js — 200 — 14.3 KiB — 145 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/21276.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/21276.js — 200 — 7.1 KiB — 276 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/86098.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/86098.js — 200 — 13.5 KiB — 150 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/11703.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/11703.js — 200 — 4.3 KiB — 270 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/36697.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/36697.js — 200 — 2.0 KiB — 135 ms — h3https://www.nyc.gov/content/nycgov-data/coveo-i18n/en.jsonwww.nyc.gov/content/nycgov-data/cov... https://www.nyc.gov/content/nycgov-data/coveo-i18n/en.json — 200 — 4.2 KiB — 135 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/80651.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/80651.js — 200 — 456 B — 129 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/68752.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/68752.js — 200 — 10.3 KiB — 135 ms — h3https://www.nyc.gov/content/nycgov-data/coveo-i18n/en.jsonwww.nyc.gov/content/nycgov-data/cov... https://www.nyc.gov/content/nycgov-data/coveo-i18n/en.json — 200 — 0 B — 2 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/20915.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/20915.js — 200 — 15.0 KiB — 157 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/40638.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/40638.js — 200 — 8.3 KiB — 137 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/61409.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/61409.js — 200 — 3.8 KiB — 185 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/59786.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/59786.js — 200 — 15.0 KiB — 190 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/28404.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/28404.js — 200 — 8.3 KiB — 185 ms — h3https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/64468.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/64468.js — 200 — 3.9 KiB — 131 ms — h3https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78aecityofnewyorkproduction1oub1837a.an... https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78ae — 200 — 0 B — 356 ms — h2https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78aecityofnewyorkproduction1oub1837a.an... https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78ae — 200 — 0 B — 354 ms — h2https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/84014.jswww.nyc.gov/etc.clientlibs/nycgov/c... https://www.nyc.gov/etc.clientlibs/nycgov/clientlibs/clientlib-coveo/resources/84014.js — 200 — 15.0 KiB — 129 ms — h3https://www.nyc.gov/rb_bf46289yka?sc=3&si=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=4258412353&co=snappy&st=1776800630005&ss=0&qc=2409840082&end=1www.nyc.gov/rb_bf46289yka?sc=3&si=v... https://www.nyc.gov/rb_bf46289yka?sc=3&si=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=4258412353&co=snappy&st=1776800630005&ss=0&qc=2409840082&end=1 — 200 — 108 B — 187 ms — h3https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78aecityofnewyorkproduction1oub1837a.an... https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78ae — 200 — 992 B — 356 ms — h2https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78aecityofnewyorkproduction1oub1837a.an... https://cityofnewyorkproduction1oub1837a.analytics.org.coveo.com/rest/v15/analytics/custom?visitor=7d58f517-ebb6-4ced-aefe-83c257cf78ae — 200 — 991 B — 361 ms — h2https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=573442894&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=573442894&en=x8kxxto7&end=1 — 200 — 171 B — 281 ms — h3https://www.nyc.gov/rb_bf46289yka?sc=5&si=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=1501038179&co=snappy&st=1776800630753&ss=0&qc=1863955292&end=1www.nyc.gov/rb_bf46289yka?sc=5&si=v... https://www.nyc.gov/rb_bf46289yka?sc=5&si=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&ty=js&pv=4&ai=ea7c4b59f27d43eb&en=x8kxxto7&cr=1776671538055&av=1.335.1&cy=event&bc=1501038179&co=snappy&st=1776800630753&ss=0&qc=1863955292&end=1 — 200 — 110 B — 165 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=1602061609&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=1602061609&en=x8kxxto7&end=1 — 200 — 171 B — 161 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=2439086784&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=2439086784&en=x8kxxto7&end=1 — 200 — 171 B — 182 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3083827037&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3083827037&en=x8kxxto7&end=1 — 200 — 171 B — 159 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3540820626&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3540820626&en=x8kxxto7&end=1 — 200 — 171 B — 187 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=1216059439&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=1216059439&en=x8kxxto7&end=1 — 200 — 171 B — 169 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3542629676&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3542629676&en=x8kxxto7&end=1 — 200 — 171 B — 160 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3222300395&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3222300395&en=x8kxxto7&end=1 — 200 — 171 B — 157 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3253663852&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srBm&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=3253663852&en=x8kxxto7&end=1 — 200 — 171 B — 162 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srTe&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=2946547707&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&contentType=srTe&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&v=10335260306043832&crc=2946547707&en=x8kxxto7&end=1 — 200 — 171 B — 173 ms — h3https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=2096803825&en=x8kxxto7&end=1www.nyc.gov/rb_bf46289yka?type=js3&... https://www.nyc.gov/rb_bf46289yka?type=js3&sn=v_4_srv_4_sn_96CJKTUH71FI9GMK4PB1VFDUC4L19DDI_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1_rcs-3Acss_0&svrid=4&flavor=post&vi=GDORNUKJUAHSUCIKMMMUVMRPPBDAFWBM-0&modifiedSince=1776671538055&bp=3&app=ea7c4b59f27d43eb&crc=2096803825&en=x8kxxto7&end=1 — 200 — 167 B — 161 ms — h3
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 2192ms · 824KB · $29/mo
www.nyc.gov
Other
Costly
Execution 928ms
Transfer 80 KB
Monthly Cost $12/mo
www.nyc.gov
Other
Costly
Execution 501ms
Transfer 156 KB
Unused 40%
Monthly Cost $7/mo
Unattributable
Other
Costly
Execution 252ms
Transfer 0 KB
Monthly Cost $3/mo
www.nyc.gov
Other
Costly
Execution 208ms
Transfer 242 KB
Unused 63%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 87ms
Transfer 157 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 139 KB
Unused 44%
Monthly Cost $1/mo
www.nyc.gov
Other
Optional
Execution 79ms
Transfer 28 KB
Monthly Cost $1/mo
www.nyc.gov
Other
Optional
Execution 53ms
Transfer 22 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.nyc.gov adds 928ms and costs ~$12/month
  • www.nyc.gov adds 501ms and costs ~$7/month
  • Unattributable adds 252ms and costs ~$3/month
  • www.nyc.gov adds 208ms and costs ~$3/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.nyc.gov takes 928ms 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.nyc.gov takes 501ms 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 252ms 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.nyc.gov takes 208ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

63% of www.nyc.gov'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