Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 38.8s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.0 MB (6.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5df4e535-1f8b-449c-ba68-eeab008077d3)<a href="https://beavercheck.com/results/5df4e535-1f8b-449c-ba68-eeab008077d3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funep.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funep.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 38.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 38.8s to load
+12% bounceUsers abandon at ~3s — you're 36.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 978ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
11 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €1.58/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.58 /mo
~€19 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,019 / year if left unfixed
€120,500,000
+7 more
€1.58 /mo
21292.6 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
38.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
978 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.03 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.
39.48 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img | cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpg | 1.5 MiB | 1.4 MiB |
Sustainable Development Goals
A clean and healthy environment is required to a… div.parallax_banner > div > div#block-homepagesdgparallaxen > section.parallax_block | /s3fs-public/styles/article_billboard_image/public/2023-0... | 681.1 KiB | 537.5 KiB |
COP 15 - Brazil div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2026-04/I... | 473.2 KiB | 434.8 KiB |
Coral reef div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/coral-reef.jpg?it... | 346.6 KiB | 308.2 KiB |
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2026-03/peter-mitchell-lZ... | 331.6 KiB | 293.3 KiB |
A woman walks among tree stumps div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/AFP__20260215_96J... | 305.8 KiB | 267.5 KiB |
Inside UNEP's compound div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2026-04/I... | 275.5 KiB | 237.2 KiB |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2026-03/green 1400x630.pn... | 261.9 KiB | 223.5 KiB |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2024-04/Louise Mabulo Cac... | 192.5 KiB | 154.2 KiB |
A silhouette of a woman with a baby on her back, appears to touch a plant div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2025-05/2... | 160.0 KiB | 121.7 KiB |
Un astronauta observa la Tierra desde una nave espacial. div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/art002e008486orig... | 124.6 KiB | 86.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| unep.org/ | 882 ms |
| www.unep.org/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5w | 73.6 KiB | 70.6 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.css | 19.3 KiB | 19.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| t.contentsquare.net/uxa/9f13e54095441.js | 128.2 KiB | 99.6 KiB |
| www.googleoptimize.com/optimize.js?id=OPT-N2XPZHC | 108.9 KiB | 68.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-1DQHHGHPWR&cx=c>m=4e64h1 | 150.7 KiB | 66.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KGV3SQ | 175.7 KiB | 60.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c>m=4e64h1 | 176.3 KiB | 57.8 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 54.4 KiB |
| cdn.mouseflow.com/projects/05364eea-c592-43cd-84d8-bfac4aace6cf.js | 52.6 KiB | 45.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.7 KiB |
| platform.instagram.com/en_US/embeds.js | 33.7 KiB | 33.1 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 29.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.0 s |
| Other | 793 ms |
| Script Parsing & Compilation | 626 ms |
| Style & Layout | 263 ms |
| Parse HTML & CSS | 101 ms |
| Garbage Collection | 84 ms |
| Rendering | 13 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.css | 19.9 KiB | 3.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.unep.org/core/misc/drupal.js?v=10.6.7 | 6.3 KiB | 4.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img | cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpg |
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2026-03/peter-mitchell-lZ... |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2026-03/green 1400x630.pn... |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img | /styles/topics_content_promo/s3/2024-04/Louise Mabulo Cac... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.en body.en |
Senior Management Team div > nav#block-footergovernanceleadership > ul > li |
Committee of Permanent Representatives div > nav#block-footergovernanceleadership > ul > li |
Environment Assembly - UNEA div > nav#block-footergovernanceleadership > ul > li |
Overview div > nav#block-footerfundingpartners > ul > li |
Civil Society div > nav#block-footerfundingpartners > ul > li |
Member States div > nav#block-footerfundingpartners > ul > li |
Private Sector div > nav#block-footerfundingpartners > ul > li |
Environment Fund div > nav#block-footerfundingpartners > ul > li |
Global Environment Facility div > nav#block-footerfundingpartners > ul > li |
Green Climate Fund div > nav#block-footerfundingpartners > ul > li |
Centres collaborating with UNEP div > nav#block-footerfundingpartners > ul > li |
Divisions and Offices div > nav#block-footerstructure > ul > li |
Evaluation Office div > nav#block-footerstructure > ul > li |
Secretariats and Conventions div > nav#block-footerstructure > ul > li |
Annual Report div > nav#block-footerkeydocuments > ul > li |
Knowledge Repository div > nav#block-footerkeydocuments > ul > li |
Global Framework on Chemicals div > nav#block-footerkeydocuments > ul > li |
Kunming-Montreal Global Biodiversity Framework div > nav#block-footerkeydocuments > ul > li |
Medium Term Strategy, Programme of Work and Budget div > nav#block-footerkeydocuments > ul > li |
Frequently Asked Questions div > nav#block-footerresources > ul > li |
Environment and Social Safeguards div > nav#block-footerresources > ul > li |
Intergovernmental Negotiating Committee (INC) on Plastic Pollution div > nav#block-footerresources > ul > li |
Policies & Strategies div > nav#block-footerresources > ul > li |
Projects – Open Data Portal div > nav#block-footerresources > ul > li |
Sustainability at UNEP div > nav#block-footerresources > ul > li |
Sustainable Development Goals div > nav#block-footerresources > ul > li |
World Environment Situation Room div > nav#block-footerresources > ul > li |
International Days div > nav#block-footercampaigns > ul > li |
Beat Pollution div > nav#block-footercampaigns > ul > li |
Champions of the Earth div > nav#block-footercampaigns > ul > li |
Young Champions of the Earth div > nav#block-footercampaigns > ul > li |
Goodwill Ambassadors and Patrons div > nav#block-footercampaigns > ul > li |
UN Decade on Ecosystem Restoration div > nav#block-footercampaigns > ul > li |
UNEP at 50 div > nav#block-footercampaigns > ul > li |
Media Centre div > nav#block-footermedia > ul > li |
Social Media div > nav#block-footermedia > ul > li |
News, Stories & Speeches div > nav#block-footermedia > ul > li |
Job Vacancies div > nav#block-footerworkwithus > ul > li |
Calls for Proposals div > nav#block-footerworkwithus > ul > li |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SEE MORE div.home > div.home_stories > div.more_news_link > a |
GOVERNANCE & LEADERSHIP div.new_footer_column > div > nav#block-footergovernanceleadership > h2#block-footergovernanceleadership-menu |
Senior Management Team nav#block-footergovernanceleadership > ul > li > a |
Committee of Permanent Representatives nav#block-footergovernanceleadership > ul > li > a |
Environment Assembly - UNEA nav#block-footergovernanceleadership > ul > li > a |
FUNDING & PARTNERS div.new_footer_column > div > nav#block-footerfundingpartners > h2#block-footerfundingpartners-menu |
Overview nav#block-footerfundingpartners > ul > li > a |
Civil Society nav#block-footerfundingpartners > ul > li > a |
Member States nav#block-footerfundingpartners > ul > li > a |
Private Sector nav#block-footerfundingpartners > ul > li > a |
Environment Fund nav#block-footerfundingpartners > ul > li > a |
Global Environment Facility nav#block-footerfundingpartners > ul > li > a |
Green Climate Fund nav#block-footerfundingpartners > ul > li > a |
Centres collaborating with UNEP nav#block-footerfundingpartners > ul > li > a |
STRUCTURE div.new_footer_column > div > nav#block-footerstructure > h2#block-footerstructure-menu |
Divisions and Offices nav#block-footerstructure > ul > li > a |
Evaluation Office nav#block-footerstructure > ul > li > a |
Secretariats and Conventions nav#block-footerstructure > ul > li > a |
KEY DOCUMENTS div.new_footer_column > div > nav#block-footerkeydocuments > h2#block-footerkeydocuments-menu |
Annual Report nav#block-footerkeydocuments > ul > li > a |
Knowledge Repository nav#block-footerkeydocuments > ul > li > a |
Global Framework on Chemicals nav#block-footerkeydocuments > ul > li > a |
Kunming-Montreal Global Biodiversity Framework nav#block-footerkeydocuments > ul > li > a |
Medium Term Strategy, Programme of Work and Budget nav#block-footerkeydocuments > ul > li > a |
RESOURCES div.new_footer_column > div > nav#block-footerresources > h2#block-footerresources-menu |
Frequently Asked Questions nav#block-footerresources > ul > li > a |
Environment and Social Safeguards nav#block-footerresources > ul > li > a |
Intergovernmental Negotiating Committee (INC) on Plastic Pollution nav#block-footerresources > ul > li > a |
Policies & Strategies nav#block-footerresources > ul > li > a |
Projects – Open Data Portal nav#block-footerresources > ul > li > a |
Sustainability at UNEP nav#block-footerresources > ul > li > a |
Sustainable Development Goals nav#block-footerresources > ul > li > a |
World Environment Situation Room nav#block-footerresources > ul > li > a |
ADVOCACY div.new_footer_column > div > nav#block-footercampaigns > h2#block-footercampaigns-menu |
International Days nav#block-footercampaigns > ul > li > a |
Beat Pollution nav#block-footercampaigns > ul > li > a |
Champions of the Earth nav#block-footercampaigns > ul > li > a |
Young Champions of the Earth nav#block-footercampaigns > ul > li > a |
Goodwill Ambassadors and Patrons nav#block-footercampaigns > ul > li > a |
UN Decade on Ecosystem Restoration nav#block-footercampaigns > ul > li > a |
UNEP at 50 nav#block-footercampaigns > ul > li > a |
MEDIA div.new_footer_column > div > nav#block-footermedia > h2#block-footermedia-menu |
Media Centre nav#block-footermedia > ul > li > a |
Social Media nav#block-footermedia > ul > li > a |
News, Stories & Speeches nav#block-footermedia > ul > li > a |
WORK WITH US div.new_footer_column > div > nav#block-footerworkwithus > h2#block-footerworkwithus-menu |
Job Vacancies nav#block-footerworkwithus > ul > li > a |
Calls for Proposals nav#block-footerworkwithus > ul > li > a |
SUBSCRIBE TO THE UNEP NEWSLETTER div.footer_left > div.footer_left_level_1 > div.newsletter_signup > a |
© 2026 UNEP Terms of Use Privacy Report Project Concern Report Scam Contact Us div.footer_left > div.footer_left_level_2 > div.menu_2 > p.terms |
Terms of Use div.footer_left_level_2 > div.menu_2 > p.terms > a |
Privacy div.footer_left_level_2 > div.menu_2 > p.terms > a |
Report Project Concern div.footer_left_level_2 > div.menu_2 > p.terms > a |
Report Scam div.footer_left_level_2 > div.menu_2 > p.terms > a |
Contact Us div.footer_left_level_2 > div.menu_2 > p.terms > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Op-ed from Jason Momoa: Coral reefs are nearing extinction. 2026 must mark a tu… div.home_stories_item > div.home_stories_item_text > a > h3 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img |
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mobile_header > div.main_nav > div.logo > a div.mobile_header > div.main_nav > div.logo > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
inc522025.sched.com/js/embed.js line 66, col 6 | Uncaught TypeError: Cannot read properties of null (reading 'parentNode') |
unea7.sched.com/js/embed.js line 66, col 6 | Uncaught TypeError: Cannot read properties of null (reading 'parentNode') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.unep.org/news-and-stories | SEE MORE |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img |
div.home_left_column > div.home_cell > div.home_cell_image > img div.home_left_column > div.home_cell > div.home_cell_image > img |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img |
div.home_right_column > div.home_cell > div.home_cell_image > img div.home_right_column > div.home_cell > div.home_cell_image > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
SPEECH
Gearing up for a year of multilateral action div.home_flood_area > div.home_content_wrap > div.home_left_column > div.home_cell | cdn.unenvironment.org/2026-04/54973305839_09c4e582cb_k%20%282%29.jpg | 1.5 MiB | 1.0 MiB |
COP 15 - Brazil div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2026-04/I... | 473.2 KiB | 459.4 KiB |
Coral reef div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/coral-reef.jpg?it... | 346.6 KiB | 332.8 KiB |
A woman walks among tree stumps div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/AFP__20260215_96J... | 305.8 KiB | 292.1 KiB |
Inside UNEP's compound div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2026-04/I... | 275.5 KiB | 261.8 KiB |
UNEP statement on environmental damage arising from the conflict in the Middle … div.home_flood_area > div.home_content_wrap > div.home_right_column > div.home_cell | /styles/topics_content_promo/s3/2026-03/green 1400x630.pn... | 261.9 KiB | 216.0 KiB |
STORY
Five ways you can help save the environment this Mother Earth Day div.home_flood_area > div.home_content_wrap > div.home_right_column > div.home_cell | /styles/topics_content_promo/s3/2024-04/Louise Mabulo Cac... | 192.5 KiB | 146.7 KiB |
A silhouette of a woman with a baby on her back, appears to touch a plant div.home_stories_item > div.home_stories_item_image > a > img | /s3fs-public/styles/topics_content_promo/public/2025-05/2... | 160.0 KiB | 146.2 KiB |
Un astronauta observa la Tierra desde una nave espacial. div.home_stories_item > div.home_stories_item_image > a > img | /styles/topics_content_promo/s3/2026-04/art002e008486orig... | 124.6 KiB | 110.9 KiB |
div.goals_wheel > span > a > img div.goals_wheel > span > a > img | www.unep.org/themes/custom/UNEP_3Spot/img/SDG_Wheel_Transparent_WEB.png | 11.6 KiB | 11.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| unep.org/ | 307 ms |
| www.unep.org/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.unep.org/themes/custom/UNEP_3Spot/css/master.css?tduw5w | 73.5 KiB | 71.3 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.css | 19.3 KiB | 19.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| t.contentsquare.net/uxa/9f13e54095441.js | 128.2 KiB | 99.6 KiB |
| www.googleoptimize.com/optimize.js?id=OPT-N2XPZHC | 108.9 KiB | 68.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-1DQHHGHPWR&cx=c>m=4e64h1 | 150.7 KiB | 67.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KGV3SQ | 175.7 KiB | 62.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-CMH16JZ1F1&cx=c>m=4e64h1 | 176.3 KiB | 57.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 54.3 KiB |
| cdn.mouseflow.com/projects/05364eea-c592-43cd-84d8-bfac4aace6cf.js | 52.6 KiB | 45.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 29.4 KiB |
| platform.instagram.com/en_US/embeds.js | 33.7 KiB | 26.9 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.css | 19.9 KiB | 3.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.unep.org/core/misc/drupal.js?v=10.6.7 | 6.3 KiB | 4.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.en body.en |
Senior Management Team div > nav#block-footergovernanceleadership > ul > li |
Committee of Permanent Representatives div > nav#block-footergovernanceleadership > ul > li |
Environment Assembly - UNEA div > nav#block-footergovernanceleadership > ul > li |
Overview div > nav#block-footerfundingpartners > ul > li |
Civil Society div > nav#block-footerfundingpartners > ul > li |
Member States div > nav#block-footerfundingpartners > ul > li |
Private Sector div > nav#block-footerfundingpartners > ul > li |
Environment Fund div > nav#block-footerfundingpartners > ul > li |
Global Environment Facility div > nav#block-footerfundingpartners > ul > li |
Green Climate Fund div > nav#block-footerfundingpartners > ul > li |
Centres collaborating with UNEP div > nav#block-footerfundingpartners > ul > li |
Divisions and Offices div > nav#block-footerstructure > ul > li |
Evaluation Office div > nav#block-footerstructure > ul > li |
Secretariats and Conventions div > nav#block-footerstructure > ul > li |
Annual Report div > nav#block-footerkeydocuments > ul > li |
Knowledge Repository div > nav#block-footerkeydocuments > ul > li |
Global Framework on Chemicals div > nav#block-footerkeydocuments > ul > li |
Kunming-Montreal Global Biodiversity Framework div > nav#block-footerkeydocuments > ul > li |
Medium Term Strategy, Programme of Work and Budget div > nav#block-footerkeydocuments > ul > li |
Frequently Asked Questions div > nav#block-footerresources > ul > li |
Environment and Social Safeguards div > nav#block-footerresources > ul > li |
Intergovernmental Negotiating Committee (INC) on Plastic Pollution div > nav#block-footerresources > ul > li |
Policies & Strategies div > nav#block-footerresources > ul > li |
Projects – Open Data Portal div > nav#block-footerresources > ul > li |
Sustainability at UNEP div > nav#block-footerresources > ul > li |
Sustainable Development Goals div > nav#block-footerresources > ul > li |
World Environment Situation Room div > nav#block-footerresources > ul > li |
International Days div > nav#block-footercampaigns > ul > li |
Beat Pollution div > nav#block-footercampaigns > ul > li |
Champions of the Earth div > nav#block-footercampaigns > ul > li |
Young Champions of the Earth div > nav#block-footercampaigns > ul > li |
Goodwill Ambassadors and Patrons div > nav#block-footercampaigns > ul > li |
UN Decade on Ecosystem Restoration div > nav#block-footercampaigns > ul > li |
UNEP at 50 div > nav#block-footercampaigns > ul > li |
Media Centre div > nav#block-footermedia > ul > li |
Social Media div > nav#block-footermedia > ul > li |
News, Stories & Speeches div > nav#block-footermedia > ul > li |
Job Vacancies div > nav#block-footerworkwithus > ul > li |
Calls for Proposals div > nav#block-footerworkwithus > ul > li |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
span > form#views-exposed-form-resources-index-page-1 > div.form > input#edit-keys span > form#views-exposed-form-resources-index-page-1 > div.form > input#edit-keys |
PRESS RELEASE div.home_cell > a > div.home_cell_text > div.home_cell_text_type |
UN Advisory Board names 20 city leaders in zero waste div.home_cell > a > div.home_cell_text > h1 |
SEE MORE div.home > div.home_stories > div.more_news_link > a |
GOVERNANCE & LEADERSHIP div.new_footer_column > div > nav#block-footergovernanceleadership > h2#block-footergovernanceleadership-menu |
Senior Management Team nav#block-footergovernanceleadership > ul > li > a |
Committee of Permanent Representatives nav#block-footergovernanceleadership > ul > li > a |
Environment Assembly - UNEA nav#block-footergovernanceleadership > ul > li > a |
FUNDING & PARTNERS div.new_footer_column > div > nav#block-footerfundingpartners > h2#block-footerfundingpartners-menu |
Overview nav#block-footerfundingpartners > ul > li > a |
Civil Society nav#block-footerfundingpartners > ul > li > a |
Member States nav#block-footerfundingpartners > ul > li > a |
Private Sector nav#block-footerfundingpartners > ul > li > a |
Environment Fund nav#block-footerfundingpartners > ul > li > a |
Global Environment Facility nav#block-footerfundingpartners > ul > li > a |
Green Climate Fund nav#block-footerfundingpartners > ul > li > a |
Centres collaborating with UNEP nav#block-footerfundingpartners > ul > li > a |
STRUCTURE div.new_footer_column > div > nav#block-footerstructure > h2#block-footerstructure-menu |
Divisions and Offices nav#block-footerstructure > ul > li > a |
Evaluation Office nav#block-footerstructure > ul > li > a |
Secretariats and Conventions nav#block-footerstructure > ul > li > a |
KEY DOCUMENTS div.new_footer_column > div > nav#block-footerkeydocuments > h2#block-footerkeydocuments-menu |
Annual Report nav#block-footerkeydocuments > ul > li > a |
Knowledge Repository nav#block-footerkeydocuments > ul > li > a |
Global Framework on Chemicals nav#block-footerkeydocuments > ul > li > a |
Kunming-Montreal Global Biodiversity Framework nav#block-footerkeydocuments > ul > li > a |
Medium Term Strategy, Programme of Work and Budget nav#block-footerkeydocuments > ul > li > a |
RESOURCES div.new_footer_column > div > nav#block-footerresources > h2#block-footerresources-menu |
Frequently Asked Questions nav#block-footerresources > ul > li > a |
Environment and Social Safeguards nav#block-footerresources > ul > li > a |
Intergovernmental Negotiating Committee (INC) on Plastic Pollution nav#block-footerresources > ul > li > a |
Policies & Strategies nav#block-footerresources > ul > li > a |
Projects – Open Data Portal nav#block-footerresources > ul > li > a |
Sustainability at UNEP nav#block-footerresources > ul > li > a |
Sustainable Development Goals nav#block-footerresources > ul > li > a |
World Environment Situation Room nav#block-footerresources > ul > li > a |
ADVOCACY div.new_footer_column > div > nav#block-footercampaigns > h2#block-footercampaigns-menu |
International Days nav#block-footercampaigns > ul > li > a |
Beat Pollution nav#block-footercampaigns > ul > li > a |
Champions of the Earth nav#block-footercampaigns > ul > li > a |
Young Champions of the Earth nav#block-footercampaigns > ul > li > a |
Goodwill Ambassadors and Patrons nav#block-footercampaigns > ul > li > a |
UN Decade on Ecosystem Restoration nav#block-footercampaigns > ul > li > a |
UNEP at 50 nav#block-footercampaigns > ul > li > a |
MEDIA div.new_footer_column > div > nav#block-footermedia > h2#block-footermedia-menu |
Media Centre nav#block-footermedia > ul > li > a |
Social Media nav#block-footermedia > ul > li > a |
News, Stories & Speeches nav#block-footermedia > ul > li > a |
WORK WITH US div.new_footer_column > div > nav#block-footerworkwithus > h2#block-footerworkwithus-menu |
Job Vacancies nav#block-footerworkwithus > ul > li > a |
Calls for Proposals nav#block-footerworkwithus > ul > li > a |
SUBSCRIBE TO THE UNEP NEWSLETTER div.footer_left > div.footer_left_level_1 > div.newsletter_signup > a |
© 2026 UNEP Terms of Use Privacy Report Project Concern Report Scam Contact Us div.footer_left > div.footer_left_level_2 > div.menu_2 > p.terms |
Terms of Use div.footer_left_level_2 > div.menu_2 > p.terms > a |
Privacy div.footer_left_level_2 > div.menu_2 > p.terms > a |
Report Project Concern div.footer_left_level_2 > div.menu_2 > p.terms > a |
Report Scam div.footer_left_level_2 > div.menu_2 > p.terms > a |
Contact Us div.footer_left_level_2 > div.menu_2 > p.terms > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Op-ed from Jason Momoa: Coral reefs are nearing extinction. 2026 must mark a tu… div.home_stories_item > div.home_stories_item_text > a > h3 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MainNav > div.goals_wheel > span > a div.MainNav > div.goals_wheel > span > a |
div.gwm_ts_header > div.MainNavigation > div.UNEPlogo > a div.gwm_ts_header > div.MainNavigation > div.UNEPlogo > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
div.social_links > ul > li > a div.social_links > ul > li > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
unea7.sched.com/js/embed.js line 66, col 6 | Uncaught TypeError: Cannot read properties of null (reading 'parentNode') |
inc522025.sched.com/js/embed.js line 66, col 6 | Uncaught TypeError: Cannot read properties of null (reading 'parentNode') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.unep.org/news-and-stories | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback