GitGutter was making my Sublime Text laggy

Written on July 30, 2015

One of the reasons why I like Sublime Text over other text editors is that it is lightning fast. But recently, I noticed that my Sublime Text was getting a bit laggy. Laggy in the sense that it was slow when I was typing and doing things like finding instances of a given string.

At first I just ignored it and just trudged through it, but today I got fed up with how slow it was. Flipping through the Sublime Text forums, revealed that others had experienced laggy performance as well. I tried a bunch of suggestions but none of them worked except one — removing GitGutter.

At first, I tried upgrading the GitGutter package and even switching over to it’s edge version but it didn’t make any improvements. I removed it completely and now Sublime Text is as snappy as it used to be. As much as I enjoyed having what GitGutter had to offer, it wasn’t absolutely necessary to my workflow.

I could simply git diff in my terminal window to see changes made to any single file.

If you’ve been experiencing some performance issues with Sublime Text 3 lately, try removing GitGutter.

Stay in touch

Thanks for reading this article. I'd love to stay in touch and share articles like this one in your inbox. Sign up for my newsletter.