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.
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 |
|---|---|---|
| cdn.cookielaw.org/consent/224b28b6-c7e2-45ef-9c82-fe34c2648b5a/OtAutoBlock.js | 3.6 KiB | 263 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 57 ms |
| ui.com/microsite/static/index-CTMOeyRi.css | 1.2 KiB |
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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 86400.0 s | 124.4 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| cdn.cookielaw.org/consent/224b28b6-c7e2-45ef-9c82-fe34c2648b5a/OtAutoBlock.js | 86400.0 s | 3.6 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.5 KiB |
| /logos/96f1ca68-577c-4f78-ac3b-e26f1dd45343/d440dd9b-b108... | 86400.0 s | 1.8 KiB |
| cdn.cookielaw.org/logos/static/ot_close.svg | 86400.0 s | 603 B |
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.
| URL | Est Savings |
|---|---|
| ui.com/microsite/fonts/ui-sans-v9-regular.woff2 | 20 ms |
| ui.com/microsite/fonts/ui-sans-v9-bold.woff2 | 20 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 | |
|---|---|---|---|
div > div.sc-bA-dzt > div.sc-fYOBTI > video.sc-TXPng div > div.sc-bA-dzt > div.sc-fYOBTI > video.sc-TXPng | /?u=https%3A%2F%2Fui.com%2Fmicrosite%2Fstatic%2Frack-D_Hb... | 78.7 KiB | 63.5 KiB |
div > div.sc-hrcaxM > div#case-study > video.sc-jTwwaW div > div.sc-hrcaxM > div#case-study > video.sc-jTwwaW | /?u=https%3A%2F%2Fui.com%2Fmicrosite%2Fstatic%2Ffedex-for... | 43.7 KiB | 18.9 KiB |
div.sc-jOvPOn > div.sc-jLDVmF > div.sc-eDdMdy > video.sc-ibZdtP div.sc-jOvPOn > div.sc-jLDVmF > div.sc-eDdMdy > video.sc-ibZdtP | /?u=https%3A%2F%2Fui.com%2Fmicrosite%2Fstatic%2Fnetwork-i... | 12.8 KiB | 11.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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
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/202511.1.0/otBannerSdk.js | 124.3 KiB | 62.7 KiB |
| ui.com/microsite/static/index-DqW6nd9k.js | 173.0 KiB | 53.3 KiB |
| ui.com/microsite/static/lottielab-BT3Nv4Q8.js | 52.4 KiB | 28.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 999 ms |
| Other | 688 ms |
| Style & Layout | 239 ms |
| Rendering | 86 ms |
| Garbage Collection | 29 ms |
| Script Parsing & Compilation | 15 ms |
| Parse HTML & CSS | 11 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| [data-legacy-font] { --desktop-font-size-xsmall: 10px; --desktop-font-size-small: 12px; … } … | 27.5 KiB | 2.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 |
|---|---|---|
| 21.4 KiB | 15.4 KiB | |
| .eHvxiX{background-color:currentcolor; … } … | 10.1 KiB | 10.1 KiB |
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 | |
|---|---|
tablet bezel div.sc-fYOBTI > div.sc-jLDVmF > div.sc-gpAyxW > img.sc-fBFNlU | /?u=https%3A%2F%2Fui.com%2Fmicrosite%2Fstatic%2Ftablet-be... |
iphone div.sc-jOvPOn > div.sc-jLDVmF > div.sc-jaBeCl > img.sc-dOxXan | /?u=https%3A%2F%2Fui.com%2Fmicrosite%2Fstatic%2Fiphone-be... |
FedEx div.sc-cxNIPq > div.sc-cCCEXc > div.sc-eQxoQn > img.sc-iyHQfx | ui.com/microsite/static/fedex-GDA-ayUo.svg |
Johnson University div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Johnson-Univ-Logo-BirCZeRm.svg |
Spinoso Real Estate Group div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Spinoso-Group-Logo-C7uCKA7h.svg |
Company Logo div > div.ot-pc-header > div.ot-pc-logo > img | /logos/96f1ca68-577c-4f78-ac3b-e26f1dd45343/d440dd9b-b108... |
FedExForum div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/FedExForum-BC_ZezPR.svg |
Hawai'i Preparatory Academy div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/hawaii-academy-BrlQlb9R.svg |
Microsoft div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/microsoft-logo-D_eXjdET.svg |
IntelyCare div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/IntelyCare-Logo-BzSJMlzi.svg |
MAERSK div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/maersk-logo-DikQNtBG.svg |
LexisNexis div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/lexis-logo-dqp-wXox.svg |
Venture Global LNG div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Venture-Global-LNG-BW9x_aqP.svg |
Memphis Grizzlies div.sc-cxNIPq > div.sc-cCCEXc > div.sc-eQxoQn > img.sc-iyHQfx | ui.com/microsite/static/grizzlies-BIkQhbeo.svg |
CorePower Yoga div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Core-Yoga-Logo-D-xZXCeR.svg |
CloudKitchens div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/cloudkitchens-logo-_dU_pxXi.svg |
Fluidtruck div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/FluidTruck-Logo-DQXfzeCu.svg |
DrakeSoftware div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/drakesw-logo-DXfc772V.svg |
Crumbl Cookies div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Crumble-cookies-logo-9b89DNZh.svg |
Banff Sunshine div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Banff-logo-DTYUetgb.svg |
Hogsalt Hospitality div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Hogsalt-DtOnLWRH.svg |
Hilton Grand Vacations div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/hilton-logo-Dql4TjSN.svg |
SandboxVR div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/sandboxvr-logo-B0loxAzO.svg |
ONSD div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Nation-Safe-Drivers-Logo-CXTRXpdh.svg |
Bergdorf Goodman div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/BG-Logo-E9VIRY1-.svg |
NASA / Ames Research Center div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/nasa-logo-BfD-Gs9E.svg |
Order.co div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/orderco-logo-DrEdB97q.svg |
Zoho Corp div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Zoho-Logo-CukLc8vq.svg |
Micro Center div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/micro-center-logo-BIrJg5qf.svg |
Planet div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Planet-logo-OAY_jskC.svg |
EVO div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/EVO-logo-Cob9uyHw.svg |
Kunes div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/kunes-logo-DnV6Y_8U.svg |
Lake Louise Ski Resort div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Lake-Louise-Logo-BSPVWk6l.svg |
Major League Baseball div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/baseball-logo-D0HXFv-w.svg |
Humane div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Humane-Logo-CNVD7qAW.svg |
National Basketball Association div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/NBA-logo-KitwWeU1.svg |
Dole div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/dole-logo-xa7b3azt.svg |
University of Virginia div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/university-of-virginia-logo-BVP4d8a3.svg |
Ursa Major Technologies div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Ursa-Major-Logo-S2CsOezg.svg |
pax8 div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Pax8-Logo-CDrBQ_RJ.svg |
Hardin Jefferson Independent School District div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Hardin-Jefferson-logo-qztjFWCI.svg |
Hampton Farms div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/hampton-logo-CeAkgHyB.svg |
Montgomery Bell Academy div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Montgomery-Academy-L_pkILbf.svg |
Columbia University div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/columbia-univeristy-logo-TJ5mdZBz.svg |
Winter Park Resort div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/WinterPark-Logo-BXWbA0TC.svg |
TopGolf div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/TopGolf-logo-BGK0sVz_.svg |
AUSTIN COLLEGE div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Autin-Logo-CgcvTsqe.svg |
Chick-Fil-A div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/chickfila-logo-gCs5DZJz.svg |
KOA (campgrounds) div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/KOA-logo-Cd-PkpvM.svg |
Bay College div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/bay-college-CR8TyW7o.svg |
Rutgers University div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Rutgers-logo-BdbS-lNU.svg |
Apple div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/apple-logo-DqS0RwK7.svg |
Mount St. Mary's University div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/Mount-Univ-Logo-OLl_O2-m.svg |
US Soccer div.sc-zHbke > div.sc-czNwPa > div.sc-icosvZ > img.sc-cKhhrs | ui.com/microsite/static/US-Soccer-Logo-DIeqirKK.svg |
Youtube div.sc-btldaI > div.sc-bwcXCq > a.sc-ekA-dNx > img | ui.com/microsite/static/youtube-D2yBN67Q.svg |
Instagram div.sc-btldaI > div.sc-bwcXCq > a.sc-ekA-dNx > img | ui.com/microsite/static/instagram-CPI8zy2F.svg |
X div.sc-btldaI > div.sc-bwcXCq > a.sc-ekA-dNx > img | ui.com/microsite/static/x-BKHLq6KV.svg |
Facebook div.sc-btldaI > div.sc-bwcXCq > a.sc-ekA-dNx > img | ui.com/microsite/static/facebook-B7be6w__.svg |
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
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
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 |
|---|
Store div.sc-ojjAE > div.sc-fGgTrs > div.sc-bYwwMP > a.sc-kLojuI |
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
Accept All Cookies div#onetrust-button-group-parent > div#onetrust-button-group > div.onetrust-banner-options > button#onetrust-accept-btn-handler |
More Information div > div#ot-pc-content > div#ot-pc-desc > a.privacy-notice-link |
Allow All div#onetrust-pc-sdk > div > div#ot-pc-content > button#accept-recommended-btn-handler |
Confirm My Choices div > div.ot-pc-footer > div.ot-btn-container > button.save-preference-btn-handler |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.sc-iuhUfm > div.sc-ojjAE > div.sc-eCblmX > a.sc-irpZDE nav.sc-iuhUfm > div.sc-ojjAE > div.sc-eCblmX > a.sc-irpZDE |
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
General
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 |
|---|---|
Failed to load resource: the server responded with a status of 401 () |
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.ui.com/legal/privacypolicy/#c5 | More Information |
Format your HTML in a way that enables crawlers to better understand your app’s content.