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.
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.
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.
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 | |
|---|---|---|---|
body > section.intro > div.backstretch > img body > section.intro > div.backstretch > img | www.compliancewire.com/CustomerData/Branding2/FullImages/loginlarge_110.jpg | 465.8 KiB | 408.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| /CW3/Assets/js/tablesorter/jquery.tablesorter.js;waa29f08... | 28.3 KiB | 16.1 KiB |
| www.compliancewire.com/CW3/Assets/js/bootstrap.js;wa5407efa1fea932eb | 27.0 KiB | 10.9 KiB |
| www.compliancewire.com/CW3/Assets/js/bootstrap-datepicker.js;wa25de5b5ea7ce5d3f | 17.5 KiB | 8.1 KiB |
| www.compliancewire.com/CW3/Assets/js/bootstrapValidator.js;wa9c6c6ddecacf1265 | 11.6 KiB | 6.6 KiB |
| www.compliancewire.com/CW3/Assets/js/Core.js;waf9d14b38377691f4 | 16.7 KiB | 5.6 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 |
|---|---|---|
| www.compliancewire.com/CW3/assets/css/core.css;wa619b71ae3c167f24 | 31.8 KiB | 31.2 KiB |
| www.compliancewire.com/CW3/assets/css/bootstrap.css;wa81747ca36a3c49a4 | 30.0 KiB | 27.7 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.compliancewire.com/JS/jquery.pack.js;wa8f8dea5ae84ab65e | 41.7 KiB | 32.4 KiB |
| www.compliancewire.com/CW3/Assets/js/jquery-1.10.2.js;wa61b045176d16f9a0 | 41.5 KiB | 28.5 KiB |
| www.compliancewire.com/CW3/Assets/js/jquery-1.10.2.js | 41.5 KiB | 28.0 KiB |
| /CW3/Assets/js/tablesorter/jquery.tablesorter.js;waa29f08... | 28.3 KiB | 23.7 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 |
|---|---|
| Only pages loaded via a GET request are eligible for back/forward cache. | Not actionable |
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.compliancewire.com/CW3/assets/css/core.css;wa619b71ae3c167f24 | 32.3 KiB | 9.1 KiB |
| www.compliancewire.com/CW3/assets/css/bootstrap.css;wa81747ca36a3c49a4 | 30.5 KiB | 5.5 KiB |
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 | |
|---|---|
UL div.col-lg-12 > div.row > div.copyright > img.resize80 | /CW3/assets/img/UL_Enterprise_wht_55x55.png;wa8ec94421c30... |
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.
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 |
|---|
Do you accept the Terms of Use? div.row > div.col-lg-12 > span.has-feedback > a.small |
Forgot your password? div.row > div.form-group > div.col-md-6 > a.small |
Forgot your User ID? div.row > div.form-group > div.col-md-6 > a.small |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > section.intro > div.backstretch > img body > section.intro > div.backstretch > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe#cw body > iframe#cw |
body > iframe#cw body > iframe#cw |
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.
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.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
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.ul.com/services/digital-applications/compliance-lms-for-life-sciences | Learn 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 |
|---|
body > section.intro > div.backstretch > img body > section.intro > div.backstretch > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.