I'm having an issue where Python LSP tends to be extremely slow and crashy on auto-completion. I've done all of the optimisations recommended by lsp-doctor, am running native-comp, and have tried a number of servers including pyright and jedi. I've also tried using corfu instead of company, but unfortunately auto-completion freezes everything up quite dramatically. Has anyone else had and fixed this issue before?
EDIT: It turns out I'd been overlooking the obvious - I had unknowingly set my workspace to be my entire home directory. I love a good six hour hunt only to find out that I'm a dunce.