BitShares Forum

Main => Technical Support => Topic started by: islandking on December 03, 2014, 08:44:32 pm

Title: Slow account display
Post by: islandking on December 03, 2014, 08:44:32 pm
When you click on the "my accounts" tab in the client, the accounts take up to 5-10 seconds to display. Could this be fixed for the next version?
It scared me the first time I started to use Bitshares when I rebooted my computer and the accounts were not showing up. I have a high quality computer and I am running linux so I am sure that other users have to wait longer on their PC's.

Thanks! You guys rock. I will keep testing things out and bringing them to your attention. :)
Title: Re: Slow account display
Post by: islandking on December 04, 2014, 10:49:55 pm
Bump.
Title: Re: Slow account display
Post by: jsidhu on December 04, 2014, 11:02:15 pm
Yea i've commented on this aswell... BM said it wil be optimized prior to the official 1.0 release...

I think angular side should be gzipped/minified and passed through google's closure compiler (doing so will break the build probably, but will enforce strict development which leads to faster code)... put all of the custom angular code in one file, vendor stuff in another. SHould make it faster... and then loading data should be looked at.. not sure what hte bottleneck is.
Title: Re: Slow account display
Post by: vikram on December 05, 2014, 07:34:35 pm
Noted: https://github.com/BitShares/web_wallet/issues/496