I've come to understand why I'm having terrible issues with HG on a PC browser and not in the Android App; it's a h*ll of a lot of assets that's downloaded when first browsing to the start page.
All the requests for javascripts and images (>100) will choke the service and it fails until I manually restart it.Even when you think it's cached it still fails in a never ending "load spin".
I suggest that HG bundles the assets to minimize the requests, there's several framworks available to help with that. I don't know the whole HG/MIG yet, so maybe it's MIG that should implement this?
I'm willing to try this out and if successful end up with a PR.