We’re always on a quest to streamline the git experience as well as improve the performance of GitKraken Desktop. If you’re experiencing slow performance, it can often be remedied using one of the troubleshooting steps below.
Improving Performance
Perfomance issues in GitKraken Desktop are often related to a specific repository. Some large or complex repositories with many references may cause GitKraken Desktop to slow down.
How to troubleshoot slow performance
-
Perform Repo Maintenance
from the Command Palette. This command will executegit maintenance run
, which may take several minutes on larger repositories. -
Perform a git gc on the repository.
-
Take a fresh clone of the repository to a new local directory.
Additional troubleshooting steps
-
Disable auto-fetch by setting the Auto-fetch Interval to 0.
-
Perform a git status on the repository.
-
Delete local branches that are not needed.
-
Soloing or Hiding branches/tags.
-
Set the Max Commits in Graph to show fewer commits.
-
If working with an LFS repository, you can perfom an LFS prune.
-
Restart GitKraken Desktop daily