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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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 | |
|---|---|---|---|
Person swimming div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/whats-new-in-... | 116.1 KiB | 79.0 KiB |
Women working at home with dog div.ctx-container > div.ctx-slider-item > picture > img.active | /content/dam/citrix61/en_us/images/homepage/2024-gartner-... | 101.1 KiB | 64.1 KiB |
overview of city div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/devicetrust-s... | 78.5 KiB | 49.2 KiB |
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.
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 |
|---|---|
| citrix.com/ | 1.2 s |
| www.citrix.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 |
|---|---|---|
| /etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f7... | 205.6 KiB | 60.1 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 |
|---|---|---|
| /etc/designs/citrix-core/clientlibs/core.min.ACSHASHf0707... | 44.9 KiB | 42.5 KiB |
| /etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHf4c... | 13.1 KiB | 10.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 |
|---|---|---|
| /etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f7... | 205.6 KiB | 153.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-2429794-25&cx=c>m=4e64k0h2 | 115.2 KiB | 89.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-MHW3J3FT2N&cx=c>m=4e64h1 | 136.7 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/js?id=UA-2429794-25 | 116.5 KiB | 63.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5 | 164.8 KiB | 60.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-F0P2VJEJJW&cx=c>m=4e64k0h2 | 151.3 KiB | 60.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1053846422&cx=c>m=4e64h1 | 134.1 KiB | 58.6 KiB |
| s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY | 53.2 KiB | 36.0 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.1 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.7 KiB |
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.2 s |
| Other | 372 ms |
| Style & Layout | 268 ms |
| Script Parsing & Compilation | 192 ms |
| Rendering | 69 ms |
| Garbage Collection | 42 ms |
| Parse HTML & CSS | 39 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 the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| 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 |
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 | |
|---|---|
Citrix: Secure the Work. a.ctx-img-link > div.ctx-image-thumb > picture > img | /content/dam/citrix61/en_us/images/thumbnails/videos/hero... |
Person swimming div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/whats-new-in-... |
overview of city div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/devicetrust-s... |
Women working at home with dog div.ctx-container > div.ctx-slider-item > picture > img.active | /content/dam/citrix61/en_us/images/homepage/2024-gartner-... |
Person swimming div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/whats-new-in-... |
overview of city div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/devicetrust-s... |
Women working at home with dog div.ctx-container > div.ctx-slider-item > picture > img.image-filter | /content/dam/citrix61/en_us/images/homepage/2024-gartner-... |
Professionals in various work environments; technology, office, and industrial … div.ctx-image-inner > div > picture > img | |
Citrix home div.ctx-header--wrapper > div.ctx-header--logo > a > img | /content/dam/citrix61/en_us/images/logos/citrix-registere... |
Citrix home div.ctx-footer--main > div.ctx-footer--logo > a > img | /content/dam/citrix61/en_us/images/logos/citrix-registere... |
Citrix illustration of a person on a bicycle div.ctx-image-inner > div > picture > img | |
Onboarding and offboarding employees div.ctx-image-inner > div > picture > img | |
Citrix hybrid multi-cloud solutions div.ctx-image-inner > div > picture > img | |
Citrix Workspace app icon div.ctx-image-inner > div > picture > img | |
Icon representing government. div.ctx-image-inner > div > picture > img | |
Icon representing healthcare. div.ctx-image-inner > div > picture > img | |
app delivery across devices div.ctx-image-inner > div > picture > img | |
SaaS and web applications div.ctx-image-inner > div > picture > img | |
Icon representing finance. div.ctx-image-inner > div > picture > img | |
Citrix and Chrome logo div.ctx-image-inner > div > picture > img | |
People using devices div.ctx-image-inner > div > picture > img |
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.
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. | /etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd2... line 75, col 218 |
| 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/. | /etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACS... line 3132, col 10 |
| AttributionReporting |
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 |
|---|---|
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
The Content-Security-Policy directive 'plugin-types' has been removed from the specification. If you want to block plugins, consider specifying "object-src 'none'" instead. | |
/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACS... line 3156, col 46 | The Content-Security-Policy directive 'plugin-types' has been removed from the specification. If you want to block plugins, consider specifying "object-src 'none'" instead. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| community.citrix.com/tech-zone-home/ | Learn more |
| www.citrix.com/secure-the-work.html | Learn more |
| www.citrix.com/solutions/centralize-app-and-desktop-management.html | Read more |
| www.citrix.com/solutions/deliver-mission-critical-applications.html | Read more |
| www.citrix.com/solutions/protect-business-information.html | Read more |
| www.citrix.com/solutions/power-sustainable-it.html | Read more |
| www.citrix.com/solutions/manage-onboarding-and-offboarding.html | Read more |
| www.citrix.com/downloads/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
My account div.ctx-header > div.ctx-header--wrapper > div.ctx-menu-small > a.ico-ctx-user |
Open menu div.ctx-header > div.ctx-header--wrapper > div.ctx-menu-small > a.ico-ctx-menu |
Close menu div.ctx-header > div.ctx-header--wrapper > div.ctx-menu-small > a.ico-ctx-close |
Close Solutions menu ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
Close Platform menu ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
Close Resources menu ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
Close Support menu ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
Close Partners menu ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
Search div.ctx-header--resources > div.ctx-header--search > div.search-wrapper > a.ico-ctx-search |
Close Search box div.ctx-header--resources > div.ctx-header--search > div.search-wrapper > a.ico-ctx-close |
Close Contact us ul > li.has-menu > div.sub-menu > a.ctx-menu-back |
li.has-menu > div.sub-menu > div.panel-title > a.ico-ctx-close li.has-menu > div.sub-menu > div.panel-title > a.ico-ctx-close |
1:03 div.ctx-video-thumbnail > div.ctx-video-container > div.ctx-video-container-inner > a.ctx-img-link |
Scroll to top of page body.ctx-cupcake > div.scroll-btn-container > a#back-to-top |
To appear in search results, crawlers need access to your app.