The vault folder is stored on my laptop’s SSD. It’s being synced by Syncthing but if rename markdown file from explorer, it happens instantly, without this horrible delay as from Obsidian UI
Ctrl-shift-i->performance->record-> do the rename → wait → stop recording → export to file → zip it and upload it somewhere and send us a link.
I’m also wondering whether you’ve tried this testing in a brand new vault with around 10 notes to see if the scale of the vault is the issue or if it’s something else.
If you’re able to simplify the problem to something that’s reproduceable it would help a lot.
Judging from that link you sent, my guess it has something to do with the non-ascii filenames. You’ve got a lot of files there with (russian?) names.
I also see a few dots in those file names, which have been known to cause issues in the past.
Since you’re a programmer, you could try duplicating the vault, use a Python script or something else to rename every file (and its links) to something using ABC123 ascii characters, and then test again to see if you get the same issue.
If it’s not that, it could be having trouble with the file encoding. I imagine it has to encode the file using a different format the moment different characters are used.
If the file encoding has to account for significantly more characters, maybe that would be enough to lag the application with ~10k notes.
I just checked that the lags appear only when I put my ___Attachments folder into the vault. All other folders with thousands of Russian named notes don’t seem to have a serious impact on the performance