Skip to content
https://earthsky.org

Performance

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

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

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

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

818 ms

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

1.14 s

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

20 ms

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

0.078

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

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

4.60 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
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
5.0 MB transferred, 148 requests
FIX
5.0 MB transferred, 148 requests
Critical::
Page weighs 10.3 MB (5.0 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Warning::
148 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.0 MB / 2.4 MB budget
5.0 MB transferred
148 requests
1.1 g CO2 per page load
Images 3.0 MiB 59%
JavaScript 1.6 MiB 32%
Fonts 169.2 KiB 3%
CSS 158.2 KiB 3%
Other 35.4 KiB 1%
HTML 33.9 KiB 1%
Other 25.0 KiB 0%
Other 23.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Why this matters

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

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Bundles
Action
33 scripts, 662 KB unused
FIX
33 scripts, 662 KB unused
Warning::
https://ads.adthrive.com/builds/core/772eda3/es201...: 163 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 130 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ads.adthrive.com/builds/core/772eda3/gdpr/...: 124 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5TNL...: 63 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-412...: 62 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 662 KB
662 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ads.adthrive.com/builds/core/772eda3/es2018/js/adthrive.min.js?deployment=2026-04-22-09:pe-1015:772eda3:4&bucket=flex-56&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync&siteid=5d668609cc7cae09064f6362370 KB163 KB (44%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB130 KB (69%)3rd
https://ads.adthrive.com/builds/core/772eda3/gdpr/vendor/prebid/es2018/prebid.min.js173 KB124 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5TNL0C8RD8&cx=c&gtm=4e64k1h2176 KB63 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-412478-1125 KB62 KB (49%)3rd
https://c.aps.amazon-adsystem.com/apstag.js89 KB57 KB (64%)3rd
https://cdn.consentmanager.net/delivery/js/cmp_final.min.js101 KB36 KB (36%)3rd
https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627117 KB27 KB (23%)1st
https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.813 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
148 resources · 5.0 MB · 662 KB savings available
FIX
148 resources · 5.0 MB · 662 KB savings available
Warning::
Page weight 4.0 MB over 1MB target
Got: 5.0 MB Expected: ≤ 1 MB
Info::
~662 KB of savings available
Info::
77 third-party resources (36% of weight)
Info::
4 resources over 200KB
148 resources · 5.0 MiB · 77 third-party 4.0 MiB over 1MB target
Image 59% · 3.0 MiB
JavaScript 32% · 1.6 MiB
Font 3% · 169.2 KiB
CSS 3% · 158.2 KiB
Other 2% · 78.3 KiB
Document 1% · 34.2 KiB

~662.2 KiB of savings available

Remove unused JavaScript: 662.2 KiB
C
Image Optimization
Action
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://earthsky.org/wp-content/themes/earthsky-te... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 3.0 MB
0 oversized -0 KB
51 legacy format
12 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1246ms total JS execution
REVIEW
1246ms total JS execution
Warning::
Unattributable: 296ms CPU time
Info::
https://earthsky.org/: 193ms CPU time
Info::
https://earthsky.org/wp-content/themes/earthsky-te...: 180ms CPU time
Info::
https://cdn.consentmanager.net/delivery/customdata...: 109ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 83ms CPU time
Warning::
Third-party scripts: 745ms (60% of total)

Main Thread Breakdown

Script Evaluation 54% Other 20% Style & Layout 11% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
Unattributable296ms64ms0ms3rd
https://earthsky.org/193ms91ms3ms1st
https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627180ms43ms13ms1st
https://cdn.consentmanager.net/delivery/customdata/bV8xLndfODY2ODUucl9HRFBSLmxfZW4uZF8zNDc0Mi54XzEwMi52LnAudF8zNDc0Mi54dF8xNTA.js109ms103ms2ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js83ms67ms13ms3rd
https://ads.adthrive.com/sites/5d668609cc7cae09064f6362/ads.min.js?referrer=https%3A%2F%2Fearthsky.org%2F&cb=876ms63ms2ms3rd
https://ads.adthrive.com/builds/core/772eda3/es2018/js/adthrive.min.js?deployment=2026-04-22-09:pe-1015:772eda3:4&bucket=flex-56&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync&siteid=5d668609cc7cae09064f636272ms37ms30ms3rd
https://earthsky.org/cdn-cgi/challenge-platform/scripts/jsd/main.js66ms63ms1ms1st
https://earthsky.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.162ms34ms2ms1st
https://www.googletagmanager.com/gtag/js?id=G-5TNL0C8RD8&cx=c&gtm=4e64k1h258ms46ms12ms3rd

Showing top 10 of 11 scripts

B
HTTP Caching
public, s-maxage=31536000, max-age=0, must-revalidate
REVIEW
public, s-maxage=31536000, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, s-maxage=31536000, max-age=0, must-revalidate
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
Last-Modified header present
Cache-Control

public, s-maxage=31536000, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
s-maxage31536000CDN caches for 52 weeks
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A
Third-Party Impact
36% third-party, 0 ms blocking
PASS
36% third-party, 0 ms blocking
Info::
Third-party code accounts for 36% of page weight (1.8 MiB of 5.0 MiB)
Info::
Third-party blocking time is low (0 ms)
64%
36%
First-party Third-party
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
6 fonts (169 KB)
PASS
6 fonts (169 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

169 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 818 ms LCP 1.1 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9RM3p2MO32OA.woff2nKKQ-GM_FYFRJvXzVXaAPe9... https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9RM3p2MO32OA.woff2 — 24.5 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2memtYaGs126MiZpBA-UFUIc... https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2 — 44.0 KiB — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9hMXBxEu-8JKJiwNdTve7W4-fhxjn5P_4rrgJoi8PfTdpQKp8.119.woff2nKKQ-GM_FYFRJvXzVXaAPe9... https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9hMXBxEu-8JKJiwNdTve7W4-fhxjn5P_4rrgJoi8PfTdpQKp8.119.woff2 — 33.6 KiB — 47 ms — font-display: swaphttps://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2MCoTzAn-1s3IGyJMVacY37H... https://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2 — 7.9 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT9d0c8.woff21Ptxg8zYS_SKggPN4iEgvnH... https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT9d0c8.woff2 — 17.1 KiB — 31 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 63 ms
Start 431 ms
Risk FOUT — text flashes from fallback to web font
nKKQ-GM_FYFRJvXzVXaAPe9... woff2 swap
Size 25 KB
Load time 58 ms
Start 432 ms
Risk FOUT — text flashes from fallback to web font
memtYaGs126MiZpBA-UFUIc... woff2 swap
Size 44 KB
Load time 48 ms
Start 476 ms
Risk FOUT — text flashes from fallback to web font
nKKQ-GM_FYFRJvXzVXaAPe9... woff2 swap
Size 34 KB
Load time 47 ms
Start 476 ms
Risk FOUT — text flashes from fallback to web font
MCoTzAn-1s3IGyJMVacY37H... woff2 swap
Size 8 KB
Load time 31 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
1Ptxg8zYS_SKggPN4iEgvnH... woff2 swap
Size 17 KB
Load time 31 ms
Start 1.6 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)
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
148 requests over 2399ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 818 ms LCP 1.1 shttps://earthsky.org// https://earthsky.org/ — 200 — 26.5 KiB — 69 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/normalize.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/normalize.css?v=1620812547627 — 200 — 2.7 KiB — 31 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/webflow.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/webflow.css?v=1620812547627 — 200 — 9.4 KiB — 30 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/earthsky-testing-6c8e0a978c578089f4b8b6.webflow.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/earthsky-testing-6c8e0a978c578089f4b8b6.webflow.css?v=1620812547627 — 200 — 12.0 KiB — 39 ms — h2https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 124 ms — h2https://earthsky.org/wp-content/plugins/novashare/css/style.min.css?ver=1.6.4/wp-content/plugins/novashare/css/s... https://earthsky.org/wp-content/plugins/novashare/css/style.min.css?ver=1.6.4 — 200 — 2.0 KiB — 32 ms — h2https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/css/ajax-loading.css?ver=2.0.25/wp-content/plugins/udesly-adapter-... https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/css/ajax-loading.css?ver=2.0.25 — 200 — 748 B — 37 ms — h2https://earthsky.org/wp-content/plugins/gravityview-featured-entries/assets/css/featured-entries.css?ver=2.0.9/wp-content/plugins/gravityview-fea... https://earthsky.org/wp-content/plugins/gravityview-featured-entries/assets/css/featured-entries.css?ver=2.0.9 — 200 — 376 B — 31 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/style.css?ver=6.9.4/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/style.css?ver=6.9.4 — 200 — 520 B — 45 ms — h2https://earthsky.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://earthsky.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 43 ms — h2https://earthsky.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://earthsky.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 44 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=2.0.16/wp-content/plugins/advanced-ads/pu... https://earthsky.org/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=2.0.16 — 200 — 3.4 KiB — 31 ms — h2https://earthsky.org/wp-content/plugins/gravityview/templates/css/gv-default-styles.css?ver=1.22.55/wp-content/plugins/gravityview/tem... https://earthsky.org/wp-content/plugins/gravityview/templates/css/gv-default-styles.css?ver=1.22.55 — 200 — 2.0 KiB — 29 ms — h2https://fonts.googleapis.com/css?family=Aldrich%3Anormal%2C%7CRaleway%3ANormal%2CNormal%2CNormal%2C&ver=1.7.9fonts.googleapis.com/css?family=Ald... https://fonts.googleapis.com/css?family=Aldrich%3Anormal%2C%7CRaleway%3ANormal%2CNormal%2CNormal%2C&ver=1.7.9 — 200 — 1.1 KiB — 96 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/x.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/x.svg — 200 — 835 B — 42 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/earthskylogo.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/earthskylogo.svg — 200 — 1.0 KiB — 43 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/user.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/user.svg — 200 — 845 B — 27 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar.svg — 200 — 893 B — 26 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627 — 200 — 117.2 KiB — 33 ms — h2https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/js/bundle/udesly-wf-wp.bundle.min.js?ver=2.0.25/wp-content/plugins/udesly-adapter-... https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/js/bundle/udesly-wf-wp.bundle.min.js?ver=2.0.25 — 200 — 5.3 KiB — 31 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js?ver=2.0.16/wp-content/plugins/advanced-ads/ad... https://earthsky.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js?ver=2.0.16 — 200 — 359 B — 24 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=3.0.8 — 200 — 2.6 KiB — 24 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CNoto+Sans+HK:regular,500,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CNoto+Sans+HK:regular,500,700 — 200 — 119.8 KiB — 131 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.8 — 200 — 12.8 KiB — 33 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.8 — 200 — 19.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-412478-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-412478-1 — 200 — 125.2 KiB — 189 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar-white.svg — 200 — 900 B — 53 ms — h2https://iframely.net/embed.jsiframely.net/embed.js https://iframely.net/embed.js — 200 — 8.3 KiB — 77 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right.svg — 200 — 747 B — 45 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right-white.svg — 200 — 810 B — 32 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 818 ms LCP 1.1 shttps://earthsky.org// https://earthsky.org/ — 200 — 26.5 KiB — 69 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/normalize.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/normalize.css?v=1620812547627 — 200 — 2.7 KiB — 31 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/webflow.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/webflow.css?v=1620812547627 — 200 — 9.4 KiB — 30 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/earthsky-testing-6c8e0a978c578089f4b8b6.webflow.css?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/css/earthsky-testing-6c8e0a978c578089f4b8b6.webflow.css?v=1620812547627 — 200 — 12.0 KiB — 39 ms — h2https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 124 ms — h2https://earthsky.org/wp-content/plugins/novashare/css/style.min.css?ver=1.6.4/wp-content/plugins/novashare/css/s... https://earthsky.org/wp-content/plugins/novashare/css/style.min.css?ver=1.6.4 — 200 — 2.0 KiB — 32 ms — h2https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/css/ajax-loading.css?ver=2.0.25/wp-content/plugins/udesly-adapter-... https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/css/ajax-loading.css?ver=2.0.25 — 200 — 748 B — 37 ms — h2https://earthsky.org/wp-content/plugins/gravityview-featured-entries/assets/css/featured-entries.css?ver=2.0.9/wp-content/plugins/gravityview-fea... https://earthsky.org/wp-content/plugins/gravityview-featured-entries/assets/css/featured-entries.css?ver=2.0.9 — 200 — 376 B — 31 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/style.css?ver=6.9.4/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/style.css?ver=6.9.4 — 200 — 520 B — 45 ms — h2https://earthsky.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://earthsky.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 43 ms — h2https://earthsky.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://earthsky.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 44 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=2.0.16/wp-content/plugins/advanced-ads/pu... https://earthsky.org/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=2.0.16 — 200 — 3.4 KiB — 31 ms — h2https://earthsky.org/wp-content/plugins/gravityview/templates/css/gv-default-styles.css?ver=1.22.55/wp-content/plugins/gravityview/tem... https://earthsky.org/wp-content/plugins/gravityview/templates/css/gv-default-styles.css?ver=1.22.55 — 200 — 2.0 KiB — 29 ms — h2https://fonts.googleapis.com/css?family=Aldrich%3Anormal%2C%7CRaleway%3ANormal%2CNormal%2CNormal%2C&ver=1.7.9fonts.googleapis.com/css?family=Ald... https://fonts.googleapis.com/css?family=Aldrich%3Anormal%2C%7CRaleway%3ANormal%2CNormal%2CNormal%2C&ver=1.7.9 — 200 — 1.1 KiB — 96 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/x.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/x.svg — 200 — 835 B — 42 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/earthskylogo.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/earthskylogo.svg — 200 — 1.0 KiB — 43 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/user.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/user.svg — 200 — 845 B — 27 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar.svg — 200 — 893 B — 26 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/js/webflow.js?v=1620812547627 — 200 — 117.2 KiB — 33 ms — h2https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/js/bundle/udesly-wf-wp.bundle.min.js?ver=2.0.25/wp-content/plugins/udesly-adapter-... https://earthsky.org/wp-content/plugins/udesly-adapter-plugin/assets/js/bundle/udesly-wf-wp.bundle.min.js?ver=2.0.25 — 200 — 5.3 KiB — 31 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js?ver=2.0.16/wp-content/plugins/advanced-ads/ad... https://earthsky.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js?ver=2.0.16 — 200 — 359 B — 24 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=3.0.8 — 200 — 2.6 KiB — 24 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CNoto+Sans+HK:regular,500,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CNoto+Sans+HK:regular,500,700 — 200 — 119.8 KiB — 131 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.8 — 200 — 12.8 KiB — 33 ms — h2https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.8/wp-content/plugins/advanced-ads-pr... https://earthsky.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.8 — 200 — 19.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-412478-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-412478-1 — 200 — 125.2 KiB — 189 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/calendar-white.svg — 200 — 900 B — 53 ms — h2https://iframely.net/embed.jsiframely.net/embed.js https://iframely.net/embed.js — 200 — 8.3 KiB — 77 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right.svg — 200 — 747 B — 45 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/right-white.svg — 200 — 810 B — 32 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/esyoutube.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/esyoutube.svg — 200 — 734 B — 46 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/twitter.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/twitter.svg — 200 — 1.2 KiB — 42 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/facebook.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/facebook.svg — 200 — 914 B — 47 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/instagram.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/instagram.svg — 200 — 1.1 KiB — 43 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/cart.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/cart.svg — 200 — 666 B — 48 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/dollar-sign.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/dollar-sign.svg — 200 — 910 B — 50 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/esicon32_1esicon32.png/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/esicon32_1esicon32.png — 200 — 1.3 KiB — 44 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/milkywayicon.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/milkywayicon.svg — 200 — 1.7 KiB — 47 ms — h2https://b-code.liadm.com/a-018f.min.jsb-code.liadm.com/a-018f.min.js https://b-code.liadm.com/a-018f.min.js — 200 — 46.0 KiB — 107 ms — h2https://earthsky.org/wp-content/plugins/bigscoots-cache/assets/js/bfcache-invalidation.min.js?ver=4.1.2/wp-content/plugins/bigscoots-cache... https://earthsky.org/wp-content/plugins/bigscoots-cache/assets/js/bfcache-invalidation.min.js?ver=4.1.2 — 200 — 1008 B — 48 ms — h2https://earthsky.org/wp-content/plugins/convertpro/assets/modules/js/cp-popup.min.js?ver=1.7.9/wp-content/plugins/convertpro/asse... https://earthsky.org/wp-content/plugins/convertpro/assets/modules/js/cp-popup.min.js?ver=1.7.9 — 200 — 14.0 KiB — 39 ms — h2https://ads.adthrive.com/sites/5d668609cc7cae09064f6362/ads.min.js?referrer=https%3A%2F%2Fearthsky.org%2F&cb=8ads.adthrive.com/sites/5d668609cc7c... https://ads.adthrive.com/sites/5d668609cc7cae09064f6362/ads.min.js?referrer=https%3A%2F%2Fearthsky.org%2F&cb=8 — 200 — 33.6 KiB — 235 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/search-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/search-white.svg — 200 — 824 B — 56 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/mail-white.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/mail-white.svg — 200 — 1.1 KiB — 54 ms — h2https://earthsky.org/upl/2023/06/KKW-profile-square-96x96.jpg/upl/2023/06/KKW-profile-square-96x... https://earthsky.org/upl/2023/06/KKW-profile-square-96x96.jpg — 200 — 3.7 KiB — 52 ms — h2https://earthsky.org/upl/2025/10/Birdcast-spring-migration-map-for-Apr-23-2026-e1776880514778.jpg/upl/2025/10/Birdcast-spring-migrat... https://earthsky.org/upl/2025/10/Birdcast-spring-migration-map-for-Apr-23-2026-e1776880514778.jpg — 200 — 61.8 KiB — 56 ms — h2https://earthsky.org/upl/2026/04/International-Centre-for-Radio-Astronomy-Research.jpg/upl/2026/04/International-Centre-f... https://earthsky.org/upl/2026/04/International-Centre-for-Radio-Astronomy-Research.jpg — 200 — 60.5 KiB — 84 ms — h2https://secure.gravatar.com/avatar/03044b5e3b4f48fd8edde59e9c64eb0592eaa9370edb27bae582cd0acbafb7a5?s=96&d=mm&r=gsecure.gravatar.com/avatar/03044b5e... https://secure.gravatar.com/avatar/03044b5e3b4f48fd8edde59e9c64eb0592eaa9370edb27bae582cd0acbafb7a5?s=96&d=mm&r=g — 200 — 5.0 KiB — 31 ms — h2https://earthsky.org/upl/2023/07/mars-global-dust-2018-hubble-e1776857313395.jpg/upl/2023/07/mars-global-dust-2018-... https://earthsky.org/upl/2023/07/mars-global-dust-2018-hubble-e1776857313395.jpg — 200 — 22.8 KiB — 53 ms — h2https://earthsky.org/upl/2022/09/cropped-debbie-96x96.jpg/upl/2022/09/cropped-debbie-96x96.j... https://earthsky.org/upl/2022/09/cropped-debbie-96x96.jpg — 200 — 3.5 KiB — 46 ms — h2https://earthsky.org/upl/2014/05/nasa_global_selfie_2014_small.jpg.CROP_.promovar-mediumlarge.jpg/upl/2014/05/nasa_global_selfie_201... https://earthsky.org/upl/2014/05/nasa_global_selfie_2014_small.jpg.CROP_.promovar-mediumlarge.jpg — 200 — 38.5 KiB — 79 ms — h2https://earthsky.org/upl/2018/04/earth-from-moon-e1524249171420.jpg/upl/2018/04/earth-from-moon-e15242... https://earthsky.org/upl/2018/04/earth-from-moon-e1524249171420.jpg — 200 — 75.5 KiB — 81 ms — h2https://earthsky.org/upl/2021/05/earthsky-96x96.jpg/upl/2021/05/earthsky-96x96.jpg https://earthsky.org/upl/2021/05/earthsky-96x96.jpg — 200 — 1.6 KiB — 80 ms — h2https://earthsky.org/upl/2026/04/C3-partialhalo-4-21-21-2026-SOHO-LASCO.webp/upl/2026/04/C3-partialhalo-4-21-21... https://earthsky.org/upl/2026/04/C3-partialhalo-4-21-21-2026-SOHO-LASCO.webp — 200 — 975.7 KiB — 120 ms — h2https://earthsky.org/upl/2021/12/IMG_1250-1-scaled-96x96.jpeg/upl/2021/12/IMG_1250-1-scaled-96x9... https://earthsky.org/upl/2021/12/IMG_1250-1-scaled-96x96.jpeg — 200 — 3.6 KiB — 87 ms — h2https://earthsky.org/upl/2021/05/armando-caussad-1-96x96.jpg/upl/2021/05/armando-caussad-1-96x9... https://earthsky.org/upl/2021/05/armando-caussad-1-96x96.jpg — 200 — 3.3 KiB — 87 ms — h2https://earthsky.org/upl/2022/03/Raul-Cortes-e1646565648223-96x96.jpg/upl/2022/03/Raul-Cortes-e164656564... https://earthsky.org/upl/2022/03/Raul-Cortes-e1646565648223-96x96.jpg — 200 — 3.1 KiB — 87 ms — h2https://earthsky.org/upl/2026/04/2026-Apr-21-22-Moon-Jupiter.jpeg/upl/2026/04/2026-Apr-21-22-Moon-Ju... https://earthsky.org/upl/2026/04/2026-Apr-21-22-Moon-Jupiter.jpeg — 200 — 54.4 KiB — 95 ms — h2https://secure.gravatar.com/avatar/a9a17be643e1e15e7bc0af536161904bf2511a4d1994bf6d4a7f081ac7bc5ab9?s=96&d=mm&r=gsecure.gravatar.com/avatar/a9a17be6... https://secure.gravatar.com/avatar/a9a17be643e1e15e7bc0af536161904bf2511a4d1994bf6d4a7f081ac7bc5ab9?s=96&d=mm&r=g — 200 — 21.2 KiB — 25 ms — h2https://earthsky.org/upl/2021/09/John-Goss-96x96.jpeg/upl/2021/09/John-Goss-96x96.jpeg https://earthsky.org/upl/2021/09/John-Goss-96x96.jpeg — 200 — 3.9 KiB — 95 ms — h2https://earthsky.org/upl/2026/04/Pileus-cloud-Apr-18-2026-by-Amrinderjit-Singh-Vaatalya-Himachal-Pradesh-e1776780406234.jpg/upl/2026/04/Pileus-cloud-Apr-18-20... https://earthsky.org/upl/2026/04/Pileus-cloud-Apr-18-2026-by-Amrinderjit-Singh-Vaatalya-Himachal-Pradesh-e1776780406234.jpg — 200 — 27.8 KiB — 95 ms — h2https://earthsky.org/upl/2026/04/maxresdefault-e1776765094495.jpg/upl/2026/04/maxresdefault-e1776765... https://earthsky.org/upl/2026/04/maxresdefault-e1776765094495.jpg — 200 — 36.0 KiB — 94 ms — h2https://earthsky.org/upl/2024/12/Geminid-meteor-shower-Tameem-Altameemi-United-Arab-Emirates-Dec-14-2024.jpg/upl/2024/12/Geminid-meteor-shower-... https://earthsky.org/upl/2024/12/Geminid-meteor-shower-Tameem-Altameemi-United-Arab-Emirates-Dec-14-2024.jpg — 200 — 93.3 KiB — 106 ms — h2https://earthsky.org/upl/2025/06/Gwen-Forrester_M13-globular-cluster-in-Hercules_DeKalb-County-TN_2025-may-23-e1748852712975.jpg/upl/2025/06/Gwen-Forrester_M13-glo... https://earthsky.org/upl/2025/06/Gwen-Forrester_M13-globular-cluster-in-Hercules_DeKalb-County-TN_2025-may-23-e1748852712975.jpg — 200 — 57.0 KiB — 109 ms — h2https://secure.gravatar.com/avatar/18babf9ec75012cc0aeaf0f9158e0cd6b6abf449415bb948156ab581f0462572?s=96&d=mm&r=gsecure.gravatar.com/avatar/18babf9e... https://secure.gravatar.com/avatar/18babf9ec75012cc0aeaf0f9158e0cd6b6abf449415bb948156ab581f0462572?s=96&d=mm&r=g — 200 — 3.3 KiB — 20 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/newsletterbroadcast.svg/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/newsletterbroadcast.svg — 200 — 3.5 KiB — 109 ms — h2https://earthsky.org/upl/2026/04/lineup-of-similar-looking-planets-ChatGPT-e1776433976966.png/upl/2026/04/lineup-of-similar-look... https://earthsky.org/upl/2026/04/lineup-of-similar-looking-planets-ChatGPT-e1776433976966.png — 200 — 583.4 KiB — 131 ms — h2https://earthsky.org/upl/2024/09/cropped-IMG_1851-scaled-1-96x96.jpeg/upl/2024/09/cropped-IMG_1851-scale... https://earthsky.org/upl/2024/09/cropped-IMG_1851-scaled-1-96x96.jpeg — 200 — 3.5 KiB — 116 ms — h2https://earthsky.org/upl/2026/04/ants-grooming_Mark-Moffett-Minden-Pictures_Smithsonian_12Apr2026-e1776446980628.jpeg/upl/2026/04/ants-grooming_Mark-Mof... https://earthsky.org/upl/2026/04/ants-grooming_Mark-Moffett-Minden-Pictures_Smithsonian_12Apr2026-e1776446980628.jpeg — 200 — 64.6 KiB — 120 ms — h2https://earthsky.org/upl/2022/05/Cristina-scaled-e1651664395763-96x96.jpg/upl/2022/05/Cristina-scaled-e16516... https://earthsky.org/upl/2022/05/Cristina-scaled-e1651664395763-96x96.jpg — 200 — 2.6 KiB — 120 ms — h2https://earthsky.org/upl/2025/04/International-Dark-Sky-Week-2026.jpg/upl/2025/04/International-Dark-Sky... https://earthsky.org/upl/2025/04/International-Dark-Sky-Week-2026.jpg — 200 — 95.7 KiB — 125 ms — h2https://earthsky.org/upl/2026/04/Native-American-old-dice-Robert-Madden-Colorado-State-Univ-.png/upl/2026/04/Native-American-old-di... https://earthsky.org/upl/2026/04/Native-American-old-dice-Robert-Madden-Colorado-State-Univ-.png — 200 — 650.4 KiB — 141 ms — h2https://earthsky.org/upl/2022/11/Hurricane-Milton-skull-Oct-2024.jpg/upl/2022/11/Hurricane-Milton-skull... https://earthsky.org/upl/2022/11/Hurricane-Milton-skull-Oct-2024.jpg — 200 — 35.3 KiB — 131 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 63 ms — h3https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9RM3p2MO32OA.woff2fonts.gstatic.com/s/notosanshk/v35/... https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9RM3p2MO32OA.woff2 — 200 — 24.5 KiB — 58 ms — h3https://ads.adthrive.com/abd/abd.jsads.adthrive.com/abd/abd.js https://ads.adthrive.com/abd/abd.js — 200 — 1.2 KiB — 24 ms — h2https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2 — 200 — 44.0 KiB — 48 ms — h3https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9hMXBxEu-8JKJiwNdTve7W4-fhxjn5P_4rrgJoi8PfTdpQKp8.119.woff2fonts.gstatic.com/s/notosanshk/v35/... https://fonts.gstatic.com/s/notosanshk/v35/nKKQ-GM_FYFRJvXzVXaAPe9hMXBxEu-8JKJiwNdTve7W4-fhxjn5P_4rrgJoi8PfTdpQKp8.119.woff2 — 200 — 33.6 KiB — 47 ms — h3blob:https://earthsky.org/9ba21795-507d-4b68-b0be-fa7a17f2c70aearthsky.org/9ba21795-507d-4b68-b0b... blob:https://earthsky.org/9ba21795-507d-4b68-b0be-fa7a17f2c70a — 200 — -1 B — 185 ms — blobhttps://earthsky.org/wp-content/plugins/convertpro/assets/modules/css/cp-popup.min.css?ver=1.7.9/wp-content/plugins/convertpro/asse... https://earthsky.org/wp-content/plugins/convertpro/assets/modules/css/cp-popup.min.css?ver=1.7.9 — 200 — 6.9 KiB — 25 ms — h2https://earthsky.org/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://earthsky.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 141 B — 74 ms — h2https://earthsky.org/wp-content/plugins/convertpro/assets/admin/img/close2.png/wp-content/plugins/convertpro/asse... https://earthsky.org/wp-content/plugins/convertpro/assets/admin/img/close2.png — 200 — 1.1 KiB — 24 ms — h2https://earthsky.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://earthsky.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.9 KiB — 21 ms — h2https://iframely.net/ssaE7ZR?v=1&app=1iframely.net/ssaE7ZR?v=1&app=1 https://iframely.net/ssaE7ZR?v=1&app=1 — 200 — 7.4 KiB — 55 ms — h2https://earthsky.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08054798a91cf8/cdn-cgi/challenge-platform/h/b/jsd... https://earthsky.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08054798a91cf8 — 200 — 961 B — 22 ms — h2https://earthsky.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://earthsky.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.2 KiB — 25 ms — h2https://iframely.net/ssaE7ZR/thumbnail?maxwidth=320iframely.net/ssaE7ZR/thumbnail?maxw... https://iframely.net/ssaE7ZR/thumbnail?maxwidth=320 — 200 — 1.3 KiB — 21 ms — h2https://iframely.net/pj?url=https%3A%2F%2Fweb-cdn.bsky.app%2Fstatic%2Ffavicon-32x32.png&key=66a628513435068e6f9deba5fb34b3d6ce1b5b5a&cache=temp-raw&background=%23fffiframely.net/pj?url=https%3A%2F%2Fw... https://iframely.net/pj?url=https%3A%2F%2Fweb-cdn.bsky.app%2Fstatic%2Ffavicon-32x32.png&key=66a628513435068e6f9deba5fb34b3d6ce1b5b5a&cache=temp-raw&background=%23fff — 200 — 2.5 KiB — 20 ms — h2https://www.googletagmanager.com/gtag/js?id=G-5TNL0C8RD8&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5TNL0C8RD8&cx=c&gtm=4e64k1h2 — 200 — 176.4 KiB — 70 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 93 ms — h2https://ads.adthrive.com/http-api/cv2ads.adthrive.com/http-api/cv2 https://ads.adthrive.com/http-api/cv2 — 200 — 4.2 KiB — 20 ms — h2https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=aa95c00731726&h=https%3A%2F%2Fearthsky.org%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776896478063b.delivery.consentmanager.net/deliv... https://b.delivery.consentmanager.net/delivery/cmp.php?&cdid=aa95c00731726&h=https%3A%2F%2Fearthsky.org%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776896478063 — 200 — 2.7 KiB — 99 ms — h2https://cdn.consentmanager.net/delivery/js/cmp_final.min.jscdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_final.min.js — 200 — 101.1 KiB — 144 ms — h2https://ads.adthrive.com/api/v1/marmalade?siteid=5d668609cc7cae09064f6362&url=https%3A%2F%2Fearthsky.org%2F&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSyncads.adthrive.com/api/v1/marmalade?s... https://ads.adthrive.com/api/v1/marmalade?siteid=5d668609cc7cae09064f6362&url=https%3A%2F%2Fearthsky.org%2F&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync — 200 — 1.7 KiB — 413 ms — h2https://c.aps.amazon-adsystem.com/apstag.jsc.aps.amazon-adsystem.com/apstag.js https://c.aps.amazon-adsystem.com/apstag.js — 200 — 89.5 KiB — 81 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.8 KiB — 112 ms — h3https://ads.adthrive.com/builds/core/772eda3/gdpr/vendor/prebid/es2018/prebid.min.jsads.adthrive.com/builds/core/772eda... https://ads.adthrive.com/builds/core/772eda3/gdpr/vendor/prebid/es2018/prebid.min.js — 200 — 172.8 KiB — 55 ms — h2https://ads.adthrive.com/api/v2/raptiveFloors/5d668609cc7cae09064f6362?deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSyncads.adthrive.com/api/v2/raptiveFloo... https://ads.adthrive.com/api/v2/raptiveFloors/5d668609cc7cae09064f6362?deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync — 200 — 9.8 KiB — 465 ms — h2https://ads.adthrive.com/api/v2/trafficShaping/5d668609cc7cae09064f6362ads.adthrive.com/api/v2/trafficShap... https://ads.adthrive.com/api/v2/trafficShaping/5d668609cc7cae09064f6362 — 200 — 1.1 KiB — 347 ms — h2https://ads.adthrive.com/builds/core/772eda3/es2018/js/adthrive.min.js?deployment=2026-04-22-09:pe-1015:772eda3:4&bucket=flex-56&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync&siteid=5d668609cc7cae09064f6362ads.adthrive.com/builds/core/772eda... https://ads.adthrive.com/builds/core/772eda3/es2018/js/adthrive.min.js?deployment=2026-04-22-09:pe-1015:772eda3:4&bucket=flex-56&deliveryFeatures=additiveRaptiveFloors,altsdm,altv2,amazonBetaApstag,consentManagerCMP,cv2,dlc,es2021,hb_crid,i262,ld,nvc,ok,pbis,raptiveFloors,raptiveManualCookieSync,recencyFrequency,reissuingSticky,removeAdHost,rpbsecs,rpr,rrassf,stickyBucketsLocalStorage,stickyV2,switzerlandGdpr,trafficShaping,usdk,prebidLoad,gptLoad,amazonLoad,ttdSync&siteid=5d668609cc7cae09064f6362 — 200 — 370.5 KiB — 80 ms — h2https://rp.liadm.com/j?dtstmp=1776896478127&aid=a-018f&se=e30&duid=6123014679e6--01kpvmh2sm045csevkdtsbpwbb&tv=v3.14.0&pu=https%3A%2F%2Fearthsky.org%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.earthsky.org&pv=fdff41c9-9eac-4060-a91d-dabe95f6a41crp.liadm.com/j?dtstmp=1776896478127... https://rp.liadm.com/j?dtstmp=1776896478127&aid=a-018f&se=e30&duid=6123014679e6--01kpvmh2sm045csevkdtsbpwbb&tv=v3.14.0&pu=https%3A%2F%2Fearthsky.org%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.earthsky.org&pv=fdff41c9-9eac-4060-a91d-dabe95f6a41c — 302 — 484 B — 410 ms — h2https://cdn.consentmanager.net/delivery/customdata/bV8xLndfODY2ODUucl9HRFBSLmxfZW4uZF8zNDc0Mi54XzEwMi52LnAudF8zNDc0Mi54dF8xNTA.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfODY2ODUucl9HRFBSLmxfZW4uZF8zNDc0Mi54XzEwMi52LnAudF8zNDc0Mi54dF8xNTA.js — 200 — 21.9 KiB — 20 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 57 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 81 ms — h3https://cdn.jwplayer.com/v2/playlists/J3JoJvUv?max_resolution=1280cdn.jwplayer.com/v2/playlists/J3JoJ... https://cdn.jwplayer.com/v2/playlists/J3JoJvUv?max_resolution=1280 — 200 — 28.3 KiB — 1.1 s — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fearthsky.org%2F&domain=earthsky.org&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fearthsky.org%2F&domain=earthsky.org&cw=1&lsw=1 — 200 — 0 B — 104 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 641 B — 86 ms — h2https://cdn.id5-sync.com/api/1.0/id5PrebidModule.jscdn.id5-sync.com/api/1.0/id5PrebidM... https://cdn.id5-sync.com/api/1.0/id5PrebidModule.js — 200 — 29.5 KiB — 73 ms — h2https://id.crwdcntrl.net/id?c=17297id.crwdcntrl.net/id?c=17297 https://id.crwdcntrl.net/id?c=17297 — 200 — 318 B — 113 ms — h2https://at.teads.tv/fpc?analytics_tag_id=PUB_17002&tfpvi=&gdpr_consent=&gdpr_status=22&gdpr_reason=220&ccpa_consent=&sv=prebid-v1at.teads.tv/fpc?analytics_tag_id=PU... https://at.teads.tv/fpc?analytics_tag_id=PUB_17002&tfpvi=&gdpr_consent=&gdpr_status=22&gdpr_reason=220&ccpa_consent=&sv=prebid-v1 — 200 — 426 B — 52 ms — h2https://ads.adthrive.com/sites/5d668609cc7cae09064f6362/ads.min.cssads.adthrive.com/sites/5d668609cc7c... https://ads.adthrive.com/sites/5d668609cc7cae09064f6362/ads.min.css — 200 — 779 B — 21 ms — h2https://eu-us.consentmanager.net/delivery/info/?id=86685&did=2&cfdid=2&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fearthsky.org%2F&o=1776896478526&l=EN&lv=103409&d=2&ct=14&e=&e2=&e3=&i=&sv=150&dv=102&eu-us.consentmanager.net/delivery/i... https://eu-us.consentmanager.net/delivery/info/?id=86685&did=2&cfdid=2&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fearthsky.org%2F&o=1776896478526&l=EN&lv=103409&d=2&ct=14&e=&e2=&e3=&i=&sv=150&dv=102& — 200 — 321 B — 96 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fearthsky.org%2F&domain=earthsky.org&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fearthsky.org%2F&domain=earthsky.org&cw=1&lsw=1 — 200 — 371 B — 93 ms — h2https://eu-us-cdn.consentmanager.net/delivery/flags/en.gifeu-us-cdn.consentmanager.net/delive... https://eu-us-cdn.consentmanager.net/delivery/flags/en.gif — 200 — 817 B — 69 ms — h2https://rp4.liadm.com/j?dtstmp=1776896478127&aid=a-018f&se=e30&duid=6123014679e6--01kpvmh2sm045csevkdtsbpwbb&tv=v3.14.0&pu=https%3A%2F%2Fearthsky.org%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.earthsky.org&pv=fdff41c9-9eac-4060-a91d-dabe95f6a41c&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDo4Yw%3D%3D&n3pc=truerp4.liadm.com/j?dtstmp=177689647812... https://rp4.liadm.com/j?dtstmp=1776896478127&aid=a-018f&se=e30&duid=6123014679e6--01kpvmh2sm045csevkdtsbpwbb&tv=v3.14.0&pu=https%3A%2F%2Fearthsky.org%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.earthsky.org&pv=fdff41c9-9eac-4060-a91d-dabe95f6a41c&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDo4Yw%3D%3D&n3pc=true — 200 — 280 B — 305 ms — h2https://config.aps.amazon-adsystem.com/configs/4fbba76f-7987-4fa2-9733-c27eb3a2170bconfig.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/4fbba76f-7987-4fa2-9733-c27eb3a2170b — 200 — 2.3 KiB — 57 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fearthsky.org&pubid=4fbba76f-7987-4fa2-9733-c27eb3a2170bc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fearthsky.org&pubid=4fbba76f-7987-4fa2-9733-c27eb3a2170b — 200 — 1.5 KiB — 56 ms — h2https://api.id5-sync.com/analytics/367/id5-api-jsapi.id5-sync.com/analytics/367/id5-... https://api.id5-sync.com/analytics/367/id5-api-js — 200 — 691 B — 80 ms — h2https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/favicon.png?v=1620812547627/wp-content/themes/earthsky-testing... https://earthsky.org/wp-content/themes/earthsky-testing-6c8e0a978c578089f4b8b6-2/images/favicon.png?v=1620812547627 — 200 — 1.4 KiB — 25 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 41 ms — h3https://sli.earthsky.org/baker?dtstmp=1776896478127sli.earthsky.org/baker?dtstmp=17768... https://sli.earthsky.org/baker?dtstmp=1776896478127 — 200 — 538 B — 57 ms — h2https://earthsky.org/upl/2018/04/popupbg.jpg/upl/2018/04/popupbg.jpg https://earthsky.org/upl/2018/04/popupbg.jpg — 200 — 14.3 KiB — 29 ms — h2https://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2fonts.gstatic.com/s/aldrich/v22/MCo... https://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2 — 200 — 7.9 KiB — 31 ms — h3https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT9d0c8.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT9d0c8.woff2 — 200 — 17.1 KiB — 31 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-5TNL0C8RD8&gtm=45je64k1h2v9103337068za20g&_p=1776896477546&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10v5r&gdid=dMzk4MW&_eu=AgAIAGA&are=1&cid=577484870.1776896479&frm=0&pscdl=denied&rcb=14&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~115938465~115938468~117266401~117512542&sid=1776896478&sct=1&seg=0&dl=https%3A%2F%2Fearthsky.org%2F&dt=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&tfd=1674region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5TNL0C8RD8&gtm=45je64k1h2v9103337068za20g&_p=1776896477546&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10v5r&gdid=dMzk4MW&_eu=AgAIAGA&are=1&cid=577484870.1776896479&frm=0&pscdl=denied&rcb=14&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~115938465~115938468~117266401~117512542&sid=1776896478&sct=1&seg=0&dl=https%3A%2F%2Fearthsky.org%2F&dt=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&tfd=1674 — 204 — 547 B — 83 ms — h2https://region1.google-analytics.com/measurement/conversion?random=1776896479002&cv=11&tid=G-5TNL0C8RD8&fst=1776896479002&fmt=8&en=store&gtm=45je64k1h2v9103337068za20gxec&gcs=G100&gcd=13q3pPq2q5l1&dma_cps=-&dma=1&tcfd=10v5r&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fearthsky.org%2F&gacid=577484870.1776896479&frm=0&tiba=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&value=0&currency_code=USD&gdid=dMzk4MW&npa=1&us_privacy=1---&gdpr=1&gdpr_consent=CQjEJsAQjEJsAAfKtCENCbFgAAAAAEPgAAigAAAUEgYAALAAcABUAC4AHAAPAAgABIACoAGQANAAcAA8ACKAEwAKoAaAA_ACEAEcAJwAVoAwABlADRAHIAOcAdwA_YCDgIQARYAn4BrwDiAHbAPaAf8BMQChwFSgLzAZIAywB8gEbwI7ATpAoIAA.IKVpB9C5cRSFH4CJ3IJoEYAQXwFBAYkAgBgQBAwABSBKAIIwEkAAAAACIIAAAAAAAIABAAAAACAgAAEAAAIAAIQAIAEAAAAACIAAAAAABAAAAAAgAAAAgEAAAAAAAAgAAgAAAAAIAQEgAAAAAAQAAIAAAAAAAAAAAAAAAQAAAQAAAAKgAAAAAAAAAAAAACBAIEAAAAAAAAAAAAAAAAAACAAAAQAAAAAC.YAAACHwAAAA&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&rcb=14region1.google-analytics.com/measur... https://region1.google-analytics.com/measurement/conversion?random=1776896479002&cv=11&tid=G-5TNL0C8RD8&fst=1776896479002&fmt=8&en=store&gtm=45je64k1h2v9103337068za20gxec&gcs=G100&gcd=13q3pPq2q5l1&dma_cps=-&dma=1&tcfd=10v5r&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fearthsky.org%2F&gacid=577484870.1776896479&frm=0&tiba=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&value=0&currency_code=USD&gdid=dMzk4MW&npa=1&us_privacy=1---&gdpr=1&gdpr_consent=CQjEJsAQjEJsAAfKtCENCbFgAAAAAEPgAAigAAAUEgYAALAAcABUAC4AHAAPAAgABIACoAGQANAAcAA8ACKAEwAKoAaAA_ACEAEcAJwAVoAwABlADRAHIAOcAdwA_YCDgIQARYAn4BrwDiAHbAPaAf8BMQChwFSgLzAZIAywB8gEbwI7ATpAoIAA.IKVpB9C5cRSFH4CJ3IJoEYAQXwFBAYkAgBgQBAwABSBKAIIwEkAAAAACIIAAAAAAAIABAAAAACAgAAEAAAIAAIQAIAEAAAAACIAAAAAABAAAAAAgAAAAgEAAAAAAAAgAAgAAAAAIAQEgAAAAAAQAAIAAAAAAAAAAAAAAAQAAAQAAAAKgAAAAAAAAAAAAACBAIEAAAAAAAAAAAAAAAAAACAAAAQAAAAAC.YAAACHwAAAA&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&rcb=14 — 204 — 237 B — 82 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-5TNL0C8RD8&gtm=45je64k1h2v9103337068za20g&_p=1776896477546&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10v5r&gdid=dMzk4MW&_eu=AAgIAGA&_prs=ok&are=1&cid=577484870.1776896479&frm=0&pscdl=denied&rcb=14&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=2&tag_exp=0~115616985~115938465~115938468~117266401~117512542&cu=USD&sid=1776896478&sct=1&seg=0&dl=https%3A%2F%2Fearthsky.org%2F&dt=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&en=store&_c=1&gap.plf=5&epn.value=0&_et=7&tfd=1687region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5TNL0C8RD8&gtm=45je64k1h2v9103337068za20g&_p=1776896477546&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10v5r&gdid=dMzk4MW&_eu=AAgIAGA&_prs=ok&are=1&cid=577484870.1776896479&frm=0&pscdl=denied&rcb=14&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=2&tag_exp=0~115616985~115938465~115938468~117266401~117512542&cu=USD&sid=1776896478&sct=1&seg=0&dl=https%3A%2F%2Fearthsky.org%2F&dt=EarthSky%20%7C%20Updates%20on%20your%20cosmos%20and%20world&en=store&_c=1&gap.plf=5&epn.value=0&_et=7&tfd=1687 — 204 — 48 B — 72 ms — h2https://id5-sync.com/bounceid5-sync.com/bounce https://id5-sync.com/bounce — 200 — 520 B — 27 ms — h2https://lbs.eu-1-id5-sync.com/lbs/v1lbs.eu-1-id5-sync.com/lbs/v1 https://lbs.eu-1-id5-sync.com/lbs/v1 — 200 — 157 B — 80 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 342 B — 82 ms — h2https://d0.eu-3-id5-sync.com/d0.eu-3-id5-sync.com/ https://d0.eu-3-id5-sync.com/ — 200 — 143 B — 95 ms — h2https://d1.eu-3-id5-sync.com/d1.eu-3-id5-sync.com/ https://d1.eu-3-id5-sync.com/ — 200 — 143 B — 98 ms — h2https://d2.eu-3-id5-sync.com/d2.eu-3-id5-sync.com/ https://d2.eu-3-id5-sync.com/ — 200 — 143 B — 96 ms — h2https://d3.eu-3-id5-sync.com/d3.eu-3-id5-sync.com/ https://d3.eu-3-id5-sync.com/ — 200 — 143 B — 104 ms — h2https://d4.eu-3-id5-sync.com/d4.eu-3-id5-sync.com/ https://d4.eu-3-id5-sync.com/ — 200 — 143 B — 96 ms — h2https://d5.eu-3-id5-sync.com/d5.eu-3-id5-sync.com/ https://d5.eu-3-id5-sync.com/ — 200 — 143 B — 105 ms — h2https://d6.eu-3-id5-sync.com/d6.eu-3-id5-sync.com/ https://d6.eu-3-id5-sync.com/ — 200 — 143 B — 114 ms — h2https://d7.eu-3-id5-sync.com/d7.eu-3-id5-sync.com/ https://d7.eu-3-id5-sync.com/ — 200 — 143 B — 107 ms — h2https://d0.eu-4-id5-sync.com/d0.eu-4-id5-sync.com/ https://d0.eu-4-id5-sync.com/ — 200 — 143 B — 95 ms — h2https://d1.eu-4-id5-sync.com/d1.eu-4-id5-sync.com/ https://d1.eu-4-id5-sync.com/ — 200 — 143 B — 95 ms — h2https://d2.eu-4-id5-sync.com/d2.eu-4-id5-sync.com/ https://d2.eu-4-id5-sync.com/ — 200 — 143 B — 100 ms — h2https://d3.eu-4-id5-sync.com/d3.eu-4-id5-sync.com/ https://d3.eu-4-id5-sync.com/ — 200 — 143 B — 107 ms — h2https://d4.eu-4-id5-sync.com/d4.eu-4-id5-sync.com/ https://d4.eu-4-id5-sync.com/ — 200 — 143 B — 105 ms — h2https://d5.eu-4-id5-sync.com/d5.eu-4-id5-sync.com/ https://d5.eu-4-id5-sync.com/ — 200 — 143 B — 94 ms — h2https://d6.eu-4-id5-sync.com/d6.eu-4-id5-sync.com/ https://d6.eu-4-id5-sync.com/ — 200 — 143 B — 108 ms — h2https://d7.eu-4-id5-sync.com/d7.eu-4-id5-sync.com/ https://d7.eu-4-id5-sync.com/ — 200 — 143 B — 110 ms — h2https://id5-sync.com/gm/v3id5-sync.com/gm/v3 https://id5-sync.com/gm/v3 — 200 — 836 B — 27 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 88 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
60% of JavaScript execution is third-party
First-party Third-party 745ms · 963KB · $10/mo
Unattributable
Other
Costly
Execution 296ms
Transfer 0 KB
Monthly Cost $4/mo
cdn.consentmanager.net
Other
Optional
Execution 109ms
Transfer 22 KB
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 83ms
Transfer 188 KB
Unused 69%
Monthly Cost $1/mo
ads.adthrive.com
Other
Optional
Execution 76ms
Transfer 34 KB
Monthly Cost $1/mo
ads.adthrive.com
Other
Optional
Execution 72ms
Transfer 370 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 176 KB
Unused 36%
Monthly Cost $1/mo
ads.adthrive.com
Other
Optional
Execution 51ms
Transfer 173 KB
Unused 72%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 296ms and costs ~$4/month

60% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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

69% of securepubads.g.doubleclick.net'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

72% of ads.adthrive.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback