You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In app we import SystemCommands which import command.py.
By necessity this imports a number of widgets, which means we always load those widgets. I think we could make this lazy somehow, to improve startup time.
Couple of options:
Delay work until the user summons the command palette.
Delay work until after the first render.
Discuss with @willmcgugan once you have a plan for this.
The text was updated successfully, but these errors were encountered:
In app we import
SystemCommands
which importcommand.py
.By necessity this imports a number of widgets, which means we always load those widgets. I think we could make this lazy somehow, to improve startup time.
Couple of options:
Discuss with @willmcgugan once you have a plan for this.
The text was updated successfully, but these errors were encountered: