Performance
· 16 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.
9.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.23 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.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.
28.03 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 226 requestsFIX
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
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
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
FJS Execution CostAction8327ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1739ms | 475ms | 0ms | 3rd |
| https://assets.adobedtm.com/16a36399704a/2efca5d8f658/launch-b67461f3859d.min.js | 1253ms | 690ms | 147ms | 3rd |
| https://www.redcross.org/etc/clientlibs/redcross/shared/dependencies.min.js | 846ms | 434ms | 19ms | 1st |
| https://clarachat.redcross.org/polyfills-5CFQRCPP.js | 508ms | 446ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 497ms | 300ms | 66ms | 3rd |
| https://www.redcross.org/ | 495ms | 143ms | 6ms | 1st |
| https://www.redcross.org/etc/clientlibs/redcross/shared/components.min.js | 375ms | 186ms | 117ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-999092293&cx=c>m=4e6460 | 370ms | 316ms | 52ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4706068 | 349ms | 262ms | 49ms | 3rd |
| https://maps.googleapis.com/maps/api/js?key=AIzaSyBhCHZNKMH6qZxSNJbouh31lKwqcvQU0ks&callback=initMap&libraries=geometry,marker | 294ms | 192ms | 97ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction96 scripts, 773 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.redcross.org/etc/clientlibs/redcross/shared/components.min.js | 219 KB | 157 KB (72%) | ✗ | 1st |
| https://maps.googleapis.com/maps/api/js?key=AIzaSyBhCHZNKMH6qZxSNJbouh31lKwqcvQU0ks&callback=initMap&libraries=geometry,marker | 253 KB | 145 KB (58%) | ✓ | 3rd |
| https://doublethedonation.com/api/js/ddplugin.js | 123 KB | 81 KB (66%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 120 KB | 64 KB (54%) | ✓ | 3rd |
| https://assets.adobedtm.com/16a36399704a/2efca5d8f658/launch-b67461f3859d.min.js | 216 KB | 63 KB (29%) | ✓ | 3rd |
| https://clarachat.redcross.org/main-VDEKQFFY.js | 117 KB | 54 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-999092293&cx=c>m=4e6460 | 137 KB | 54 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4706068 | 129 KB | 53 KB (42%) | ✓ | 3rd |
| https://s.go-mpulse.net/boomerang/G5EYL-3FTNM-K2QN3-FX5YQ-53AZH | 58 KB | 38 KB (66%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 36 KB (38%) | ✓ | 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
BThird-Party Impact48% third-party, 0 ms blockingREVIEW
CImage OptimizationAction52 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (376 KB)PASS
Web fonts
6
376 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
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 ~138 KB and ~276 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
Network Waterfall226 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1739ms | 0 KB | — | $23/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1253ms | 216 KB | 29% | $17/mo | Costly |
clarachat.redcross.org clarachat.redcross.org | Other | 508ms | 12 KB | — | $7/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 497ms | 120 KB | 54% | $7/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 137 KB | 40% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 349ms | 129 KB | 42% | $5/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 294ms | 253 KB | 58% | $4/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 253ms | 66 KB | 39% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 183ms | 95 KB | 38% | $2/mo | Optional |
doublethedonation.com doublethedonation.com | Other | 172ms | 123 KB | 66% | $2/mo | Optional |
js-agent.newrelic.com js-agent.newrelic.com | Other | 132ms | 27 KB | — | $2/mo | Optional |
clarachat.redcross.org clarachat.redcross.org | Other | 131ms | 3 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 130ms | 34 KB | — | $2/mo | Optional |
openfpcdn.io openfpcdn.io | Other | 114ms | 5 KB | — | $2/mo | Optional |
s.go-mpulse.net s.go-mpulse.net | Other | 74ms | 58 KB | 66% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 56ms | 9 KB | — | $1/mo | Essential |
js.adsrvr.org js.adsrvr.org | Other | 56ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1739ms and costs ~$23/month
- assets.adobedtm.com adds 1253ms and costs ~$17/month
- clarachat.redcross.org adds 508ms and costs ~$7/month
- Google Tag Manager adds 370ms and costs ~$5/month
- Google Tag Manager adds 349ms and costs ~$5/month
- maps.googleapis.com adds 294ms and costs ~$4/month
- assets.adobedtm.com adds 253ms and costs ~$3/month
76% 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
Unattributable takes 1739ms 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
assets.adobedtm.com takes 1253ms 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
clarachat.redcross.org takes 508ms 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 OneTrust'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 370ms 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 349ms 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
maps.googleapis.com takes 294ms 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
58% of maps.googleapis.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
assets.adobedtm.com takes 253ms 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
66% of doublethedonation.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
66% of s.go-mpulse.net'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