Plugin info

Total downloads: 7,075
Active installs: 400
Total reviews: 9
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 3 language(s)
Contributors: 3
Last updated: 5/2/2019 (2434 days ago)
Added to WordPress: 3/7/2017 (8 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 5.2.23
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2434 days ago • 9 reviews

22/100

Is Image Processing Queue abandoned?

Possibly abandoned (last update 2434 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 5.2.23
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Rollback Auto Update
Rating 4.0/5 (4 reviews)Active installs 1,000
Lazy Loading Feature Plugin
Rating 4.0/5 (6 reviews)Active installs 400
Shiny Updates
Rating 4.8/5 (14 reviews)Active installs 20

Description

Image Processing Queue is an alternative to on-the-fly (OTF) image processing (e.g. Aqua Resizer)
for WordPress themes.

Like OTF image processing, it allows theme developers to define image sizes for specific theme
contexts rather than defining a size for all uploaded images. This greatly reduces the number of
resized images and hence reduces disk space usage and the wait time when uploading an image.

Image Processing Queue differs from OTF image processing in how it behaves when an image doesn’t
exist yet. OTF generates the image right away and the end-user has to wait for the image to be
generated. With Image Processing Queue there’s no waiting. It immediately returns an image that
already exists (that is the closest fit to the image size requested) and adds the image size to
a queue. Image sizes are quietly generated in the background using WP Queue.

Image Processing Queue also accommodates responsive themes much better than OTF. It allows theme
developers to define a list of image sizes that will work best for their theme’s responsive
breakpoints. Images generated by Image Processing Queue are added to the post meta so that WordPress
core’s responsive functions will automatically add them to the srcset and delete them from the
filesystem when the image is deleted from the Media Library.

Installation

To install as a plugin search for “Image Processing Queue” in your WordPress dashboard and install it from there.

Frequently Asked Questions

No FAQ available

Review feed

Darren Cooney
3/10/2017

This could be a game changer!

It works! tbh, it took me a few minutes to fully understand how this library would benefit my workflow and my clients - but once I started to grasp the changes in development and how I wouldn't be running Regenerate Thumbnails every time I needed a new image size, it clicked! I think with some more detailed documentation and usage examples this could be a near perfect solution to the image size problem in many themes and plugins.
Bernhard Gronau
5/1/2017

Great Idea!

Real intresting approach and something that should be considered for WP Core - especially the Batch Processing Stuff isn#t only useful for images ...

Screenshots

No screenshots available

Changelog

1.1.1

  • Bug fix: PHP Fatal error: Class ‘Image_Processing_Queue\Exception’ not found.

1.1.0

  • Improvement: Added ipq_job_attempts and ipq_cron_interval filters.

1.0.0

  • New: Uses WP Queue internally to process image jobs.
  • Bug fix: Multiple jobs for the same attachment created.

0.2

  • New: ipq_get_theme_image_url function added for returning a single image URL

0.1

  • First release