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.
11.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
468 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.
11.13 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.
23.42 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 145 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
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 CostAction6127ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.edfcdn.org/assets/global/dist/js/utilities.min.js?v=2026042207 | 1505ms | 778ms | 22ms | 3rd |
| Unattributable | 777ms | 14ms | 0ms | 3rd |
| https://admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io/js/probe.js | 558ms | 409ms | 8ms | 3rd |
| https://cdn.fundraiseup.com/widget/AQBHBSYR | 434ms | 182ms | 24ms | 3rd |
| https://www.edf.org/ | 401ms | 22ms | 6ms | 3rd |
| https://www.edf.org/sites/default/files/js/js_t6Gpq-JUyC8ONfgYv1oJLR49qonCRRHWCnitPZfhV-Y.js?scope=footer&delta=0&language=en&theme=edf2020&include=eJxNy1sKgCAQRuENZYobiqH-UvGWMwa1-nqSHs8Hh5ghi88Bq5SmA8-CVNFIesNydv9M2HZrrNGuJKhKB5RDK4MjCVgUf7sHD2a54y-l1EzXC9gtJ3M | 396ms | 159ms | 13ms | 3rd |
| https://static.fundraiseup.com/donation-form.41b66f2219e57ec2.js | 382ms | 329ms | 12ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 255ms | 235ms | 6ms | 3rd |
| https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 238ms | 209ms | 28ms | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/d4db359b93044eca900e8363b7f9fd2e.js | 233ms | 203ms | 12ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction46 scripts, 747 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.fundraiseup.com/checkout.621abe447e62aa70.js | 411 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/gtag/js?id=DC-4390944 | 131 KB | 53 KB (41%) | ✓ | 3rd |
| https://admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io/js/probe.js | 97 KB | 31 KB (32%) | ✓ | 3rd |
| https://assets.edfcdn.org/assets/global/dist/js/utilities.min.js?v=2026042207 | 85 KB | 29 KB (34%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/d4db359b93044eca900e8363b7f9fd2e.js | 56 KB | 26 KB (47%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 23 KB | 22 KB (100%) | ✓ | 3rd |
| https://cdn.fundraiseup.com/widget/AQBHBSYR | 65 KB | 21 KB (33%) | ✓ | 3rd |
| https://static.fundraiseup.com/embed-data/elements/XREWMKJU.js | 2 KB | — | ✓ | 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 InventoryAction145 resources · 4.5 MB · 747 KB savings availableFIX
~747.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 145 resources | 4.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization62 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
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 Loading8 fonts (160 KB)PASS
Web fonts
8
160 KB total
Render-blocking
0
of 8
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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall145 requests over 5437msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
assets.edfcdn.org assets.edfcdn.org | Other | 1505ms | 85 KB | 34% | €16/mo | Costly |
Unattributable Unattributable | Other | 777ms | 0 KB | — | €8/mo | Costly |
admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io | Other | 558ms | 97 KB | 32% | €6/mo | Costly |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 434ms | 65 KB | 33% | €5/mo | Costly |
www.edf.org www.edf.org | Other | 401ms | 253 KB | — | €4/mo | Costly |
www.edf.org www.edf.org | Other | 396ms | 29 KB | — | €4/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 382ms | 37 KB | — | €4/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 255ms | 26 KB | — | €3/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 238ms | 105 KB | 83% | €3/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 233ms | 56 KB | 47% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 229ms | 131 KB | 41% | €2/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 187ms | 4 KB | — | €2/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 165ms | 411 KB | 89% | €2/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 88ms | 28 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 77ms | 37 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 74ms | 140 KB | — | €1/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 67ms | 23 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 61ms | 21 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- assets.edfcdn.org adds 1505ms and costs ~€16/month
- Unattributable adds 777ms and costs ~€8/month
- admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io adds 558ms and costs ~€6/month
- cdn.fundraiseup.com adds 434ms and costs ~€5/month
- www.edf.org adds 401ms and costs ~€4/month
- www.edf.org adds 396ms and costs ~€4/month
- static.fundraiseup.com adds 382ms and costs ~€4/month
- Microsoft Clarity adds 255ms and costs ~€3/month
- static.fundraiseup.com adds 238ms and costs ~€3/month
- script.crazyegg.com adds 233ms and costs ~€3/month
- Google Tag Manager adds 229ms and costs ~€2/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
assets.edfcdn.org takes 1505ms 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 777ms 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
admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io takes 558ms 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 434ms 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
www.edf.org takes 401ms 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
www.edf.org takes 396ms 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 382ms 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
Microsoft Clarity takes 255ms 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 238ms 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
script.crazyegg.com takes 233ms 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 229ms 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
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