Fork me on GitHub
#emacs
<
2022-09-08
>
diego.videco15:09:57

I’ve got a performance problem with LSP whereby when I enable it, lispy actions become quite laggy. What can I do to improve the situation. I really like LSP, but I often have to turn it on and off because of this problem.

diego.videco17:09:06

I’ll check it out, thanks

ag20:09:31

Are you using --with-native-compilation?

diego.videco18:09:11

I think maybe not. Is there a way check?

ericdallo18:09:34

@U7AMPCPU2 you may check if https://github.com/clojure-lsp/clojure-lsp/issues/1240 we found yesterday is related with you, but from your description it doesn't seem related

ericdallo18:09:07

> I think maybe not. Is there a way check? lsp-doctor will tell

diego.videco18:09:38

I get this:

Using emacs 28+ with native compilation?: OPTIONAL

ericdallo18:09:08

so not native compiled

ericdallo18:09:56

anyway, you can do a profiler on emacs to check what is slow for you Check https://emacs-lsp.github.io/lsp-mode/page/performance/ for more details

diego.videco18:09:39

Thanks, I’ll try that