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.
1.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
268 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.35 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.
4.79 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 130 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
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 ImpactAction74% third-party, 0 ms blockingFIX
DJS Execution CostAction2158ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.who.int/ScriptResource.axd?d=6DQe8ARl7A9TiuWej5ttChzH_bH_8oN_s_nT_Gi4bPGf8e5n2fEMKPjzLdvKHVty-4ZMcWf8z4wR7Uoe9uwfRcpGME2zu76GUYKLUjE5oVOWl9suUmdsLOBTG0SyiZPAlK9FJAXJhhse1qDM4EhvGTqNsxl81NUrAtHLeXR4O4h0ZoaW0&t=ffffffff90b6fa90 | 387ms | 235ms | 7ms | 1st |
| https://kendo.cdn.telerik.com/2021.1.119/js/kendo.all.min.js | 376ms | 213ms | 136ms | 3rd |
| https://www.who.int/ | 338ms | 17ms | 5ms | 1st |
| Unattributable | 269ms | 3ms | 0ms | 3rd |
| https://www.who.int/ResourcePackages/WHO/assets/dist/scripts/responsivelylazy.min.js | 144ms | 25ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRT | 99ms | 86ms | 13ms | 3rd |
| https://static.fundraiseup.com/4557.e38cd0b7a797.4557.js | 85ms | 76ms | 1ms | 3rd |
| https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 80ms | 70ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c>m=4e6411 | 79ms | 66ms | 13ms | 3rd |
| https://cdn.fundraiseup.com/widget/AMEEWKFZ | 74ms | 62ms | 8ms | 3rd |
Showing top 10 of 14 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 | 94 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=4e6411 | 156 KB | 66 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 Optimization34 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 Loading4 fonts (191 KB)PASS
Web fonts
4
191 KB total
Render-blocking
0
of 4
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 HintsNo optimization neededPASS
Network Waterfall130 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 | 376ms | 0 KB | 79% | €6/mo | Costly |
Unattributable Unattributable | Other | 269ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 162 KB | 43% | €2/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 85ms | 10 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 80ms | 105 KB | 83% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 79ms | 156 KB | 42% | €1/mo | Optional |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 74ms | 70 KB | 37% | €1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 60ms | 25 KB | — | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 54ms | 26 KB | — | €1/mo | Optional |
static.fundraiseup.com static.fundraiseup.com | Other | 50ms | 397 KB | 89% | €1/mo | Optional |
These scripts may cost more than they're worth
- kendo.cdn.telerik.com adds 376ms and costs ~€6/month
- Unattributable adds 269ms and costs ~€4/month
57% 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 376ms 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 269ms 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