-3

Displaying a list containing pre-signed urls of images. It takes time to load the images. Is there a way to reduce the size of the image or a way to load the images faster.

Tried converting the image to a canvas to reduce the size of the image. But still takes longer for the image to load

Raja
  • 1
  • 5

1 Answers1

1

Image optimization is a broad topic, you can maybe start here:

Mainly, shipping the proper size + format will get you a long way. Lazy loading + other tricks/optimizations can be applied.

Hard to say more without more effort/context from your side.

kissu
  • 40,416
  • 14
  • 65
  • 133