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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /0N3XMOl0/captcha/PX0N3XMOl0/captcha.js?a=c&u=ac2576c0-3e... | 600.0 s | 266.8 KiB |
| crcldu.com/bd/auditor.js?v=1776898200000 | 120.0 s | 134.3 KiB |
| client.px-cloud.net/PX0N3XMOl0/main.min.js | 600.0 s | 111.8 KiB |
| cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_5472150738 | 300.0 s | 49.3 KiB |
| www.urbanoutfitters.com/static/uologo.png | 3600.0 s | 2.5 KiB |
| cdn.attn.tv/growth-tag-assets/client-configs/3EO.js | 120.0 s | 2.0 KiB |
| cdn.attn.tv/urbanoutfitters/dtag.js | 120.0 s | 1.9 KiB |
| static.urbanoutfitters.com/static/v3/assets/us-DMB68NKF.js | 3600.0 s | 533 B |
| static.urbanoutfitters.com/static/v3/assets/fr-Bs0PlRkf.js | 3600.0 s | 529 B |
| static.urbanoutfitters.com/static/v3/assets/us-K8hZK4rW.png | 3600.0 s | 281 B |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
Performance issues directly impact user engagement and conversion rates.
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.
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
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| static.urbanoutfitters.com/static/v3/assets/app-libraries-zP-Xul63.js | 226.6 KiB | 72.8 KiB |
| static.urbanoutfitters.com/static/v3/assets/app-wuhGshlm.js | 149.5 KiB | 40.5 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 |
|---|---|---|
| static.urbanoutfitters.com/static/v3/assets/BaseLayout-blt_rsjG.js | 95.1 KiB | 42.0 KiB |
| www.urbanoutfitters.com/fr-fr/?ar=uo-us,uo-fr | 114.0 KiB | 20.3 KiB |
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 |
| Only pages with a status code of 2XX can be cached. | Not actionable |
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 | |
|---|---|
Logo body > div#px-captcha-wrapper > div.px-captcha-container > img.px-captcha-logo | www.urbanoutfitters.com/static/uologo.png |
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.
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 |
|---|
Reference ID ac2576c0-3e9d-11f1-8ce2-3b56869164bc body > div#px-captcha-wrapper > div.px-captcha-container > div.px-captcha-refid |
These are opportunities to improve the legibility of your content.
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
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. | /0N3XMOl0/captcha/PX0N3XMOl0/captcha.js?a=c&u=ac2576c0-3e... line 1, col 206600 |
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 |
|---|---|
static.urbanoutfitters.com/static/v3/assets/app-libraries-zP-Xul63.js line 44, col 13994 | (Blocked by PX) Could not load cart count [object Object] |
static.urbanoutfitters.com/static/v3/assets/app-wuhGshlm.js line 1, col 75656 | (Blocked by PX) Failed to fetch translations (SiteSwitchBanner) [object Object] |
static.urbanoutfitters.com/static/v3/assets/app-wuhGshlm.js line 1, col 75656 | (Blocked by PX) Failed to load contentful Category config [object Object] |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 (Forbidden) |
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.
Crawling and Indexing
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.