varunKT001 / tomper-wear-ecommerce

E-commerce web-application for selling clothing essentials 😀
https://tomper-wear.netlify.app
MIT License
38 stars 48 forks source link

Title: Compress Images for Better Page Speed and User Experience #26

Closed Shubham29012001 closed 2 years ago

Shubham29012001 commented 2 years ago

Describe your issue.

Since I was working on another issue of creating a better footer, I noticed that it takes lots of time to reload the site due to extreme high-quality images on the page. Both of the images on Frontpage take around 9 MB in size. It's a huge size for images as it will hamper the user experience while surfing the site.

We can compress both images so that they will load faster. Could I work on it for GSoC'22?

Screenshots (if applicable).

image

Additional context (if any)

No response

github-actions[bot] commented 2 years ago

Hey @Shubham29012001 👋, thank you for raising an issue. Please make sure that it is detailed, and also following the provided template.

varunKT001 commented 2 years ago

Nice idea @Shubham29012001 👍, I'll assign you this issue once your previous pull request is merged, as you need to update your fork for this one or you'll face another merge conflict 😕

Shubham29012001 commented 2 years ago

Hey @varunKT001, can I now work on it since my previous commit has been merged?

varunKT001 commented 2 years ago

Ya sure 👍

varunKT001 commented 2 years ago

Also, in your previous pull request, I just noticed that you have done all the changes directly in your main branch. Make sure this time to checkout to a different branch, and make the pull request from that branch. If you do this, then in case of any mess up, you won't tamper with your main branch. Otherwise, you would need to delete your previous fork and fork it again or perform a hard reset (very painful 🙂)

Shubham29012001 commented 2 years ago

Hey @varunKT001, I am sorry I just saw your message now after creating a new pull request.

varunKT001 commented 2 years ago

Its okay for now, but try to do it in future 👍