delashum / obsidian-checklist-plugin

MIT License
376 stars 39 forks source link

Performance Issue: Keeps Obsidian unresponsive for the first couple of seconds after start #97

Closed robbeofficial closed 2 years ago

robbeofficial commented 2 years ago

Thanks for providing this plugin! I really love using it. However, I have to keep it inactive for now due to the following performance issue:

I'm running obsidian v0.12.19 on windows 10 and checklist v1.2.3. My vault has around 600 items. When the checklist plugin is activated, obsidian remains unresponsive for the first couple of seconds after start (even if checklist is not shown). When the checklist plugin is unactive, this behavior does not occur. I repeaded this test three time to be sure. It looks like the plugin is somehow slowing down the main obsidian thread

This issue is possibly related to #70 .

andromedarabbit commented 2 years ago

WIth checklist plugin, Obsidian renderer makes CPU usages spike when a large file is added to the vault.

delashum commented 2 years ago

This is a duplicate of #70 and I will be posting some updates in that issue, so please follow there!