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.
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.
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 |
|---|---|---|
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 22.9 KiB | 1.5 s |
| assets.ot.digital/min/m/v1/css/opentext.min.css | 69.9 KiB | 1.5 s |
| www.opentext.com/assets/css/inter.css | 1.8 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 |
|---|---|
| opentext.com/ | 1.1 s |
| www.opentext.com/ | 0.0 ms |
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.
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.
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 | 65.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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM | 149.7 KiB | 59.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-8LWPJ50ZXY&cx=c>m=4e64h1 | 179.6 KiB | 56.9 KiB |
| assets.ot.digital/min/m/v1/js/opentext.min.js | 89.1 KiB | 55.9 KiB |
| chromewebdata/ | 55.4 KiB | 39.3 KiB |
| app.gatedcontent.com/scripts/25583474/app.js | 64.2 KiB | 26.6 KiB |
| s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 | 56.7 KiB | 23.5 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 |
|---|---|---|---|
| www.opentext.com/ | 657 ms | 37 ms | 4.9 ms |
| Unattributable | 510 ms | 9.2 ms | 0.0 ms |
| assets.ot.digital/min/m/v1/js/opentext.min.js | 416 ms | 226 ms | 26 ms |
| www.googletagmanager.com/gtag/js?id=G-8LWPJ50ZXY&cx=c>m=4e64h1 | 372 ms | 330 ms | 39 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM | 351 ms | 297 ms | 38 ms |
| app.gatedcontent.com/scripts/25583474/app.js | 314 ms | 155 ms | 19 ms |
| s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 | 194 ms | 126 ms | 14 ms |
| j.6sc.co/6si.min.js | 117 ms | 98 ms | 4.9 ms |
| secure.marketinghub.opentext.com/es/1955/c/0/u/optimostSetup.js | 65 ms | 45 ms | 5.9 ms |
| chromewebdata/ | 58 ms | 18 ms | 21 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 | 1.6 s |
| Other | 788 ms |
| Style & Layout | 387 ms |
| Parse HTML & CSS | 227 ms |
| Script Parsing & Compilation | 198 ms |
| Rendering | 141 ms |
| Garbage Collection | 45 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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Pacific Life Logo div.marquee > ul.otscroller > li > img | /media/image/opentext-homepage-logo-ticker-pacific-life-3... | 56 x 28 | 68 x 34 | 84 x 42 |
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 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
s.go-mpulse.net/boomerang/ZHN4T-KPGPJ-F8GJF-7KJFE-XJT75 line 9, col 185207 | A custom event defined in Formulayt for the event form:formLoaded could not be fired because: "gtag is not defined". If you are an account administrator, please correct this. |
Access to XMLHttpRequest at 'https://secure.adnxs.com/getuidj' from origin 'https://www.opentext.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM line 243, col 503 | Uncaught [object Object] |
www.googletagmanager.com/gtm.js?id=GTM-TBD3JCM line 243, col 503 | Uncaught [object Object] |
Uncaught TypeError: Cannot read properties of null (reading 'dataset') |
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 |
| www.opentext.com/about/leadership/profiles/ayman-antoun | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.