[bisq-network/bisq] Bisq UI very laggy/slow on Windows 7 (#3308)

fresheneesz notifications at github.com
Sun Sep 22 20:12:32 UTC 2019


Bisq is very laggy. It has been this way for a while, and persists in the latest version v1.1.6. It often takes a full second to register button clicks, especially tabs like "Buy BTC" and "Sell BTC", possibly because they have lots of data to load. However these pages should be cached, especially if you've just gone to the page - there should be no reason that a new view needs to be loaded from scratch. And if those kinds of things take a long time to render, they should be preloaded.

It seems clear to me that background processes are blocking the UI. Those background processes should be run in a separate thread from the UI so taht doesn't happen. For example, last time I started up Bisq, the UI took upwards of 5 seconds to respond to actions. This happens randomly at other times too. 

I'm not sure if maybe memory problems are related: #3307.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3308
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190922/57aebec4/attachment.html>


More information about the bisq-github mailing list