File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
reference/docs-conceptual/dev-cross-plat/performance Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -208,13 +208,12 @@ understand it's trying to do.
208208
209209 Steve Lee, the PowerShell Dev Manager, has a blog post that describes how to measure the
210210 performance of your profile. It includes instructions for establishing a baseline for performance,
211- how to get detailed timing information, and ways to optimize your profile.
211+ how to get detailed timing information, and ways to optimize your profile. See
212+ [ Optimizing your $Profile] [ 05 ] .
212213
213- See [ Optimizing your $Profile ] [ 05 ] .
214+ ### PowerShell 7 starts slowly in an isolated network
214215
215- ### PowerShell 7 starts slowing in an isolated network
216-
217- In this scenario, your Windows computer is on a network that is not connected to the internet. For
216+ In this scenario, your Windows computer is on a network that's not connected to the internet. For
218217interactive PowerShell sessions, PowerShell loads the PSReadLine module automatically. PSReadLine is
219218a signed module. PowerShell must verify the digital signature of the module. This verification can
220219cause delays in a disconnected environment. To test this theory, start PowerShell 7 in
You can’t perform that action at this time.
0 commit comments