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
$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 1 0 0
Issue Description
I am experiencing a performance problem with the help snippet on a largish ps1 file with 6000+ lines and 100+ functions. It can take up to 10s for the snippet to generate the help
Below is a demonstration with approx 10s delay.
I am not experiencing the same with small files.
Yeah, I get that I should break this script up, but that's another story
CPU: core i5-6600 @ 3.3GHz - 4 cores
Powershell.exe CPU goes to 25%, maxing out one core, while waiting so it seems to be very busy working out what to print.
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Name Value
PSVersion 5.1.14409.1005
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14409.1005
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a performance problem with the help snippet on a largish ps1 file with 6000+ lines and 100+ functions. It can take up to 10s for the snippet to generate the help
Below is a demonstration with approx 10s delay.
I am not experiencing the same with small files.
Yeah, I get that I should break this script up, but that's another story
CPU: core i5-6600 @ 3.3GHz - 4 cores
Powershell.exe CPU goes to 25%, maxing out one core, while waiting so it seems to be very busy working out what to print.
The text was updated successfully, but these errors were encountered: