Skip to content
https://nysed.gov

Performance

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

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

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

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

3.70 s

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

17 ms

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

0.019

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

1.81 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.74 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
2.8 MB transferred, 142 requests
FIX
2.8 MB transferred, 142 requests
Warning::
Page weighs 5.6 MB (2.8 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.58 g CO2 per page load
2.8 MB / 2.4 MB budget
2.8 MB transferred
142 requests
0.58 g CO2 per page load
Images 1.4 MiB 50%
JavaScript 1.1 MiB 41%
CSS 144.3 KiB 5%
Fonts 105.5 KiB 4%
HTML 26.8 KiB 1%
Other 1.8 KiB 0%
Other 1.0 KiB 0%
Other 142 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

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 (2.8 MiB of 2.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
48 scripts, 305 KB unused
FIX
48 scripts, 305 KB unused
Warning::
https://translate.googleapis.com/_/translate_http/...: 93 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XQVP...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8B84...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nysed.gov/sites/all/modules/clientside...: 54 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nysed.gov/sites/all/modules/clientside...: unminified — 26 KB could be saved
Warning::
https://www.nysed.gov/sites/all/modules/clientside...: 30 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nysed.gov/sites/all/modules/clientside...: unminified — 12 KB could be saved
Info::
Total unused JavaScript: 305 KB
305 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main119 KB93 KB (78%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XQVPVRRQKC&cx=c&gtm=4e64k1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8B84LHXDZZ158 KB63 KB (40%)3rd
https://www.nysed.gov/sites/all/modules/clientside_validation/clientside_validation.js?tciarg64 KB54 KB (85%)3rd
https://www.nysed.gov/sites/all/modules/clientside_validation/jquery-validate/jquery.validate.js?tciarg38 KB30 KB (81%)3rd
https://www.nysed.gov/sites/all/modules/iframe/iframe.js?tciarg2 KB3rd
https://www.nysed.gov/sites/default/themes/nysed_0/js/jquery.leaveNotice.min.js?tciarg3 KB3rd
https://www.nysed.gov/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.11 KB3rd
https://www.nysed.gov/sites/all/modules/picture/lazysizes/lazysizes.min.js?v=1.0.16 KB3rd
https://www.nysed.gov/sites/all/modules/fitvids/fitvids.js?tciarg3 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
142 resources · 2.8 MB · 305 KB savings available
FIX
142 resources · 2.8 MB · 305 KB savings available
Warning::
Page weight 1.8 MB over 1MB target
Got: 2.8 MB Expected: ≤ 1 MB
Info::
~305 KB of savings available
Warning::
141 third-party resources (100% of weight)
Info::
2 resources over 200KB
142 resources · 2.8 MiB · 141 third-party 1.8 MiB over 1MB target
Image 50% · 1.4 MiB
JavaScript 41% · 1.1 MiB
CSS 5% · 144.3 KiB
Font 4% · 105.5 KiB
Document 1% · 27.1 KiB
Other 0% · 1.2 KiB

~305.0 KiB of savings available

Remove unused JavaScript: 305.0 KiB
C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://www.nysed.gov/sites/default/files/x-logo.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/linkedin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/nys-libr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/highered... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/nys-muse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/all/images/LOGO-dropsh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/styles/m... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/bigstock... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/styles/h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/op-homep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/nys-arch... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/adulted-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/all/images/nysed-logo.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/instagra... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/facebook... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nysed.gov/sites/default/files/styles/m... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 1.4 MB
0 oversized -0 KB
30 legacy format
16 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
629ms total JS execution
REVIEW
629ms total JS execution
Warning::
https://www.nysed.gov/: 260ms CPU time
Info::
Unattributable: 142ms CPU time
Info::
https://translate.googleapis.com/_/translate_http/...: 79ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/1.12....: 77ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-XQVP...: 72ms CPU time
Warning::
Third-party scripts: 629ms (100% of total)

Main Thread Breakdown

Script Evaluation 33% Other 33% Style & Layout 17% Rendering 8% Script Parsing & Compilation 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.nysed.gov/260ms21ms1ms3rd
Unattributable142ms15ms0ms3rd
https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main79ms49ms9ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js77ms50ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XQVPVRRQKC&cx=c&gtm=4e64k172ms59ms11ms3rd
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 (106 KB)
PASS
2 fonts (106 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

106 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 FCP 1.8 s LCP 3.7 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 47 ms — font-display: swaphttps://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0 — 63.5 KiB — 58 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 47 ms
Start 932 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 64 KB
Load time 58 ms
Start 933 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=1209600 (2 weeks)
PASS
max-age=1209600 (2 weeks)
Info::
Cache-Control header is set
Got: max-age=1209600
Info::
Effective TTL: 2 weeks (max-age=1209600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=1209600

DirectiveValueMeaning
max-age1209600Cache for 2 weeks
Effective TTL: 1209600 seconds
Network Waterfall
142 requests over 2039ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.7 shttps://nysed.gov// https://nysed.gov/ — 301 — 324 B — 301 ms — h2http://www.nysed.gov/www.nysed.gov/ http://www.nysed.gov/ — 307 — 0 B — 1 ms — http/1.1https://www.nysed.gov/www.nysed.gov/ https://www.nysed.gov/ — 200 — 15.4 KiB — 100 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.base.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.base.css?tciarg — 200 — 2.1 KiB — 101 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.menus.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.menus.theme.css?tciarg — 200 — 1023 B — 100 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.messages.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.messages.theme.css?tciarg — 200 — 797 B — 102 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.theme.css?tciarg — 200 — 1.5 KiB — 103 ms — h2https://www.nysed.gov/sites/all/modules/calendar/css/calendar_multiday.css?tciargwww.nysed.gov/sites/all/modules/cal... https://www.nysed.gov/sites/all/modules/calendar/css/calendar_multiday.css?tciarg — 200 — 3.9 KiB — 124 ms — h2https://www.nysed.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?tciargwww.nysed.gov/sites/all/modules/dat... https://www.nysed.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?tciarg — 200 — 982 B — 127 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/aggregator/aggregator.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/aggregator/aggregator.theme.css?tciarg — 200 — 514 B — 124 ms — h2https://www.nysed.gov/sites/all/modules/fitvids/fitvids.css?tciargwww.nysed.gov/sites/all/modules/fit... https://www.nysed.gov/sites/all/modules/fitvids/fitvids.css?tciarg — 200 — 537 B — 128 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/book/book.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/book/book.theme.css?tciarg — 200 — 583 B — 125 ms — h2https://www.nysed.gov/modules/node/node.css?tciargwww.nysed.gov/modules/node/node.css... https://www.nysed.gov/modules/node/node.css?tciarg — 200 — 500 B — 124 ms — h2https://www.nysed.gov/sites/all/modules/picture/picture_wysiwyg.css?tciargwww.nysed.gov/sites/all/modules/pic... https://www.nysed.gov/sites/all/modules/picture/picture_wysiwyg.css?tciarg — 200 — 891 B — 129 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/field/field.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/field/field.theme.css?tciarg — 200 — 565 B — 130 ms — h2https://www.nysed.gov/sites/all/modules/siteimprove/css/siteimprove.css?tciargwww.nysed.gov/sites/all/modules/sit... https://www.nysed.gov/sites/all/modules/siteimprove/css/siteimprove.css?tciarg — 200 — 415 B — 128 ms — h2https://www.nysed.gov/sites/all/modules/extlink/css/extlink.css?tciargwww.nysed.gov/sites/all/modules/ext... https://www.nysed.gov/sites/all/modules/extlink/css/extlink.css?tciarg — 200 — 673 B — 130 ms — h2https://www.nysed.gov/sites/all/modules/views/css/views.css?tciargwww.nysed.gov/sites/all/modules/vie... https://www.nysed.gov/sites/all/modules/views/css/views.css?tciarg — 200 — 700 B — 126 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/search/search.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/search/search.theme.css?tciarg — 200 — 600 B — 327 ms — h2https://www.nysed.gov/sites/all/modules/caption_filter/caption-filter.css?tciargwww.nysed.gov/sites/all/modules/cap... https://www.nysed.gov/sites/all/modules/caption_filter/caption-filter.css?tciarg — 200 — 771 B — 197 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.base.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.base.css?tciarg — 200 — 498 B — 198 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.theme.css?tciarg — 200 — 898 B — 200 ms — h2https://www.nysed.gov/sites/all/modules/ckeditor/css/ckeditor.css?tciargwww.nysed.gov/sites/all/modules/cke... https://www.nysed.gov/sites/all/modules/ckeditor/css/ckeditor.css?tciarg — 200 — 577 B — 325 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,%20400,%20600,%20700,%20800fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,%20400,%20600,%20700,%20800 — 200 — 2.1 KiB — 108 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css — 200 — 6.8 KiB — 45 ms — h3https://www.nysed.gov/sites/all/modules/ctools/css/ctools.css?tciargwww.nysed.gov/sites/all/modules/cto... https://www.nysed.gov/sites/all/modules/ctools/css/ctools.css?tciarg — 200 — 639 B — 198 ms — h2https://www.nysed.gov/sites/all/modules/panels/css/panels.css?tciargwww.nysed.gov/sites/all/modules/pan... https://www.nysed.gov/sites/all/modules/panels/css/panels.css?tciarg — 200 — 720 B — 204 ms — h2https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.csscdn.jsdelivr.net/qtip2/3.0.3/jquery... https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.css — 200 — 2.5 KiB — 29 ms — h2https://www.nysed.gov/sites/all/modules/qtip/css/qtip.css?tciargwww.nysed.gov/sites/all/modules/qti... https://www.nysed.gov/sites/all/modules/qtip/css/qtip.css?tciarg — 200 — 532 B — 207 ms — h2https://www.nysed.gov/sites/all/modules/flexslider/assets/css/flexslider_img.css?tciargwww.nysed.gov/sites/all/modules/fle... https://www.nysed.gov/sites/all/modules/flexslider/assets/css/flexslider_img.css?tciarg — 200 — 537 B — 209 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.7 shttps://nysed.gov// https://nysed.gov/ — 301 — 324 B — 301 ms — h2http://www.nysed.gov/www.nysed.gov/ http://www.nysed.gov/ — 307 — 0 B — 1 ms — http/1.1https://www.nysed.gov/www.nysed.gov/ https://www.nysed.gov/ — 200 — 15.4 KiB — 100 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.base.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.base.css?tciarg — 200 — 2.1 KiB — 101 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.menus.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.menus.theme.css?tciarg — 200 — 1023 B — 100 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.messages.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.messages.theme.css?tciarg — 200 — 797 B — 102 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/system/system.theme.css?tciarg — 200 — 1.5 KiB — 103 ms — h2https://www.nysed.gov/sites/all/modules/calendar/css/calendar_multiday.css?tciargwww.nysed.gov/sites/all/modules/cal... https://www.nysed.gov/sites/all/modules/calendar/css/calendar_multiday.css?tciarg — 200 — 3.9 KiB — 124 ms — h2https://www.nysed.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?tciargwww.nysed.gov/sites/all/modules/dat... https://www.nysed.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?tciarg — 200 — 982 B — 127 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/aggregator/aggregator.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/aggregator/aggregator.theme.css?tciarg — 200 — 514 B — 124 ms — h2https://www.nysed.gov/sites/all/modules/fitvids/fitvids.css?tciargwww.nysed.gov/sites/all/modules/fit... https://www.nysed.gov/sites/all/modules/fitvids/fitvids.css?tciarg — 200 — 537 B — 128 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/book/book.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/book/book.theme.css?tciarg — 200 — 583 B — 125 ms — h2https://www.nysed.gov/modules/node/node.css?tciargwww.nysed.gov/modules/node/node.css... https://www.nysed.gov/modules/node/node.css?tciarg — 200 — 500 B — 124 ms — h2https://www.nysed.gov/sites/all/modules/picture/picture_wysiwyg.css?tciargwww.nysed.gov/sites/all/modules/pic... https://www.nysed.gov/sites/all/modules/picture/picture_wysiwyg.css?tciarg — 200 — 891 B — 129 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/field/field.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/field/field.theme.css?tciarg — 200 — 565 B — 130 ms — h2https://www.nysed.gov/sites/all/modules/siteimprove/css/siteimprove.css?tciargwww.nysed.gov/sites/all/modules/sit... https://www.nysed.gov/sites/all/modules/siteimprove/css/siteimprove.css?tciarg — 200 — 415 B — 128 ms — h2https://www.nysed.gov/sites/all/modules/extlink/css/extlink.css?tciargwww.nysed.gov/sites/all/modules/ext... https://www.nysed.gov/sites/all/modules/extlink/css/extlink.css?tciarg — 200 — 673 B — 130 ms — h2https://www.nysed.gov/sites/all/modules/views/css/views.css?tciargwww.nysed.gov/sites/all/modules/vie... https://www.nysed.gov/sites/all/modules/views/css/views.css?tciarg — 200 — 700 B — 126 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/search/search.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/search/search.theme.css?tciarg — 200 — 600 B — 327 ms — h2https://www.nysed.gov/sites/all/modules/caption_filter/caption-filter.css?tciargwww.nysed.gov/sites/all/modules/cap... https://www.nysed.gov/sites/all/modules/caption_filter/caption-filter.css?tciarg — 200 — 771 B — 197 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.base.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.base.css?tciarg — 200 — 498 B — 198 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.theme.css?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/css/modules/user/user.theme.css?tciarg — 200 — 898 B — 200 ms — h2https://www.nysed.gov/sites/all/modules/ckeditor/css/ckeditor.css?tciargwww.nysed.gov/sites/all/modules/cke... https://www.nysed.gov/sites/all/modules/ckeditor/css/ckeditor.css?tciarg — 200 — 577 B — 325 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,%20400,%20600,%20700,%20800fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,%20400,%20600,%20700,%20800 — 200 — 2.1 KiB — 108 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css — 200 — 6.8 KiB — 45 ms — h3https://www.nysed.gov/sites/all/modules/ctools/css/ctools.css?tciargwww.nysed.gov/sites/all/modules/cto... https://www.nysed.gov/sites/all/modules/ctools/css/ctools.css?tciarg — 200 — 639 B — 198 ms — h2https://www.nysed.gov/sites/all/modules/panels/css/panels.css?tciargwww.nysed.gov/sites/all/modules/pan... https://www.nysed.gov/sites/all/modules/panels/css/panels.css?tciarg — 200 — 720 B — 204 ms — h2https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.csscdn.jsdelivr.net/qtip2/3.0.3/jquery... https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.css — 200 — 2.5 KiB — 29 ms — h2https://www.nysed.gov/sites/all/modules/qtip/css/qtip.css?tciargwww.nysed.gov/sites/all/modules/qti... https://www.nysed.gov/sites/all/modules/qtip/css/qtip.css?tciarg — 200 — 532 B — 207 ms — h2https://www.nysed.gov/sites/all/modules/flexslider/assets/css/flexslider_img.css?tciargwww.nysed.gov/sites/all/modules/fle... https://www.nysed.gov/sites/all/modules/flexslider/assets/css/flexslider_img.css?tciarg — 200 — 537 B — 209 ms — h2https://www.nysed.gov/sites/all/libraries/flexslider/flexslider.css?tciargwww.nysed.gov/sites/all/libraries/f... https://www.nysed.gov/sites/all/libraries/flexslider/flexslider.css?tciarg — 200 — 1.9 KiB — 215 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/threecol-r-stacked/threecol-r-stacked.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/threecol-r-stacked/threecol-r-stacked.css?tciarg — 200 — 935 B — 216 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/css/superfish.css?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/css/superfish.css?tciarg — 200 — 1.5 KiB — 294 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/css/superfish-smallscreen.css?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/css/superfish-smallscreen.css?tciarg — 200 — 575 B — 200 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/style/blue.css?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/style/blue.css?tciarg — 200 — 1.1 KiB — 198 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-col-bricks/2-col-bricks.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-col-bricks/2-col-bricks.css?tciarg — 200 — 1.1 KiB — 321 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-col-stacked/2-col-stacked.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-col-stacked/2-col-stacked.css?tciarg — 200 — 855 B — 321 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-column/2-column.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/2-column/2-column.css?tciarg — 200 — 805 B — 321 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/3-col-grid-stacked/3-col-grid-stacked.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/3-col-grid-stacked/3-col-grid-stacked.css?tciarg — 200 — 834 B — 196 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/4-col-stacked/4-col-stacked.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/4-col-stacked/4-col-stacked.css?tciarg — 200 — 841 B — 204 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-25-75/twocol-25-75.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-25-75/twocol-25-75.css?tciarg — 200 — 783 B — 200 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-75-25/twocol-75-25.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-75-25/twocol-75-25.css?tciarg — 200 — 789 B — 320 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-33-66/twocol-33-66.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-33-66/twocol-33-66.css?tciarg — 200 — 787 B — 201 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-66-33/twocol-66-33.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/layouts/twocol-66-33/twocol-66-33.css?tciarg — 200 — 1.0 KiB — 320 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.normalize.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.normalize.css?tciarg — 200 — 1.8 KiB — 205 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.hacks.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.hacks.css?tciarg — 200 — 604 B — 289 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.styles.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.styles.css?tciarg — 200 — 32.4 KiB — 384 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/jquery.leaveNotice.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/jquery.leaveNotice.css?tciarg — 200 — 1.4 KiB — 384 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.print.css?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/css/nysed-0.print.css?tciarg — 200 — 33.6 KiB — 216 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 33.8 KiB — 133 ms — h2https://www.nysed.gov/misc/jquery-extend-3.4.0.js?v=1.12.4www.nysed.gov/misc/jquery-extend-3.... https://www.nysed.gov/misc/jquery-extend-3.4.0.js?v=1.12.4 — 200 — 3.7 KiB — 287 ms — h2https://www.nysed.gov/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4www.nysed.gov/misc/jquery-html-pref... https://www.nysed.gov/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 — 200 — 12.7 KiB — 383 ms — h2https://www.nysed.gov/misc/jquery.once.js?v=1.2www.nysed.gov/misc/jquery.once.js?v... https://www.nysed.gov/misc/jquery.once.js?v=1.2 — 200 — 3.3 KiB — 384 ms — h2https://www.nysed.gov/misc/drupal.js?tciargwww.nysed.gov/misc/drupal.js?tciarg https://www.nysed.gov/misc/drupal.js?tciarg — 200 — 20.5 KiB — 384 ms — h2https://www.nysed.gov/sites/all/themes/omega/omega/js/no-js.js?tciargwww.nysed.gov/sites/all/themes/omeg... https://www.nysed.gov/sites/all/themes/omega/omega/js/no-js.js?tciarg — 200 — 422 B — 384 ms — h2https://www.nysed.gov/sites/all/libraries/fitvids/jquery.fitvids.js?tciargwww.nysed.gov/sites/all/libraries/f... https://www.nysed.gov/sites/all/libraries/fitvids/jquery.fitvids.js?tciarg — 200 — 3.5 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1www.nysed.gov/sites/all/modules/jqu... https://www.nysed.gov/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1 — 200 — 770 B — 384 ms — h2https://www.nysed.gov/sites/all/modules/picture/lazysizes/lazysizes.min.js?v=1.0.1www.nysed.gov/sites/all/modules/pic... https://www.nysed.gov/sites/all/modules/picture/lazysizes/lazysizes.min.js?v=1.0.1 — 200 — 6.0 KiB — 383 ms — h2https://www.nysed.gov/sites/all/modules/fitvids/fitvids.js?tciargwww.nysed.gov/sites/all/modules/fit... https://www.nysed.gov/sites/all/modules/fitvids/fitvids.js?tciarg — 200 — 2.6 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/miniorange_saml/js/testconfig.js?tciargwww.nysed.gov/sites/all/modules/min... https://www.nysed.gov/sites/all/modules/miniorange_saml/js/testconfig.js?tciarg — 200 — 1.6 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/caption_filter/js/caption-filter.js?tciargwww.nysed.gov/sites/all/modules/cap... https://www.nysed.gov/sites/all/modules/caption_filter/js/caption-filter.js?tciarg — 200 — 3.2 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/iframe/iframe.js?tciargwww.nysed.gov/sites/all/modules/ifr... https://www.nysed.gov/sites/all/modules/iframe/iframe.js?tciarg — 200 — 1.9 KiB — 383 ms — h2https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.jscdn.jsdelivr.net/qtip2/3.0.3/jquery... https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.js — 200 — 16.5 KiB — 20 ms — h2https://www.nysed.gov/sites/all/modules/custom_search/js/custom_search.js?tciargwww.nysed.gov/sites/all/modules/cus... https://www.nysed.gov/sites/all/modules/custom_search/js/custom_search.js?tciarg — 200 — 3.4 KiB — 383 ms — h2https://www.nysed.gov/sites/all/modules/captcha/captcha.js?tciargwww.nysed.gov/sites/all/modules/cap... https://www.nysed.gov/sites/all/modules/captcha/captcha.js?tciarg — 200 — 1.8 KiB — 383 ms — h2https://www.nysed.gov/sites/all/modules/clientside_validation/jquery-validate/jquery.validate.js?tciargwww.nysed.gov/sites/all/modules/cli... https://www.nysed.gov/sites/all/modules/clientside_validation/jquery-validate/jquery.validate.js?tciarg — 200 — 37.6 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/google_analytics/googleanalytics.js?tciargwww.nysed.gov/sites/all/modules/goo... https://www.nysed.gov/sites/all/modules/google_analytics/googleanalytics.js?tciarg — 200 — 6.6 KiB — 384 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8B84LHXDZZwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8B84LHXDZZ — 200 — 157.7 KiB — 181 ms — h2https://www.nysed.gov/sites/all/libraries/flexslider/jquery.flexslider-min.js?tciargwww.nysed.gov/sites/all/libraries/f... https://www.nysed.gov/sites/all/libraries/flexslider/jquery.flexslider-min.js?tciarg — 200 — 21.7 KiB — 384 ms — h2https://www.nysed.gov/sites/all/modules/qtip/js/qtip.js?tciargwww.nysed.gov/sites/all/modules/qti... https://www.nysed.gov/sites/all/modules/qtip/js/qtip.js?tciarg — 200 — 2.6 KiB — 384 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/jquery.hoverIntent.minified.js?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/jquery.hoverIntent.minified.js?tciarg — 200 — 1.8 KiB — 398 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/sfsmallscreen.js?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/sfsmallscreen.js?tciarg — 200 — 15.8 KiB — 398 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/supposition.js?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/supposition.js?tciarg — 200 — 3.9 KiB — 398 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/superfish.js?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/superfish.js?tciarg — 200 — 4.7 KiB — 397 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/supersubs.js?tciargwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/supersubs.js?tciarg — 200 — 5.1 KiB — 397 ms — h2https://www.nysed.gov/sites/all/modules/superfish/superfish.js?tciargwww.nysed.gov/sites/all/modules/sup... https://www.nysed.gov/sites/all/modules/superfish/superfish.js?tciarg — 200 — 1.9 KiB — 397 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/jquery.leaveNotice.min.js?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/jquery.leaveNotice.min.js?tciarg — 200 — 2.8 KiB — 397 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/filter-hierarchy-select.js?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/filter-hierarchy-select.js?tciarg — 200 — 5.6 KiB — 397 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/nysed-0.behaviors.js?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/nysed-0.behaviors.js?tciarg — 200 — 35.2 KiB — 399 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/touchmenufix.js?tciargwww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/touchmenufix.js?tciarg — 200 — 773 B — 399 ms — h2https://www.nysed.gov/sites/all/images/LOGO-dropshadow.pngwww.nysed.gov/sites/all/images/LOGO... https://www.nysed.gov/sites/all/images/LOGO-dropshadow.png — 200 — 11.4 KiB — 101 ms — h2https://www.nysed.gov/sites/all/images/nysed-logo.pngwww.nysed.gov/sites/all/images/nyse... https://www.nysed.gov/sites/all/images/nysed-logo.png — 200 — 20.9 KiB — 102 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-8B84LHXDZZ&gtm=45je64k1v9115881427za200zd9115881427&_p=1776902176543&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1745890866.1776902177&frm=0&pscdl=noapi&rcb=3&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~117266400~117512543&sid=1776902176&sct=1&seg=0&dl=https%3A%2F%2Fwww.nysed.gov%2F&dt=New%20York%20State%20Education%20Department&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=906region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-8B84LHXDZZ&gtm=45je64k1v9115881427za200zd9115881427&_p=1776902176543&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1745890866.1776902177&frm=0&pscdl=noapi&rcb=3&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~117266400~117512543&sid=1776902176&sct=1&seg=0&dl=https%3A%2F%2Fwww.nysed.gov%2F&dt=New%20York%20State%20Education%20Department&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=906 — 204 — 548 B — 169 ms — h2https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInittranslate.google.com/translate_a/el... https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit — 200 — 28.3 KiB — 128 ms — h2https://www.nysed.gov/sites/default/files/linkedin1.pngwww.nysed.gov/sites/default/files/l... https://www.nysed.gov/sites/default/files/linkedin1.png — 200 — 4.0 KiB — 105 ms — h2https://www.nysed.gov/sites/default/files/instagram.pngwww.nysed.gov/sites/default/files/i... https://www.nysed.gov/sites/default/files/instagram.png — 200 — 4.8 KiB — 107 ms — h2https://www.nysed.gov/sites/default/files/x-logo.pngwww.nysed.gov/sites/default/files/x... https://www.nysed.gov/sites/default/files/x-logo.png — 200 — 5.4 KiB — 106 ms — h2https://www.nysed.gov/sites/all/modules/picture/picturefill2/picturefill.min.js?v=2.3.1www.nysed.gov/sites/all/modules/pic... https://www.nysed.gov/sites/all/modules/picture/picturefill2/picturefill.min.js?v=2.3.1 — 200 — 7.9 KiB — 109 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XQVPVRRQKC&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XQVPVRRQKC&cx=c&gtm=4e64k1 — 200 — 157.0 KiB — 55 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 47 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0 — 200 — 63.5 KiB — 58 ms — h3https://www.nysed.gov/sites/all/modules/picture/picture.min.js?v=7.103www.nysed.gov/sites/all/modules/pic... https://www.nysed.gov/sites/all/modules/picture/picture.min.js?v=7.103 — 200 — 995 B — 100 ms — h2https://www.nysed.gov/sites/all/modules/flexslider/assets/js/flexslider.load.js?tciargwww.nysed.gov/sites/all/modules/fle... https://www.nysed.gov/sites/all/modules/flexslider/assets/js/flexslider.load.js?tciarg — 200 — 2.6 KiB — 101 ms — h2https://www.nysed.gov/sites/all/modules/clientside_validation/clientside_validation.js?tciargwww.nysed.gov/sites/all/modules/cli... https://www.nysed.gov/sites/all/modules/clientside_validation/clientside_validation.js?tciarg — 200 — 63.8 KiB — 104 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/showhidereadmore.jswww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/showhidereadmore.js — 200 — 649 B — 107 ms — h2https://www.nysed.gov/sites/default/themes/nysed_0/js/siteimprove-analytics2.jswww.nysed.gov/sites/default/themes/... https://www.nysed.gov/sites/default/themes/nysed_0/js/siteimprove-analytics2.js — 200 — 642 B — 110 ms — h2https://www.nysed.gov/sites/default/files/facebook1.pngwww.nysed.gov/sites/default/files/f... https://www.nysed.gov/sites/default/files/facebook1.png — 200 — 3.7 KiB — 113 ms — h2https://www.nysed.gov/sites/default/files/styles/homepage_slider_phone/public/graduation-measures.jpg?itok=6OMfwCRT&timestamp=1636994112www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/homepage_slider_phone/public/graduation-measures.jpg?itok=6OMfwCRT&timestamp=1636994112 — 200 — 19.8 KiB — 108 ms — h2https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/familysearch.jpg?itok=Zc6lnSHQ&timestamp=1775219208www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/familysearch.jpg?itok=Zc6lnSHQ&timestamp=1775219208 — 200 — 17.4 KiB — 109 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-XQVPVRRQKC&gtm=45je64k1v9169381759za200zb9115881427zd9115881427&_p=1776902176543&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1745890866.1776902177&frm=0&pscdl=noapi&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~115938468~117266401~117512543&sid=1776902176&sct=1&seg=0&dl=https%3A%2F%2Fwww.nysed.gov%2F&dt=New%20York%20State%20Education%20Department&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1051region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XQVPVRRQKC&gtm=45je64k1v9169381759za200zb9115881427zd9115881427&_p=1776902176543&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1745890866.1776902177&frm=0&pscdl=noapi&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~115938468~117266401~117512543&sid=1776902176&sct=1&seg=0&dl=https%3A%2F%2Fwww.nysed.gov%2F&dt=New%20York%20State%20Education%20Department&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1051 — 204 — 48 B — 65 ms — h2https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_csswww.gstatic.com/_/translate_http/_/... https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_css — 200 — 4.6 KiB — 109 ms — h2https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_maintranslate.googleapis.com/_/translat... https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main — 200 — 118.7 KiB — 186 ms — h2https://player.vimeo.com/video/1154001449?color=player.vimeo.com/video/1154001449?c... https://player.vimeo.com/video/1154001449?color= — -1 — 0 B — 69 ms — https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/green-ribbon-schools-li.png?itok=L98vCEsQ&timestamp=1776892096www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/green-ribbon-schools-li.png?itok=L98vCEsQ&timestamp=1776892096 — 200 — 75.4 KiB — 101 ms — h2https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/regionalization.png?itok=kZUpl1k3www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/regionalization.png?itok=kZUpl1k3 — 200 — 162.0 KiB — 117 ms — h2https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/programs/new-york-state-museum.jpg?itok=aI-CwIXFwww.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/programs/new-york-state-museum.jpg?itok=aI-CwIXF — 200 — 22.6 KiB — 109 ms — h2https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/grad-rates.jpg?itok=uNFmfxWVwww.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/grad-rates.jpg?itok=uNFmfxWV — 200 — 11.1 KiB — 111 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6342780.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6342780.js — 200 — 8.8 KiB — 63 ms — h3https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/istock_000017708207_small_0.jpg?itok=K5mnHGR1www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/medium_landscape/public/istock_000017708207_small_0.jpg?itok=K5mnHGR1 — 200 — 14.4 KiB — 108 ms — h2https://www.nysed.gov/sites/default/files/bigstock-high-angle-view-of-happy-schoo-292192834-small.jpgwww.nysed.gov/sites/default/files/b... https://www.nysed.gov/sites/default/files/bigstock-high-angle-view-of-happy-schoo-292192834-small.jpg — 200 — 427.2 KiB — 220 ms — h2https://player.vimeo.com/video/1154001449?color=player.vimeo.com/video/1154001449?c... https://player.vimeo.com/video/1154001449?color= — 200 — 11.4 KiB — 184 ms — http/1.1https://www.nysed.gov/sites/all/libraries/superfish/images/arrows-ffffff.pngwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/images/arrows-ffffff.png — 200 — 606 B — 111 ms — h2https://www.nysed.gov/sites/default/files/highered-home-image3.jpgwww.nysed.gov/sites/default/files/h... https://www.nysed.gov/sites/default/files/highered-home-image3.jpg — 200 — 148.1 KiB — 118 ms — h2https://www.nysed.gov/sites/default/files/adulted-homepage-image.jpgwww.nysed.gov/sites/default/files/a... https://www.nysed.gov/sites/default/files/adulted-homepage-image.jpg — 200 — 63.2 KiB — 110 ms — h2https://www.nysed.gov/sites/default/files/op-homepage-image.jpgwww.nysed.gov/sites/default/files/o... https://www.nysed.gov/sites/default/files/op-homepage-image.jpg — 200 — 49.3 KiB — 112 ms — h2https://www.nysed.gov/sites/default/files/nys-museum-logo-2.pngwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-museum-logo-2.png — 200 — 5.6 KiB — 112 ms — h2https://www.nysed.gov/sites/default/files/nys-archives-logo-2.pngwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-archives-logo-2.png — 200 — 11.7 KiB — 100 ms — h2https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_csswww.gstatic.com/_/translate_http/_/... https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_css — 200 — 0 B — 0 ms — h2https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svgfonts.gstatic.com/s/i/productlogos/... https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svg — 200 — 3.3 KiB — 45 ms — h3https://www.google.com/images/cleardot.gifwww.google.com/images/cleardot.gif https://www.google.com/images/cleardot.gif — 200 — 65 B — 77 ms — h3https://www.gstatic.com/images/branding/product/2x/translate_24dp.pngwww.gstatic.com/images/branding/pro... https://www.gstatic.com/images/branding/product/2x/translate_24dp.png — 200 — 2.1 KiB — 34 ms — h2https://6342780.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.nysed.gov%2F&title=New%20York%20State%20Education%20Department&res=800x600&accountid=6342780&rt=1346&luid=8c1f7eec-870a-5de9-cc77-c8a3d52857d5&prev=3b3c78d2-e076-f0ab-f4e9-a8e0d9f06b47&rnd=294666342780.global.r2.siteimproveanalyt... https://6342780.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.nysed.gov%2F&title=New%20York%20State%20Education%20Department&res=800x600&accountid=6342780&rt=1346&luid=8c1f7eec-870a-5de9-cc77-c8a3d52857d5&prev=3b3c78d2-e076-f0ab-f4e9-a8e0d9f06b47&rnd=29466 — 200 — 210 B — 108 ms — h2https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callbacktranslate-pa.googleapis.com/v1/supp... https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callback — 200 — 3.3 KiB — 111 ms — h2https://www.nysed.gov/sites/default/files/nys-library-logo-2.pngwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-library-logo-2.png — 200 — 8.1 KiB — 105 ms — h2https://www.nysed.gov/sites/default/files/nys-museum-3.jpgwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-museum-3.jpg — 200 — 127.1 KiB — 110 ms — h2https://www.nysed.gov/sites/default/files/nys-archives-3.jpgwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-archives-3.jpg — 200 — 75.8 KiB — 108 ms — h2https://www.nysed.gov/sites/default/files/nys-library-3.jpgwww.nysed.gov/sites/default/files/n... https://www.nysed.gov/sites/default/files/nys-library-3.jpg — 200 — 70.1 KiB — 109 ms — h2https://www.nysed.gov/sites/all/libraries/superfish/images/arrows-777777.pngwww.nysed.gov/sites/all/libraries/s... https://www.nysed.gov/sites/all/libraries/superfish/images/arrows-777777.png — 200 — 645 B — 107 ms — h2https://f.vimeocdn.com/p/4.46.43/js/player.module.jsf.vimeocdn.com/p/4.46.43/js/player.... https://f.vimeocdn.com/p/4.46.43/js/player.module.js — 200 — 211.5 KiB — 34 ms — h2https://f.vimeocdn.com/p/4.46.43/js/vendor.module.jsf.vimeocdn.com/p/4.46.43/js/vendor.... https://f.vimeocdn.com/p/4.46.43/js/vendor.module.js — 200 — 93.3 KiB — 32 ms — h2https://f.vimeocdn.com/p/4.46.43/css/player.cssf.vimeocdn.com/p/4.46.43/css/player... https://f.vimeocdn.com/p/4.46.43/css/player.css — 200 — 23.9 KiB — 18 ms — h2https://www.nysed.gov/sites/default/files/styles/homepage_slider_deskwide/public/graduation-measures.jpg?itok=OwZSsk2G&timestamp=1636994112www.nysed.gov/sites/default/files/s... https://www.nysed.gov/sites/default/files/styles/homepage_slider_deskwide/public/graduation-measures.jpg?itok=OwZSsk2G&timestamp=1636994112 — 200 — 22.8 KiB — 120 ms — h2https://i.vimeocdn.com/video/2106185714-d1990920431209f5e983ba5071f80bcd4f5706428f2364701ba6b160e54b8c56-d?mw=80&q=85i.vimeocdn.com/video/2106185714-d19... https://i.vimeocdn.com/video/2106185714-d1990920431209f5e983ba5071f80bcd4f5706428f2364701ba6b160e54b8c56-d?mw=80&q=85 — 200 — 1.8 KiB — 124 ms — h2https://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.1 KiB — 2 ms — h2https://i.vimeocdn.com/video/2106185714-d1990920431209f5e983ba5071f80bcd4f5706428f2364701ba6b160e54b8c56-d?mw=400&mh=225i.vimeocdn.com/video/2106185714-d19... https://i.vimeocdn.com/video/2106185714-d1990920431209f5e983ba5071f80bcd4f5706428f2364701ba6b160e54b8c56-d?mw=400&mh=225 — 200 — 9.6 KiB — 4 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 85 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=fcfb0e64fa92516e347780a0da2753657812ffdc1776902176arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=fcfb0e64fa92516e347780a0da2753657812ffdc1776902176 — 200 — 142 B — 158 ms — h2https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.1 KiB — 45 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 37 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 174 ms — h2https://www.nysed.gov/sites/default/files/favicon_2.icowww.nysed.gov/sites/default/files/f... https://www.nysed.gov/sites/default/files/favicon_2.ico — 200 — 1.5 KiB — 99 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 455 B — 132 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 629ms · 325KB · $8/mo
www.nysed.gov
Other
Costly
Execution 260ms
Transfer 15 KB
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 142ms
Transfer 0 KB
Monthly Cost $2/mo
translate.googleapis.com
Other
Optional
Execution 79ms
Transfer 119 KB
Unused 78%
Monthly Cost $1/mo
ajax.googleapis.com
Other
Optional
Execution 77ms
Transfer 34 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 72ms
Transfer 157 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.nysed.gov adds 260ms 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.nysed.gov takes 260ms 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

78% of translate.googleapis.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