-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG] Extremely lag when typing a request #37
Comments
@AnotiaWang thank you for reporting this! It's related to high priority issue #13. How many tabs you have opened? |
About 5~6 tabs |
Yeah, if you close all tabs and work only with one then will be CPU load reduced? |
Yes, and the lag will be much less recognizable |
The problem here is in data persistence, right now all application data stored in single JSON file, each update causes to parse this file and rewrite it on disk. It's a big problem, I rebuild this as soon as possible. |
Okay |
Describe the bug
When I type in the request input box, it lags a few seconds before the content actually goes into the request, and the app consumes a lot of CPU. You can see in the GIF below.
To Reproduce
Steps to reproduce the behavior:
(If any additional information needed, please point out)
Expected behavior
Input content should appear on the screen immediately
Screenshots
Envitonment
The text was updated successfully, but these errors were encountered: