rogchap / wombat

Cross platform gRPC client
MIT License
1.4k stars 52 forks source link

Search is very slow #52

Open dminGod opened 3 years ago

dminGod commented 3 years ago

I am on Windows 10 Home 64 Bit - I installed the latest version of Wombat 0.4.0. When I get a response back from the service and I try to do a search using ctrl + f - as soon as I type in 1 - 2 characters in the search field, the application freezes for 2 - 3 seconds -- When I looked up "Task Manager" -- I noticed it goes into "very high" under Power Usage and for 2 - 3 seconds when its frozen it shows "Not Responding" -- it then resumes as normal. It does this every time anything is searched.

The response that I am trying to do the find (ctrl + f) on is about 1kb (about 1300 characters).

image

Love the utility though, thanks for doing this! : )

rogchap commented 3 years ago

🤔 There is no ctrl + f function/feature in Wombat. Is this a Windows thing? I think having a dedicated search feature would be good though.

dminGod commented 3 years ago

ok, didn't know it was not an explicity functionality of the app. Probably part of the UI framework - this is the screen I am talking about on ctrl + f

image

rogchap commented 3 years ago

Definitely a Windows only thing.

62 Is going to track a feature for adding search to responses so I'll make sure to "override" the Ctrl-f function