Lighthouse Mobile
· 0 checks — Mobile 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 |
|---|---|---|
| prx.wayfair.com/px/client/main.min.js | 600.0 s | 129.3 KiB |
| cdn.quantummetric.com/qscripts/quantum-wayfair.js | 300.0 s | 115.2 KiB |
| js.datadome.co/tags.js | 3600.0 s | 39.4 KiB |
| cdn02.taggstar.com/js/2525215/taggstar.min.js | 7200.0 s | 19.9 KiB |
| /c859199/clk.js?t=sel&mo=1&uuid=c8a2e5c0-3de5-11f1-901c-f... | 1200.0 s | 9.5 KiB |
| cdn02.taggstar.com/customers/wayfaircom/modules-v3.min.js | 600.0 s | 4.4 KiB |
| cdn02.taggstar.com/libs/jquery_v3.7.1.min.js | 864000.0 s | 30.4 KiB |
| cdn02.taggstar.com/customers/wayfaircom/taggstar-v1.min.css | 600.0 s | 2.8 KiB |
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.
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.
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 | |
|---|---|---|---|
Greetings from the outdoor shop. Start your staycation. div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/38744969/resize-h725-w960^compr-r85/4186/418679015/gr... | 220.6 KiB | 156.7 KiB |
Seating for any outdoor space div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/16043143/resize-h725-w960^compr-r85/4186/418679017/se... | 183.3 KiB | 119.4 KiB |
Wayfair Rewards Members Only, unbeatable savings on kitchen staples, plus 5% in… div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/25643273/resize-h725-w960^compr-r85/3939/393937911/wa... | 98.6 KiB | 43.0 KiB |
Leaysia Linen Upholstered Storage Bench div._6o3atz14b > div._6o3atz1bf > div._6o3atz14b > img.b32ygh0 | /im/64982313/resize-h400-w400^compr-r85/2840/284027436/Le... | 44.2 KiB | 26.3 KiB |
Overstreet 23" Wide Boucle Upholstered Ottoman div._6o3atz14b > div._6o3atz1bf > div._6o3atz14b > img.b32ygh0 | /im/61967914/resize-h400-w400^compr-r85/3063/306337087/Ov... | 43.5 KiB | 25.5 KiB |
April 25–27 Way Day, the best deals in home are coming! Shop Early. div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/35656694/resize-h725-w960^compr-r85/4293/429300581/ap... | 35.3 KiB | 15.4 KiB |
Allivia 60.4'' 4 Door Wide Accent Sideboard div._6o3atz14b > div._6o3atz1bf > div._6o3atz14b > img.b32ygh0 | /im/82889047/resize-h400-w400^compr-r85/2848/284898922/Al... | 31.6 KiB | 5.6 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.
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.
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 |
|---|---|
| wayfair.com/ | 751 ms |
| www.wayfair.com/ | 0.0 ms |
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 |
|---|---|---|
| /webpack/sf-ui-core-funnel/_next/static/css/d7a1820c68738... | 21.6 KiB | 20.9 KiB |
| /webpack/sf-ui-core-funnel/_next/static/css/f229b88b22374... | 21.7 KiB | 20.5 KiB |
| /webpack/sf-ui-core-funnel/_next/static/css/3193e48c137a2... | 15.6 KiB | 14.9 KiB |
| assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/css/21d34ae7e9d2676e.css | 13.0 KiB | 12.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.
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 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 | 10.1 s |
| Other | 4.7 s |
| Script Parsing & Compilation | 2.0 s |
| Garbage Collection | 771 ms |
| Style & Layout | 633 ms |
| Rendering | 278 ms |
| Parse HTML & CSS | 152 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 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 |
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 | |
|---|---|
April 25–27 Way Day, the best deals in home are coming! Shop Early. div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/35656694/resize-h725-w960^compr-r85/4293/429300581/ap... |
Greetings from the outdoor shop. Start your staycation. div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/38744969/resize-h725-w960^compr-r85/4186/418679015/gr... |
Seating for any outdoor space div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/16043143/resize-h725-w960^compr-r85/4186/418679017/se... |
Wayfair Rewards Members Only, unbeatable savings on kitchen staples, plus 5% in… div._6o3atz14b > div.l7xeeh4 > picture._6o3atz14b > img.gyz45k1 | /im/25643273/resize-h725-w960^compr-r85/3939/393937911/wa... |
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Sale
Furniture
Outdoor
Bedding & Bath
Decor & Pillows
Rugs
Lighting
Home Improv… div > div > span.mtsvz50 > ul |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.od63pv1 > div > h2._6o3atz12h > button._1pmvkjd1 a.od63pv1 > div > h2._6o3atz12h > button._1pmvkjd1 |
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
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.hb-theme-wayfair html.hb-theme-wayfair |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sale div._6o3atz13e > div._6o3atz14b > div._6o3atzad > a._1d0yv060 |
Bundle and Save div._6o3atz13e > div._6o3atz14b > div._6o3atzad > a._1d0yv060 |
Spend and Save div._6o3atz13e > div._6o3atz14b > div._6o3atzad > a._1d0yv060 |
Bundle and Save div._6o3atz13e > div._6o3atz14b > div._6o3atzad > a._1d0yv060 |
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 |
|---|---|
Access to CSS stylesheet at 'https://cdn02.taggstar.com/customers/wayfaircom/taggstar-v1.min.css' from origin 'https://www.wayfair.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
ApolloError: Response not successful: Received status code 429
at new t (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:88866)
at https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:56744
at o (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:35861)
at https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:35776
at new Promise (<anonymous>)
at Object.then (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:35743)
at Object.error (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:35871)
at g (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:230400)
at b (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:230901)
at t.error (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/1010-4498e4af569120b6.js:1:231454) | |
Error: {"appId":"PX3Vk96I6i","jsClientSrc":"/3Vk96I6i/init.js","customLogo":"","firstPartyEnabled":true,"vid":"c8b46970-3de5-11f1-914c-461874aa79f2","uuid":"c8a2e5c0-3de5-11f1-901c-f372c9bfa125","hostUrl":"/3Vk96I6i/xhr","blockScript":"/3Vk96I6i/captcha/captcha.js?a=c&u=c8a2e5c0-3de5-11f1-901c-f372c9bfa125&v=c8b46970-3de5-11f1-914c-461874aa79f2&m=0&b=aHR0cHM6Ly93d3cud2F5ZmFpci5jb20vYS9jb3JlX2Z1bm5lbC9jb3JlX2Z1bm5lbF9kYXRhL3JlcGxhdGZvcm1lZF9mb290ZXI=&h=R0VU","altBlockScript":"https://captcha.px-cloud.net/PX3Vk96I6i/captcha.js?a=c&u=c8a2e5c0-3de5-11f1-901c-f372c9bfa125&v=c8b46970-3de5-11f1-914c-461874aa79f2&m=0&b=aHR0cHM6Ly93d3cud2F5ZmFpci5jb20vYS9jb3JlX2Z1bm5lbC9jb3JlX2Z1bm5lbF9kYXRhL3JlcGxhdGZvcm1lZF9mb290ZXI=&h=R0VU"}
at https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/417-fa0a6016a627ceee.js:1:30479
at async r (https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/app/(standard)/layout-261916759edd4946.js:1:13477) | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () |
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.