Optimize image loading

Is there a way to optimize image loading in native apps? Since the app runs real code, I would expect that images wouldn’t need to reload every time a new one is displayed. Shouldn’t the images be cached instead of being reloaded each time? Or are the images not stored within the app itself?

Example in my app:

https://drive.google.com/file/d/14QY8LoBfWg9qrJtSqVI59ULeEYm_yfA8/view?usp=sharing

Also looking for a spinner or something else to show to user while image is uploading or a way to speed up the uploading process
And a compressor for a large files (like profile pic that have 4-6MBs)

@nick.carroll thanks in advance for reply!

Will look into this behavior

Shouldn’t the images be cached instead of being reloaded each time?

1 Like

Adding a loading state to an image upload is on the roadmap. Have you tried using the imgix operator?

1 Like

I was wondering the same thing! I have many images that takes a second or two to load every time a view loads and it doesn’t look great. Especially things like the logo.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.