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 |
|---|---|---|
| assets.ot.digital/fonts/Inter-roman.var.woff2?v=3.19 | 10800.0 s | 222.4 KiB |
| app.gatedcontent.com/scripts/25583474/app.js | 1800.0 s | 65.0 KiB |
| cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 86400.0 s | 124.1 KiB |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 3600.0 s | 22.9 KiB |
| app.gatedcontent.com/styles/25583474/app.css | 86400.0 s | 15.2 KiB |
| s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 | 604800.0 s | 56.8 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| www.opentext.com/assets/scripts/customScripts.js | 604800.0 s | 3.7 KiB |
| www.opentext.com/assets/css/inter.css | 604800.0 s | 1.9 KiB |
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.
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 |
|---|---|---|
| assets.ot.digital/min/m/v1/js/opentext.min.js | 89.5 KiB | 397 ms |
| assets.ot.digital/min/m/v1/css/opentext.min.css | 69.9 KiB | 374 ms |
| assets.ot.digital/min/m/v1/js/language-alert.min.js | 4.3 KiB | 196 ms |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 22.9 KiB | 252 ms |
| assets.ot.digital/min/m/v1/js/gtm-alert.min.js | 1.3 KiB | 196 ms |
| www.opentext.com/assets/scripts/customScripts.js | 3.7 KiB | |
| www.opentext.com/assets/css/inter.css | 1.9 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 |
|---|---|
| microfocus.com/ | 782 ms |
| www.microfocus.com/ | 303 ms |
| www.microfocus.com/en-us/home | 40 ms |
| www.opentext.com/about/brands/microfocus | 0.0 ms |
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 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 |
|---|---|---|
| assets.ot.digital/min/m/v1/css/opentext.min.css | 69.6 KiB | 66.1 KiB |
| app.gatedcontent.com/styles/25583474/app.css | 14.8 KiB | 14.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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 124.0 KiB | 75.2 KiB |
| assets.ot.digital/min/m/v1/js/opentext.min.js | 89.3 KiB | 59.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM | 149.4 KiB | 58.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-8LWPJ50ZXY&cx=c>m=4e64k1 | 179.4 KiB | 52.6 KiB |
| chromewebdata/ | 55.4 KiB | 39.3 KiB |
| app.gatedcontent.com/scripts/25583474/app.js | 64.2 KiB | 26.4 KiB |
| s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 | 56.6 KiB | 25.5 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 KiB |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 22.6 KiB | 2.8 KiB |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
OpenText Analytics Cloud div.row > div.col-md-10 > p > a |
OpenText DevOps Cloud div.row > div.col-md-10 > p > a |
OpenText Cybersecurity Cloud div.row > div.col-md-10 > p > a |
OpenText Observability and Service Management Cloud div.row > div.col-md-10 > p > a |
Portfolio div.row > div.col-md-10 > p > a |
Products A-Z listing div.row > div.col-md-10 > p > a |
Product Name Changes. div.row > div.col-md-10 > p > a |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 line 9, col 11504 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | assets.ot.digital/min/m/v1/js/opentext.min.js line 24, col 119620 |
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.opentext.com/solutions/enterprise-applications/sap | Learn more |
| www.opentext.com/solutions/enterprise-applications/microsoft | Learn more |
| www.opentext.com/solutions/enterprise-applications/salesforce | Learn more |
| www.opentext.com/partners/opentext-on-amazon-web-services | Learn more |
| www.opentext.com/partners/opentext-on-google-cloud | Learn more |
| www.opentext.com/partners/opentext-on-microsoft-azure | Learn more |
| www.opentext.com/partners/sap | Learn more |
| www.opentext.com/partners/microsoft | Learn more |
| www.opentext.com/partners/salesforce | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.