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.
5.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.56 s
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.
10.85 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.
31.19 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 124 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7944ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js | 1939ms | 917ms | 8ms | 3rd |
| Unattributable | 713ms | 27ms | 0ms | 3rd |
| https://www.ewg.org/ | 632ms | 32ms | 5ms | 3rd |
| https://d3rse9xjbp8270.cloudfront.net/at.js | 498ms | 400ms | 78ms | 3rd |
| https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 427ms | 231ms | 186ms | 3rd |
| https://cdn.fundraiseup.com/widget/AKWZXHJB | 351ms | 194ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-C93205YZVJ&cx=c>m=4e64h1 | 337ms | 244ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PPNMZJ | 324ms | 274ms | 42ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CS21GC49KT&cx=c>m=4e64h1 | 296ms | 253ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DQS34PDF9K&cx=c>m=4e64h1 | 258ms | 208ms | 48ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction41 scripts, 1.6 MB 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.everyaction.com/ea-actiontag/at.js | 270 KB | 236 KB (88%) | ✓ | 3rd |
| https://d3rse9xjbp8270.cloudfront.net/at.js | 270 KB | 195 KB (72%) | ✓ | 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/destination?id=AW-698108002&cx=c>m=4e64h1 | 144 KB | 69 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DQS34PDF9K&cx=c>m=4e64h1 | 174 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PPNMZJ | 175 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CS21GC49KT&cx=c>m=4e64h1 | 179 KB | 67 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-C93205YZVJ&cx=c>m=4e64h1 | 165 KB | 63 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
FPage Weight InventoryAction124 resources · 5.7 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 124 resources | 5.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization27 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (218 KB)PASS
Web fonts
8
218 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~36 KB and ~72 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall124 requests over 5965msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdnjs cdnjs.cloudflare.com | CDN | 1939ms | 27 KB | — | €21/mo | Costly |
Unattributable Unattributable | Other | 713ms | 0 KB | — | €8/mo | Costly |
www.ewg.org www.ewg.org | Other | 632ms | 20 KB | — | €7/mo | Costly |
d3rse9xjbp8270.cloudfront.net d3rse9xjbp8270.cloudfront.net | Other | 498ms | 270 KB | 72% | €5/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 427ms | 410 KB | 89% | €5/mo | Costly |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 351ms | 65 KB | 34% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 337ms | 165 KB | 38% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 324ms | 175 KB | 39% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 296ms | 179 KB | 38% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 258ms | 174 KB | 39% | €3/mo | Costly |
www.ewg.org www.ewg.org | Other | 240ms | 0 KB | — | €3/mo | Costly |
static.everyaction.com static.everyaction.com | Other | 236ms | 270 KB | 88% | €3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 223ms | 26 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 182ms | 145 KB | 42% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 178ms | 125 KB | 50% | €2/mo | Optional |
www.ewg.org www.ewg.org | Other | 177ms | 47 KB | 53% | €2/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 170ms | 4 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 162ms | 144 KB | 48% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 123ms | 97 KB | 35% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 112ms | 45 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 70ms | 140 KB | — | €1/mo | Optional |
cdn.popt.in cdn.popt.in | Other | 65ms | 81 KB | 61% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 60ms | 16 KB | — | €1/mo | Optional |
js.verygoodvault.com js.verygoodvault.com | Other | 59ms | 44 KB | 60% | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 58ms | 21 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 53ms | 37 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cdnjs adds 1939ms and costs ~€21/month
- Unattributable adds 713ms and costs ~€8/month
- www.ewg.org adds 632ms and costs ~€7/month
- d3rse9xjbp8270.cloudfront.net adds 498ms and costs ~€5/month
- static.fundraiseup.com adds 427ms and costs ~€5/month
- cdn.fundraiseup.com adds 351ms and costs ~€4/month
- Google Tag Manager adds 337ms and costs ~€4/month
- Google Tag Manager adds 324ms and costs ~€4/month
- Google Tag Manager adds 296ms and costs ~€3/month
- Google Tag Manager adds 258ms and costs ~€3/month
- www.ewg.org adds 240ms and costs ~€3/month
- static.everyaction.com adds 236ms and costs ~€3/month
- Microsoft Clarity adds 223ms 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
cdnjs takes 1939ms 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 713ms 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.ewg.org takes 632ms 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
d3rse9xjbp8270.cloudfront.net takes 498ms 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
72% of d3rse9xjbp8270.cloudfront.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
static.fundraiseup.com takes 427ms 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
cdn.fundraiseup.com 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
Google Tag Manager takes 337ms 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 324ms 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 296ms 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 258ms 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.ewg.org takes 240ms 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.everyaction.com takes 236ms 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
88% of static.everyaction.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
Microsoft Clarity takes 223ms 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
53% of www.ewg.org'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
61% of cdn.popt.in'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
60% of js.verygoodvault.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