Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottleneck: Windows powershell startup can be slow #16

Open
Vectorial1024 opened this issue Jan 23, 2025 · 0 comments
Open

Bottleneck: Windows powershell startup can be slow #16

Vectorial1024 opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Vectorial1024
Copy link
Owner

This continues #5.

It turns out, starting Windows PowerShell is not instantaneous, and when we are repeatedly calling PowerShell commands, we are slowing down the program.

Think about whether this situation can be improved.

One possible approach would be to use PHP's popen, but that'll need some investigation.

@Vectorial1024 Vectorial1024 added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant