redis-product-search
redis-product-search copied to clipboard
Improve image load time
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.