Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions en/Help and support.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ When you encounter a bug or need assistance from [[#Contact Obsidian support|Obs
4. Click **Copy to clipboard**.
5. Paste the copied information into your bug report or Obsidian support email.

### Startup time

You can check how long Obsidian takes to start by using the **Startup time** feature.

1. Open **Settings → General → Advanced**.
2. Next to **Notify if startup takes longer than expected**, click the **timer icon**.
3. A **Startup time** window will appear, showing detailed timing information:
- **Total app startup**: Overall launch time.
- **Initialization**: Time spent loading the app itself.
- **Vault**: Time to load your vault files.
- **Workspace**: Time to restore tabs and layout.
- **Core plugins**: Time used by active core plugins.
4. You can click **Copy to clipboard** to copy the report for troubleshooting or sharing.

Additionally, you can toggle **Notify if startup takes longer than expected** to receive a warning if startup is unusually slow.

### Capture console logs

When you need to report a bug related to an Obsidian plugin or when requested by [[#Contact Obsidian support|Obsidian support]] to provide log information, you may need to access the Obsidian console from within the Obsidian application. Here’s how to do it based on your operating system:
Expand Down