Skip to content
https://astronomy.com

Performance

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

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

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

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

1.29 s

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

3.35 s

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

54 ms

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

0.006

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

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

5.93 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
15.3 MB transferred, 156 requests
FIX
15.3 MB transferred, 156 requests
Critical::
Page weighs 19.9 MB (15.3 MB transferred)
Warning::
Images are 13.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 13.1 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
156 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.2 g CO2 per page load
15.3 MB / 2.4 MB budget
15.3 MB transferred
156 requests
3.2 g CO2 per page load
Images 13.1 MiB 86%
JavaScript 1.7 MiB 11%
Other 134.0 KiB 1%
Fonts 123.4 KiB 1%
CSS 104.9 KiB 1%
HTML 78.1 KiB 0%
Other 16.5 KiB 0%
Other 3.5 KiB 0%
Other 1.0 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

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 (15.3 MiB of 15.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
56 scripts, 926 KB unused
FIX
56 scripts, 926 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ads.blogherads.com/static/chunks/5273.eec6...: 96 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WHW...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 926 KB
926 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js132 KB96 KB (79%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WHWV7HZ144 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2R82D8QZG9&cx=c&gtm=4e64k1155 KB63 KB (41%)3rd
https://olytics.omeda.com/olytics/js/v3/p/olytics.min.js71 KB46 KB (66%)3rd
https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.js43 KB35 KB (81%)3rd
https://fundingchoicesmessages.google.com/i/pub-9489621755605348?ers=170 KB35 KB (51%)3rd
https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js50 KB30 KB (82%)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
156 resources · 15.3 MB · 926 KB savings available
FIX
156 resources · 15.3 MB · 926 KB savings available
Warning::
Page weight 14.3 MB over 1MB target
Got: 15.3 MB Expected: ≤ 1 MB
Info::
~926 KB of savings available
Warning::
155 third-party resources (100% of weight)
Info::
8 resources over 200KB
156 resources · 15.3 MiB · 155 third-party 14.3 MiB over 1MB target
Image 86% · 13.1 MiB
JavaScript 11% · 1.7 MiB
Font 2% · 252.8 KiB
CSS 1% · 104.9 KiB
Document 1% · 80.1 KiB
Other 0% · 21.2 KiB

~925.9 KiB of savings available

Remove unused JavaScript: 925.9 KiB
B
Image Optimization
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://www.astronomy.com/wp-content/uploads/2023/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 13.1 MB
0 oversized -0 KB
21 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1751ms total JS execution
REVIEW
1751ms total JS execution
Warning::
https://www.astronomy.com/: 363ms CPU time
Warning::
Unattributable: 307ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 240ms CPU time
Info::
https://s.dpmsrv.com/dpm_1784f0e37c1fdd6200c1e8b28...: 111ms CPU time
Info::
https://fundingchoicesmessages.google.com/i/pub-94...: 109ms CPU time
Warning::
Third-party scripts: 1751ms (100% of total)

Main Thread Breakdown

Script Evaluation 58% Other 17% Style & Layout 14% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.astronomy.com/363ms30ms4ms3rd
Unattributable307ms11ms0ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js240ms200ms21ms3rd
https://s.dpmsrv.com/dpm_1784f0e37c1fdd6200c1e8b28e8caae5402e74e0.min.js111ms67ms1ms3rd
https://fundingchoicesmessages.google.com/i/pub-9489621755605348?ers=1109ms97ms7ms3rd
https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js95ms88ms6ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxUypuaH-xPNNd5D1VxWe_5ZoKdYoyr1dE3P5w3lSqhalvE2RW-FzHF3zCMM0Pylu0LjNI3z2ZUGrBAJbsR6tyxi84eQ3uQUkKpk02upB9lUZqRLZWchZ19Ct_FTYW8-Yb6wBZYzwA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk3NjMxLDc0NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuYXN0cm9ub215LmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFszNSwiMTc3Njg5NzYzMSJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV094ms43ms12ms3rd
https://www.astronomy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.181ms69ms2ms3rd
https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/banner.js71ms56ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WHWV7HZ64ms51ms11ms3rd

Showing top 10 of 14 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
14 fonts (253 KB)
PASS
14 fonts (253 KB)
Info::
14 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

14

253 KB total

Render-blocking

0

of 14

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.4 shttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2rubik-light.65dbd68a.woff2 https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2 — 25.5 KiB — 54 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2rubik-regular.18856bd2.... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2 — 25.9 KiB — 55 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2rubik-semibold.c5dee968... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2 — 26.9 KiB — 67 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2rubik-medium.ffa06caa.w... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2 — 25.4 KiB — 47 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2rubik-bold.2a7d0e11.woff2 https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2 — 25.6 KiB — 52 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2rubik-bold.2a7d0e11.woff2 https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2 — 0 B — 50 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2rubik-medium.ffa06caa.w... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2 — 0 B — 49 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2rubik-semibold.c5dee968... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2 — 0 B — 49 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2rubik-regular.18856bd2.... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2 — 0 B — 45 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2rubik-light.65dbd68a.woff2 https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2 — 0 B — 45 ms — font-display: swaphttps://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2va9E4kDNxMZdWfMOD5Vvl4j... https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2 — 17.1 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 75 ms — font-display: swaphttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-lightitalic.003cbe43.woff2rubik-lightitalic.003cb... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-lightitalic.003cbe43.woff2 — 30.3 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 44 ms — font-display: swap
rubik-light.65dbd68a.woff2 woff2 swap
Size 26 KB
Load time 54 ms
Start 510 ms
Risk FOUT — text flashes from fallback to web font
rubik-regular.18856bd2.... woff2 swap
Size 26 KB
Load time 55 ms
Start 511 ms
Risk FOUT — text flashes from fallback to web font
rubik-semibold.c5dee968... woff2 swap
Size 27 KB
Load time 67 ms
Start 511 ms
Risk FOUT — text flashes from fallback to web font
rubik-medium.ffa06caa.w... woff2 swap
Size 25 KB
Load time 47 ms
Start 511 ms
Risk FOUT — text flashes from fallback to web font
rubik-bold.2a7d0e11.woff2 woff2 swap
Size 26 KB
Load time 52 ms
Start 512 ms
Risk FOUT — text flashes from fallback to web font
rubik-bold.2a7d0e11.woff2 woff2 swap
Size 0 KB
Load time 50 ms
Start 530 ms
Risk FOUT — text flashes from fallback to web font
rubik-medium.ffa06caa.w... woff2 swap
Size 0 KB
Load time 49 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
rubik-semibold.c5dee968... woff2 swap
Size 0 KB
Load time 49 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
rubik-regular.18856bd2.... woff2 swap
Size 0 KB
Load time 45 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
rubik-light.65dbd68a.woff2 woff2 swap
Size 0 KB
Load time 45 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
va9E4kDNxMZdWfMOD5Vvl4j... woff2 swap
Size 17 KB
Load time 41 ms
Start 594 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 75 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
rubik-lightitalic.003cb... woff2 swap
Size 30 KB
Load time 26 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 44 ms
Start 2.4 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
HTTP Caching
max-age=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600, must-revalidate
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=600, must-revalidate

DirectiveValueMeaning
max-age600Cache for 10 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 600 seconds
Network Waterfall
156 requests over 3725ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.4 shttps://astronomy.com// https://astronomy.com/ — 301 — 722 B — 184 ms — h2https://www.astronomy.com/www.astronomy.com/ https://www.astronomy.com/ — 200 — 45.8 KiB — 207 ms — h3https://olytics.omeda.com/olytics/css/v3/p/olytics.cssolytics.omeda.com/olytics/css/v3/p/... https://olytics.omeda.com/olytics/css/v3/p/olytics.css — 200 — 3.3 KiB — 21 ms — h2https://www.astronomy.com/wp-content/uploads/2023/01/cropped-Logo-white@2x.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/01/cropped-Logo-white@2x.png — 200 — 2.4 KiB — 43 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/pic-of-the-day/styles.css?ver=76de2ad23e6705f17dcdbe997ba98039www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/pic-of-the-day/styles.css?ver=76de2ad23e6705f17dcdbe997ba98039 — 200 — 454 B — 31 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/post-content-selector/styles.css?ver=cc14531cd3d27fb7a0d5c45a67189f41www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/post-content-selector/styles.css?ver=cc14531cd3d27fb7a0d5c45a67189f41 — 200 — 1.5 KiB — 27 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/css/glide.core.min.css?ver=1.0.0www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/css/glide.core.min.css?ver=1.0.0 — 200 — 555 B — 31 ms — h3https://www.astronomy.com/wp-content/plugins/fc-top-banner/style.css?ver=1.1.5www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/fc-top-banner/style.css?ver=1.1.5 — 200 — 1004 B — 32 ms — h3https://www.astronomy.com/wp-content/plugins/sheknows-infuse/public/css/style.css?ver=1.0.43www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/sheknows-infuse/public/css/style.css?ver=1.0.43 — 200 — 438 B — 36 ms — h3https://fonts.googleapis.com/css?family=Fira+Sans%3Aital%2Cwght%400%2C400%3B0%2C500%3B1%2C400%7CPlayfair+Display%3Aital%2Cwght%400%2C400%3B0%2C700%3B1%2C400&subset=latin%2Clatin-extfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans%3Aital%2Cwght%400%2C400%3B0%2C500%3B1%2C400%7CPlayfair+Display%3Aital%2Cwght%400%2C400%3B0%2C700%3B1%2C400&subset=latin%2Clatin-ext — 200 — 1.4 KiB — 94 ms — h2https://www.astronomy.com/wp-content/themes/seedlet/style.css?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/style.css?ver=1.0.0 — 200 — 18.9 KiB — 32 ms — h3https://www.astronomy.com/wp-content/themes/seedlet/assets/css/style-navigation.css?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/assets/css/style-navigation.css?ver=1.0.0 — 200 — 2.4 KiB — 36 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/style-frontend.css?ver=1.0.4www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/style-frontend.css?ver=1.0.4 — 200 — 11.7 KiB — 42 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.25 — 200 — 7.5 KiB — 45 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.9.25 — 200 — 192 B — 43 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.9.25 — 200 — 7.2 KiB — 39 ms — h3https://www.astronomy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.astronomy.com/wp-includes/js/jq... https://www.astronomy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 49 ms — h3https://www.astronomy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.astronomy.com/wp-includes/js/jq... https://www.astronomy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 48 ms — h3https://www.astronomy.com/wp-content/uploads/2023/03/ASYEP0621_09.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/03/ASYEP0621_09.jpg — 200 — 121.8 KiB — 45 ms — h3https://www.astronomy.com/wp-content/uploads/2024/04/042323AuroraB.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2024/04/042323AuroraB.jpg — 200 — 1.3 MiB — 92 ms — h3https://www.astronomy.com/wp-content/uploads/2025/03/ASY-TF0425_19-768x511.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2025/03/ASY-TF0425_19-768x511.jpg — 200 — 40.3 KiB — 46 ms — h3https://www.astronomy.com/wp-content/uploads/2023/01/3-Issue-Image@2x.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/01/3-Issue-Image@2x.png — 200 — 624.6 KiB — 46 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/js/glide.min.js?ver=1.0.0www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/js/glide.min.js?ver=1.0.0 — 200 — 7.2 KiB — 27 ms — h3https://www.astronomy.com/wp-content/plugins/fc-top-banner/scripts.js?ver=1.1.5www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/fc-top-banner/scripts.js?ver=1.1.5 — 200 — 865 B — 25 ms — h3https://www.astronomy.com/wp-content/plugins/kalmbach-kserv/dist/scripts.js?ver=1.0.4www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/kalmbach-kserv/dist/scripts.js?ver=1.0.4 — 200 — 773 B — 36 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/frontend.js?ver=1.0.4www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/frontend.js?ver=1.0.4 — 200 — 2.8 KiB — 28 ms — h3https://www.astronomy.com/wp-content/themes/seedlet/assets/js/primary-navigation.js?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/assets/js/primary-navigation.js?ver=1.0.0 — 200 — 1.1 KiB — 36 ms — h3https://www.astronomy.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 533 B — 36 ms — h3https://www.astronomy.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.2 KiB — 47 ms — h3https://www.astronomy.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.4 KiB — 30 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.4 shttps://astronomy.com// https://astronomy.com/ — 301 — 722 B — 184 ms — h2https://www.astronomy.com/www.astronomy.com/ https://www.astronomy.com/ — 200 — 45.8 KiB — 207 ms — h3https://olytics.omeda.com/olytics/css/v3/p/olytics.cssolytics.omeda.com/olytics/css/v3/p/... https://olytics.omeda.com/olytics/css/v3/p/olytics.css — 200 — 3.3 KiB — 21 ms — h2https://www.astronomy.com/wp-content/uploads/2023/01/cropped-Logo-white@2x.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/01/cropped-Logo-white@2x.png — 200 — 2.4 KiB — 43 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/pic-of-the-day/styles.css?ver=76de2ad23e6705f17dcdbe997ba98039www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/pic-of-the-day/styles.css?ver=76de2ad23e6705f17dcdbe997ba98039 — 200 — 454 B — 31 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/post-content-selector/styles.css?ver=cc14531cd3d27fb7a0d5c45a67189f41www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/blocks/post-content-selector/styles.css?ver=cc14531cd3d27fb7a0d5c45a67189f41 — 200 — 1.5 KiB — 27 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/css/glide.core.min.css?ver=1.0.0www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/css/glide.core.min.css?ver=1.0.0 — 200 — 555 B — 31 ms — h3https://www.astronomy.com/wp-content/plugins/fc-top-banner/style.css?ver=1.1.5www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/fc-top-banner/style.css?ver=1.1.5 — 200 — 1004 B — 32 ms — h3https://www.astronomy.com/wp-content/plugins/sheknows-infuse/public/css/style.css?ver=1.0.43www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/sheknows-infuse/public/css/style.css?ver=1.0.43 — 200 — 438 B — 36 ms — h3https://fonts.googleapis.com/css?family=Fira+Sans%3Aital%2Cwght%400%2C400%3B0%2C500%3B1%2C400%7CPlayfair+Display%3Aital%2Cwght%400%2C400%3B0%2C700%3B1%2C400&subset=latin%2Clatin-extfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans%3Aital%2Cwght%400%2C400%3B0%2C500%3B1%2C400%7CPlayfair+Display%3Aital%2Cwght%400%2C400%3B0%2C700%3B1%2C400&subset=latin%2Clatin-ext — 200 — 1.4 KiB — 94 ms — h2https://www.astronomy.com/wp-content/themes/seedlet/style.css?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/style.css?ver=1.0.0 — 200 — 18.9 KiB — 32 ms — h3https://www.astronomy.com/wp-content/themes/seedlet/assets/css/style-navigation.css?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/assets/css/style-navigation.css?ver=1.0.0 — 200 — 2.4 KiB — 36 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/style-frontend.css?ver=1.0.4www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/style-frontend.css?ver=1.0.4 — 200 — 11.7 KiB — 42 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.25 — 200 — 7.5 KiB — 45 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.9.25 — 200 — 192 B — 43 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.9.25 — 200 — 7.2 KiB — 39 ms — h3https://www.astronomy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.astronomy.com/wp-includes/js/jq... https://www.astronomy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 49 ms — h3https://www.astronomy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.astronomy.com/wp-includes/js/jq... https://www.astronomy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 48 ms — h3https://www.astronomy.com/wp-content/uploads/2023/03/ASYEP0621_09.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/03/ASYEP0621_09.jpg — 200 — 121.8 KiB — 45 ms — h3https://www.astronomy.com/wp-content/uploads/2024/04/042323AuroraB.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2024/04/042323AuroraB.jpg — 200 — 1.3 MiB — 92 ms — h3https://www.astronomy.com/wp-content/uploads/2025/03/ASY-TF0425_19-768x511.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2025/03/ASY-TF0425_19-768x511.jpg — 200 — 40.3 KiB — 46 ms — h3https://www.astronomy.com/wp-content/uploads/2023/01/3-Issue-Image@2x.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/01/3-Issue-Image@2x.png — 200 — 624.6 KiB — 46 ms — h3https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/js/glide.min.js?ver=1.0.0www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/astronomy-core/dist/lib/js/glide.min.js?ver=1.0.0 — 200 — 7.2 KiB — 27 ms — h3https://www.astronomy.com/wp-content/plugins/fc-top-banner/scripts.js?ver=1.1.5www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/fc-top-banner/scripts.js?ver=1.1.5 — 200 — 865 B — 25 ms — h3https://www.astronomy.com/wp-content/plugins/kalmbach-kserv/dist/scripts.js?ver=1.0.4www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/kalmbach-kserv/dist/scripts.js?ver=1.0.4 — 200 — 773 B — 36 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/frontend.js?ver=1.0.4www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/frontend.js?ver=1.0.4 — 200 — 2.8 KiB — 28 ms — h3https://www.astronomy.com/wp-content/themes/seedlet/assets/js/primary-navigation.js?ver=1.0.0www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/seedlet/assets/js/primary-navigation.js?ver=1.0.0 — 200 — 1.1 KiB — 36 ms — h3https://www.astronomy.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 533 B — 36 ms — h3https://www.astronomy.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.2 KiB — 47 ms — h3https://www.astronomy.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.4 KiB — 30 ms — h3https://www.astronomy.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228edwww.astronomy.com/wp-includes/js/di... https://www.astronomy.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 1.0 KiB — 41 ms — h3https://www.astronomy.com/wp-content/plugins/cdp-tracker/assets/js/tracker.min.js?ver=1.0.7www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/cdp-tracker/assets/js/tracker.min.js?ver=1.0.7 — 200 — 8.1 KiB — 54 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2 — 200 — 25.5 KiB — 54 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2 — 200 — 25.9 KiB — 55 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2 — 200 — 26.9 KiB — 67 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2 — 200 — 25.4 KiB — 47 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2 — 200 — 25.6 KiB — 52 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.25 — 200 — 1.1 KiB — 53 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.25www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.25 — 200 — 13.4 KiB — 52 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=48a3755090e76a154853db28fc254681www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=48a3755090e76a154853db28fc254681 — 200 — 17.3 KiB — 53 ms — h3https://ads.blogherads.com/static/blogherads.jsads.blogherads.com/static/blogherad... https://ads.blogherads.com/static/blogherads.js — 200 — 4.4 KiB — 22 ms — h2https://ads.blogherads.com/sk/12/124/1242172/31478/header.jsads.blogherads.com/sk/12/124/124217... https://ads.blogherads.com/sk/12/124/1242172/31478/header.js — 200 — 2.8 KiB — 659 ms — h2https://www.google.com/recaptcha/enterprise.js?render=6LeIlgMsAAAAAHTaCqVAhtmPw-8YeLe4_xfJA8Ll&ver=2.1.0www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6LeIlgMsAAAAAHTaCqVAhtmPw-8YeLe4_xfJA8Ll&ver=2.1.0 — 200 — 1.1 KiB — 85 ms — h3https://www.astronomy.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=2.1.0www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=2.1.0 — 200 — 3.4 KiB — 60 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cbwww.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cb — 200 — 7.7 KiB — 60 ms — h3https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=244d9e312b90e462b62b2d9b9d415753www.astronomy.com/wp-content/plugin... https://www.astronomy.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=244d9e312b90e462b62b2d9b9d415753 — 200 — 12.0 KiB — 50 ms — h3https://olytics.omeda.com/olytics/js/v3/p/olytics.min.jsolytics.omeda.com/olytics/js/v3/p/o... https://olytics.omeda.com/olytics/js/v3/p/olytics.min.js — 200 — 70.9 KiB — 17 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WHWV7HZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WHWV7HZ — 200 — 144.2 KiB — 176 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 110 ms — h2https://www.astronomy.com/wp-content/themes/astronomy/dist/images/bg-image-header.b2ac1d18.jpgwww.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/images/bg-image-header.b2ac1d18.jpg — 200 — 28.8 KiB — 48 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0c…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0c… — 200 — 0 B — 0 ms — datahttps://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-bold.2a7d0e11.woff2 — 200 — 0 B — 50 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-medium.ffa06caa.woff2 — 200 — 0 B — 49 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-semibold.c5dee968.woff2 — 200 — 0 B — 49 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-regular.18856bd2.woff2 — 200 — 0 B — 45 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-light.65dbd68a.woff2 — 200 — 0 B — 45 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/ASY-GR1125_01-768x512.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/ASY-GR1125_01-768x512.jpg — 200 — 80.2 KiB — 53 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/Team-FACT-Sh-2-115.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/Team-FACT-Sh-2-115.jpg — 200 — 9.4 MiB — 384 ms — h3https://www.astronomy.com/wp-content/uploads/2026/03/ASY-SM0426_05-768x747.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/03/ASY-SM0426_05-768x747.png — 200 — 275.2 KiB — 102 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/canadarm2-iss065e045231-768x512.webpwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/canadarm2-iss065e045231-768x512.webp — 200 — 41.7 KiB — 71 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/nhq202604100018-768x563.webpwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/nhq202604100018-768x563.webp — 200 — 20.2 KiB — 53 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/kant4-768x576.webpwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/kant4-768x576.webp — 200 — 34.5 KiB — 71 ms — h3https://www.astronomy.com/wp-content/uploads/2021/09/PSRB1257FirstExoplanet1024x691-768x518.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2021/09/PSRB1257FirstExoplanet1024x691-768x518.jpg — 200 — 40.1 KiB — 79 ms — h3https://www.astronomy.com/wp-content/uploads/2025/04/djencounter_movie_release_v2-300x225.gifwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2025/04/djencounter_movie_release_v2-300x225.gif — 200 — 17.0 KiB — 70 ms — h3https://www.astronomy.com/wp-content/uploads/2026/04/ASY-JW0426_01-768x556.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/04/ASY-JW0426_01-768x556.png — 200 — 585.6 KiB — 129 ms — h3https://www.astronomy.com/wp-content/uploads/2026/03/ASY-CV0426.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2026/03/ASY-CV0426.jpg — 200 — 87.2 KiB — 82 ms — h3https://www.astronomy.com/wp-content/uploads/2023/01/bg-image-footer-newsletter-mobile.pngwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2023/01/bg-image-footer-newsletter-mobile.png — 200 — 444.0 KiB — 122 ms — h3https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2fonts.gstatic.com/s/firasans/v18/va... https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2 — 200 — 17.1 KiB — 41 ms — h3https://s.dpmsrv.com/dpm_1784f0e37c1fdd6200c1e8b28e8caae5402e74e0.min.jss.dpmsrv.com/dpm_1784f0e37c1fdd6200... https://s.dpmsrv.com/dpm_1784f0e37c1fdd6200c1e8b28e8caae5402e74e0.min.js — 200 — 13.7 KiB — 50 ms — http/1.1https://www.astronomy.com/wp-content/themes/astronomy/dist/images/caret-grey.cd323d8c.pngwww.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/images/caret-grey.cd323d8c.png — 200 — 672 B — 291 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/images/bg-image-footer-main-desktop.b90c052c.jpgwww.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/images/bg-image-footer-main-desktop.b90c052c.jpg — 200 — 13.1 KiB — 35 ms — h3https://www.astronomy.com/wp-content/themes/astronomy/dist/images/caret-white.448c008c.pngwww.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/images/caret-white.448c008c.png — 200 — 644 B — 26 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 204 ms — h2blob:https://www.astronomy.com/9c3b442f-29de-4b2d-8dde-01971152eb7dwww.astronomy.com/9c3b442f-29de-4b2... blob:https://www.astronomy.com/9c3b442f-29de-4b2d-8dde-01971152eb7d — 200 — -1 B — 295 ms — blobhttps://www.astronomy.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.astronomy.com/cdn-cgi/challenge... https://www.astronomy.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 455 B — 48 ms — h3https://www.astronomy.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.astronomy.com/cdn-cgi/challenge... https://www.astronomy.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.1 KiB — 18 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 100 ms — h3https://oqs.omeda.com/oqs/rest/olyticsoqs.omeda.com/oqs/rest/olytics https://oqs.omeda.com/oqs/rest/olytics — 200 — 0 B — 477 ms — http/1.1https://www.astronomy.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f082169e85c51bfwww.astronomy.com/cdn-cgi/challenge... https://www.astronomy.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f082169e85c51bf — 200 — 1.2 KiB — 10 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=534245776&t=pageview&_s=1&dl=https%3A%2F%2Fwww.astronomy.com%2F&ul=en-us&dt=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1727529442&gjid=1759805596&cid=989262959.1776897631&tid=UA-130806-5&_gid=49245117.1776897631&_r=1&_slc=1&cd1=Anonymous&cm1=0&z=1492307500www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=534245776&t=pageview&_s=1&dl=https%3A%2F%2Fwww.astronomy.com%2F&ul=en-us&dt=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1727529442&gjid=1759805596&cid=989262959.1776897631&tid=UA-130806-5&_gid=49245117.1776897631&_r=1&_slc=1&cd1=Anonymous&cm1=0&z=1492307500 — 200 — 454 B — 29 ms — h2https://a.dpmsrv.com/dpmpxl/index.php?zn=&sn=&sessionId=&q=xImp&v=1.x&ep%5BaUid%5D=&ep%5BaSid%5D=&ep%5BaSidCustom%5D=1&ep%5BcCid%5D=&cl=1588&pixelIndex=0&r=568364&tzOffset=0&url=https%3A%2F%2Fwww.astronomy.com%2F&pageTitle=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxiesa.dpmsrv.com/dpmpxl/index.php?zn=&s... https://a.dpmsrv.com/dpmpxl/index.php?zn=&sn=&sessionId=&q=xImp&v=1.x&ep%5BaUid%5D=&ep%5BaSid%5D=&ep%5BaSidCustom%5D=1&ep%5BcCid%5D=&cl=1588&pixelIndex=0&r=568364&tzOffset=0&url=https%3A%2F%2Fwww.astronomy.com%2F&pageTitle=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies — 200 — 880 B — 394 ms — http/1.1https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 23 B — 193 ms — h3https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/script.jscdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/script.js — 200 — 10.4 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=G-2R82D8QZG9&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2R82D8QZG9&cx=c&gtm=4e64k1 — 200 — 154.7 KiB — 64 ms — h2https://d81mfvml8p5ml.cloudfront.net/rftykj48.jsd81mfvml8p5ml.cloudfront.net/rftykj... https://d81mfvml8p5ml.cloudfront.net/rftykj48.js — 200 — 4.8 KiB — 21 ms — h3https://www.clarity.ms/tag/ok5mx63kyl?ref=gtm2www.clarity.ms/tag/ok5mx63kyl?ref=g... https://www.clarity.ms/tag/ok5mx63kyl?ref=gtm2 — 200 — 861 B — 139 ms — http/1.1https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 20 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 16 ms — h2https://www.astronomy.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.1www.astronomy.com/wp-includes/js/wp... https://www.astronomy.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.1 — 200 — 5.4 KiB — 21 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LeIlgMsAAAAAHTaCqVAhtmPw-8YeLe4_xfJA8Ll&co=aHR0cHM6Ly93d3cuYXN0cm9ub215LmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=la8n27oji5n4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LeIlgMsAAAAAHTaCqVAhtmPw-8YeLe4_xfJA8Ll&co=aHR0cHM6Ly93d3cuYXN0cm9ub215LmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=la8n27oji5n4 — 200 — 27.6 KiB — 88 ms — h3https://dn1i8v75r669j.cloudfront.net/v/?w=rftykj48dn1i8v75r669j.cloudfront.net/v/?w=r... https://dn1i8v75r669j.cloudfront.net/v/?w=rftykj48 — 200 — 447 B — 15 ms — h3https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=astronomy.com&domain=astronomy.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=astronomy.com&domain=astronomy.com&path=%2F — 200 — 513 B — 25 ms — h2https://ads.blogherads.com/static/chunks/982.31e834f3c5c91bf8b371.jsads.blogherads.com/static/chunks/98... https://ads.blogherads.com/static/chunks/982.31e834f3c5c91bf8b371.js — 200 — 11.5 KiB — 7 ms — h2https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.jsads.blogherads.com/static/chunks/83... https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.js — 200 — 43.2 KiB — 12 ms — h2https://ads.blogherads.com/static/chunks/4857.910c4b46763f23e61854.jsads.blogherads.com/static/chunks/48... https://ads.blogherads.com/static/chunks/4857.910c4b46763f23e61854.js — 200 — 8.1 KiB — 6 ms — h2https://ads.blogherads.com/static/chunks/6317.7fde3be0f22be218a9d5.jsads.blogherads.com/static/chunks/63... https://ads.blogherads.com/static/chunks/6317.7fde3be0f22be218a9d5.js — 200 — 4.8 KiB — 13 ms — h2https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.jsads.blogherads.com/static/chunks/36... https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js — 200 — 50.3 KiB — 16 ms — h2https://ads.blogherads.com/static/chunks/2030.b94af747cd5b3350d333.jsads.blogherads.com/static/chunks/20... https://ads.blogherads.com/static/chunks/2030.b94af747cd5b3350d333.js — 200 — 19.8 KiB — 15 ms — h2https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.jsads.blogherads.com/static/chunks/52... https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js — 200 — 132.2 KiB — 27 ms — h2https://ping.chartbeat.net/ping?h=astronomy.com&p=%2F&u=frs9KHVVEscK3ad&d=astronomy.com&g=66482&g0=No%20Section&g1=no%20author&g7=1776865400000&n=1&f=00001&c=0&x=0&m=0&y=5758&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.astronomy.com%2F&b=1342&t=CPA1vyC6ncCKBva64xPSqy7D-kEHt&V=150&i=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&tz=0&sn=1&sv=BIzxs7HVqfIBhiHhNBMbzwrB640vJ&sr=external&sd=1&im=067b0fff&_ping.chartbeat.net/ping?h=astronomy... https://ping.chartbeat.net/ping?h=astronomy.com&p=%2F&u=frs9KHVVEscK3ad&d=astronomy.com&g=66482&g0=No%20Section&g1=no%20author&g7=1776865400000&n=1&f=00001&c=0&x=0&m=0&y=5758&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.astronomy.com%2F&b=1342&t=CPA1vyC6ncCKBva64xPSqy7D-kEHt&V=150&i=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&tz=0&sn=1&sv=BIzxs7HVqfIBhiHhNBMbzwrB640vJ&sr=external&sd=1&im=067b0fff&_ — 200 — 201 B — 336 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 124 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 204 ms — h2https://dkpklk99llpj0.cloudfront.net/rftykj48_1696962623165.jsdkpklk99llpj0.cloudfront.net/rftykj... https://dkpklk99llpj0.cloudfront.net/rftykj48_1696962623165.js — 200 — 22.3 KiB — 15 ms — h3https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/banner.jscdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/banner.js — 200 — 8.8 KiB — 25 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 68 ms — h3https://c5.dycdn.net/rftykj48/campaigns/?k=27mgga7&d=w94v7myyv5&url=https%3A%2F%2Fwww.astronomy.com%2F&ptyp=0&sbr=astronomy&curr=USDc5.dycdn.net/rftykj48/campaigns/?k=... https://c5.dycdn.net/rftykj48/campaigns/?k=27mgga7&d=w94v7myyv5&url=https%3A%2F%2Fwww.astronomy.com%2F&ptyp=0&sbr=astronomy&curr=USD — 401 — 180 B — 229 ms — h2https://am.freshrelevance.com/tpc/am.freshrelevance.com/tpc/ https://am.freshrelevance.com/tpc/ — 200 — 4.7 KiB — 154 ms — h2https://ads.blogherads.com/static/chunks/6559.074815d12fef9b41149e.jsads.blogherads.com/static/chunks/65... https://ads.blogherads.com/static/chunks/6559.074815d12fef9b41149e.js — 200 — 6.2 KiB — 9 ms — h2https://oqs.omeda.com/oqs/rest/olyticsoqs.omeda.com/oqs/rest/olytics https://oqs.omeda.com/oqs/rest/olytics — 200 — 326 B — 122 ms — http/1.1https://d1mkq4fbm7j30i.cloudfront.net/21/oHS-21.jsd1mkq4fbm7j30i.cloudfront.net/21/oH... https://d1mkq4fbm7j30i.cloudfront.net/21/oHS-21.js — 200 — 841 B — 22 ms — h2https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/J3d7u7oy.jsoncdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/J3d7u7oy.json — 200 — 394 B — 68 ms — h2https://a.usbrowserspeed.com/cs?pid=d177d942cb8207b52f57818feb9bb79a7b77ce6e0ed688e3af36875661b9be1d&r=https%3A%2F%2Fs.dpmsrv.com%2Fblank.png&puid=dpmpixc%5B1588%5Da%5BNA%5Ds%5B019db75a-230f-745d-9ef6-0107d2c78d2d%5Da.usbrowserspeed.com/cs?pid=d177d94... https://a.usbrowserspeed.com/cs?pid=d177d942cb8207b52f57818feb9bb79a7b77ce6e0ed688e3af36875661b9be1d&r=https%3A%2F%2Fs.dpmsrv.com%2Fblank.png&puid=dpmpixc%5B1588%5Da%5BNA%5Ds%5B019db75a-230f-745d-9ef6-0107d2c78d2d%5D — 302 — 201 B — 628 ms — h2https://directory.cookieyes.com/api/v1/ipdirectory.cookieyes.com/api/v1/ip https://directory.cookieyes.com/api/v1/ip — 200 — 412 B — 67 ms — h3https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/config/91mY4M91.jsoncdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/config/91mY4M91.json — 200 — 6.9 KiB — 26 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 237 ms — h3https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/translations/7zZTyOWS.jsoncdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/translations/7zZTyOWS.json — 200 — 996 B — 25 ms — h2https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 29 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 75 ms — h3https://am.freshrelevance.com/get?data=%7B%22type%22%3A%22heartbeat%22%2C%22data%22%3A%7B%22c%22%3A%22w94v7myyv5%22%2C%22ua%22%3A%22Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36%22%2C%22w%22%3A%22rftykj48%22%7D%7Dam.freshrelevance.com/get?data=%7B%... https://am.freshrelevance.com/get?data=%7B%22type%22%3A%22heartbeat%22%2C%22data%22%3A%7B%22c%22%3A%22w94v7myyv5%22%2C%22ua%22%3A%22Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36%22%2C%22w%22%3A%22rftykj48%22%7D%7D — 200 — 212 B — 154 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/audit-table/cCG5ib92.jsoncdn-cookieyes.com/client_data/8b2b5... https://cdn-cookieyes.com/client_data/8b2b503ea77987f25f16a19b/audit-table/cCG5ib92.json — 200 — 6.9 KiB — 27 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 151 ms — h2https://fundingchoicesmessages.google.com/i/pub-9489621755605348?ers=1fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/pub-9489621755605348?ers=1 — 200 — 70.1 KiB — 174 ms — h2https://api.firecrown.com/v1/eventsapi.firecrown.com/v1/events https://api.firecrown.com/v1/events — 202 — 0 B — 456 ms — h3https://cdn-cookieyes.com/assets/images/revisit.svgcdn-cookieyes.com/assets/images/rev... https://cdn-cookieyes.com/assets/images/revisit.svg — 200 — 1.2 KiB — 28 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 796 B — 35 ms — h2https://cdn-cookieyes.com/assets/images/poweredbtcky.svgcdn-cookieyes.com/assets/images/pow... https://cdn-cookieyes.com/assets/images/poweredbtcky.svg — 200 — 1.5 KiB — 33 ms — h2https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-lightitalic.003cbe43.woff2www.astronomy.com/wp-content/themes... https://www.astronomy.com/wp-content/themes/astronomy/dist/fonts/rubik-lightitalic.003cbe43.woff2 — 200 — 30.3 KiB — 26 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-2R82D8QZG9&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&_p=1776897630053&_gaz=1&gcs=G111&gcd=13v3vPv2v5l1&npa=0&dma_cps=a&dma=1&gdid=dY2Q2ZW&_eu=AAAAAGA&are=1&cid=989262959.1776897631&frm=0&pscdl=noapi&rcb=6&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~115938466~115938468~117266400~117512542~118463261&sid=1776897630&sct=1&seg=0&dl=https%3A%2F%2Fwww.astronomy.com%2F&dt=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1940region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-2R82D8QZG9&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&_p=1776897630053&_gaz=1&gcs=G111&gcd=13v3vPv2v5l1&npa=0&dma_cps=a&dma=1&gdid=dY2Q2ZW&_eu=AAAAAGA&are=1&cid=989262959.1776897631&frm=0&pscdl=noapi&rcb=6&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~115938466~115938468~117266400~117512542~118463261&sid=1776897630&sct=1&seg=0&dl=https%3A%2F%2Fwww.astronomy.com%2F&dt=Astronomy%20Magazine%3A%20Space%20News%2C%20Observing%2C%20Planets%2C%20Galaxies&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=1940 — 204 — 551 B — 83 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-2R82D8QZG9&cid=989262959.1776897631&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&rcb=6&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3vPv2v5l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-2R82D8QZG9&cid=989262959.1776897631&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&rcb=6&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3vPv2v5l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261 — 204 — 551 B — 84 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-2R82D8QZG9&cid=989262959.1776897631&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&rcb=6&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3vPv2v5l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261&z=1961002167www.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-2R82D8QZG9&cid=989262959.1776897631&gtm=45je64k1v890947758z8857457574za20gzb857457574zd857457574&rcb=6&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3vPv2v5l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542~118463261&z=1961002167 — 200 — 408 B — 95 ms — h2https://log.cookieyes.com/api/v1/gcmlog.cookieyes.com/api/v1/gcm https://log.cookieyes.com/api/v1/gcm — 200 — 224 B — 45 ms — h3https://cdp.omeda.com/olytics/segments/pcdp.omeda.com/olytics/segments/p https://cdp.omeda.com/olytics/segments/p — 200 — 0 B — 474 ms — http/1.1https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 91 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 85 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 36 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUypuaH-xPNNd5D1VxWe_5ZoKdYoyr1dE3P5w3lSqhalvE2RW-FzHF3zCMM0Pylu0LjNI3z2ZUGrBAJbsR6tyxi84eQ3uQUkKpk02upB9lUZqRLZWchZ19Ct_FTYW8-Yb6wBZYzwA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk3NjMxLDc0NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuYXN0cm9ub215LmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFszNSwiMTc3Njg5NzYzMSJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUypuaH-xPNNd5D1VxWe_5ZoKdYoyr1dE3P5w3lSqhalvE2RW-FzHF3zCMM0Pylu0LjNI3z2ZUGrBAJbsR6tyxi84eQ3uQUkKpk02upB9lUZqRLZWchZ19Ct_FTYW8-Yb6wBZYzwA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk3NjMxLDc0NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuYXN0cm9ub215LmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFszNSwiMTc3Njg5NzYzMSJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0 — 200 — 71.7 KiB — 121 ms — h2https://s.dpmsrv.com/blank.pngs.dpmsrv.com/blank.png https://s.dpmsrv.com/blank.png — 200 — 1.0 KiB — 4 ms — http/1.1data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd… — 200 — 0 B — 0 ms — datahttps://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 281 B — 353 ms — http/1.1https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.3 KiB — 44 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 39 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 35 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVZ9qDMRJLE-Gc0MG5Uz9Uf_cQ1uA71quRumNhqK7LpmRrAAOkVlwcjj36fCx9JtU7gzDHnErvqzFVWrcXjbGo1TsspBCRNMhfwaURhX6A6RYIbeYwd2P1WmKx2ac-YhZpva-tHTg== — 204 — 28 B — 40 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 44 ms — h3https://www.astronomy.com/wp-content/uploads/2024/10/cropped-favicon-32x32.jpgwww.astronomy.com/wp-content/upload... https://www.astronomy.com/wp-content/uploads/2024/10/cropped-favicon-32x32.jpg — 200 — 699 B — 17 ms — h3https://cdp.omeda.com/olytics/segments/pcdp.omeda.com/olytics/segments/p https://cdp.omeda.com/olytics/segments/p — 200 — 308 B — 204 ms — http/1.1https://ib.adnxs.com/seg?member=827&consent=1&add=39584851,39580835ib.adnxs.com/seg?member=827&consent... https://ib.adnxs.com/seg?member=827&consent=1&add=39584851,39580835 — 307 — 926 B — 162 ms — h2https://pixel.mathtag.com/event/img?mt_id=2373835&mt_adid=431650pixel.mathtag.com/event/img?mt_id=2... https://pixel.mathtag.com/event/img?mt_id=2373835&mt_adid=431650 — 302 — 857 B — 300 ms — http/1.1https://pixel.mathtag.com/event/img?mt_id=2373830&mt_adid=431650pixel.mathtag.com/event/img?mt_id=2... https://pixel.mathtag.com/event/img?mt_id=2373830&mt_adid=431650 — 302 — 857 B — 300 ms — http/1.1https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:0qwxs84&fmt=3insight.adsrvr.org/track/pxl/?adv=f... https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:0qwxs84&fmt=3 — 200 — 149 B — 111 ms — h2https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:s161583&fmt=3insight.adsrvr.org/track/pxl/?adv=f... https://insight.adsrvr.org/track/pxl/?adv=f6ba480&ct=0:s161583&fmt=3 — 200 — 148 B — 113 ms — h2https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 281 B — 407 ms — http/1.1https://ib.adnxs.com/bounce?%2Fseg%3Fmember%3D827%26consent%3D1%26add%3D39584851%2C39580835ib.adnxs.com/bounce?%2Fseg%3Fmember... https://ib.adnxs.com/bounce?%2Fseg%3Fmember%3D827%26consent%3D1%26add%3D39584851%2C39580835 — 200 — 923 B — 29 ms — h2https://pixel.mathtag.com/event/img?primary-x-request-id=d8d40b225abb39b1b49e99c701b2ddc1&mt_id=2373830&mt_adid=431650pixel.mathtag.com/event/img?primary... https://pixel.mathtag.com/event/img?primary-x-request-id=d8d40b225abb39b1b49e99c701b2ddc1&mt_id=2373830&mt_adid=431650 — 200 — 755 B — 104 ms — http/1.1https://pixel.mathtag.com/event/img?primary-x-request-id=a551232f4c56a25ff52d275322b584e3&mt_id=2373835&mt_adid=431650pixel.mathtag.com/event/img?primary... https://pixel.mathtag.com/event/img?primary-x-request-id=a551232f4c56a25ff52d275322b584e3&mt_id=2373835&mt_adid=431650 — 200 — 755 B — 101 ms — http/1.1
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 1751ms · 770KB · €19/mo
www.astronomy.com
Other
Costly
Execution 363ms
Transfer 46 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 307ms
Transfer 0 KB
Monthly Cost €3/mo
www.gstatic.com
Other
Costly
Execution 240ms
Transfer 0 KB
Unused 49%
Monthly Cost €3/mo
s.dpmsrv.com
Other
Optional
Execution 111ms
Transfer 14 KB
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 109ms
Transfer 70 KB
Unused 51%
Monthly Cost €1/mo
ads.blogherads.com
Other
Optional
Execution 95ms
Transfer 132 KB
Unused 79%
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 94ms
Transfer 72 KB
Monthly Cost €1/mo
www.astronomy.com
Other
Optional
Execution 81ms
Transfer 31 KB
Unused 66%
Monthly Cost €1/mo
cdn-cookieyes.com
Other
Optional
Execution 71ms
Transfer 9 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 144 KB
Unused 48%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 56ms
Transfer 26 KB
Monthly Cost €1/mo
www.astronomy.com
Other
Optional
Execution 54ms
Transfer 0 KB
Monthly Cost €1/mo
olytics.omeda.com
Other
Optional
Execution 54ms
Transfer 71 KB
Unused 66%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 155 KB
Unused 41%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.astronomy.com adds 363ms and costs ~€4/month
  • Unattributable adds 307ms and costs ~€3/month
  • www.gstatic.com adds 240ms and costs ~€3/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.astronomy.com takes 363ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Unattributable takes 307ms 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.gstatic.com takes 240ms 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

51% of fundingchoicesmessages.google.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

79% of ads.blogherads.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

66% of www.astronomy.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

66% of olytics.omeda.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