Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve image load time #6

Open
3 tasks
Spartee opened this issue Aug 8, 2022 · 0 comments
Open
3 tasks

Improve image load time #6

Spartee opened this issue Aug 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Spartee
Copy link
Contributor

Spartee commented Aug 8, 2022

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 Spartee added the enhancement New feature or request label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant