[PR #7993] Fix slowdown on open/close tabs when the user has many profiles #27057

Open
opened 2026-01-31 09:19:43 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/7993

State: closed
Merged: Yes


Summary of the Pull Request

Just deleting an unnecessary call to _UpdateCommandsForPalette

Note: This only fixes slowdown when opening/closing a tab, but not upon first startup (we still need to call _UpdateCommandsForPalette there

References

Fixes the slowdown described in #7820 for opening and closing tabs, but doesn't improve startup time dramatically.

Validation Steps Performed

Tested with ~100 profiles in my settings file

**Original Pull Request:** https://github.com/microsoft/terminal/pull/7993 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Just deleting an unnecessary call to `_UpdateCommandsForPalette` **Note:** This only fixes slowdown when opening/closing a tab, but not upon first startup (we still need to call `_UpdateCommandsForPalette` there ## References Fixes the slowdown described in #7820 for opening and closing tabs, but doesn't improve startup time dramatically. ## Validation Steps Performed Tested with ~100 profiles in my settings file
claunia added the pull-request label 2026-01-31 09:19:44 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27057