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.
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.
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 | |
|---|---|---|---|
A person with white wired headphones and a white bag stands outside a clothing … section.hero-article > figure.hero-article__container > a.analytics > img.hero-article__img | /lKVFNAJC1KoPNEt3End_0mWWx__o71VV2E4YpjRpUhA/g:nowe:0:174... | 114.1 KiB | 88.6 KiB |
Informa Tech Target Logo div.itt-cross-nav-inner > div.desktop-section-wrapper > a.itt-brand > img.itt-logo | d12v9rtnomnebu.cloudfront.net/logo/ITechTarget-Orbit-W_rgb.png | 77.6 KiB | 77.6 KiB |
Overhead view of a retail location div.medium-4 > figure.feed__image-container > a.feed__image > img | /yMw_RyUejm9svtjylN41vQZuypESL2fBiXYKFukZAtM/g:ce/rs:fill... | 43.2 KiB | 38.2 KiB |
An Amazon truck parked on a city street. div.medium-4 > figure.feed__image-container > a.feed__image > img | /YDU7XNxuCG_40S_LLGhkyWyKG0SXtom06wu4v-Ke29s/g:nowe:0:197... | 42.3 KiB | 37.3 KiB |
A customer shops for lumber at a Home Depot store div.medium-4 > figure.feed__image-container > a.feed__image > img | /ismOzct432z-UG-pZPwSWFHGZRijobbzIP4RenJCeYY/g:ce/rs:fill... | 37.2 KiB | 32.2 KiB |
The Yellow Rose flagship location in Nashville. div.medium-4 > figure.feed__image-container > a.feed__image > img | /fJHh0iSHW_UhOA1o5jZ5q0-ZMoPY_Kcb1VoJKNgpGQI/g:ce/rs:fill... | 35.8 KiB | 30.8 KiB |
Exterior of an Allbirds store in Washington, D.C.'s Georgetown neighborhood div.medium-4 > figure.feed__image-container > a.feed__image > img | /5AmeEwcyWm1tV-arXABkhiUG7vkAyhNACwV3SnEHpCM/g:nowe:0:76/... | 33.5 KiB | 28.5 KiB |
Exterior of a Primark store in downtown Chicago. div.medium-4 > figure.feed__image-container > a.feed__image > img | /8-nsPZ0Zv_WiNQocKL8NHXV0TnjE86HYHMKEiJu3uIQ/g:ce/rs:fill... | 32.8 KiB | 27.8 KiB |
Exterior of a store. div.medium-4 > figure.feed__image-container > a.feed__image > img | /LtJzbsY_dfkoy_ujew5Qt-gTEDtP45H_Sij02_gyG2I/g:ce/rs:fill... | 32.6 KiB | 27.6 KiB |
A Target storefront exterior div.medium-4 > figure.feed__image-container > a.feed__image > img | /CiomV4O8-fwRUkUBrbdmo-8ALBzQkVc0mRuUsoPsgAo/g:nowe:121:2... | 28.1 KiB | 23.8 KiB |
An Uber Eats order is handed to an end customer. div.medium-4 > figure.feed__image-container > a.feed__image > img | /5nWem97dE6adK67KqZ-t4ZgMNX6FINJBPZ81RyF0zQQ/g:ce/rs:fill... | 22.9 KiB | 19.4 KiB |
Tapestry CEO Semafor in white suit sitting on a blue stage div.medium-4 > figure.feed__image-container > a.feed__image > img | /TVg2SVXrTe8cPGw0xsuoOwHL852EbRzHC8sR_kBJwnU/g:ce/rs:fill... | 22.3 KiB | 18.9 KiB |
A display of three pairs of shoes. div.medium-4 > figure.feed__image-container > a.feed__image > img | /abP8pVPoTTfvsJrhpk3-blgF4rx47_l0xxfaIM6-2fk/g:nowe:0:244... | 20.2 KiB | 17.1 KiB |
Best Buy Corie Barry standing next to Jason Bonfig li.sidebar-box-list__item > div.sidebar-box-list__image-container > a.analytics > img.sidebar-box-list__image | /kAKV3ir61U5IH291hqsl1WWaroixDmLYDFPi_fxZfmc/g:ce/rs:fill... | 17.3 KiB | 16.9 KiB |
A person speaking at a podium. div.medium-4 > figure.feed__image-container > a.feed__image > img | /Idj6W81VxTqdMosE9Mk8NTLKqDS2aqtZBtHktJrdhDs/g:nowe:72:0/... | 17.3 KiB | 14.6 KiB |
Image attribution tooltip div.medium-4 > figure.feed__image-container > figcaption > img.feed__attribution-icon | www.retaildive.com/static/images/info-icon.png?234917240220 | 4.4 KiB | 4.3 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.retaildive.com/static/css/dive_app.css?150116090426 | 56.2 KiB | 50.6 KiB |
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 |
|---|---|---|
| www.retaildive.com/static/js/app.js?313321260226 | 6.0 KiB | 3.1 KiB |
| www.retaildive.com/static/js/subscriberDemographicsForm.js?561916200326 | 6.4 KiB | 2.3 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-WCZ4CFR>m=4e64k1 | 176.5 KiB | 66.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-M826LBDJHP&cx=c>m=4e64k1 | 169.4 KiB | 65.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-55G8WRR | 145.7 KiB | 51.9 KiB |
| www.retaildive.com/static/js/jquery_360.min.js?313321260226 | 35.3 KiB | 21.7 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 | |
|---|---|
Informa Tech Target Logo div.itt-cross-nav-inner > div.desktop-section-wrapper > a.itt-brand > img.itt-logo | d12v9rtnomnebu.cloudfront.net/logo/ITechTarget-Orbit-W_rgb.png |
Informa Tech Target Brands div.itt-cross-nav-inner > div > a.desktop-cta > img.external-link-logo | d12v9rtnomnebu.cloudfront.net/logo/link-external-wht.svg |
Retail Dive div.site-menu-inner > div.pub-logo-wrapper > a.analytics > img.pub-logo | d12v9rtnomnebu.cloudfront.net/logo/publications/retail_black.svg |
Retail Dive Logo div.row > div.footer-grid > div.footer-links > img.pub-logo-footer | d12v9rtnomnebu.cloudfront.net/logo/publications/retail_black.svg |
rss feed icon ul.social-icon-list > li > a.social-icon-footer > img | www.retaildive.com/static/img/social_icons/article_page/rss.svg?313321260226 |
linkedin icon ul.social-icon-list > li > a.social-icon-footer > img | /static/img/social_icons/article_page/linkedin.svg?313321... |
facebook icon ul.social-icon-list > li > a.social-icon-footer > img | /static/img/social_icons/article_page/facebook.svg?313321... |
x icon ul.social-icon-list > li > a.social-icon-footer > img | www.retaildive.com/static/img/social_icons/article_page/x.svg?313321260226 |
close div.columns > div.site-alert__message > div.site-alert__close > img | www.retaildive.com/static/img/close-white.svg?313321260226 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| retaildive.com/ | 422 ms |
| www.retaildive.com/ | 0.0 ms |
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
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.dash > a.button |
These are opportunities to improve keyboard navigation in your application.
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 403 () | |
Manifest fetch from https://www.retaildive.com/site.webmanifest?v=3 failed, code 403 | |
ReferenceError: jstag is not defined
at https://www.retaildive.com/static/js/dist/lyticsHelper.bundle.js?360116090426:1:211
at https://www.retaildive.com/static/js/dist/lyticsHelper.bundle.js?360116090426:1:553 | |
www.retaildive.com/ line 15, col 8711 | TypeError: Cannot read properties of undefined (reading 'call')
at HTMLDocument.<anonymous> (https://www.retaildive.com/static/js/dist/navSignupHelper.bundle.js?360116090426:1:1349)
at e (https://www.retaildive.com/static/js/jquery_360.min.js?313321260226:2:30038)
at t (https://www.retaildive.com/static/js/jquery_360.min.js?313321260226:2:30340) |
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.