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

Converted_Images_to_WebP_for_Better_Optimization #283

Closed
wants to merge 1 commit into from

Conversation

smog-root
Copy link

Fixes #270

  • Converted all relevant images from formats like PNG and JPEG to WebP for better optimization and performance.
  • WebP offers better compression without significant quality loss, which helps in reducing file sizes and improves page load speed.

Changes:

  • Replaced existing image formats (JPEG, PNG) with WebP versions.
  • Updated image references in HTML files to reflect the new WebP file paths.
  • Verified that images render correctly in browsers that support WebP.

Testing:

  • Verified on multiple browsers (Chrome, Firefox, etc.) to ensure proper image rendering.
  • Ensured fallback mechanisms are in place for browsers that do not support WebP (if needed).

Note: Add gssoc-ext with level3, hacktoberfest-accepted labels!

@AlfiyaSiddique

Copy link

netlify bot commented Oct 20, 2024

Deploy Preview for delightful-daifuku-a9f6ea ready!

Name Link
🔨 Latest commit 5aaec26
🔍 Latest deploy log https://app.netlify.com/sites/delightful-daifuku-a9f6ea/deploys/67149eb9f3675000086f47fe
😎 Deploy Preview https://deploy-preview-283--delightful-daifuku-a9f6ea.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you @smog-root for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better.

@AlfiyaSiddique
Copy link
Owner

@smog-root the landing page background is missing:
image

Also just want to mention that I can't see any improvement in site performance, you have just changed the image format type.
Please follow this instruction: #270 (comment)

@AlfiyaSiddique
Copy link
Owner

@smog-root any updates? If no updates found have to close this PR

@smog-root smog-root closed this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants