-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This requires a bit more investigation, I don't know where the performance issues stem from, and I currently don't have means to check.
When loading big(-ish) files it takes a good while to load, which is fine, however even after loading the file it slows down obsidian enough to make it noticable. This happens in table mode as well as in source mode, even without moving the table. When scrolling, vertical scrolling is fine but horizontal scrolling has very noticable lag.
The file has a bit over a thousand lines and 27 columns. I am not sure how the plugin handles loading the file, if it loads it into ram or reads from storage every time, whether or what it caches etc so I can't suggest improvements right now.
The file itself is ~250KB, just for info.
Really helpful plugin, thank you :)