Skip to content
https://us.com

Performance

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

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

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

463 ms

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

753 ms

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

10 ms

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

0.000

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

463 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

1.83 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 3 REVIEW 3 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 40 requests
FIX
2.4 MB transferred, 40 requests
Info::
Page weighs 2.9 MB (2.4 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Info::
40 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
40 requests
0.50 g CO2 per page load
Images 1.8 MiB 77%
JavaScript 420.6 KiB 17%
CSS 101.8 KiB 4%
Fonts 19.6 KiB 1%
HTML 9.8 KiB 0%
Other 1.5 KiB 0%
Other 542 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

D
JS Bundles
Action
8 scripts, 191 KB unused
FIX
8 scripts, 191 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-44QX...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MHS...: 64 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://us.com/assets/js/lib/jquery-3.5.1.min.js: 60 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://us.com/assets/js/main.js?v=1.0.1: unminified — 2 KB could be saved
Info::
Total unused JavaScript: 191 KB
191 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-44QXWMEFWZ&cx=c&gtm=4e64h1156 KB67 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MHSK6S5117 KB64 KB (55%)3rd
https://us.com/assets/js/lib/jquery-3.5.1.min.js88 KB60 KB (68%)1st
https://us.com/assets/js/lib/modernizr.min.js?v=1.013 KB1st
https://us.com/assets/js/main.js?v=1.0.15 KB1st
https://us.com/assets/js/lib/underscore.min.js?v=1.0.116 KB1st
https://us.com/assets/js/search.js?v=1.1.016 KB1st
https://us.com/assets/js/home.js?v=1.0.110 KB1st

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
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Image Optimization
Action
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://us.com/assets/img/icons/icon-uscom-seamles... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/table-desktop-uscom.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/logos/uscom-primary.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/icons/icon-uscom-america... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/icons/icon-uscom-seo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/icons/uscom-mag-glass-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/logos/uscom-white-single... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/icons/icon-uscom-unrestr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://us.com/assets/img/icons/icon-uscom-premium... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 1.8 MB
0 oversized -0 KB
25 legacy format
9 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
Page Weight Inventory
Action
40 resources · 2.4 MB · 191 KB savings available
REVIEW
40 resources · 2.4 MB · 191 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~191 KB of savings available
Info::
3 third-party resources (11% of weight)
Info::
2 resources over 200KB
40 resources · 2.4 MiB · 3 third-party 1.4 MiB over 1MB target
Image 77% · 1.8 MiB
JavaScript 17% · 420.6 KiB
CSS 4% · 101.8 KiB
Font 1% · 19.6 KiB
Document 0% · 9.8 KiB
Other 0% · 542 B

~190.8 KiB of savings available

Remove unused JavaScript: 190.8 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
11% third-party, 0 ms blocking
PASS
11% third-party, 0 ms blocking
Info::
Third-party code accounts for 11% of page weight (273.5 KiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
89%
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+
JS Execution Cost
490ms total JS execution
PASS
490ms total JS execution
Info::
Unattributable: 182ms CPU time
Info::
https://us.com/: 153ms CPU time
Info::
https://us.com/assets/js/home.js?v=1.0.1: 82ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-44QX...: 74ms CPU time
Warning::
Third-party scripts: 255ms (52% of total)

Main Thread Breakdown

Other 37% Script Evaluation 29% Style & Layout 22% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable182ms25ms0ms3rd
https://us.com/153ms2ms1ms1st
https://us.com/assets/js/home.js?v=1.0.182ms19ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-44QXWMEFWZ&cx=c&gtm=4e64h174ms57ms16ms3rd
A+
Font Loading
2 fonts (20 KB)
PASS
2 fonts (20 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

20 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 463 ms LCP 753 mshttps://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2albert-sans-v1-latin-re... https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2 — 9.7 KiB — 25 ms — font-display: swaphttps://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2albert-sans-v1-latin-90... https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2 — 9.8 KiB — 21 ms — font-display: swap
albert-sans-v1-latin-re... woff2 swap
Size 10 KB
Load time 25 ms
Start 196 ms
Risk FOUT — text flashes from fallback to web font
albert-sans-v1-latin-90... woff2 swap
Size 10 KB
Load time 21 ms
Start 201 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
40 requests over 634ms
INFO
0 ms 200 ms 400 ms 600 ms FCP 463 ms LCP 753 mshttps://us.com// https://us.com/ — 200 — 9.8 KiB — 18 ms — http/1.1https://us.com/assets/css/bootstrap-grid.min.css/assets/css/bootstrap-grid.min.css https://us.com/assets/css/bootstrap-grid.min.css — 200 — 50.5 KiB — 13 ms — http/1.1https://us.com/assets/css/style.css?v=1.1.3/assets/css/style.css?v=1.1.3 https://us.com/assets/css/style.css?v=1.1.3 — 200 — 51.3 KiB — 14 ms — http/1.1https://us.com/assets/js/lib/modernizr.min.js?v=1.0/assets/js/lib/modernizr.min.js?v=1... https://us.com/assets/js/lib/modernizr.min.js?v=1.0 — 200 — 12.7 KiB — 23 ms — http/1.1https://us.com/assets/img/logos/uscom-white-single-color.svg/assets/img/logos/uscom-white-singl... https://us.com/assets/img/logos/uscom-white-single-color.svg — 200 — 7.8 KiB — 22 ms — http/1.1https://us.com/assets/img/logos/uscom-primary.svg/assets/img/logos/uscom-primary.svg https://us.com/assets/img/logos/uscom-primary.svg — 200 — 13.1 KiB — 22 ms — http/1.1https://us.com/assets/img/icons/loader.svg/assets/img/icons/loader.svg https://us.com/assets/img/icons/loader.svg — 200 — 3.0 KiB — 6 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-unrestricted.svg/assets/img/icons/icon-uscom-unrest... https://us.com/assets/img/icons/icon-uscom-unrestricted.svg — 200 — 7.3 KiB — 8 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-american-market.svg/assets/img/icons/icon-uscom-americ... https://us.com/assets/img/icons/icon-uscom-american-market.svg — 200 — 9.3 KiB — 7 ms — http/1.1https://us.com/assets/js/lib/jquery-3.5.1.min.js/assets/js/lib/jquery-3.5.1.min.js https://us.com/assets/js/lib/jquery-3.5.1.min.js — 200 — 87.6 KiB — 13 ms — http/1.1https://us.com/assets/js/main.js?v=1.0.1/assets/js/main.js?v=1.0.1 https://us.com/assets/js/main.js?v=1.0.1 — 200 — 5.1 KiB — 8 ms — http/1.1https://us.com/assets/js/lib/underscore.min.js?v=1.0.1/assets/js/lib/underscore.min.js?v=... https://us.com/assets/js/lib/underscore.min.js?v=1.0.1 — 200 — 16.3 KiB — 20 ms — http/1.1https://us.com/assets/js/search.js?v=1.1.0/assets/js/search.js?v=1.1.0 https://us.com/assets/js/search.js?v=1.1.0 — 200 — 16.2 KiB — 19 ms — http/1.1https://us.com/assets/js/home.js?v=1.0.1/assets/js/home.js?v=1.0.1 https://us.com/assets/js/home.js?v=1.0.1 — 200 — 9.8 KiB — 19 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-seo.svg/assets/img/icons/icon-uscom-seo.sv... https://us.com/assets/img/icons/icon-uscom-seo.svg — 200 — 6.1 KiB — 19 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-premium.svg/assets/img/icons/icon-uscom-premiu... https://us.com/assets/img/icons/icon-uscom-premium.svg — 200 — 5.6 KiB — 23 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-seamless.svg/assets/img/icons/icon-uscom-seamle... https://us.com/assets/img/icons/icon-uscom-seamless.svg — 200 — 4.5 KiB — 24 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-MHSK6S5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MHSK6S5 — 200 — 117.4 KiB — 119 ms — h2https://us.com/assets/img/icons/oversized-icon-uscom.svg/assets/img/icons/oversized-icon-us... https://us.com/assets/img/icons/oversized-icon-uscom.svg — 200 — 5.0 KiB — 20 ms — http/1.1https://us.com/assets/img/table-desktop-uscom.png/assets/img/table-desktop-uscom.png https://us.com/assets/img/table-desktop-uscom.png — 200 — 195.1 KiB — 27 ms — http/1.1https://us.com/assets/img/table-mobile-uscom.png/assets/img/table-mobile-uscom.png https://us.com/assets/img/table-mobile-uscom.png — 200 — 133.0 KiB — 30 ms — http/1.1https://us.com/assets/img/icons/uscom-mag-glass-location.svg/assets/img/icons/uscom-mag-glass-l... https://us.com/assets/img/icons/uscom-mag-glass-location.svg — 200 — 2.1 KiB — 19 ms — http/1.1https://us.com/assets/img/sites/designgroup_us_com.jpg/assets/img/sites/designgroup_us_co... https://us.com/assets/img/sites/designgroup_us_com.jpg — 200 — 93.6 KiB — 29 ms — http/1.1https://us.com/assets/img/sites/databot_us_com.jpg/assets/img/sites/databot_us_com.jp... https://us.com/assets/img/sites/databot_us_com.jpg — 200 — 131.9 KiB — 39 ms — http/1.1https://us.com/assets/img/sites/hcmc_us_com.jpg/assets/img/sites/hcmc_us_com.jpg https://us.com/assets/img/sites/hcmc_us_com.jpg — 200 — 108.7 KiB — 28 ms — http/1.1https://us.com/assets/img/sites/rgu_us_com.jpg/assets/img/sites/rgu_us_com.jpg https://us.com/assets/img/sites/rgu_us_com.jpg — 200 — 109.0 KiB — 27 ms — http/1.1https://us.com/assets/img/sites/thaihouse_us_com.jpg/assets/img/sites/thaihouse_us_com.... https://us.com/assets/img/sites/thaihouse_us_com.jpg — 200 — 207.0 KiB — 52 ms — http/1.1https://us.com/assets/img/sites/metalsales_us_com.jpg/assets/img/sites/metalsales_us_com... https://us.com/assets/img/sites/metalsales_us_com.jpg — 200 — 291.3 KiB — 72 ms — http/1.1https://us.com/assets/img/sites/gssb_us_com.jpg/assets/img/sites/gssb_us_com.jpg https://us.com/assets/img/sites/gssb_us_com.jpg — 200 — 84.1 KiB — 28 ms — http/1.1https://us.com/assets/img/sites/palisades_us_com.jpg/assets/img/sites/palisades_us_com.... https://us.com/assets/img/sites/palisades_us_com.jpg — 200 — 83.2 KiB — 29 ms — http/1.1
0 ms 200 ms 400 ms 600 ms FCP 463 ms LCP 753 mshttps://us.com// https://us.com/ — 200 — 9.8 KiB — 18 ms — http/1.1https://us.com/assets/css/bootstrap-grid.min.css/assets/css/bootstrap-grid.min.css https://us.com/assets/css/bootstrap-grid.min.css — 200 — 50.5 KiB — 13 ms — http/1.1https://us.com/assets/css/style.css?v=1.1.3/assets/css/style.css?v=1.1.3 https://us.com/assets/css/style.css?v=1.1.3 — 200 — 51.3 KiB — 14 ms — http/1.1https://us.com/assets/js/lib/modernizr.min.js?v=1.0/assets/js/lib/modernizr.min.js?v=1... https://us.com/assets/js/lib/modernizr.min.js?v=1.0 — 200 — 12.7 KiB — 23 ms — http/1.1https://us.com/assets/img/logos/uscom-white-single-color.svg/assets/img/logos/uscom-white-singl... https://us.com/assets/img/logos/uscom-white-single-color.svg — 200 — 7.8 KiB — 22 ms — http/1.1https://us.com/assets/img/logos/uscom-primary.svg/assets/img/logos/uscom-primary.svg https://us.com/assets/img/logos/uscom-primary.svg — 200 — 13.1 KiB — 22 ms — http/1.1https://us.com/assets/img/icons/loader.svg/assets/img/icons/loader.svg https://us.com/assets/img/icons/loader.svg — 200 — 3.0 KiB — 6 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-unrestricted.svg/assets/img/icons/icon-uscom-unrest... https://us.com/assets/img/icons/icon-uscom-unrestricted.svg — 200 — 7.3 KiB — 8 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-american-market.svg/assets/img/icons/icon-uscom-americ... https://us.com/assets/img/icons/icon-uscom-american-market.svg — 200 — 9.3 KiB — 7 ms — http/1.1https://us.com/assets/js/lib/jquery-3.5.1.min.js/assets/js/lib/jquery-3.5.1.min.js https://us.com/assets/js/lib/jquery-3.5.1.min.js — 200 — 87.6 KiB — 13 ms — http/1.1https://us.com/assets/js/main.js?v=1.0.1/assets/js/main.js?v=1.0.1 https://us.com/assets/js/main.js?v=1.0.1 — 200 — 5.1 KiB — 8 ms — http/1.1https://us.com/assets/js/lib/underscore.min.js?v=1.0.1/assets/js/lib/underscore.min.js?v=... https://us.com/assets/js/lib/underscore.min.js?v=1.0.1 — 200 — 16.3 KiB — 20 ms — http/1.1https://us.com/assets/js/search.js?v=1.1.0/assets/js/search.js?v=1.1.0 https://us.com/assets/js/search.js?v=1.1.0 — 200 — 16.2 KiB — 19 ms — http/1.1https://us.com/assets/js/home.js?v=1.0.1/assets/js/home.js?v=1.0.1 https://us.com/assets/js/home.js?v=1.0.1 — 200 — 9.8 KiB — 19 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-seo.svg/assets/img/icons/icon-uscom-seo.sv... https://us.com/assets/img/icons/icon-uscom-seo.svg — 200 — 6.1 KiB — 19 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-premium.svg/assets/img/icons/icon-uscom-premiu... https://us.com/assets/img/icons/icon-uscom-premium.svg — 200 — 5.6 KiB — 23 ms — http/1.1https://us.com/assets/img/icons/icon-uscom-seamless.svg/assets/img/icons/icon-uscom-seamle... https://us.com/assets/img/icons/icon-uscom-seamless.svg — 200 — 4.5 KiB — 24 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-MHSK6S5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MHSK6S5 — 200 — 117.4 KiB — 119 ms — h2https://us.com/assets/img/icons/oversized-icon-uscom.svg/assets/img/icons/oversized-icon-us... https://us.com/assets/img/icons/oversized-icon-uscom.svg — 200 — 5.0 KiB — 20 ms — http/1.1https://us.com/assets/img/table-desktop-uscom.png/assets/img/table-desktop-uscom.png https://us.com/assets/img/table-desktop-uscom.png — 200 — 195.1 KiB — 27 ms — http/1.1https://us.com/assets/img/table-mobile-uscom.png/assets/img/table-mobile-uscom.png https://us.com/assets/img/table-mobile-uscom.png — 200 — 133.0 KiB — 30 ms — http/1.1https://us.com/assets/img/icons/uscom-mag-glass-location.svg/assets/img/icons/uscom-mag-glass-l... https://us.com/assets/img/icons/uscom-mag-glass-location.svg — 200 — 2.1 KiB — 19 ms — http/1.1https://us.com/assets/img/sites/designgroup_us_com.jpg/assets/img/sites/designgroup_us_co... https://us.com/assets/img/sites/designgroup_us_com.jpg — 200 — 93.6 KiB — 29 ms — http/1.1https://us.com/assets/img/sites/databot_us_com.jpg/assets/img/sites/databot_us_com.jp... https://us.com/assets/img/sites/databot_us_com.jpg — 200 — 131.9 KiB — 39 ms — http/1.1https://us.com/assets/img/sites/hcmc_us_com.jpg/assets/img/sites/hcmc_us_com.jpg https://us.com/assets/img/sites/hcmc_us_com.jpg — 200 — 108.7 KiB — 28 ms — http/1.1https://us.com/assets/img/sites/rgu_us_com.jpg/assets/img/sites/rgu_us_com.jpg https://us.com/assets/img/sites/rgu_us_com.jpg — 200 — 109.0 KiB — 27 ms — http/1.1https://us.com/assets/img/sites/thaihouse_us_com.jpg/assets/img/sites/thaihouse_us_com.... https://us.com/assets/img/sites/thaihouse_us_com.jpg — 200 — 207.0 KiB — 52 ms — http/1.1https://us.com/assets/img/sites/metalsales_us_com.jpg/assets/img/sites/metalsales_us_com... https://us.com/assets/img/sites/metalsales_us_com.jpg — 200 — 291.3 KiB — 72 ms — http/1.1https://us.com/assets/img/sites/gssb_us_com.jpg/assets/img/sites/gssb_us_com.jpg https://us.com/assets/img/sites/gssb_us_com.jpg — 200 — 84.1 KiB — 28 ms — http/1.1https://us.com/assets/img/sites/palisades_us_com.jpg/assets/img/sites/palisades_us_com.... https://us.com/assets/img/sites/palisades_us_com.jpg — 200 — 83.2 KiB — 29 ms — http/1.1https://us.com/assets/img/sites/mom2mom_us_com.jpg/assets/img/sites/mom2mom_us_com.jp... https://us.com/assets/img/sites/mom2mom_us_com.jpg — 200 — 94.5 KiB — 30 ms — http/1.1https://us.com/assets/img/sites/wasabi_us_com.jpg/assets/img/sites/wasabi_us_com.jpg https://us.com/assets/img/sites/wasabi_us_com.jpg — 200 — 136.3 KiB — 50 ms — http/1.1https://us.com/assets/img/icons/baseline-open_in_new-24px.svg/assets/img/icons/baseline-open_in_... https://us.com/assets/img/icons/baseline-open_in_new-24px.svg — 200 — 795 B — 15 ms — http/1.1https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2/assets/fonts/albert-sans/albert-sa... https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2 — 200 — 9.7 KiB — 25 ms — http/1.1https://us.com/assets/img/sites/orderandgrace_us_com.jpg/assets/img/sites/orderandgrace_us_... https://us.com/assets/img/sites/orderandgrace_us_com.jpg — 200 — 69.8 KiB — 26 ms — http/1.1https://us.com/assets/img/sites/haco_us_com.jpg/assets/img/sites/haco_us_com.jpg https://us.com/assets/img/sites/haco_us_com.jpg — 200 — 84.4 KiB — 24 ms — http/1.1https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2/assets/fonts/albert-sans/albert-sa... https://us.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2 — 200 — 9.8 KiB — 21 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-44QXWMEFWZ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-44QXWMEFWZ&cx=c&gtm=4e64h1 — 200 — 155.6 KiB — 79 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-44QXWMEFWZ&gtm=45je64h1v9112032946z89115883387za20gzb9115883387zd9115883387&_p=1776797479859&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1058294742.1776797480&frm=0&pscdl=noapi&rcb=17&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~117266400~117384406~117512542&sid=1776797480&sct=1&seg=0&dl=https%3A%2F%2Fus.com%2F&dt=US.COM%20%7C%20The%20Premium%20Global%20Domain%20for%20the%20U.S.%20Market&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=555www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-44QXWMEFWZ&gtm=45je64h1v9112032946z89115883387za20gzb9115883387zd9115883387&_p=1776797479859&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1058294742.1776797480&frm=0&pscdl=noapi&rcb=17&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~117266400~117384406~117512542&sid=1776797480&sct=1&seg=0&dl=https%3A%2F%2Fus.com%2F&dt=US.COM%20%7C%20The%20Premium%20Global%20Domain%20for%20the%20U.S.%20Market&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=555 — 204 — 542 B — 79 ms — h2https://us.com/assets/img/favicon-32x32.png?v=3/assets/img/favicon-32x32.png?v=3 https://us.com/assets/img/favicon-32x32.png?v=3 — 200 — 1.5 KiB — 6 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
52% of JavaScript execution is third-party
First-party Third-party 255ms · 156KB · €3/mo
Unattributable
Other
Optional
Execution 182ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 74ms
Transfer 156 KB
Unused 43%
Monthly Cost €1/mo

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