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.
2.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
232 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.988
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.12 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.
7.83 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS Execution CostAction1543ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.worldwildlife.org/ | 545ms | 11ms | 1ms | 3rd |
| Unattributable | 358ms | 95ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 271ms | 171ms | 47ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PTTJ3C2M | 269ms | 178ms | 47ms | 3rd |
| https://www.worldwildlife.org/static/js/main.08aab79dcfc6.js | 100ms | 39ms | 14ms | 3rd |
CJS BundlesAction6 scripts, 196 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-PTTJ3C2M | 177 KB | 83 KB (47%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 126 KB | 68 KB (54%) | ✓ | 3rd |
| https://www.worldwildlife.org/static/js/main.08aab79dcfc6.js | 52 KB | 45 KB (86%) | ✓ | 3rd |
| https://assets.worldwildlife.org/www-prd/misc/OneTrust/OtAutoBlock.js | 4 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js | 17 KB | — | ✓ | 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
APage Weight Budget1.0 MB transferred, 28 requestsPASS
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
A+Text CompressionAll text resources are compressedPASS
AImage Optimization7 images, 0 KB saveablePASS
A+Font Loading1 fonts (273 KB)PASS
Web fonts
1
273 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~137 KB and ~274 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory28 resources · 1.0 MB · 196 KB savings availablePASS
~196.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 28 resources | 1.0 MiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall28 requests over 825msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.worldwildlife.org www.worldwildlife.org | Other | 545ms | 26 KB | — | $7/mo | Costly |
Unattributable Unattributable | Other | 358ms | 0 KB | — | $5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 271ms | 126 KB | 54% | $4/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 269ms | 177 KB | 47% | $4/mo | Costly |
www.worldwildlife.org www.worldwildlife.org | Other | 100ms | 52 KB | 86% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.worldwildlife.org adds 545ms and costs ~$7/month
- Unattributable adds 358ms and costs ~$5/month
- Google Tag Manager adds 269ms and costs ~$4/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.worldwildlife.org takes 545ms 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
Unattributable takes 358ms 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 OneTrust'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
Google Tag Manager 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
86% of www.worldwildlife.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