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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| obsidian.md/images/publish-example-dark.png | 600.0 s | 208.8 KiB |
| obsidian.md/pixi.min.js | 600.0 s | 142.3 KiB |
| obsidian.md/fonts/Inter-Regular.woff2 | 600.0 s | 97.1 KiB |
| obsidian.md/images/home-wiki-hume.png | 600.0 s | 48.3 KiB |
| obsidian.md/tailwind.css?v=d8f07010 | 600.0 s | 32.7 KiB |
| obsidian.md/images/home-spinoza.png | 600.0 s | 32.6 KiB |
| obsidian.md/static.js?v=0a5b3842 | 600.0 s | 13.7 KiB |
| obsidian.md/graph.js?v=2 | 600.0 s | 10.1 KiB |
| obsidian.md/images/home-descartes.jpg | 600.0 s | 5.9 KiB |
| obsidian.md/images/obsidian-logo-gradient.svg | 600.0 s | 2.0 KiB |
| obsidian.md/download.js | 600.0 s | 1.3 KiB |
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.
| URL | Est Savings |
|---|---|
| obsidian.md/fonts/Inter-Regular.woff2 | 30 ms |
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 | |
|---|---|---|---|
Example of Obsidian Help site powered by Obsidian Publish div.relative > div.container > div.w-[48rem] > img.mb-[-12%] | obsidian.md/images/publish-example-dark.png | 208.1 KiB | 177.0 KiB |
Wikipedia page about David Hume embedded in Obsidian Canvas div.md:h-96 > div.mock-mirror > div.bg-white > img.max-w-none | obsidian.md/images/home-wiki-hume.png | 47.7 KiB | 43.8 KiB |
Image of Baruch Spinoza embedded in Obsidian Canvas div.md:h-96 > div.mock-mirror > div.cursor-grab > img.max-w-none | obsidian.md/images/home-spinoza.png | 32.1 KiB | 31.2 KiB |
Image of Rene Descartes embedded in Obsidian Canvas div.md:h-96 > div.mock-mirror > div.cursor-grab > img.max-w-none | obsidian.md/images/home-descartes.jpg | 5.4 KiB | 4.7 KiB |
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 |
|---|---|---|
| obsidian.md/tailwind.css?v=d8f07010 | 32.7 KiB | 80 ms |
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 |
|---|---|---|
| obsidian.md/tailwind.css?v=d8f07010 | 32.3 KiB | 19.9 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 | 2.6 s |
| Script Evaluation | 503 ms |
| Style & Layout | 115 ms |
| Script Parsing & Compilation | 23 ms |
| Rendering | 22 ms |
| Parse HTML & CSS | 12 ms |
| Garbage Collection | 3.8 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| obsidian.md/tailwind.css?v=d8f07010 | 32.7 KiB | 5.6 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 |
|---|---|---|
| obsidian.md/pixi.min.js | 141.9 KiB | 86.4 KiB |
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 |
|---|---|
| www.obsidian.md/ | 251 ms |
| obsidian.md/ | 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Community plugins
Calendar by Liam Cain
Calendar view of your daily notes.
Kanb… div.text-lg > div.card > div.md:h-96 > div.select-none |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Invite by email... div.ui > div.py-4 > div.flex > div.flex-1 |
EX div.ui > div.py-4 > div.flex > div.w-8 |
Owner div.ui > div.py-4 > div.flex > div.text-xs |
SA div.ui > div.py-4 > div.flex > div.w-8 |
Can edit div.ui > div.py-4 > div.flex > div.text-xs |
LC div.ui > div.py-4 > div.flex > div.w-8 |
Can edit div.ui > div.py-4 > div.flex > div.text-xs |
TG div.ui > div.py-4 > div.flex > div.w-8 |
Can edit div.ui > div.py-4 > div.flex > div.text-xs |
These are opportunities to improve the legibility of your content.
Tables and lists
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seamless editing
Publish your notes instantly from the Obsidian app, and make i… div.py-16 > div.container > div.mx-auto > dl.col-span-2 |
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seamless editing dl.col-span-2 > div.text-lg > div > dt.font-semibold |
Publish your notes instantly from the Obsidian app, and make it easy for reader… dl.col-span-2 > div.text-lg > div > dd.mt-2 |
Customization dl.col-span-2 > div.text-lg > div > dt.font-semibold |
Control the look and feel of your site with themes, custom domains, password pr… dl.col-span-2 > div.text-lg > div > dd.mt-2 |
Optimized for performance dl.col-span-2 > div.text-lg > div > dt.font-semibold |
Obsidian Publish sites are fast, mobile-friendly, and optimized for SEO, no con… dl.col-span-2 > div.text-lg > div > dd.mt-2 |
These are opportunities to improve the experience of reading tabular or list data using 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.