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.
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 | |
|---|---|---|---|
Image of a post by user @theferocity.bsky.social. div.bg-offwhite > div.absolute > picture > img | bsky.social/about/hero-reply-card.webp | 52.7 KiB | 46.8 KiB |
Image of a post by user @mnateshyamalan.bsky.social. div.bg-offwhite > div.absolute > picture > img | bsky.social/about/hero-social-card.webp | 38.3 KiB | 34.8 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 |
|---|---|
| bsky.social/ | 1.0 s |
| bsky.social/about | 0.0 ms |
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.
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 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-WTBZ3K80ET&cx=c>m=4e64k1 | 156.9 KiB | 66.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KZT6XPW7 | 118.0 KiB | 64.6 KiB |
| bsky.social/about/_next/static/chunks/framework-fa877b8be7542607.js | 58.1 KiB | 27.6 KiB |
| bsky.social/about/_next/static/chunks/pages/_app-e6ca888df01112c8.js | 42.0 KiB | 20.2 KiB |
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 |
|---|---|
| Other | 938 ms |
| Script Evaluation | 938 ms |
| Style & Layout | 300 ms |
| Script Parsing & Compilation | 186 ms |
| Rendering | 123 ms |
| Parse HTML & CSS | 29 ms |
| Garbage Collection | 17 ms |
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 | |
|---|---|
CNBC div > div > div.flex > img.w-auto | bsky.social/about/cnbc-1.svg |
CNBC div > div > div.flex > img.w-auto | bsky.social/about/cnbc-1.svg |
TechCrunch div > div > div.flex > img.w-auto | bsky.social/about/techcrunch-logo-1.svg |
TechCrunch div > div > div.flex > img.w-auto | bsky.social/about/techcrunch-logo-1.svg |
Engadget div > div > div.flex > img.w-auto | bsky.social/about/engadget.svg |
Engadget div > div > div.flex > img.w-auto | bsky.social/about/engadget.svg |
The Verge div > div > div.flex > img.w-auto | bsky.social/about/the-verge.svg |
The Verge div > div > div.flex > img.w-auto | bsky.social/about/the-verge.svg |
The Wall Street Journal div > div > div.flex > img.w-auto | bsky.social/about/the-wall-street-journal-1.svg |
The Wall Street Journal div > div > div.flex > img.w-auto | bsky.social/about/the-wall-street-journal-1.svg |
Image of a post by user @theferocity.bsky.social. div.bg-offwhite > div.absolute > picture > img | bsky.social/about/hero-reply-card.webp |
The Washington Post div > div > div.flex > img.w-auto | bsky.social/about/the-washington-post.svg |
The Washington Post div > div > div.flex > img.w-auto | bsky.social/about/the-washington-post.svg |
Image of a post by user @mnateshyamalan.bsky.social. div.bg-offwhite > div.absolute > picture > img | bsky.social/about/hero-social-card.webp |
Tech Dirt div > div > div.flex > img.w-auto | bsky.social/about/techdirt-logo.svg |
Tech Dirt div > div > div.flex > img.w-auto | bsky.social/about/techdirt-logo.svg |
Associated Press div > div > div.flex > img.w-auto | bsky.social/about/associate-press.svg |
Associated Press div > div > div.flex > img.w-auto | bsky.social/about/associate-press.svg |
NY Times div > div > div.flex > img.w-auto | bsky.social/about/the-new-york-times.svg |
NY Times div > div > div.flex > img.w-auto | bsky.social/about/the-new-york-times.svg |
Mashable div > div > div.flex > img.w-auto | bsky.social/about/mash-logo.svg |
Mashable div > div > div.flex > img.w-auto | bsky.social/about/mash-logo.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.
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 |
|---|
How is Bluesky different? div.flex > div.h-full > div.mt-4 > h5.text-sans-20 |
Take a deeper dive div.flex > div.h-full > div.mt-4 > h5.text-sans-20 |
Martin Kleppmann div.h-full > div.mt-4 > p.mt-4 > a.text-primary-blue |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
See project div.grid > a.rounded-[20px] > div.flex > p.font-600 |
These are opportunities to improve the legibility of your content.
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 |
|---|
Your timeline, your choice div.flex > div.w-full > div.max-w-[440px] > h4.font-700 |
How is Bluesky different? div.flex > div.h-full > div.mt-4 > h5.text-sans-20 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Company
Blog
AT Protocol
App div#__next > div.grid > nav.800:hidden > ul.w-full |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Company nav.800:hidden > ul.w-full > div.py-8 > li.block |
Blog nav.800:hidden > ul.w-full > div.py-8 > li.block |
AT Protocol nav.800:hidden > ul.w-full > div.py-8 > li.block |
App nav.800:hidden > ul.w-full > div.py-8 > li.block |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| bsky.social/about/faq | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.