Skip to content
https://agu.org

Performance

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

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

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

6.45 s

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

11.23 s

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

244 ms

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

0.035

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

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

11.25 s

Page Load Progression

425 ms
849 ms
1.3 s
1.7 s
2.1 s
2.5 s
3.0 s
3.4 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
13.4 MB transferred, 111 requests
FIX
13.4 MB transferred, 111 requests
Critical::
Page weighs 30.5 MB (13.4 MB transferred)
Warning::
JavaScript is 7.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 7.4 MB
Warning::
Images are 4.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.3 MB
Info::
Fonts are 1.4 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.4 MB
Info::
CSS is 216 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 216 KB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.8 g CO2 per page load
13.4 MB / 2.4 MB budget
13.4 MB transferred
111 requests
2.8 g CO2 per page load
JavaScript 7.4 MiB 55%
Images 4.3 MiB 32%
Fonts 1.4 MiB 11%
CSS 215.6 KiB 2%
HTML 57.6 KiB 0%
Other 2.9 KiB 0%
Other 1.9 KiB 0%
Other 794 B 0%
Other 643 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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 (13.4 MiB of 13.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
46 scripts, 626 KB unused
FIX
46 scripts, 626 KB unused
Warning::
https://www.agu.org/scripts/Sitecore.Foundation.Fr...: 109 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PNB9...: 82 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WN6...: 70 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-130...: 69 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TCZ...: 64 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 626 KB
626 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.agu.org/scripts/Sitecore.Foundation.Frameworks.min.js143 KB109 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PNB9W8VTSP&cx=c&gtm=4e64k1149 KB82 KB (55%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WN6N225H137 KB70 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-130576748-1125 KB69 KB (56%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TCZ66K2137 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-83NB2VB78E&cx=c&gtm=4e64k1177 KB61 KB (34%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB43 KB (45%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB36 KB (65%)3rd
https://www.agu.org/scripts/Sitecore.Foundation.Theming.min.js35 KB25 KB (73%)3rd
https://www.agu.org/Scripts/searchArrow.bundle.js25 KB24 KB (98%)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
111 resources · 13.4 MB · 626 KB savings available
FIX
111 resources · 13.4 MB · 626 KB savings available
Warning::
Page weight 12.4 MB over 1MB target
Got: 13.4 MB Expected: ≤ 1 MB
Info::
~626 KB of savings available
Warning::
110 third-party resources (100% of weight)
Info::
13 resources over 200KB
111 resources · 13.4 MiB · 110 third-party 12.4 MiB over 1MB target
JavaScript 55% · 7.4 MiB
Image 32% · 4.3 MiB
Font 11% · 1.4 MiB
CSS 2% · 215.6 KiB
Document 0% · 57.6 KiB
Other 0% · 4.0 KiB

~625.8 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://www.agu.org/-/media/AGU4You/Header-Module/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/AGU4You/Header-and-Par... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/AGU4You/Header-and-Par... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/AGU4You/Header-and-Par... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/AGU4You/Header-and-Par... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/Feature/Common/Agu/Ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/Feature/Common/Agu/Ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.agu.org/-/media/Feature/Common/Agu/Ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 4.3 MB
0 oversized -0 KB
8 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1381ms total JS execution
REVIEW
1381ms total JS execution
Warning::
https://www.agu.org/Content/font-awesome-pro/js/al...: 359ms CPU time
Warning::
https://www.agu.org/: 295ms CPU time
Info::
Unattributable: 165ms CPU time
Info::
https://www.agu.org/Content/font-awesome-pro/js/sh...: 131ms CPU time
Info::
https://www.agu.org/Content/font-awesome-pro/js/sh...: 125ms CPU time
Warning::
Third-party scripts: 1381ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Script Parsing & Compilation 25% Other 13% Style & Layout 9% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.agu.org/Content/font-awesome-pro/js/all.min.js359ms69ms259ms3rd
https://www.agu.org/295ms68ms7ms3rd
Unattributable165ms11ms0ms3rd
https://www.agu.org/Content/font-awesome-pro/js/sharp-regular.min.js131ms93ms36ms3rd
https://www.agu.org/Content/font-awesome-pro/js/sharp-light.min.js125ms83ms36ms3rd
https://www.agu.org/Content/font-awesome-pro/js/sharp-solid.min.js123ms89ms29ms3rd
https://www.googletagmanager.com/gtag/js?id=G-83NB2VB78E&cx=c&gtm=4e64k1113ms102ms10ms3rd
https://www.agu.org/scripts/Sitecore.Foundation.Frameworks.min.js69ms28ms9ms3rd
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
9 fonts (1468 KB)
PASS
9 fonts (1468 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

1468 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.4 s LCP 11.2 shttps://www.agu.org/Content/font-awesome-pro/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.agu.org/Content/font-awesome-pro/webfonts/fa-solid-900.woff2 — 346.4 KiB — 44 ms — font-display: swaphttps://www.agu.org/Content/font-awesome-pro/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://www.agu.org/Content/font-awesome-pro/webfonts/fa-regular-400.woff2 — 416.3 KiB — 44 ms — font-display: swaphttps://www.agu.org/Content/font-awesome-pro/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.agu.org/Content/font-awesome-pro/webfonts/fa-brands-400.woff2 — 117.1 KiB — 37 ms — font-display: swaphttps://www.agu.org/Content/font-awesome-pro/webfonts/fa-light-300.woff2fa-light-300.woff2 https://www.agu.org/Content/font-awesome-pro/webfonts/fa-light-300.woff2 — 455.0 KiB — 44 ms — font-display: swaphttps://www.agu.org/fonts/DMSans-Medium.woffDMSans-Medium.woff https://www.agu.org/fonts/DMSans-Medium.woff — 31.6 KiB — 30 ms — font-display: swaphttps://www.agu.org/fonts/DMSans-Regular.woffDMSans-Regular.woff https://www.agu.org/fonts/DMSans-Regular.woff — 31.5 KiB — 27 ms — font-display: swaphttps://www.agu.org/fonts/lora-v23-latin-500.woff2lora-v23-latin-500.woff2 https://www.agu.org/fonts/lora-v23-latin-500.woff2 — 19.4 KiB — 29 ms — font-display: swaphttps://www.agu.org/fonts/lora-v23-latin-regular.woff2lora-v23-latin-regular.... https://www.agu.org/fonts/lora-v23-latin-regular.woff2 — 18.7 KiB — 29 ms — font-display: swaphttps://www.agu.org/fonts/DMSans-Bold.woffDMSans-Bold.woff https://www.agu.org/fonts/DMSans-Bold.woff — 31.7 KiB — 31 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 346 KB
Load time 44 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-regular-400.woff2 woff2 swap
Size 416 KB
Load time 44 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 117 KB
Load time 37 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-light-300.woff2 woff2 swap
Size 455 KB
Load time 44 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
DMSans-Medium.woff woff swap
Size 32 KB
Load time 30 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
DMSans-Regular.woff woff swap
Size 32 KB
Load time 27 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
lora-v23-latin-500.woff2 woff2 swap
Size 19 KB
Load time 29 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
lora-v23-latin-regular.... woff2 swap
Size 19 KB
Load time 29 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
DMSans-Bold.woff woff swap
Size 32 KB
Load time 31 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~696 KB and ~1392 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
111 requests over 4436ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.4 s LCP 11.2 shttps://agu.org// https://agu.org/ — 301 — 139 B — 62 ms — h2https://www.agu.org/www.agu.org/ https://www.agu.org/ — 200 — 57.6 KiB — 856 ms — h2https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.csscdnjs.cloudflare.com/ajax/libs/OwlC... https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css — 200 — 1.3 KiB — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.csscdnjs.cloudflare.com/ajax/libs/OwlC... https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css — 200 — 930 B — 126 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css — 200 — 15.6 KiB — 127 ms — h3https://www.agu.org/Content/font-awesome-pro/css/all.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/all.min.css — 200 — 58.6 KiB — 93 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-light.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-light.min.css — 200 — 359 B — 48 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-regular.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-regular.min.css — 200 — 404 B — 45 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-solid.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-solid.min.css — 200 — 361 B — 45 ms — h2https://www.agu.org/Scripts/ideabox-tabs.min.csswww.agu.org/Scripts/ideabox-tabs.mi... https://www.agu.org/Scripts/ideabox-tabs.min.css — 200 — 3.4 KiB — 40 ms — h2https://www.agu.org/styles/vendor.min.csswww.agu.org/styles/vendor.min.css https://www.agu.org/styles/vendor.min.css — 200 — 21.9 KiB — 62 ms — h2https://www.agu.org/styles/agu.min.csswww.agu.org/styles/agu.min.css https://www.agu.org/styles/agu.min.css — 200 — 71.2 KiB — 89 ms — h2https://www.agu.org/Content/Common/common.min.csswww.agu.org/Content/Common/common.m... https://www.agu.org/Content/Common/common.min.css — 200 — 22.1 KiB — 61 ms — h2https://code.jquery.com/jquery-3.5.0.min.jscode.jquery.com/jquery-3.5.0.min.js https://code.jquery.com/jquery-3.5.0.min.js — 200 — 30.5 KiB — 21 ms — h2https://code.jquery.com/jquery-migrate-3.3.2.jscode.jquery.com/jquery-migrate-3.3.... https://code.jquery.com/jquery-migrate-3.3.2.js — 200 — 8.3 KiB — 21 ms — h2https://www.agu.org/Scripts/AguSearch/agu.searchConfig.jswww.agu.org/Scripts/AguSearch/agu.s... https://www.agu.org/Scripts/AguSearch/agu.searchConfig.js — 200 — 224 B — 47 ms — h2https://www.agu.org/Scripts/AguSearch/Common/agu.manageUrl.jswww.agu.org/Scripts/AguSearch/Commo... https://www.agu.org/Scripts/AguSearch/Common/agu.manageUrl.js — 200 — 782 B — 50 ms — h2https://www.agu.org/Scripts/aguCommon-min.jswww.agu.org/Scripts/aguCommon-min.j... https://www.agu.org/Scripts/aguCommon-min.js — 200 — 471 B — 39 ms — h2https://www.agu.org/Content/font-awesome-pro/js/all.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/all.min.js — 200 — 4.3 MiB — 1.3 s — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-light.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-light.min.js — 200 — 706.9 KiB — 287 ms — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-regular.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-regular.min.js — 200 — 624.3 KiB — 251 ms — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-solid.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-solid.min.js — 200 — 467.5 KiB — 182 ms — h2https://www.agu.org/Content/Integration/SiteFiltered.csswww.agu.org/Content/Integration/Sit... https://www.agu.org/Content/Integration/SiteFiltered.css — 200 — 6.9 KiB — 51 ms — h2https://www.agu.org/Content/Integration/SiteResponsiveFiltered.csswww.agu.org/Content/Integration/Sit... https://www.agu.org/Content/Integration/SiteResponsiveFiltered.css — 200 — 1.7 KiB — 38 ms — h2https://www.agu.org/Scripts/pagination.min.jswww.agu.org/Scripts/pagination.min.... https://www.agu.org/Scripts/pagination.min.js — 200 — 4.5 KiB — 41 ms — h2https://www.agu.org/Scripts/aguHelper.jswww.agu.org/Scripts/aguHelper.js https://www.agu.org/Scripts/aguHelper.js — 200 — 1.6 KiB — 57 ms — h2https://www.agu.org/Scripts/Channels/channels.jswww.agu.org/Scripts/Channels/channe... https://www.agu.org/Scripts/Channels/channels.js — 200 — 5.5 KiB — 81 ms — h2https://www.agu.org/Scripts/Channels/searchAndFilter.jswww.agu.org/Scripts/Channels/search... https://www.agu.org/Scripts/Channels/searchAndFilter.js — 200 — 5.2 KiB — 54 ms — h2https://www.agu.org/Scripts/Channels/advancedSearch.jswww.agu.org/Scripts/Channels/advanc... https://www.agu.org/Scripts/Channels/advancedSearch.js — 200 — 2.0 KiB — 54 ms — h2https://www.agu.org/Scripts/Channels/events.jswww.agu.org/Scripts/Channels/events... https://www.agu.org/Scripts/Channels/events.js — 200 — 1.1 KiB — 80 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.4 s LCP 11.2 shttps://agu.org// https://agu.org/ — 301 — 139 B — 62 ms — h2https://www.agu.org/www.agu.org/ https://www.agu.org/ — 200 — 57.6 KiB — 856 ms — h2https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.csscdnjs.cloudflare.com/ajax/libs/OwlC... https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css — 200 — 1.3 KiB — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.csscdnjs.cloudflare.com/ajax/libs/OwlC... https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css — 200 — 930 B — 126 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css — 200 — 15.6 KiB — 127 ms — h3https://www.agu.org/Content/font-awesome-pro/css/all.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/all.min.css — 200 — 58.6 KiB — 93 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-light.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-light.min.css — 200 — 359 B — 48 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-regular.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-regular.min.css — 200 — 404 B — 45 ms — h2https://www.agu.org/Content/font-awesome-pro/css/sharp-solid.min.csswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/css/sharp-solid.min.css — 200 — 361 B — 45 ms — h2https://www.agu.org/Scripts/ideabox-tabs.min.csswww.agu.org/Scripts/ideabox-tabs.mi... https://www.agu.org/Scripts/ideabox-tabs.min.css — 200 — 3.4 KiB — 40 ms — h2https://www.agu.org/styles/vendor.min.csswww.agu.org/styles/vendor.min.css https://www.agu.org/styles/vendor.min.css — 200 — 21.9 KiB — 62 ms — h2https://www.agu.org/styles/agu.min.csswww.agu.org/styles/agu.min.css https://www.agu.org/styles/agu.min.css — 200 — 71.2 KiB — 89 ms — h2https://www.agu.org/Content/Common/common.min.csswww.agu.org/Content/Common/common.m... https://www.agu.org/Content/Common/common.min.css — 200 — 22.1 KiB — 61 ms — h2https://code.jquery.com/jquery-3.5.0.min.jscode.jquery.com/jquery-3.5.0.min.js https://code.jquery.com/jquery-3.5.0.min.js — 200 — 30.5 KiB — 21 ms — h2https://code.jquery.com/jquery-migrate-3.3.2.jscode.jquery.com/jquery-migrate-3.3.... https://code.jquery.com/jquery-migrate-3.3.2.js — 200 — 8.3 KiB — 21 ms — h2https://www.agu.org/Scripts/AguSearch/agu.searchConfig.jswww.agu.org/Scripts/AguSearch/agu.s... https://www.agu.org/Scripts/AguSearch/agu.searchConfig.js — 200 — 224 B — 47 ms — h2https://www.agu.org/Scripts/AguSearch/Common/agu.manageUrl.jswww.agu.org/Scripts/AguSearch/Commo... https://www.agu.org/Scripts/AguSearch/Common/agu.manageUrl.js — 200 — 782 B — 50 ms — h2https://www.agu.org/Scripts/aguCommon-min.jswww.agu.org/Scripts/aguCommon-min.j... https://www.agu.org/Scripts/aguCommon-min.js — 200 — 471 B — 39 ms — h2https://www.agu.org/Content/font-awesome-pro/js/all.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/all.min.js — 200 — 4.3 MiB — 1.3 s — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-light.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-light.min.js — 200 — 706.9 KiB — 287 ms — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-regular.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-regular.min.js — 200 — 624.3 KiB — 251 ms — h2https://www.agu.org/Content/font-awesome-pro/js/sharp-solid.min.jswww.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/js/sharp-solid.min.js — 200 — 467.5 KiB — 182 ms — h2https://www.agu.org/Content/Integration/SiteFiltered.csswww.agu.org/Content/Integration/Sit... https://www.agu.org/Content/Integration/SiteFiltered.css — 200 — 6.9 KiB — 51 ms — h2https://www.agu.org/Content/Integration/SiteResponsiveFiltered.csswww.agu.org/Content/Integration/Sit... https://www.agu.org/Content/Integration/SiteResponsiveFiltered.css — 200 — 1.7 KiB — 38 ms — h2https://www.agu.org/Scripts/pagination.min.jswww.agu.org/Scripts/pagination.min.... https://www.agu.org/Scripts/pagination.min.js — 200 — 4.5 KiB — 41 ms — h2https://www.agu.org/Scripts/aguHelper.jswww.agu.org/Scripts/aguHelper.js https://www.agu.org/Scripts/aguHelper.js — 200 — 1.6 KiB — 57 ms — h2https://www.agu.org/Scripts/Channels/channels.jswww.agu.org/Scripts/Channels/channe... https://www.agu.org/Scripts/Channels/channels.js — 200 — 5.5 KiB — 81 ms — h2https://www.agu.org/Scripts/Channels/searchAndFilter.jswww.agu.org/Scripts/Channels/search... https://www.agu.org/Scripts/Channels/searchAndFilter.js — 200 — 5.2 KiB — 54 ms — h2https://www.agu.org/Scripts/Channels/advancedSearch.jswww.agu.org/Scripts/Channels/advanc... https://www.agu.org/Scripts/Channels/advancedSearch.js — 200 — 2.0 KiB — 54 ms — h2https://www.agu.org/Scripts/Channels/events.jswww.agu.org/Scripts/Channels/events... https://www.agu.org/Scripts/Channels/events.js — 200 — 1.1 KiB — 80 ms — h2https://www.agu.org/Scripts/Channels/gallery.jswww.agu.org/Scripts/Channels/galler... https://www.agu.org/Scripts/Channels/gallery.js — 200 — 1.5 KiB — 80 ms — h2https://www.agu.org/Scripts/Channels/channelFollowers.jswww.agu.org/Scripts/Channels/channe... https://www.agu.org/Scripts/Channels/channelFollowers.js — 200 — 2.6 KiB — 80 ms — h2https://www.agu.org/Scripts/Channels/channelsGlobalSearch.jswww.agu.org/Scripts/Channels/channe... https://www.agu.org/Scripts/Channels/channelsGlobalSearch.js — 200 — 1.3 KiB — 80 ms — h2https://www.agu.org/Scripts/FederatedSearch/federatedSearchBox.jswww.agu.org/Scripts/FederatedSearch... https://www.agu.org/Scripts/FederatedSearch/federatedSearchBox.js — 200 — 1.9 KiB — 80 ms — h2https://www.agu.org/Scripts/FederatedSearch/federatedSearchResults.jswww.agu.org/Scripts/FederatedSearch... https://www.agu.org/Scripts/FederatedSearch/federatedSearchResults.js — 200 — 1.6 KiB — 79 ms — h2https://www.agu.org/Scripts/FederatedSearch/pagination.jswww.agu.org/Scripts/FederatedSearch... https://www.agu.org/Scripts/FederatedSearch/pagination.js — 200 — 457 B — 79 ms — h2https://www.agu.org/Scripts/search-sdk.bundle.min.jswww.agu.org/Scripts/search-sdk.bund... https://www.agu.org/Scripts/search-sdk.bundle.min.js — 200 — 9.1 KiB — 79 ms — h2https://www.agu.org/Scripts/searchArrow.bundle.jswww.agu.org/Scripts/searchArrow.bun... https://www.agu.org/Scripts/searchArrow.bundle.js — 200 — 24.6 KiB — 84 ms — h2https://www.agu.org/Scripts/accounts.bundle-min.jswww.agu.org/Scripts/accounts.bundle... https://www.agu.org/Scripts/accounts.bundle-min.js — 200 — 3.1 KiB — 80 ms — h2https://www.agu.org/scripts/Sitecore.Foundation.Frameworks.min.jswww.agu.org/scripts/Sitecore.Founda... https://www.agu.org/scripts/Sitecore.Foundation.Frameworks.min.js — 200 — 143.3 KiB — 91 ms — h2https://www.agu.org/scripts/Sitecore.Foundation.Theming.min.jswww.agu.org/scripts/Sitecore.Founda... https://www.agu.org/scripts/Sitecore.Foundation.Theming.min.js — 200 — 34.6 KiB — 89 ms — h2https://www.agu.org/layouts/system/VisitorIdentification.jswww.agu.org/layouts/system/VisitorI... https://www.agu.org/layouts/system/VisitorIdentification.js — 200 — 1.1 KiB — 89 ms — h2https://www.agu.org/Scripts/jquery-te-1.4.0.min.jswww.agu.org/Scripts/jquery-te-1.4.0... https://www.agu.org/Scripts/jquery-te-1.4.0.min.js — 200 — 6.1 KiB — 89 ms — h2https://www.agu.org/Content/FiltersAndSearchResults.csswww.agu.org/Content/FiltersAndSearc... https://www.agu.org/Content/FiltersAndSearchResults.css — 200 — 4.0 KiB — 41 ms — h2https://www.agu.org/-/media/Feature/Common/Agu/Images/Navigation/agu-logo-light.png?h=35&w=176&hash=48301B52C45C1767C8D905F545C9E162www.agu.org/-/media/Feature/Common/... https://www.agu.org/-/media/Feature/Common/Agu/Images/Navigation/agu-logo-light.png?h=35&w=176&hash=48301B52C45C1767C8D905F545C9E162 — 200 — 2.6 KiB — 31 ms — h2https://www.agu.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.agu.org/cdn-cgi/scripts/5c5dd72... https://www.agu.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 780 B — 19 ms — h2https://www.agu.org/-/media/Feature/Common/Agu/Images/Navigation/agu-logo-dark.png?h=50&w=254&hash=F9E7B7206E2306AAC01DD656CC0374DBwww.agu.org/-/media/Feature/Common/... https://www.agu.org/-/media/Feature/Common/Agu/Images/Navigation/agu-logo-dark.png?h=50&w=254&hash=F9E7B7206E2306AAC01DD656CC0374DB — 200 — 2.5 KiB — 27 ms — h2https://www.agu.org/-/media/AGU4You/Header-Module/agu_homepage_hero.png?h=333&w=592&hash=D0EE3AFB5D4BCF7E81C170AF80C8ED35www.agu.org/-/media/AGU4You/Header-... https://www.agu.org/-/media/AGU4You/Header-Module/agu_homepage_hero.png?h=333&w=592&hash=D0EE3AFB5D4BCF7E81C170AF80C8ED35 — 200 — 31.3 KiB — 32 ms — h2https://www.agu.org/Content/Membership/UserJoinRenew.csswww.agu.org/Content/Membership/User... https://www.agu.org/Content/Membership/UserJoinRenew.css — 200 — 3.5 KiB — 30 ms — h2https://www.agu.org/Content/Common.csswww.agu.org/Content/Common.css https://www.agu.org/Content/Common.css — 200 — 1.9 KiB — 26 ms — h2https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Left-Aligned-Button-Image/agu_personalization_image.svg?h=333&w=592&hash=FC0A50E49229F75795955CBE4286DCC8www.agu.org/-/media/AGU4You/Header-... https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Left-Aligned-Button-Image/agu_personalization_image.svg?h=333&w=592&hash=FC0A50E49229F75795955CBE4286DCC8 — 200 — 2.7 MiB — 187 ms — h2https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_community.png?h=333&w=592&hash=FE40281AF0547D4D15292D4C2667CD8Dwww.agu.org/-/media/AGU4You/Header-... https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_community.png?h=333&w=592&hash=FE40281AF0547D4D15292D4C2667CD8D — 200 — 285.5 KiB — 49 ms — h2https://www.agu.org/Scripts/Common/CommonCarousel.jswww.agu.org/Scripts/Common/CommonCa... https://www.agu.org/Scripts/Common/CommonCarousel.js — 200 — 867 B — 25 ms — h2https://www.agu.org/fonts/stylesheet.csswww.agu.org/fonts/stylesheet.css https://www.agu.org/fonts/stylesheet.css — 200 — 1.4 KiB — 28 ms — h2https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_public_sector.png?h=333&w=592&hash=77AA7C14D5443A3847A401F19CE365E9www.agu.org/-/media/AGU4You/Header-... https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_public_sector.png?h=333&w=592&hash=77AA7C14D5443A3847A401F19CE365E9 — 200 — 266.1 KiB — 33 ms — h2https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_world.png?h=333&w=592&hash=58B05FB61199CDA34C858F2FADE4EAC0www.agu.org/-/media/AGU4You/Header-... https://www.agu.org/-/media/AGU4You/Header-and-Paragraph-Image-or-Video/agu_in_the_world.png?h=333&w=592&hash=58B05FB61199CDA34C858F2FADE4EAC0 — 200 — 269.9 KiB — 32 ms — h2https://www.agu.org/-/media/Feature/Common/Agu/Images/annual-meeting/AGU24/AGU24_Logo_Update/AGU-logo_176x35.png?h=35&w=176&hash=05A656502616D94488E600E067D1A8E9www.agu.org/-/media/Feature/Common/... https://www.agu.org/-/media/Feature/Common/Agu/Images/annual-meeting/AGU24/AGU24_Logo_Update/AGU-logo_176x35.png?h=35&w=176&hash=05A656502616D94488E600E067D1A8E9 — 200 — 2.5 KiB — 31 ms — h2https://www.agu.org/-/media/Four-Star_Rating_Badge_23_.jpg?h=1657&w=1657&hash=50A456469A6F8FCA2A4092C04639329Dwww.agu.org/-/media/Four-Star_Ratin... https://www.agu.org/-/media/Four-Star_Rating_Badge_23_.jpg?h=1657&w=1657&hash=50A456469A6F8FCA2A4092C04639329D — 200 — 150.1 KiB — 30 ms — h2https://www.agu.org/-/media/Feature/Common/Agu/Images/annual-meeting/AGU26/AGU26_AnnualMeeting_HZ_Black-png.png?h=443&w=1579&hash=38BD2885E720849F0FB5AB84B42B5658www.agu.org/-/media/Feature/Common/... https://www.agu.org/-/media/Feature/Common/Agu/Images/annual-meeting/AGU26/AGU26_AnnualMeeting_HZ_Black-png.png?h=443&w=1579&hash=38BD2885E720849F0FB5AB84B42B5658 — 200 — 16.0 KiB — 28 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-130576748-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-130576748-1 — 200 — 125.1 KiB — 163 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 92 ms — h2https://www.agu.org/images/topography.jpgwww.agu.org/images/topography.jpg https://www.agu.org/images/topography.jpg — 200 — 65.8 KiB — 28 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TCZ66K2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TCZ66K2 — 200 — 137.4 KiB — 58 ms — h2https://www.agu.org/Content/font-awesome-pro/webfonts/fa-solid-900.woff2www.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/webfonts/fa-solid-900.woff2 — 200 — 346.4 KiB — 44 ms — h2https://www.agu.org/Content/font-awesome-pro/webfonts/fa-regular-400.woff2www.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/webfonts/fa-regular-400.woff2 — 200 — 416.3 KiB — 44 ms — h2https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-1.pngwww.agu.org/-/media/AGU4You/Backgro... https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-1.png — 200 — 290.3 KiB — 378 ms — h2https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-2.pngwww.agu.org/-/media/AGU4You/Backgro... https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-2.png — 200 — 306.4 KiB — 386 ms — h2https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-3.pngwww.agu.org/-/media/AGU4You/Backgro... https://www.agu.org/-/media/AGU4You/Backgrounds/Background-Image-3.png — 200 — 6.5 KiB — 444 ms — h2https://www.agu.org/Content/font-awesome-pro/webfonts/fa-brands-400.woff2www.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/webfonts/fa-brands-400.woff2 — 200 — 117.1 KiB — 37 ms — h2https://www.agu.org/Content/font-awesome-pro/webfonts/fa-light-300.woff2www.agu.org/Content/font-awesome-pr... https://www.agu.org/Content/font-awesome-pro/webfonts/fa-light-300.woff2 — 200 — 455.0 KiB — 44 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 106 ms — h2https://www.agu.org/fonts/DMSans-Medium.woffwww.agu.org/fonts/DMSans-Medium.wof... https://www.agu.org/fonts/DMSans-Medium.woff — 200 — 31.6 KiB — 30 ms — h2https://www.agu.org/fonts/DMSans-Regular.woffwww.agu.org/fonts/DMSans-Regular.wo... https://www.agu.org/fonts/DMSans-Regular.woff — 200 — 31.5 KiB — 27 ms — h2https://www.agu.org/fonts/lora-v23-latin-500.woff2www.agu.org/fonts/lora-v23-latin-50... https://www.agu.org/fonts/lora-v23-latin-500.woff2 — 200 — 19.4 KiB — 29 ms — h2https://www.agu.org/fonts/lora-v23-latin-regular.woff2www.agu.org/fonts/lora-v23-latin-re... https://www.agu.org/fonts/lora-v23-latin-regular.woff2 — 200 — 18.7 KiB — 29 ms — h2https://www.agu.org/fonts/DMSans-Bold.woffwww.agu.org/fonts/DMSans-Bold.woff https://www.agu.org/fonts/DMSans-Bold.woff — 200 — 31.7 KiB — 31 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PNB9W8VTSP&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PNB9W8VTSP&cx=c&gtm=4e64k1 — 200 — 149.2 KiB — 112 ms — h3https://www.googletagmanager.com/gtag/js?id=G-83NB2VB78E&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-83NB2VB78E&cx=c&gtm=4e64k1 — 200 — 177.4 KiB — 101 ms — h3https://static.hotjar.com/c/hotjar-1569614.js?sv=7static.hotjar.com/c/hotjar-1569614.... https://static.hotjar.com/c/hotjar-1569614.js?sv=7 — 200 — 7.3 KiB — 58 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WN6N225Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WN6N225H — 200 — 137.2 KiB — 88 ms — h3https://cdn.feathr.co/js/boomerang.min.jscdn.feathr.co/js/boomerang.min.js https://cdn.feathr.co/js/boomerang.min.js — 200 — 41.9 KiB — 77 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=73293549&t=pageview&_s=1&dl=https%3A%2F%2Fwww.agu.org%2F&ul=en-us&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&sr=800x600&vp=1350x940&_u=IEBAAAABAAAAAC~&jid=1967178923&gjid=190023701&cid=636056311.1776902271&tid=UA-130576748-1&_gid=867866506.1776902271&_r=1&_slc=1&z=957490108www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=73293549&t=pageview&_s=1&dl=https%3A%2F%2Fwww.agu.org%2F&ul=en-us&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&sr=800x600&vp=1350x940&_u=IEBAAAABAAAAAC~&jid=1967178923&gjid=190023701&cid=636056311.1776902271&tid=UA-130576748-1&_gid=867866506.1776902271&_r=1&_slc=1&z=957490108 — 200 — 463 B — 29 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 74 ms — h2https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/integrationspolo.feathr.co/v1/accounts/5caf4555... https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/integrations — 200 — 732 B — 176 ms — h2https://marco.feathr.co/v1/refreshmarco.feathr.co/v1/refresh https://marco.feathr.co/v1/refresh — 200 — 627 B — 330 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.agu.org%2F&scrsrc=www.googletagmanager.com&rnd=1782730353.1776902271&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&auid=174722442.1776902271&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v9176038043za200zd9176038043xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384405~118463261&apve=1&apvf=f&apvc=1&tft=1776902270828&tfd=3493www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.agu.org%2F&scrsrc=www.googletagmanager.com&rnd=1782730353.1776902271&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&auid=174722442.1776902271&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v9176038043za200zd9176038043xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384405~118463261&apve=1&apvf=f&apvc=1&tft=1776902270828&tfd=3493 — 200 — 21 B — 114 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-83NB2VB78E&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3566region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-83NB2VB78E&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3566 — 204 — 547 B — 82 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-83NB2VB78E&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-83NB2VB78E&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344 — 204 — 547 B — 85 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-71C4L7008M&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3576region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-71C4L7008M&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3576 — 204 — 48 B — 73 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-71C4L7008M&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-71C4L7008M&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344 — 204 — 48 B — 78 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-P5HJC6H9GE&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&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~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3584region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-P5HJC6H9GE&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&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~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3584 — 204 — 547 B — 83 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-J735B8Z4YS&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3588region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-J735B8Z4YS&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&_p=1776902270238&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=636056311.1776902271&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&sid=1776902270&sct=1&seg=0&dl=https%3A%2F%2Fwww.agu.org%2F&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&en=page_view&_fv=1&_ss=1&tfd=3588 — 204 — 48 B — 64 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J735B8Z4YS&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J735B8Z4YS&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344 — 204 — 48 B — 65 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-83NB2VB78E&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=1793387668www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-83NB2VB78E&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=1793387668 — 200 — 107 B — 125 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-71C4L7008M&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=2117979871www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-71C4L7008M&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=2117979871 — 200 — 107 B — 122 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J735B8Z4YS&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=2106875348www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J735B8Z4YS&cid=636056311.1776902271&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&z=2106875348 — 200 — 408 B — 120 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.agu.org%2F&scrsrc=www.googletagmanager.com&rnd=1782730353.1776902271&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&auid=174722442.1776902271&navt=n&npa=1&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&apve=1&apvf=f&apvc=0&tids=AW-10937062201&tid=AW-10937062201&tft=1776902270939&tfd=3604www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.agu.org%2F&scrsrc=www.googletagmanager.com&rnd=1782730353.1776902271&dt=Welcome%20to%20AGU%20%7C%20Advancing%20Earth%20and%20space%20science&auid=174722442.1776902271&navt=n&npa=1&gtm=45je64k1v898370346z8896717946za20gzb896717946zd896717946xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~117884344&apve=1&apvf=f&apvc=0&tids=AW-10937062201&tid=AW-10937062201&tft=1776902270939&tfd=3604 — 200 — 21 B — 41 ms — h3https://polo.feathr.co/v1/analytics/match/script.js?a_id=5caf4555cf37a2000e07a235&pk=feathrpolo.feathr.co/v1/analytics/match/s... https://polo.feathr.co/v1/analytics/match/script.js?a_id=5caf4555cf37a2000e07a235&pk=feathr — 200 — 446 B — 253 ms — h2https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/pixel.js?pk=feathrpolo.feathr.co/v1/accounts/5caf4555... https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/pixel.js?pk=feathr — 200 — 646 B — 127 ms — h2https://match.adsrvr.org/track/cmf/generic?gdpr=0&ttd_passthrough=a_id%3D5caf4555cf37a2000e07a235&ttd_pid=6fgi4r1&ttd_puid=69e9607ff0d5e6f55847c14d&ttd_tpi=1match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?gdpr=0&ttd_passthrough=a_id%3D5caf4555cf37a2000e07a235&ttd_pid=6fgi4r1&ttd_puid=69e9607ff0d5e6f55847c14d&ttd_tpi=1 — 200 — 149 B — 116 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 8 ms — h2https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/integrations/facebook/pixel.js?pk=feathrpolo.feathr.co/v1/accounts/5caf4555... https://polo.feathr.co/v1/accounts/5caf4555cf37a2000e07a235/integrations/facebook/pixel.js?pk=feathr — 200 — 580 B — 123 ms — h2https://www.agu.org/cdn-cgi/rum?www.agu.org/cdn-cgi/rum? https://www.agu.org/cdn-cgi/rum? — 204 — 182 B — 22 ms — h2https://www.agu.org/favicon.icowww.agu.org/favicon.ico https://www.agu.org/favicon.ico — 200 — 655 B — 26 ms — h2https://bam.nr-data.net/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4200&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b&af=err,spa,xhr,stn,ins&ap=362&be=643&fe=3528&dc=2498&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776902267335,%22n%22:0,%22f%22:64,%22dn%22:64,%22dne%22:64,%22c%22:64,%22s%22:64,%22ce%22:64,%22rq%22:66,%22rp%22:643,%22rpe%22:922,%22di%22:3071,%22ds%22:3075,%22de%22:3141,%22dc%22:4166,%22l%22:4167,%22le%22:4171%7D,%22navigation%22:%7B%7D%7D&fp=2948&fcp=2948bam.nr-data.net/1/NRJS-31ddc97e3923... https://bam.nr-data.net/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4200&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b&af=err,spa,xhr,stn,ins&ap=362&be=643&fe=3528&dc=2498&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776902267335,%22n%22:0,%22f%22:64,%22dn%22:64,%22dne%22:64,%22c%22:64,%22s%22:64,%22ce%22:64,%22rq%22:66,%22rp%22:643,%22rpe%22:922,%22di%22:3071,%22ds%22:3075,%22de%22:3141,%22dc%22:4166,%22l%22:4167,%22le%22:4171%7D,%22navigation%22:%7B%7D%7D&fp=2948&fcp=2948 — 200 — 719 B — 113 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 42 ms — h3https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4324&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6bbam.nr-data.net/events/1/NRJS-31ddc... https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4324&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b — 200 — 413 B — 100 ms — http/1.1https://bam.nr-data.net/jserrors/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4326&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6bbam.nr-data.net/jserrors/1/NRJS-31d... https://bam.nr-data.net/jserrors/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4326&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b — 200 — 413 B — 108 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4327&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6bbam.nr-data.net/events/1/NRJS-31ddc... https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4327&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b — 200 — 413 B — 108 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4328&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6bbam.nr-data.net/events/1/NRJS-31ddc... https://bam.nr-data.net/events/1/NRJS-31ddc97e3923b875404?a=1558051699&v=1.313.1&to=ZQRUYxdQDxFXW0BbXFxOe2EmHjILQl1XXUFXIllZEUMODlpdRh16XAVTTw%3D%3D&rst=4328&ck=0&s=2f5253449a6bee9e&ref=https://www.agu.org/&ptid=dce323115da9ec6b — 200 — 413 B — 107 ms — http/1.1https://connect.facebook.net/signals/config/1609103923323634?v=2.9.303&r=stable&domain=www.agu.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1609103923323634?v=2.9.303&r=stable&domain=www.agu.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 7 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1381ms · 6590KB · $18/mo
www.agu.org
Other
Costly
Execution 359ms
Transfer 4413 KB
Monthly Cost $5/mo
www.agu.org
Other
Costly
Execution 295ms
Transfer 58 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 165ms
Transfer 0 KB
Monthly Cost $2/mo
www.agu.org
Other
Optional
Execution 131ms
Transfer 624 KB
Monthly Cost $2/mo
www.agu.org
Other
Optional
Execution 125ms
Transfer 707 KB
Monthly Cost $2/mo
www.agu.org
Other
Optional
Execution 123ms
Transfer 467 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 113ms
Transfer 177 KB
Unused 34%
Monthly Cost $2/mo
www.agu.org
Other
Optional
Execution 69ms
Transfer 143 KB
Unused 76%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.agu.org adds 359ms and costs ~$5/month
  • www.agu.org adds 295ms and costs ~$4/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.agu.org takes 359ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.agu.org takes 295ms 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

76% of www.agu.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback