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 |
|---|---|---|
| /maps/api/js?key=AIzaSyCm-YSabK0GbyqJEeC1pSL5_8YHpIBMkqY&... | 1800.0 s | 178.8 KiB |
| js.hs-analytics.net/analytics/1776813000000/45519881.js | 300.0 s | 42.3 KiB |
| js.hs-banner.com/v2/45519881/banner.js | 300.0 s | 24.0 KiB |
| cmp.osano.com/45BPkucSnC/0ef3f555-2906-4137-af2d-2b5909c96f13/osano-ui.js | 86400.0 s | 28.0 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.5 KiB |
| js.hs-scripts.com/45519881.js | 90.0 s | 1015 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| /p.css?s=1&k=axv0vdk&ht=tk&f=13464.13465.13466.13467.1549... | 604800.0 s | 173 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 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.
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.
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 | |
|---|---|---|---|
The U.S. Capitol building is seen. div.card2-wrap > figure.card2-image > span.img1 > img.image-focus | /wp-content/uploads/sites/2/2026/04/BudgetResolutionColum... | 245.3 KiB | 134.7 KiB |
div.promo1-side > figure.promo1-image > span.img1 > video div.promo1-side > figure.promo1-image > span.img1 > video | /wp-content/uploads/sites/2/2025/01/SequenceNameHORIZONTA... | 104.2 KiB | 64.7 KiB |
A man shops for produce at a supermarket in California. div.card2-wrap > figure.card2-image > span.img1 > img.image-focus | /wp-content/uploads/sites/2/2026/02/FoodReport-2234008133... | 40.8 KiB | 31.7 KiB |
div.card2-wrap > figure.card2-image > span.img1 > img.lazyautosizes div.card2-wrap > figure.card2-image > span.img1 > img.lazyautosizes | /wp-content/uploads/sites/2/2025/09/GettyImages-220793982... | 29.3 KiB | 20.2 KiB |
Crane lowering portion of building with worker on roof div.card2-wrap > figure.card2-image > span.img1 > img.image-focus | /wp-content/uploads/sites/2/2025/11/GettyImages-222698132... | 25.5 KiB | 16.8 KiB |
People overlook the city of Tehran on April 14, 2026. div.card2-wrap > figure.card2-image > span.img1 > img.image-focus | /wp-content/uploads/sites/2/2026/04/GettyImages-227118872... | 11.0 KiB | 4.4 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.
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 |
|---|---|
| americanprogress.org/ | 206 ms |
| www.americanprogress.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.
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 |
|---|---|---|
| /wp-content/themes/cap2021/assets/styles/app.css?m=177558... | 51.6 KiB | 8.5 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 |
|---|---|---|
| /wp-content/themes/cap2021/assets/styles/app.css?m=177558... | 51.6 KiB | 44.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 244.4 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 244.4 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 156.8 KiB |
| /maps/api/js?key=AIzaSyCm-YSabK0GbyqJEeC1pSL5_8YHpIBMkqY&... | 178.5 KiB | 99.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-1GTXCJNVL1&cx=c>m=4e64k0h2 | 172.9 KiB | 71.9 KiB |
| /wp-content/themes/cap2021/assets/scripts/libs.js?m=17743... | 114.7 KiB | 70.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NWVL6VL | 165.0 KiB | 61.5 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11403508909&cx=c>m=4e64k0h2 | 143.4 KiB | 56.4 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/9c/util.js | 100.1 KiB | 37.8 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js | 41.0 KiB | 30.1 KiB |
| /_static/??-eJydzNEOgjAMheEXclRNEG+Mj2KWrUAn27DtILy9hIRLY... | 40.3 KiB | 27.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1.1 s | 942 ms | 144 ms |
| www.americanprogress.org/ | 713 ms | 22 ms | 7.6 ms |
| cmp.osano.com/45BPkucSnC/0ef3f555-2906-4137-af2d-2b5909c96f13/osano.js | 326 ms | 279 ms | 4.7 ms |
| /wp-content/themes/cap2021/assets/scripts/libs.js?m=17743... | 297 ms | 70 ms | 19 ms |
| Unattributable | 295 ms | 3.9 ms | 0.0 ms |
| /wp-content/themes/cap2021/assets/scripts/app.js?m=177437... | 261 ms | 74 ms | 4.3 ms |
| js.hs-analytics.net/analytics/1776813000000/45519881.js | 194 ms | 143 ms | 3.8 ms |
| www.googletagmanager.com/gtag/js?id=G-1GTXCJNVL1&cx=c>m=4e64k0h2 | 169 ms | 136 ms | 18 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NWVL6VL | 162 ms | 126 ms | 16 ms |
| www.googletagmanager.com/gtag/js?id=AW-11403508909&cx=c>m=4e64k0h2 | 146 ms | 132 ms | 13 ms |
| /_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj... | 80 ms | 52 ms | 3.2 ms |
| www.americanprogress.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 78 ms | 75 ms | 0.9 ms |
| /maps/api/js?key=AIzaSyCm-YSabK0GbyqJEeC1pSL5_8YHpIBMkqY&... | 69 ms | 38 ms | 20 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 | 2.2 s |
| Style & Layout | 783 ms |
| Other | 569 ms |
| Script Parsing & Compilation | 269 ms |
| Rendering | 102 ms |
| Parse HTML & CSS | 92 ms |
| Garbage Collection | 70 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 |
|---|---|---|
| /wp-content/themes/cap2021/assets/scripts/app.js?m=177437... | 28.8 KiB | 11.5 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.
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.
Navigation
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 |
|---|
A Patients’ Bill of Rights To Lower Health Care Costs div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
What America Has Lost in the War With Iran div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
The Trump Administration’s Policies Have Hurt Growth, Jobs, and Prices div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
Climate Change Is Here—and America’s Most Marginalized Communities Are on the F… div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
Does Medicare Still Cover Durable Medical Equipment? div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
Congress Must Stop Prediction Market Corruption div.-o:h > div.grid1 > div.card3 > h6.card3-title |
It’s time to close Guantanamo div.-o:h > div.grid1 > div.card3 > h6.card3-title |
Reimagining Endangered Species Conservation in a Time of Crisis div.-o:h > div.grid1 > div.card3 > h6.card3-title |
4 Things To Know About Sectoral Bargaining div.-o:h > div.grid1 > div.card3 > h6.card3-title |
The Trump Administration’s Changes to the Child Care and Development Fund Would… div.-o:h > div.grid1 > div.card3 > h6.card3-title |
10 Policy Recommendations To Address Cellphone Use in Schools div.-o:h > div.grid1 > div.card3 > h6.card3-title |
Vice President Kamala Harris and Migration in the Americas: Setting the Record … div.-o:h > div.grid1 > div.card3 > h6.card3-title |
How the Trump Administration’s Embrace of Oil, Gas, and Chemical Industry Inter… div.-o:h > div.grid1 > div.card3 > h6.card3-title |
Exporting MAGA Ideology: Why Orbán’s Loss Doesn’t End the Threat Posed by the E… div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
Protecting Constitutional Freedoms of Speech and Assembly During the Second Tru… div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
Stabilizing and Strengthening State Funding for Public Higher Education After t… div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
What City Leaders Say Is Helping Drive Down Gun Violence in Their Communities div.card2-main > div.card2-header > div.card2-inner > h4.card2-title |
These are opportunities to improve keyboard navigation in your application.
Best practices
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 |
|---|
Bobby Kogan div.card2-main > div.card2-meta > p.card2-authors > a |
Tom Moore div.card2-main > div.card2-meta > p.card2-authors > a |
Bobby Kogan div.card2-main > div.card2-meta > p.card2-authors > a |
Jared Bernstein div.card2-main > div.card2-meta > p.card2-authors > a |
Sara Partridge div.card2-main > div.card2-meta > p.card2-authors > a |
Corey Husak div.card2-main > div.card2-meta > p.card2-authors > a |
Ryan Mulholland div.card2-main > div.card2-meta > p.card2-authors > a |
Kyle Ross div.card2-main > div.card2-meta > p.card2-authors > a |
Alexandra Thornton div.card2-main > div.card2-meta > p.card2-authors > a |
Jill Rosenthal div.card2-main > div.card2-meta > p.card2-authors > a |
Natasha Murphy div.card2-main > div.card2-meta > p.card2-authors > a |
Robert Benson div.card2-main > div.card2-meta > p.card2-authors > a |
Melissa Zelikoff div.card2-main > div.card2-meta > p.card2-authors > a |
Michael Sozan div.card2-main > div.card2-meta > p.card2-authors > a |
Guthrie Graves-Fitzsimmons div.card2-main > div.card2-meta > p.card2-authors > a |
Gréta Bedekovics div.card2-main > div.card2-meta > p.card2-authors > a |
Sara Partridge div.card2-main > div.card2-meta > p.card2-authors > a |
Casey Doherty div.card2-main > div.card2-meta > p.card2-authors > a |
Terms of Use div.footer1-main > ul.footer1-legal > li > a |
Privacy Policy div.footer1-main > ul.footer1-legal > li > a |
CAP - En Español div.footer1-main > ul.footer1-legal > li > a |
Our Supporters div.footer1-main > ul.footer1-legal > li > a |
These items highlight common accessibility best practices.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
| www.americanprogress.org/article/the-path-forward-ideas-worth-fighting-for/ | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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 |
|---|
Cookie Preferences div.footer1-main > ul.footer1-legal > li#osano-preferences > a.text-medium |
To appear in search results, crawlers need access to your app.