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.
13.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
723 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.145
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.68 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.
18.67 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 54 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3019ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.icij.org/wp-content/themes/theme/public/js/app.983273.js | 1184ms | 940ms | 188ms | 3rd |
| Unattributable | 355ms | 6ms | 0ms | 3rd |
| https://static.fundraiseup.com/checkout.621abe447e62aa70.js | 351ms | 206ms | 145ms | 3rd |
| https://www.icij.org/ | 341ms | 59ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZHK7PVGCC7&cx=c>m=4e64m0h2 | 332ms | 285ms | 42ms | 3rd |
| https://cdn.fundraiseup.com/widget/AKFLRQWK | 166ms | 134ms | 27ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TFCK277G | 133ms | 105ms | 27ms | 3rd |
| https://www.icij.org/wp-content/themes/theme/resources/libs/swiper-bundle.min.js?ver=1.0 | 102ms | 8ms | 13ms | 3rd |
| https://www.icij.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 53ms | 35ms | 9ms | 3rd |
FJS BundlesAction16 scripts, 1.1 MB 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://www.icij.org/wp-content/themes/theme/public/js/app.983273.js | 667 KB | 361 KB (54%) | ✓ | 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/gtm.js?id=GTM-TFCK277G | 133 KB | 65 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZHK7PVGCC7&cx=c>m=4e64m0h2 | 176 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.icij.org/wp-content/themes/theme/resources/libs/swiper-bundle.min.js?ver=1.0 | 43 KB | 27 KB (64%) | ✓ | 3rd |
| https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22 KB | 22 KB (100%) | ✓ | 3rd |
| https://cdn.fundraiseup.com/widget/AKFLRQWK | 65 KB | 22 KB (34%) | ✓ | 3rd |
| https://www.icij.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30 KB | 20 KB (68%) | ✓ | 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 InventoryAction54 resources · 7.2 MB · 1.1 MB savings availableFIX
~1.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 54 resources | 7.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 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 Loading5 fonts (120 KB)PASS
Web fonts
5
120 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall54 requests over 1134msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.icij.org www.icij.org | Other | 1184ms | 667 KB | 54% | $7/mo | Costly |
Unattributable Unattributable | Other | 355ms | 0 KB | — | $2/mo | Costly |
static.fundraiseup.com static.fundraiseup.com | Other | 351ms | 411 KB | 89% | $2/mo | Costly |
www.icij.org www.icij.org | Other | 341ms | 26 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 332ms | 176 KB | 35% | $2/mo | Costly |
cdn.fundraiseup.com cdn.fundraiseup.com | Other | 166ms | 65 KB | 34% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 133ms | 133 KB | 49% | $1/mo | Optional |
www.icij.org www.icij.org | Other | 102ms | 43 KB | 64% | $1/mo | Optional |
www.icij.org www.icij.org | Other | 53ms | 30 KB | 68% | $0/mo | Optional |
These scripts may cost more than they're worth
- www.icij.org adds 1184ms and costs ~$7/month
- Unattributable adds 355ms and costs ~$2/month
- static.fundraiseup.com adds 351ms and costs ~$2/month
- www.icij.org adds 341ms and costs ~$2/month
- Google Tag Manager adds 332ms 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
www.icij.org takes 1184ms 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 www.icij.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
Unattributable takes 355ms 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 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
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
www.icij.org takes 341ms 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 332ms 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
64% of www.icij.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
68% of www.icij.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