I’m using elpy for python development in emacs.
Some of the features are indispensable, like ‘C-c C-t’ for running individual tests.
However, after maybe an hour of development, my session is very slow—-like 1 full second command between keystrokes as simple as ‘C-n’, which becomes unusable.
I suspect I have something misconfigured or have conflicting autocomplete libraries, etc.
My question is: how can I (a) diagnose what is causing so much slowness and (b) fix it?