Trust us, you don’t want Google to hate your website. Fortunately, you can reduce your image’s file sizes to help improve your website’s performance.

One problem with formatting them is that modifications often reduce their quality (which in turn might make the visitor hate your website). That’s not a bad thing as long as you don’t make them ugly.

There are some tricks and techniques that let you reduce the image’s file size and still keep them pretty enough to proudly display them on your website.

So let’s take a look at how to format your images without making them ugly, as well as how to optimize images for web and performance.


Check Out Our Video Guide to Optimizing Images for SEO

The Benefits of Formatting Your Images

First, why do you need to format your images? What are the benefits? There are numerous benefits of optimizing your images for performance. According to HTTP Archive, images make up on average 21% of a total webpage’s weight. So when it comes to optimizing your site, after video content, images are by far the first place you should start!

It’s more important than scripts and fonts. And ironically, a good image optimization workflow is one of the easiest things to implement, yet a lot of website owners overlook this.

Average Bytes Per Page (KB)
Average Bytes Per Page (KB)

Here is a look at the main benefits:

  • It will improve your page loading speed (see our case study below for how much it affects your speed).  If your page takes too long to load your visitors might get tired of waiting and move on to something else. For more information about optimizing your page loading time see our in-depth page speed optimization guide.
  • Combined with a great SEO WordPress plugin it improves your SEO. Your site will rank higher in search engine results. Large files slow down your site and search engines hate slow sites. Google is also likely to crawl and index your images faster for Google image search. Curious about what percentage of your traffic comes from Google image search? You can use a Google Analytics WordPress plugin or segment to check Google image search traffic.
  • Creating backups will be faster.
  • Smaller image file sizes use less bandwidth. Networks and browsers will appreciate this.
  • Requires less storage space on your server (this depends upon how many thumbnails you optimize)


As a Kinsta customer, you can benefit from image optimization for free by enabling automatic image optimization with just a few clicks. We’ll go into this more below.

How To Optimize Images for Web and Performance?

The primary goal of formatting your images is to find the balance between the lowest file size and an acceptable quality.

There is more than one way to perform almost all of these optimizations. One of the most popular ways is to simply compress them before uploading to WordPress. Usually, this can be done in a tool like Adobe Photoshop or Affinity Photo. Some of these tasks can also be performed using plugins, which we will go into more below.

The two primary things to consider are the file format and type of compression you use. By choosing the right combination of file format and compression type you can reduce your image size by as much as 5 times. You’ll have to experiment with each image or file format to see what works best.

1. Choose the Right File Format

Before you start modifying your images, make sure you’ve chosen the best file type. There are several types of files you can use:

  • PNG – produces higher quality images, but also has a larger file size. Was created as a lossless image format, although it can also be lossy.
  • JPEG – uses lossy and lossless optimization. You can adjust the quality level for a good balance of quality and file size.
  • GIF – only uses 256 colors. It’s the best choice for animated images. It only uses lossless compression.

There are several others, such as JPEG XR and WebP, but they’re not universally supported by all browsers. Ideally, you should use JPEG or JPG for images with lots of color and PNG for simple images.
(Suggested reading: JPG vs JPEG: Understanding the Most Common Image File Format)

2. Beware of Compression Quality vs Size

Here is an example of what can happen you compress an image too much. The first is using a very low compression rate, which results in the highest quality (but larger file size). The second is using a very high compression rate, which results in a very low-quality image (but smaller file size). Note: The original image untouched is 2.06 MB.

low compression high quality jpg
Low compression (high quality) JPG – 590 KB
high compression low quality jpg
High compression (low quality) JPG – 68 KB

As you can see the first image above is 590 KB. That is pretty large for one photo! It is generally best if you can keep a webpage’s total weight under 1 or 2 MB in size. 590 KB would be a fourth of that already. The second image obviously looks horrible, but then it is only 68 KB. What you want to do is find a happy medium between your compression rate (quality) and the file size.

So we took the image again at a medium compression rate and as you can see below, the quality looks good now and the file size is 151 KB, which is acceptable for a high-resolution photo. This is almost 4x smaller than the original photo with low compression. Typically simpler images like PNGs should be under 100 KB or less for best performance.

medium compression medium quality jpg
Medium compression (great quality) JPG – 151 KB

3. Understand Lossy vs Lossless Optimization

It is also important to understand that there are two types of compression you can use: lossy and lossless.

Lossy: This is a filter that eliminates some of the data. This will degrade the image, so you’ll have to be careful of how much to reduce the image. The file size can be reduced by a large amount. You can use tools such as Adobe Photoshop, Affinity Photo, or other image editors to adjust the quality settings of an image. The example we used above is using lossy compression.

Lossless: This is a filter that compresses the data. This doesn’t reduce the quality but it will require the images to be uncompressed before they can be rendered. You can perform a lossless compression on your desktop using tools such as Photoshop, FileOptimizer, or ImageOptim.

It’s best to experiment with your compression techniques to see what works best for each image or format. If your tools have the option make sure you save the image for web. This is an option in many image editors and will give you the quality adjustments so you can perform optimal compression. You’ll lose some of the quality, so experiment to find the best balance you can without making the images ugly.

4. Use Image Optimization Tools and Programs

There are a lot of tools and programs out there, both premium and free, that you can use to optimize your images.

Some give you the tools to perform your own optimizations and others do the work for you. We are personally big fans of Affinity Photo, as it is cheap and gives you almost identical features to that of Adobe Photoshop.

affinity photo
Compressing photo in Affinity Photo

Here are some additional tools and programs to check out:

Don’t forget that your methods for serving images are just as important as file size. Many premium hosts like Kinsta implement a CDN to rapidly deliver images and other files to users. Kinsta’s free Cloudflare integration protects all sites on the platform, too, making it both fast and secure.

5. Resize Images to Scale

In the past it was very important that you upload images to scale and not let CSS resize them. However, this is no longer as important since WordPress 4.4 now supports responsive images (not scaled down by CSS).

Basically, WordPress automatically creates several sizes of each image uploaded to the media library. By including the available sizes of an image into a srcset attribute, browsers can now choose to download the most appropriate size and ignore the others. See an example of what your code actually looks like below.

srcset responsive images example in code
srcset responsive images example in code

So with more and more HiDPI displays nowadays, it can be good to find a happy medium. Say 2x or 3x your website’s column or div size, but still less than the original size. The browser will show the correct one based on the resolution of the device.

The WordPress media library creates thumbnails based on your settings. However, the original is still retained and untouched. If you want to resize your images and save disk space by not saving the original, you can use a free plugin like Imsanity.

wordpress media settings
WordPress media settings

Imsanity allows you to set a sanity limit so that all uploaded images will be constrained to a reasonable size which is still more than large enough for the needs of a typical website.

Imsanity hooks into WordPress immediately after the image upload, but before WordPress processing occurs. So WordPress behaves exactly the same in all ways, except it will be as if the contributor had scaled their image to a reasonable size before uploading.

Clean Your Media Library

If you are looking for a tool to save space while also cleaning up your media library, you could use Media Cleaner to find unused media files. The plugin will scan all your media files and list unused ones in the Media Cleaner Dashboard so you can browse through and delete them.

Media Cleaner implements a smart trashing system: when files are deleted, they are moved to a trash directory. That way, you are able to test your website for a while and make sure everything is fine. If a file or media entry is missing, you can easily restore it with a click or simply empty the trash if all looks good to you.

Image Optimization Plugins You Can Use

Thankfully, with WordPress, you don’t have to do all of the formatting or compression by hand. You can use plugins to do at least some of the work for you automatically.

There are several plugins that will automatically optimize your image files as you upload them. They’ll even optimize images that you’ve already uploaded. This is a handy feature – especially if you already have a website filled with images. Here’s a look at some of the best plugins to format your images for better performance.

It is important though that you don’t solely rely on the plugins themselves. For example, you shouldn’t be uploading 2 MB images to your WordPress media library. This can result in eating up your web host’s disk space really fast.

The best method is to quickly resize the image in a photo editing tool beforehand, and then upload it and use one of the following plugins to reduce it further.

Before committing to one of these tools or plugins, though, you should check to be sure that your web host provider doesn’t offer built-in tools to do the work for you. For example, Kinsta customers have access to a free Image Optimization feature that automatically creates optimized copies of all WordPress images, which are stored for free. The smaller of the two image files is then served up using Kinsta’s lightning-fast CDN to boost speed even further. Customers can even pick between lossless and lossy compression depending on their needs.

1. Imagify Image Optimizer

imagify image optimizer
Imagify Image Optimizer plugin

Imagify is created by the same team who developed WP Rocket, which most of you are probably familiar with. It is WooCommerce, NextGen Gallery, and WP Retina compatible. It also has a bulk optimization feature and you can choose between three different levels of compression, normal, aggressive, and ultra. It has a restore feature as well, so if you are unhappy with the quality you can one-click restore and re-compress at a level which better suits your needs. There is a free and a premium version. You are limited to a quota of 25 MB of images per month with a free account.

Getting rid of the original image and resizing your larger images can also be done with this plugin.

Resize images in Imagify
Resize images in Imagify

Imagify also compresses images on their third-party servers, not yours, which is very important when it comes to performance. Imagify shouldn’t slow down your WordPress site.

2. Optimole

Optimole
Optimole plugin

Optimole is an image optimization WordPress plugin that automatically reduces your images’ size without any work required on your end. It has a big advantage when it comes to your site’s loading speed as it is entirely cloud-based and never serves images that are bigger than they should, aka it displays the perfect image size for the visitor’s viewport and browser.

Moreover, the plugin provides lazy loading and efficient image replacement – it downgrades the image quality if the visitor has a slower internet connection – which makes it stand out from the crowd. It also automatically detects the user’s browser and serves WebP if it’s supported.

All the images that Optimole compresses are served via a fast CDN. You can try Optimole for free or upgrade to the premium plan if you need extra bandwidth and processing space.

3. Optimus Image Optimizer

optimus image optimizer
Optimus Image Optimizer plugin

The Optimus WordPress Image Optimizer uses lossless compression to optimize your images. Lossless means you won’t see any quality loss. It supports WooCoomerce and multi-site and has a nice bulk optimization feature for those with already large existing media libraries. It also is compatible with the WP Retina WordPress plugin. There is a free and premium version. In the premium version you pay once annually and you can compress an unlimited amount of images. If you combine it with their Cache Enabler plugin you can also dive into WebP images, which is a new lightweight image format from Google.

4. WP Smush

wp smush plugin
WP Smush plugin

WP Smush has both a free and premium version. It will reduce the hidden information from images to reduce the size without reducing quality. It will scan images and reduce them as you upload them to your site. It will also scan images that you’ve already uploaded and reduce those too. It will bulk smush up to 50 files at once. You can also manually smush if you want. It will smush JPEG, GIF, and PNG image types. File sizes are limited to 1MB.

  • It’s compatible with some of the most popular media library plugins such as WP All Import and WPML.
  • All image optimization is done with lossless compression techniques, keeping your image quality high.
  • It doesn’t matter which directory you save your images in. Smush finds them and compresses them.
  • Smush has an option to automatically set width and height for all images, so all of your images get resized to identical proportions.

5. TinyPNG (also compressed JPGs)

tinypng
TinyPNG plugin

TinyPNG uses the TinyJPG and TinyPNG services (the free account lets you compress around 100 images per month) to optimize your JPG and PNG images. It will automatically compress new images and bulk compresses your existing images. It will convert CMYK to RBG to save space. It will compress JPEG images up to 60% and PNG images up to 80% without a visible loss in image quality. It does not have a file size limit.

6. ImageRecycle

imagerecycle pdf image compression plugin
ImageRecycle – Image & PDF optimizer plugin

The ImageRecyle plugin is an automatic image and PDF optimizer. This plugin focuses on not only image compression but PDFs as well. One really handy feature is the ability to set the minimum file size for compression. For example, if you have images that are 80 KB in size, you can have it automatically exclude them from compression. This ensures images and files are never compressed too much. It also includes bulk optimization and auto image resizing. Note: They have a free 15-day trial, but this is a premium service, and images are uploaded and compressed using their servers. They don’t charge per month, but rather by the total number of images compressed, starting at $10 for 10,000.

7. EWWW Image Optimizer

EWWW Image Optimizer plugin
EWWW Image Optimizer

The EWWW Image Optimizer helps you make your images smaller and your site faster with less hassle. With no size limits and plenty of flexibility for advanced users, you can use the defaults or customize the plugin completely to your liking.

The free mode allows unlimited JPG compression and WebP conversion and is great for hobby sites or blogs that are just starting out. All EWWW IO users can use the Bulk Optimizer to compress their existing images or use the Media Library list mode to pick and choose specific images to compress. Additional folders can be scanned to make sure every single image on your site is properly optimized.

EWWW IO even allows you to convert your images into next-generation formats like WebP or find the best image format for an image with multi-format conversion options.

The premium Compress API allows you to take the compression to a whole new level without sacrificing quality and average savings of 50%. It also unlocks PDF compression and includes convenient 30-day image backups. With the optional Easy IO CDN, images are automatically compressed, scaled to fit the page and device size, lazy loaded, and converted to the next-gen WebP format.

Optimize Images for Web Case Study

We decided to do our own little case study and tests to show you just how much optimizing your images for the web can affect your WordPress site’s overall speed.

Uncompressed JPGs

We first uploaded 6 uncompressed JPGs, all of which were over 1 MB in size, to our test site. We then ran 5 tests through Pingdom and took the average. As you can see from the speed test below, our total load time was 1.55 seconds and the total page size was 14.7 MB.

speed test uncompressed jpg
Speed test with uncompressed JPGs

Compressed JPGs

We then compressed the JPGs using the Imagify WordPress plugin, using the “aggressive setting.” We then ran 5 tests through Pingdom and took the average. As you can see from the speed test below, our total load time was reduced to 476 ms and the total page size was reduced to 2.9 MB. Our total load times were decreased by 54.88% and page size was decreased by 80.27%.

speed test compressed jpg
Speed test with compressed JPGs

There is almost no other optimization you can make on your site that will get you over 50% decrease in load times. That is why image optimization is so important, the process above was all automated by the plugin. It’s a hands-off approach to a faster WordPress site.

The only other dramatic optimization you could make would be changing up your hosts. Many customers that move to Kinsta see over 45% speed increases. Imagine moving to Kinsta and optimizing your images!

By optimizing your images, whether it is using a photo editing tool or a WordPress plugin, you can also fix the “Optimize images” warning you get in Google PageSpeed Insights (as shown below.)

pagespeed insights optimize images
PageSpeed Insights optimize images warning

If you have other optimization warnings from speed test tools, make sure to check out our post on Google PageSpeed Insights and our in-depth Pingdom walkthrough.

We’ve taken our knowledge of effective website management at scale, and turned it into an ebook and video course. Click to download The Guide to Managing 60+ WordPress Sites!

Using SVGs: The Benefits You Need To Know

Another recommendation is to use SVG files alongside your other images. SVG is a scalable vector format which works great for logos, icons, text, and simple images. Here are a couple reasons why:

  • SVGs are automatically scalable in both browsers and photo editing tools. This makes for a web and graphic designers dream!
  • Google indexes SVGs, the same way it does PNGs and JPGs, so you don’t have to worry about SEO.
  • SVGs are traditionally (not always) smaller in file size than PNGs or JPGs. This can result in faster load times.

Genki wrote a great article where he compares the size of SVG vs PNG vs JPEG. Below are a few takeaways from his testing in which he compared the three different image types.

JPG (optimized size: 81.4 KB)

JPG size

JPG image

PNG (optimized size: 85.1 KB)

PNG size
PNG image

SVG (optimized size: 6.1 KB)

SVG size
SVG image

As you can see above, the SVG is a decrease in file size of 92.51% when compared to the JPG. And when compared to the PNG, 92.83%. Check out our tutorial on how to use SVGs on your WordPress site.

Best Practices for Optimizing Images for the Web

Here are some general best practices when it comes down to how to optimize images for web:

  • If using a WordPress plugin, use one that compresses and optimizes images externally on their servers. This, in turn, reduces the load on your own site.
  • Use vector images whenever possible alongside your PNGs and JPGs.
  • Use a CDN to serve up your images fast to visitors across the globe. The Kinsta CDN has a code minification feature that is built directly into the MyKinsta dashboard. This allows Kinsta customers to easily enable automatic CSS and JavaScript minification with a simple click.
  • Remove unnecessary image data.
  • Crop the white space and recreate it by using CSS to provide the padding.
  • Use CSS3 effects as much as possible.
  • Save your images in the proper dimensions. Although remember WordPress now supports responsive images to serve them up without resizing them with CSS.
  • Always use .ico file format for your favicon.
  • Use web fonts instead of placing text within images – they look better when scaled and take less space.
  • Use raster images only for scenes with lots of shapes and details.
  • Reduce the bit-depth to a smaller color palette.
  • Use lossy compression where possible.
  • Experiment to find the best settings for each format.
  • Use GIF if you need animation. (but compress your animated GIFs)
  • Use PNG if you need high detail and high resolutions.
  • Use JPG for general photos and screenshots.
  • Remove any unneeded image metadata.
  • Automate the process as much as possible.
  • In some cases, you might want to lazy load images for faster first-page render.
  • Save images as “optimized for web” in tools such as Photoshop.
  • Use WebP in Chrome to serve up in smaller images.
  • Use Kinsta’s built-in Image Optimization feature

Once you’ve formatted your images for better performance and followed best practices, your site will be better liked by search engines, browsers, and networks, and will load faster for your readers. Oh, and make sure to check out our tutorial on hotlinking, to prevent people from stealing your images and bandwidth.

Have you formatted your images for better performance? Do you format them by hand, use a plugin, or both? Is there another tool or plugin you would recommend? Do you have something to add? Let us know about your techniques and best practices in the comments below!

Brian Jackson

Brian has a huge passion for WordPress, has been using it for over a decade, and even develops a couple of premium plugins. Brian enjoys blogging, movies, and hiking. Connect with Brian on Twitter.