Forem

Praveen Kumar
Praveen Kumar

Posted on

4 2

Make images load fast by using Webp image in website

Image description

Why to use Webp images

  1. Webp images is especially build for web by google to optimize the loading speed of images
  2. The image is smaller 26% by size compared to PNG images
  3. WebP supports transparency at a cost of just 22% additional bytes

Image description

Try to use WebP images in website instead of PNG and JPEG images

Example

<img src="image.webp" alt="" />
Enter fullscreen mode Exit fullscreen mode

Thanks for reading...

Image description

Top comments (1)

Collapse
 
abipravi profile image
Praveen Kumar

Hi @lukeshiru thanks for reply as per your suggesstion i have updated the title

Thank You🙏🏻,

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay