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

USER STORY: Image optimization and hosting research #58

Open
TuongPhamM opened this issue Jun 6, 2024 · 0 comments
Open

USER STORY: Image optimization and hosting research #58

TuongPhamM opened this issue Jun 6, 2024 · 0 comments

Comments

@TuongPhamM
Copy link

TuongPhamM commented Jun 6, 2024

My research: https://www.notion.so/Image-optimization-and-hosting-research-6ff3464922f844e4b32fe51ece9a0488?pvs=4
As a developer, I want to find the most optimal way to store source images.
Currently, the images are stored inside the source code, when the user accesses the page, the browser has to download a Javascript bundle and then generates HTML content causing slow content load.
I found there are more optimal ways to store images:

  1. Cloud Service:
  • Amazon S3
  1. Github Page.

  2. Image Optimization Platform: They resize and compress images and then format them into webp. We can access them easily by using provided URLs into the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant