Open AnotiaWang opened 1 year ago
@AnotiaWang thank you for reporting this! It's related to high priority issue #13. How many tabs you have opened?
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