Replies: 2 comments 8 replies
-
It seems that the wording of my post is a bit impolite, I’m sorry about this. Because my English is poor, It's difficult for me to express what I mean correctly. I have wrote a simple plugin to implement feature of myself. I'm not asking you to do anything, just a suggestion. Thank your for your working. |
Beta Was this translation helpful? Give feedback.
-
I had tested that even I started a new plugin, even only with one line code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running on my macOS (12.4, MacBook Pro 2019 16'), whatever I run a command, even a
echo 'hello'
, it has a few seconds delay about 2-3s that is annoying.Are you the same, how long time should it take for you?
I think the time is spent on creating a new process that is slow, I try to create a shell ChildProcess at the Plugin loading or the first command running, use it to execute command rather than create a new ChildProcess to execute a single command every time.
this may speed up the execution.
Beta Was this translation helpful? Give feedback.
All reactions