1.4.3
The plugin no longer reads a list of every file in your vault.
Two settings rows stopped enumerating the vault
Both are rows you only ever see when there is something to clean up: "Delete the kept copies of unreadable order notes" and "Remove orders for missing folders". Each of them used to answer its question by listing the entire vault and then discarding almost all of it.
A kept copy of the order note is always written next to the order note itself, so only that one folder is read now. And a saved order is stored under its folder's path, so asking whether that folder still exists is a single lookup per saved order — no part of the answer grows with the size of your vault.
None of this is visible on screen. The same rows appear at the same moments and do the same thing. What changes is that the plugin no longer needs, or takes, a list of everything you have.
Also in this release
- "Remove orders for missing folders" worked out which folders still existed before showing you the confirmation, then acted on that answer afterwards, so a folder deleted while the confirmation was open would have been missed. It now checks at the moment it writes.