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
I've noticed that as I've added modules to my $PROFILE script, the startup time to open a PS terminal has increased. PsFZF, in particular is slow and the author knows this.
I doubt that it would help, Invoke-Parallel has an overhead of it's own of about 0.5 sec per job. Also you would likely see problems with marshaling all the imports from invoke-parrallel scopes back to the global scope.
I personally found posh-git the main offender and don't use it because of the bad performance.
Hello
I've noticed that as I've added modules to my $PROFILE script, the startup time to open a PS terminal has increased. PsFZF, in particular is slow and the author knows this.
I import three modules in my $PROFILE:
Is there a way to use Invoke-Parallel (or something else) to load these in parallel to speed up terminal start time?
Thanks
The text was updated successfully, but these errors were encountered: