We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrolling up and down the revlog I noticed that an excessive amount of git fetching happens which slows down the app:
10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 2 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 9 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 32 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 1 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 2 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 2 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Down, modifiers: NONE })) 10:37:03 [TRACE] (1) asyncgit::tags: [asyncgit/src/tags.rs:67] request 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 5 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 8 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 1 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Down, modifiers: NONE })) 10:37:03 [TRACE] (1) asyncgit::tags: [asyncgit/src/tags.rs:67] request 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 7 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 29 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 1 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Up, modifiers: NONE })) 10:37:03 [TRACE] (1) asyncgit::tags: [asyncgit/src/tags.rs:67] request 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 4 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 5 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 1 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Up, modifiers: NONE })) 10:37:03 [TRACE] (1) asyncgit::tags: [asyncgit/src/tags.rs:67] request 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 6 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 6 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 1 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Up, modifiers: NONE })) 10:37:03 [TRACE] (1) asyncgit::tags: [asyncgit/src/tags.rs:67] request 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::utils::get_head_repo] @asyncgit/src/sync/utils.rs:106 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 0 ms [asyncgit::sync::state::repo_state] @asyncgit/src/sync/state.rs:28 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 5 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (2) scopetime: [scopetime/src/lib.rs:41] scopetime: 6 ms [asyncgit::sync::tags::get_tags] @asyncgit/src/sync/tags.rs:29 10:37:03 [TRACE] (1) scopetime: [scopetime/src/lib.rs:41] scopetime: 2 ms [gitui::loop] @src/main.rs:159 10:37:03 [TRACE] (1) gitui::app: [src/app.rs:263] event: Input(Key(KeyEvent { code: Up, modifiers: NONE }))
it should be only happening maximum every 3s
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
scrolling up and down the revlog I noticed that an excessive amount of git fetching happens which slows down the app:
it should be only happening maximum every 3s
The text was updated successfully, but these errors were encountered: