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
Idea: Reduce calls to Get-Config as much as possible. The entire config is reconstructed for every call. This makes it very dynamic and responsive though, so I'd rather avoid caching it. I don't want to manually reload the config either. Just don't use the Get-Config call multiple times for a single call-stack.
Load times can be a bit heavy, especially if every module is enabled. Some ideas to improve initial load speeds:
The text was updated successfully, but these errors were encountered: