Slow loading of Ionic 3 images

Asked

Viewed 100 times

0

Good afternoon,

I developed an app selling products and, is working perfectly. My only problem is how to upload images.

I downloaded some store apps, and the images appear almost instantly and in my app it takes 5 to 9 seconds to load.

I’m uploading the images as follows: - I call my API; - In API Gero the image in Base64; - Return the API to the Base64 app from the image;

Does it have any way to load images faster.

I am using Ionic 3 and my API is in C# . Net.

  • Try resizing images if they are large.

  • 1

    In the API I resize the images, and Gero a base 64, but still does not load instantly.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.