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

πŸ§‘β€πŸ’»: Optimize_Images_for_Better_Performance #309

Open
smog-root opened this issue Oct 20, 2024 · 0 comments
Open

πŸ§‘β€πŸ’»: Optimize_Images_for_Better_Performance #309

smog-root opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels
Assigned πŸ’» Issue has been assigned to a contributor enhancement πŸ§‘β€πŸ’» New feature or request gssoc-ext gssoc extended 2024 hacktoberfest-accepted Hacktoberfest 2024 level2 Intermediate level issues/pull requests Priority: Medium Solve it within 5 days.

Comments

@smog-root
Copy link

We need to optimize images on our website to improve loading speed and overall performance. This includes compressing existing images and converting them to more efficient formats like WebP.

Compress Images:

Use tools like TinyPNG or ImageOptim to reduce the file size of current images without sacrificing quality.

Convert to WebP Format:

Change image formats from JPEG/PNG to WebP where appropriate to enhance performance.

Enable Lazy Loading:

Implement lazy loading for images to defer loading off-screen images until they are needed.

<img src="image.jpg" alt="Description" loading="lazy">

Note: Assign me and add gssoc-ext with level3 and hacktober-accepted labels!

@Avdhesh-Varshney

@smog-root smog-root added enhancement πŸ§‘β€πŸ’» New feature or request Up-for-Grabs βœ‹ Issues are open to the contributors to be assigned labels Oct 20, 2024
@Avdhesh-Varshney Avdhesh-Varshney added level2 Intermediate level issues/pull requests Assigned πŸ’» Issue has been assigned to a contributor Priority: Medium Solve it within 5 days. gssoc-ext gssoc extended 2024 hacktoberfest-accepted Hacktoberfest 2024 and removed Up-for-Grabs βœ‹ Issues are open to the contributors to be assigned labels Oct 20, 2024
@Avdhesh-Varshney Avdhesh-Varshney moved this to In Progress in Chanakya Niti Guide Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assigned πŸ’» Issue has been assigned to a contributor enhancement πŸ§‘β€πŸ’» New feature or request gssoc-ext gssoc extended 2024 hacktoberfest-accepted Hacktoberfest 2024 level2 Intermediate level issues/pull requests Priority: Medium Solve it within 5 days.
Projects
Status: In Progress
Development

No branches or pull requests

2 participants