Performance
· 17 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.
1.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.70 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.212
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.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.
12.92 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 36 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
FJS Execution CostAction5547ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ustr.gov/ | 3682ms | 9ms | 2ms | 1st |
| Unattributable | 506ms | 89ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3Z767B | 293ms | 246ms | 43ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-29181NRMEY&cx=c>m=4e64h1 | 259ms | 213ms | 44ms | 3rd |
| https://ustr.gov/sites/default/files/js/js_ZaRNhUUxEArVbtF5qQOkVGJJdQTFkPkiH8Kl255Lw2Y.js?scope=header&delta=0&language=en&theme=ustr2025&include=eJwrLS4pMjIwMtVPz8lPSszRLS6pzMnMSwcAYU8Ibw | 241ms | 180ms | 40ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-HT08QPSXYV&cx=c>m=4e64h1 | 226ms | 179ms | 45ms | 3rd |
| https://ustr.gov/themes/custom/ustr2025/js/ustr.js | 112ms | 109ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-4234744-1 | 102ms | 60ms | 39ms | 3rd |
| https://ustr.gov/sites/default/files/css/css_tyA7LDF1r66HGvt4VoirSeYqKVJDNJo8ihv3QUrt1Uk.css?delta=1&language=en&theme=ustr2025&include=eJwlylEKgCAQRdENWRNCCxptEGF0wKeFrT7In8v5uFEZmBQY4uJyEYCTwEVrQtVaYc2vOEx0KWsd6M0f_qSkFlg39Km5JndneUB_92LXUPkAHCElEQ | 77ms | 0ms | 0ms | 1st |
| https://www.google-analytics.com/analytics.js | 50ms | 44ms | 5ms | 3rd |
DJS BundlesAction12 scripts, 325 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=G-29181NRMEY&cx=c>m=4e64h1 | 145 KB | 65 KB (44%) | ✓ | 3rd |
| 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://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 OptimizationAction16 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
CPage Weight InventoryAction36 resources · 3.0 MB · 325 KB savings availableREVIEW
~325.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 36 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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
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 Waterfall36 requests over 1543msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 506ms | 0 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 293ms | 119 KB | 54% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 259ms | 145 KB | 44% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 226ms | 156 KB | 43% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 125 KB | 52% | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 50ms | 21 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 506ms and costs ~€5/month
- Google Tag Manager adds 293ms and costs ~€3/month
- Google Tag Manager adds 259ms and costs ~€3/month
- Google Tag Manager adds 226ms and costs ~€2/month
Unattributable takes 506ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 293ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
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
Google Tag Manager takes 259ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 226ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev