Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 35 ms |
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 |
|---|---|---|
| cdn.fundraiseup.com/widget/ALNLTJHT | 0.0 ms | 65.3 KiB |
| cdn.fundraiseup.com/embed-data/elements-global/ALNLTJHT.js | 0.0 ms | 10.3 KiB |
| static.hotjar.com/c/hotjar-3868122.js?sv=5 | 60.0 s | 6.2 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| p.typekit.net/p.css?s=1&k=oft1ilm&ht=tk&f=53882&a=9053057&app=typekit&e=css | 604800.0 s | 172 B |
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 | |
|---|---|---|---|
Research Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/09/4bf8cff55527e21f003c918574f52... | 102.3 KiB | 77.8 KiB |
Advocacy Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/12/08b29485e69a15ec726ee0d0a7d07... | 97.6 KiB | 73.1 KiB |
Youth leadership Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/09/6923179bdc2fd08c3b8e4c21fbd36... | 89.4 KiB | 64.9 KiB |
Find local mental health support Image div.container > div.inner > div.post-card > img.card-img | /wp-content/uploads/2025/03/college-scaled-aspect-ratio-4... | 95.3 KiB | 64.2 KiB |
Attend Mental Health America Conference Image div.container > div.inner > div.post-card > img.card-img | mhanational.org/wp-content/uploads/2026/02/conference-band-768x512.jpg | 79.6 KiB | 48.4 KiB |
Workplace Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/12/ecad63b99d2f6e935d82b9c849165... | 64.6 KiB | 40.1 KiB |
Make recovery possible for only $25 Image div.inner > div.container > div.grid > img.rounded-base | /wp-content/uploads/2026/03/ways-to-give-aspect-ratio-559... | 76.2 KiB | 35.5 KiB |
Celebrate Mental Health Month this May Image div.container > div.inner > div.post-card > img.card-img | /wp-content/uploads/2026/03/MHM-2026-Banner-scaled-aspect... | 51.2 KiB | 26.2 KiB |
Participate in a clinical trial Image div.container > div.inner > div.post-card > img.card-img | mhanational.org/wp-content/uploads/2025/11/expect-clinical-trial-768x513.jpg | 47.4 KiB | 24.2 KiB |
Get involved this Mental Health Month Image div.right-col > div.col-content > div.post-card > img.card-img | mhanational.org/wp-content/uploads/2026/02/MHM-2026-Banner-768x384.jpg | 35.8 KiB | 16.4 KiB |
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.
Diagnostics
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 |
|---|---|---|
| mhanational.org/wp-content/themes/mhanational/dist/css/style.css?ver=1776718485 | 43.1 KiB | 9.8 KiB |
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 |
|---|---|---|
| mhanational.org/wp-content/themes/mhanational/dist/css/style.css?ver=1776718485 | 43.0 KiB | 35.9 KiB |
| /wp-content/plugins/gravityforms/assets/css/dist/gravity-... | 26.3 KiB | 21.5 KiB |
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 |
|---|---|
| Other | 38.8 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 513 ms |
| Rendering | 361 ms |
| Script Parsing & Compilation | 153 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 29 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.fundraiseup.com/checkout.621abe447e62aa70.js | 410.8 KiB | 366.2 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.7 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.2 KiB | 87.3 KiB |
| /wp-content/themes/mhanational/dist/js/vendor.min.js?ver=... | 139.1 KiB | 83.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-BM7057ZDN5 | 174.2 KiB | 59.0 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 KiB |
| cdn.fundraiseup.com/widget/ALNLTJHT | 64.4 KiB | 21.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 | |
|---|---|
Charity Navigator 4-star logo div.left-col > div.address-phone > p > img.alignleft | mhanational.org/wp-content/uploads/2025/12/charity-navigator.png |
Candid Platinum Transparency logo div.left-col > div.address-phone > p > img.alignleft | mhanational.org/wp-content/uploads/2025/12/candid-seal-platinum-2025.png |
Charity Watch Top Rated logo div.left-col > div.address-phone > p > img.alignleft | mhanational.org/wp-content/uploads/2025/12/charity-watch.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Registration is now open
Attend Mental Health America Conference
Attend the le… div#spotlight-carousel > div.flickity-viewport > div.flickity-slider > div.carousel |
Find opportunities
Participate in a clinical trial
Mental Health America’s Cli… div#spotlight-carousel > div.flickity-viewport > div.flickity-slider > div.carousel |
Over 130 affiliates nationwide
Find local mental health support
Mental Health … div#spotlight-carousel > div.flickity-viewport > div.flickity-slider > div.carousel |
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.
Contrast
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 today div.container > div.card > div.card-content > h2.is-tighter |
Help us continue our mission to advance the mental health and well-being of all… div.card > div.card-content > div.copy > p |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
section#parent-header > header.main-header > div.container > a.logo section#parent-header > header.main-header > div.container > a.logo |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
div.content-flex > ul.social > li > a.social-link div.content-flex > ul.social > li > a.social-link |
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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn
Learn
Explore resources for understanding your mental health, helping lov… div.container > div.nav-wrapper > nav.left-nav > li.page-item |
Mental Health Learning Hub
Resource center
Mental health conditions
Quick facts… div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Resource center li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Mental health conditions li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Quick facts li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Recursos en Español li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Blog div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Workplace Wellness Resource Center div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Research & Reports
State of Mental Health in America
Data in your community div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
State of Mental Health in America li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Data in your community li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Clinical Trial Resources
Find a clinical trial div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Find a clinical trial li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Get involved
Get involved
Turn awareness into action and use your voice to crea… div.container > div.nav-wrapper > nav.left-nav > li.page-item |
Advocacy & Policy
Become an Advocate
Policy issues
Regional Policy Council
MHA … div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Become an Advocate li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Policy issues li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Regional Policy Council li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
MHA positions on current issues li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Youth Leadership
Programs
Young Leaders Council & alumni div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Programs li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Young Leaders Council & alumni li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Partner With Us
MHA Affiliates
Workplace programs div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
MHA Affiliates li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Workplace programs li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Fundraise With Us div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Events & Webinars
Annual conference
Webinars div.center-col > div.col-content > nav.submenu-nav > li.sub-page-item |
Annual conference li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Webinars li.sub-page-item > div.sub-submenu > nav.sub-submenu-nav > li |
Get help
Call or text 988
Get help
Crisis services
Take a mental health test
Ex… div.container > div.nav-wrapper > nav.left-nav > li.page-item |
Call or text 988 li.page-item > div.submenu > nav > li.button-wrapper |
Get help li.page-item > div.submenu > nav > li |
Crisis services li.page-item > div.submenu > nav > li |
Take a mental health test li.page-item > div.submenu > nav > li |
Explore treatment options li.page-item > div.submenu > nav > li |
Find local support li.page-item > div.submenu > nav > li |
About us
About us
Our work
Our story
Our impact
Our team
Strategic plan
In the … div.container > div.nav-wrapper > nav.right-nav > li.page-item |
About us li.page-item > div.submenu > nav > li |
Our work li.page-item > div.submenu > nav > li |
Our story li.page-item > div.submenu > nav > li |
Our impact li.page-item > div.submenu > nav > li |
Our team li.page-item > div.submenu > nav > li |
Strategic plan li.page-item > div.submenu > nav > li |
In the news li.page-item > div.submenu > nav > li |
Shop div.container > div.nav-wrapper > nav.right-nav > li.page-item |
Ways to give
Ways to give
Fundraise with us
Crypto, Stock, DAFs
Mental Health M… div.container > div.nav-wrapper > nav.right-nav > li.page-item |
Ways to give li.page-item > div.submenu > nav > li |
Fundraise with us li.page-item > div.submenu > nav > li |
Crypto, Stock, DAFs li.page-item > div.submenu > nav > li |
Mental Health Month fundraiser li.page-item > div.submenu > nav > li |
Donate div.container > div.nav-wrapper > nav.last-nav > li.button-wrapper |
Search header.main-header > div.container > nav.buttons-nav > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
User Experience
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) | |
|---|---|---|---|
Advocacy Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/12/08b29485e69a15ec726ee0d0a7d07... | 475 x 317 (1.50) | 768 x 503 (1.53) |
Research Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/09/4bf8cff55527e21f003c918574f52... | 475 x 317 (1.50) | 768 x 503 (1.53) |
Workplace Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/12/ecad63b99d2f6e935d82b9c849165... | 475 x 317 (1.50) | 768 x 503 (1.53) |
Youth leadership Image div.card-inner > div.inner-card > div.card-img > img | /wp-content/uploads/2024/09/6923179bdc2fd08c3b8e4c21fbd36... | 475 x 317 (1.50) | 768 x 503 (1.53) |
General
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 |
|---|---|
wp-i18n-js-after line 2, col 0 | ReferenceError: wp is not defined
at wp-i18n-js-after:3:1 |
SEO
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| mhanational.org/our-story/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.