redis-product-search icon indicating copy to clipboard operation
redis-product-search copied to clipboard

Improve image load time

Open Spartee opened this issue 3 years ago • 0 comments

Description

Even though this is not a latency critical application, the images can sometimes take quite a bit of time to load. This is because we are using an external data source to load the images.

Implementation

Option 1

  • [ ] Load images into an S3 bucket
  • [ ] replace current image_url with link to s3 bucket

Option 2

  • [ ] Use smaller images that will transfer faster (the dataset has links for many other sizes.

Spartee avatar Aug 08 '22 21:08 Spartee