What is Imagify plugin?
Imagify is a WordPress image optimization plugin developed by WP Media — the team behind the popular WP Rocket caching plugin. Like ShortPixel, it uses API-based compression with images processed on Imagify’s servers. The plugin offers three compression modes: Normal (lossless), Aggressive (lossy with quality preservation), and Ultra (maximum compression with visible quality trade-offs). In independent testing, Imagify ranks among the top performers for JPEG compression quality, particularly at the Aggressive level.
Imagify’s pricing is based on data processed per month rather than per image credit. The free plan includes 20MB of image data per month — enough for light usage on small sites. Paid plans start at approximately $4.99/month for 500MB of data. The plugin converts images to WebP and AVIF, and creates WebP versions stored alongside originals, with server-level rules to serve the appropriate format per browser. It integrates seamlessly with WP Rocket — if both plugins are active, image optimization and caching work together without additional configuration.
For WordPress users already running WP Rocket, Imagify is the natural image optimization pairing — same development team, shared design language, and tested compatibility. For users without WP Rocket, Imagify competes on quality and simplicity. The data-based pricing model is straightforward but can be harder to predict than ShortPixel’s per-image credit system on sites with varying image sizes. AVIF support was added alongside WebP, keeping Imagify competitive with ShortPixel on format coverage.
Need Help With Imagify Setup, Troubleshooting, or Customization?
Need help with Imagify? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Imagify Expert HelpKey Features
- Three compression levels: Normal (lossless), Aggressive (lossy), Ultra (maximum)
- API-based optimization with backup of originals
- WebP and AVIF conversion
- Auto-optimization on upload
- Bulk optimization for existing media
Pros & Cons
Pros
- Top compression results for JPEG in independent benchmarks
- Seamless WP Rocket integration — best choice for WP Rocket users
- Three clearly labelled compression levels (Normal, Aggressive, Ultra) are easy to understand
Cons
- Data-based pricing (MB/month) is less predictable than per-image credits for sites with varying image sizes
- Free plan (20MB/month) is minimal — quickly exhausted on any active site
Free vs Premium
Free: 20MB/month optimization. Spark ($4.99/month): 500MB/month. Starter ($9.99/month): 2GB/month. Elite ($19.99/month): 5GB/month. Annual plans available at discount. Data resets monthly.
Common Problems & Fixes
Imagify says I have exceeded my monthly data limit — how do I continue optimizing?
Monthly data limits reset at the start of each billing cycle. If you have hit the limit before your reset date, you can upgrade to a higher plan in Imagify → Account, or wait for the monthly reset. For bulk optimization of a large library, consider timing the bulk process near your reset date to maximize the monthly allowance. If you regularly exceed your limit, upgrade to a plan that covers your average monthly data usage — check Imagify’s dashboard for your historical usage pattern.
Imagify WebP images are being created but not served on the site — what do I need to configure?
Imagify creates WebP versions of images but requires server configuration to serve them. For Apache: Imagify adds rules to .htaccess automatically — check Imagify → Settings → WebP to verify .htaccess rules are present. For Nginx: automatic .htaccess rules do not apply — you need to add server-level rules to check for WebP file existence and serve them. Alternatively, if using WP Rocket, enable WebP caching in WP Rocket — it handles WebP delivery automatically in coordination with Imagify.
Some images are showing quality degradation after Imagify optimization — how do I restore and re-optimize?
Imagify backs up original images if backup is enabled in settings. To restore a specific image, go to the media library, click the image, and click Restore Original in the Imagify section. To switch compression levels, restore the original first, then re-optimize with a less aggressive mode (Aggressive instead of Ultra, or Normal instead of Aggressive). If backup was not enabled before optimization, originals cannot be recovered from Imagify — use a site backup from UpdraftPlus or another backup plugin.
Customization & Developer Notes
How do I configure Imagify to convert images to AVIF instead of WebP?
AVIF conversion is available in Imagify’s settings alongside WebP. Go to Imagify → Settings → Files Optimization and enable AVIF Creation. Imagify will generate AVIF versions of images in addition to WebP. For browser detection and format serving, configure server rules or rely on WP Rocket’s handling if active. AVIF provides better compression than WebP but requires browser support — enabling both WebP and AVIF fallback ensures optimized delivery across all browsers.
How do I prevent Imagify from optimizing specific images or post types?
Imagify processes all images uploaded to the media library by default. To exclude specific images, you can restore them to the original after bulk optimization. For preventing optimization of future uploads for specific cases, there is no built-in exclusion filter — Imagify optimizes all new uploads automatically. For theme or plugin images outside the media library, Imagify does not process these by default (only media library images), so external assets are not affected unless manually added.
Frequently Asked Questions
Is Imagify or ShortPixel better for WordPress image optimization?
Both are top-tier choices. Imagify excels at JPEG compression quality, particularly at the Aggressive level, and is the natural choice for WP Rocket users. ShortPixel offers credit-based pricing (more predictable than Imagify’s data-based system for variable image sizes), custom folder optimization outside the media library, and strong AVIF support. For most WordPress sites, the difference in compression quality is minimal — the decision often comes down to pricing model and ecosystem (WP Rocket users → Imagify; everyone else → ShortPixel or Imagify).
Does Imagify work well without WP Rocket?
Yes — Imagify functions independently of WP Rocket. The integration advantage applies to WebP delivery (WP Rocket handles it automatically when both are active), but Imagify’s core optimization features work on any WordPress site regardless of which caching plugin is used. The WP Rocket integration simply removes one configuration step.
Can Imagify break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Imagify?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.