-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[App Performance] Low Performance Issues #142
Comments
Samsung A50 running Android 10 |
I don't know if I fixed this by mistake, but testing on:
It didn't give me any performance issues, even using the performance analyzer of Android Studio, with version 2.3.5, if it continues being slow maybe it is the connection with the nhentai/nhent.ai site which is slow |
Yes it was the connection but the app freezes and even android ANR appears. |
@Dar9586 what did you change 2.3.4? The app lags in the newer versions. |
In 2.3.4 Literally a line of code Commit (was made in order to fix #134)
The only notable change has been:
But using both emulators and physical devices with both version I couldn't find any difference in speed/responsiveness using also an ultra slow connection (can be simulated using the emulator) |
Maybe I found the problem, fixed APK this APK is the same of 2.3.8 but with a function disabled, maybe it could be the source of the problem. If it fixed the problem let me know and I will implement it in the next update |
Yes it fixed the problem hopefully 😃 |
The problem was caused from the more metadata of the gallery used for #126. When a gallery was loaded it search for the id, but the parsing required a lot of time, now it should be fixed, but still caching the images from local storage |
Well at least its usable now :) |
When searching a manga or loading a page (main page) the app stops for 5-6 secs then continues as normal, before it was progressive and more responsive. Can you optimize it a little bit? Thanks.
The text was updated successfully, but these errors were encountered: