https://www.dendron.so/ logo
#chat
Title
c

chmac

01/18/2022, 4:56 PM
I've imported ~1.7k notes, with around 250M of images. Dendron is really, really slow for me. I'm using VSCodium and with vscode vim. I often wait multiple seconds for the cmd-l note lookup to open, or several seconds after opening a note before the note is responsive to vim / editor commands. Is that usual? Maybe I have some clashes with other plugins? Any suggestions how to debug?
I've also just noticed that when the Lookup list opens, there are some notes missing. If I wait a few seconds, there are more matches...
k

kevins8

01/18/2022, 5:01 PM
do you have the preview open when doing lookup? this might be because of how we load images in the preview
c

chmac

01/18/2022, 5:16 PM
No, I don't usually use the preview at all.
Not sure if it's connected, but my tree view is blank. Nothing at all in the pane.
It also takes 5-10 seconds for the "starting dendron" to complete until I get "dendron active".
l

lukecarrier

01/18/2022, 7:11 PM
Are there any other extensions loaded in the workspace? If so, it might worth either doing an extension bisect[1] or setting up a different app to rule out any other extensions? Obviously if you've installed VSCodium specifically for Dendron this may not apply [1]: https://code.visualstudio.com/blogs/2021/02/16/extension-bisect
@User is it worth adding a "Dendron: Dev: Workspace info" command to dump information like this, vault sizes, number/size of assets to the clipboard/an editor window? I'm not sure how much of this is already exposed via the logs
c

chmac

01/18/2022, 7:44 PM
Thanks, I'll check that out. I am, so far, using VSCodium only for dendron. But I also copied my entire dev setup via the settings sync option, so it has all kinds of other plugins installed. I'll look into those options tomorrow probably and report back.
Hmm, my extension bisect didn't flag up any issues. I'll play around some more and see what I can figure out. My suspicion so far is that the issues relate to the index, but that's purely a guess.
k

kevins8

01/18/2022, 10:29 PM
do you have the same issue if you use vscode? i've noticed slowdowns in vscodium that i don't see in vscode, particularly around git
yes it is! today, we dump out
dendron.yml
output but not vscode version. @User could you create an issue adding some debug information we want to add to diagnostics report?
here is the information we collect today from diagnostics - workspace type - current dendron version - previous workspace version - previous global version - extension install status - contents of
dendron.yml
- contents of
dendron.code-workspace
- telemetry status - last 3000 lines of logs from client and server
3 Views