gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
12.6k stars 499 forks source link

Performance issues when a repository has many, _many_ branches #2578

Closed krlvi closed 1 month ago

krlvi commented 7 months ago

Discord discussion https://discord.com/channels/1060193121130000425/1073202153163857920/1205090107900559391

clemens-tolboom commented 7 months ago

It would be nice to add some (summary) text (how many branches, how long) instead of only a link I guess (search engine, non-discord user)

I see a spinner for a long time (45 seconds) on project with 41 branches and 58 changes ... when /right-click/pressing reload takes similar time.

krlvi commented 1 month ago

It would be nice to add some (summary) text (how many branches, how long) instead of only a link I guess (search engine, non-discord user)

I see a spinner for a long time (45 seconds) on project with 41 branches and 58 changes ... when /right-click/pressing reload takes similar time.

  • MacOS Version 17.2.1 / M2

You are right, we should make the app provide better feedback when it's doing something. Regarding this specific issue there was a bunch of progress in the latest release - https://github.com/gitbutlerapp/gitbutler/releases/tag/release%2F0.12.19

Closing for now