You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Option 2
The text was updated successfully, but these errors were encountered: