Hacker News new | ask | show | jobs
by rowanG077 1383 days ago
My initial instinct: are your build artifacts indexed by the git plugin? Try git ignoring everything not relevant.
2 comments

Nope. It's only compiling relevant files. Nothing is output during the build. Can you confirm faster builds with the panel hidden too?
How would that change with the state of the in-editor panel?
Panel gets removed from DOM it unhooks the event handlers for showing the real-time status of git meaning they don't have fire at all. It's common for web apps to slow down when certain UI element react to an event that is emmited (much) faster then the UI can handle.
That's a good point, but I'd expect that to influence output-heavy processes. I still don't see the connection to git.