Skip to content
https://fema.gov

Performance

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

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

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

970 ms

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

2.71 s

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

86 ms

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

0.006

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

1.32 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.97 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
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 179 requests
FIX
3.6 MB transferred, 179 requests
Warning::
Page weighs 7.5 MB (3.6 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
179 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.75 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
179 requests
0.75 g CO2 per page load
Images 1.9 MiB 54%
JavaScript 1.2 MiB 35%
CSS 187.9 KiB 5%
Fonts 180.8 KiB 5%
HTML 25.7 KiB 1%
Other 9.5 KiB 0%
Other 885 B 0%
Other 556 B 0%
Other 107 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 (3.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
115 scripts, 354 KB unused
FIX
115 scripts, 354 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-8SNC...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 61 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fema.gov/modules/contrib/ableplayer/js...: 58 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PNF...: 33 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 354 KB
354 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-8SNCZWM0FT&cx=c&gtm=4e64h1176 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L147 KB61 KB (41%)3rd
https://www.fema.gov/modules/contrib/ableplayer/js/ableplayer.min.js?v=4.8.069 KB58 KB (86%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PNFPGG3132 KB33 KB (45%)3rd
https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/datatables.min.js?v=1.x32 KB26 KB (81%)3rd
https://www.fema.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=11.3.62 KB3rd
https://www.fema.gov/core/misc/dialog/dialog-deprecation.js?v=11.3.61 KB3rd
https://www.fema.gov/core/misc/drupal.js?v=11.3.66 KB3rd
https://www.fema.gov/core/misc/drupal.init.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
179 resources · 3.6 MB · 354 KB savings available
FIX
179 resources · 3.6 MB · 354 KB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~354 KB of savings available
Warning::
178 third-party resources (100% of weight)
Info::
5 resources over 200KB
179 resources · 3.6 MiB · 178 third-party 2.6 MiB over 1MB target
Image 54% · 1.9 MiB
JavaScript 35% · 1.2 MiB
CSS 5% · 187.9 KiB
Font 5% · 180.8 KiB
Document 1% · 26.9 KiB
Other 0% · 1.7 KiB

~353.6 KiB of savings available

Remove unused JavaScript: 353.6 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.

B
Image Optimization
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://www.fema.gov/profiles/femad8_gov/themes/fe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 1.9 MB
0 oversized -0 KB
41 legacy format
1 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

C
JS Execution Cost
Action
1410ms total JS execution
REVIEW
1410ms total JS execution
Warning::
https://www.fema.gov/: 530ms CPU time
Warning::
Unattributable: 395ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-8SNC...: 153ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PNF...: 130ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 124ms CPU time
Warning::
Third-party scripts: 1410ms (100% of total)

Main Thread Breakdown

Script Evaluation 32% Other 27% Style & Layout 22% Script Parsing & Compilation 10% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.fema.gov/530ms16ms1ms3rd
Unattributable395ms6ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-8SNCZWM0FT&cx=c&gtm=4e64h1153ms109ms27ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PNFPGG3130ms111ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L124ms101ms22ms3rd
https://www.fema.gov/core/misc/drupal.init.js?v=11.3.678ms51ms0ms3rd
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
7 fonts (181 KB)
PASS
7 fonts (181 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

181 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 970 ms LCP 2.7 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 86 ms — font-display: swaphttps://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2sourcesanspro-regular-w... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2 — 20.3 KiB — 318 ms — font-display: swaphttps://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2sourcesanspro-bold-webf... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2 — 20.1 KiB — 325 ms — font-display: swaphttps://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2u-4e0qyriQwlOrhSvowK_l5... https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2 — 95.4 KiB — 107 ms — font-display: swaphttps://www.fema.gov/libraries/slick-carousel/slick/fonts/slick.woffslick.woff https://www.fema.gov/libraries/slick-carousel/slick/fonts/slick.woff — 1.6 KiB — 327 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 112 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 134 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 86 ms
Start 609 ms
Risk FOUT — text flashes from fallback to web font
sourcesanspro-regular-w... woff2 swap
Size 20 KB
Load time 318 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
sourcesanspro-bold-webf... woff2 swap
Size 20 KB
Load time 325 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
u-4e0qyriQwlOrhSvowK_l5... woff2 swap
Size 95 KB
Load time 107 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 327 ms
Start 611 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 112 ms
Start 614 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 134 ms
Start 614 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
179 requests over 2138ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 970 ms LCP 2.7 shttps://fema.gov// https://fema.gov/ — 301 — 233 B — 45 ms — http/1.1https://www.fema.gov/www.fema.gov/ https://www.fema.gov/ — 200 — 22.1 KiB — 60 ms — h2https://www.fema.gov/sites/default/files/css/css_3tIuFBacKl4OxXDEQzl0iFWm6RguhNnfI0eZFs1k_ng.css?delta=0&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_3tIuFBacKl4OxXDEQzl0iFWm6RguhNnfI0eZFs1k_ng.css?delta=0&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 34.7 KiB — 58 ms — h2https://www.fema.gov/sites/default/files/css/css_KQDRWp-yEZCMzUNGbm9v884-4Y0tFHQgpu83mKJoFFs.css?delta=1&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_KQDRWp-yEZCMzUNGbm9v884-4Y0tFHQgpu83mKJoFFs.css?delta=1&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 1.2 KiB — 30 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 — 43 ms — h2https://www.fema.gov/sites/default/files/css/css_jqQlonXWqA5vOSlkk-mrt3iTvtUb2LuHZKg5TblV5rQ.css?delta=3&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_jqQlonXWqA5vOSlkk-mrt3iTvtUb2LuHZKg5TblV5rQ.css?delta=3&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 149.2 KiB — 106 ms — h2https://www.fema.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 27.2 KiB — 93 ms — h2https://www.fema.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.fema.gov/core/assets/vendor/onc... https://www.fema.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 940 B — 65 ms — h2https://www.fema.gov/core/misc/drupalSettingsLoader.js?v=11.3.6www.fema.gov/core/misc/drupalSettin... https://www.fema.gov/core/misc/drupalSettingsLoader.js?v=11.3.6 — 200 — 630 B — 67 ms — h2https://www.fema.gov/core/misc/drupal.js?v=11.3.6www.fema.gov/core/misc/drupal.js?v=... https://www.fema.gov/core/misc/drupal.js?v=11.3.6 — 200 — 6.3 KiB — 69 ms — h2https://www.fema.gov/core/misc/drupal.init.js?v=11.3.6www.fema.gov/core/misc/drupal.init.... https://www.fema.gov/core/misc/drupal.init.js?v=11.3.6 — 200 — 734 B — 74 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/front-behavior-mapping.js?v=1.0.0www.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/front-behavior-mapping.js?v=1.0.0 — 200 — 474 B — 75 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/pre_chosen.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/pre_chosen.js?v=1.x — 200 — 519 B — 77 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/us_flag_small.pngwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/us_flag_small.png — 200 — 388 B — 78 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/world-icon.pngwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/world-icon.png — 200 — 10.4 KiB — 89 ms — h2https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700 — 200 — 667 B — 76 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-dot-gov.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-dot-gov.svg — 200 — 659 B — 27 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-https.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-https.svg — 200 — 623 B — 23 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/fema-logo-blue.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/fema-logo-blue.svg — 200 — 10.7 KiB — 13 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tduzo3 — 200 — 910 B — 18 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tduzo3 — 200 — 1.3 KiB — 13 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tduzo3 — 200 — 1.7 KiB — 169 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tduzo3 — 200 — 632 B — 180 ms — h2https://www.fema.gov/modules/contrib/slick/js/jquery-type-polyfill.min.js?tduzo3www.fema.gov/modules/contrib/slick/... https://www.fema.gov/modules/contrib/slick/js/jquery-type-polyfill.min.js?tduzo3 — 200 — 379 B — 182 ms — h2https://www.fema.gov/core/misc/debounce.js?v=11.3.6www.fema.gov/core/misc/debounce.js?... https://www.fema.gov/core/misc/debounce.js?v=11.3.6 — 200 — 907 B — 183 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6 — 200 — 3.4 KiB — 184 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6 — 200 — 410 B — 186 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6 — 200 — 552 B — 186 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6 — 200 — 628 B — 190 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6 — 200 — 605 B — 191 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 970 ms LCP 2.7 shttps://fema.gov// https://fema.gov/ — 301 — 233 B — 45 ms — http/1.1https://www.fema.gov/www.fema.gov/ https://www.fema.gov/ — 200 — 22.1 KiB — 60 ms — h2https://www.fema.gov/sites/default/files/css/css_3tIuFBacKl4OxXDEQzl0iFWm6RguhNnfI0eZFs1k_ng.css?delta=0&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_3tIuFBacKl4OxXDEQzl0iFWm6RguhNnfI0eZFs1k_ng.css?delta=0&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 34.7 KiB — 58 ms — h2https://www.fema.gov/sites/default/files/css/css_KQDRWp-yEZCMzUNGbm9v884-4Y0tFHQgpu83mKJoFFs.css?delta=1&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_KQDRWp-yEZCMzUNGbm9v884-4Y0tFHQgpu83mKJoFFs.css?delta=1&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 1.2 KiB — 30 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 — 43 ms — h2https://www.fema.gov/sites/default/files/css/css_jqQlonXWqA5vOSlkk-mrt3iTvtUb2LuHZKg5TblV5rQ.css?delta=3&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQwww.fema.gov/sites/default/files/cs... https://www.fema.gov/sites/default/files/css/css_jqQlonXWqA5vOSlkk-mrt3iTvtUb2LuHZKg5TblV5rQ.css?delta=3&language=en&theme=fema_uswds&include=eJx1koGOgyAMhl8I5ZFIgao9CywU5tzTn8p2280sMdr_609aW8AyXhhWzBr-QmXBzaak7bnot9iQS1FZhvuqOYGnOCo3JcGofa4X4L6pBzRMVrewdyLKMYisOqAIjLjplPF5EH7g1kBMOQDTHRXeClOcn5aHVAMGMDal2ThgTrVoy8nN3ZVwacmvfEI3M8k5gwEzsDdjLRgt5vHkGBBK3dr7wk2gSN-S3kjZpoj-ZHjVe7EJj8mevMcsPmFIlhiNhRi3Fe6oa6hrqLmqLF70kGKRdzByssCdlJX3VX78vLQyGeWSotAVTdmviJiBuGzFmoKla1oJk5v18T7W_a4DUOzHTP4fLVMNNgLxI7VKwbBdOEHVGmybV3sfckxI-pB8ZVSLC0ZqvuKq2-cXTJcUcQ — 200 — 149.2 KiB — 106 ms — h2https://www.fema.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 27.2 KiB — 93 ms — h2https://www.fema.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.fema.gov/core/assets/vendor/onc... https://www.fema.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 940 B — 65 ms — h2https://www.fema.gov/core/misc/drupalSettingsLoader.js?v=11.3.6www.fema.gov/core/misc/drupalSettin... https://www.fema.gov/core/misc/drupalSettingsLoader.js?v=11.3.6 — 200 — 630 B — 67 ms — h2https://www.fema.gov/core/misc/drupal.js?v=11.3.6www.fema.gov/core/misc/drupal.js?v=... https://www.fema.gov/core/misc/drupal.js?v=11.3.6 — 200 — 6.3 KiB — 69 ms — h2https://www.fema.gov/core/misc/drupal.init.js?v=11.3.6www.fema.gov/core/misc/drupal.init.... https://www.fema.gov/core/misc/drupal.init.js?v=11.3.6 — 200 — 734 B — 74 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/front-behavior-mapping.js?v=1.0.0www.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/front-behavior-mapping.js?v=1.0.0 — 200 — 474 B — 75 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/pre_chosen.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/pre_chosen.js?v=1.x — 200 — 519 B — 77 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/us_flag_small.pngwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/us_flag_small.png — 200 — 388 B — 78 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/world-icon.pngwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/world-icon.png — 200 — 10.4 KiB — 89 ms — h2https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700 — 200 — 667 B — 76 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-dot-gov.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-dot-gov.svg — 200 — 659 B — 27 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-https.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/icon-https.svg — 200 — 623 B — 23 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/fema-logo-blue.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/fema-logo-blue.svg — 200 — 10.7 KiB — 13 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tduzo3 — 200 — 910 B — 18 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tduzo3 — 200 — 1.3 KiB — 13 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tduzo3 — 200 — 1.7 KiB — 169 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tduzo3 — 200 — 632 B — 180 ms — h2https://www.fema.gov/modules/contrib/slick/js/jquery-type-polyfill.min.js?tduzo3www.fema.gov/modules/contrib/slick/... https://www.fema.gov/modules/contrib/slick/js/jquery-type-polyfill.min.js?tduzo3 — 200 — 379 B — 182 ms — h2https://www.fema.gov/core/misc/debounce.js?v=11.3.6www.fema.gov/core/misc/debounce.js?... https://www.fema.gov/core/misc/debounce.js?v=11.3.6 — 200 — 907 B — 183 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=11.3.6 — 200 — 3.4 KiB — 184 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=11.3.6 — 200 — 410 B — 186 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=11.3.6 — 200 — 552 B — 186 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=11.3.6 — 200 — 628 B — 190 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=11.3.6 — 200 — 605 B — 191 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=11.3.6 — 200 — 688 B — 194 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=11.3.6 — 200 — 610 B — 196 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=11.3.6 — 200 — 794 B — 199 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=11.3.6 — 200 — 639 B — 201 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=11.3.6 — 200 — 558 B — 184 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=11.3.6 — 200 — 673 B — 183 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=11.3.6 — 200 — 1.9 KiB — 241 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=11.3.6 — 200 — 739 B — 163 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=11.3.6 — 200 — 1.3 KiB — 212 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=11.3.6 — 200 — 1.7 KiB — 212 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=11.3.6 — 200 — 5.0 KiB — 299 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=11.3.6 — 200 — 5.8 KiB — 213 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=11.3.6 — 200 — 2.2 KiB — 216 ms — h2https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=11.3.6www.fema.gov/core/assets/vendor/jqu... https://www.fema.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=11.3.6 — 200 — 4.1 KiB — 218 ms — h2https://www.fema.gov/modules/contrib/blazy/js/dblazy.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/dblazy.min.js?tduzo3 — 200 — 5.1 KiB — 220 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.once.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.once.min.js?tduzo3 — 200 — 756 B — 222 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tduzo3 — 200 — 802 B — 224 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tduzo3 — 200 — 1.4 KiB — 225 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/blazy.base.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/blazy.base.min.js?tduzo3 — 200 — 757 B — 228 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tduzo3 — 200 — 584 B — 228 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tduzo3 — 200 — 910 B — 230 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tduzo3 — 200 — 915 B — 238 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tduzo3 — 200 — 945 B — 240 ms — h2https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tduzo3 — 200 — 528 B — 242 ms — h2https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tduzo3 — 200 — 801 B — 335 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/blazy.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/blazy.min.js?tduzo3 — 200 — 1.7 KiB — 247 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.min.js?tduzo3 — 200 — 1.7 KiB — 249 ms — h2https://www.fema.gov/libraries/slick-carousel/slick/slick.min.js?v=1.xwww.fema.gov/libraries/slick-carous... https://www.fema.gov/libraries/slick-carousel/slick/slick.min.js?v=1.x — 200 — 10.5 KiB — 243 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.media.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.media.min.js?tduzo3 — 200 — 1.4 KiB — 251 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/blazy.drupal.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/blazy.drupal.min.js?tduzo3 — 200 — 1.4 KiB — 252 ms — h2https://www.fema.gov/modules/contrib/blazy/js/blazy.load.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/blazy.load.min.js?tduzo3 — 200 — 1.1 KiB — 254 ms — h2https://www.fema.gov/modules/contrib/blazy/js/blazy.compat.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/blazy.compat.min.js?tduzo3 — 200 — 975 B — 256 ms — h2https://www.fema.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.fema.gov/core/assets/vendor/tab... https://www.fema.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 2.7 KiB — 258 ms — h2https://www.fema.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=11.3.6www.fema.gov/core/assets/vendor/tua... https://www.fema.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=11.3.6 — 200 — 1.9 KiB — 291 ms — h2https://www.fema.gov/modules/contrib/back_to_top/js/back_to_top.js?v=11.3.6www.fema.gov/modules/contrib/back_t... https://www.fema.gov/modules/contrib/back_to_top/js/back_to_top.js?v=11.3.6 — 200 — 1.1 KiB — 293 ms — h2https://www.fema.gov/core/misc/jquery.form.js?v=4.3.0www.fema.gov/core/misc/jquery.form.... https://www.fema.gov/core/misc/jquery.form.js?v=4.3.0 — 200 — 13.1 KiB — 296 ms — h2https://www.fema.gov/core/misc/progress.js?v=11.3.6www.fema.gov/core/misc/progress.js?... https://www.fema.gov/core/misc/progress.js?v=11.3.6 — 200 — 1.9 KiB — 299 ms — h2https://www.fema.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.fema.gov/core/assets/vendor/loa... https://www.fema.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.2 KiB — 301 ms — h2https://www.fema.gov/core/misc/announce.js?v=11.3.6www.fema.gov/core/misc/announce.js?... https://www.fema.gov/core/misc/announce.js?v=11.3.6 — 200 — 1.9 KiB — 305 ms — h2https://www.fema.gov/core/misc/message.js?v=11.3.6www.fema.gov/core/misc/message.js?v... https://www.fema.gov/core/misc/message.js?v=11.3.6 — 200 — 2.6 KiB — 307 ms — h2https://www.fema.gov/core/themes/claro/js/ajax.js?tduzo3www.fema.gov/core/themes/claro/js/a... https://www.fema.gov/core/themes/claro/js/ajax.js?tduzo3 — 200 — 711 B — 310 ms — h2https://www.fema.gov/core/misc/ajax.js?v=11.3.6www.fema.gov/core/misc/ajax.js?v=11... https://www.fema.gov/core/misc/ajax.js?v=11.3.6 — 200 — 16.8 KiB — 359 ms — h2https://www.fema.gov/themes/contrib/stable/js/ajax.js?v=11.3.6www.fema.gov/themes/contrib/stable/... https://www.fema.gov/themes/contrib/stable/js/ajax.js?v=11.3.6 — 200 — 479 B — 332 ms — h2https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.ajax.min.js?tduzo3www.fema.gov/modules/contrib/blazy/... https://www.fema.gov/modules/contrib/blazy/js/base/io/bio.ajax.min.js?tduzo3 — 200 — 548 B — 336 ms — h2https://www.fema.gov/modules/contrib/chosen/js/chosen-bef.js?tduzo3www.fema.gov/modules/contrib/chosen... https://www.fema.gov/modules/contrib/chosen/js/chosen-bef.js?tduzo3 — 200 — 678 B — 338 ms — h2https://www.fema.gov/libraries/chosen/chosen.min.js?v=3.0.1www.fema.gov/libraries/chosen/chose... https://www.fema.gov/libraries/chosen/chosen.min.js?v=3.0.1 — 200 — 8.6 KiB — 358 ms — h2https://www.fema.gov/modules/contrib/chosen/js/chosen.js?tduzo3www.fema.gov/modules/contrib/chosen... https://www.fema.gov/modules/contrib/chosen/js/chosen.js?tduzo3 — 200 — 3.2 KiB — 363 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js — 200 — 1.3 KiB — 368 ms — h2https://www.fema.gov/modules/contrib/ableplayer/js/ableplayer.min.js?v=4.8.0www.fema.gov/modules/contrib/ablepl... https://www.fema.gov/modules/contrib/ableplayer/js/ableplayer.min.js?v=4.8.0 — 200 — 68.7 KiB — 519 ms — h2https://www.fema.gov/modules/contrib/emerald_client/js/emerald.ableplayer.js?tduzo3www.fema.gov/modules/contrib/emeral... https://www.fema.gov/modules/contrib/emerald_client/js/emerald.ableplayer.js?tduzo3 — 200 — 497 B — 391 ms — h2https://www.fema.gov/modules/contrib/extlink/js/extlink.js?tduzo3www.fema.gov/modules/contrib/extlin... https://www.fema.gov/modules/contrib/extlink/js/extlink.js?tduzo3 — 200 — 5.8 KiB — 402 ms — h2https://www.fema.gov/profiles/femad8_gov/modules/custom/fema_mobile_banner/js/fema_mobile_banner.js?v=1.xwww.fema.gov/profiles/femad8_gov/mo... https://www.fema.gov/profiles/femad8_gov/modules/custom/fema_mobile_banner/js/fema_mobile_banner.js?v=1.x — 200 — 2.3 KiB — 403 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/js/uswds.min.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/js/uswds.min.js?v=1.x — 200 — 22.9 KiB — 431 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_menu_expansion.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_menu_expansion.js?v=1.x — 200 — 568 B — 416 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_tables.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_tables.js?v=1.x — 200 — 1.3 KiB — 419 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_chosen_fix.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_chosen_fix.js?v=1.x — 200 — 591 B — 420 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_uswds.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_uswds.js?v=1.x — 200 — 5.2 KiB — 430 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_search.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_search.js?v=1.x — 200 — 1.4 KiB — 432 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_iframe.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_iframe.js?v=1.x — 200 — 429 B — 433 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_sitewide.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_sitewide.js?v=1.x — 200 — 3.3 KiB — 435 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_search_filter.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_search_filter.js?v=1.x — 200 — 729 B — 436 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_saml.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_saml.js?v=1.x — 200 — 1.0 KiB — 438 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_code_typography.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_code_typography.js?v=1.x — 200 — 399 B — 439 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/datatables.min.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/datatables.min.js?v=1.x — 200 — 32.0 KiB — 476 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_tablesaw.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/fema_tablesaw.js?v=1.x — 200 — 509 B — 448 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/luxon.min.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/luxon.min.js?v=1.x — 200 — 20.7 KiB — 476 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/views_data_export_auto_download.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/views_data_export_auto_download.js?v=1.x — 200 — 524 B — 451 ms — h2https://www.fema.gov/modules/contrib/responsive_tables_filter/js/tablesaw.js?v=1.xwww.fema.gov/modules/contrib/respon... https://www.fema.gov/modules/contrib/responsive_tables_filter/js/tablesaw.js?v=1.x — 200 — 14.2 KiB — 531 ms — h2https://www.fema.gov/modules/contrib/responsive_tables_filter/js/tablesaw-init.js?v=1.xwww.fema.gov/modules/contrib/respon... https://www.fema.gov/modules/contrib/responsive_tables_filter/js/tablesaw-init.js?v=1.x — 200 — 692 B — 452 ms — h2https://www.fema.gov/modules/contrib/responsive_tables_filter/js/Drupal/ajaxComplete.js?v=1.xwww.fema.gov/modules/contrib/respon... https://www.fema.gov/modules/contrib/responsive_tables_filter/js/Drupal/ajaxComplete.js?v=1.x — 200 — 559 B — 454 ms — h2https://www.fema.gov/modules/contrib/responsive_tables_filter/js/Drupal/accessibility.js?v=1.xwww.fema.gov/modules/contrib/respon... https://www.fema.gov/modules/contrib/responsive_tables_filter/js/Drupal/accessibility.js?v=1.x — 200 — 806 B — 456 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/query_string.min.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/query_string.min.js?v=1.x — 200 — 3.3 KiB — 458 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/views_button_filters.js?v=1.xwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/js/views_button_filters.js?v=1.x — 200 — 1.7 KiB — 459 ms — h2https://www.fema.gov/modules/contrib/slick/js/slick.load.min.js?v=11.3.6www.fema.gov/modules/contrib/slick/... https://www.fema.gov/modules/contrib/slick/js/slick.load.min.js?v=11.3.6 — 200 — 1.9 KiB — 461 ms — h2https://www.fema.gov/core/misc/displace.js?v=11.3.6www.fema.gov/core/misc/displace.js?... https://www.fema.gov/core/misc/displace.js?v=11.3.6 — 200 — 2.8 KiB — 463 ms — h2https://www.fema.gov/core/misc/position.js?v=11.3.6www.fema.gov/core/misc/position.js?... https://www.fema.gov/core/misc/position.js?v=11.3.6 — 200 — 5.7 KiB — 474 ms — h2https://www.fema.gov/core/misc/dialog/dialog-deprecation.js?v=11.3.6www.fema.gov/core/misc/dialog/dialo... https://www.fema.gov/core/misc/dialog/dialog-deprecation.js?v=11.3.6 — 200 — 950 B — 476 ms — h2https://www.fema.gov/core/misc/dialog/dialog.js?v=11.3.6www.fema.gov/core/misc/dialog/dialo... https://www.fema.gov/core/misc/dialog/dialog.js?v=11.3.6 — 200 — 1.6 KiB — 477 ms — h2https://www.fema.gov/core/misc/dialog/dialog.position.js?v=11.3.6www.fema.gov/core/misc/dialog/dialo... https://www.fema.gov/core/misc/dialog/dialog.position.js?v=11.3.6 — 200 — 1.7 KiB — 480 ms — h2https://www.fema.gov/core/misc/dialog/dialog.jquery-ui.js?v=11.3.6www.fema.gov/core/misc/dialog/dialo... https://www.fema.gov/core/misc/dialog/dialog.jquery-ui.js?v=11.3.6 — 200 — 1.7 KiB — 528 ms — h2https://www.fema.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=11.3.6www.fema.gov/core/modules/ckeditor5... https://www.fema.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=11.3.6 — 200 — 710 B — 482 ms — h2https://www.fema.gov/modules/custom/wcm_survey/js/jquery.cookie.js?v=1.xwww.fema.gov/modules/custom/wcm_sur... https://www.fema.gov/modules/custom/wcm_survey/js/jquery.cookie.js?v=1.x — 200 — 1.6 KiB — 487 ms — h2https://www.fema.gov/modules/custom/wcm_survey/js/json3.min.js?v=1.xwww.fema.gov/modules/custom/wcm_sur... https://www.fema.gov/modules/custom/wcm_survey/js/json3.min.js?v=1.x — 200 — 3.6 KiB — 490 ms — h2https://www.fema.gov/modules/custom/wcm_survey/js/wcm_survey.js?v=1.xwww.fema.gov/modules/custom/wcm_sur... https://www.fema.gov/modules/custom/wcm_survey/js/wcm_survey.js?v=1.x — 200 — 3.7 KiB — 494 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 — 261 ms — h3https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/alert.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/alert.svg — 200 — 452 B — 133 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/close-blue-60v-alt.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/close-blue-60v-alt.svg — 200 — 432 B — 458 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/dhs_seal.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/dhs_seal.svg — 200 — 15.8 KiB — 476 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PNFPGG3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PNFPGG3 — 200 — 132.1 KiB — 571 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6342107.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6342107.js — 200 — 18.6 KiB — 280 ms — h3https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/angle-arrow-down-primary.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/angle-arrow-down-primary.svg — 200 — 614 B — 131 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/expand_more.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/expand_more.svg — 200 — 399 B — 260 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/angle-arrow-down-white.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/assets/img/angle-arrow-down-white.svg — 200 — 602 B — 129 ms — h2https://www.dhs.gov/ntas/www.dhs.gov/ntas/ https://www.dhs.gov/ntas/ — 301 — 1.3 KiB — 192 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/facebook.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/facebook.svg — 200 — 495 B — 461 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/instagram.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/instagram.svg — 200 — 543 B — 466 ms — h2https://www.fema.gov/themes/custom/dhs_uswds/assets/uswds/img/uswds-icons/x.svgwww.fema.gov/themes/custom/dhs_uswd... https://www.fema.gov/themes/custom/dhs_uswds/assets/uswds/img/uswds-icons/x.svg — 200 — 476 B — 466 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/youtube.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/youtube.svg — 200 — 510 B — 469 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/linkedin.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/linkedin.svg — 200 — 746 B — 473 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/mail.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/usa-icons/mail.svg — 200 — 433 B — 476 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 59 B — 106 ms — datahttps://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_check.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_check.svg — 200 — 728 B — 343 ms — h2https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_bag.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_bag.svg — 200 — 1.7 KiB — 347 ms — h2https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_flood.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_flood.svg — 200 — 727 B — 350 ms — h2https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_map.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_map.svg — 200 — 964 B — 359 ms — h2https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_book.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_book.svg — 200 — 653 B — 361 ms — h2https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_arrows.svgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/featured_mini_femahelp_arrows.svg — 200 — 630 B — 362 ms — h2https://www.fema.gov/sites/default/files/photos/fema_sinlaku_guam-val-samaritans-purse-mobile-hospital_large-feature.jpgwww.fema.gov/sites/default/files/ph... https://www.fema.gov/sites/default/files/photos/fema_sinlaku_guam-val-samaritans-purse-mobile-hospital_large-feature.jpg — 200 — 286.4 KiB — 393 ms — h2https://www.fema.gov/sites/default/files/graphics/fema_flood_small_feature.jpgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/fema_flood_small_feature.jpg — 200 — 90.3 KiB — 400 ms — h2https://www.fema.gov/sites/default/files/graphics/fema_app-winter-small-feature.jpgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/fema_app-winter-small-feature.jpg — 200 — 211.8 KiB — 416 ms — h2https://www.fema.gov/sites/default/files/graphics/fema_dr-4909-hi_small-feature.jpgwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/fema_dr-4909-hi_small-feature.jpg — 200 — 32.0 KiB — 405 ms — h2https://www.fema.gov/sites/default/files/graphics/tn-small-feature.pngwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/tn-small-feature.png — 200 — 123.4 KiB — 423 ms — h2https://www.fema.gov/sites/default/files/graphics/dr-4874-ms-ia-pa_sm-feature.pngwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/dr-4874-ms-ia-pa_sm-feature.png — 200 — 118.5 KiB — 438 ms — h2https://www.fema.gov/sites/default/files/graphics/fema_wa-dec_ia-pa_small-feature.pngwww.fema.gov/sites/default/files/gr... https://www.fema.gov/sites/default/files/graphics/fema_wa-dec_ia-pa_small-feature.png — 200 — 94.8 KiB — 433 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 86 ms — h3https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2www.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2 — 200 — 20.3 KiB — 318 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2www.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2 — 200 — 20.1 KiB — 325 ms — h2https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2fonts.gstatic.com/s/merriweather/v3... https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2 — 200 — 95.4 KiB — 107 ms — h3https://www.fema.gov/libraries/slick-carousel/slick/fonts/slick.woffwww.fema.gov/libraries/slick-carous... https://www.fema.gov/libraries/slick-carousel/slick/fonts/slick.woff — 200 — 1.6 KiB — 327 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 112 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 134 ms — h3https://www.dhs.gov/ntaswww.dhs.gov/ntas https://www.dhs.gov/ntas — 200 — 3.6 KiB — 44 ms — h2https://www.fema.gov/sites/default/files/GetItOnGooglePlay_Badge_Web_color_English.pngwww.fema.gov/sites/default/files/Ge... https://www.fema.gov/sites/default/files/GetItOnGooglePlay_Badge_Web_color_English.png — 200 — 15.1 KiB — 345 ms — h2https://www.fema.gov/sites/default/files/app_store_english.pngwww.fema.gov/sites/default/files/ap... https://www.fema.gov/sites/default/files/app_store_english.png — 200 — 7.2 KiB — 346 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 — 158.1 KiB — 199 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 — 91 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 — 141 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 — 59.7 KiB — 69 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 23 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 — 103 ms — https://www.fema.gov/libraries/slick-carousel/slick/ajax-loader.gifwww.fema.gov/libraries/slick-carous... https://www.fema.gov/libraries/slick-carousel/slick/ajax-loader.gif — 200 — 4.3 KiB — 18 ms — h2https://c.go-mpulse.net/api/config.json?key=A3WTK-PERZP-2W77L-XJ2AR-542NX&d=www.dhs.gov&t=5922673&v=1.815.0&if=&sl=0&si=715c9b67-6d7b-4832-8465-05ca0e4ff595-tdv13q&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=5922673&v=1.815.0&if=&sl=0&si=715c9b67-6d7b-4832-8465-05ca0e4ff595-tdv13q&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 — 213 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/icon_search.svgwww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/icon_search.svg — 200 — 587 B — 11 ms — h2https://www.fema.gov/sites/default/files/2026-04/fema_sinlaku_cnmi-restoration_banner.jpgwww.fema.gov/sites/default/files/20... https://www.fema.gov/sites/default/files/2026-04/fema_sinlaku_cnmi-restoration_banner.jpg — 200 — 389.9 KiB — 51 ms — h2https://www.fema.gov/sites/default/files/2026-03/fema_oea_bric-announcement-banner.jpgwww.fema.gov/sites/default/files/20... https://www.fema.gov/sites/default/files/2026-03/fema_oea_bric-announcement-banner.jpg — 200 — 330.0 KiB — 66 ms — h2https://www.fema.gov/sites/default/files/2026-03/fema_oea_homepage-banner_fifa-world-cup_032026.jpgwww.fema.gov/sites/default/files/20... https://www.fema.gov/sites/default/files/2026-03/fema_oea_homepage-banner_fifa-world-cup_032026.jpg — 200 — 221.3 KiB — 58 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 — 22 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.3 KiB — 49 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.6 KiB — 56 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8SNCZWM0FT&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8SNCZWM0FT&cx=c&gtm=4e64h1 — 200 — 176.1 KiB — 39 ms — h3https://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 — 61 ms — h3https://6342107.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.fema.gov%2F&title=Home%20%7C%20FEMA.gov&res=800x600&accountid=6342107&rt=1371&prev=7b957e7d-8c60-dc5e-3c31-c48489d0e72a&luid=4b1e0bb2-06d7-b7b8-b748-32556b72a49f&rnd=563066342107.global.r2.siteimproveanalyt... https://6342107.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.fema.gov%2F&title=Home%20%7C%20FEMA.gov&res=800x600&accountid=6342107&rt=1371&prev=7b957e7d-8c60-dc5e-3c31-c48489d0e72a&luid=4b1e0bb2-06d7-b7b8-b748-32556b72a49f&rnd=56306 — 200 — 210 B — 579 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 — 13 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64h1v9131934939za200zb811871977zd811871977&_p=1776801877896&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~118463261&dl=https%3A%2F%2Ffema.gov%2F&dt=Home%20%7C%20FEMA.gov&dr=&sid=1776801879&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%3Afema.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=fema.gov&tfd=1676region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64h1v9131934939za200zb811871977zd811871977&_p=1776801877896&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~118463261&dl=https%3A%2F%2Ffema.gov%2F&dt=Home%20%7C%20FEMA.gov&dr=&sid=1776801879&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%3Afema.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=fema.gov&tfd=1676 — 204 — 547 B — 182 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-8SNCZWM0FT&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&_p=1776801877896&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117884344&sid=1776801879&sct=1&seg=0&dl=https%3A%2F%2Fwww.fema.gov%2F&dt=Home%20%7C%20FEMA.gov&en=page_view&_fv=1&_ss=1&tfd=1825region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-8SNCZWM0FT&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&_p=1776801877896&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117884344&sid=1776801879&sct=1&seg=0&dl=https%3A%2F%2Fwww.fema.gov%2F&dt=Home%20%7C%20FEMA.gov&en=page_view&_fv=1&_ss=1&tfd=1825 — 204 — 290 B — 44 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-8SNCZWM0FT&cid=1065897301.1776801879&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-8SNCZWM0FT&cid=1065897301.1776801879&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117884344 — 204 — 556 B — 25 ms — h2https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-8SNCZWM0FT&cid=1065897301.1776801879&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117884344&z=574639221www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-8SNCZWM0FT&cid=1065897301.1776801879&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117884344&z=574639221 — 200 — 408 B — 41 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-8SNCZWM0FT&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&_p=1776801877896&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAACAGQ&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938465~115938469~117266401~117884344&sid=1776801879&sct=1&seg=1&dl=https%3A%2F%2Fwww.fema.gov%2F&dt=Home%20%7C%20FEMA.gov&en=page_view&_et=10&tfd=2121region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-8SNCZWM0FT&gtm=45je64h1v872018481z8811871977za20gzb811871977zd811871977&_p=1776801877896&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAACAGQ&are=1&cid=1065897301.1776801879&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938465~115938469~117266401~117884344&sid=1776801879&sct=1&seg=1&dl=https%3A%2F%2Fwww.fema.gov%2F&dt=Home%20%7C%20FEMA.gov&en=page_view&_et=10&tfd=2121 — 204 — 48 B — 14 ms — h2https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/favicon.icowww.fema.gov/profiles/femad8_gov/th... https://www.fema.gov/profiles/femad8_gov/themes/fema_uswds/images/favicon.ico — 200 — 8.0 KiB — 13 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 1410ms · 478KB · $19/mo
www.fema.gov
Other
Costly
Execution 530ms
Transfer 22 KB
Monthly Cost $7/mo
Unattributable
Other
Costly
Execution 395ms
Transfer 0 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Optional
Execution 153ms
Transfer 176 KB
Unused 40%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 130ms
Transfer 132 KB
Unused 45%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 124ms
Transfer 147 KB
Unused 41%
Monthly Cost $2/mo
www.fema.gov
Other
Optional
Execution 78ms
Transfer 1 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.fema.gov adds 530ms and costs ~$7/month
  • Unattributable adds 395ms and costs ~$5/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.fema.gov takes 530ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

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