this post was submitted on 03 Jul 2023
10 points (91.7% liked)

Thunder App

2706 readers
1 users here now

An open-source, cross-platform Lemmy client for iOS and Android.

This community is intended to discuss features and feature suggestions for Thunder; as well as friendly, respectful talks about Lemmy in general.

Please use the GitHub repository linked below to submit bug reports, so keeping track of them is easier, and make sure to search first if you already can find an issue for your report.

If there are any developers who would like to contribute, feel free to reach out on GitHub!

General Links
Website: Link
GitHub Repository: Link
Matrix Space: Link

Android Releases
IzzyOnDroid: Link
Google Play: Link

iOS Releases
Apple App Store: Link
TestFlight Beta: Link

Related Communities
Nightly Community: Link

founded 1 year ago
MODERATORS
 

First of all, love the design and overall user experience. Are the user requests proxied through the Thunder server though? Everything loads so much slower compared to other apps.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

Hey! There are no servers that Thunder proxies to, it sends everything directly to the instance you are on. The main issue with slowness will usually come because the instance you are in is experiencing server issues or timeouts because of too much traffic

If you are not logged in, it will default to the lemmy.world instance, which is currently experiencing a lot of delays (at least when I am using that instance)

Which instance are you on? You can try a different smaller instance if you have an account elsewhere and see if the slowness still persists. If it does persist, then it may then be an issue with Thunder and you can open up a GitHub issue on it!

[–] imrichyouknow 1 points 1 year ago (1 children)

Thank you for the comment. It’s good to know that there’s no middleware between the user and the server. However I’m pretty sure the slowness is not caused by the server as I’ve been testing with other apps at the same time(wefwef, liftoff), only Thunder exhibits such behavior with the same server(sh.itjust.works).

[–] [email protected] 3 points 1 year ago (1 children)

Hmm, in that case it could be Thunder then. Thunder loads 20 posts at a time, so depending on the other apps and how many they tend to load up, that could be a difference.

It could also be because the feed contains a lot of images, which causes Thunder to do some calculations that it needs to determine width/height calculations to pre-allocate the correct space on display to reduce things shifting around.

If you could determine a bit more details, it would be helpful for me to look deeper into the issues and find a fix! I would suggest trying to load up a feed with mainly texts vs images, and see if theres a big difference between the loading times

[–] imrichyouknow 1 points 1 year ago

That’s my theory as well, I suspect Thunder is trying to load too much data at one time. I’ll do more tests to see if there’s a pattern behind this.