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 |
|---|---|---|
| embed.bsky.app/static/post-Dpr8L3vQ.js | 3600.0 s | 196.4 KiB |
| /snippet/account/197969654?site=b0837ae46d2e1c5548e98be52 | 60.0 s | 109.2 KiB |
| /img/feed_thumbnail/plain/did:plc:q5qyswhppr7tiskw43xhcv7... | 604800.0 s | 50.1 KiB |
| embed.bsky.app/static/post-Bf-Bk7gq.css | 3600.0 s | 4.6 KiB |
| /img/avatar/plain/did:plc:nx7znvoex7ev3wcxn3tipovm/bafkre... | 604800.0 s | 36.0 KiB |
| /img/feed_thumbnail/plain/did:plc:nl32untxngcg74dl3w7scd7... | 604800.0 s | 31.7 KiB |
| /img/avatar/plain/did:plc:q5qyswhppr7tiskw43xhcv7f/bafkre... | 604800.0 s | 26.9 KiB |
| cdn-images.mailchimp.com/embedcode/classic-061523.css | 0.0 ms | 1.8 KiB |
| embed.bsky.app/static/post--upFnwpE.js | 3600.0 s | 2.1 KiB |
| /img/avatar/plain/did:plc:nl32untxngcg74dl3w7scd74/bafkre... | 604800.0 s | 16.4 KiB |
| /mcjs-connected/js/users/d2541b6e3f9f2182b8be74d8f/b0837a... | 154.0 s | 1.5 KiB |
| embed.bsky.app/static/embed.js | 3600.0 s | 1.4 KiB |
| embed.bsky.app/static/post-Dpr8L3vQ.js | 3600.0 s | 0 B |
| embed.bsky.app/static/post-Bf-Bk7gq.css | 3600.0 s | 0 B |
| embed.bsky.app/static/post--upFnwpE.js | 3600.0 s | 0 B |
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.
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.
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.
| URL | Est Savings |
|---|---|
| /s/oswald/v49/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSe... | 20 ms |
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 | Duration |
|---|---|---|
| cdn-images.mailchimp.com/embedcode/classic-061523.css | 1.8 KiB | 838 ms |
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 |
|---|---|
| commondreams.org/ | 1.1 s |
| www.commondreams.org/ | 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.
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
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-2GRK1GCCCD | 169.8 KiB | 114.7 KiB |
| s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js | 139.9 KiB | 91.4 KiB |
| s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js | 139.9 KiB | 91.4 KiB |
| s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js | 139.9 KiB | 90.7 KiB |
| /snippet/account/197969654?site=b0837ae46d2e1c5548e98be52 | 108.7 KiB | 78.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-2GRK1GCCCD&cx=c>m=4e64h1 | 169.8 KiB | 69.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W7VP43JM | 137.3 KiB | 62.9 KiB |
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 |
|---|---|---|
| .rm-embed-container{position:relative;} … | 23.4 KiB | 13.0 KiB |
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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon |
div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon |
div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon div#sSHARED_-_Newsletter_0_0_7_0_0_2_1_0_0 > div#sFollow_Block_0_0_2_0_0_0 > div#sFollow_Block_0_0_2_0_0_0_1 > a.social_icon |
div#sElement_HomePage_Tabbed_Wrap_0_0_1_0_0_1_0 > div.tabs__body > div#opinion > a div#sElement_HomePage_Tabbed_Wrap_0_0_1_0_0_1_0 > div.tabs__body > div#opinion > a |
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 html |
These items highlight common accessibility best practices.
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Guardian op-ed div.body > div.body-description > p > a |
To appear in search results, crawlers need access to your app.