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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.solarwinds.com/_platform/_next/static/css/a994b5abfff5ac8b.css | 1.8 KiB | |
| www.solarwinds.com/_platform/_next/static/css/7b74b29ee662b6ce.css | 1.0 KiB | |
| static.solarwinds.com/font-icons.css | 3.1 KiB | 216 ms |
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 | |
|---|---|---|---|
Screenshot of SolarWinds Observability SaaS div.variant-5cef832e99714c2587fafb81b43166d0 > div.builder-blocks > section.builder-5e8ffb11e27245fb9426cd6bbe299166 > img.builder-30c99a646082468d90605280db74f41a | /solarwinds/cc5d7067-cff1-467a-886a-b3e701091dba/Screensh... | 252.3 KiB | 170.4 KiB |
2026 World Tour Promo banner section.builder-041c0f3c70da4fec8b8fade55e6ab560 > div.builder-2adcedcd7a6b43bf852635e00c13c228 > div.builder-f574a42d5f714815995fc03ee8d836e2 > img.builder-f548a1c3c94e4f54af33e8704ffac5ac | /solarwinds/9b14be8f-a193-47b5-91d6-b42c00f208b1/2026_Wor... | 122.1 KiB | 92.1 KiB |
right image section.builder-48bd5637ea4a4de582dc94deb3584d47 > div.builder-36899466d73c47df893525ad81f16101 > div.builder-1a349f56e1dc4bbeba9b5fe5bafe3e3f > img.builder-d71a71c9044648119723f67c747a7681 | /solarwinds/e4bff5f4-142c-445e-a633-b3d100bfb740/right_im... | 45.4 KiB | 32.5 KiB |
left white div.builder-blocks > section.builder-48bd5637ea4a4de582dc94deb3584d47 > div.builder-36899466d73c47df893525ad81f16101 > img.builder-5a3c486cc7d84d02901fff5834ef1d06 | /solarwinds/c2793f85-053b-4508-9623-b35d00ce9a88/left_whi... | 34.8 KiB | 21.9 KiB |
CVS Health logo section.builder-23fd21cbbb5146eca6ea23014dd592ce > div.builder-9d0744946d2c420cb8d114ce60c9ed44 > div.builder-0be09aa9e88245469da86303cfde865f > img.builder-05840d56a3de498cabd67083289bf331 | /solarwinds/16edce81-df95-4135-8966-b39900e217ed/cvs-heal... | 10.3 KiB | 5.7 KiB |
Silverback Systems logo div > div.builder-blocks > div.builder-5c4c38d437a44a71a60bab06c784f91e > img.builder-be2cc92588ba42a0a2f451d120895436 | /solarwinds/d59eebac-5d7f-4e49-8f05-b39900f4f06e/Silverba... | 12.6 KiB | 4.6 KiB |
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 |
|---|---|
| solarwinds.com/ | 271 ms |
| www.solarwinds.com/ | 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.solarwinds.com/ | 1.1 s |
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.
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
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.
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.
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 | 5.5 s |
| Parse HTML & CSS | 2.2 s |
| Other | 1.1 s |
| Style & Layout | 672 ms |
| Script Parsing & Compilation | 395 ms |
| Garbage Collection | 243 ms |
| Rendering | 146 ms |
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 with WebSocket cannot enter back/forward cache. | Pending browser support |
| 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 |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 |
|---|---|---|
| 23.6 KiB | 20.7 KiB | |
| tag.hushly.com/exp/widget-45b70a5acbd4f709ae59d6af409932aa.css | 11.6 KiB | 11.6 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.initialize-analytics-dynamically > q-focus-sentinel > div |
After AI assistant body.initialize-analytics-dynamically > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
Try SolarWinds
Free Product Trials
All Tools
Interactive Demos
Preference Center div.swdc-container > div.flex > div.grid > ul.text-headline |
Security
Trust Center
GDPR Resource Center
Secure by Design
Security Information div.swdc-container > div.flex > div.grid > ul.text-headline |
For Customers
Customer Portal
Support
Documentation
THWACK Community div.swdc-container > div.flex > div.grid > ul.text-headline |
About SolarWinds
Company
Careers
For Government
For Investors div.swdc-container > div.flex > div.grid > ul.text-headline |
Resources
SolarWinds Blog
Resource Center
Knowledge Hub
Gartner® Magic Quadrant… div.swdc-container > div.flex > div.grid > ul.text-headline |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
2026 World Tour Promo banner section.builder-041c0f3c70da4fec8b8fade55e6ab560 > div.builder-2adcedcd7a6b43bf852635e00c13c228 > div.builder-f574a42d5f714815995fc03ee8d836e2 > img.builder-f548a1c3c94e4f54af33e8704ffac5ac | /solarwinds/9b14be8f-a193-47b5-91d6-b42c00f208b1/2026_Wor... | 558 x 331 (1.69) | 1024 x 640 (1.60) |
card shadow section.builder-041c0f3c70da4fec8b8fade55e6ab560 > div.builder-2adcedcd7a6b43bf852635e00c13c228 > div.builder-f574a42d5f714815995fc03ee8d836e2 > img.builder-5e3c208c3fa04b2bb406bd9a2108fdde | /solarwinds/2ed50367-189c-445c-bcd3-b35401498ccc/Card_Sha... | 558 x 331 (1.69) | 589 x 331 (1.78) |
Corevist logo div.builder-blocks > div.builder-da883ad4366147bb9e53c170d4a5f2bf > div.builder-f433b290283a4ebd93242b6b2bdcd876 > img.builder-db8726f9302b4e9984fd80c8c04a9286 | /solarwinds/146f7372-8462-4d35-9101-b3990116aaf6/corevist... | 115 x 60 (1.92) | 132 x 60 (2.20) |
Pine Labs logo div.builder-blocks > div.builder-7a3657d16b564f5e8e416c7a89ba2115 > div.builder-d34a2d917d4f40c2b8dfd5e1a60a4a58 > img.builder-b13648d40f0a40b18e29c47d72385220 | /solarwinds/e4a2dd79-8a87-4b7d-a0d9-b399012ac386/Pine_Lab... | 115 x 60 (1.92) | 132 x 64 (2.06) |
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 |
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 |
|---|---|
| www.solarwinds.com/blog/agentic-ai-by-design-the-next-chapter-of-responsible-ai | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.