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.
450 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
563 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
61 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
550 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
569 ms
Page Load Progression
BJS Execution Cost711ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ecosia.org/static/indexpage/assets/chunks/chunk-BsOEZPgZ.js | 294ms | 230ms | 12ms | 1st |
| Unattributable | 220ms | 31ms | 0ms | 3rd |
| https://www.ecosia.org/ | 197ms | 4ms | 1ms | 1st |
BJS Bundles14 scripts, 130 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/chunks/chunk-Da8mshgT.js | 0 KB | — | ✓ | 1st |
| https://www.ecosia.org/static/indexpage/assets/entries/entry-server-routing.V6RSNVIv.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-BsOEZPgZ.js | 0 KB | — | ✓ | 1st |
| https://dx.mountain.com/spx?dxver=4.0.0&shaid=38593&tdr=&plh=https%3A%2F%2Fwww.ecosia.org%2F&cb=56783689043750490term=value | 6 KB | — | ✓ | 3rd |
| 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-DIn4Kc3O.js | 3 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 Budget482 KB transferred, 33 requestsPASS
AThird-Party Impact33% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization4 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 Waterfall33 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 | 220ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 220ms and costs ~$3/month
Unattributable takes 220ms 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