Skip to content
https://spacenews.com

Performance

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

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

51
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
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.

1.01 s

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

4.65 s

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

0 ms

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

0.813

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

1.42 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.65 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 4 REVIEW 3 FIX
F
Page Weight Budget
Action
5.7 MB transferred, 144 requests
FIX
5.7 MB transferred, 144 requests
Critical::
Page weighs 10.6 MB (5.7 MB transferred)
Warning::
Images are 3.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.3 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 828 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 828 KB
Info::
CSS is 274 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 274 KB
Warning::
144 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.7 MB / 2.4 MB budget
5.7 MB transferred
144 requests
1.2 g CO2 per page load
Images 3.3 MiB 57%
JavaScript 1.2 MiB 21%
Fonts 828.0 KiB 14%
CSS 274.5 KiB 5%
HTML 113.5 KiB 2%
Other 71.1 KiB 1%
Other 3.2 KiB 0%
Other 1.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

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
88% third-party, 0 ms blocking
FIX
88% third-party, 0 ms blocking
Warning::
Third-party code accounts for 88% of page weight (5.1 MiB of 5.7 MiB)
Info::
Third-party blocking time is low (0 ms)
88%
First-party Third-party
D
Page Weight Inventory
Action
144 resources · 5.7 MB · 63 KB savings available
FIX
144 resources · 5.7 MB · 63 KB savings available
Warning::
Page weight 4.7 MB over 1MB target
Got: 5.7 MB Expected: ≤ 1 MB
Info::
~63 KB of savings available
Warning::
93 third-party resources (88% of weight)
Info::
6 resources over 200KB
144 resources · 5.7 MiB · 93 third-party 4.7 MiB over 1MB target
Image 57% · 3.3 MiB
JavaScript 21% · 1.2 MiB
Font 14% · 828.0 KiB
CSS 5% · 274.5 KiB
Document 2% · 114.6 KiB
Other 1% · 73.5 KiB

~63.5 KiB of savings available

Remove unused JavaScript: 63.5 KiB
C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://apogee.spacenews.com/assets/1b91b874-8dea-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://apogee.spacenews.com/assets/dcafc96d-160e-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://apogee.spacenews.com/assets/b2080f76-3372-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 3.3 MB
0 oversized -0 KB
5 legacy format
3 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

B
JS Execution Cost
663ms total JS execution
REVIEW
663ms total JS execution
Warning::
https://spacenews.com/: 379ms CPU time
Info::
Unattributable: 162ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-Y8V6...: 70ms CPU time
Info::
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jq...: 52ms CPU time
Info::
Third-party scripts: 284ms (43% of total)

Main Thread Breakdown

Style & Layout 31% Script Evaluation 26% Other 26% Rendering 6% Parse HTML & CSS 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://spacenews.com/379ms9ms5ms1st
Unattributable162ms2ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-Y8V618Z7WR70ms58ms12ms3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js52ms12ms2ms3rd
B
JS Bundles
53 scripts, 63 KB unused
REVIEW
53 scripts, 63 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Y8V6...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 63 KB
63 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-Y8V618Z7WR157 KB63 KB (40%)3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js31 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js5 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/underscore.min.js8 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/wp-util.min.js1 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/dist/hooks.min.js2 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/dist/i18n.min.js3 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.js12 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/dist/url.min.js4 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/dist/dom-ready.min.js1 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

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
12 fonts (828 KB)
PASS
12 fonts (828 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

828 KB total

Render-blocking

0

of 12

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 4.0 s FCP 1.0 s LCP 4.6 shttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYuUe6HOpW3pwfa0.woff2dFa5ZfeM_74wlPZtksIFYuU... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYuUe6HOpW3pwfa0.woff2 — 17.1 KiB — 164 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dOIFdwYjGaAMFtZd_QA1ZbYFeQGQyU.woff2i7dOIFdwYjGaAMFtZd_QA1Z... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dOIFdwYjGaAMFtZd_QA1ZbYFeQGQyU.woff2 — 31.8 KiB — 355 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYoEf6HOpW3pwfa0.woff2dFa5ZfeM_74wlPZtksIFYoE... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYoEf6HOpW3pwfa0.woff2 — 16.8 KiB — 304 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa4ZfeM_74wlPZtksIFaj8K_1SMdFJ6dQ.woff2dFa4ZfeM_74wlPZtksIFaj8... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa4ZfeM_74wlPZtksIFaj8K_1SMdFJ6dQ.woff2 — 17.7 KiB — 158 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFWaHi6WZ3Q.woff2i7dMIFdwYjGaAMFtZd_QA1Z... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFWaHi6WZ3Q.woff2 — 34.0 KiB — 150 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYskZ6HOpW3pwfa0.woff2dFa5ZfeM_74wlPZtksIFYsk... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYskZ6HOpW3pwfa0.woff2 — 17.2 KiB — 142 ms — font-display: swaphttps://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa6ZfeM_74wlPZtksIFajo6_V6LVlA.woff2dFa6ZfeM_74wlPZtksIFajo... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa6ZfeM_74wlPZtksIFajo6_V6LVlA.woff2 — 17.1 KiB — 160 ms — font-display: swaphttps://spacenews.com/wp-content/plugins/newspack-plugin/dist/fonts/InterVariable.a0e477f2.woff2InterVariable.a0e477f2.... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/fonts/InterVariable.a0e477f2.woff2 — 337.9 KiB — 405 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 107 ms — font-display: swaphttps://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Bold.woff2Inter-Bold.woff2 https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Bold.woff2 — 104.0 KiB — 106 ms — font-display: swaphttps://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Medium.woff2Inter-Medium.woff2 https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Medium.woff2 — 103.5 KiB — 109 ms — font-display: swaphttps://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Regular.woff2Inter-Regular.woff2 https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Regular.woff2 — 97.1 KiB — 106 ms — font-display: swap
dFa5ZfeM_74wlPZtksIFYuU... woff2 swap
Size 17 KB
Load time 164 ms
Start 824 ms
Risk FOUT — text flashes from fallback to web font
i7dOIFdwYjGaAMFtZd_QA1Z... woff2 swap
Size 32 KB
Load time 355 ms
Start 824 ms
Risk FOUT — text flashes from fallback to web font
dFa5ZfeM_74wlPZtksIFYoE... woff2 swap
Size 17 KB
Load time 304 ms
Start 825 ms
Risk FOUT — text flashes from fallback to web font
dFa4ZfeM_74wlPZtksIFaj8... woff2 swap
Size 18 KB
Load time 158 ms
Start 828 ms
Risk FOUT — text flashes from fallback to web font
i7dMIFdwYjGaAMFtZd_QA1Z... woff2 swap
Size 34 KB
Load time 150 ms
Start 828 ms
Risk FOUT — text flashes from fallback to web font
dFa5ZfeM_74wlPZtksIFYsk... woff2 swap
Size 17 KB
Load time 142 ms
Start 829 ms
Risk FOUT — text flashes from fallback to web font
dFa6ZfeM_74wlPZtksIFajo... woff2 swap
Size 17 KB
Load time 160 ms
Start 829 ms
Risk FOUT — text flashes from fallback to web font
InterVariable.a0e477f2.... woff2 swap
Size 338 KB
Load time 405 ms
Start 903 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 107 ms
Start 985 ms
Risk FOUT — text flashes from fallback to web font
Inter-Bold.woff2 woff2 swap
Size 104 KB
Load time 106 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Medium.woff2 woff2 swap
Size 103 KB
Load time 109 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular.woff2 woff2 swap
Size 97 KB
Load time 106 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~273 KB and ~546 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP Caching
max-age=217 (3 minutes)
PASS
max-age=217 (3 minutes)
Info::
Cache-Control header is set
Got: max-age=217, must-revalidate
Info::
Effective TTL: 3 minutes (max-age=217)
Info::
Last-Modified header present
Cache-Control

max-age=217, must-revalidate

DirectiveValueMeaning
max-age217Cache for 3 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 217 seconds
Network Waterfall
144 requests over 4225ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.0 s LCP 4.6 shttps://spacenews.com// https://spacenews.com/ — 200 — 52.8 KiB — 342 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2025/10/spacenews_logo-crop25.webp?w=736&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/10/spacenews_logo-crop25.webp?w=736&ssl=1 — 200 — 7.5 KiB — 10 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-3.41.05-PM.png?resize=800%2C600&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-3.41.05-PM.png?resize=800%2C600&ssl=1 — 200 — 121.5 KiB — 11 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dist/block-library/style.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dist/block-library/style.min.css — 200 — 16.1 KiB — 9 ms — h2https://spacenews.com/wp-content/plugins/newspack-blocks/dist/block_styles.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/block_styles.css?ver=4.26.1 — 200 — 1.4 KiB — 131 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/newspack-ui.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/newspack-ui.css?ver=6.37.0 — 200 — 12.0 KiB — 155 ms — h2https://spacenews.com/wp-content/plugins/newspack-newsletters/dist/subscriptions.css?ver=1776258121/wp-content/plugins/newspack-newsle... https://spacenews.com/wp-content/plugins/newspack-newsletters/dist/subscriptions.css?ver=1776258121 — 200 — 625 B — 131 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dist/components/style.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dist/components/style.min.css — 200 — 14.9 KiB — 11 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/commons.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/commons.css?ver=6.37.0 — 200 — 20.4 KiB — 332 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-auth.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-auth.css?ver=6.37.0 — 200 — 1.0 KiB — 134 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/recaptcha.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/recaptcha.css?ver=6.37.0 — 200 — 686 B — 136 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-registration-block.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-registration-block.css?ver=6.37.0 — 200 — 1.8 KiB — 131 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/corrections.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/corrections.css?ver=6.37.0 — 200 — 562 B — 131 ms — h3https://spacenews.com/wp-content/plugins/newspack-plugin/dist/content-gate-block-patterns.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/content-gate-block-patterns.css?ver=6.37.0 — 200 — 1.1 KiB — 124 ms — h3https://spacenews.com/wp-content/plugins/newspack-popups/dist/view.css?ver=1776098773/wp-content/plugins/newspack-popups... https://spacenews.com/wp-content/plugins/newspack-popups/dist/view.css?ver=1776098773 — 200 — 2.2 KiB — 138 ms — h3https://spacenews.com/wp-content/themes/newspack-scott/style.css?ver=2.21.0/wp-content/themes/newspack-scott/s... https://spacenews.com/wp-content/themes/newspack-scott/style.css?ver=2.21.0 — 200 — 31.1 KiB — 165 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/ccbb971be998.google-fonts.min.css/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/ccbb971be998.google-fonts.min.css — 200 — 930 B — 136 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/6e3add596898.google-fonts.min.css/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/6e3add596898.google-fonts.min.css — 200 — 775 B — 140 ms — h3https://spacenews.com/wp-content/themes/newspack-theme/styles/newspack-sponsors.css?ver=2.21.0/wp-content/themes/newspack-theme/s... https://spacenews.com/wp-content/themes/newspack-theme/styles/newspack-sponsors.css?ver=2.21.0 — 200 — 2.1 KiB — 138 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js — 200 — 31.0 KiB — 13 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.2 KiB — 12 ms — h3https://spacenews.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.css?ver=4.26.1 — 200 — 3.2 KiB — 141 ms — h3https://spacenews.com/wp-content/plugins/newspack-blocks/dist/iframe/view.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/iframe/view.css?ver=4.26.1 — 200 — 518 B — 138 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-2000-1500-scaled.jpg?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-2000-1500-scaled.jpg?resize=1200%2C900&ssl=1 — 200 — 111.6 KiB — 12 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/GLOC_KCC_1200_x_662_px-1.png?resize=800%2C600&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/GLOC_KCC_1200_x_662_px-1.png?resize=800%2C600&ssl=1 — 200 — 410.8 KiB — 18 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2025/06/03df6xoJkk62ea80dNTi113-1.webp?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/06/03df6xoJkk62ea80dNTi113-1.webp?resize=1200%2C900&ssl=1 — 200 — 41.4 KiB — 5 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-skeleton.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-skeleton.css?ver=6.10.3 — 200 — 1.3 KiB — 122 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-skeleton.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-skeleton.css?ver=6.10.3 — 200 — 2.8 KiB — 221 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-skeleton.css?ver=6.15.20/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-skeleton.css?ver=6.15.20 — 200 — 796 B — 115 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-full.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-full.css?ver=6.10.3 — 200 — 952 B — 144 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.0 s LCP 4.6 shttps://spacenews.com// https://spacenews.com/ — 200 — 52.8 KiB — 342 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2025/10/spacenews_logo-crop25.webp?w=736&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/10/spacenews_logo-crop25.webp?w=736&ssl=1 — 200 — 7.5 KiB — 10 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-3.41.05-PM.png?resize=800%2C600&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-3.41.05-PM.png?resize=800%2C600&ssl=1 — 200 — 121.5 KiB — 11 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dist/block-library/style.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dist/block-library/style.min.css — 200 — 16.1 KiB — 9 ms — h2https://spacenews.com/wp-content/plugins/newspack-blocks/dist/block_styles.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/block_styles.css?ver=4.26.1 — 200 — 1.4 KiB — 131 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/newspack-ui.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/newspack-ui.css?ver=6.37.0 — 200 — 12.0 KiB — 155 ms — h2https://spacenews.com/wp-content/plugins/newspack-newsletters/dist/subscriptions.css?ver=1776258121/wp-content/plugins/newspack-newsle... https://spacenews.com/wp-content/plugins/newspack-newsletters/dist/subscriptions.css?ver=1776258121 — 200 — 625 B — 131 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dist/components/style.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dist/components/style.min.css — 200 — 14.9 KiB — 11 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/commons.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/commons.css?ver=6.37.0 — 200 — 20.4 KiB — 332 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-auth.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-auth.css?ver=6.37.0 — 200 — 1.0 KiB — 134 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/recaptcha.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/recaptcha.css?ver=6.37.0 — 200 — 686 B — 136 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-registration-block.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/reader-registration-block.css?ver=6.37.0 — 200 — 1.8 KiB — 131 ms — h2https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/corrections.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/other-scripts/corrections.css?ver=6.37.0 — 200 — 562 B — 131 ms — h3https://spacenews.com/wp-content/plugins/newspack-plugin/dist/content-gate-block-patterns.css?ver=6.37.0/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/content-gate-block-patterns.css?ver=6.37.0 — 200 — 1.1 KiB — 124 ms — h3https://spacenews.com/wp-content/plugins/newspack-popups/dist/view.css?ver=1776098773/wp-content/plugins/newspack-popups... https://spacenews.com/wp-content/plugins/newspack-popups/dist/view.css?ver=1776098773 — 200 — 2.2 KiB — 138 ms — h3https://spacenews.com/wp-content/themes/newspack-scott/style.css?ver=2.21.0/wp-content/themes/newspack-scott/s... https://spacenews.com/wp-content/themes/newspack-scott/style.css?ver=2.21.0 — 200 — 31.1 KiB — 165 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/ccbb971be998.google-fonts.min.css/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/ccbb971be998.google-fonts.min.css — 200 — 930 B — 136 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/6e3add596898.google-fonts.min.css/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/6e3add596898.google-fonts.min.css — 200 — 775 B — 140 ms — h3https://spacenews.com/wp-content/themes/newspack-theme/styles/newspack-sponsors.css?ver=2.21.0/wp-content/themes/newspack-theme/s... https://spacenews.com/wp-content/themes/newspack-theme/styles/newspack-sponsors.css?ver=2.21.0 — 200 — 2.1 KiB — 138 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js — 200 — 31.0 KiB — 13 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.2 KiB — 12 ms — h3https://spacenews.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/homepage-articles/view.css?ver=4.26.1 — 200 — 3.2 KiB — 141 ms — h3https://spacenews.com/wp-content/plugins/newspack-blocks/dist/iframe/view.css?ver=4.26.1/wp-content/plugins/newspack-blocks... https://spacenews.com/wp-content/plugins/newspack-blocks/dist/iframe/view.css?ver=4.26.1 — 200 — 518 B — 138 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-2000-1500-scaled.jpg?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-2000-1500-scaled.jpg?resize=1200%2C900&ssl=1 — 200 — 111.6 KiB — 12 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/GLOC_KCC_1200_x_662_px-1.png?resize=800%2C600&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/GLOC_KCC_1200_x_662_px-1.png?resize=800%2C600&ssl=1 — 200 — 410.8 KiB — 18 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2025/06/03df6xoJkk62ea80dNTi113-1.webp?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/06/03df6xoJkk62ea80dNTi113-1.webp?resize=1200%2C900&ssl=1 — 200 — 41.4 KiB — 5 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-skeleton.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-skeleton.css?ver=6.10.3 — 200 — 1.3 KiB — 122 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-skeleton.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-skeleton.css?ver=6.10.3 — 200 — 2.8 KiB — 221 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-skeleton.css?ver=6.15.20/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-skeleton.css?ver=6.15.20 — 200 — 796 B — 115 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-full.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/variables-full.css?ver=6.10.3 — 200 — 952 B — 144 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-full.css?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/css/common-full.css?ver=6.10.3 — 200 — 4.7 KiB — 135 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-full.css?ver=6.15.20/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/build/css/widget-events-list-full.css?ver=6.15.20 — 200 — 1.1 KiB — 133 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/underscore.min.jsc0.wp.com/c/6.9.4/wp-includes/js/un... https://c0.wp.com/c/6.9.4/wp-includes/js/underscore.min.js — 200 — 7.8 KiB — 36 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/wp-util.min.jsc0.wp.com/c/6.9.4/wp-includes/js/wp... https://c0.wp.com/c/6.9.4/wp-includes/js/wp-util.min.js — 200 — 1.1 KiB — 39 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/dist/hooks.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/hooks.min.js — 200 — 2.3 KiB — 42 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/dist/i18n.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/i18n.min.js — 200 — 2.5 KiB — 44 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.js — 200 — 12.2 KiB — 44 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/dist/url.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/url.min.js — 200 — 4.1 KiB — 44 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/dist/dom-ready.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/dom-ready.min.js — 200 — 810 B — 44 ms — h3https://elevate.spacenews.com/emit/9128.js?ver=1.0.0elevate.spacenews.com/emit/9128.js?... https://elevate.spacenews.com/emit/9128.js?ver=1.0.0 — 200 — 2.8 KiB — 182 ms — h2https://apogee.spacenews.com/init-2.min.js?v=1.52.4&ver=6.9.4apogee.spacenews.com/init-2.min.js?... https://apogee.spacenews.com/init-2.min.js?v=1.52.4&ver=6.9.4 — 200 — 7.3 KiB — 119 ms — h2https://spacenews.com/wp-content/plugins/gravity-forms-placeholders-master/gf.placeholders.js?ver=1.0/wp-content/plugins/gravity-forms-p... https://spacenews.com/wp-content/plugins/gravity-forms-placeholders-master/gf.placeholders.js?ver=1.0 — 200 — 947 B — 155 ms — h3https://spacenews.com/wp-content/plugins/perfmatters/vendor/fastclick/pmfastclick.min.js/wp-content/plugins/perfmatters/ven... https://spacenews.com/wp-content/plugins/perfmatters/vendor/fastclick/pmfastclick.min.js — 200 — 2.8 KiB — 216 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/8855383-scaled.jpg?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/8855383-scaled.jpg?resize=1200%2C900&ssl=1 — 200 — 81.6 KiB — 47 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/roman-goddard-apr25.jpeg?resize=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/roman-goddard-apr25.jpeg?resize=1200%2C900&ssl=1 — 200 — 75.4 KiB — 54 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2020/05/582752main_sunrise_from_iss-full_full.jpg?fit=1041%2C692&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2020/05/582752main_sunrise_from_iss-full_full.jpg?fit=1041%2C692&ssl=1 — 200 — 7.8 KiB — 41 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/02/55091188472_c01b4e3cdc_k.jpg?fit=1200%2C857&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/02/55091188472_c01b4e3cdc_k.jpg?fit=1200%2C857&ssl=1 — 200 — 52.7 KiB — 41 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-21-at-6.18.38-PM-e1776811592814.png?fit=1200%2C741&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-21-at-6.18.38-PM-e1776811592814.png?fit=1200%2C741&ssl=1 — 200 — 311.6 KiB — 74 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/55193946135_07de583c29_k.jpg?fit=1200%2C900&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/55193946135_07de583c29_k.jpg?fit=1200%2C900&ssl=1 — 200 — 51.6 KiB — 53 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/vleo-satellite.png?fit=1200%2C675&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/vleo-satellite.png?fit=1200%2C675&ssl=1 — 200 — 844.3 KiB — 74 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/roman-goddard-apr25.jpeg?fit=1200%2C901&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/roman-goddard-apr25.jpeg?fit=1200%2C901&ssl=1 — 200 — 75.1 KiB — 61 ms — h3https://s0.wp.com/wp-content/js/bilmur.min.js?m=202617s0.wp.com/wp-content/js/bilmur.min.... https://s0.wp.com/wp-content/js/bilmur.min.js?m=202617 — 200 — 5.5 KiB — 49 ms — h2https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/user-agent.js?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/user-agent.js?ver=6.10.3 — 200 — 659 B — 156 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/underscore-before.js/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/underscore-before.js — 200 — 725 B — 183 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/underscore-after.js/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/underscore-after.js — 200 — 596 B — 155 ms — h3https://spacenews.com/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=6.9.4/wp-content/plugins/activecampaign-... https://spacenews.com/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=6.9.4 — 200 — 961 B — 158 ms — h3https://jobs.spacenews.com/embed/jobsjobs.spacenews.com/embed/jobs https://jobs.spacenews.com/embed/jobs — 200 — 4.4 KiB — 325 ms — h2https://spacenews.com/wp-content/plugins/newspack-ads/dist/media-kit-frontend.js?ver=3.10.3/wp-content/plugins/newspack-ads/di... https://spacenews.com/wp-content/plugins/newspack-ads/dist/media-kit-frontend.js?ver=3.10.3 — 200 — 9.4 KiB — 152 ms — h3https://spacenews.com/wp-content/plugins/newspack-ads/dist/frontend.js?ver=33bf52d469a9bc142086/wp-content/plugins/newspack-ads/di... https://spacenews.com/wp-content/plugins/newspack-ads/dist/frontend.js?ver=33bf52d469a9bc142086 — 200 — 1.3 KiB — 162 ms — h3https://spacenews.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=5ba5dddc04be2306aaf0/wp-content/plugins/jetpack/jetpack... https://spacenews.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=5ba5dddc04be2306aaf0 — 200 — 2.7 KiB — 159 ms — h3https://spacenews.com/wp-content/plugins/metorik-helper/assets/js/metorik.min.js?ver=2.0.10/wp-content/plugins/metorik-helper/... https://spacenews.com/wp-content/plugins/metorik-helper/assets/js/metorik.min.js?ver=2.0.10 — 200 — 21.3 KiB — 161 ms — h3https://spacenews.com/wp-content/plugins/wp-parsely/build/loader.js?ver=ecf94842061bea03d54b/wp-content/plugins/wp-parsely/buil... https://spacenews.com/wp-content/plugins/wp-parsely/build/loader.js?ver=ecf94842061bea03d54b — 200 — 1.7 KiB — 155 ms — h3https://cdn.parsely.com/keys/spacenews.com/p.js?ver=3.23.1cdn.parsely.com/keys/spacenews.com/... https://cdn.parsely.com/keys/spacenews.com/p.js?ver=3.23.1 — 200 — 19.5 KiB — 45 ms — h2https://spacenews.com/wp-content/plugins/woocommerce-memberships/assets/js/frontend/wc-memberships-frontend.min.js?ver=1.28.1/wp-content/plugins/woocommerce-mem... https://spacenews.com/wp-content/plugins/woocommerce-memberships/assets/js/frontend/wc-memberships-frontend.min.js?ver=1.28.1 — 200 — 1.8 KiB — 163 ms — h3https://c0.wp.com/p/woocommerce/10.7.0/assets/js/sourcebuster/sourcebuster.min.jsc0.wp.com/p/woocommerce/10.7.0/asse... https://c0.wp.com/p/woocommerce/10.7.0/assets/js/sourcebuster/sourcebuster.min.js — 200 — 5.2 KiB — 35 ms — h3https://c0.wp.com/p/woocommerce/10.7.0/assets/js/frontend/order-attribution.min.jsc0.wp.com/p/woocommerce/10.7.0/asse... https://c0.wp.com/p/woocommerce/10.7.0/assets/js/frontend/order-attribution.min.js — 200 — 1.5 KiB — 36 ms — h3https://spacenews.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos/responsive-videos.js?minify=false&ver=1a16f71f21c6d197f51b/wp-content/plugins/jetpack/jetpack... https://spacenews.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos/responsive-videos.js?minify=false&ver=1a16f71f21c6d197f51b — 200 — 985 B — 162 ms — h3https://spacenews.com/wp-content/plugins/jetpack/_inc/blocks/top-posts/view.js?minify=false&ver=15.8-a.5/wp-content/plugins/jetpack/_inc/bl... https://spacenews.com/wp-content/plugins/jetpack/_inc/blocks/top-posts/view.js?minify=false&ver=15.8-a.5 — 200 — 980 B — 162 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/tribe-common.js?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/tribe-common.js?ver=6.10.3 — 200 — 764 B — 162 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/utils/query-string.js?ver=6.10.3/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/common/build/js/utils/query-string.js?ver=6.10.3 — 200 — 12.2 KiB — 162 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/build/js/views/manager.js?ver=6.15.20/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/build/js/views/manager.js?ver=6.15.20 — 200 — 3.3 KiB — 239 ms — h3https://spacenews.com/wp-content/plugins/the-events-calendar/build/js/views/breakpoints.js?ver=6.15.20/wp-content/plugins/the-events-cale... https://spacenews.com/wp-content/plugins/the-events-calendar/build/js/views/breakpoints.js?ver=6.15.20 — 200 — 1019 B — 161 ms — h3https://spacenews.com/wp-content/themes/newspack-theme/styles/print.css?ver=2.21.0/wp-content/themes/newspack-theme/s... https://spacenews.com/wp-content/themes/newspack-theme/styles/print.css?ver=2.21.0 — 200 — 1.4 KiB — 161 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/03/G_u3fIOWgAAl80A-scaled.jpeg?resize=1200%2C900&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/03/G_u3fIOWgAAl80A-scaled.jpeg?resize=1200%2C900&ssl=1&w=370 — 200 — 11.5 KiB — 29 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-1920-1080-scaled.jpg?resize=706%2C397&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/orbital-data-centers-spacenews-april-2026-1920-1080-scaled.jpg?resize=706%2C397&ssl=1 — 200 — 39.5 KiB — 36 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-21-at-6.18.38-PM-e1776811592814.png?resize=800%2C600&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/Screenshot-2026-04-21-at-6.18.38-PM-e1776811592814.png?resize=800%2C600&ssl=1&w=370 — 200 — 54.0 KiB — 43 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/02/55091188472_c01b4e3cdc_k.jpg?resize=1200%2C900&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/02/55091188472_c01b4e3cdc_k.jpg?resize=1200%2C900&ssl=1&w=370 — 200 — 10.1 KiB — 31 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2020/05/582752main_sunrise_from_iss-full_full.jpg?resize=800%2C600&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2020/05/582752main_sunrise_from_iss-full_full.jpg?resize=800%2C600&ssl=1&w=370 — 200 — 2.2 KiB — 37 ms — h3https://www.youtube.com/embed/JPZhWZTg8YI?feature=oembedwww.youtube.com/embed/JPZhWZTg8YI?f... https://www.youtube.com/embed/JPZhWZTg8YI?feature=oembed — 200 — 56.3 KiB — 177 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2025/11/cropped-TraCSS_16x9-1024x683-1.jpg?resize=1200%2C900&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/11/cropped-TraCSS_16x9-1024x683-1.jpg?resize=1200%2C900&ssl=1&w=370 — 200 — 12.1 KiB — 34 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/axiom-kscvc.jpeg?resize=1200%2C900&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/axiom-kscvc.jpeg?resize=1200%2C900&ssl=1&w=370 — 200 — 16.9 KiB — 56 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2025/11/f9-20251105.jpeg?resize=1200%2C900&ssl=1&w=370i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2025/11/f9-20251105.jpeg?resize=1200%2C900&ssl=1&w=370 — 200 — 3.9 KiB — 44 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYuUe6HOpW3pwfa0.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYuUe6HOpW3pwfa0.woff2 — 200 — 17.1 KiB — 164 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dOIFdwYjGaAMFtZd_QA1ZbYFeQGQyU.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dOIFdwYjGaAMFtZd_QA1ZbYFeQGQyU.woff2 — 200 — 31.8 KiB — 355 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYoEf6HOpW3pwfa0.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYoEf6HOpW3pwfa0.woff2 — 200 — 16.8 KiB — 304 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa4ZfeM_74wlPZtksIFaj8K_1SMdFJ6dQ.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa4ZfeM_74wlPZtksIFaj8K_1SMdFJ6dQ.woff2 — 200 — 17.7 KiB — 158 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFWaHi6WZ3Q.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/i7dMIFdwYjGaAMFtZd_QA1ZeUFWaHi6WZ3Q.woff2 — 200 — 34.0 KiB — 150 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYskZ6HOpW3pwfa0.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa5ZfeM_74wlPZtksIFYskZ6HOpW3pwfa0.woff2 — 200 — 17.2 KiB — 142 ms — h3https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa6ZfeM_74wlPZtksIFajo6_V6LVlA.woff2/wp-content/cache/perfmatters/space... https://spacenews.com/wp-content/cache/perfmatters/spacenews.com/fonts/dFa6ZfeM_74wlPZtksIFajo6_V6LVlA.woff2 — 200 — 17.1 KiB — 160 ms — h3https://spacenews.com/wp-content/plugins/newspack-plugin/dist/fonts/InterVariable.a0e477f2.woff2/wp-content/plugins/newspack-plugin... https://spacenews.com/wp-content/plugins/newspack-plugin/dist/fonts/InterVariable.a0e477f2.woff2 — 200 — 337.9 KiB — 405 ms — h3https://elevate.spacenews.com/ndisplay/9128.jselevate.spacenews.com/ndisplay/9128... https://elevate.spacenews.com/ndisplay/9128.js — 200 — 1.7 KiB — 375 ms — h2https://www3.doubleclick.net/www3.doubleclick.net/ https://www3.doubleclick.net/ — 301 — 271 B — 190 ms — h2https://elevate.spacenews.com/event?ad_id=966435&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&page_imp_id=unknown&ad_imp_id=1776899348531_2c30f6zzuo0000000000000000000000&event_name=unique&event_value=undefinedelevate.spacenews.com/event?ad_id=9... https://elevate.spacenews.com/event?ad_id=966435&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&page_imp_id=unknown&ad_imp_id=1776899348531_2c30f6zzuo0000000000000000000000&event_name=unique&event_value=undefined — 204 — 477 B — 467 ms — h2https://elevate.spacenews.com/content/966435?metric=read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1elevate.spacenews.com/content/96643... https://elevate.spacenews.com/content/966435?metric=read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1 — 204 — 478 B — 215 ms — h2https://elevate.spacenews.com/content/966435?metric=unique_read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1elevate.spacenews.com/content/96643... https://elevate.spacenews.com/content/966435?metric=unique_read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1 — 204 — 477 B — 386 ms — h2https://elevate.spacenews.com/content/966435?metric=session&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1elevate.spacenews.com/content/96643... https://elevate.spacenews.com/content/966435?metric=session&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1 — 204 — 477 B — 211 ms — h2https://www.youtube.com/s/player/8456c9de/www-player.csswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-player.css — 200 — 58.0 KiB — 65 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 44 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 — 107 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 72 ms — h2https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8456c9de/p... https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.js — 200 — 436.5 KiB — 106 ms — h2https://diffuser-cdn.app-us1.com/diffuser/diffuser.jsdiffuser-cdn.app-us1.com/diffuser/d... https://diffuser-cdn.app-us1.com/diffuser/diffuser.js — 200 — 7.8 KiB — 67 ms — h2https://p1.parsely.com/plogger/?rand=1776899348639&plid=68cd5e2f-c033-47e8-92cb-7c2340f7cf94&idsite=spacenews.com&url=https%3A%2F%2Fspacenews.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fspacenews.com%2F&sref=&sts=1776899348635&slts=0&title=SpaceNews+Home+-+SpaceNews&date=Wed+Apr+22+2026+23%3A09%3A08+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=1885b85b-c731-492b-8525-e13b5687992d&u=pid%3Da9e289af-90ef-4107-8167-03ffb896b944p1.parsely.com/plogger/?rand=177689... https://p1.parsely.com/plogger/?rand=1776899348639&plid=68cd5e2f-c033-47e8-92cb-7c2340f7cf94&idsite=spacenews.com&url=https%3A%2F%2Fspacenews.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fspacenews.com%2F&sref=&sts=1776899348635&slts=0&title=SpaceNews+Home+-+SpaceNews&date=Wed+Apr+22+2026+23%3A09%3A08+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=1885b85b-c731-492b-8525-e13b5687992d&u=pid%3Da9e289af-90ef-4107-8167-03ffb896b944 — 200 — 260 B — 169 ms — http/1.1https://elevate.spacenews.com/content/966435?metric=loaded_read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1elevate.spacenews.com/content/96643... https://elevate.spacenews.com/content/966435?metric=loaded_read&network_id=9128&uid=random-oFSUva9MpTdoz64N&domain=spacenews.com&path=/&url=https://spacenews.com/&os=Linux&browser=chrome&value=1 — 204 — 477 B — 459 ms — h2https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-space-force-industry-2000-1500.jpg?resize=200%2C150&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-space-force-industry-2000-1500.jpg?resize=200%2C150&ssl=1 — 200 — 5.8 KiB — 8 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-investment-2000-1500.jpg?resize=200%2C150&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-investment-2000-1500.jpg?resize=200%2C150&ssl=1 — 200 — 7.2 KiB — 7 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-nightwing-2000-1500.jpg?resize=200%2C150&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-nightwing-2000-1500.jpg?resize=200%2C150&ssl=1 — 200 — 4.8 KiB — 11 ms — h3https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-lockheed-GPS-2000-1500-1.jpg?resize=200%2C150&ssl=1i0.wp.com/spacenews.com/wp-content/... https://i0.wp.com/spacenews.com/wp-content/uploads/2026/04/space-minds-podcast-lockheed-GPS-2000-1500-1.jpg?resize=200%2C150&ssl=1 — 200 — 6.1 KiB — 80 ms — h3https://cdn2.niceboard.co/static-app/css/inter.csscdn2.niceboard.co/static-app/css/in... https://cdn2.niceboard.co/static-app/css/inter.css — 200 — 1.2 KiB — 75 ms — h2https://cdn2.niceboard.co/static-app/css/style.css?version=1773011005725cdn2.niceboard.co/static-app/css/st... https://cdn2.niceboard.co/static-app/css/style.css?version=1773011005725 — 200 — 45.6 KiB — 107 ms — h2https://cdn2.niceboard.co/static-app/js/jquery-3.4.1.min.jscdn2.niceboard.co/static-app/js/jqu... https://cdn2.niceboard.co/static-app/js/jquery-3.4.1.min.js — 200 — 31.4 KiB — 87 ms — h2https://cdn2.niceboard.co/static-app/js/vue.min.jscdn2.niceboard.co/static-app/js/vue... https://cdn2.niceboard.co/static-app/js/vue.min.js — 200 — 34.7 KiB — 96 ms — h2https://cdn2.niceboard.co/static-app/js/axios.min.jscdn2.niceboard.co/static-app/js/axi... https://cdn2.niceboard.co/static-app/js/axios.min.js — 200 — 18.8 KiB — 78 ms — h2https://cdn2.niceboard.co/static-app/js/utils.js?version=1761502615057cdn2.niceboard.co/static-app/js/uti... https://cdn2.niceboard.co/static-app/js/utils.js?version=1761502615057 — 200 — 3.2 KiB — 75 ms — h2https://marketingplatform.google.com/about/enterprise/marketingplatform.google.com/about/... https://marketingplatform.google.com/about/enterprise/ — 200 — 804 B — 87 ms — h2https://prism.app-us1.com/?a=613045116&u=https%3A%2F%2Fspacenews.com%2Fprism.app-us1.com/?a=613045116&u=ht... https://prism.app-us1.com/?a=613045116&u=https%3A%2F%2Fspacenews.com%2F — 200 — 489 B — 248 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Y8V618Z7WRwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Y8V618Z7WR — 200 — 157.2 KiB — 171 ms — h2https://jobs.spacenews.com/api/jobs?company=all&jobtype=%5B%5D&category=%5B%5D&secondary_category=%5B%5D&tags=%5B%5D&location=all&country=%5B%5D&state=%5B%5D&city=%5B%5D&remote_ok=false&is_featured=false&keyword=&limit=45&page=1&sortby=newestjobs.spacenews.com/api/jobs?company... https://jobs.spacenews.com/api/jobs?company=all&jobtype=%5B%5D&category=%5B%5D&secondary_category=%5B%5D&tags=%5B%5D&location=all&country=%5B%5D&state=%5B%5D&city=%5B%5D&remote_ok=false&is_featured=false&keyword=&limit=45&page=1&sortby=newest — 200 — 70.1 KiB — 296 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 92 ms — h3https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Bold.woff2cdn2.niceboard.co/static-app/fonts/... https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Bold.woff2 — 200 — 104.0 KiB — 106 ms — h2https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Medium.woff2cdn2.niceboard.co/static-app/fonts/... https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Medium.woff2 — 200 — 103.5 KiB — 109 ms — h2https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Regular.woff2cdn2.niceboard.co/static-app/fonts/... https://cdn2.niceboard.co/static-app/fonts/Inter/Inter-Regular.woff2 — 200 — 97.1 KiB — 106 ms — h2https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 93 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 96 ms — h3https://elevate.spacenews.com/zdisplay/178480.js?b=&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899348935&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-RlEHOsTm6O57p66helevate.spacenews.com/zdisplay/1784... https://elevate.spacenews.com/zdisplay/178480.js?b=&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899348935&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-RlEHOsTm6O57p66h — 200 — 739 B — 403 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 30 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-Y8V618Z7WR&gtm=45je64k1v9206648174za200zd9206648174&_p=1776899348857&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1081275927.1776899349&frm=2&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776899349&sct=1&seg=0&dl=https%3A%2F%2Fjobs.spacenews.com%2Fembed%2Fjobs&dr=https%3A%2F%2Fspacenews.com%2F&dt=SpaceNews%20Job%20Exchange&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=771region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-Y8V618Z7WR&gtm=45je64k1v9206648174za200zd9206648174&_p=1776899348857&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1081275927.1776899349&frm=2&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776899349&sct=1&seg=0&dl=https%3A%2F%2Fjobs.spacenews.com%2Fembed%2Fjobs&dr=https%3A%2F%2Fspacenews.com%2F&dt=SpaceNews%20Job%20Exchange&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=771 — 204 — 551 B — 122 ms — h2https://trackcmp.net/t_prism_sitemessages.php?trackid=613045116&prismid=962760d3-22b8-4ed6-ba62-16e38866e060&url=https%3A%2F%2Fspacenews.com%2Ftrackcmp.net/t_prism_sitemessages.p... https://trackcmp.net/t_prism_sitemessages.php?trackid=613045116&prismid=962760d3-22b8-4ed6-ba62-16e38866e060&url=https%3A%2F%2Fspacenews.com%2F — 200 — 324 B — 183 ms — h2https://i.ytimg.com/vi_webp/JPZhWZTg8YI/sddefault.webpi.ytimg.com/vi_webp/JPZhWZTg8YI/sdd... https://i.ytimg.com/vi_webp/JPZhWZTg8YI/sddefault.webp — 200 — 27.3 KiB — 113 ms — h2https://cdn.niceboard.co/boards/spacenewsjobs/companies/redwire-space-xwXyUtAq0V.pngcdn.niceboard.co/boards/spacenewsjo... https://cdn.niceboard.co/boards/spacenewsjobs/companies/redwire-space-xwXyUtAq0V.png — 200 — 10.3 KiB — 58 ms — h2https://elevate.spacenews.com/zdisplay/161588.js?b=&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349341&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-JRwZC7nyR3ppnRCpelevate.spacenews.com/zdisplay/1615... https://elevate.spacenews.com/zdisplay/161588.js?b=&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349341&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-JRwZC7nyR3ppnRCp — 200 — 1.6 KiB — 405 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 91 ms — h3https://www.youtube.com/generate_204?HdD1IQwww.youtube.com/generate_204?HdD1IQ https://www.youtube.com/generate_204?HdD1IQ — 204 — 10 B — 34 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 85 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 34 ms — h2https://apogee.spacenews.com/assets/dcafc96d-160e-4684-af15-ceb0dd9d70b1.webpapogee.spacenews.com/assets/dcafc96... https://apogee.spacenews.com/assets/dcafc96d-160e-4684-af15-ceb0dd9d70b1.webp — 200 — 135.6 KiB — 110 ms — h2https://elevate.spacenews.com/zdisplay/177260.js?b=c819548,a1225317&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349750&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-gT9R4qEfLV6m3531elevate.spacenews.com/zdisplay/1772... https://elevate.spacenews.com/zdisplay/177260.js?b=c819548,a1225317&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349750&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-gT9R4qEfLV6m3531 — 200 — 1.5 KiB — 123 ms — h2https://apogee.spacenews.com/assets/b2080f76-3372-4f32-9092-90f3ff39a19c.pngapogee.spacenews.com/assets/b2080f7... https://apogee.spacenews.com/assets/b2080f76-3372-4f32-9092-90f3ff39a19c.png — 200 — 718.1 KiB — 113 ms — h2https://elevate.spacenews.com/zdisplay/161573.js?b=c819548,a1225317,c818671,a1379202&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349877&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-cjtWc7I2zjDtB9ecelevate.spacenews.com/zdisplay/1615... https://elevate.spacenews.com/zdisplay/161573.js?b=c819548,a1225317,c818671,a1379202&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899349877&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-cjtWc7I2zjDtB9ec — 200 — 1.6 KiB — 390 ms — h2https://apogee.spacenews.com/assets/1b91b874-8dea-4f6d-a65c-0d3067ec349f.gifapogee.spacenews.com/assets/1b91b87... https://apogee.spacenews.com/assets/1b91b874-8dea-4f6d-a65c-0d3067ec349f.gif — 200 — 111.0 KiB — 36 ms — h2https://elevate.spacenews.com/zdisplay/183273.js?b=c819548,a1225317,c818671,a1379202,c819544,a1264289&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899350272&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-4LWysKWko1TZos6Delevate.spacenews.com/zdisplay/1832... https://elevate.spacenews.com/zdisplay/183273.js?b=c819548,a1225317,c818671,a1379202,c819544,a1264289&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899350272&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-4LWysKWko1TZos6D — 200 — 740 B — 118 ms — h2https://elevate.spacenews.com/zdisplay/161586.js?b=c819548,a1225317,c818671,a1379202,c819544,a1264289&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899350393&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-ibJX81gVEQRilHWjelevate.spacenews.com/zdisplay/1615... https://elevate.spacenews.com/zdisplay/161586.js?b=c819548,a1225317,c818671,a1379202,c819544,a1264289&bst_pagetype%5B%5D=is_home_page&bst_url=spacenews.com&kw=is_home_page%2Cis_landing_page%2Cnot_article_page%2Cis_home_page%2Cis_landing_page%2Cnot_article_page&skw=true&ts=1776899350393&domain=spacenews.com&path=%2F&url=https%3A%2F%2Fspacenews.com%2F&os=Linux&browser=chrome&is_mobile=&target=street-ibJX81gVEQRilHWj — 200 — 741 B — 412 ms — h2https://spacenews.com/wp-content/uploads/2024/05/cropped-SN_forza_star-32x32.png/wp-content/uploads/2024/05/cropped... https://spacenews.com/wp-content/uploads/2024/05/cropped-SN_forza_star-32x32.png — 200 — 1.5 KiB — 126 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 32 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
43% of JavaScript execution is third-party
First-party Third-party 284ms · 188KB · $2/mo
Unattributable
Other
Optional
Execution 162ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 70ms
Transfer 157 KB
Unused 40%
Monthly Cost $0/mo
c0.wp.com
Other
Optional
Execution 52ms
Transfer 31 KB
Monthly Cost $0/mo

43% 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

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