-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Performance + Animation Lags on 3.1.0 (stable) #5754
Comments
A simple |
I'm having the same issue (same OS, same version) - I auto-upgraded to |
Can you try removing all plugins and adding them back one by one, to see if it's due to any particular one. |
|
I'm noticing that after the upgrade, Hyper Helper (renderer) process has very high CPU usage. This seems to be related to my performance issues. After removing |
+1, removing hyperline removes the laggy input for me on |
+1 very slow after the upgrade. Downgrade to 3.0.2 resolves the issues |
+1 Removing the |
@jrodl3r can you post your config again, that link is not working. |
Both hyperline and hyper-statusline are causing issues at the moment, both of these are using setInterval with small values for either getting time, system resources, etc. and spawning child processes very frequently. |
can confirm after the update |
This along with an issue in electron electron/electron#26143 is giving us the lag. |
Can you all try out the build from https://github.com/vercel/hyper/actions/runs/1049653907 to see if there's any improvement in perf. |
Using |
Yep, here the |
There'd need to be some updates in the plugins though. Doing |
@LabhanshAgrawal this last build that you sent (https://github.com/vercel/hyper/actions/runs/1051187521#artifacts) still with the lag when |
I'm not sure if something changed from the other build (https://github.com/vercel/hyper/actions/runs/1049653907), but I tested again and this one is fixed... |
@joaaoeu the difference is that one is signed and other isn't. IIRC it's something due to changes in Big Sur. Many electron apps are using |
since downgrading electron might not be feasible as the bug is still there in signed builds, we can instead use IPC to do exec etc. in main process. |
With this build it still with a small lag if the |
I'm seeing the same behavior using that @joaaoeu mentioned when using the |
Not seeing with 3.3.0. OK to close IMO. |
Issue
forced upgrade causes performance lag when using plugins.
The text was updated successfully, but these errors were encountered: