KeyCDN Image Processing: Optimize and Manipulate Images On-the-Fly

If you purchase through a link on our site, we may earn a commission. Learn more.

In this post, I'll be taking a look at a service that helps you do just that - KeyCDN's new image processing functionality. If you're not familiar, KeyCDN helps you speed up your site by delivering your content from a network of servers all around the world (more on this second). With the new image processing feature, KeyCDN can also help you dynamically optimize and manipulate the images you serve via KeyCDN on-the-fly.
Table of Contents
WP Engine High Performance Hosting
BionicWP Hosting

According to the HTTP Archive, the average web page’s file size is about 50% images. Because images are such a weighty part of most websites, finding ways to optimize your WordPress site’s images is one of the biggest things you can do to speed up your site.

In this post, I’ll be taking a look at a service that helps you do just that – KeyCDN’s new image processing functionality.

If you’re not familiar, KeyCDN helps you speed up your site by delivering your content from a network of servers all around the world (more on this second). With the new image processing feature, KeyCDN can also help you dynamically optimize and manipulate the images you serve via KeyCDN on-the-fly.

It’s super flexible, easy to set up, and affordable to use alongside your KeyCDN service.

While I will touch on some general KeyCDN functionality in this post, I’ll mostly focus on just the new image processing feature.

How Does KeyCDN Work?

Again, I’m focusing on KeyCDN’s new image processing feature for this review, but I first want to start with a deeper (but still brief) rundown of what KeyCDN is.

As the name suggests, KeyCDN is a content delivery network (CDN), which is a way to speed up your WordPress site.

Essentially, you hook your website up to KeyCDN. Then, KeyCDN is responsible for delivering your site’s static files (like images) from its 34 data centers around the world. Your site’s visitors are automatically served files from the location that’s closest to them, which means your site loads faster no matter where in the world someone is located.

Because KeyCDN is already storing and serving your images, KeyCDN is in a unique position to automatically optimize your images, which brings me to the next question…

How Does KeyCDN Image Processing Work?

As you learned above, KeyCDN is already serving images for your site as part of its service.

The new image processing feature takes that one step further and lets KeyCDN process, optimize, and manipulate those images in on-the-fly. That is, no need to upload separate images.

By adding image parameters to your image URLs, you’ll be able to dynamically manipulate your images in a ton of different ways. Some of the things that you can do are:

  • Resize images
  • Change the quality level (lower quality means a smaller file size)
  • Choose between different compression methods
  • Crop images
  • Enlarge images
  • Flip images
  • Blur images
  • Change colors, like switching to grayscale

That’s just a partial list – there are tons of other manipulations like changing gamma, sharpening, tint, etc. You can view a full list of options here.

You can also dynamically convert images to WebP as part of this process. If you’re not familiar with WebP, it’s a Google-backed image format that offers smaller file sizes without losing quality.

Currently, the WebP format is supported by most major browsers, though not all do. The most notable holdout is Safari, which still lacks WebP support.

The nice thing about this “on-the-fly” approach is that you don’t need to upload multiple images to your WordPress media library. All you do is upload the base image one single time and then you can have KeyCDN manipulate it as needed.

Once KeyCDN processes an image, it will store the processed image at its edge locations which further speeds up performance and saves you money (more on that later). That is, it doesn’t need to process the image for every single visit. It only processes the image once to store it in the cache.

How Does KeyCDN Image Processing Benefit Your WordPress Site?

The biggest benefit of KeyCDN image processing is improved performance. Again, images are a huge component of most WordPress site’s page size, so optimizing them will help your site load faster.

To give you an idea of what can go wrong, I ran my test site through GTmetrix. You can see a few image-focused issues/recommendations:

GTmetrix

KeyCDN’s image processing tool can help you fix all those problems. Here’s how:

  • Resizing/cropping images – KeyCDN can automatically resize your images to the proper size for your website, which fixes the “serve scaled images” issue. You can either resize your images by keeping the same height/width ratio or you can dynamically crop images.
  • Optimize images – KeyCDN lets you apply varying levels of lossy or lossless compression to your images, which fixes the “optimize images” problem.

Beyond that, KeyCDN can help you serve images in the WebP format. WebP Caching is a feature that you can enable in the KeyCDN dashboard (it’s not automatically enabled together with the “Image Processing” feature). Once WebP Caching is enabled, KeyCDN will automatically deliver WebP assets without the need for any other changes. This is something that Google PageSpeed Insights recommends:

Google PageSpeed Insights

And another neat trick is the option to implement adaptive images. With this enabled, KeyCDN will automatically resize images based on each visitor’s device. So someone browsing on a smartphone will get a lower-resolution image, while someone browsing on a 4k screen gets a higher-resolution image.

So I would say performance is definitely the biggest benefit.

However, there are also some other perks.

For example, you can change an image’s looks on-the-fly. Want to make an image grayscale? No need to open an image editor and upload a new file – just tell KeyCDN to serve it in grayscale. You can also mess with other aspects of presentation, like adding a background, blurring an image, or flipping/rotating it.

Ready to see how it works? Let’s go hands-on.

How to Use KeyCDN Image Processing With WordPress

To get started with KeyCDN image processing, you’ll first need to set up the basic KeyCDN CDN service.

This is super easy – you just head to the Zones tab in your KeyCDN dashboard and create a new Pull zone with your WordPress site as the origin URL:

Add zone in KeyCDN

Once you’ve created your zone, KeyCDN will automatically “pull” your static files onto its network of global edge servers.

To tell your WordPress site to load images from KeyCDN rather than your WordPress site’s server, you can use KeyCDN’s free CDN Enabler plugin and enter your Zone URL in the plugin’s settings.

Here’s where you find your Zone URL:

KeyCDN Zone URl for image processing

And here’s how it looks in the CDN Enabler plugin:

Set up CDN enabler

Now, your WordPress site is configured to serve images (and other static files) from KeyCDN.

To finish things out, you’ll need to enable the image processing feature. To do this:

  • Edit your zone in your KeyCDN dashboard
  • Check the Show Advanced Features box
  • Use the drop-down to turn on Image Processing

Enable KeyCDN image processing

How to Process Images Using Query Parameters

To process individual images, you’ll add query parameters to your image URLs – it’s super simple. You can find the full list of query parameters here, but let’s run through two examples.

First, here’s my original image, which is located at this URL:

Original image

It’s over 4,000 px wide and just generally pretty unoptimized.

Let’s say you want to resize it to just 400 px wide and compress it a bit. To perform those two actions at the same time, you’d just need to add two query parameters to the end of the URL like this:

And voila – a properly-sized and compressed image:

Resized image

It’s the same idea for other performance-focused processing. For example, you could add parameters for:

  • crop – crop images instead of just resizing and keeping the same aspect ratio.
  • adaptive – dynamically serve different sizes based on a visitor’s device.
  • Various compression-related parameters.

And it’s also the same idea for other tweaks. For example – want to make your image grayscale? Just add a grayscale=1 parameter like this:

And bam! Grayscale:

Grayscale image

I think you get the idea, right?

The main thing to remember here is that all of this happens on-the-fly using the exact same base image file.

That means you don’t need to upload multiple files to your WordPress media library to cover every possible situation – you can just upload your image one time and then have KeyCDN dynamically process it as needed by adding those query parameters from above.

KeyCDN Image Processing Pricing

KeyCDN’s image processing feature is an extra cost on top of your existing KeyCDN usage.

It’s pretty affordable, though – it starts at just $1 per 2,000 operations.

Remember – KeyCDN will cache the image at its edge servers after processing it, so it does not count as an operation every time a visitor views a processed image. It only counts as an operation to process the image and put it into the cache.

That’s why I say it’s quite affordable.

Final Thoughts on KeyCDN Image Processing

KeyCDN’s image processing functionality is a really nice addition to an already-great content delivery network service.

It makes it super easy to optimize and manipulate your images, without the need for an additional plugin or being forced to upload multiple images for every possible permutation. That will help you speed up your WordPress site and give you more design flexibility.

The only thing I’ll say is that I would love some type of WordPress plugin to make it easier to add query parameters to images in WordPress content. Right now, you seem to have to manually edit each image to add the parameters. While that’s not too difficult, I think there could be a simpler way, like having a plugin add the query parameter to resize all your images to a certain width unless you override it manually or automatically turn on adaptive images.

All in all, if you’re already using KeyCDN, you should definitely check out the image processing functionality. And if you’re not, give KeyCDN a look if you’re in the market for a content delivery network – the image processing is just the icing on top of a high-quality CDN service.

KeyCDN offers a free trial – no credit card required – and the setup process literally takes about 30 seconds. So – give KeyCDN a try and see if it works for you.

Colin Newcomer

Colin has been using WordPress for over a decade and is on a quest to test all 60,000+ plugins at WordPress.org. He has been a Writer and Product Review Expert for WP Mayor since 2017, testing well over 150 products and services throughout that time.

Discover more from our , archives ↓

Popular articles ↓

One Response

Share Your Thoughts

Your email address will not be published. Required fields are marked *

Claim Your Free Website Tip 👇

Leave your name, email and website URL below to receive one actionable improvement tip tailored for your website within the next 24 hours.

"They identified areas for improvement that we had not previously considered." - Elliot

By providing your information, you'll also be subscribing to our weekly newsletter packed with exclusive content and insights. You can unsubscribe at any time with just one click.