Skip to content
https://unep.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

69
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.32 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

5.18 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

41 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.17 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.

6.60 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
6.8 MB transferred, 115 requests
FIX
6.8 MB transferred, 115 requests
Critical::
Page weighs 12.0 MB (6.8 MB transferred)
Warning::
Images are 4.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.6 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Warning::
115 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.8 MB / 2.4 MB budget
6.8 MB transferred
115 requests
1.4 g CO2 per page load
Images 4.6 MiB 68%
JavaScript 1.8 MiB 27%
HTML 127.0 KiB 2%
CSS 116.3 KiB 2%
Fonts 112.7 KiB 2%
Other 7.6 KiB 0%
Other 1.9 KiB 0%
Other 1.8 KiB 0%
Other 715 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.8 MiB of 6.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 517 KB unused
FIX
35 scripts, 517 KB unused
Warning::
https://t.contentsquare.net/uxa/9f13e54095441.js: 100 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googleoptimize.com/optimize.js?id=OPT-...: 68 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-1DQH...: 67 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KGV...: 62 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CMH1...: 57 KB unused (32%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 517 KB
517 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://t.contentsquare.net/uxa/9f13e54095441.js129 KB100 KB (78%)3rd
https://www.googleoptimize.com/optimize.js?id=OPT-N2XPZHC109 KB68 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-1DQHHGHPWR&cx=c&gtm=4e64h1151 KB67 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KGV3SQ176 KB62 KB (35%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c&gtm=4e64h1176 KB57 KB (32%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB54 KB (70%)3rd
https://cdn.mouseflow.com/projects/05364eea-c592-43cd-84d8-bfac4aace6cf.js53 KB45 KB (86%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB29 KB (53%)3rd
https://www.unep.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?12 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
115 resources · 6.8 MB · 517 KB savings available
FIX
115 resources · 6.8 MB · 517 KB savings available
Warning::
Page weight 5.8 MB over 1MB target
Got: 6.8 MB Expected: ≤ 1 MB
Info::
~517 KB of savings available
Warning::
114 third-party resources (100% of weight)
Info::
9 resources over 200KB
115 resources · 6.8 MiB · 114 third-party 5.8 MiB over 1MB target
Image 68% · 4.6 MiB
JavaScript 27% · 1.8 MiB
Document 2% · 127.0 KiB
CSS 2% · 116.3 KiB
Font 2% · 112.7 KiB
Other 0% · 10.4 KiB

~517.2 KiB of savings available

Remove unused JavaScript: 517.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
20 images, 0 KB saveable
REVIEW
20 images, 0 KB saveable
Info::
All images are well-optimized
20 images 4.6 MB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
767ms total JS execution
REVIEW
767ms total JS execution
Info::
https://www.unep.org/: 153ms CPU time
Info::
https://www.unep.org/cdn-cgi/challenge-platform/sc...: 143ms CPU time
Info::
Unattributable: 130ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-CMH1...: 121ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KGV...: 101ms CPU time
Warning::
Third-party scripts: 767ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 18% Script Parsing & Compilation 12% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://www.unep.org/153ms14ms1ms3rd
https://www.unep.org/cdn-cgi/challenge-platform/scripts/jsd/main.js143ms136ms2ms3rd
Unattributable130ms2ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c&gtm=4e64h1121ms97ms15ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KGV3SQ101ms89ms11ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js65ms56ms3ms3rd
https://use.fontawesome.com/releases/v6.5.2/js/all.js54ms21ms30ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (113 KB)
PASS
2 fonts (113 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

113 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 5.2 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 44 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 76.1 KiB — 84 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 44 ms
Start 459 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 unknown swap
Size 76 KB
Load time 84 ms
Start 459 ms
Risk FOUT — text flashes from fallback to web font
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 ~23 KB and ~46 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
115 requests over 1727ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 5.2 shttps://unep.org// https://unep.org/ — 301 — 92 B — 112 ms — h2https://www.unep.org/www.unep.org/ https://www.unep.org/ — 200 — 23.7 KiB — 125 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/align.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/align.module.css?tduw5w — 200 — 347 B — 36 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/fieldgroup.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/fieldgroup.module.css?tduw5w — 200 — 161 B — 37 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/container-inline.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/container-inline.module.css?tduw5w — 200 — 219 B — 38 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/clearfix.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/clearfix.module.css?tduw5w — 200 — 281 B — 43 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/details.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/details.module.css?tduw5w — 200 — 167 B — 38 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/hidden.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/hidden.module.css?tduw5w — 200 — 683 B — 44 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/item-list.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/item-list.module.css?tduw5w — 200 — 220 B — 45 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/js.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/js.module.css?tduw5w — 200 — 290 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/nowrap.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/nowrap.module.css?tduw5w — 200 — 168 B — 40 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/position-container.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/position-container.module.css?tduw5w — 200 — 140 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/reset-appearance.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/reset-appearance.module.css?tduw5w — 200 — 236 B — 51 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/resize.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/resize.module.css?tduw5w — 200 — 211 B — 47 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-counter.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-counter.css?tduw5w — 200 — 346 B — 52 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-counters.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-counters.css?tduw5w — 200 — 357 B — 48 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tduw5w — 200 — 216 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/tablesort.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/tablesort.module.css?tduw5w — 200 — 269 B — 49 ms — h2https://www.unep.org/modules/contrib/poll/css/poll.base.css?tduw5wwww.unep.org/modules/contrib/poll/c... https://www.unep.org/modules/contrib/poll/css/poll.base.css?tduw5w — 200 — 259 B — 52 ms — h2https://www.unep.org/modules/contrib/poll/css/poll.theme.css?tduw5wwww.unep.org/modules/contrib/poll/c... https://www.unep.org/modules/contrib/poll/css/poll.theme.css?tduw5w — 200 — 292 B — 57 ms — h2https://www.unep.org/themes/contrib/stable/css/views/views.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/views/views.module.css?tduw5w — 200 — 285 B — 50 ms — h2https://www.unep.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tduw5wwww.unep.org/modules/contrib/paragr... https://www.unep.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tduw5w — 200 — 324 B — 55 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5w — 200 — 73.6 KiB — 63 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/d8.css?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/d8.css?tduw5w — 200 — 623 B — 58 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/img/SDG_Wheel_Transparent_WEB.pngwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/img/SDG_Wheel_Transparent_WEB.png — 200 — 11.9 KiB — 53 ms — h2https://cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpgcdn.unenvironment.org/2026-04/54973... https://cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpg — 200 — 1.5 MiB — 422 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/peter-mitchell-lZLgqIiFHSw-unsplash.jpg?itok=tJ9Hn7e7cdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/peter-mitchell-lZLgqIiFHSw-unsplash.jpg?itok=tJ9Hn7e7 — 200 — 332.3 KiB — 333 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/green%201400x630.png?itok=iX_rOLXHcdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/green%201400x630.png?itok=iX_rOLXH — 200 — 262.5 KiB — 329 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2024-04/Louise%20Mabulo%20Cacao%20farming%202%20%281%29.jpg?itok=9XPsKi0Ecdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2024-04/Louise%20Mabulo%20Cacao%20farming%202%20%281%29.jpg?itok=9XPsKi0E — 200 — 193.3 KiB — 221 ms — h3https://www.unep.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.unep.org/cdn-cgi/scripts/7d0fa1... https://www.unep.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 3.9 KiB — 28 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 5.2 shttps://unep.org// https://unep.org/ — 301 — 92 B — 112 ms — h2https://www.unep.org/www.unep.org/ https://www.unep.org/ — 200 — 23.7 KiB — 125 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/align.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/align.module.css?tduw5w — 200 — 347 B — 36 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/fieldgroup.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/fieldgroup.module.css?tduw5w — 200 — 161 B — 37 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/container-inline.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/container-inline.module.css?tduw5w — 200 — 219 B — 38 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/clearfix.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/clearfix.module.css?tduw5w — 200 — 281 B — 43 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/details.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/details.module.css?tduw5w — 200 — 167 B — 38 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/hidden.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/hidden.module.css?tduw5w — 200 — 683 B — 44 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/item-list.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/item-list.module.css?tduw5w — 200 — 220 B — 45 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/js.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/js.module.css?tduw5w — 200 — 290 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/nowrap.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/nowrap.module.css?tduw5w — 200 — 168 B — 40 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/position-container.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/position-container.module.css?tduw5w — 200 — 140 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/reset-appearance.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/reset-appearance.module.css?tduw5w — 200 — 236 B — 51 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/resize.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/resize.module.css?tduw5w — 200 — 211 B — 47 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-counter.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-counter.css?tduw5w — 200 — 346 B — 52 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-counters.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-counters.css?tduw5w — 200 — 357 B — 48 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tduw5w — 200 — 216 B — 46 ms — h2https://www.unep.org/themes/contrib/stable/css/system/components/tablesort.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/system/components/tablesort.module.css?tduw5w — 200 — 269 B — 49 ms — h2https://www.unep.org/modules/contrib/poll/css/poll.base.css?tduw5wwww.unep.org/modules/contrib/poll/c... https://www.unep.org/modules/contrib/poll/css/poll.base.css?tduw5w — 200 — 259 B — 52 ms — h2https://www.unep.org/modules/contrib/poll/css/poll.theme.css?tduw5wwww.unep.org/modules/contrib/poll/c... https://www.unep.org/modules/contrib/poll/css/poll.theme.css?tduw5w — 200 — 292 B — 57 ms — h2https://www.unep.org/themes/contrib/stable/css/views/views.module.css?tduw5wwww.unep.org/themes/contrib/stable/... https://www.unep.org/themes/contrib/stable/css/views/views.module.css?tduw5w — 200 — 285 B — 50 ms — h2https://www.unep.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tduw5wwww.unep.org/modules/contrib/paragr... https://www.unep.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tduw5w — 200 — 324 B — 55 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5w — 200 — 73.6 KiB — 63 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/d8.css?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/d8.css?tduw5w — 200 — 623 B — 58 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/img/SDG_Wheel_Transparent_WEB.pngwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/img/SDG_Wheel_Transparent_WEB.png — 200 — 11.9 KiB — 53 ms — h2https://cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpgcdn.unenvironment.org/2026-04/54973... https://cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpg — 200 — 1.5 MiB — 422 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/peter-mitchell-lZLgqIiFHSw-unsplash.jpg?itok=tJ9Hn7e7cdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/peter-mitchell-lZLgqIiFHSw-unsplash.jpg?itok=tJ9Hn7e7 — 200 — 332.3 KiB — 333 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/green%201400x630.png?itok=iX_rOLXHcdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-03/green%201400x630.png?itok=iX_rOLXH — 200 — 262.5 KiB — 329 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2024-04/Louise%20Mabulo%20Cacao%20farming%202%20%281%29.jpg?itok=9XPsKi0Ecdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2024-04/Louise%20Mabulo%20Cacao%20farming%202%20%281%29.jpg?itok=9XPsKi0E — 200 — 193.3 KiB — 221 ms — h3https://www.unep.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.unep.org/cdn-cgi/scripts/7d0fa1... https://www.unep.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 3.9 KiB — 28 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/print.css?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/print.css?tduw5w — 200 — 2.5 KiB — 49 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Noto+Sans:400|Permanent+Markerfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Noto+Sans:400|Permanent+Marker — 200 — 2.5 KiB — 74 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Noto+Sans:400|Permanent+Markerfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Noto+Sans:400|Permanent+Marker — 200 — 2.3 KiB — 68 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.css — 200 — 19.9 KiB — 61 ms — h3https://www.unep.org/themes/custom/UNEP_3Spot/css/sdg_modal.csswww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/sdg_modal.css — 200 — 491 B — 29 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/slick.csswww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/slick.css — 200 — 598 B — 30 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/slick-theme.csswww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/slick-theme.css — 200 — 876 B — 32 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/css/easy-responsive-tabs.csswww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/css/easy-responsive-tabs.css — 200 — 1.0 KiB — 30 ms — h2https://fonts.googleapis.com/css?family=Permanent+Markerfonts.googleapis.com/css?family=Per... https://fonts.googleapis.com/css?family=Permanent+Marker — 200 — 373 B — 67 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css — 200 — 6.4 KiB — 27 ms — h3https://cdn.unenvironment.org/s3fs-public/styles/article_billboard_image/public/2023-03/aaron-burden-unsplash.png?h=db1ce222&itok=cw4RdzHMcdn.unenvironment.org/s3fs-public/s... https://cdn.unenvironment.org/s3fs-public/styles/article_billboard_image/public/2023-03/aaron-burden-unsplash.png?h=db1ce222&itok=cw4RdzHM — 200 — 681.8 KiB — 245 ms — h3https://www.unep.org/themes/custom/UNEP_3Spot/img/sdg_white.svgwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/img/sdg_white.svg — 200 — 9.8 KiB — 34 ms — h2https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/coral-reef.jpg?itok=rrB9krA8cdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/coral-reef.jpg?itok=rrB9krA8 — 200 — 347.3 KiB — 175 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/AFP__20260215_96JB4CR-SudanConflictWarEnvironmentForest.jpg?itok=e-jLfXpecdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/AFP__20260215_96JB4CR-SudanConflictWarEnvironmentForest.jpg?itok=e-jLfXpe — 200 — 306.5 KiB — 173 ms — h3https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2026-04/IMG-20260329-WA0003_cr.png?itok=CnSStfFWcdn.unenvironment.org/s3fs-public/s... https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2026-04/IMG-20260329-WA0003_cr.png?itok=CnSStfFW — 200 — 473.8 KiB — 202 ms — h3https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/art002e008486orig.jpg?itok=wKcq3p4dcdn.unenvironment.org/styles/topics... https://cdn.unenvironment.org/styles/topics_content_promo/s3/2026-04/art002e008486orig.jpg?itok=wKcq3p4d — 200 — 125.3 KiB — 185 ms — h3https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2026-04/Inside%20the%20NOF_0.jpeg?itok=9ZMTxFAUcdn.unenvironment.org/s3fs-public/s... https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2026-04/Inside%20the%20NOF_0.jpeg?itok=9ZMTxFAU — 200 — 276.2 KiB — 192 ms — h3https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2025-05/20231115_UNEP_Decade%20on%20Ecosystem%20Restoration_African%20Farmers%20Transforming%20Food%20System_Senegal_Todd%20Brown_13.jpg?itok=i21EJgy5cdn.unenvironment.org/s3fs-public/s... https://cdn.unenvironment.org/s3fs-public/styles/topics_content_promo/public/2025-05/20231115_UNEP_Decade%20on%20Ecosystem%20Restoration_African%20Farmers%20Transforming%20Food%20System_Senegal_Todd%20Brown_13.jpg?itok=i21EJgy5 — 200 — 160.6 KiB — 189 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 44 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 76.1 KiB — 84 ms — h3https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 124 ms — h2https://unea7.sched.com/js/embed.jsunea7.sched.com/js/embed.js https://unea7.sched.com/js/embed.js — 200 — 9.9 KiB — 570 ms — h2https://inc522025.sched.com/js/embed.jsinc522025.sched.com/js/embed.js https://inc522025.sched.com/js/embed.js — 200 — 9.9 KiB — 693 ms — h2https://platform.instagram.com/en_US/embeds.jsplatform.instagram.com/en_US/embeds... https://platform.instagram.com/en_US/embeds.js — 301 — 14 B — 56 ms — h3https://www.unep.org/themes/custom/UNEP_3Spot/js/app.js?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/js/app.js?tduw5w — 200 — 1.8 KiB — 42 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/js/main.js?tduw5wwww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/js/main.js?tduw5w — 200 — 103.3 KiB — 86 ms — h2https://embedr.flickr.com/assets/client-code.jsembedr.flickr.com/assets/client-cod... https://embedr.flickr.com/assets/client-code.js — 200 — 881 B — 314 ms — h2https://www.unep.org/core/misc/drupal.init.js?v=10.6.7www.unep.org/core/misc/drupal.init.... https://www.unep.org/core/misc/drupal.init.js?v=10.6.7 — 200 — 590 B — 39 ms — h2https://www.unep.org/core/misc/drupal.js?v=10.6.7www.unep.org/core/misc/drupal.js?v=... https://www.unep.org/core/misc/drupal.js?v=10.6.7 — 200 — 6.3 KiB — 41 ms — h2https://www.unep.org/core/misc/drupalSettingsLoader.js?v=10.6.7www.unep.org/core/misc/drupalSettin... https://www.unep.org/core/misc/drupalSettingsLoader.js?v=10.6.7 — 200 — 437 B — 39 ms — h2https://www.unep.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.unep.org/core/assets/vendor/jqu... https://www.unep.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 30.8 KiB — 45 ms — h2https://use.fontawesome.com/releases/v5.13.1/js/v4-shims.jsuse.fontawesome.com/releases/v5.13.... https://use.fontawesome.com/releases/v5.13.1/js/v4-shims.js — 200 — 4.7 KiB — 107 ms — h2https://use.fontawesome.com/releases/v6.5.2/js/all.jsuse.fontawesome.com/releases/v6.5.2... https://use.fontawesome.com/releases/v6.5.2/js/all.js — 200 — 502.1 KiB — 178 ms — h2https://t.contentsquare.net/uxa/9f13e54095441.jst.contentsquare.net/uxa/9f13e540954... https://t.contentsquare.net/uxa/9f13e54095441.js — 200 — 128.7 KiB — 112 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.1 KiB — 55 ms — h3https://www.googleoptimize.com/optimize.js?id=OPT-N2XPZHCwww.googleoptimize.com/optimize.js?... https://www.googleoptimize.com/optimize.js?id=OPT-N2XPZHC — 200 — 109.3 KiB — 172 ms — h2https://www.unep.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.unep.org/cdn-cgi/challenge-plat... https://www.unep.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 141 B — 48 ms — h2https://www.unep.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.unep.org/cdn-cgi/challenge-plat... https://www.unep.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.8 KiB — 39 ms — h2https://www.instagram.com/embed.jswww.instagram.com/embed.js https://www.instagram.com/embed.js — 200 — 33.8 KiB — 174 ms — h3https://www.unep.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efed5248913c627www.unep.org/cdn-cgi/challenge-plat... https://www.unep.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efed5248913c627 — 200 — 960 B — 25 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 52 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KGV3SQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KGV3SQ — 200 — 176.0 KiB — 163 ms — h2https://www.unep.org/themes/custom/UNEP_3Spot/favicon.icowww.unep.org/themes/custom/UNEP_3Sp... https://www.unep.org/themes/custom/UNEP_3Spot/favicon.ico — 200 — 1.7 KiB — 29 ms — h2https://t.contentsquare.net/settings/708448.json?r=1974222t.contentsquare.net/settings/708448... https://t.contentsquare.net/settings/708448.json?r=1974222 — 200 — 1.5 KiB — 42 ms — h3https://embedr.flickr.com/assets/embedr-loader.jsembedr.flickr.com/assets/embedr-loa... https://embedr.flickr.com/assets/embedr-loader.js — 200 — 460 B — 101 ms — h2https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.unep.orgplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.unep.org — 200 — 103.4 KiB — 140 ms — h2https://www.unep.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efed5248913c627www.unep.org/cdn-cgi/challenge-plat... https://www.unep.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efed5248913c627 — 200 — 919 B — 24 ms — h2https://widgets.flickr.com/embedr/embedr-47ad26da5deade67d472950b12c94b6c.jswidgets.flickr.com/embedr/embedr-47... https://widgets.flickr.com/embedr/embedr-47ad26da5deade67d472950b12c94b6c.js — 200 — 11.5 KiB — 58 ms — h2https://syndication.twitter.com/settings?session_id=f31c27e54d52625b08a52d27e19989c415d51bffsyndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=f31c27e54d52625b08a52d27e19989c415d51bff — 200 — 954 B — 193 ms — h2https://www.googletagmanager.com/gtag/js?id=G-1DQHHGHPWR&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-1DQHHGHPWR&cx=c&gtm=4e64h1 — 200 — 150.8 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c&gtm=4e64h1 — 200 — 176.3 KiB — 45 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 95 ms — h2https://cdn.mouseflow.com/projects/05364eea-c592-43cd-84d8-bfac4aace6cf.jscdn.mouseflow.com/projects/05364eea... https://cdn.mouseflow.com/projects/05364eea-c592-43cd-84d8-bfac4aace6cf.js — 200 — 53.3 KiB — 90 ms — h3https://script.crazyegg.com/pages/scripts/0126/2475.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0126/2475.js — 200 — 2.7 KiB — 78 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 55 ms — h3https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 92 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 94 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unep.org%2F&scrsrc=www.googletagmanager.com&rnd=1424540182.1776800135&dt=UNEP%20-%20UN%20Environment%20Programme&auid=2008940227.1776800135&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v71012291za200zd71012291xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776800134780&tfd=1104www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unep.org%2F&scrsrc=www.googletagmanager.com&rnd=1424540182.1776800135&dt=UNEP%20-%20UN%20Environment%20Programme&auid=2008940227.1776800135&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v71012291za200zd71012291xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776800134780&tfd=1104 — 200 — 21 B — 164 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-CMH16JZ1F1&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&_p=1776800134419&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_prs=wg&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&sid=1776800134&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=2&_nsi=1&_ss=1&_c=1&tfd=1236region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-CMH16JZ1F1&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&_p=1776800134419&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_prs=wg&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&sid=1776800134&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=2&_nsi=1&_ss=1&_c=1&tfd=1236 — 204 — 547 B — 65 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-CMH16JZ1F1&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-CMH16JZ1F1&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405 — 204 — 547 B — 71 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-P8SM9FN2WZ&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&_p=1776800134419&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&sid=1776800134&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=1&_ss=1&tfd=1246region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-P8SM9FN2WZ&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&_p=1776800134419&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&sid=1776800134&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=1&_ss=1&tfd=1246 — 204 — 48 B — 111 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-P8SM9FN2WZ&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-P8SM9FN2WZ&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405 — 204 — 48 B — 62 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-CMH16JZ1F1&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&z=1651654471www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-CMH16JZ1F1&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&z=1651654471 — 200 — 107 B — 79 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-P8SM9FN2WZ&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&z=542515779www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-P8SM9FN2WZ&cid=1548459852.1776800135&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&z=542515779 — 200 — 408 B — 76 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unep.org%2F&scrsrc=www.googletagmanager.com&rnd=1424540182.1776800135&dt=UNEP%20-%20UN%20Environment%20Programme&auid=2008940227.1776800135&navt=n&npa=1&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-10862732730&tid=AW-10862732730&tft=1776800134937&tfd=1260www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unep.org%2F&scrsrc=www.googletagmanager.com&rnd=1424540182.1776800135&dt=UNEP%20-%20UN%20Environment%20Programme&auid=2008940227.1776800135&navt=n&npa=1&gtm=45je64h1v875066604z871012291za20gzb71012291zd71012291xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-10862732730&tid=AW-10862732730&tft=1776800134937&tfd=1260 — 200 — 21 B — 39 ms — h3https://connect.facebook.net/signals/config/949353062541573?v=2.9.303&r=stable&domain=www.unep.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/949353062541573?v=2.9.303&r=stable&domain=www.unep.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.4 KiB — 24 ms — h3https://script.crazyegg.com/pages/data-scripts/0126/2475/site/www.unep.org.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0126/2475/site/www.unep.org.json?t=1 — 200 — 2.1 KiB — 46 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-1DQHHGHPWR&gtm=45je64h1v872027076z871012291za20gzb71012291zd71012291&_p=1776800134419&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~118463262&sid=1776800135&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=1&_ss=1&ep.content_group=Other&tfd=1345region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-1DQHHGHPWR&gtm=45je64h1v872027076z871012291za20gzb71012291zd71012291&_p=1776800134419&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1548459852.1776800135&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~118463262&sid=1776800135&sct=1&seg=0&dl=https%3A%2F%2Fwww.unep.org%2F&dt=UNEP%20-%20UN%20Environment%20Programme&en=page_view&_fv=1&_ss=1&ep.content_group=Other&tfd=1345 — 204 — 290 B — 51 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 59 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=777098538&t=pageview&_s=1&dl=https%3A%2F%2Fwww.unep.org%2F&ul=en-us&dt=UNEP%20-%20UN%20Environment%20Programme&sr=800x600&vp=1350x940&_u=YCDAiEABBAAAACAAI~&jid=1901649454&gjid=1154534300&cid=1548459852.1776800135&tid=UA-59519586-1&_gid=104904380.1776800135&_slc=1&gtm=45He64h1n71KGV3SQv71012291za200zd71012291&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&npa=1&z=1449122545www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=777098538&t=pageview&_s=1&dl=https%3A%2F%2Fwww.unep.org%2F&ul=en-us&dt=UNEP%20-%20UN%20Environment%20Programme&sr=800x600&vp=1350x940&_u=YCDAiEABBAAAACAAI~&jid=1901649454&gjid=1154534300&cid=1548459852.1776800135&tid=UA-59519586-1&_gid=104904380.1776800135&_slc=1&gtm=45He64h1n71KGV3SQv71012291za200zd71012291&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&npa=1&z=1449122545 — 200 — 450 B — 29 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-59519586-1&cid=1548459852.1776800135&jid=1901649454&gjid=1154534300&_gid=104904380.1776800135&npa=1&_u=YCDAiEABBAAAAGAAI~&z=1778191786stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-59519586-1&cid=1548459852.1776800135&jid=1901649454&gjid=1154534300&_gid=104904380.1776800135&npa=1&_u=YCDAiEABBAAAAGAAI~&z=1778191786 — 200 — 393 B — 26 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=11cc072d-bd5e-47cd-8b93-0a90b134ffc7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=ced24ab0-b5a7-4b42-832f-962d49f23881&pt=UNEP%20-%20UN%20Environment%20Programme&tw_document_href=https%3A%2F%2Fwww.unep.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776800135083.430144074855423291&txn_id=o1v0s&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=11cc072d-bd5e-47cd-8b93-0a90b134ffc7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=ced24ab0-b5a7-4b42-832f-962d49f23881&pt=UNEP%20-%20UN%20Environment%20Programme&tw_document_href=https%3A%2F%2Fwww.unep.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776800135083.430144074855423291&txn_id=o1v0s&type=javascript&version=2.3.53 — 200 — 657 B — 214 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=11cc072d-bd5e-47cd-8b93-0a90b134ffc7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=ced24ab0-b5a7-4b42-832f-962d49f23881&pt=UNEP%20-%20UN%20Environment%20Programme&tw_document_href=https%3A%2F%2Fwww.unep.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776800135083.430144074855423291&txn_id=o1v0s&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=11cc072d-bd5e-47cd-8b93-0a90b134ffc7&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=ced24ab0-b5a7-4b42-832f-962d49f23881&pt=UNEP%20-%20UN%20Environment%20Programme&tw_document_href=https%3A%2F%2Fwww.unep.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776800135083.430144074855423291&txn_id=o1v0s&type=javascript&version=2.3.53 — 200 — 674 B — 178 ms — h2https://bat.bing.com/p/action/56372239.jsbat.bing.com/p/action/56372239.js https://bat.bing.com/p/action/56372239.js — 200 — 429 B — 36 ms — h2https://www.facebook.com/tr/?id=949353062541573&ev=PageView&dl=https%3A%2F%2Fwww.unep.org%2F&rl=&if=false&ts=1776800135135&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776800135123.904378912995817445&ler=empty&cdl=API_unavailable&pmd[title]=UNEP%20-%20UN%20Environment%20Programme&pmd[locale]=en&pmd[description]=The%20global%20authority%20for%20the%20environment%20with%20programmes%20focusing%20on%20climate%2C%20nature%2C%20pollution%2C%20sustainable%20development%20and%20more.&pmd[keywords]=UN%20Environment%2C%20unep&plt=475&it=1776800134973&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=94935306254... https://www.facebook.com/tr/?id=949353062541573&ev=PageView&dl=https%3A%2F%2Fwww.unep.org%2F&rl=&if=false&ts=1776800135135&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776800135123.904378912995817445&ler=empty&cdl=API_unavailable&pmd[title]=UNEP%20-%20UN%20Environment%20Programme&pmd[locale]=en&pmd[description]=The%20global%20authority%20for%20the%20environment%20with%20programmes%20focusing%20on%20climate%2C%20nature%2C%20pollution%2C%20sustainable%20development%20and%20more.&pmd[keywords]=UN%20Environment%2C%20unep&plt=475&it=1776800134973&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 40 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=949353062541573&ev=PageView&dl=https%3A%2F%2Fwww.unep.org%2F&rl=&if=false&ts=1776800135135&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776800135123.904378912995817445&ler=empty&cdl=API_unavailable&pmd[title]=UNEP%20-%20UN%20Environment%20Programme&pmd[locale]=en&pmd[description]=The%20global%20authority%20for%20the%20environment%20with%20programmes%20focusing%20on%20climate%2C%20nature%2C%20pollution%2C%20sustainable%20development%20and%20more.&pmd[keywords]=UN%20Environment%2C%20unep&plt=475&it=1776800134973&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=949353062541573&ev=PageView&dl=https%3A%2F%2Fwww.unep.org%2F&rl=&if=false&ts=1776800135135&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776800135123.904378912995817445&ler=empty&cdl=API_unavailable&pmd[title]=UNEP%20-%20UN%20Environment%20Programme&pmd[locale]=en&pmd[description]=The%20global%20authority%20for%20the%20environment%20with%20programmes%20focusing%20on%20climate%2C%20nature%2C%20pollution%2C%20sustainable%20development%20and%20more.&pmd[keywords]=UN%20Environment%2C%20unep&plt=475&it=1776800134973&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 171 ms — h3https://script.crazyegg.com/pages/data-scripts/0126/2475/sampling/www.unep.org.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0126/2475/sampling/www.unep.org.json?t=1 — 200 — 378 B — 25 ms — h3https://bat.bing.net/actionp/0?ti=56372239&Ver=2&mid=37ad1ef1-19b6-46ea-a91c-34347634a211&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=56372239&... https://bat.bing.net/actionp/0?ti=56372239&Ver=2&mid=37ad1ef1-19b6-46ea-a91c-34347634a211&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 120 B — 137 ms — h2https://bat.bing.net/action/0?ti=56372239&Ver=2&mid=37ad1ef1-19b6-46ea-a91c-34347634a211&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=UNEP%20-%20UN%20Environment%20Programme&kw=UN%20Environment,%20unep&p=https%3A%2F%2Fwww.unep.org%2F&r=&lt=712&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=441603bat.bing.net/action/0?ti=56372239&V... https://bat.bing.net/action/0?ti=56372239&Ver=2&mid=37ad1ef1-19b6-46ea-a91c-34347634a211&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=UNEP%20-%20UN%20Environment%20Programme&kw=UN%20Environment,%20unep&p=https%3A%2F%2Fwww.unep.org%2F&r=&lt=712&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=441603 — 204 — 347 B — 133 ms — h2https://tracking.crazyegg.com/clock?u=1262475&st=450355&t=1776800135206&tk=005231fa5c46d984aadd49b679594dfetracking.crazyegg.com/clock?u=12624... https://tracking.crazyegg.com/clock?u=1262475&st=450355&t=1776800135206&tk=005231fa5c46d984aadd49b679594dfe — 204 — 0 B — 136 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 462 B — 58 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 462 B — 59 ms — h2blob:https://www.unep.org/032d273f-d2c6-4309-8793-27cce7b9919dwww.unep.org/032d273f-d2c6-4309-879... blob:https://www.unep.org/032d273f-d2c6-4309-8793-27cce7b9919d — 200 — -1 B — 12 ms — blobhttps://tracking.crazyegg.com/clock?u=1262475&st=450355&t=1776800135206&tk=005231fa5c46d984aadd49b679594dfetracking.crazyegg.com/clock?u=12624... https://tracking.crazyegg.com/clock?u=1262475&st=450355&t=1776800135206&tk=005231fa5c46d984aadd49b679594dfe — 200 — 147 B — 61 ms — h2blob:https://www.unep.org/ad8b4f50-e037-4ea2-9d2a-7bb84162705bwww.unep.org/ad8b4f50-e037-4ea2-9d2... blob:https://www.unep.org/ad8b4f50-e037-4ea2-9d2a-7bb84162705b — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 767ms · 934KB · €8/mo
www.unep.org
Other
Optional
Execution 153ms
Transfer 24 KB
Monthly Cost €2/mo
www.unep.org
Other
Optional
Execution 143ms
Transfer 0 KB
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 130ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 121ms
Transfer 176 KB
Unused 32%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 101ms
Transfer 176 KB
Unused 35%
Monthly Cost €1/mo
script.crazyegg.com
Other
Optional
Execution 65ms
Transfer 55 KB
Unused 53%
Monthly Cost €1/mo
use.fontawesome.com
Other
Optional
Execution 54ms
Transfer 502 KB
Monthly Cost €1/mo

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

53% of script.crazyegg.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback