Lighthouse Mobile
· 0 checks — Mobile 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.2 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.4 KiB | 2.0 s |
| assets.ot.digital/min/m/v1/css/opentext.min.css | 69.9 KiB | 1.8 s |
| assets.ot.digital/min/m/v1/js/language-alert.min.js | 4.3 KiB | 893 ms |
| assets.ot.digital/min/m/v1/js/gtm-alert.min.js | 1.3 KiB | 732 ms |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 22.9 KiB | 1.3 s |
| 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/ | 1.3 s |
| www.microfocus.com/ | 852 ms |
| www.microfocus.com/en-us/home | 150 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
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 |
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 | 67.2 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.2 KiB | 59.4 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.5 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.4 KiB |
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 770 ms | 114 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-8LWPJ50ZXY&cx=c>m=4e64k1 | 722 ms | 635 ms | 75 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM | 620 ms | 496 ms | 73 ms |
| app.gatedcontent.com/scripts/25583474/app.js | 610 ms | 291 ms | 35 ms |
| assets.ot.digital/min/m/v1/js/opentext.min.js | 547 ms | 434 ms | 56 ms |
| www.opentext.com/about/brands/microfocus | 498 ms | 61 ms | 7.9 ms |
| s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 | 287 ms | 208 ms | 42 ms |
| cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 185 ms | 90 ms | 68 ms |
| j.6sc.co/6si.min.js | 170 ms | 136 ms | 9.4 ms |
| chromewebdata/ | 110 ms | 32 ms | 39 ms |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 105 ms | 70 ms | 14 ms |
| assets.ot.digital/min/m/v1/css/opentext.min.css | 74 ms | 0.0 ms | 0.0 ms |
| app.gatedcontent.com/assets/js/countries.js | 58 ms | 24 ms | 32 ms |
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 | 3.1 s |
| Other | 963 ms |
| Script Parsing & Compilation | 463 ms |
| Parse HTML & CSS | 454 ms |
| Style & Layout | 216 ms |
| Garbage Collection | 98 ms |
| Rendering | 35 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ot-sitenav-new__inner > nav.sitenav-right > div.sitenav-login-dropdown > button#sitenav-login-button div.ot-sitenav-new__inner > nav.sitenav-right > div.sitenav-login-dropdown > button#sitenav-login-button |
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.
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.