Mobile 375 × 812

Desktop 1440 × 900

Score: 79 / 100
Based on 8 categories, 0 sections
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
No Content-Security-Policy header found
9 control(s) without accessible label
No <main> landmark found
Cross-Origin-Embedder-Policy header is missing
[](https://beavercheck.com/results/486d868d-f056-7ab1-46a8-012228429cc5)<a href="https://beavercheck.com/results/486d868d-f056-7ab1-46a8-012228429cc5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.obsidian.md" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.obsidian.mdThis badge auto-updates with your latest scan result.
Thanks for your feedback!
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.81 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.02 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
14.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| 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.4 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.
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.
| 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
| 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 | 163.4 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 | 35.7 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 | 29.3 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| obsidian.md/tailwind.css?v=d8f07010 | 32.7 KiB | 300 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.
| URL | Time Spent |
|---|---|
| www.obsidian.md/ | 798 ms |
| obsidian.md/ | 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.
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| obsidian.md/tailwind.css?v=d8f07010 | 32.3 KiB | 21.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| obsidian.md/graph.js?v=2 | 12.2 s | 1.9 s | 1.8 ms |
| obsidian.md/ | 382 ms | 67 ms | 5.7 ms |
| Unattributable | 259 ms | 5.4 ms | 0.0 ms |
| obsidian.md/pixi.min.js | 134 ms | 83 ms | 51 ms |
| obsidian.md/static.js?v=0a5b3842 | 124 ms | 25 ms | 6.8 ms |
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
| Category | Time Spent |
|---|---|
| Other | 10.4 s |
| Script Evaluation | 2.1 s |
| Style & Layout | 330 ms |
| Rendering | 79 ms |
| Script Parsing & Compilation | 66 ms |
| Parse HTML & CSS | 33 ms |
| Garbage Collection | 16 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| obsidian.md/pixi.min.js | 141.9 KiB | 86.3 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| 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.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
| Failing Elements |
|---|
Seamless editing. Publish your notes instantly from the Obsidian app, and make … 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.
| 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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
598 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
858 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
673 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.23 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| 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.
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.
| 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
| 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.
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.
| 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.
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.
| 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
| 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.
| 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.
| 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.
| URL | Time Spent |
|---|---|
| www.obsidian.md/ | 251 ms |
| obsidian.md/ | 0.0 ms |
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| 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.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
| 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.
| 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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
Send Feedback