Good afternoon,
I've developed a product sales app and it's working perfectly. My only problem is loading images.
I downloaded some apps from stores, and the images appear almost instantly, and in my app it takes 5-9 seconds to load.
I'm loading the images as follows: - I call my API; - In the API I generate the image in Base64; - API return for Base64 image app;
Does it have some way to load images faster.
I'm using Ionic 3 and my API is in C # .Net.