Performance issue with PowerShell when using Oh My Posh theme #6324
Unanswered
JeroenVanHees
asked this question in
Troubleshoot
Replies: 2 comments 2 replies
|
@JeroenVanHees I don't see anything that explains this from our side of things. I can see oh-my-posh takes 9.8918ms to execute the prompt, which is definitely not in line with your experience. Usually that implies something on the device is either locking or monitoring the execution. |
0 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Code of Conduct
What happened?
I'm experiencing significant slowness when using PowerShell with the Oh My Posh theme configured (paradox.omp.json). There is a noticeable delay when starting the terminal session and when executing commands, which is considerably slower than expected. Despite trying various optimizations, the performance has not improved.
Steps to Reproduce:
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\paradox.omp.json" | Invoke-ExpressionSystem Information:
Expected Behavior:
PowerShell should start up quickly and respond without noticeable delays, similar to default configurations or other terminal applications.
Actual Behavior:
There is a significant delay during startup and when typing/performing commands.
Additional Information:
I have already attempted various optimizations, including excluding PowerShell from Windows Defender, but the performance issue persists.
Theme
paradox.omp.json
What OS are you seeing the problem on?
Windows
Which shell are you using?
powershell
Log output
All reactions