Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 30.3 MB (24.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/92638237-505c-4dd4-8f58-27dba95d3cd4)<a href="https://beavercheck.com/results/92638237-505c-4dd4-8f58-27dba95d3cd4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funwomen.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funwomen.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 16.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~37%.
Page takes 16.9s to load
+12% bounceUsers abandon at ~3s — you're 14.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 308ms after first paint
Fix: Defer third-party scripts and split large bundles
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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $6.17/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$6.17 /mo
~$74 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,131 / month at risk
~$157,574 / year if left unfixed
$157,500
+5 more
$6.17 /mo
77182.9 MB/mo × 0.080 USD/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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
308 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.
9.45 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.
17.06 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.paragraph-list > section#147 > div.paragraph > div.hero-parallax div.paragraph-list > section#147 > div.paragraph > div.hero-parallax | /sites/default/files/styles/hq_hero_banner_webp/public/20... | 397.0 KiB | 147.0 KiB |
What we do: Women and girls with disabiities. Photo: Samar Abu Al-ouf. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 82.3 KiB | 35.7 KiB |
What we do: Economic empowerment. Photo: UN Women/Joe Saad. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 63.1 KiB | 16.5 KiB |
What we do: Sustainable development. Photo: UN Women/Joe Saad. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 50.2 KiB | 11.8 KiB |
What we do: Youth. Photo: UN Women/Urjasi Rudra. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 49.8 KiB | 11.7 KiB |
What we do: Humanitarian action. Photo: UN Women/Ryan Brown. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 36.9 KiB | 8.7 KiB |
What we do: Peace and security. Photo: UN Women/Christopher Herwig. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 36.7 KiB | 8.6 KiB |
What we do: Governance and national planning. Photo: UN Women/Fatma Elzahraa Ya… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 34.2 KiB | 8.0 KiB |
What we do: Leadership and political participation. Photo: UN Women/Assane Guey… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 32.3 KiB | 7.6 KiB |
What we do: HIV and AIDS. Photo: UN Women. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 30.1 KiB | 7.1 KiB |
What we do: Ending violence against women. Photo: UN Women/Norman Gorecho. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 26.4 KiB | 6.2 KiB |
UN Women team members listen to women at the Alazhri Gathering Site in Port Sud… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/su... | 50.9 KiB | 5.0 KiB |
In February 2025, a woman in Gaza stands in the doorway of an apartment destroy… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/ga... | 43.9 KiB | 4.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.
| URL | Transfer Size | Duration |
|---|---|---|
| /sites/default/files/js/js_8O94sHm_Pht8pJpQwGyXL10fMsFWgX... | 45.4 KiB | 453 ms |
| /sites/default/files/js/js_uuDv6JAz4Mj0nu4vr_xWIecEuNFlBC... | 42.2 KiB | 453 ms |
| /sites/default/files/css/css_0rfhoJ6X_Ceuc-1o5GB6hd9EDn9z... | 115.8 KiB | 1.8 s |
| /sites/default/files/js/js_Gcwqk82kLt4y5PEAhVUHqNqIphedc7... | 27.3 KiB | 302 ms |
| /sites/default/files/css/css_H1PpB-Jx60hesEOQHUPNwVXyH4cL... | 4.6 KiB | 151 ms |
| /sites/default/files/js/js_E8zashxImmUgJRIK0PVIpl9v3W7d22... | 1.5 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /p/2503451/sp/0/thumbnail/entry_id/1_mvc3tcfj/version/100... | 3600.0 s | 259.1 KiB |
| /p/2503451/sp/0/thumbnail/entry_id/1_mvc3tcfj/version/100... | 3600.0 s | 65.3 KiB |
| static.addtoany.com/menu/page.js | 86400.0 s | 2.2 KiB |
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 |
|---|---|
| unwomen.org/ | 772 ms |
| www.unwomen.org/ | 768 ms |
| www.unwomen.org/en | 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.
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 |
|---|---|---|
| /sites/default/files/css/css_0rfhoJ6X_Ceuc-1o5GB6hd9EDn9z... | 115.6 KiB | 101.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 |
|---|---|---|
| www.unwomen.org/themes/custom/hq/libraries/video.js/dist/video.min.js?tcvbyo | 168.5 KiB | 148.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW&cx=c>m=4e64h1 | 174.7 KiB | 116.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW | 174.7 KiB | 71.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-653747878 | 137.4 KiB | 52.2 KiB |
| /sites/default/files/js/js_uuDv6JAz4Mj0nu4vr_xWIecEuNFlBC... | 41.4 KiB | 25.6 KiB |
| www.unwomen.org/themes/custom/hq/libraries/swiper/js/swiper.min.js?tcvbyo | 42.4 KiB | 24.8 KiB |
| /sites/default/files/js/js_8O94sHm_Pht8pJpQwGyXL10fMsFWgX... | 45.1 KiB | 23.5 KiB |
| /sites/default/files/js/js_Gcwqk82kLt4y5PEAhVUHqNqIphedc7... | 27.0 KiB | 21.2 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.unwomen.org/en | 621 ms | 20 ms | 3.1 ms |
| www.unwomen.org/themes/custom/hq/libraries/video.js/dist/video.min.js?tcvbyo | 524 ms | 395 ms | 64 ms |
| /sites/default/files/js/js_8O94sHm_Pht8pJpQwGyXL10fMsFWgX... | 392 ms | 225 ms | 14 ms |
| Unattributable | 370 ms | 16 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW | 369 ms | 295 ms | 67 ms |
| www.googletagmanager.com/gtag/js?id=AW-653747878 | 328 ms | 276 ms | 49 ms |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW&cx=c>m=4e64h1 | 101 ms | 33 ms | 67 ms |
| /sites/default/files/css/css_0rfhoJ6X_Ceuc-1o5GB6hd9EDn9z... | 65 ms | 0.0 ms | 0.0 ms |
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 | 1.4 s |
| Style & Layout | 631 ms |
| Other | 513 ms |
| Script Parsing & Compilation | 329 ms |
| Parse HTML & CSS | 101 ms |
| Rendering | 37 ms |
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.unwomen.org/themes/custom/hq/libraries/rellax.min.js?tcvbyo | 5.9 KiB | 2.4 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.
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.container > div.cardHighlights-header > div.more-link > a |
READ MORE div.row > div.col-12 > div.paragraph-ct-basic-cta__body > a.btn |
VIEW THE HIGHLIGHTS div.row > div.offset-lg-1 > div.body > a.btn |
DONATE div.row > div.offset-lg-1 > div.body > a.btn |
DONATE nav#block-hq-donatebuttonmenu-3 > ul.list-unstyled > li.m-0 > a.btn |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div.field > p > iframe div.col-12 > div.field > p > iframe |
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.
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 |
|---|
More than 38,000 women and girls were killed in Gaza between October 2023 and D… li.field > article.node > div.card_wrapper > h3.card_title |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SEE MORE div.container > div.cardHighlights-header > div.more-link > a |
These items highlight common accessibility best practices.
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.unwomen.org/en/about-us/about-un-women | LEARN MORE |
| www.unwomen.org/en/news-stories | SEE MORE |
| /en/articles/in-focus/un-women-at-15-delivering-power-dri... | READ MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About us
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Leadership
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Work with us
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Focus areas
div.col-12 > ul.menu > li.menu-item > a.nav-link |
How we work
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Latest
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Media center
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Resources
div.col-12 > ul.menu > li.menu-item > a.nav-link |
GenderTerm
div.col-12 > ul.menu > li.menu-item > a.nav-link |
How to get involved
div.col-12 > ul.menu > li.menu-item > a.nav-link |
To appear in search results, crawlers need access to your app.
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.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.034
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.71 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.
2.41 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.paragraph-list > section#147 > div.paragraph > div.hero-parallax div.paragraph-list > section#147 > div.paragraph > div.hero-parallax | /sites/default/files/styles/hq_hero_banner_webp/public/20... | 397.0 KiB | 147.0 KiB |
What we do: Women and girls with disabiities. Photo: Samar Abu Al-ouf. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 82.3 KiB | 56.6 KiB |
UN Women team members listen to women at the Alazhri Gathering Site in Port Sud… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/su... | 50.9 KiB | 41.0 KiB |
What we do: Economic empowerment. Photo: UN Women/Joe Saad. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 63.1 KiB | 39.1 KiB |
In February 2025, a woman in Gaza stands in the doorway of an apartment destroy… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/ga... | 43.9 KiB | 35.3 KiB |
As part of UN Women’s work to support implementation of the National Action Pla… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2025-06/un-w... | 45.4 KiB | 31.0 KiB |
A woman holds a child and looks at the camera, with belongings behind her and a… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/su... | 35.1 KiB | 28.3 KiB |
What we do: Sustainable development. Photo: UN Women/Joe Saad. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 50.2 KiB | 24.5 KiB |
What we do: Youth. Photo: UN Women/Urjasi Rudra. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 49.8 KiB | 24.1 KiB |
A female healthcare professional speaks with a patient seated across a desk in … div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/si... | 25.7 KiB | 20.6 KiB |
What we do: Humanitarian action. Photo: UN Women/Ryan Brown. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 36.9 KiB | 17.2 KiB |
What we do: Peace and security. Photo: UN Women/Christopher Herwig. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 36.7 KiB | 17.1 KiB |
What we do: Governance and national planning. Photo: UN Women/Fatma Elzahraa Ya… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 34.2 KiB | 15.8 KiB |
Collage of women from around the world to mark 15 years of UN Women. div.field > div.field > picture > img | /sites/default/files/styles/basic_cta_540_405_/public/202... | 32.4 KiB | 15.1 KiB |
On 10 December 2024 in Sudan, Omnia [NAME CHANGED] peers through the window dur… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-04/su... | 17.4 KiB | 14.0 KiB |
What we do: HIV and AIDS. Photo: UN Women. div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 30.1 KiB | 14.0 KiB |
What we do: Leadership and political participation. Photo: UN Women/Assane Guey… div.field > div.field__item > div.image-container > img | /sites/default/files/styles/webp_only/public/2021-11/What... | 32.3 KiB | 8.3 KiB |
UNWomen_Placeholder div.field > div.field__item > div.image-container > img | /sites/default/files/styles/card_teaser/public/2026-03/un... | 6.0 KiB | 4.8 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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /p/2503451/sp/0/thumbnail/entry_id/1_mvc3tcfj/version/100... | 3600.0 s | 270.7 KiB |
| /p/2503451/sp/0/thumbnail/entry_id/1_mvc3tcfj/version/100... | 3600.0 s | 259.1 KiB |
| static.addtoany.com/menu/page.js | 86400.0 s | 2.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /sites/default/files/css/css_0rfhoJ6X_Ceuc-1o5GB6hd9EDn9z... | 115.6 KiB | 102.0 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 |
|---|---|---|
| www.unwomen.org/themes/custom/hq/libraries/video.js/dist/video.min.js?tcvbyo | 168.5 KiB | 148.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW&cx=c>m=4e64h1 | 174.7 KiB | 116.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-HJRPLCXTSW | 174.7 KiB | 71.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-653747878 | 137.4 KiB | 52.2 KiB |
| /sites/default/files/js/js_uuDv6JAz4Mj0nu4vr_xWIecEuNFlBC... | 41.4 KiB | 25.6 KiB |
| www.unwomen.org/themes/custom/hq/libraries/swiper/js/swiper.min.js?tcvbyo | 42.4 KiB | 24.9 KiB |
| /sites/default/files/js/js_8O94sHm_Pht8pJpQwGyXL10fMsFWgX... | 45.1 KiB | 23.5 KiB |
| /sites/default/files/js/js_Gcwqk82kLt4y5PEAhVUHqNqIphedc7... | 27.0 KiB | 21.2 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.unwomen.org/themes/custom/hq/libraries/rellax.min.js?tcvbyo | 5.9 KiB | 2.4 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.
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 |
|---|---|
| unwomen.org/ | 214 ms |
| www.unwomen.org/ | 216 ms |
| www.unwomen.org/en | 0.0 ms |
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.
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 |
|---|
Global nav#block-hq-universalmenu > ul.navbar-nav > li.active > a.nav-link |
DONATE div.nav-wrapper > div.region > nav#block-hq-donatebuttonmenu > a.btn |
READ MORE div.row > div.col-12 > div.paragraph-ct-basic-cta__body > a.btn |
VIEW THE HIGHLIGHTS div.row > div.offset-lg-1 > div.body > a.btn |
DONATE div.row > div.offset-lg-1 > div.body > a.btn |
DONATE nav#block-hq-donatebuttonmenu-2 > ul.list-unstyled > li.m-0 > a.btn |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div.field > p > iframe div.col-12 > div.field > p > iframe |
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.
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 |
|---|
More than 38,000 women and girls were killed in Gaza between October 2023 and D… li.field > article.node > div.card_wrapper > h3.card_title |
These are opportunities to improve keyboard navigation in your application.
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.unwomen.org/en/about-us/about-un-women | LEARN MORE |
| www.unwomen.org/en/news-stories | See more |
| /en/articles/in-focus/un-women-at-15-delivering-power-dri... | READ MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About us
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Leadership
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Work with us
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Focus areas
div.col-12 > ul.menu > li.menu-item > a.nav-link |
How we work
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Latest
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Media center
div.col-12 > ul.menu > li.menu-item > a.nav-link |
Resources
div.col-12 > ul.menu > li.menu-item > a.nav-link |
GenderTerm
div.col-12 > ul.menu > li.menu-item > a.nav-link |
How to get involved
div.col-12 > ul.menu > li.menu-item > a.nav-link |
To appear in search results, crawlers need access to your app.
Send Feedback