Skip to content
https://ready.gov

Performance

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

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

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
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.

859 ms

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

2.34 s

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

4 ms

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

0.032

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

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

2.46 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 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 107 requests
FIX
4.4 MB transferred, 107 requests
Critical::
Page weighs 7.1 MB (4.4 MB transferred)
Warning::
Images are 3.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.1 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::
107 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.92 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
107 requests
0.92 g CO2 per page load
Images 3.1 MiB 70%
JavaScript 1.1 MiB 25%
Other 92.3 KiB 2%
Fonts 61.4 KiB 1%
CSS 57.4 KiB 1%
HTML 16.0 KiB 0%
Other 1.4 KiB 0%
Other 855 B 0%
Other 548 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 (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
61 scripts, 365 KB unused
FIX
61 scripts, 365 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 106 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VZ5W...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WK4...: 65 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-293...: 62 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 61 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 365 KB
365 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64h1147 KB106 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VZ5WM65HJE&cx=c&gtm=4e64h1173 KB71 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WK4QFZ4126 KB65 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-29392722-1117 KB62 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L147 KB61 KB (42%)3rd
https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/js/uswds.min.js?v=1.0.08 KB3rd
https://www.youtube.com/iframe_api3 KB3rd
https://www.ready.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.60 KB3rd
https://www.ready.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.61 KB3rd
https://www.ready.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.61 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
107 resources · 4.4 MB · 365 KB savings available
FIX
107 resources · 4.4 MB · 365 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~365 KB of savings available
Warning::
106 third-party resources (100% of weight)
Info::
5 resources over 200KB
107 resources · 4.4 MiB · 106 third-party 3.4 MiB over 1MB target
Image 72% · 3.2 MiB
JavaScript 25% · 1.1 MiB
Font 1% · 61.4 KiB
CSS 1% · 57.4 KiB
Document 0% · 17.0 KiB
Other 0% · 2.4 KiB

~365.2 KiB of savings available

Remove unused JavaScript: 365.2 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
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://www.ready.gov/profiles/readyd8_gov/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ready.gov/profiles/readyd8_gov/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ready.gov/profiles/readyd8_gov/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 3.1 MB
0 oversized -0 KB
26 legacy format
3 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

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+
JS Execution Cost
419ms total JS execution
PASS
419ms total JS execution
Info::
https://www.ready.gov/: 134ms CPU time
Info::
Unattributable: 117ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-VZ5W...: 59ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=UA-293...: 58ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 50ms CPU time
Warning::
Third-party scripts: 419ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 28% Style & Layout 14% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://www.ready.gov/134ms8ms1ms3rd
Unattributable117ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VZ5WM65HJE&cx=c&gtm=4e64h159ms44ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-29392722-158ms49ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L50ms43ms7ms3rd
A+
Font Loading
3 fonts (61 KB)
PASS
3 fonts (61 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

61 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 859 ms LCP 2.3 shttps://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2sourcesanspro-regular-w... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2 — 20.3 KiB — 77 ms — font-display: swaphttps://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/merriweather/Latin-Merriweather-Bold.woff2Latin-Merriweather-Bold... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/merriweather/Latin-Merriweather-Bold.woff2 — 21.0 KiB — 74 ms — font-display: swaphttps://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2sourcesanspro-bold-webf... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2 — 20.1 KiB — 96 ms — font-display: swap
sourcesanspro-regular-w... woff2 swap
Size 20 KB
Load time 77 ms
Start 435 ms
Risk FOUT — text flashes from fallback to web font
Latin-Merriweather-Bold... woff2 swap
Size 21 KB
Load time 74 ms
Start 439 ms
Risk FOUT — text flashes from fallback to web font
sourcesanspro-bold-webf... woff2 swap
Size 20 KB
Load time 96 ms
Start 444 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
Network Waterfall
107 requests over 2233ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 859 ms LCP 2.3 shttps://ready.gov// https://ready.gov/ — 301 — 234 B — 193 ms — http/1.1https://www.ready.gov/www.ready.gov/ https://www.ready.gov/ — 200 — 11.8 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-29392722-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-29392722-1 — 200 — 116.9 KiB — 139 ms — h2https://www.ready.gov/sites/default/files/css/css_Piarp_HPpZC43_lqsw_n0pvqHpFXk5b07RPtXxMNrQY.css?delta=0&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_Piarp_HPpZC43_lqsw_n0pvqHpFXk5b07RPtXxMNrQY.css?delta=0&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 4.8 KiB — 20 ms — h2https://www.ready.gov/sites/default/files/css/css_vdg0KtNblgLM_msaRazin3V4Ras5o6RQyKA5CamU7J4.css?delta=1&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_vdg0KtNblgLM_msaRazin3V4Ras5o6RQyKA5CamU7J4.css?delta=1&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 1.2 KiB — 20 ms — h2https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:200,400,600,700&display=swapfonts.googleapis.com/css?family=Mer... https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:200,400,600,700&display=swap — 200 — 1.4 KiB — 92 ms — h2https://www.ready.gov/sites/default/files/css/css_PAmar0JrynKuKZcofmYaTXdMNjV-hsxueH-Xfy9AU1A.css?delta=3&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_PAmar0JrynKuKZcofmYaTXdMNjV-hsxueH-Xfy9AU1A.css?delta=3&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 49.3 KiB — 22 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/us_flag_small.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/us_flag_small.png — 200 — 387 B — 11 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/world-icon-green.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/world-icon-green.png — 200 — 8.2 KiB — 12 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-dot-gov.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-dot-gov.svg — 200 — 611 B — 22 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-https.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-https.svg — 200 — 560 B — 23 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/logo_ready_green.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/logo_ready_green.png — 200 — 30.3 KiB — 11 ms — h2https://www.ready.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 27.2 KiB — 25 ms — h2https://www.ready.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.ready.gov/core/assets/vendor/on... https://www.ready.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 941 B — 18 ms — h2https://www.ready.gov/core/misc/drupalSettingsLoader.js?v=11.3.6www.ready.gov/core/misc/drupalSetti... https://www.ready.gov/core/misc/drupalSettingsLoader.js?v=11.3.6 — 200 — 630 B — 8 ms — h2https://www.ready.gov/core/misc/drupal.js?v=11.3.6www.ready.gov/core/misc/drupal.js?v... https://www.ready.gov/core/misc/drupal.js?v=11.3.6 — 200 — 6.3 KiB — 26 ms — h2https://www.ready.gov/core/misc/drupal.init.js?v=11.3.6www.ready.gov/core/misc/drupal.init... https://www.ready.gov/core/misc/drupal.init.js?v=11.3.6 — 200 — 735 B — 22 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6 — 200 — 3.4 KiB — 131 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6 — 200 — 410 B — 87 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6 — 200 — 555 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6 — 200 — 634 B — 142 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6 — 200 — 609 B — 49 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6 — 200 — 689 B — 49 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6 — 200 — 612 B — 50 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6 — 200 — 795 B — 50 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6 — 200 — 641 B — 51 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6 — 200 — 558 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6 — 200 — 675 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6 — 200 — 1.9 KiB — 130 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6 — 200 — 738 B — 131 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 859 ms LCP 2.3 shttps://ready.gov// https://ready.gov/ — 301 — 234 B — 193 ms — http/1.1https://www.ready.gov/www.ready.gov/ https://www.ready.gov/ — 200 — 11.8 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-29392722-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-29392722-1 — 200 — 116.9 KiB — 139 ms — h2https://www.ready.gov/sites/default/files/css/css_Piarp_HPpZC43_lqsw_n0pvqHpFXk5b07RPtXxMNrQY.css?delta=0&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_Piarp_HPpZC43_lqsw_n0pvqHpFXk5b07RPtXxMNrQY.css?delta=0&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 4.8 KiB — 20 ms — h2https://www.ready.gov/sites/default/files/css/css_vdg0KtNblgLM_msaRazin3V4Ras5o6RQyKA5CamU7J4.css?delta=1&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_vdg0KtNblgLM_msaRazin3V4Ras5o6RQyKA5CamU7J4.css?delta=1&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 1.2 KiB — 20 ms — h2https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:200,400,600,700&display=swapfonts.googleapis.com/css?family=Mer... https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:200,400,600,700&display=swap — 200 — 1.4 KiB — 92 ms — h2https://www.ready.gov/sites/default/files/css/css_PAmar0JrynKuKZcofmYaTXdMNjV-hsxueH-Xfy9AU1A.css?delta=3&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKywww.ready.gov/sites/default/files/c... https://www.ready.gov/sites/default/files/css/css_PAmar0JrynKuKZcofmYaTXdMNjV-hsxueH-Xfy9AU1A.css?delta=3&language=en&theme=uswds_ready&include=eJxVTFsOwjAMu1BYjjRlbZgq0gbV7UY5PYjtg_34KTuYAIOzArIqKHhVLl6zWHor6atZKg-OtT_FptOSyfDe5pgQfNM62IsGN8JA08yLQKljjziHh5mrShx899JwSVbzReyGNr7v66X607Ql3cE_nLLHbkp7yDN63XTwQR-g1lKy — 200 — 49.3 KiB — 22 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/us_flag_small.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/us_flag_small.png — 200 — 387 B — 11 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/world-icon-green.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/world-icon-green.png — 200 — 8.2 KiB — 12 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-dot-gov.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-dot-gov.svg — 200 — 611 B — 22 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-https.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/icon-https.svg — 200 — 560 B — 23 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/logo_ready_green.pngwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/logo_ready_green.png — 200 — 30.3 KiB — 11 ms — h2https://www.ready.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 27.2 KiB — 25 ms — h2https://www.ready.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.ready.gov/core/assets/vendor/on... https://www.ready.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 941 B — 18 ms — h2https://www.ready.gov/core/misc/drupalSettingsLoader.js?v=11.3.6www.ready.gov/core/misc/drupalSetti... https://www.ready.gov/core/misc/drupalSettingsLoader.js?v=11.3.6 — 200 — 630 B — 8 ms — h2https://www.ready.gov/core/misc/drupal.js?v=11.3.6www.ready.gov/core/misc/drupal.js?v... https://www.ready.gov/core/misc/drupal.js?v=11.3.6 — 200 — 6.3 KiB — 26 ms — h2https://www.ready.gov/core/misc/drupal.init.js?v=11.3.6www.ready.gov/core/misc/drupal.init... https://www.ready.gov/core/misc/drupal.init.js?v=11.3.6 — 200 — 735 B — 22 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6 — 200 — 3.4 KiB — 131 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6 — 200 — 410 B — 87 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6 — 200 — 555 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6 — 200 — 634 B — 142 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6 — 200 — 609 B — 49 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6 — 200 — 689 B — 49 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6 — 200 — 612 B — 50 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6 — 200 — 795 B — 50 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6 — 200 — 641 B — 51 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6 — 200 — 558 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6 — 200 — 675 B — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6 — 200 — 1.9 KiB — 130 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6 — 200 — 738 B — 131 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=11.3.6 — 200 — 1.3 KiB — 89 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=11.3.6 — 200 — 1.7 KiB — 91 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=11.3.6 — 200 — 5.0 KiB — 92 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=11.3.6 — 200 — 5.8 KiB — 93 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=11.3.6 — 200 — 2.2 KiB — 94 ms — h2https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=11.3.6www.ready.gov/core/assets/vendor/jq... https://www.ready.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=11.3.6 — 200 — 4.1 KiB — 95 ms — h2https://www.ready.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.ready.gov/core/assets/vendor/ta... https://www.ready.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 2.6 KiB — 96 ms — h2https://www.ready.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=11.3.6www.ready.gov/core/assets/vendor/tu... https://www.ready.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=11.3.6 — 200 — 1.8 KiB — 110 ms — h2https://www.ready.gov/modules/contrib/extlink/js/extlink.js?tdv1utwww.ready.gov/modules/contrib/extli... https://www.ready.gov/modules/contrib/extlink/js/extlink.js?tdv1ut — 200 — 5.8 KiB — 97 ms — h2https://www.ready.gov/modules/contrib/google_analytics/js/google_analytics.js?v=11.3.6www.ready.gov/modules/contrib/googl... https://www.ready.gov/modules/contrib/google_analytics/js/google_analytics.js?v=11.3.6 — 200 — 2.1 KiB — 98 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/js/ready_saml.js?v=1.0.0www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/js/ready_saml.js?v=1.0.0 — 200 — 1.0 KiB — 99 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/js/uswds.min.js?v=1.0.0www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/js/uswds.min.js?v=1.0.0 — 200 — 8.2 KiB — 105 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_search.js?v=1.0.0www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_search.js?v=1.0.0 — 200 — 1.4 KiB — 106 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_tables.js?v=1.0.0www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_tables.js?v=1.0.0 — 200 — 361 B — 107 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_sitewide.js?v=1.0.0www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/js/ready_sitewide.js?v=1.0.0 — 200 — 848 B — 107 ms — h2https://www.ready.gov/core/misc/debounce.js?v=11.3.6www.ready.gov/core/misc/debounce.js... https://www.ready.gov/core/misc/debounce.js?v=11.3.6 — 200 — 908 B — 132 ms — h2https://www.ready.gov/core/misc/displace.js?v=11.3.6www.ready.gov/core/misc/displace.js... https://www.ready.gov/core/misc/displace.js?v=11.3.6 — 200 — 2.8 KiB — 133 ms — h2https://www.ready.gov/core/misc/position.js?v=11.3.6www.ready.gov/core/misc/position.js... https://www.ready.gov/core/misc/position.js?v=11.3.6 — 200 — 5.7 KiB — 115 ms — h2https://www.ready.gov/core/misc/dialog/dialog-deprecation.js?v=11.3.6www.ready.gov/core/misc/dialog/dial... https://www.ready.gov/core/misc/dialog/dialog-deprecation.js?v=11.3.6 — 200 — 950 B — 109 ms — h2https://www.ready.gov/core/misc/dialog/dialog.js?v=11.3.6www.ready.gov/core/misc/dialog/dial... https://www.ready.gov/core/misc/dialog/dialog.js?v=11.3.6 — 200 — 1.6 KiB — 110 ms — h2https://www.ready.gov/core/misc/dialog/dialog.position.js?v=11.3.6www.ready.gov/core/misc/dialog/dial... https://www.ready.gov/core/misc/dialog/dialog.position.js?v=11.3.6 — 200 — 1.7 KiB — 110 ms — h2https://www.ready.gov/core/misc/dialog/dialog.jquery-ui.js?v=11.3.6www.ready.gov/core/misc/dialog/dial... https://www.ready.gov/core/misc/dialog/dialog.jquery-ui.js?v=11.3.6 — 200 — 1.7 KiB — 117 ms — h2https://www.ready.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=11.3.6www.ready.gov/core/modules/ckeditor... https://www.ready.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=11.3.6 — 200 — 710 B — 107 ms — h2https://www.ready.gov/modules/custom/wcm_survey/js/jquery.cookie.js?v=1.xwww.ready.gov/modules/custom/wcm_su... https://www.ready.gov/modules/custom/wcm_survey/js/jquery.cookie.js?v=1.x — 200 — 1.6 KiB — 111 ms — h2https://www.ready.gov/modules/custom/wcm_survey/js/json3.min.js?v=1.xwww.ready.gov/modules/custom/wcm_su... https://www.ready.gov/modules/custom/wcm_survey/js/json3.min.js?v=1.x — 200 — 3.6 KiB — 125 ms — h2https://www.ready.gov/modules/custom/wcm_survey/js/wcm_survey.js?v=1.xwww.ready.gov/modules/custom/wcm_su... https://www.ready.gov/modules/custom/wcm_survey/js/wcm_survey.js?v=1.x — 200 — 3.7 KiB — 112 ms — h2https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHS&subagency=FEMA&siteplatform=Drupal&yt=truedap.digitalgov.gov/Universal-Federa... https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHS&subagency=FEMA&siteplatform=Drupal&yt=true — 200 — 9.4 KiB — 35 ms — h3https://ct.pinterest.com/v3/?tid=2613411916351&event=init&noscript=1ct.pinterest.com/v3/?tid=2613411916... https://ct.pinterest.com/v3/?tid=2613411916351&event=init&noscript=1 — 200 — 536 B — 95 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/close.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/close.svg — 200 — 594 B — 110 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/dhs_seal.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/dhs_seal.svg — 200 — 15.8 KiB — 113 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WK4QFZ4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WK4QFZ4 — 200 — 125.6 KiB — 134 ms — h2https://www.dhs.gov/ntas/www.dhs.gov/ntas/ https://www.dhs.gov/ntas/ — 301 — 958 B — 168 ms — h2https://s.pinimg.com/ct/core.jss.pinimg.com/ct/core.js https://s.pinimg.com/ct/core.js — 200 — 2.1 KiB — 39 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/angle-arrow-down-primary-hover.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/angle-arrow-down-primary-hover.svg — 200 — 551 B — 252 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/angle-arrow-down-white.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/angle-arrow-down-white.svg — 200 — 767 B — 255 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/social-icons/facebook25.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/social-icons/facebook25.svg — 200 — 536 B — 105 ms — h2https://www.ready.gov/themes/custom/dhs_uswds/assets/uswds/img/uswds-icons/x.svgwww.ready.gov/themes/custom/dhs_usw... https://www.ready.gov/themes/custom/dhs_uswds/assets/uswds/img/uswds-icons/x.svg — 200 — 474 B — 94 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/social-icons/youtube15.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/social-icons/youtube15.svg — 200 — 1.5 KiB — 101 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/alert.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/img/alert.svg — 200 — 450 B — 105 ms — h2https://www.ready.gov/sites/default/files/2026-03/floods2.jpgwww.ready.gov/sites/default/files/2... https://www.ready.gov/sites/default/files/2026-03/floods2.jpg — 200 — 572.2 KiB — 92 ms — h2https://www.ready.gov/sites/default/files/wildfires.jpgwww.ready.gov/sites/default/files/w... https://www.ready.gov/sites/default/files/wildfires.jpg — 200 — 458.9 KiB — 144 ms — h2https://www.ready.gov/sites/default/files/lightning.jpgwww.ready.gov/sites/default/files/l... https://www.ready.gov/sites/default/files/lightning.jpg — 200 — 470.3 KiB — 108 ms — h2https://www.ready.gov/sites/default/files/hazard-homepage-images/tornado.jpgwww.ready.gov/sites/default/files/h... https://www.ready.gov/sites/default/files/hazard-homepage-images/tornado.jpg — 200 — 154.9 KiB — 123 ms — h2https://www.ready.gov/sites/default/files/power-outage_alternative-power.jpgwww.ready.gov/sites/default/files/p... https://www.ready.gov/sites/default/files/power-outage_alternative-power.jpg — 200 — 99.9 KiB — 125 ms — h2https://www.ready.gov/sites/default/files/alerts2.jpgwww.ready.gov/sites/default/files/a... https://www.ready.gov/sites/default/files/alerts2.jpg — 200 — 402.0 KiB — 172 ms — h2https://www.ready.gov/sites/default/files/make-a-plan-form.jpgwww.ready.gov/sites/default/files/m... https://www.ready.gov/sites/default/files/make-a-plan-form.jpg — 200 — 139.8 KiB — 179 ms — h2https://www.ready.gov/sites/default/files/Kit.jpgwww.ready.gov/sites/default/files/K... https://www.ready.gov/sites/default/files/Kit.jpg — 200 — 721.2 KiB — 201 ms — h2https://www.ready.gov/sites/default/files/featured_illustration_newfemaapp.pngwww.ready.gov/sites/default/files/f... https://www.ready.gov/sites/default/files/featured_illustration_newfemaapp.png — 200 — 45.0 KiB — 189 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2 — 200 — 20.3 KiB — 77 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/merriweather/Latin-Merriweather-Bold.woff2www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/merriweather/Latin-Merriweather-Bold.woff2 — 200 — 21.0 KiB — 74 ms — h2https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2www.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2 — 200 — 20.1 KiB — 96 ms — h2https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.jsdap.digitalgov.gov/web-vitals/dist/... https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js — 200 — 4.5 KiB — 44 ms — h3https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4Lwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L — 200 — 147.1 KiB — 128 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 171 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VZ5WM65HJE&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VZ5WM65HJE&cx=c&gtm=4e64h1 — 200 — 173.1 KiB — 111 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 102 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64h1 — 200 — 147.1 KiB — 108 ms — h3https://www.dhs.gov/ntaswww.dhs.gov/ntas https://www.dhs.gov/ntas — 200 — 3.6 KiB — 20 ms — h2https://www.googletagmanager.com/gtag/js?id=G-GHG7XR2CMPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GHG7XR2CMP — 200 — 157.9 KiB — 145 ms — h2https://www.dhs.gov/profiles/dhsd8_gov/modules/custom/dhs_ntas/css/dhs_ntas.ntas.csswww.dhs.gov/profiles/dhsd8_gov/modu... https://www.dhs.gov/profiles/dhsd8_gov/modules/custom/dhs_ntas/css/dhs_ntas.ntas.css — 200 — 680 B — 14 ms — h2https://www.dhs.gov/xlibrary/graphics/ntas_05_noadvisories.svgwww.dhs.gov/xlibrary/graphics/ntas_... https://www.dhs.gov/xlibrary/graphics/ntas_05_noadvisories.svg — 200 — 11.7 KiB — 15 ms — h2https://s.go-mpulse.net/boomerang/A3WTK-PERZP-2W77L-XJ2AR-542NXs.go-mpulse.net/boomerang/A3WTK-PER... https://s.go-mpulse.net/boomerang/A3WTK-PERZP-2W77L-XJ2AR-542NX — 200 — 60.2 KiB — 16 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 87 ms — h2https://search.usa.gov/javascripts/remote.loader.jssearch.usa.gov/javascripts/remote.l... https://search.usa.gov/javascripts/remote.loader.js — -1 — 0 B — 21 ms — https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/search.svgwww.ready.gov/profiles/readyd8_gov/... https://www.ready.gov/profiles/readyd8_gov/themes/uswds_ready/assets/img/search.svg — 200 — 792 B — 16 ms — h2https://s.pinimg.com/ct/lib/main.10d2511a.jss.pinimg.com/ct/lib/main.10d2511a.j... https://s.pinimg.com/ct/lib/main.10d2511a.js — 200 — 27.3 KiB — 4 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64h1h1v9131934939za200&_p=1776813719117&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=511737976.1776813720&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~118463262&dl=https%3A%2F%2Fready.gov%2F&dt=Plan%20Ahead%20for%20Disasters%20%7C%20Ready.gov&dr=&sid=1776813719&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DHS&ep.subagency=FEMA&ep.site_topic=unspecified%3Aready.gov&ep.site_platform=drupal&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=ready.gov&tfd=761region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64h1h1v9131934939za200&_p=1776813719117&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=511737976.1776813720&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~118463262&dl=https%3A%2F%2Fready.gov%2F&dt=Plan%20Ahead%20for%20Disasters%20%7C%20Ready.gov&dr=&sid=1776813719&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DHS&ep.subagency=FEMA&ep.site_topic=unspecified%3Aready.gov&ep.site_platform=drupal&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=ready.gov&tfd=761 — 204 — 548 B — 88 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 29 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-VZ5WM65HJE&gtm=45je64h1v879351463za20g&_p=1776813719117&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=511737976.1776813720&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400&sid=1776813719&sct=1&seg=0&dl=https%3A%2F%2Fwww.ready.gov%2F&dt=Plan%20Ahead%20for%20Disasters%20%7C%20Ready.gov&en=page_view&_fv=1&_ss=1&tfd=841region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VZ5WM65HJE&gtm=45je64h1v879351463za20g&_p=1776813719117&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=511737976.1776813720&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400&sid=1776813719&sct=1&seg=0&dl=https%3A%2F%2Fwww.ready.gov%2F&dt=Plan%20Ahead%20for%20Disasters%20%7C%20Ready.gov&en=page_view&_fv=1&_ss=1&tfd=841 — 204 — 290 B — 25 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VZ5WM65HJE&cid=511737976.1776813720&gtm=45je64h1v879351463za20g&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VZ5WM65HJE&cid=511737976.1776813720&gtm=45je64h1v879351463za20g&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400 — 204 — 548 B — 72 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VZ5WM65HJE&cid=511737976.1776813720&gtm=45je64h1v879351463za20g&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400&z=1331680187www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VZ5WM65HJE&cid=511737976.1776813720&gtm=45je64h1v879351463za20g&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400&z=1331680187 — 200 — 408 B — 77 ms — h2https://ct.pinterest.com/user/?tid=2613411916351&cb=1776813719702&dep=2%2CPAGE_LOADct.pinterest.com/user/?tid=26134119... https://ct.pinterest.com/user/?tid=2613411916351&cb=1776813719702&dep=2%2CPAGE_LOAD — 200 — 748 B — 46 ms — h2https://ct.pinterest.com/v3/?tid=2613411916351&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.ready.gov%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776813719703ct.pinterest.com/v3/?tid=2613411916... https://ct.pinterest.com/v3/?tid=2613411916351&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.ready.gov%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776813719703 — 200 — 554 B — 48 ms — h2https://ct.pinterest.com/static/ct/token_create.jsct.pinterest.com/static/ct/token_cr... https://ct.pinterest.com/static/ct/token_create.js — 200 — 2.0 KiB — 9 ms — h3https://ct.pinterest.com/ct.htmlct.pinterest.com/ct.html https://ct.pinterest.com/ct.html — 200 — 695 B — 51 ms — h2https://www.ready.gov/sites/default/files/ready-favicon.icowww.ready.gov/sites/default/files/r... https://www.ready.gov/sites/default/files/ready-favicon.ico — 200 — 91.2 KiB — 10 ms — h2https://c.go-mpulse.net/api/config.json?key=A3WTK-PERZP-2W77L-XJ2AR-542NX&d=www.dhs.gov&t=5922712&v=1.815.0&if=&sl=0&si=c171d12c-c9c4-4a79-a82e-643759dc705d-tdva8n&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=102510c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=A3WTK-PERZP-2W77L-XJ2AR-542NX&d=www.dhs.gov&t=5922712&v=1.815.0&if=&sl=0&si=c171d12c-c9c4-4a79-a82e-643759dc705d-tdva8n&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=102510 — 204 — 107 B — 551 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 419ms · 449KB · $6/mo
www.ready.gov
Other
Optional
Execution 134ms
Transfer 12 KB
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 117ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 173 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 117 KB
Unused 53%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 50ms
Transfer 147 KB
Unused 42%
Monthly Cost $1/mo

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

53% of Google Tag Manager'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