Performance
· 14 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.
12.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.79 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.64 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.
27.33 s
Page Load Progression
FPage Weight BudgetAction4.6 MB transferred, 126 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
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
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 ImpactAction73% third-party, 0 ms blockingFIX
FJS Execution CostAction7937ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://kendo.cdn.telerik.com/2021.1.119/js/kendo.all.min.js | 1413ms | 910ms | 474ms | 3rd |
| https://www.who.int/ScriptResource.axd?d=6DQe8ARl7A9TiuWej5ttChzH_bH_8oN_s_nT_Gi4bPGf8e5n2fEMKPjzLdvKHVty-4ZMcWf8z4wR7Uoe9uwfRcpGME2zu76GUYKLUjE5oVOWl9suUmdsLOBTG0SyiZPAlK9FJAXJhhse1qDM4EhvGTqNsxl81NUrAtHLeXR4O4h0ZoaW0&t=ffffffff90b6fa90 | 1399ms | 864ms | 24ms | 1st |
| Unattributable | 963ms | 10ms | 0ms | 3rd |
| https://cdn.fundraiseup.com/widget/AMEEWKFZ | 870ms | 313ms | 61ms | 3rd |
| https://www.who.int/ResourcePackages/WHO/assets/dist/scripts/responsivelylazy.min.js | 711ms | 114ms | 1ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRT | 374ms | 313ms | 55ms | 3rd |
| https://static.fundraiseup.com/4836.8f917613a7bc.4836.js | 347ms | 302ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c>m=4e6420h2 | 316ms | 264ms | 47ms | 3rd |
| https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 301ms | 268ms | 32ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 250ms | 193ms | 10ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction54 scripts, 2.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://kendo.cdn.telerik.com/2021.1.119/js/kendo.all.min.js | 1088 KB | 858 KB (79%) | ✓ | 3rd |
| https://kendo.cdn.telerik.com/2021.1.119/js/kendo.all.min.js | 0 KB | 858 KB (79%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout.098fc4d30f8503a0.js | 397 KB | 355 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.who.int/ScriptResource.axd?d=BipRCKUteAIr0PTUVR7xo6LCrTtac4Cof8FsWeF6Rs8EdDSOktcsIs7LNHQe0q9fjlWLg7K_ACXChvDiB89LssRRoiAaWPfFtKZ5o-YMiaG0eBABoldv--hS66lgbT7E3_ovT6krZJ6OXhPP-uxrsovsKl2AJ6Y1yCcYG8mHshUopGyI0&t=ffffffff90b6fa90 | 95 KB | 79 KB (89%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRT | 162 KB | 69 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c>m=4e6420h2 | 156 KB | 65 KB (42%) | ✓ | 3rd |
| https://cdn.fundraiseup.com/widget/AMEEWKFZ | 70 KB | 25 KB (37%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-styles.17c762c93d89a7dd.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
BImage Optimization31 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
BHTTP Cachingpublic, max-age=0, s-maxage=43200REVIEW
public, max-age=0, s-maxage=43200
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| s-maxage | 43200 | CDN caches for 12 hours |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (172 KB)PASS
Web fonts
3
172 KB total
Render-blocking
0
of 3
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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
Network Waterfall126 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 |
|---|---|---|---|---|---|---|
kendo.cdn.telerik.com kendo.cdn.telerik.com | Other | 1413ms | 0 KB | 79% | €23/mo | Costly |
Unattributable Unattributable | Other | 963ms | 0 KB | — | €15/mo | Costly |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 870ms | 70 KB | 37% | €14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 374ms | 162 KB | 43% | €6/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 347ms | 4 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 316ms | 156 KB | 42% | €5/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 301ms | 105 KB | 83% | €5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 250ms | 26 KB | — | €4/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 191ms | 397 KB | 89% | €3/mo | Optional |
kendo.cdn.telerik.com kendo.cdn.telerik.com | Other | 83ms | 0 KB | — | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 78ms | 21 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 78ms | 138 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 73ms | 37 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 62ms | 32 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- kendo.cdn.telerik.com adds 1413ms and costs ~€23/month
- Unattributable adds 963ms and costs ~€15/month
- cdn.fundraiseup.com adds 870ms and costs ~€14/month
- Google Tag Manager adds 374ms and costs ~€6/month
- static.fundraiseup.com adds 347ms and costs ~€6/month
- Google Tag Manager adds 316ms and costs ~€5/month
- static.fundraiseup.com adds 301ms and costs ~€5/month
- Microsoft Clarity adds 250ms and costs ~€4/month
68% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
kendo.cdn.telerik.com takes 1413ms 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
79% of kendo.cdn.telerik.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
Unattributable takes 963ms 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 870ms 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 374ms 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 347ms 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 316ms 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 301ms 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
Microsoft Clarity takes 250ms 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