This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-08
Channels
- # announcements (40)
- # babashka (14)
- # babashka-sci-dev (7)
- # beginners (50)
- # calva (8)
- # cider (25)
- # clj-kondo (7)
- # cljdoc (8)
- # cljs-dev (14)
- # clojars (6)
- # clojure (56)
- # clojure-australia (1)
- # clojure-berlin (2)
- # clojure-dev (16)
- # clojure-europe (18)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (7)
- # clojurescript (100)
- # cursive (57)
- # data-science (9)
- # datomic (6)
- # emacs (11)
- # figwheel (2)
- # fulcro (14)
- # helix (2)
- # hyperfiddle (9)
- # introduce-yourself (1)
- # lsp (20)
- # malli (14)
- # meander (34)
- # minecraft (1)
- # missionary (8)
- # off-topic (37)
- # pedestal (4)
- # polylith (18)
- # portal (3)
- # re-frame (5)
- # ring (33)
- # shadow-cljs (32)
- # spacemacs (6)
- # vim (16)
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.
newest version is supposed to be faster: https://clojurians.slack.com/archives/CPABC1H61/p1662592594335279
I’ll check it out, thanks
I think maybe not. Is there a way check?
@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
I get this:
Using emacs 28+ with native compilation?: OPTIONAL
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
Thanks, I’ll try that