Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
646 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
296 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.427
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.10 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.
2.14 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 37 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DJS BundlesAction12 scripts, 324 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-HT08QPSXYV&cx=c>m=4e64h1 | 156 KB | 67 KB (43%) | ✓ | 3rd |
| https://ustr.gov/sites/default/files/js/js_ZaRNhUUxEArVbtF5qQOkVGJJdQTFkPkiH8Kl255Lw2Y.js?scope=header&delta=0&language=en&theme=ustr2025&include=eJwrLS4pMjIwMtVPz8lPSszRLS6pzMnMSwcAYU8Ibw | 90 KB | 66 KB (74%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-4234744-1 | 125 KB | 64 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3Z767B | 119 KB | 64 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-29181NRMEY&cx=c>m=4e64h1 | 145 KB | 63 KB (43%) | ✓ | 3rd |
| https://ustr.gov/themes/custom/ustr2025/js/ustr-homepage.js | 2 KB | — | ✓ | 1st |
| https://ustr.gov/themes/custom/ustr2025/js/vendor/sticky-helper.js | 1 KB | — | ✓ | 1st |
| https://ustr.gov/themes/custom/ustr2025/js/vendor/jquery-cookie-master/src/jquery.cookie.js | 2 KB | — | ✓ | 1st |
| https://ustr.gov/themes/custom/ustr2025/js/vendor/jquery.sticky.js | 3 KB | — | ✓ | 1st |
| https://ustr.gov/themes/custom/ustr2025/js/ustr.js | 5 KB | — | ✗ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction17 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS Execution CostAction1316ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ustr.gov/ | 892ms | 2ms | 1ms | 1st |
| Unattributable | 142ms | 24ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HT08QPSXYV&cx=c>m=4e64h1 | 75ms | 62ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-29181NRMEY&cx=c>m=4e64h1 | 72ms | 59ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3Z767B | 71ms | 62ms | 9ms | 3rd |
| https://ustr.gov/sites/default/files/js/js_ZaRNhUUxEArVbtF5qQOkVGJJdQTFkPkiH8Kl255Lw2Y.js?scope=header&delta=0&language=en&theme=ustr2025&include=eJwrLS4pMjIwMtVPz8lPSszRLS6pzMnMSwcAYU8Ibw | 65ms | 46ms | 9ms | 1st |
CPage Weight InventoryAction37 resources · 3.0 MB · 324 KB savings availableREVIEW
~323.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 3.0 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact19% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (237 KB)PASS
Web fonts
2
237 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~118 KB and ~236 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
| public | — | Any cache may store this response |
Network Waterfall37 requests over 1490msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 142ms | 0 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 156 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 72ms | 145 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 71ms | 119 KB | 54% | €1/mo | Optional |
54% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev