Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
HSTS header is missing
No Content-Security-Policy header found
Page weighs 24.6 MB (11.3 MB transferred)
is missing width/height — may cause layout shift
[](https://beavercheck.com/results/d0d15506-aa52-49e3-b9c3-ddaa93a706f7)<a href="https://beavercheck.com/results/d0d15506-aa52-49e3-b9c3-ddaa93a706f7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.lattice.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.lattice.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
10.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.096
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.11 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.36 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cmp.osano.com/Azq9EuTkZzvnp3V1p/65bbb0d1-5f72-441e-8361-0d7dcc501417/osano.js | 51.0 KiB | 1.6 s |
| /64ad6f1aef87635bd23449f1/css/lattice-main.shared.59024a4... | 69.8 KiB | 1.8 s |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.lattice.com/ | 764 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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /64ad6f1aef87635bd23449f1/css/lattice-main.shared.59024a4... | 69.3 KiB | 60.1 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.qualified.com/qualified.js?token=t4GpQ442fyXVPw62 | 326.9 KiB | 238.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56FJSTN&l=dataLayer | 160.5 KiB | 107.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56FJSTN | 160.5 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-PCQ6E0LBY1&cx=c>m=4e6411h1 | 172.9 KiB | 64.3 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-877695883&cx=c>m=4e6411h1 | 142.9 KiB | 59.3 KiB |
| t.contentsquare.net/uxa/9f201236d99bd.js | 122.9 KiB | 54.5 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.6 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.
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
| Category | Time Spent |
|---|---|
| Script Evaluation | 10.0 s |
| Other | 4.7 s |
| Style & Layout | 2.8 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 982 ms |
| Garbage Collection | 239 ms |
| Parse HTML & CSS | 182 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
| 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| 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/66b455e5e1d0aa301eaab17b_logo-L... |
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.
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Take a tour div.w-layout-grid > a#suite-talent > div.suite-card-tongue > div |
These are opportunities to improve the legibility of your content.
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.
| 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.
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.
| 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 |
AI Agent
NEW 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 |
Careers
HIRING 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 |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
462 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.036
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.19 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.30 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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.
| 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
| 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.
| 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.
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.
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.
| 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.
| 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.
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
| 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
| 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| 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.
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| 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.
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.
| 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.
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.
| 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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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.
Send Feedback