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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
Best Buy Logo div.container > div.content > div > img.logo | /~assets/bby/_com/header-footer/images/bby_logo-a7e905947... | 6.4 KiB | 5.8 KiB |
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 |
|---|---|
| www.bestbuy.com/~assets/bby/_intl/landing_page/css/app.css | 1.9 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 |
|---|---|
| bestbuy.com/ | 319 ms |
| www.bestbuy.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.bestbuy.com/ | 10.3 s |
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
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 |
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 |
|---|---|---|
| /~assets/bby/_com/cacheable-gvp-66138ea0147dd17ecdc9dc0ac... | 158.0 KiB | 116.7 KiB |
| /analytics-dotcom/analyticsInit-f7791796aa580255fd2861090... | 85.7 KiB | 46.9 KiB |
| www.bestbuy.com/-cJDnfjvk/Et/H6CugMg/QY1EprV3Ofkuz8/RUpYAQ/S1cpX/iw0HCEB | 168.4 KiB | 35.8 KiB |
| www.bestbuy.com/-cJDnfjvk/Et/H6CugMg/QY1EprV3Ofkuz8/RUpYAQ/S1cpX/iw0HCEB | 168.4 KiB | 35.8 KiB |
| /-cJDnfjvk/Et/H6CugMg/Lm1EprV3/Uj5gAQ/elVGU/GoCRXVO?v=56a... | 146.5 KiB | 30.6 KiB |
| /-cJDnfjvk/Et/H6CugMg/Lm1EprV3/Uj5gAQ/elVGU/GoCRXVO?v=56a... | 146.5 KiB | 30.2 KiB |
| /~assets/bby/_com/analytics-dotcom/initChildPipeline-ffee... | 36.5 KiB | 20.4 KiB |
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 | |
|---|---|
United States div > div.country-selection > a.us-link > img | www.bestbuy.com/~assets/bby/_intl/landing_page/images/maps/usa.svg |
Canada div > div.country-selection > a.canada-link > img | www.bestbuy.com/~assets/bby/_intl/landing_page/images/maps/canada.svg |
Best Buy Logo div.container > div.content > div > img.logo | /~assets/bby/_com/header-footer/images/bby_logo-a7e905947... |
div > p.info > a.more-details > img div > p.info > a.more-details > img | www.bestbuy.com/~assets/bby/_intl/landing_page/images/icons/arrow.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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Canada div > div.country-selection > a.canada-link > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > p.info > a.more-details > img div > p.info > a.more-details > img |
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.no-js html.no-js |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Best Buy Logo div.container > div.content > div.hidden > img.logo | /~assets/bby/_com/header-footer/images/bby_logo-a7e905947... | 80 x 139 (0.58) | 236 x 139 (1.70) |
Best Buy Logo div.container > div.content > div.hidden > img.logo | /~assets/bby/_com/header-footer/images/bby_logo-a7e905947... | 80 x 139 (0.58) | 236 x 139 (1.70) |
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 |
|---|---|
/analytics-dotcom/analyticsInit-f7791796aa580255fd2861090... line 3, col 288304 | TypeError: Cannot set properties of undefined (setting 'oo_onSingleClick')
at https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:292323
at https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:294504
at Array.forEach (<anonymous>)
at t.value (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:294452)
at t.<anonymous> (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:288225)
at l (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:216405)
at Generator._invoke (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:216158)
at Generator.next (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:216764)
at o (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:22129)
at c (https://assets.bbystatic.com/analytics-dotcom/analyticsInit-f7791796aa580255fd28610903e3089e.js:4:22328) |
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
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > p.info > a.more-details > img div > p.info > a.more-details > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.