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.
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.
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.
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 |
|---|---|---|
| cdn.ncbi.nlm.nih.gov/core/pinger/pinger.js | 29.7 KiB | 250 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Show glossary body > div#open-glossary | 0.122 |
The U.S. government does not review or approve the safety and science of all st… ctg-disclaimer > div > div.usa-alert > div.usa-alert__body | 0.004 |
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.
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 |
|---|---|---|
| clinicaltrials.gov/styles-K5ERNWXN.css | 100.4 KiB | 88.4 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 |
|---|---|---|
| /gtag/js?id=G-DP2X732JSX&l=pingerDataLayer&cx=c>m=4e64h1 | 147.5 KiB | 62.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.1 KiB | 62.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PC9B6M3&l=pingerDataLayer | 129.5 KiB | 60.4 KiB |
| clinicaltrials.gov/chunk-FOI7A4D4.js | 54.4 KiB | 29.5 KiB |
| clinicaltrials.gov/chunk-J3DBZWUT.js | 70.4 KiB | 25.7 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 21.3 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
ClinicalTrials.gov logo div.grid-row > div.grid-row > div.tablet:grid-col > img.ctg-logo | clinicaltrials.gov/assets/images/ctg-footer-logo.svg |
NIH National Library of Medicine, National Center for Biotechnology Information… div.grid-row > div.mobile-lg:grid-col-8 > a.logo > img.ncbi-logo | clinicaltrials.gov/assets/main/img/AgencyLogo.svg |
Tell us what you think! body > div.QSIFeedbackButton > button#QSIFeedbackButton-btn > img | iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=IM_3xWqwNkIHc7cA0S |
header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | clinicaltrials.gov/assets/uswds/img/us_flag_small.png |
Disclaimer div > div.usa-alert > div > img.warning-icon | clinicaltrials.gov/assets/images/warning.svg |
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.
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 |
|---|
(all filters optional) ctg-home-search-panel > div.home-search-panel > div.search-panel-header > span |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Data and API nav.max-width > ul.usa-nav__primary > li.usa-nav__primary-item > button.usa-accordion__button |
My Saved Studies (0) nav.max-width > ul.usa-nav__primary > li.usa-nav__primary-item > button.button-display |
The U.S. government does not review or approve the safety and science of all st… div.usa-alert__body > div.usa-accordion > div.usa-accordion__heading > button.usa-accordion__button |
Best Practices
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.