Skip to content
https://starlink.com

Performance

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

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

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

418 ms

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

2.82 s

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

765 ms

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

0.069

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

1.74 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.11 s

Page Load Progression

613 ms
1.2 s
1.8 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
7.3 MB transferred, 73 requests
FIX
7.3 MB transferred, 73 requests
Critical::
Page weighs 14.5 MB (7.3 MB transferred)
Warning::
Images are 4.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.6 MB
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
73 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.3 MB / 2.4 MB budget
7.3 MB transferred
73 requests
1.5 g CO2 per page load
Images 4.6 MiB 63%
JavaScript 2.2 MiB 31%
Other 234.7 KiB 3%
Fonts 157.1 KiB 2%
CSS 26.5 KiB 0%
Other 19.0 KiB 0%
Other 6.2 KiB 0%
HTML 3.5 KiB 0%
Other 2.8 KiB 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

D
JS Execution Cost
Action
2794ms total JS execution
FIX
2794ms total JS execution
Warning::
https://starlink.com/main.66335c501880ca8325cd.js: 1014ms CPU time
Warning::
https://starlink.com/polyfills.6b308c46d264f348d8f...: 821ms CPU time
Warning::
Unattributable: 330ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PBF...: 112ms CPU time
Info::
https://starlink.com/: 110ms CPU time
Info::
Third-party scripts: 743ms (27% of total)

Main Thread Breakdown

Script Evaluation 69% Other 12% Script Parsing & Compilation 9% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://starlink.com/main.66335c501880ca8325cd.js1014ms915ms55ms1st
https://starlink.com/polyfills.6b308c46d264f348d8f7.js821ms602ms4ms1st
Unattributable330ms82ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PBFXQ9N112ms91ms17ms3rd
https://starlink.com/110ms1ms0ms1st
https://starlink.com/vendor.a3615f2dad1295c82520.js106ms13ms82ms1st
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js67ms49ms13ms3rd
https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAjvl8ebK1tnvWp0FXByBd1LljDASjx_KE&callback=initMap61ms42ms18ms3rd
https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicit60ms44ms15ms3rd
https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/otSDKStub.js59ms57ms1ms3rd

Showing top 10 of 11 scripts

F
JS Bundles
Action
22 scripts, 1.1 MB unused
FIX
22 scripts, 1.1 MB unused
Warning::
https://starlink.com/vendor.a3615f2dad1295c82520.j...: 411 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://starlink.com/sst/gtag/js?id=G-S07SYD5D4F: 180 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?libraries=...: 99 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PBF...: 81 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.2...: 72 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1113 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://starlink.com/vendor.a3615f2dad1295c82520.js668 KB411 KB (62%)1st
https://starlink.com/sst/gtag/js?id=G-S07SYD5D4F477 KB180 KB (38%)1st
https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAjvl8ebK1tnvWp0FXByBd1LljDASjx_KE&callback=initMap179 KB99 KB (56%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PBFXQ9N158 KB81 KB (52%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js129 KB72 KB (57%)3rd
https://www.googletagmanager.com/gtag/js?id=G-STARLINKPAGE&cx=c&gtm=4e64m0h2136 KB71 KB (53%)3rd
https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicit86 KB36 KB (42%)3rd
https://starlink.com/main.66335c501880ca8325cd.js221 KB33 KB (15%)1st
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js37 KB27 KB (74%)3rd
https://starlink.com/assets/landing/swiper/swiper.min.js31 KB27 KB (89%)1st

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
73 resources · 7.3 MB · 1.1 MB savings available
FIX
73 resources · 7.3 MB · 1.1 MB savings available
Warning::
Page weight 6.3 MB over 1MB target
Got: 7.3 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Info::
25 third-party resources (12% of weight)
Info::
7 resources over 200KB
73 resources · 7.3 MiB · 25 third-party 6.3 MiB over 1MB target
Image 63% · 4.6 MiB
JavaScript 31% · 2.2 MiB
Other 3% · 243.1 KiB
Font 2% · 157.1 KiB
CSS 0% · 31.2 KiB
Document 0% · 3.5 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Info::
All images are well-optimized
13 images 4.6 MB
0 oversized -0 KB
6 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
A+
Third-Party Impact
12% third-party, 0 ms blocking
PASS
12% third-party, 0 ms blocking
Info::
Third-party code accounts for 12% of page weight (897.4 KiB of 7.3 MiB)
Info::
Third-party blocking time is low (0 ms)
88%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (157 KB)
PASS
6 fonts (157 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

157 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 418 ms LCP 2.8 shttps://starlink.com/assets/fonts/D-DIN.woff2D-DIN.woff2 https://starlink.com/assets/fonts/D-DIN.woff2 — 22.6 KiB — 15 ms — font-display: swaphttps://starlink.com/assets/fonts/D-DIN-Bold.woff2D-DIN-Bold.woff2 https://starlink.com/assets/fonts/D-DIN-Bold.woff2 — 24.0 KiB — 23 ms — font-display: swaphttps://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2roboto-v20-latin-ext_la... https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2 — 24.6 KiB — 64 ms — font-display: swaphttps://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-700.woff2roboto-v20-latin-ext_la... https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-700.woff2 — 22.4 KiB — 49 ms — font-display: swaphttps://starlink.com/assets/fonts/roboto-v27-latin-500.woff2roboto-v27-latin-500.woff2 https://starlink.com/assets/fonts/roboto-v27-latin-500.woff2 — 17.9 KiB — 37 ms — font-display: swaphttps://starlink.com/assets/iconfont/MaterialIcons-Regular.woff2MaterialIcons-Regular.w... https://starlink.com/assets/iconfont/MaterialIcons-Regular.woff2 — 45.6 KiB — 49 ms — font-display: swap
D-DIN.woff2 woff2 swap
Size 23 KB
Load time 15 ms
Start 38 ms
Risk FOUT — text flashes from fallback to web font
D-DIN-Bold.woff2 woff2 swap
Size 24 KB
Load time 23 ms
Start 41 ms
Risk FOUT — text flashes from fallback to web font
roboto-v20-latin-ext_la... woff2 swap
Size 25 KB
Load time 64 ms
Start 903 ms
Risk FOUT — text flashes from fallback to web font
roboto-v20-latin-ext_la... woff2 swap
Size 22 KB
Load time 49 ms
Start 904 ms
Risk FOUT — text flashes from fallback to web font
roboto-v27-latin-500.woff2 woff2 swap
Size 18 KB
Load time 37 ms
Start 904 ms
Risk FOUT — text flashes from fallback to web font
MaterialIcons-Regular.w... woff2 swap
Size 46 KB
Load time 49 ms
Start 905 ms
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
Network Waterfall
73 requests over 2684ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 418 ms LCP 2.8 shttps://starlink.com// https://starlink.com/ — 200 — 3.5 KiB — 19 ms — h2https://starlink.com/assets/font-awesome/css/font-awesome.css/assets/font-awesome/css/font-aweso... https://starlink.com/assets/font-awesome/css/font-awesome.css — 200 — 9.3 KiB — 10 ms — h2https://starlink.com/styles.fb43be15aadb684db802.css/styles.fb43be15aadb684db802.css https://starlink.com/styles.fb43be15aadb684db802.css — 200 — 17.2 KiB — 15 ms — h2https://starlink.com/assets/fonts/D-DIN.woff2/assets/fonts/D-DIN.woff2 https://starlink.com/assets/fonts/D-DIN.woff2 — 200 — 22.6 KiB — 15 ms — h2https://starlink.com/assets/fonts/D-DIN-Bold.woff2/assets/fonts/D-DIN-Bold.woff2 https://starlink.com/assets/fonts/D-DIN-Bold.woff2 — 200 — 24.0 KiB — 23 ms — h2https://starlink.com/environment.js/environment.js https://starlink.com/environment.js — 200 — 852 B — 26 ms — h2https://starlink.com/global-environment.js/global-environment.js https://starlink.com/global-environment.js — 200 — 1.5 KiB — 20 ms — h2https://starlink.com/api/client-region/api/client-region https://starlink.com/api/client-region — 200 — 307 B — 17 ms — h2https://starlink.com/assets/global/js/browser-detection.js/assets/global/js/browser-detection... https://starlink.com/assets/global/js/browser-detection.js — 200 — 5.1 KiB — 28 ms — h2https://starlink.com/assets/landing/swiper/swiper.min.js/assets/landing/swiper/swiper.min.j... https://starlink.com/assets/landing/swiper/swiper.min.js — 200 — 30.7 KiB — 31 ms — h2https://starlink.com/runtime.48988f34c2c700882d09.js/runtime.48988f34c2c700882d09.js https://starlink.com/runtime.48988f34c2c700882d09.js — 200 — 4.0 KiB — 9 ms — h2https://starlink.com/polyfills.6b308c46d264f348d8f7.js/polyfills.6b308c46d264f348d8f7.js https://starlink.com/polyfills.6b308c46d264f348d8f7.js — 200 — 42.0 KiB — 31 ms — h2https://starlink.com/vendor.a3615f2dad1295c82520.js/vendor.a3615f2dad1295c82520.js https://starlink.com/vendor.a3615f2dad1295c82520.js — 200 — 667.7 KiB — 87 ms — h2https://starlink.com/main.66335c501880ca8325cd.js/main.66335c501880ca8325cd.js https://starlink.com/main.66335c501880ca8325cd.js — 200 — 221.5 KiB — 78 ms — h2https://starlink.com/assets/favicons/site.webmanifest/assets/favicons/site.webmanifest https://starlink.com/assets/favicons/site.webmanifest — 200 — 2.8 KiB — 19 ms — h2data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://starlink.com/api/auth-rp/auth/user/api/auth-rp/auth/user https://starlink.com/api/auth-rp/auth/user — 200 — 147 B — 15 ms — h2https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/otSDKStub.jscdn.cookielaw.org/consent/375bb807-... https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/otSDKStub.js — 200 — 9.8 KiB — 47 ms — h2https://starlink.com/public-files/outages.json/public-files/outages.json https://starlink.com/public-files/outages.json — 200 — 554 B — 5 ms — h2https://starlink.com/assets/images/social/x-logo.svg/assets/images/social/x-logo.svg https://starlink.com/assets/images/social/x-logo.svg — 200 — 2.7 KiB — 10 ms — h2https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicithcaptcha.starlink.com/1/api.js?endp... https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicit — 200 — 86.1 KiB — 155 ms — h2https://starlink.com/assets/i18n/en-US.json/assets/i18n/en-US.json https://starlink.com/assets/i18n/en-US.json — 200 — 118.0 KiB — 20 ms — h2https://starlink.com/assets/i18n/footer/en-US.json/assets/i18n/footer/en-US.json https://starlink.com/assets/i18n/footer/en-US.json — 200 — 3.1 KiB — 12 ms — h2https://starlink.com/assets/i18n/footer/en-US.json/assets/i18n/footer/en-US.json https://starlink.com/assets/i18n/footer/en-US.json — 200 — 48 B — 19 ms — h2https://starlink.com/assets/i18n/sharedPublic/en-US.json/assets/i18n/sharedPublic/en-US.jso... https://starlink.com/assets/i18n/sharedPublic/en-US.json — 200 — 13.3 KiB — 8 ms — h2https://starlink.com/assets/i18n/sharedPublic/en-US.json/assets/i18n/sharedPublic/en-US.jso... https://starlink.com/assets/i18n/sharedPublic/en-US.json — 200 — 48 B — 16 ms — h2https://starlink.com/assets/images/logo_white.png/assets/images/logo_white.png https://starlink.com/assets/images/logo_white.png — 200 — 10.1 KiB — 7 ms — h2https://starlink.com/public-files/state_landing_en-US.json/public-files/state_landing_en-US.j... https://starlink.com/public-files/state_landing_en-US.json — 200 — 1.5 KiB — 6 ms — h2https://starlink.com/public-files/state_landing_en-US.json/public-files/state_landing_en-US.j... https://starlink.com/public-files/state_landing_en-US.json — 200 — 72 B — 21 ms — h2https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json/api/webagg/v1/public/marketing/lan... https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json — 200 — 30.8 KiB — 19 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 418 ms LCP 2.8 shttps://starlink.com// https://starlink.com/ — 200 — 3.5 KiB — 19 ms — h2https://starlink.com/assets/font-awesome/css/font-awesome.css/assets/font-awesome/css/font-aweso... https://starlink.com/assets/font-awesome/css/font-awesome.css — 200 — 9.3 KiB — 10 ms — h2https://starlink.com/styles.fb43be15aadb684db802.css/styles.fb43be15aadb684db802.css https://starlink.com/styles.fb43be15aadb684db802.css — 200 — 17.2 KiB — 15 ms — h2https://starlink.com/assets/fonts/D-DIN.woff2/assets/fonts/D-DIN.woff2 https://starlink.com/assets/fonts/D-DIN.woff2 — 200 — 22.6 KiB — 15 ms — h2https://starlink.com/assets/fonts/D-DIN-Bold.woff2/assets/fonts/D-DIN-Bold.woff2 https://starlink.com/assets/fonts/D-DIN-Bold.woff2 — 200 — 24.0 KiB — 23 ms — h2https://starlink.com/environment.js/environment.js https://starlink.com/environment.js — 200 — 852 B — 26 ms — h2https://starlink.com/global-environment.js/global-environment.js https://starlink.com/global-environment.js — 200 — 1.5 KiB — 20 ms — h2https://starlink.com/api/client-region/api/client-region https://starlink.com/api/client-region — 200 — 307 B — 17 ms — h2https://starlink.com/assets/global/js/browser-detection.js/assets/global/js/browser-detection... https://starlink.com/assets/global/js/browser-detection.js — 200 — 5.1 KiB — 28 ms — h2https://starlink.com/assets/landing/swiper/swiper.min.js/assets/landing/swiper/swiper.min.j... https://starlink.com/assets/landing/swiper/swiper.min.js — 200 — 30.7 KiB — 31 ms — h2https://starlink.com/runtime.48988f34c2c700882d09.js/runtime.48988f34c2c700882d09.js https://starlink.com/runtime.48988f34c2c700882d09.js — 200 — 4.0 KiB — 9 ms — h2https://starlink.com/polyfills.6b308c46d264f348d8f7.js/polyfills.6b308c46d264f348d8f7.js https://starlink.com/polyfills.6b308c46d264f348d8f7.js — 200 — 42.0 KiB — 31 ms — h2https://starlink.com/vendor.a3615f2dad1295c82520.js/vendor.a3615f2dad1295c82520.js https://starlink.com/vendor.a3615f2dad1295c82520.js — 200 — 667.7 KiB — 87 ms — h2https://starlink.com/main.66335c501880ca8325cd.js/main.66335c501880ca8325cd.js https://starlink.com/main.66335c501880ca8325cd.js — 200 — 221.5 KiB — 78 ms — h2https://starlink.com/assets/favicons/site.webmanifest/assets/favicons/site.webmanifest https://starlink.com/assets/favicons/site.webmanifest — 200 — 2.8 KiB — 19 ms — h2data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://starlink.com/api/auth-rp/auth/user/api/auth-rp/auth/user https://starlink.com/api/auth-rp/auth/user — 200 — 147 B — 15 ms — h2https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/otSDKStub.jscdn.cookielaw.org/consent/375bb807-... https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/otSDKStub.js — 200 — 9.8 KiB — 47 ms — h2https://starlink.com/public-files/outages.json/public-files/outages.json https://starlink.com/public-files/outages.json — 200 — 554 B — 5 ms — h2https://starlink.com/assets/images/social/x-logo.svg/assets/images/social/x-logo.svg https://starlink.com/assets/images/social/x-logo.svg — 200 — 2.7 KiB — 10 ms — h2https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicithcaptcha.starlink.com/1/api.js?endp... https://hcaptcha.starlink.com/1/api.js?endpoint=https%3A%2F%2Fhcaptcha.starlink.com&assethost=https%3A%2F%2Fassets.hcaptcha.starlink.com&sentry=false&reportapi=https%3A%2F%2Freport.hcaptcha.starlink.com&imghost=https%3A%2F%2Fimgs.hcaptcha.starlink.com&render=explicit — 200 — 86.1 KiB — 155 ms — h2https://starlink.com/assets/i18n/en-US.json/assets/i18n/en-US.json https://starlink.com/assets/i18n/en-US.json — 200 — 118.0 KiB — 20 ms — h2https://starlink.com/assets/i18n/footer/en-US.json/assets/i18n/footer/en-US.json https://starlink.com/assets/i18n/footer/en-US.json — 200 — 3.1 KiB — 12 ms — h2https://starlink.com/assets/i18n/footer/en-US.json/assets/i18n/footer/en-US.json https://starlink.com/assets/i18n/footer/en-US.json — 200 — 48 B — 19 ms — h2https://starlink.com/assets/i18n/sharedPublic/en-US.json/assets/i18n/sharedPublic/en-US.jso... https://starlink.com/assets/i18n/sharedPublic/en-US.json — 200 — 13.3 KiB — 8 ms — h2https://starlink.com/assets/i18n/sharedPublic/en-US.json/assets/i18n/sharedPublic/en-US.jso... https://starlink.com/assets/i18n/sharedPublic/en-US.json — 200 — 48 B — 16 ms — h2https://starlink.com/assets/images/logo_white.png/assets/images/logo_white.png https://starlink.com/assets/images/logo_white.png — 200 — 10.1 KiB — 7 ms — h2https://starlink.com/public-files/state_landing_en-US.json/public-files/state_landing_en-US.j... https://starlink.com/public-files/state_landing_en-US.json — 200 — 1.5 KiB — 6 ms — h2https://starlink.com/public-files/state_landing_en-US.json/public-files/state_landing_en-US.j... https://starlink.com/public-files/state_landing_en-US.json — 200 — 72 B — 21 ms — h2https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json/api/webagg/v1/public/marketing/lan... https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json — 200 — 30.8 KiB — 19 ms — h2https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json/api/webagg/v1/public/marketing/lan... https://starlink.com/api/webagg/v1/public/marketing/landing-copy/1/en-US.json — 200 — 30.7 KiB — 40 ms — h2https://starlink.com/public-files/prices.json/public-files/prices.json https://starlink.com/public-files/prices.json — 200 — 1.1 KiB — 7 ms — h2https://starlink.com/api/webagg/v1/public/marketing/landing-prices?invitationTypeCode=1&isoCountryCode=US/api/webagg/v1/public/marketing/lan... https://starlink.com/api/webagg/v1/public/marketing/landing-prices?invitationTypeCode=1&isoCountryCode=US — 200 — 3.2 KiB — 22 ms — h2https://starlink.com/api/webagg/v1/public/marketing/landing-prices?invitationTypeCode=8&isoCountryCode=US/api/webagg/v1/public/marketing/lan... https://starlink.com/api/webagg/v1/public/marketing/landing-prices?invitationTypeCode=8&isoCountryCode=US — 200 — 3.0 KiB — 24 ms — h2https://starlink.com/assets/images/icons/Target.svg/assets/images/icons/Target.svg https://starlink.com/assets/images/icons/Target.svg — 200 — 2.7 KiB — 8 ms — h2https://starlink.com/assets/images/badges/Badge_Icon_Play.svg/assets/images/badges/Badge_Icon_Pl... https://starlink.com/assets/images/badges/Badge_Icon_Play.svg — 200 — 2.6 KiB — 10 ms — h2https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAjvl8ebK1tnvWp0FXByBd1LljDASjx_KE&callback=initMapmaps.googleapis.com/maps/api/js?lib... https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAjvl8ebK1tnvWp0FXByBd1LljDASjx_KE&callback=initMap — 200 — 178.8 KiB — 198 ms — h2https://starlink.com/assets/images/Menu_X.svg/assets/images/Menu_X.svg https://starlink.com/assets/images/Menu_X.svg — 200 — 2.7 KiB — 9 ms — h2https://starlink.com/assets/images/Language_Globe.svg/assets/images/Language_Globe.svg https://starlink.com/assets/images/Language_Globe.svg — 200 — 2.9 KiB — 12 ms — h2https://starlink.com/assets/images/Menu_Hamburger.svg/assets/images/Menu_Hamburger.svg https://starlink.com/assets/images/Menu_Hamburger.svg — 200 — 2.7 KiB — 18 ms — h2https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2/assets/fonts/roboto-v20-latin-ext_... https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2 — 200 — 24.6 KiB — 64 ms — h2https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-700.woff2/assets/fonts/roboto-v20-latin-ext_... https://starlink.com/assets/fonts/roboto-v20-latin-ext_latin-700.woff2 — 200 — 22.4 KiB — 49 ms — h2https://starlink.com/assets/fonts/roboto-v27-latin-500.woff2/assets/fonts/roboto-v27-latin-500.... https://starlink.com/assets/fonts/roboto-v27-latin-500.woff2 — 200 — 17.9 KiB — 37 ms — h2https://starlink.com/assets/iconfont/MaterialIcons-Regular.woff2/assets/iconfont/MaterialIcons-Regu... https://starlink.com/assets/iconfont/MaterialIcons-Regular.woff2 — 200 — 45.6 KiB — 49 ms — h2https://starlink.com/public-files/home_b_reliability_d.webp/public-files/home_b_reliability_d.... https://starlink.com/public-files/home_b_reliability_d.webp — 200 — 2.1 MiB — 326 ms — h2https://starlink.com/public-files/home_b_speeds_d.webp/public-files/home_b_speeds_d.webp https://starlink.com/public-files/home_b_speeds_d.webp — 200 — 1.5 MiB — 88 ms — h2https://starlink.com/public-files/home_b_install_d.webp/public-files/home_b_install_d.webp https://starlink.com/public-files/home_b_install_d.webp — 200 — 20.8 KiB — 106 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PBFXQ9Nwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PBFXQ9N — 200 — 158.4 KiB — 126 ms — h2https://starlink.com/sst/gtag/js?id=G-S07SYD5D4F/sst/gtag/js?id=G-S07SYD5D4F https://starlink.com/sst/gtag/js?id=G-S07SYD5D4F — 200 — 477.2 KiB — 123 ms — h2https://starlink.com/public-files/home_b_hero_d.webp/public-files/home_b_hero_d.webp https://starlink.com/public-files/home_b_hero_d.webp — 200 — 265.0 KiB — 163 ms — h2https://starlink.com/public-files/home_d_install_d.webp/public-files/home_d_install_d.webp https://starlink.com/public-files/home_d_install_d.webp — 200 — 9.5 KiB — 78 ms — h2https://starlink.com/public-files/home_feature_mini_d.webp/public-files/home_feature_mini_d.w... https://starlink.com/public-files/home_feature_mini_d.webp — 200 — 772.5 KiB — 236 ms — h2https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/375bb807-e8b0-4454-9e41-5a45bf8078e0.jsoncdn.cookielaw.org/consent/375bb807-... https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/375bb807-e8b0-4454-9e41-5a45bf8078e0.json — 200 — 2.6 KiB — 36 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 286 B — 40 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S07SYD5D4F&gtg_health=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S07SYD5D4F&gtg_health=1 — 200 — 230 B — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js — 200 — 128.5 KiB — 28 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-S07SYD5D4F&gtm=45he64k1v9195187437za204zd9195187437&_p=1776898771675&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=294086085.1776898773&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~118128923~118463262&sid=1776898772&sct=1&seg=0&dl=https%3A%2F%2Fstarlink.com%2F&dt=Starlink&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&up.login_status=not_logged_in&up.Landing%20CTA=Order%20Now&up.Hero%20Header=Fast%2C%20affordable%20internet.&up.Hero%20Secondary%20CTA=None&up.Landing%20Hero%20Image=BlueNightSky&up.Landing%20Content=All&tfd=2180www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-S07SYD5D4F&gtm=45he64k1v9195187437za204zd9195187437&_p=1776898771675&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=294086085.1776898773&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~118128923~118463262&sid=1776898772&sct=1&seg=0&dl=https%3A%2F%2Fstarlink.com%2F&dt=Starlink&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&up.login_status=not_logged_in&up.Landing%20CTA=Order%20Now&up.Hero%20Header=Fast%2C%20affordable%20internet.&up.Hero%20Secondary%20CTA=None&up.Landing%20Hero%20Image=BlueNightSky&up.Landing%20Content=All&tfd=2180 — 204 — 48 B — 128 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-S07SYD5D4F&gtm=45he64k1v9195187437za204zd9195187437&_p=1776898771675&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=294086085.1776898773&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&tag_exp=0~115938466~115938469~117266401~117512543~118128923~118463262&sid=1776898772&sct=1&seg=0&dl=https%3A%2F%2Fstarlink.com%2F&dt=Starlink&_s=2&tfd=2214www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-S07SYD5D4F&gtm=45he64k1v9195187437za204zd9195187437&_p=1776898771675&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=294086085.1776898773&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&tag_exp=0~115938466~115938469~117266401~117512543~118128923~118463262&sid=1776898772&sct=1&seg=0&dl=https%3A%2F%2Fstarlink.com%2F&dt=Starlink&_s=2&tfd=2214 — 204 — 547 B — 92 ms — h2https://www.googletagmanager.com/gtag/js?id=G-STARLINKPAGE&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-STARLINKPAGE&cx=c&gtm=4e64m0h2 — 200 — 136.0 KiB — 77 ms — h3https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 43 ms — h3https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/019c7e50-1923-7f67-b631-876d7d0e0c3f/en.jsoncdn.cookielaw.org/consent/375bb807-... https://cdn.cookielaw.org/consent/375bb807-e8b0-4454-9e41-5a45bf8078e0/019c7e50-1923-7f67-b631-876d7d0e0c3f/en.json — 200 — 14.5 KiB — 27 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlat.json — 200 — 3.2 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/v2/otPcCenter.json — 200 — 13.5 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 31 ms — h2https://starlink.com/assets/favicons/favicon.ico/assets/favicons/favicon.ico https://starlink.com/assets/favicons/favicon.ico — 200 — 6.2 KiB — 10 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 530 B — 15 ms — h2https://cdn.cookielaw.org/logos/9dab7956-8e3b-4787-bcc5-96b37152bafe/fae8d10f-7123-44b6-9a6f-7b651f2bd1d3/72478460-f9f9-4c1e-9e35-93fad7dcc301/Starlink_Name_White.pngcdn.cookielaw.org/logos/9dab7956-8e... https://cdn.cookielaw.org/logos/9dab7956-8e3b-4787-bcc5-96b37152bafe/fae8d10f-7123-44b6-9a6f-7b651f2bd1d3/72478460-f9f9-4c1e-9e35-93fad7dcc301/Starlink_Name_White.png — 200 — 7.9 KiB — 21 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 15 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js — 200 — 36.9 KiB — 51 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.js — 200 — 69.7 KiB — 55 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/controls.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/controls.js — 200 — 26.0 KiB — 49 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places_impl.js — 200 — 14.0 KiB — 37 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.js — 200 — 2.3 KiB — 49 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
27% of JavaScript execution is third-party
First-party Third-party 743ms · 698KB · €12/mo
Unattributable
Other
Costly
Execution 330ms
Transfer 0 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Optional
Execution 112ms
Transfer 158 KB
Unused 52%
Monthly Cost €2/mo
OneTrust
Consent
Essential
Execution 67ms
Transfer 129 KB
Unused 57%
Monthly Cost €1/mo
maps.googleapis.com
Other
Optional
Execution 61ms
Transfer 179 KB
Unused 56%
Monthly Cost €1/mo
hcaptcha.starlink.com
Other
Optional
Execution 60ms
Transfer 86 KB
Unused 42%
Monthly Cost €1/mo
OneTrust
Consent
Essential
Execution 59ms
Transfer 10 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 136 KB
Unused 53%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 330ms and costs ~€5/month

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

52% of Google Tag Manager'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

57% of OneTrust'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

56% of maps.googleapis.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

53% of Google Tag Manager'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