You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
There is a noticeable lag when scrolling fast on any tab with lots of images. I believe this is due to the images being very large.
There are a few solutions we could explore:
Reduce image size on server (this would reduce the network payload sizes as well, reducing the network data usage footprint of the app which is pretty high - WIFI recommended)
Reduce image size on client prior to saving it locally (the downloaded image would be full scale, but the stored image would be smaller. The app would then use the smaller image when displaying it, theoretically fixing the lag)
Reduce the image size each time it is about to be displayed (it may take a while to reduce the size of each image prior to displaying it, potentially displaying a empty space to the user while it is being shrunk. However, this might also fix the lag - NOT 100% CERTAIN)
The text was updated successfully, but these errors were encountered:
There is a noticeable lag when scrolling fast on any tab with lots of images. I believe this is due to the images being very large.
There are a few solutions we could explore:
The text was updated successfully, but these errors were encountered: