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.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
265 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.071
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.82 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.03 s
Page Load Progression
DJS Execution CostAction2619ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-BsOEZPgZ.js | 1020ms | 828ms | 48ms | 1st |
| Unattributable | 707ms | 76ms | 0ms | 3rd |
| https://www.ecosia.org/ | 580ms | 10ms | 1ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-M33JXB44>m_auth=yQLXq56VlYmlCpsDKUq5-Q>m_preview=env-1>m_cookies_win=x | 190ms | 135ms | 52ms | 3rd |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-D3qP-z4Z.js | 65ms | 0ms | 45ms | 1st |
| https://www.ecosia.org/static/indexpage/assets/entries/entry-server-routing.V6RSNVIv.js | 58ms | 50ms | 7ms | 1st |
BJS Bundles10 scripts, 131 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-M33JXB44>m_auth=yQLXq56VlYmlCpsDKUq5-Q>m_preview=env-1>m_cookies_win=x | 145 KB | 87 KB (60%) | ✓ | 3rd |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-6MlxZnMw.js | 56 KB | 44 KB (79%) | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/entries/entry-server-routing.V6RSNVIv.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/entries/src_pages.Cy1_b85i.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-BsOEZPgZ.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-Da8mshgT.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-DHUr1527.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-D3qP-z4Z.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-DIn4Kc3O.js | 3 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-BcYhEtc8.js | 4 KB | — | ✓ | 1st |
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
BHTTP Cachingprivate, max-age=0REVIEW
private, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
A+Page Weight Budget439 KB transferred, 26 requestsPASS
AThird-Party Impact34% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization2 images, 0 KB saveablePASS
A+Font Loading2 fonts (84 KB)PASS
Web fonts
2
84 KB total
Render-blocking
0
of 2
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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall26 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 707ms | 0 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 190ms | 145 KB | 60% | $3/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 707ms and costs ~$9/month
Unattributable takes 707ms 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
60% of Google Tag Manager'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