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.
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.
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 |
|---|---|---|
| cmp.osano.com/Azq9EuTkZzvnp3V1p/65bbb0d1-5f72-441e-8361-0d7dcc501417/osano.js | 51.0 KiB | 389 ms |
| /64ad6f1aef87635bd23449f1/css/lattice-main.shared.59024a4... | 69.8 KiB | 371 ms |
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 | |
|---|---|---|---|
Photo of Shveta Malhan a#w-tabs-0-data-w-tab-1 > div.testimo-card > div.testimo-card-visual > img.testimo-card-image | /64ad6f1aef87635bd23449f1/6842bab3cf0318a692183a84_testim... | 38.1 KiB | 32.0 KiB |
Photo of Heather Dunn a#w-tabs-0-data-w-tab-2 > div.testimo-card > div.testimo-card-visual > img.testimo-card-image | /64ad6f1aef87635bd23449f1/6842bace4c4adfec3884214e_testim... | 29.7 KiB | 25.0 KiB |
Photo of Christina Donnelly a#w-tabs-0-data-w-tab-0 > div.testimo-card > div.testimo-card-visual > img.testimo-card-image | /64ad6f1aef87635bd23449f1/6842bae345ec90209c96ceba_testim... | 21.5 KiB | 18.1 KiB |
Photo of Kevin McCarthy a#w-tabs-0-data-w-tab-3 > div.testimo-card > div.testimo-card-visual > img.testimo-card-image | /64ad6f1aef87635bd23449f1/6842ba9abae97f4cdc418e35_testim... | 17.3 KiB | 14.5 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 |
|---|---|
| www.lattice.com/ | 215 ms |
| lattice.com/ | 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 |
|---|---|---|
| /64ad6f1aef87635bd23449f1/css/lattice-main.shared.59024a4... | 69.2 KiB | 61.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 |
|---|---|---|
| js.qualified.com/qualified.js?token=t4GpQ442fyXVPw62 | 366.0 KiB | 266.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56FJSTN&l=dataLayer | 160.5 KiB | 107.7 KiB |
| t.contentsquare.net/uxa/9f201236d99bd.js | 122.9 KiB | 68.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56FJSTN | 160.5 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-PCQ6E0LBY1&cx=c>m=4e6411 | 172.9 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-877695883&cx=c>m=4e6411 | 142.9 KiB | 59.6 KiB |
| code-components.website-files.com/69c69b51005a8b41efbfb17f%2Fmodule%2F108.js | 59.4 KiB | 59.3 KiB |
| cdn.intellimize.co/snippet/117571950.js | 86.1 KiB | 49.9 KiB |
| /64ad6f1aef87635bd23449f1/js/lattice-main.achunk.8208d3e5... | 75.3 KiB | 48.1 KiB |
| /64ad6f1aef87635bd23449f1/js/lattice-main.achunk.116e3736... | 62.8 KiB | 40.8 KiB |
| code-components.website-files.com/69c69b51005a8b41efbfb17f%2Fmodule%2F108.js | 59.4 KiB | 32.6 KiB |
| cdn.heapanalytics.com/js/heap-2259279216.js | 39.5 KiB | 20.2 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.
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 | 2.2 s |
| Other | 1.1 s |
| Style & Layout | 710 ms |
| Script Parsing & Compilation | 283 ms |
| Rendering | 135 ms |
| Garbage Collection | 58 ms |
| Parse HTML & CSS | 51 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 |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66bf45fa20a73fa04d2ec0f5_logo-d... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66b4f5fdf6b677ab6000ed0b_logo-g... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66b454aecc2d882046814fbc_logo-D... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66b45739cbd8dfbde1ab4fcf_logo-R... |
Logo of Lattice div.nav > div.container > a.nav-logo > img.nav-logo-image | /64ad6f1aef87635bd23449f1/66ed6200f5f22a3486307da2_logo-c... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66bf38c843768e83696ff35e_logo-b... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/66b455e5e1d0aa301eaab17b_logo-L... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/67dd37a9f88f95cc9eef6a20_logo-g... |
div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo div.w-dyn-item > div.logobar > div.logobar-item > img.logobar-logo | /64d227d0bd6695f39ef77395/6798d00518d21d258420ffcd_logo-n... |
California Consumer Privacy Act (CCPA) Opt-Out Icon div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item > img.footer-minibadge |
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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body > q-focus-sentinel > div |
After AI assistant body > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
These are opportunities to improve the usage of ARIA in your application which 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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Integrated performance and engagement tools that drive productivity and retenti… div.w-layout-grid > a#suite-talent > div.suite-card > p |
Save time, drive employee performance, and unlock manager insights with Lattice… div.w-layout-grid > a#suite-ai > div.suite-card > p |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
▶
Learn more
1
MIN div.w-layout-grid > div#w-node-_44d1a503-e9d2-5104-3813-775e24dd75cb-fe983013 > div.player-wrapper > button.player-overlay |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore Our Platform nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Habits nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Analytics nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Product Roadmap nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Interactive Tours nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Request a Demo nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Performance nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Engagement nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Goals & OKRs nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Grow nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Compensation nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
AI Overview nav.footer-grid > div#w-node-_3d83cb27-27e4-46ae-8281-408a15d5b40a-15d5b407 > div.footer-block > a.footer-item |
Agencies nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Banks nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Credit Unions nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Fintech nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Insurance nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Life Sciences nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Manufacturing nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Professional Services nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Retail & Ecommerce nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Sports nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Technology nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Small Businesses nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Midsize Businesses nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Enterprise nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Chief Executive Officers nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
HR Leaders nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
People Managers nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Individual Contributors nav.footer-grid > div#w-node-e44fc161-34c3-4c67-ef16-9aba552707ef-15d5b407 > div.footer-block > a.footer-item |
Why Lattice nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Customer Stories nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
How Lattice Compares nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Integrations nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
ROI Estimator nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Lattice Library nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Articles nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Ebooks nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Templates nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Events & Webinars nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Lattiverse nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
State of People Strategy nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Help Center nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Lattice University nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
Contact Support nav.footer-grid > div#w-node-f560447d-2bb3-d934-c186-7ed59f8f610a-15d5b407 > div.footer-block > a.footer-item |
About Lattice nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Pricing nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Newsroom nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
CPO Council nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Community nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Partner Ecosystem nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Log in nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Privacy Policy nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Privacy Request nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Cookie Preferences nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > button.footer-item |
Do Not Sell My Personal Information nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Lattice Status nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
Security Trust Center nav.footer-grid > div#w-node-a9e24b23-8fc3-ee8c-ca2d-f360db369ad6-15d5b407 > div.footer-block > a.footer-item |
These items highlight common accessibility best practices.
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 |
|---|---|
| AttributionReporting |
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.