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.
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 |
| /signals/config/1115283622788852?v=2.9.303&r=stable&domai... | 1200.0 s | 35.1 KiB |
| dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=HHS&subagency=OWH | 0.0 ms | 9.4 KiB |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 0.0 ms | 4.5 KiB |
| cdn01.basis.net/assets/up.js?um=1 | 0.0 ms | 3.1 KiB |
| s.pinimg.com/ct/lib/main.10d2511a.js | 1209600.0 s | 27.3 KiB |
| ct.pinterest.com/static/ct/token_create.js | 7200.0 s | 2.2 KiB |
| s.pinimg.com/ct/core.js | 7200.0 s | 2.1 KiB |
| static.addtoany.com/menu/page.js | 86400.0 s | 2.2 KiB |
| /config/gov/26528649-3980-406f-9755-bf3a3c6adae0.js?v=3.5... | 0.0 ms | 474 B |
| script.crazyegg.com/pages/scripts/0005/7360.js | 86400.0 s | 231 B |
| /tr/?id=1115283622788852&ev=PageView&dl=https%3A%2F%2Fwom... | 0.0 ms | 19 B |
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.
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 | |
|---|---|---|---|
Explore the Latest Data, Key Findings, and Progress from Participating Hospitals div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/HHS-Perinatal-Improv... | 239.6 KiB | 180.8 KiB |
Twitter Logo div.footer-social > div.footer-social__icons > a.external-link > img | /themes/custom/owh_uswds/assets/img/social-icons/social-t... | 59.8 KiB | 59.7 KiB |
Learn About Improving Maternal Health Outcomes div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/BMC_Pregnancy_and_Ch... | 114.4 KiB | 55.8 KiB |
Navigate Menopause with Confidence div.owh-subarticles__col > article.campaign-item > a.gtm-campaigns > img.img-responsive | womenshealth.gov/sites/default/files/callout_images/menopause-poster-rev.jpg | 83.0 KiB | 44.8 KiB |
Explore OWH CME/CE Courses div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/Course-for-Womens-He... | 97.0 KiB | 38.4 KiB |
Linkedin Logo div.footer-social > div.footer-social__icons > a.external-link > img | /themes/custom/owh_uswds/assets/img/social-icons/social-l... | 32.9 KiB | 32.8 KiB |
Pinterest Logo div.footer-social > div.footer-social__icons > a.external-link > img | /themes/custom/owh_uswds/assets/img/social-icons/social-p... | 28.5 KiB | 28.5 KiB |
Talking Postpartum Depression div.owh-subarticles__col > article.campaign-item > a.gtm-campaigns > img.img-responsive | womenshealth.gov/sites/default/files/callout_images/talking-ppd-poster.jpg | 63.9 KiB | 25.7 KiB |
YoutubeLogo div.footer-social > div.footer-social__icons > a.external-link > img | /themes/custom/owh_uswds/assets/img/social-icons/social-y... | 22.4 KiB | 22.3 KiB |
Learn about Menopause div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/menopause_carousel_0... | 78.6 KiB | 20.0 KiB |
Facebook Logo div.footer-social > div.footer-social__icons > a.external-link > img | /themes/custom/owh_uswds/assets/img/social-icons/social-f... | 19.3 KiB | 19.3 KiB |
Twitter div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/twitter_... | 6.7 KiB | 6.2 KiB |
Linkedin div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/linkedin... | 6.2 KiB | 5.7 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.
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.
Diagnostics
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 |
|---|---|---|
| womenshealth.gov/themes/custom/owh_uswds/css/styles.css?tdwdbn | 457.5 KiB | 432.6 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 |
|---|---|---|
| womenshealth.gov/core/misc/drupal.js?v=10.6.5 | 20.6 KiB | 16.2 KiB |
| womenshealth.gov/modules/contrib/extlink/js/extlink.js?tdwdbn | 23.8 KiB | 10.0 KiB |
| womenshealth.gov/themes/custom/owh_uswds/js/lightbox/js/lightbox.js?tdwdbn | 20.3 KiB | 8.5 KiB |
| womenshealth.gov/themes/custom/owh_uswds/js/content.js?tdwdbn | 7.2 KiB | 2.7 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e64k1 | 147.0 KiB | 105.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-KYW6DGLD5C&cx=c>m=4e64k1 | 166.6 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.0 KiB | 62.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WDVWHPS | 136.8 KiB | 62.2 KiB |
| womenshealth.gov/themes/custom/owh_uswds/js/twitter_widgets.js?tdwdbn | 95.0 KiB | 53.1 KiB |
| womenshealth.gov/themes/custom/owh_uswds/assets/js/uswds.min.js?v=10.6.5 | 79.2 KiB | 51.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 36.9 KiB |
| womenshealth.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 85.5 KiB | 36.7 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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 | |
|---|---|
Explore the Latest Data, Key Findings, and Progress from Participating Hospitals div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/HHS-Perinatal-Improv... |
Explore OWH CME/CE Courses div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/Course-for-Womens-He... |
Learn About Improving Maternal Health Outcomes div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/BMC_Pregnancy_and_Ch... |
Learn about Menopause div.slick-track > div.slick-slide > a.slick-image-url > img | /sites/default/files/carousel_images/menopause_carousel_0... |
Navigate Menopause with Confidence div.owh-subarticles__col > article.campaign-item > a.gtm-campaigns > img.img-responsive | womenshealth.gov/sites/default/files/callout_images/menopause-poster-rev.jpg |
Talking Postpartum Depression div.owh-subarticles__col > article.campaign-item > a.gtm-campaigns > img.img-responsive | womenshealth.gov/sites/default/files/callout_images/talking-ppd-poster.jpg |
home icon ul.usa-nav__primary > li.usa-nav__primary-item > a.usa-accordion__button > img.hide-mobile | womenshealth.gov/themes/custom/owh_uswds/assets/img/home_icon.png |
Office on Women's Health Logo womenshealth.gov div#extended-mega-logo > em.usa-logo__image > a > img | womenshealth.gov/themes/custom/owh_uswds/assets/img/layout/owh-logo.png |
Pinterest div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/pinteres... |
Youtube div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/youtube_... |
Twitter div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/twitter_... |
Facebook div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/facebook... |
Linkedin div.sidebar__connect > div.sidebar__connect__social-icons > a.social-icon > img | /themes/custom/owh_uswds/assets/img/social-icons/linkedin... |
U.S. flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | womenshealth.gov/themes/custom/owh_uswds/assets/img/us_flag_small.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Learn about Menopause
Talking PPD div.grid-row > div.usa-layout-docs__main > div#block-owh-uswds-content > div.padding-y-1 | 0.093 |
Learn about Menopause
Talking PPD div.grid-row > div.usa-layout-docs__main > div#block-owh-uswds-content > div.padding-y-1 | 0.074 |
Learn About Improving Maternal Health Outcomes div#owh-homepage-carousel-1 > div.slick-list > div.slick-track > div.slick-slide | 0.053 |
The female athlete triad—low energy availability, menstrual dysfunction, and im… div > div.js-view-dom-id-55565ff72a56c496f3d350f3fe0d6cd4a44b199005794c9d12e5b82440a3b825 > div.owh-container > div.views-field | 0.003 |
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.
Best Practices
General
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 |
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
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 |
|---|---|
| womenshealth.gov/node/1501 | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.