obsidian-mindmap-nextgen icon indicating copy to clipboard operation
obsidian-mindmap-nextgen copied to clipboard

Serious performance issue

Open WilliamStone opened this issue 2 years ago • 1 comments

Hello verocloud, I run into serious performance issue when I edit a markdown file of 144KB. Every keystroke will delay for a few seconds to display character in editor. In delay period the editor content is not changed at all, but more keystrokes will be received and later displayed sequentially as if there is a delayed buffer. This renders Obsidian practically unusable. When I disable mindmap plugin the performance of Obsidian returns to its normal state. I used performance tool (Ctrl + Shift + I) to capture a performace profile log, and found there where a LOT of recursive wrap function calls that belongs to minimap plugin. And I even didn't insert any minimap block in this 144KB markdown file. Download the profile log and import it into Obsidian to check performance details. Thank you very much!

WilliamStone avatar Aug 30 '23 02:08 WilliamStone

If you share a markdown file that exhibits the problem, I can have a look.

james-tindal avatar Aug 30 '23 12:08 james-tindal