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.
3.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.017
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.84 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.
21.83 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 142 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4086ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ushmm.org/ | 1149ms | 550ms | 2ms | 3rd |
| Unattributable | 613ms | 96ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WFXT2L | 421ms | 323ms | 59ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c>m=4e64h1 | 351ms | 308ms | 40ms | 3rd |
| https://cdn.fundraiseup.com/widget/AJWTXXUN | 297ms | 251ms | 37ms | 3rd |
| https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 217ms | 193ms | 24ms | 3rd |
| https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 151ms | 2ms | 149ms | 3rd |
| https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.js | 140ms | 127ms | 0ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 131ms | 93ms | 36ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 129ms | 108ms | 18ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction75 scripts, 894 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 410 KB | 366 KB (89%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 112 KB | 112 KB (100%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105 KB | 87 KB (83%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WFXT2L | 174 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.ushmm.org/_nuxt/lzfvQr5U.js | 158 KB | 61 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c>m=4e64h1 | 179 KB | 60 KB (33%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 34 KB (36%) | ✓ | 3rd |
| https://client.rum.us-east-1.amazonaws.com/1.16.1/cwr.js | 56 KB | 28 KB (50%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22 KB | 22 KB (100%) | ✓ | 3rd |
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
FPage Weight InventoryAction142 resources · 4.8 MB · 894 KB savings availableFIX
~894.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 142 resources | 4.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization15 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (215 KB)PASS
Web fonts
9
215 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints21 hints, 0 missing preconnectsPASS
Current Resource Hints
21 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall142 requests over 2627msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.ushmm.org www.ushmm.org | Other | 1149ms | 97 KB | — | $15/mo | Costly |
Unattributable Unattributable | Other | 613ms | 0 KB | — | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 421ms | 174 KB | 38% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 351ms | 179 KB | 33% | $5/mo | Costly |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 297ms | 65 KB | 34% | $4/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 217ms | 105 KB | 83% | $3/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 151ms | 410 KB | 89% | $2/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 140ms | 1 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 131ms | 97 KB | 36% | $2/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 129ms | 57 KB | 67% | $2/mo | Optional |
client.rum.us-east-1.amazonaws.com client.rum.us-east-1.amazonaws.com | Other | 128ms | 56 KB | 50% | $2/mo | Optional |
www.ushmm.org www.ushmm.org | Other | 113ms | 158 KB | 39% | $1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 86ms | 140 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 85ms | 45 KB | — | $1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 76ms | 37 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.ushmm.org adds 1149ms and costs ~$15/month
- Unattributable adds 613ms and costs ~$8/month
- Google Tag Manager adds 421ms and costs ~$6/month
- Google Tag Manager adds 351ms and costs ~$5/month
- cdn.fundraiseup.com adds 297ms and costs ~$4/month
- static.fundraiseup.com adds 217ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.ushmm.org takes 1149ms 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
Unattributable takes 613ms 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 421ms 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 351ms 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
cdn.fundraiseup.com takes 297ms 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
static.fundraiseup.com takes 217ms 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
83% of static.fundraiseup.com'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
89% of static.fundraiseup.com'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
67% of Hotjar'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