I want to quit Magit because it's unbearably slow. In a repo with 6000 files `git status` takes 100ms but the Magit equivalent takes 2-4 seconds.
I want to quit Magit because it's unbearably slow. In a repo with 6000 files `git status` takes 100ms but the Magit equivalent takes 2-4 seconds.
This will probably help:
It's because Magit is doing a lot more than just status. It executes multiple git commands to get all the information it wants to display.
As a sibling said, you can disable much of that.