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.
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.
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.
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-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.9 KiB |
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 New York State Senate chamber. article.c-news-block > div.c-container--hidden-link > div.c-newsroom-image > img.image-style-_60x377 | /sites/default/files/styles/760x377/public/2026/01/27/01-... | 544.5 KiB | 533.9 KiB |
The Million Dollar Staircase in the New York State Capitol. article.c-news-block > div.c-container--hidden-link > div.c-newsroom-image > img.image-style-_60x377 | /sites/default/files/styles/760x377/public/2026/02/24/03-... | 493.5 KiB | 482.9 KiB |
Senators field media questions about new environmental protections. article.c-news-block > div.c-container--hidden-link > div.c-newsroom-image > img.image-style-_60x377 | /sites/default/files/styles/760x377/public/2026/02/10/02-... | 407.0 KiB | 396.5 KiB |
Senators Stewart-Cousins, Parker speak on latest ratepayer relief measures article.c-news-block > div.c-container--hidden-link > div.c-newsroom-image > img.image-style-_60x377 | /sites/default/files/styles/760x377/public/2026/02/04/02-... | 279.7 KiB | 269.2 KiB |
chamber from above div.l-left > article.media > div.field > img.image-style-_80x215 | /sites/default/files/styles/380x215/public/2026/01/22/01-... | 165.9 KiB | 152.6 KiB |
Members of the Senate Majority introduce rate payer relief package to members o… div.l-left > article.media > div.field > img.image-style-_80x215 | /sites/default/files/styles/380x215/public/2026/04/15/04-... | 139.5 KiB | 126.2 KiB |
Members of the Senate Majority field media questions on environmental bills. div.l-left > article.media > div.field > img.image-style-_80x215 | /sites/default/files/styles/380x215/public/2026/04/21/04-... | 128.0 KiB | 114.7 KiB |
div.c-topbar > div.c-page-title > a.active > ::before div.c-topbar > div.c-page-title > a.active > ::before | /themes/custom/nysenate_theme/dist/images/nys_logo_header... | 24.4 KiB | 15.0 KiB |
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 |
|---|---|---|
| /sites/default/files/css/css_owkYtwHXjHnzNX1H6jQiO2plgrht... | 323.4 KiB | 275.5 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-01H6J3L7N6 | 156.9 KiB | 65.1 KiB |
| /sites/default/files/js/js_1aYZpkP1KwpjEJhwoALf4UTdYUu1ZH... | 50.8 KiB | 37.7 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 | |
|---|---|
Statue of Liberty section.hero > div.first > div.l-header-region > img | www.nysenate.gov/themes/custom/nysenate_theme/src/assets/default_image.jpeg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| nysenate.gov/ | 227 ms |
| www.nysenate.gov/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.nysenate.gov/ | 1.1 s |
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
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEWS & ISSUES div.c-nav > nav > ul.c-nav--list > li.leaf |
SENATORS & COMMITTEES div.c-nav > nav > ul.c-nav--list > li.leaf |
BILLS & LAWS div.c-nav > nav > ul.c-nav--list > li.leaf |
EVENTS div.c-nav > nav > ul.c-nav--list > li.leaf |
ABOUT THE SENATE div.c-nav > nav > ul.c-nav--list > li.leaf |
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 |
|---|
GO TO EVENTS div.view > div.view-header > div > a.upcoming-events-link |
These are opportunities to improve the legibility of your content.
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 |
|---|
NEWS & ISSUES
SENATORS & COMMITTEES
BILLS & LAWS
EVENTS
ABOUT THE SENATE div#main-site-menu > div.c-nav > nav > ul.c-nav--list |
ELECTRIFICATION, ENVIRONMENT, NYSERDA, FOREVER CHEMICALS, CONSUMER PROTECTION div.story-container > div.l-right > div.c-featured-story-issue-tag > ul |
CLCPA, PUBLIC SERVICE COMMISSION, UTILITIES, CONSUMER PROTECTION, HOME ENERGY A… div.story-container > div.l-right > div.c-featured-story-issue-tag > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.