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 | |
|---|---|---|---|
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 |
A large outdoor sign features Meta's blue infinity loop logo on a white backgro… div.medium-4 > figure.feed__image-container > a.feed__image > img | /GKrbrLTSabODJYhtKEUF6PGkJO6dPSk0aJakhK15ylQ/g:ce/rs:fill... | 36.5 KiB | 31.4 KiB |
Instagram Explore Topics li.sidebar-box-list__item > div.sidebar-box-list__image-container > a.analytics > img.sidebar-box-list__image | /ZnyQNvOmjVuJ6teYFpXUBDL2BMGnf3I5lC5LDuTqCMs/g:ce/rs:fill... | 27.5 KiB | 26.8 KiB |
Pinterest CPG research div.medium-4 > figure.feed__image-container > a.feed__image > img | /UQJyLKxfXd-vsauMJHLjmDaPpM70a4SSvkLOhhPZryY/g:ce/rs:fill... | 28.8 KiB | 24.4 KiB |
Threads desktop update div.medium-4 > figure.feed__image-container > a.feed__image > img | /k1oHhidddb9JvdprW2Gly4Khm1RuIAyGYEKMh-kO6Po/g:ce/rs:fill... | 21.7 KiB | 18.4 KiB |
Edits one year div.medium-4 > figure.feed__image-container > a.feed__image > img | /KahmRBxlNIz04XF3Oda3OAbzAND3IUTXEAto1YpAoxo/g:ce/rs:fill... | 16.1 KiB | 13.6 KiB |
Pew Research teen social media use div.medium-4 > figure.feed__image-container > a.feed__image > img | /NjcwXt4QGuxvSVg4_eeg5EZQ7242KJmGniFrXYDmu2E/g:ce/rs:fill... | 16.0 KiB | 13.5 KiB |
Meta simplified Conversions API div.medium-4 > figure.feed__image-container > a.feed__image > img | /ylBgxUIocBnmTzR8Tk3WqTXMX4BtNNjA87gCONEio-g/g:ce/rs:fill... | 14.6 KiB | 12.3 KiB |
X Cashtags div.medium-4 > figure.feed__image-container > a.feed__image > img | /KyCEGoS2Tk0u6zx3qMZqdAUqdugZa19toi4VGrj0ubU/g:ce/rs:fill... | 14.5 KiB | 12.3 KiB |
Image attribution tooltip div.medium-4 > figure.feed__image-container > figcaption > img.feed__attribution-icon | www.socialmediatoday.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.
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 |
|---|---|
| socialmediatoday.com/ | 213 ms |
| www.socialmediatoday.com/ | 0.0 ms |
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.
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.socialmediatoday.com/static/css/smt_app.css?150116090426 | 56.3 KiB | 50.9 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/gtag/js?id=G-065JKX6TVJ&cx=c>m=4e64h1 | 169.3 KiB | 65.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WDNJ7JK>m=4e64h1 | 139.6 KiB | 62.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-55G8WRR | 146.0 KiB | 51.7 KiB |
| ak.sail-horizon.com/spm/spm.v1.min.js | 47.7 KiB | 32.5 KiB |
| www.socialmediatoday.com/static/js/jquery_360.min.js?313321260226 | 35.3 KiB | 21.7 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.socialmediatoday.com/static/js/app.js?313321260226 | 5.3 KiB | 2.8 KiB |
| www.socialmediatoday.com/static/js/subscriberDemographicsForm.js?561916200326 | 6.4 KiB | 2.3 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 |
Social Media Today div.site-menu-inner > div.pub-logo-wrapper > a.analytics > img.pub-logo | d12v9rtnomnebu.cloudfront.net/logo/publications/smt_color.svg |
Social Media Today Logo div.row > div.footer-grid > div.footer-links > img.pub-logo-footer | d12v9rtnomnebu.cloudfront.net/logo/publications/smt_color.svg |
instagram icon ul.social-icon-list > li > a.social-icon-footer > img | /static/img/social_icons/article_page/instagram.svg?31332... |
pinterest icon ul.social-icon-list > li > a.social-icon-footer > img | /static/img/social_icons/article_page/pinterest.svg?31332... |
rss feed icon ul.social-icon-list > li > a.social-icon-footer > img | /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.socialmediatoday.com/static/img/social_icons/article_page/x.svg?313321260226 |
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 |
|---|
Subscribe div.menu-content-wrapper > ul.desktop-menu-sub > li > a.nav-menu-item |
Read more ➔ div.large-6 > section.hero-article > p.hero-article__teaser > a.call-out-link |
These are opportunities to improve the legibility of your content.
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
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.