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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| matrix.to/bundle-404453117.css | 3.1 KiB | 53 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| matrix.to/bundle-4193300336.js | 54.9 KiB | 34.6 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 | |
|---|---|
div.RootView > div.footer > p > img div.RootView > div.footer > p > img | matrix.to/images/matrix-logo-3303998978.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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.RootView > div.footer > p > img div.RootView > div.footer > p > 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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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
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.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html><html><head> | Syntax not understood |
| 2 | <meta charset="utf-8"> | Syntax not understood |
| 3 | <title>You're invited to talk on Matrix</title> | Syntax not understood |
| 4 | <meta name="description" content="You're invited to talk on Matrix"> | Syntax not understood |
| 5 | <meta name="viewport" content="width=device-width, user-scalable=no"> | Syntax not understood |
| 6 | <link rel="stylesheet" type="text/css" href="bundle-404453117.css"> | Syntax not understood |
| 7 | <meta property="twitter:card" content="summary"> | Unknown directive |
| 8 | <meta property="twitter:image" content="https://matrix.org/blog/img/matrix-logo.png"> | Unknown directive |
| 9 | <meta property="twitter:site" content="@matrixdotorg"> | Unknown directive |
| 10 | <meta property="twitter:title" content="Matrix - Decentralised and secure communication"> | Unknown directive |
| 11 | <meta property="twitter:description" content="You're invited to talk on Matrix. If you don't already have a client this link will help you pick one, and join the conversation. If you already have one, this link will help you join the conversation"> | Unknown directive |
| 12 | </head> | Syntax not understood |
| 13 | <body> | Syntax not understood |
| 14 | <script type="text/javascript">window.regeneratorRuntime = undefined;</script><script type="text/javascript" src="bundle-4193300336.js"></script><script type="text/javascript">bundle.main(document.body);</script> | Syntax not understood |
| 15 | <noscript> | Syntax not understood |
| 16 | <h1>Please enable javascript</h1> | Syntax not understood |
| 17 | <p>Matrix.to is a preview service from chat rooms, people and communities on <a href="https://matrix.org">Matrix</a>.</p> | Unknown directive |
| 18 | <p>It preserves your privacy by only processing what you view on the client side. For this to work, it needs javascript.</p> | Syntax not understood |
| 19 | </noscript> | Syntax not understood |
| 22 | </body></html> | Syntax not understood |
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.RootView > div.footer > p > img div.RootView > div.footer > p > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.