otraku
otraku copied to clipboard
Image management for better loading times
When for instance you are in the feed and few posts want to load heavy stuff/pictures at the same time and you tap on a user or a manga to view the data but nothing will load before finish loading those pics from previous screens. Hence here are my suggestions:
- Abort downloading items from previous screens to prioritize the items in the current screen
- Load one item (ex.: pictures) at the time
I've barely mingled with image management and I don't know how to handle it properly. I may be imagining things, but it feels like image loading is worse in the markdown elements? Perhaps, when I've actually added proper markdown parsing I can look into it. Either way, I will not say anything decisive for now, because I can't evaluate how hard it will be to deal with the issue.