jeena / Bungloo

Basic Tent client for OS X and Linux
Other
43 stars 8 forks source link

Startup takes ~45s-1m [Windows] #214

Closed seanmonstar closed 11 years ago

seanmonstar commented 11 years ago

The Bungloo window shows up, and shows a tent picture and my avatar, and then takes about a minute to show anything more. I thought maybe it broke, but it just consistently takes a while start up.

jeena commented 11 years ago

Hm yeah it is because it has to get 400+ posts at startup and it seems that the tent.is server is not as fast as my own. I want to implement load on scroll then I could just load 20 at startup but it will take some time until I get to the implementation of that.

seanmonstar commented 11 years ago

I understand, I can see slow fetch times in splatmonstar also. Do you cache posts locally? Could you show them upon startup?

Or perhaps just a spinner and status text "Fetching posts from your server..." would let users know it's doing something.

Extra points if the status text changes like in Gmail, after a time limit (say 10 seconds) the text changes "Still fetching, sorry it's taking so long..."

jeena commented 11 years ago

Hm yeah, I have had implemented cache but it fucked up too much stuff so I didn't want to put in more time. I will try to add that spinner.

poweruser82 commented 11 years ago

81

jeena commented 11 years ago

fixed with https://github.com/jeena/Bungloo/commit/b210e6ee323daa24246445c41afbaa5202cd34ee