Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.2s 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.
Solid infrastructure — fast server responses across the board.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
92 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/17aa048c-0946-4747-a3c6-b5812d60b1af)<a href="https://beavercheck.com/results/17aa048c-0946-4747-a3c6-b5812d60b1af"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funfpa.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funfpa.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 6.2s 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.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 6.2s to load
+12% bounceUsers abandon at ~3s — you're 3.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
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.
$600 investment → $4,664/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$4,664 /mo
~$55,973 / 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,126 / month at risk
~$157,508 / year if left unfixed
$157,500
+6 more
$0.69 /mo
8601.4 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 4 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.
2.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.91 s
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.
6.20 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.
21.89 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.
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 |
|---|---|---|
| fonts.googleapis.com/icon?family=Material+Icons | 446 B | 171 ms |
| /css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..... | 2.3 KiB | 821 ms |
| /sites/default/files/css/css_N_7gRaQ-NtGi6IPQnwbpdXzHpGdG... | 100.3 KiB | 1.2 s |
| /sites/default/files/css/css_yde7FPcKjc_w95R87aBtuc0SiNrV... | 6.4 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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| cdn.fundraiseup.com/widget/ACSRWCJP | 0.0 ms | 77.5 KiB |
| /signals/config/516882679217185?v=2.9.303&r=stable&domain... | 1200.0 s | 47.2 KiB |
| js.adsrvr.org/up_loader.1.1.0.js | 0.0 ms | 12.3 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| c.amazon-adsystem.com/aat/amzn.js | 0.0 ms | 8.9 KiB |
| cdn.fundraiseup.com/embed-data/elements-global/ACSRWCJP.js | 0.0 ms | 7.9 KiB |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 935 B |
| insight.adsrvr.org/track/pxl/?adv=u8t35qs&ct=0:lufdhmt&fmt=3 | 0.0 ms | 149 B |
| /v.gif?cd=0&a=917321&d=unfpa.org&u=D8BDF3F4BD1307D28725FF... | 43200.0 s | 147 B |
| /tr/?id=516882679217185&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 19 B |
| /tr/?id=516882679217185&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
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 |
|---|---|
| unfpa.org/ | 857 ms |
| www.unfpa.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.
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_N_7gRaQ-NtGi6IPQnwbpdXzHpGdG... | 100.0 KiB | 93.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 |
|---|---|---|
| static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 410.1 KiB | 365.9 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.7 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.1 KiB | 87.3 KiB |
| /sites/default/files/js/js_SW6iky7UH8yfE5g1JJ9eqVWHvi-B9w... | 131.9 KiB | 87.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TPTZGRJ | 182.2 KiB | 70.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-10847839794&cx=c>m=4e64h1 | 144.5 KiB | 69.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-8VRYE1MJGX&cx=c>m=4e64h1 | 174.4 KiB | 67.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-6NJ9F45Q61&cx=c>m=4e64h1 | 155.9 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-QCW55F38ZT&cx=c>m=4e64h1 | 157.1 KiB | 62.8 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-13722490&cx=c>m=4e64h1 | 130.8 KiB | 61.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.0 KiB |
| cdn.fundraiseup.com/widget/ACSRWCJP | 76.6 KiB | 23.0 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 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.4 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 672 ms |
| Style & Layout | 494 ms |
| Rendering | 221 ms |
| Garbage Collection | 118 ms |
| Parse HTML & CSS | 70 ms |
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#who-we-are > div.dp > div.dp_img > img.ls-is-cached div#who-we-are > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2025-08/UP1281W 1... |
div#what-we-do > div.dp > div.dp_img > img.ls-is-cached div#what-we-do > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2024-04/PAK-2022-... |
div#emergencies > div.dp > div.dp_img > img.ls-is-cached div#emergencies > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2025-08/Humanitar... |
div#latest > div.dp > div.dp_img > img.ls-is-cached div#latest > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/latest_banner_ima... |
Crisis in Lebanon div#swiper-wrapper-3a46bc492a1dee72 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/mobile/414x8... |
Middle East Crisis div#swiper-wrapper-3a46bc492a1dee72 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/mobile/2026-... |
Sexual and reproductive health div#swiper-wrapper-3a46bc492a1dee72 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/mobile/UP12X... |
UNFPA div > a > span.brand-img > img | www.unfpa.org/themes/custom/unfpa_global_redesign/logo.svg |
UNFPA div.cl-brand > div.logo > a.logo > img.lazyload | www.unfpa.org/sites/default/files/unfpa_global_redesign/images/logo-unfpa.svg |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.unfpa.org/lebanon | Learn more |
| www.unfpa.org/Middle-East-crisis | Learn more |
| www.unfpa.org/sexual-and-reproductive-health-1 | Learn 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 |
|---|
X div#cookies-popup > div.cookies-content > div#cookies-buttons > a.cls-btn |
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.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
77 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.54 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.
4.19 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.
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.displayCard__image > a > picture > img.img-responsive div.displayCard__image > a > picture > img.img-responsive | /sites/default/files/styles/desktop_1x/public/home-banner... | 101.9 KiB | 68.7 KiB |
div.ct-card__image > a > picture > img.img-responsive div.ct-card__image > a > picture > img.img-responsive | /sites/default/files/styles/common_style/public/home-bann... | 65.9 KiB | 59.1 KiB |
Sexual and reproductive health div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/UP12... | 111.0 KiB | 56.1 KiB |
Middle East Crisis div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/2026... | 106.0 KiB | 53.6 KiB |
div.ct-card__image > a > picture > img.img-responsive div.ct-card__image > a > picture > img.img-responsive | /sites/default/files/styles/common_style/public/home-bann... | 51.9 KiB | 46.5 KiB |
Crisis in Lebanon div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/1920... | 91.9 KiB | 46.5 KiB |
div.ct-card__image > a > picture > img.img-responsive div.ct-card__image > a > picture > img.img-responsive | /sites/default/files/styles/common_style/public/home-bann... | 25.1 KiB | 22.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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/icon?family=Material+Icons | 423 B | 61 ms |
| /css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..... | 2.3 KiB | 271 ms |
| /sites/default/files/css/css_N_7gRaQ-NtGi6IPQnwbpdXzHpGdG... | 100.3 KiB | 160 ms |
| /sites/default/files/css/css_yde7FPcKjc_w95R87aBtuc0SiNrV... | 6.4 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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| cdn.fundraiseup.com/widget/ACSRWCJP | 0.0 ms | 77.6 KiB |
| /signals/config/516882679217185?v=2.9.303&r=stable&domain... | 1200.0 s | 47.2 KiB |
| js.adsrvr.org/up_loader.1.1.0.js | 0.0 ms | 12.3 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| c.amazon-adsystem.com/aat/amzn.js | 0.0 ms | 8.9 KiB |
| cdn.fundraiseup.com/embed-data/elements-global/ACSRWCJP.js | 0.0 ms | 7.9 KiB |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 935 B |
| insight.adsrvr.org/track/pxl/?adv=u8t35qs&ct=0:lufdhmt&fmt=3 | 0.0 ms | 149 B |
| /v.gif?cd=0&a=917321&d=unfpa.org&u=DA182C086A20AD5682A198... | 43200.0 s | 147 B |
| /tr/?id=516882679217185&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 19 B |
| /tr/?id=516882679217185&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
| /tr/?id=516882679217185&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
| /tr/?id=516882679217185&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
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.
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 |
|---|---|
| unfpa.org/ | 241 ms |
| www.unfpa.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 |
|---|---|---|
| /sites/default/files/css/css_N_7gRaQ-NtGi6IPQnwbpdXzHpGdG... | 100.0 KiB | 89.8 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 |
|---|---|---|
| static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 410.1 KiB | 365.9 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.7 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.1 KiB | 87.3 KiB |
| /sites/default/files/js/js_SW6iky7UH8yfE5g1JJ9eqVWHvi-B9w... | 131.9 KiB | 78.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TPTZGRJ | 182.2 KiB | 70.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-10847839794&cx=c>m=4e64h1 | 144.5 KiB | 69.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-8VRYE1MJGX&cx=c>m=4e64h1 | 174.4 KiB | 67.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-6NJ9F45Q61&cx=c>m=4e64h1 | 155.9 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-QCW55F38ZT&cx=c>m=4e64h1 | 157.1 KiB | 62.8 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-13722490&cx=c>m=4e64h1 | 130.8 KiB | 61.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 31.7 KiB |
| cdn.fundraiseup.com/widget/ACSRWCJP | 76.7 KiB | 23.0 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 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 | |
|---|---|
Crisis in Lebanon div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/1920... |
Middle East Crisis div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/2026... |
Sexual and reproductive health div#swiper-wrapper-e66e136d1443b8f5 > div.swiper-slide > picture > img | /sites/default/files/styles/webp/public/home/desktop/UP12... |
div#who-we-are > div.dp > div.dp_img > img.ls-is-cached div#who-we-are > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2025-08/UP1281W 1... |
div#what-we-do > div.dp > div.dp_img > img.ls-is-cached div#what-we-do > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2024-04/PAK-2022-... |
div#emergencies > div.dp > div.dp_img > img.ls-is-cached div#emergencies > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/2025-08/Humanitar... |
div#latest > div.dp > div.dp_img > img.ls-is-cached div#latest > div.dp > div.dp_img > img.ls-is-cached | /sites/default/files/styles/webp/public/latest_banner_ima... |
UNFPA div > a > span.brand-img > img | www.unfpa.org/themes/custom/unfpa_global_redesign/logo.svg |
UNFPA div.cl-brand > div.logo > a.logo > img.lazyload | www.unfpa.org/sites/default/files/unfpa_global_redesign/images/logo-unfpa.svg |
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 |
|---|
Donate div.head_row > div.head_row-brand > div.act > a.btn |
See the latest div.container-sig > div.lazy-block > div.latest-cards-section > a.btn |
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 |
|---|
Which innovations have had the greatest impact on population, human rights and … div.displayCard > div.displayCard__details > div.displayCard__details--body > h4.card-title |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.displayCard__image > a > picture > img.img-responsive div.displayCard__image > a > picture > img.img-responsive | /sites/default/files/styles/desktop_1x/public/home-banner... | 583 x 350 (1.67) | 1000 x 560 (1.79) |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.unfpa.org/lebanon | Learn more |
| www.unfpa.org/Middle-East-crisis | Learn more |
| www.unfpa.org/sexual-and-reproductive-health-1 | Learn 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 |
|---|
X div#cookies-popup > div.cookies-content > div#cookies-buttons > a.cls-btn |
To appear in search results, crawlers need access to your app.
Send Feedback