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
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:
Cloud Service:
Amazon S3
Github Page.
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.
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:
Github Page.
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.
The text was updated successfully, but these errors were encountered: