franciskafieh / obsidian-list-modified

🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
96 stars 7 forks source link

[BUG] Slow performance when files modified #101

Closed technotherion closed 1 week ago

technotherion commented 3 weeks ago

Forgive the vague nature of my report. If this is not helpful I can gather more information.

First Steps

Describe the bug

When a document is first modified, Obsidian freezes up for a few moments. When the Write Interval was set to 0, performance issues made it extremely difficult to write notes as Obsidian would lock up every few seconds. I set the Write Interval to 3000 and this has helped considerably.

I am assuming that the freeze is caused the plugin is writing into the modified section of the note that I have my Modify List in.

Expected behaviour / suggestions?

My setup

I am syncing my notes via DropBox using the default Windows client. My vault contains 3,496 files.

franciskafieh commented 3 weeks ago

Can you try to reproduce this bug while in verbose mode under the plugin's settings? After you turn that on, open ctrl+shift+i then go to console and try to get it to lag. Please screenshot the console messages you get when Obsidian lags. I basically want to know if the lag is caused by many file modifications at once (sync issue, I see you're using dropbox) or something else

technotherion commented 3 weeks ago

Sure thing -- will add this to my todo list. Please poke me if you do not hear back by the end of the week.

franciskafieh commented 1 week ago

Any updates on this?

franciskafieh commented 1 week ago

Closing since no updates