Skip to content
https://climate.gov

Performance

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

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

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

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

1.92 s

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

2.91 s

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

0 ms

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

0.112

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

1.99 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.92 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
4.1 MB transferred, 189 requests
FIX
4.1 MB transferred, 189 requests
Critical::
Page weighs 6.0 MB (4.1 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Info::
CSS is 694 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 694 KB
Warning::
189 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.87 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
189 requests
0.87 g CO2 per page load
JavaScript 1.7 MiB 42%
Images 1.5 MiB 37%
CSS 694.4 KiB 16%
Fonts 109.8 KiB 3%
HTML 90.8 KiB 2%
Other 16.9 KiB 0%
Other 595 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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.1 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
94 scripts, 791 KB unused
FIX
94 scripts, 791 KB unused
Warning::
https://www.noaa.gov/themes/custom/noaa_guswds/dis...: 125 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
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.noaa.gov/modules/custom/noaa_weather/j...: 103 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.noaa.gov/modules/custom/noaa_weather/j...: unminified — 58 KB could be saved
Warning::
https://siteimproveanalytics.com/js/siteanalyze_62...: 67 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MNK...: 65 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 791 KB
791 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tdvn91126 KB125 KB (99%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1147 KB106 KB (72%)3rd
https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tdvn91156 KB103 KB (66%)3rd
https://siteimproveanalytics.com/js/siteanalyze_6294131.js105 KB67 KB (64%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2L128 KB65 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L147 KB64 KB (43%)3rd
https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tdvn9188 KB63 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ148 KB61 KB (41%)3rd
https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tdvn9139 KB35 KB (91%)3rd
https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.186 KB35 KB (41%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
189 resources · 4.1 MB · 791 KB savings available
FIX
189 resources · 4.1 MB · 791 KB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~791 KB of savings available
Warning::
188 third-party resources (100% of weight)
Info::
2 resources over 200KB
189 resources · 4.1 MiB · 188 third-party 3.1 MiB over 1MB target
JavaScript 42% · 1.7 MiB
Image 37% · 1.5 MiB
CSS 16% · 694.4 KiB
Font 3% · 109.8 KiB
Document 2% · 91.4 KiB
Other 0% · 595 B

~791.3 KiB of savings available

Remove unused JavaScript: 791.3 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
37 images, 0 KB saveable
REVIEW
37 images, 0 KB saveable
Warning::
https://touchpoints.app.cloud.gov/img/us_flag_smal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.noaa.gov/themes/custom/noaa_guswds/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.noaa.gov/themes/custom/noaa_guswds/dis... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cg-1b082c1b-3db7-477f-9ca5-bd51a786b41e.s3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
37 images 1.5 MB
0 oversized -0 KB
27 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
513ms total JS execution
REVIEW
513ms total JS execution
Warning::
https://www.noaa.gov/climate: 257ms CPU time
Info::
Unattributable: 122ms CPU time
Info::
https://www.noaa.gov/core/misc/drupal.init.js?v=10...: 80ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-FVJX...: 54ms CPU time
Warning::
Third-party scripts: 513ms (100% of total)

Main Thread Breakdown

Script Evaluation 33% Style & Layout 29% Other 19% Script Parsing & Compilation 10% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.noaa.gov/climate257ms8ms0ms3rd
Unattributable122ms2ms0ms3rd
https://www.noaa.gov/core/misc/drupal.init.js?v=10.6.580ms47ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ54ms44ms8ms3rd
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
5 fonts (110 KB)
PASS
5 fonts (110 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

110 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 2.9 shttps://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2pe0TMImSLYBIv1o4X1M8ce2... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 30.3 KiB — 70 ms — font-display: swaphttps://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/fb071d5f975f08dc7fb2.wofffb071d5f975f08dc7fb2.woff https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/fb071d5f975f08dc7fb2.woff — 6.5 KiB — 113 ms — font-display: swaphttps://fonts.gstatic.com/s/nunitosans/v19/pe0RMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwd-laLZx3lE4.woff2pe0RMImSLYBIv1o4X1M8cce... https://fonts.gstatic.com/s/nunitosans/v19/pe0RMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwd-laLZx3lE4.woff2 — 32.2 KiB — 78 ms — font-display: swaphttps://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/e7bccfa631a0017f31da.woff2e7bccfa631a0017f31da.woff2 https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/e7bccfa631a0017f31da.woff2 — 20.5 KiB — 9 ms — font-display: swaphttps://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/4a1efbe82eaa84ff89ed.woff24a1efbe82eaa84ff89ed.woff2 https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/4a1efbe82eaa84ff89ed.woff2 — 20.3 KiB — 12 ms — font-display: swap
pe0TMImSLYBIv1o4X1M8ce2... woff2 swap
Size 30 KB
Load time 70 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
fb071d5f975f08dc7fb2.woff woff swap
Size 7 KB
Load time 113 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pe0RMImSLYBIv1o4X1M8cce... woff2 swap
Size 32 KB
Load time 78 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
e7bccfa631a0017f31da.woff2 woff2 swap
Size 21 KB
Load time 9 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
4a1efbe82eaa84ff89ed.woff2 woff2 swap
Size 20 KB
Load time 12 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~2 KB and ~4 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
189 requests over 2679ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 2.9 shttps://climate.gov// https://climate.gov/ — 301 — 310 B — 305 ms — http/1.1https://www.climate.gov/www.climate.gov/ https://www.climate.gov/ — 302 — 296 B — 42 ms — h2https://www.noaa.gov/climatewww.noaa.gov/climate https://www.noaa.gov/climate — 200 — 90.8 KiB — 45 ms — h2https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swapfonts.googleapis.com/css2?family=Me... https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap — 200 — 3.5 KiB — 129 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/core.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/core.css?tdvn91 — 200 — 1.9 KiB — 83 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdvn91 — 200 — 1.8 KiB — 39 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdvn91 — 200 — 1.1 KiB — 40 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdvn91 — 200 — 1.5 KiB — 43 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/button.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/button.css?tdvn91 — 200 — 1.7 KiB — 46 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdvn91 — 200 — 2.1 KiB — 48 ms — h2https://www.noaa.gov/core/misc/components/progress.module.css?tdvn91www.noaa.gov/core/misc/components/p... https://www.noaa.gov/core/misc/components/progress.module.css?tdvn91 — 200 — 1.2 KiB — 50 ms — h2https://www.noaa.gov/core/misc/components/ajax-progress.module.css?tdvn91www.noaa.gov/core/misc/components/a... https://www.noaa.gov/core/misc/components/ajax-progress.module.css?tdvn91 — 200 — 1.3 KiB — 67 ms — h2https://www.noaa.gov/core/modules/system/css/components/fieldgroup.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/fieldgroup.module.css?tdvn91 — 200 — 477 B — 63 ms — h2https://www.noaa.gov/core/modules/system/css/components/container-inline.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/container-inline.module.css?tdvn91 — 200 — 657 B — 50 ms — h2https://www.noaa.gov/core/modules/system/css/components/details.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/details.module.css?tdvn91 — 200 — 509 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/item-list.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/item-list.module.css?tdvn91 — 200 — 670 B — 51 ms — h2https://www.noaa.gov/core/modules/system/css/components/js.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/js.module.css?tdvn91 — 200 — 1.0 KiB — 58 ms — h2https://www.noaa.gov/core/modules/system/css/components/nowrap.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/nowrap.module.css?tdvn91 — 200 — 478 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/position-container.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/position-container.module.css?tdvn91 — 200 — 475 B — 59 ms — h2https://www.noaa.gov/core/modules/system/css/components/reset-appearance.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/reset-appearance.module.css?tdvn91 — 200 — 632 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/resize.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/resize.module.css?tdvn91 — 200 — 653 B — 55 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-counter.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-counter.css?tdvn91 — 200 — 1.1 KiB — 62 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-report-counters.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-report-counters.css?tdvn91 — 200 — 942 B — 67 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-report-general-info.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-report-general-info.css?tdvn91 — 200 — 638 B — 69 ms — h2https://www.noaa.gov/core/modules/system/css/components/tablesort.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/tablesort.module.css?tdvn91 — 200 — 747 B — 91 ms — h2https://www.noaa.gov/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdvn91www.noaa.gov/core/modules/ckeditor5... https://www.noaa.gov/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdvn91 — 200 — 438 B — 68 ms — h2https://www.noaa.gov/core/modules/views/css/views.module.css?tdvn91www.noaa.gov/core/modules/views/css... https://www.noaa.gov/core/modules/views/css/views.module.css?tdvn91 — 200 — 817 B — 72 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/theme.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/theme.css?tdvn91 — 200 — 17.7 KiB — 69 ms — h2https://www.noaa.gov/modules/contrib/citation_select/css/citation_select.css?tdvn91www.noaa.gov/modules/contrib/citati... https://www.noaa.gov/modules/contrib/citation_select/css/citation_select.css?tdvn91 — 200 — 704 B — 73 ms — h2https://www.noaa.gov/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdvn91www.noaa.gov/modules/contrib/ckedit... https://www.noaa.gov/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdvn91 — 200 — 1.6 KiB — 74 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 2.9 shttps://climate.gov// https://climate.gov/ — 301 — 310 B — 305 ms — http/1.1https://www.climate.gov/www.climate.gov/ https://www.climate.gov/ — 302 — 296 B — 42 ms — h2https://www.noaa.gov/climatewww.noaa.gov/climate https://www.noaa.gov/climate — 200 — 90.8 KiB — 45 ms — h2https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swapfonts.googleapis.com/css2?family=Me... https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap — 200 — 3.5 KiB — 129 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/core.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/core.css?tdvn91 — 200 — 1.9 KiB — 83 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdvn91 — 200 — 1.8 KiB — 39 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdvn91 — 200 — 1.1 KiB — 40 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdvn91 — 200 — 1.5 KiB — 43 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/button.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/button.css?tdvn91 — 200 — 1.7 KiB — 46 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdvn91 — 200 — 2.1 KiB — 48 ms — h2https://www.noaa.gov/core/misc/components/progress.module.css?tdvn91www.noaa.gov/core/misc/components/p... https://www.noaa.gov/core/misc/components/progress.module.css?tdvn91 — 200 — 1.2 KiB — 50 ms — h2https://www.noaa.gov/core/misc/components/ajax-progress.module.css?tdvn91www.noaa.gov/core/misc/components/a... https://www.noaa.gov/core/misc/components/ajax-progress.module.css?tdvn91 — 200 — 1.3 KiB — 67 ms — h2https://www.noaa.gov/core/modules/system/css/components/fieldgroup.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/fieldgroup.module.css?tdvn91 — 200 — 477 B — 63 ms — h2https://www.noaa.gov/core/modules/system/css/components/container-inline.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/container-inline.module.css?tdvn91 — 200 — 657 B — 50 ms — h2https://www.noaa.gov/core/modules/system/css/components/details.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/details.module.css?tdvn91 — 200 — 509 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/item-list.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/item-list.module.css?tdvn91 — 200 — 670 B — 51 ms — h2https://www.noaa.gov/core/modules/system/css/components/js.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/js.module.css?tdvn91 — 200 — 1.0 KiB — 58 ms — h2https://www.noaa.gov/core/modules/system/css/components/nowrap.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/nowrap.module.css?tdvn91 — 200 — 478 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/position-container.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/position-container.module.css?tdvn91 — 200 — 475 B — 59 ms — h2https://www.noaa.gov/core/modules/system/css/components/reset-appearance.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/reset-appearance.module.css?tdvn91 — 200 — 632 B — 53 ms — h2https://www.noaa.gov/core/modules/system/css/components/resize.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/resize.module.css?tdvn91 — 200 — 653 B — 55 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-counter.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-counter.css?tdvn91 — 200 — 1.1 KiB — 62 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-report-counters.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-report-counters.css?tdvn91 — 200 — 942 B — 67 ms — h2https://www.noaa.gov/core/modules/system/css/components/system-status-report-general-info.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/system-status-report-general-info.css?tdvn91 — 200 — 638 B — 69 ms — h2https://www.noaa.gov/core/modules/system/css/components/tablesort.module.css?tdvn91www.noaa.gov/core/modules/system/cs... https://www.noaa.gov/core/modules/system/css/components/tablesort.module.css?tdvn91 — 200 — 747 B — 91 ms — h2https://www.noaa.gov/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdvn91www.noaa.gov/core/modules/ckeditor5... https://www.noaa.gov/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdvn91 — 200 — 438 B — 68 ms — h2https://www.noaa.gov/core/modules/views/css/views.module.css?tdvn91www.noaa.gov/core/modules/views/css... https://www.noaa.gov/core/modules/views/css/views.module.css?tdvn91 — 200 — 817 B — 72 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/theme.css?tdvn91www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/themes/base/theme.css?tdvn91 — 200 — 17.7 KiB — 69 ms — h2https://www.noaa.gov/modules/contrib/citation_select/css/citation_select.css?tdvn91www.noaa.gov/modules/contrib/citati... https://www.noaa.gov/modules/contrib/citation_select/css/citation_select.css?tdvn91 — 200 — 704 B — 73 ms — h2https://www.noaa.gov/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdvn91www.noaa.gov/modules/contrib/ckedit... https://www.noaa.gov/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdvn91 — 200 — 1.6 KiB — 74 ms — h2https://www.noaa.gov/modules/custom/noaa_core/css/touchpoints.css?tdvn91www.noaa.gov/modules/custom/noaa_co... https://www.noaa.gov/modules/custom/noaa_core/css/touchpoints.css?tdvn91 — 200 — 448 B — 77 ms — h2https://www.noaa.gov/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdvn91www.noaa.gov/modules/contrib/paragr... https://www.noaa.gov/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdvn91 — 200 — 440 B — 69 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/back-to-top.css?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/back-to-top.css?tdvn91 — 200 — 17.7 KiB — 95 ms — h2https://www.noaa.gov/libraries/tooltipster/dist/css/tooltipster.bundle.min.css?tdvn91www.noaa.gov/libraries/tooltipster/... https://www.noaa.gov/libraries/tooltipster/dist/css/tooltipster.bundle.min.css?tdvn91 — 200 — 6.7 KiB — 75 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swapfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap — 200 — 1.5 KiB — 113 ms — h2https://www.noaa.gov/libraries/owlcarousel2/dist/assets/owl.carousel.css?tdvn91www.noaa.gov/libraries/owlcarousel2... https://www.noaa.gov/libraries/owlcarousel2/dist/assets/owl.carousel.css?tdvn91 — 200 — 5.0 KiB — 89 ms — h2https://www.noaa.gov/libraries/owlcarousel2/dist/assets/owl.theme.default.css?tdvn91www.noaa.gov/libraries/owlcarousel2... https://www.noaa.gov/libraries/owlcarousel2/dist/assets/owl.theme.default.css?tdvn91 — 200 — 1.7 KiB — 78 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/styles.css?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/styles.css?tdvn91 — 200 — 614.6 KiB — 100 ms — h2https://www.noaa.gov/core/misc/drupalSettingsLoader.js?v=10.6.5www.noaa.gov/core/misc/drupalSettin... https://www.noaa.gov/core/misc/drupalSettingsLoader.js?v=10.6.5 — 200 — 1.1 KiB — 92 ms — h2https://www.noaa.gov/modules/contrib/google_tag/js/gtag.js?tdvn91www.noaa.gov/modules/contrib/google... https://www.noaa.gov/modules/contrib/google_tag/js/gtag.js?tdvn91 — 200 — 1.8 KiB — 93 ms — h2https://www.noaa.gov/modules/contrib/google_tag/js/gtm.js?tdvn91www.noaa.gov/modules/contrib/google... https://www.noaa.gov/modules/contrib/google_tag/js/gtm.js?tdvn91 — 200 — 1.6 KiB — 79 ms — h2https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe.min.js?tdvn91www.noaa.gov/modules/custom/noaa_me... https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe.min.js?tdvn91 — 200 — 24.9 KiB — 82 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/us_flag_small.pngwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/us_flag_small.png — 200 — 683 B — 79 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/icon-dot-gov.svgwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/icon-dot-gov.svg — 200 — 1.1 KiB — 80 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/icon-https.svgwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/icon-https.svg — 200 — 1.1 KiB — 10 ms — h2https://www.noaa.gov/sites/default/files/styles/background_landing_page_focus_area/public/2021-02/climate1.jpg.webp?h=e5bc07ba&itok=Jc_RVzZDwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/background_landing_page_focus_area/public/2021-02/climate1.jpg.webp?h=e5bc07ba&itok=Jc_RVzZD — 200 — 53.8 KiB — 319 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svgwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/images/noaa_digital_logo.svg — 200 — 2.4 KiB — 7 ms — h2https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 86.0 KiB — 8 ms — h2https://www.noaa.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.noaa.gov/core/assets/vendor/onc... https://www.noaa.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.8 KiB — 75 ms — h2https://www.noaa.gov/core/misc/drupal.js?v=10.6.5www.noaa.gov/core/misc/drupal.js?v=... https://www.noaa.gov/core/misc/drupal.js?v=10.6.5 — 200 — 21.0 KiB — 77 ms — h2https://www.noaa.gov/core/misc/drupal.init.js?v=10.6.5www.noaa.gov/core/misc/drupal.init.... https://www.noaa.gov/core/misc/drupal.init.js?v=10.6.5 — 200 — 1.4 KiB — 75 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.5 — 200 — 652 B — 79 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.5 — 200 — 912 B — 78 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.5 — 200 — 1.1 KiB — 89 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.5 — 200 — 1.0 KiB — 83 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.5 — 200 — 1.1 KiB — 80 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.5 — 200 — 1.0 KiB — 81 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.5 — 200 — 1.3 KiB — 102 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.5 — 200 — 974 B — 81 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.5 — 200 — 946 B — 104 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.5 — 200 — 8.9 KiB — 85 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.5 — 200 — 1.1 KiB — 86 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.5 — 200 — 4.8 KiB — 102 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.5 — 200 — 1.5 KiB — 104 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.5 — 200 — 3.7 KiB — 105 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.5 — 200 — 4.8 KiB — 106 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.5 — 200 — 18.5 KiB — 110 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.5 — 200 — 19.5 KiB — 108 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.5 — 200 — 6.5 KiB — 111 ms — h2https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.5www.noaa.gov/core/assets/vendor/jqu... https://www.noaa.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.5 — 200 — 13.4 KiB — 111 ms — h2https://www.noaa.gov/libraries/slick/slick/slick.min.js?tdvn91www.noaa.gov/libraries/slick/slick/... https://www.noaa.gov/libraries/slick/slick/slick.min.js?tdvn91 — 200 — 42.9 KiB — 215 ms — h2https://www.noaa.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.noaa.gov/core/assets/vendor/tab... https://www.noaa.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 6.5 KiB — 217 ms — h2https://www.noaa.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.5www.noaa.gov/core/assets/vendor/tua... https://www.noaa.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.5 — 200 — 4.8 KiB — 114 ms — h2https://cdn.jsdelivr.net/npm/clipboard@2.0.10/dist/clipboard.min.js?tdvn91cdn.jsdelivr.net/npm/clipboard@2.0.... https://cdn.jsdelivr.net/npm/clipboard@2.0.10/dist/clipboard.min.js?tdvn91 — 200 — 3.3 KiB — 55 ms — h2https://www.noaa.gov/modules/contrib/citation_select/js/clipboard-attach.js?tdvn91www.noaa.gov/modules/contrib/citati... https://www.noaa.gov/modules/contrib/citation_select/js/clipboard-attach.js?tdvn91 — 200 — 740 B — 111 ms — h2https://www.noaa.gov/core/misc/progress.js?v=10.6.5www.noaa.gov/core/misc/progress.js?... https://www.noaa.gov/core/misc/progress.js?v=10.6.5 — 200 — 5.6 KiB — 188 ms — h2https://www.noaa.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.noaa.gov/core/assets/vendor/loa... https://www.noaa.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 2.2 KiB — 114 ms — h2https://www.noaa.gov/core/misc/debounce.js?v=10.6.5www.noaa.gov/core/misc/debounce.js?... https://www.noaa.gov/core/misc/debounce.js?v=10.6.5 — 200 — 1.9 KiB — 115 ms — h2https://www.noaa.gov/core/misc/announce.js?v=10.6.5www.noaa.gov/core/misc/announce.js?... https://www.noaa.gov/core/misc/announce.js?v=10.6.5 — 200 — 4.6 KiB — 116 ms — h2https://www.noaa.gov/core/misc/message.js?v=10.6.5www.noaa.gov/core/misc/message.js?v... https://www.noaa.gov/core/misc/message.js?v=10.6.5 — 200 — 8.7 KiB — 190 ms — h2https://www.noaa.gov/core/misc/ajax.js?v=10.6.5www.noaa.gov/core/misc/ajax.js?v=10... https://www.noaa.gov/core/misc/ajax.js?v=10.6.5 — 200 — 65.5 KiB — 134 ms — h2https://www.noaa.gov/core/misc/displace.js?v=10.6.5www.noaa.gov/core/misc/displace.js?... https://www.noaa.gov/core/misc/displace.js?v=10.6.5 — 200 — 8.3 KiB — 120 ms — h2https://www.noaa.gov/core/misc/jquery.tabbable.shim.js?v=10.6.5www.noaa.gov/core/misc/jquery.tabba... https://www.noaa.gov/core/misc/jquery.tabbable.shim.js?v=10.6.5 — 200 — 950 B — 116 ms — h2https://www.noaa.gov/core/misc/position.js?v=10.6.5www.noaa.gov/core/misc/position.js?... https://www.noaa.gov/core/misc/position.js?v=10.6.5 — 200 — 22.4 KiB — 121 ms — h2https://www.noaa.gov/core/misc/dialog/dialog-deprecation.js?v=10.6.5www.noaa.gov/core/misc/dialog/dialo... https://www.noaa.gov/core/misc/dialog/dialog-deprecation.js?v=10.6.5 — 200 — 1.8 KiB — 123 ms — h2https://www.noaa.gov/core/misc/dialog/dialog.js?v=10.6.5www.noaa.gov/core/misc/dialog/dialo... https://www.noaa.gov/core/misc/dialog/dialog.js?v=10.6.5 — 200 — 3.9 KiB — 121 ms — h2https://www.noaa.gov/core/misc/dialog/dialog.position.js?v=10.6.5www.noaa.gov/core/misc/dialog/dialo... https://www.noaa.gov/core/misc/dialog/dialog.position.js?v=10.6.5 — 200 — 4.6 KiB — 195 ms — h2https://www.noaa.gov/core/misc/dialog/dialog.jquery-ui.js?v=10.6.5www.noaa.gov/core/misc/dialog/dialo... https://www.noaa.gov/core/misc/dialog/dialog.jquery-ui.js?v=10.6.5 — 200 — 2.7 KiB — 123 ms — h2https://www.noaa.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.5www.noaa.gov/core/modules/ckeditor5... https://www.noaa.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.5 — 200 — 1.3 KiB — 191 ms — h2https://www.noaa.gov/core/misc/dialog/dialog.ajax.js?v=10.6.5www.noaa.gov/core/misc/dialog/dialo... https://www.noaa.gov/core/misc/dialog/dialog.ajax.js?v=10.6.5 — 200 — 10.5 KiB — 188 ms — h2https://www.noaa.gov/core/misc/jquery.form.js?v=4.3.0www.noaa.gov/core/misc/jquery.form.... https://www.noaa.gov/core/misc/jquery.form.js?v=4.3.0 — 200 — 41.4 KiB — 130 ms — h2https://www.noaa.gov/modules/contrib/google_tag/js/gtag.ajax.js?tdvn91www.noaa.gov/modules/contrib/google... https://www.noaa.gov/modules/contrib/google_tag/js/gtag.ajax.js?tdvn91 — 200 — 983 B — 132 ms — h2https://www.noaa.gov/modules/custom/noaa_core/js/cite-this-page.js?tdvn91www.noaa.gov/modules/custom/noaa_co... https://www.noaa.gov/modules/custom/noaa_core/js/cite-this-page.js?tdvn91 — 200 — 797 B — 138 ms — h2https://www.noaa.gov/modules/custom/noaa_core/js/anchor-in-details.js?tdvn91www.noaa.gov/modules/custom/noaa_co... https://www.noaa.gov/modules/custom/noaa_core/js/anchor-in-details.js?tdvn91 — 200 — 864 B — 222 ms — h2https://www.noaa.gov/modules/custom/noaa_core/js/dropdown.js?tdvn91www.noaa.gov/modules/custom/noaa_co... https://www.noaa.gov/modules/custom/noaa_core/js/dropdown.js?tdvn91 — 200 — 1.2 KiB — 133 ms — h2https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=NOAAdap.digitalgov.gov/Universal-Federa... https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=NOAA — 200 — 9.4 KiB — 47 ms — h3https://www.noaa.gov/modules/custom/noaa_core/js/touchpoints-tracking.js?tdvn91www.noaa.gov/modules/custom/noaa_co... https://www.noaa.gov/modules/custom/noaa_core/js/touchpoints-tracking.js?tdvn91 — 200 — 740 B — 210 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tdvn91 — 200 — 126.4 KiB — 194 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/back-to-top.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/back-to-top.js?tdvn91 — 200 — 3.3 KiB — 197 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js — 200 — 1.3 KiB — 46 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/universal.es6.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/universal.es6.js?tdvn91 — 200 — 2.2 KiB — 137 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/dist/js/html.es6.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/html.es6.js?tdvn91 — 200 — 1.9 KiB — 141 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/dist/js/uswds-init.es6.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/uswds-init.es6.js?tdvn91 — 200 — 757 B — 199 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/uswds.es6.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/uswds.es6.js?tdvn91 — 200 — 18.3 KiB — 194 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/click-scroll.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/click-scroll.js?tdvn91 — 200 — 1.0 KiB — 141 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/content-rotator.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/content-rotator.js?tdvn91 — 200 — 3.8 KiB — 144 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/elp.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/elp.js?tdvn91 — 200 — 1.3 KiB — 142 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/facets.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/facets.js?tdvn91 — 200 — 2.1 KiB — 196 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/link-list.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/link-list.js?tdvn91 — 200 — 915 B — 146 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/menu.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/menu.js?tdvn91 — 200 — 4.9 KiB — 209 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/no-image-download.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/no-image-download.js?tdvn91 — 200 — 548 B — 147 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/oembed-fixes.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/oembed-fixes.js?tdvn91 — 200 — 701 B — 198 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/quick-facts.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/quick-facts.js?tdvn91 — 200 — 1.7 KiB — 210 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/search.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/search.js?tdvn91 — 200 — 859 B — 154 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/site-improve.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/site-improve.js?tdvn91 — 200 — 777 B — 152 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/sticky-top.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/sticky-top.js?tdvn91 — 200 — 3.1 KiB — 206 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/tooltipster.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/tooltipster.js?tdvn91 — 200 — 551 B — 147 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/usa-banner.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/usa-banner.js?tdvn91 — 200 — 1.1 KiB — 148 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/usasearch.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/usasearch.js?tdvn91 — 200 — 717 B — 225 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/js/libraries/resize-observer.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/libraries/resize-observer.js?tdvn91 — 200 — 3.9 KiB — 149 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tdvn91www.noaa.gov/libraries/cycle2/jquer... https://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tdvn91 — 200 — 22.9 KiB — 209 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/libraries/superclick/src/js/superclick.js?tdvn91www.noaa.gov/libraries/superclick/s... https://www.noaa.gov/libraries/superclick/src/js/superclick.js?tdvn91 — 200 — 7.6 KiB — 163 ms — h2https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tdvn91www.noaa.gov/libraries/tooltipster/... https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tdvn91 — 200 — 39.4 KiB — 161 ms — h2https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tdvn91www.noaa.gov/libraries/owlcarousel2... https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tdvn91 — 200 — 88.4 KiB — 215 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/carousel.js?tdvn91www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/js/noaa/carousel.js?tdvn91 — 200 — 2.0 KiB — 219 ms — h2https://www.noaa.gov/modules/custom/noaa_landing_page/js/focus_area_slider.js?tdvn91www.noaa.gov/modules/custom/noaa_la... https://www.noaa.gov/modules/custom/noaa_landing_page/js/focus_area_slider.js?tdvn91 — 200 — 2.1 KiB — 217 ms — h2https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe-initialize.js?tdvn91www.noaa.gov/modules/custom/noaa_me... https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe-initialize.js?tdvn91 — 200 — 804 B — 163 ms — h2https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tdvn91www.noaa.gov/modules/custom/noaa_we... https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tdvn91 — 200 — 156.4 KiB — 232 ms — h2https://www.noaa.gov/modules/custom/noaa_weather/js/jquery.autocomplete.min.js?tdvn91www.noaa.gov/modules/custom/noaa_we... https://www.noaa.gov/modules/custom/noaa_weather/js/jquery.autocomplete.min.js?tdvn91 — 200 — 13.2 KiB — 224 ms — h2https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tdvn91www.noaa.gov/modules/custom/noaa_we... https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tdvn91 — 200 — 21.7 KiB — 220 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://touchpoints.app.cloud.gov/touchpoints/1f162941.jstouchpoints.app.cloud.gov/touchpoin... https://touchpoints.app.cloud.gov/touchpoints/1f162941.js — 200 — 80.2 KiB — 1.2 s — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAABcRAAAXEQHKJvM/AAACT…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAABcRAAAXEQHKJvM/AAACT… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAApCAYAAADXsRIHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAApCAYAAADXsRIHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAApCAYAAADXsRIHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAApCAYAAADXsRIHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkY…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkY… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ — 200 — 148.3 KiB — 217 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2Lwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2L — 200 — 128.2 KiB — 236 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/sprite.artifact.svgwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/images/sprite.artifact.svg — 200 — 11.7 KiB — 210 ms — h2https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2022-12/Climate-Change-Collage-draft_0.jpg.webp?h=80bd7558&itok=W8PvXQDVwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2022-12/Climate-Change-Collage-draft_0.jpg.webp?h=80bd7558&itok=W8PvXQDV — 200 — 54.0 KiB — 327 ms — h2https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2021-10/PHOTO-%20Deep%20sea%20lizardfish%20--%20Atlantic%20Ocean%202018%20expedition%20-NOAA%20OE.jpg.webp?h=920929c4&itok=IhQUszQXwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2021-10/PHOTO-%20Deep%20sea%20lizardfish%20--%20Atlantic%20Ocean%202018%20expedition%20-NOAA%20OE.jpg.webp?h=920929c4&itok=IhQUszQX — 200 — 43.4 KiB — 375 ms — h2https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2021-02/PHOTO-iStock-61824204-Global%20Warming_Large%20Sun-80116-1440x950-homepage_1.jpg.webp?h=933b1787&itok=yyKfl2K3www.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2021-02/PHOTO-iStock-61824204-Global%20Warming_Large%20Sun-80116-1440x950-homepage_1.jpg.webp?h=933b1787&itok=yyKfl2K3 — 200 — 22.3 KiB — 319 ms — h2https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2025-08/GettyImages-2222303569.jpg.webp?h=1bb2a4ad&itok=b8ipQzLjwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2025-08/GettyImages-2222303569.jpg.webp?h=1bb2a4ad&itok=b8ipQzLj — 200 — 32.3 KiB — 331 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-06/NOAA-kids-day-2019-van-de-graaff-hero-image.png?h=98f9285c&itok=Cqt8g_Vqwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-06/NOAA-kids-day-2019-van-de-graaff-hero-image.png?h=98f9285c&itok=Cqt8g_Vq — 200 — 210.1 KiB — 138 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/education_icon_0.png?h=6a9e038a&itok=21oh-GDAwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/education_icon_0.png?h=6a9e038a&itok=21oh-GDA — 200 — 7.8 KiB — 126 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_sanctuaries.jpg?h=da5e7dba&itok=KcFN33VEwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_sanctuaries.jpg?h=da5e7dba&itok=KcFN33VE — 200 — 127.3 KiB — 141 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/sanctuaries_icon.png?h=2db8f1e9&itok=ilZml8UXwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/sanctuaries_icon.png?h=2db8f1e9&itok=ilZml8UX — 200 — 6.4 KiB — 126 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-05/PHOTO-Charting%20Focus%20Area%20Hero.jpg?h=92068178&itok=KtCRWXSswww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-05/PHOTO-Charting%20Focus%20Area%20Hero.jpg?h=92068178&itok=KtCRWXSs — 200 — 107.7 KiB — 139 ms — h2https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 200 — 30.3 KiB — 70 ms — h3https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/fb071d5f975f08dc7fb2.woffwww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/fb071d5f975f08dc7fb2.woff — 200 — 6.5 KiB — 113 ms — h2https://fonts.gstatic.com/s/nunitosans/v19/pe0RMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwd-laLZx3lE4.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0RMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwd-laLZx3lE4.woff2 — 200 — 32.2 KiB — 78 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 — 41 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6294131.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6294131.js — 200 — 105.4 KiB — 103 ms — h3https://search.noaa.gov/javascripts/remote.loader.jssearch.noaa.gov/javascripts/remote.... https://search.noaa.gov/javascripts/remote.loader.js — -1 — 0 B — 41 ms — https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/charting_icon.png?h=2db8f1e9&itok=L6B_nda7www.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/charting_icon.png?h=2db8f1e9&itok=L6B_nda7 — 200 — 6.7 KiB — 8 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_marine2.jpg?h=da5e7dba&itok=bgW9j_9bwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_marine2.jpg?h=da5e7dba&itok=bgW9j_9b — 200 — 106.1 KiB — 11 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/marine_icon.png?h=2db8f1e9&itok=G205Ezixwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/marine_icon.png?h=2db8f1e9&itok=G205Ezix — 200 — 7.0 KiB — 12 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc… — 200 — 0 B — 0 ms — datahttps://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_research1.jpg?h=e36f4272&itok=XrSCX5eUwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_research1.jpg?h=e36f4272&itok=XrSCX5eU — 200 — 182.0 KiB — 17 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/research_icon.png?h=2db8f1e9&itok=TRLi5Kiowww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/research_icon.png?h=2db8f1e9&itok=TRLi5Kio — 200 — 5.1 KiB — 22 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_satellite.jpg?h=da5e7dba&itok=u2NHXSV1www.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_satellite.jpg?h=da5e7dba&itok=u2NHXSV1 — 200 — 101.8 KiB — 34 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/satellites_icon.png?h=2db8f1e9&itok=hDJ_T3ptwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/satellites_icon.png?h=2db8f1e9&itok=hDJ_T3pt — 200 — 6.5 KiB — 31 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/fisheries1.jpg?h=5d59f4db&itok=BWugE7l7www.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/fisheries1.jpg?h=5d59f4db&itok=BWugE7l7 — 200 — 186.7 KiB — 23 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/fisheries_icon.png?h=2db8f1e9&itok=pMe3kY5Owww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/fisheries_icon.png?h=2db8f1e9&itok=pMe3kY5O — 200 — 4.6 KiB — 32 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_oceanscoasts1.jpg?h=d0346040&itok=B1jXhqv0www.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/Focus_Area_oceanscoasts1.jpg?h=d0346040&itok=B1jXhqv0 — 200 — 143.7 KiB — 28 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/oceans_icon.png?h=2db8f1e9&itok=TSys4Jjxwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/oceans_icon.png?h=2db8f1e9&itok=TSys4Jjx — 200 — 5.2 KiB — 24 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/weather1_0.jpg?h=0c2939d8&itok=NiwGvqjSwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_325/public/2021-02/weather1_0.jpg?h=0c2939d8&itok=NiwGvqjS — 200 — 81.7 KiB — 34 ms — h2https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/weather_icon.png?h=2db8f1e9&itok=JJyToQOcwww.noaa.gov/sites/default/files/st... https://www.noaa.gov/sites/default/files/styles/square_width_160/public/2021-02/weather_icon.png?h=2db8f1e9&itok=JJyToQOc — 200 — 4.9 KiB — 25 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-FVJXY24VSZ&gtm=45je64k1v9105965938za200zd9105965938&_p=1776897794797&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=704615607.1776897795&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542&sid=1776897795&sct=1&seg=0&dl=https%3A%2F%2Fwww.noaa.gov%2Fclimate&dt=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1076region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-FVJXY24VSZ&gtm=45je64k1v9105965938za200zd9105965938&_p=1776897794797&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=704615607.1776897795&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542&sid=1776897795&sct=1&seg=0&dl=https%3A%2F%2Fwww.noaa.gov%2Fclimate&dt=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1076 — 204 — 547 B — 86 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1 — 200 — 147.0 KiB — 89 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64k1v9131934939za200zb9105965938zd9105965938&_p=1776897794797&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=704615607.1776897795&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128922&dl=https%3A%2F%2Fnoaa.gov%2Fclimate&dt=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&dr=&sid=1776897795&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=DOC&ep.subagency=NOAA&ep.site_topic=unspecified%3Anoaa.gov&ep.site_platform=unspecified%3Anoaa.gov&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=noaa.gov&tfd=1159region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64k1v9131934939za200zb9105965938zd9105965938&_p=1776897794797&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=704615607.1776897795&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128922&dl=https%3A%2F%2Fnoaa.gov%2Fclimate&dt=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&dr=&sid=1776897795&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=DOC&ep.subagency=NOAA&ep.site_topic=unspecified%3Anoaa.gov&ep.site_platform=unspecified%3Anoaa.gov&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=noaa.gov&tfd=1159 — 204 — 48 B — 35 ms — h2https://6294131.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.noaa.gov%2Fclimate&title=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&res=800x600&accountid=6294131&rt=1172&prev=9d6c52fb-cc03-f94e-f330-781a2c38f12d&luid=4ee010f4-fc61-8cc6-1252-7bcd927063d9&rnd=870726294131.global.r2.siteimproveanalyt... https://6294131.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.noaa.gov%2Fclimate&title=Climate%20%7C%20National%20Oceanic%20and%20Atmospheric%20Administration&res=800x600&accountid=6294131&rt=1172&prev=9d6c52fb-cc03-f94e-f330-781a2c38f12d&luid=4ee010f4-fc61-8cc6-1252-7bcd927063d9&rnd=87072 — 200 — 210 B — 98 ms — h2https://touchpoints.app.cloud.gov/img/usa-icons/unfold_more.svgtouchpoints.app.cloud.gov/img/usa-i... https://touchpoints.app.cloud.gov/img/usa-icons/unfold_more.svg — 200 — 495 B — 185 ms — h2https://touchpoints.app.cloud.gov/img/usa-icons/launch.svgtouchpoints.app.cloud.gov/img/usa-i... https://touchpoints.app.cloud.gov/img/usa-icons/launch.svg — 200 — 609 B — 709 ms — h2https://cg-1b082c1b-3db7-477f-9ca5-bd51a786b41e.s3-us-gov-west-1.amazonaws.com/uploads/form/logo/3708/logo_square_NOAA-logo.jpgcg-1b082c1b-3db7-477f-9ca5-bd51a786... https://cg-1b082c1b-3db7-477f-9ca5-bd51a786b41e.s3-us-gov-west-1.amazonaws.com/uploads/form/logo/3708/logo_square_NOAA-logo.jpg — 200 — 39.1 KiB — 890 ms — http/1.1https://touchpoints.app.cloud.gov/img/us_flag_small.pngtouchpoints.app.cloud.gov/img/us_fl... https://touchpoints.app.cloud.gov/img/us_flag_small.png — 200 — 514 B — 185 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/e7bccfa631a0017f31da.woff2www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/e7bccfa631a0017f31da.woff2 — 200 — 20.5 KiB — 9 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/4a1efbe82eaa84ff89ed.woff2www.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/4a1efbe82eaa84ff89ed.woff2 — 200 — 20.3 KiB — 12 ms — h2https://www.noaa.gov/themes/custom/noaa_guswds/favicon.icowww.noaa.gov/themes/custom/noaa_gus... https://www.noaa.gov/themes/custom/noaa_guswds/favicon.ico — 200 — 4.6 KiB — 8 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 513ms · 240KB · $7/mo
www.noaa.gov
Other
Costly
Execution 257ms
Transfer 91 KB
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 122ms
Transfer 0 KB
Monthly Cost $2/mo
www.noaa.gov
Other
Optional
Execution 80ms
Transfer 1 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 148 KB
Unused 41%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.noaa.gov adds 257ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.noaa.gov takes 257ms 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