How to Use WebP Images in WordPress (for Better Performance)

Since the release of version 5.8, WordPress supports WebP natively. This means you can now upload WebP images directly to the media library and insert them into your content like any other image format.

Additionally, since the release of Adobe Photoshop 23.2 you can save WebP images directly from the File > Save a Copy… menu item. 

These two facts highlight just how fast adoption of the WebP format is becoming, and illustrate why you should get onboard right now! In this video you’ll learn how to make your WordPress website faster by using WebP images.

Images Are a Big Problem on the Internet

Images are the heaviest part of most websites; we’re visual communicators after all, so websites rely on getting their message across with visuals. The more images a web page has, and the larger they are, the more server requests are needed to render the page and the more data is used doing so. All in all, this leads to an internet experience which is slower than it needs to be.

Developers who are working to optimize the load times of their pages often minimize their images, or reduce the physical size, but they rarely look at changing the file format.

This is a mistake! Nowadays we have .webp; an image format which can reduce the file size without reducing the quality.

Check out this video explainer for a full walkthrough of webP images with WordPress and don’t forget to subscribe to Tuts+ on Youtube for more WordPress and creative videos!

WebP Images in WordPress

What is WebP?

Let’s take this opportunity to address the obvious question: what is a WebP image? WebP is an image format developed by Google back in 2010 which offers great quality, supports animation, metadata, and transparency, and has much smaller file size (by around 25%) than traditional JPG and PNG files.

Whilst this format isn’t exactly “new”, it’s being talked about a lot at the moment because it never really took off in terms of mainstream use. It’s not possible to save images in .webp format from the most widely used design applications, like Adobe Photoshop for example, which hasn’t helped its adoption.

In fact, the .webp format is currently used by just 3.1% of all websites worldwide. Its rate of adoption has seen a sharp increase in recent years however, and that’s largely because of an improvement in the level of browser support. Nowadays WebP is supported by all major browsers, which is great news for website performance all over the world.

How to Create a WebP Image

In order for me to demonstrate the differences between .webp and other formats we first need to get our hands on a .webp image. Nowadays there are 4 ways to do this:

  1. Use an online converter tool
  2. Use Google’s cwebp command line tool
  3. Use the WebPShop Photoshop plugin (for Photoshop versions lower than 23.2)
  4. Use Adobe Photoshop 23.2 (and above) natively

To test the online converter tool out I’m going to use this Two Flamingos Standing in the Water image from Mixkit. The image is a PNG so we’ll use the PNG to WEBP feature of the converter.

converterconverterconverter

We begin by selecting our file and uploading, then clicking the Convert to WebP button. It outputs our new image for us, and we can see that the file size has been reduced by a whopping 87% without any visible reduction in quality! We can now download the image to our system.

reduction in file sizereduction in file sizereduction in file size

How to Use WebP Images in WordPress

Now let’s talk about WebP and WordPress. Since the release of version 5.8, WordPress supports WebP natively. This means you can now upload WebP images directly to the media library and insert them into your content like any other image format.

But what about non-supporting browsers? As we discussed, there aren’t actually many these days, but one that doesn’t is IE. To make sure WebP images are displayed with the <picture> element and therefore has fallback formats (like this)…

…we can use a plugin, of which there are many! Take a look at WebP Express Plugin,ShortPixel Image Optimizer Plugin,EWWW Image Optimizer Plugin,Imagify Plugin, andOptimole WP Pluginfor example. 

Let’s cover the EWWW plugin now to demonstrate how it works.

Step 1. Install EWWW  Plugin

Go to the New Plugin page of your WordPress admin and search for “EWWW”. Install and activate the plugin.

ewwwewwwewww

Step 2. Upload Images

With the plugin installed and activated you can now add JPG images to your posts as normal.

Step 3. Configure Settings

With images added to the post go back and click on the plugin’s Settings link to open up the various options available. Be sure to check the WebP Conversion checkbox. Also make sure JS WebP Rewriting and <picture> WebP Rewriting are checked too.

There are other options you might want to select, but none are required, so a this point hit Save Changes.

Step 4. Bulk Optimize

All future images will be converted automatically, but to make sure existing images are also converted to WebP we need to optimize them too. Go to Media > Bulk Optimize and hit Optimize X Images (X being however many images are in the library).

bulk optimizebulk optimizebulk optimize

Step 5. Check File Format

To be sure everything is working, go back to the post where you uploaded your JPG image, refresh the page and check the browser inspector. You’ll see new markup, and you’ll see your images are now WebP.

webp in browser inspectorwebp in browser inspectorwebp in browser inspector

Conclusion

Don’t forget to check out the video above for more details about this process, but in essence that’s how easy it is to use WebP with WordPress. WebP is hailed as the next generation of image formats, and in a world where web performance is more important than ever I highly recommend you consider moving over!

WordPress Beginner? Check Out These Videos!

If we haven’t met before my name’s Adi and I’m a web designer. It’s my goal with these videos to help you become a better web designer and developer!

Useful WebP Resources


This content originally appeared on Envato Tuts+ Tutorials and was authored by Adi Purdila

Since the release of version 5.8, WordPress supports WebP natively. This means you can now upload WebP images directly to the media library and insert them into your content like any other image format.

Additionally, since the release of Adobe Photoshop 23.2 you can save WebP images directly from the File > Save a Copy... menu item. 

These two facts highlight just how fast adoption of the WebP format is becoming, and illustrate why you should get onboard right now! In this video you’ll learn how to make your WordPress website faster by using WebP images.

Images Are a Big Problem on the Internet

Images are the heaviest part of most websites; we’re visual communicators after all, so websites rely on getting their message across with visuals. The more images a web page has, and the larger they are, the more server requests are needed to render the page and the more data is used doing so. All in all, this leads to an internet experience which is slower than it needs to be.

Developers who are working to optimize the load times of their pages often minimize their images, or reduce the physical size, but they rarely look at changing the file format.

This is a mistake! Nowadays we have .webp; an image format which can reduce the file size without reducing the quality.

Check out this video explainer for a full walkthrough of webP images with WordPress and don’t forget to subscribe to Tuts+ on Youtube for more WordPress and creative videos!

WebP Images in WordPress

What is WebP?

Let’s take this opportunity to address the obvious question: what is a WebP image? WebP is an image format developed by Google back in 2010 which offers great quality, supports animation, metadata, and transparency, and has much smaller file size (by around 25%) than traditional JPG and PNG files.

Whilst this format isn’t exactly “new”, it’s being talked about a lot at the moment because it never really took off in terms of mainstream use. It’s not possible to save images in .webp format from the most widely used design applications, like Adobe Photoshop for example, which hasn’t helped its adoption.

In fact, the .webp format is currently used by just 3.1% of all websites worldwide. Its rate of adoption has seen a sharp increase in recent years however, and that’s largely because of an improvement in the level of browser support. Nowadays WebP is supported by all major browsers, which is great news for website performance all over the world.

How to Create a WebP Image

In order for me to demonstrate the differences between .webp and other formats we first need to get our hands on a .webp image. Nowadays there are 4 ways to do this:

  1. Use an online converter tool
  2. Use Google’s cwebp command line tool
  3. Use the WebPShop Photoshop plugin (for Photoshop versions lower than 23.2)
  4. Use Adobe Photoshop 23.2 (and above) natively

To test the online converter tool out I’m going to use this Two Flamingos Standing in the Water image from Mixkit. The image is a PNG so we’ll use the PNG to WEBP feature of the converter.

converterconverterconverter

We begin by selecting our file and uploading, then clicking the Convert to WebP button. It outputs our new image for us, and we can see that the file size has been reduced by a whopping 87% without any visible reduction in quality! We can now download the image to our system.

reduction in file sizereduction in file sizereduction in file size

How to Use WebP Images in WordPress

Now let’s talk about WebP and WordPress. Since the release of version 5.8, WordPress supports WebP natively. This means you can now upload WebP images directly to the media library and insert them into your content like any other image format.

But what about non-supporting browsers? As we discussed, there aren’t actually many these days, but one that doesn’t is IE. To make sure WebP images are displayed with the <picture> element and therefore has fallback formats (like this)...

...we can use a plugin, of which there are many! Take a look at WebP Express Plugin,ShortPixel Image Optimizer Plugin,EWWW Image Optimizer Plugin,Imagify Plugin, andOptimole WP Pluginfor example. 

Let’s cover the EWWW plugin now to demonstrate how it works.

Step 1. Install EWWW  Plugin

Go to the New Plugin page of your WordPress admin and search for “EWWW”. Install and activate the plugin.

ewwwewwwewww

Step 2. Upload Images

With the plugin installed and activated you can now add JPG images to your posts as normal.

Step 3. Configure Settings

With images added to the post go back and click on the plugin’s Settings link to open up the various options available. Be sure to check the WebP Conversion checkbox. Also make sure JS WebP Rewriting and <picture> WebP Rewriting are checked too.

There are other options you might want to select, but none are required, so a this point hit Save Changes.

Step 4. Bulk Optimize

All future images will be converted automatically, but to make sure existing images are also converted to WebP we need to optimize them too. Go to Media > Bulk Optimize and hit Optimize X Images (X being however many images are in the library).

bulk optimizebulk optimizebulk optimize

Step 5. Check File Format

To be sure everything is working, go back to the post where you uploaded your JPG image, refresh the page and check the browser inspector. You’ll see new markup, and you’ll see your images are now WebP.

webp in browser inspectorwebp in browser inspectorwebp in browser inspector

Conclusion

Don’t forget to check out the video above for more details about this process, but in essence that’s how easy it is to use WebP with WordPress. WebP is hailed as the next generation of image formats, and in a world where web performance is more important than ever I highly recommend you consider moving over!

WordPress Beginner? Check Out These Videos!

If we haven’t met before my name’s Adi and I’m a web designer. It’s my goal with these videos to help you become a better web designer and developer!

Useful WebP Resources


This content originally appeared on Envato Tuts+ Tutorials and was authored by Adi Purdila


Print Share Comment Cite Upload Translate Updates
APA

Adi Purdila | Sciencx (2021-06-14T12:12:00+00:00) How to Use WebP Images in WordPress (for Better Performance). Retrieved from https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/

MLA
" » How to Use WebP Images in WordPress (for Better Performance)." Adi Purdila | Sciencx - Monday June 14, 2021, https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/
HARVARD
Adi Purdila | Sciencx Monday June 14, 2021 » How to Use WebP Images in WordPress (for Better Performance)., viewed ,<https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/>
VANCOUVER
Adi Purdila | Sciencx - » How to Use WebP Images in WordPress (for Better Performance). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/
CHICAGO
" » How to Use WebP Images in WordPress (for Better Performance)." Adi Purdila | Sciencx - Accessed . https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/
IEEE
" » How to Use WebP Images in WordPress (for Better Performance)." Adi Purdila | Sciencx [Online]. Available: https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/. [Accessed: ]
rf:citation
» How to Use WebP Images in WordPress (for Better Performance) | Adi Purdila | Sciencx | https://www.scien.cx/2021/06/14/how-to-use-webp-images-in-wordpress-for-better-performance/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.