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.
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.
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 | |
|---|---|---|---|
main.gridContainer > div.skdslider > ul#slider > img main.gridContainer > div.skdslider > ul#slider > img | www.senate.gov/resources/images/sliderphotos/image-bg.jpg | 603.9 KiB | 536.6 KiB |
Captiol 1800 div.skdslider > ul#slider > li > img | www.senate.gov/resources/images/sliderphotos/1800_Capitol_Wing.jpg | 376.8 KiB | 306.0 KiB |
main.gridContainer > div#content_1 > section#content_container_col2 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col2 > img.content_container_img | www.senate.gov/resources/images/col2_senatefloor.jpg | 167.8 KiB | 158.2 KiB |
main.gridContainer > div#content_1 > section#content_container_col1 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col1 > img.content_container_img | www.senate.gov/resources/images/33_00019.jpg | 84.5 KiB | 74.9 KiB |
main.gridContainer > div#content_1 > section#content_container_col3 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col3 > img.content_container_img | www.senate.gov/resources/graphic/history_lbj.jpg | 32.5 KiB | 27.1 KiB |
Senate Logo div#logo_social_footer_center > div#footer_logo > a > img | www.senate.gov/resources/images/senate_logo_footer.png | 20.4 KiB | 18.8 KiB |
U.S. Flag cfparam > div#find-sen > div#flag > img | www.senate.gov/resources/images/usFlag.png | 16.9 KiB | 16.7 KiB |
body > main.gridContainer > div.skdslider > a.next body > main.gridContainer > div.skdslider > a.next | www.senate.gov/resources/images/right-arrow.png | 15.4 KiB | 15.2 KiB |
body > main.gridContainer > div.skdslider > a.prev body > main.gridContainer > div.skdslider > a.prev | www.senate.gov/resources/images/left-arrow.png | 15.4 KiB | 15.2 KiB |
| www.senate.gov/resources/images/bkgnd_stripe_c.png | 15.1 KiB | 15.1 KiB | |
United States Senate Logo div.row > div#logo > a > img | www.senate.gov/resources/images/senate_logo.png | 10.6 KiB | 5.3 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.senate.gov/resources/scripts/jquery-1.11.3.min.js | 32.9 KiB | 277 ms |
| www.senate.gov/resources/scripts/floor_status.js | 875 B | 145 ms |
| www.senate.gov/resources/scripts/skdslider.min.js | 2.0 KiB | 145 ms |
| www.senate.gov/resources/scripts/main.js | 1.3 KiB | 145 ms |
| www.senate.gov/resources/scripts/respond.min.js | 2.0 KiB | 145 ms |
| www.senate.gov/resources/styles/print.css | 1.0 KiB | 145 ms |
| www.senate.gov/resources/fonts/css/font-awesome.min.css | 6.8 KiB | 145 ms |
| /resources/fonts/gFonts.css?family=Libre+Baskerville:400,... | 1.1 KiB | 145 ms |
| www.senate.gov/resources/fonts/gFonts.css?family=Source+Serif+Pro:400,600,700 | 1.1 KiB | 409 ms |
| www.senate.gov/resources/styles/skdslider.css | 1.9 KiB | 409 ms |
| /resources/fonts/gFonts.css?family=Source+Sans+Pro:400,30... | 1.1 KiB | 409 ms |
| www.senate.gov/resources/styles/nav_menu.css | 4.1 KiB | 409 ms |
| www.senate.gov/resources/styles/main.css | 7.6 KiB | 409 ms |
| www.senate.gov/resources/styles/boilerplate.css | 3.5 KiB | 145 ms |
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 |
|---|---|
| senate.gov/ | 253 ms |
| www.senate.gov/ | 0.0 ms |
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 |
|---|---|
Floor Proceedings
Tuesday, Apr 21, 2026
Convene at 10:00 a.m.
Floor Webcast
… body > main.gridContainer > div#proceedings_hearings | 0.092 |
Learn About the Senate
Explore the Senate's Constitutional foundations, its un… body > main.gridContainer | 0.031 |
Floor Proceedings
Tuesday, Apr 21, 2026
Convene at 10:00 a.m.
Floor Webcast
… body > main.gridContainer > div#proceedings_hearings | 0.019 |
Recent Senate Roll Call Votes
Apr 20 | 86 (47-46) | Confirmed | PN787-1
Apr 1… main.gridContainer > div#content_1 > section#content_container_col2 > div.fluid | 0.008 |
Research Tools
Research Tools
Commonly Searched for Legislation main.gridContainer > div#content_1 > section#content_container_col1 > div.fluid | 0.005 |
Public Disclosure
Financial Disclosure
Gift Rule/Travel
Lobby Disclosure Act main.gridContainer > div#content_1 > section#content_container_col3 > div.fluid | 0.005 |
WATCH LIVE SENATE FLOOR PROCEEDINGS div#top-header > cfparam > div#find-sen > div#watch | 0.002 |
Floor Activity article#proceedings_schedule_2 > ul > li.fluid > a | 0.001 |
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 |
|---|---|---|
| www.senate.gov/resources/styles/boilerplate.css | 3.5 KiB | 2.1 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 | |
|---|---|
main.gridContainer > div.skdslider > ul#slider > img main.gridContainer > div.skdslider > ul#slider > img | www.senate.gov/resources/images/sliderphotos/image-bg.jpg |
main.gridContainer > div#content_1 > section#content_container_col1 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col1 > img.content_container_img | www.senate.gov/resources/images/33_00019.jpg |
main.gridContainer > div#content_1 > section#content_container_col2 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col2 > img.content_container_img | www.senate.gov/resources/images/col2_senatefloor.jpg |
main.gridContainer > div#content_1 > section#content_container_col3 > img.content_container_img main.gridContainer > div#content_1 > section#content_container_col3 > img.content_container_img | www.senate.gov/resources/graphic/history_lbj.jpg |
United States Senate Logo div.row > div#logo > a > img | www.senate.gov/resources/images/senate_logo.png |
Senate Logo div#logo_social_footer_center > div#footer_logo > a > img | www.senate.gov/resources/images/senate_logo_footer.png |
U.S. Flag cfparam > div#find-sen > div#flag > img | www.senate.gov/resources/images/usFlag.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.
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 |
|---|
Floor Webcast article#proceedings_schedule > ul > li.fluid > a |
Senate Calendar article#proceedings_schedule > ul > li.fluid > a |
Executive Calendar article#proceedings_schedule > ul > li.fluid > a |
Tentative Floor Schedule article#proceedings_schedule > ul > li.fluid > a |
Floor Activity article#proceedings_schedule_2 > ul > li.fluid > a |
Daily Digest article#proceedings_schedule_2 > ul > li.fluid > a |
Congressional Record article#proceedings_schedule_2 > ul > li.fluid > a |
Senate Floor Proceedings, 2014 to Present article#proceedings_schedule_2 > ul > li.fluid > a |
Recent Roll Call Votes article#proceedings_schedule_2 > ul > li.fluid > a |
Armed Services section#hearings > ul.floor-schedule > li.fluid > a |
Energy and Natural Resources section#hearings > ul.floor-schedule > li.fluid > a |
Banking, Housing, and Urban Affairs section#hearings > ul.floor-schedule > li.fluid > a |
More section#hearings > ul.floor-schedule > li.fluid > a |
Research Tools div.fluid > ul > li.fluid > a |
Commonly Searched for Legislation div.fluid > ul > li.fluid > a |
86 (47-46) ul > li.fluid > span.vote-list > a |
PN787-1 ul > li.fluid > span.vote-list > a |
85 (49-48) ul > li.fluid > span.vote-list > a |
PN787-1 ul > li.fluid > span.vote-list > a |
84 (50-49) ul > li.fluid > span.vote-list > a |
H.J.Res. 140 ul > li.fluid > span.vote-list > a |
All Current Session Roll Call Votes ul > ul > li.fluid > a |
Financial Disclosure div.fluid > ul > li.fluid > a |
Gift Rule/Travel div.fluid > ul > li.fluid > a |
Lobby Disclosure Act div.fluid > ul > li.fluid > a |
Women of the Senate div.fluid > ul > li.fluid > a |
Senate Stories Blog div.fluid > ul > li.fluid > a |
Plan Your Visit div.fluid > ul > li.fluid > a |
Capitol Visitor Center div.fluid > ul > li.fluid > a |
Capitol Camera div.fluid > ul > li.fluid > a |
Employment div.fluid > ul > li.fluid > a |
Procurement div.fluid > ul > li.fluid > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Tuesday, Apr 21, 2026 div#proceedings_hearings > section#proceedings > article#proceedings_schedule > h3 |
Tuesday, Apr. 21, 2026 main.gridContainer > div#proceedings_hearings > section#hearings > h3 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main.gridContainer > div.skdslider > ul#slider > img main.gridContainer > div.skdslider > ul#slider > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div#search-elements > form#search > input#search3 div.row > div#search-elements > form#search > input#search3 |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Find Your Senators
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecti… div#sen-dropdown-container > form > label > select#findsenator |
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 |
|---|
li > div.slide-desc > h2 > a li > div.slide-desc > h2 > a |
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 have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn About the Senate
Explore the Senate's Constitutional foundations, its un… body > main.gridContainer > div.skdslider > ul#slider |
Apr 20 | 86 (47-46) | Confirmed | PN787-1
Apr 16 | 85 (49-48) | Agreed to | P… div#content_1 > section#content_container_col2 > div.fluid > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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.senate.gov/committees/hearings_meetings.htm | More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main.gridContainer > div.skdslider > ul#slider > img main.gridContainer > div.skdslider > ul#slider > img |
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 |
|---|
body > main.gridContainer > div.skdslider > a.prev body > main.gridContainer > div.skdslider > a.prev |
body > main.gridContainer > div.skdslider > a.next body > main.gridContainer > div.skdslider > a.next |
body > main.gridContainer > div.skdslider > a.play-control body > main.gridContainer > div.skdslider > a.play-control |
To appear in search results, crawlers need access to your app.