What is Kraken.io Image Optimizer plugin?
Kraken.io Image Optimizer is the official WordPress plugin for the Kraken.io image optimization service — a cloud-based API used by developers and enterprises for high-performance image compression. The service supports JPEG, PNG, GIF, and SVG compression with both lossy and lossless modes, and API integration for custom workflows via SDKs in multiple languages. The WordPress plugin brings this capability to the media library with auto-compression on upload and bulk optimization.
Kraken.io requires a paid account — the free testing quota is 100MB, after which plans start at approximately $9/month or $89/year for 2GB of monthly data. This pricing structure makes it more expensive than ShortPixel or Imagify for typical WordPress use cases without a clear advantage in compression quality for standard web images. Where Kraken.io excels is in its API-first architecture: developers who need precise control over compression parameters, batch processing via API, or integration with custom image pipelines will find Kraken.io’s developer tools more flexible than plugin-based alternatives.
For most WordPress site owners, ShortPixel or Imagify provide comparable or better compression at lower cost with simpler setup. Kraken.io is the right choice when the WordPress plugin is a secondary integration point alongside a custom API-based image processing workflow, or for developers who already use Kraken.io in other parts of their tech stack.
Need Help With Kraken.io Image Optimizer Setup, Troubleshooting, or Customization?
Need help with Kraken.io Image Optimizer? 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 Kraken.io Image Optimizer Expert HelpKey Features
- Lossy and lossless compression for JPEG, PNG, GIF, SVG
- API-based optimization via Kraken.io cloud
- Auto-optimization on media library upload
- Bulk optimization for existing images
- Intelligent image format detection
Pros & Cons
Pros
- Strong API with SDKs for custom development workflows
- Supports SVG compression (uncommon in standard image optimization plugins)
- Lossy and lossless modes available
Cons
- More expensive than ShortPixel or Imagify for standard WordPress use
- Data-based pricing (MB/month) can be unpredictable for variable image sizes
Free vs Premium
Free testing: 100MB one-time quota. Micro plan: approximately $9/month for 2GB/month. Plans scale with data volume. Annual discounts available at kraken.io/plans.
Common Problems & Fixes
Kraken.io plugin shows "quota exceeded" — how do I add more quota?
Log into your Kraken.io account at kraken.io and navigate to your plan details. Upgrade to a higher data plan or purchase additional quota. Once upgraded, the WordPress plugin will automatically use the new quota on the next optimization attempt — no plugin reconfiguration is needed as the API key remains the same. If you have a one-time testing quota that is exhausted, you must upgrade to a paid plan to continue.
Kraken.io is not connecting from my WordPress site — what should I check?
Verify your API key in Settings → Kraken.io Image Optimizer. API keys are case-sensitive and available in your Kraken.io account dashboard. If the key is correct but the connection still fails, your hosting server may be blocking outbound HTTPS connections to api.kraken.io. Check with your host about outbound connection restrictions and whitelist the Kraken.io API endpoint if necessary. Also verify your Kraken.io account is active and not suspended.
Some images are being skipped by Kraken.io bulk optimization — why?
Kraken.io skips images that are already optimized (within a threshold), images that fail size or format validation, or images where the optimized version would be larger than the original (this can happen with already-compressed small PNGs). Check the plugin’s optimization log for specific skip reasons. Images marked as already optimized in a previous run are skipped by default — reset the optimization status in plugin settings to force re-processing.
Customization & Developer Notes
How do I configure Kraken.io for lossless vs lossy compression?
In Settings → Kraken.io, the Optimization Type setting toggles between Lossy and Lossless. Lossy delivers significantly smaller file sizes by reducing image data — recommended for photographs and product images where 80–90% quality is acceptable. Lossless removes metadata and redundant data only without any visual quality change — recommended for PNG graphics, logos, and screenshots where pixel-perfect accuracy is required. You can change this setting before bulk optimization to apply different modes to different batches of images.
Can Kraken.io be used for image resizing in addition to compression?
Kraken.io’s API supports image resizing through URL parameters and API call options (strategy: fit, crop, exact, fill). The WordPress plugin’s resize option allows setting a maximum width/height for images resized on upload. For more advanced resizing workflows — for example, generating multiple sizes or applying smart cropping — Kraken.io’s API can be called directly from custom code rather than relying solely on the WordPress plugin.
Frequently Asked Questions
Is Kraken.io better than ShortPixel for WordPress image optimization?
For typical WordPress use, ShortPixel generally offers better value: more flexible pricing (per-image credits vs data-based), WebP and AVIF support, custom folder optimization, and comparable compression quality. Kraken.io’s advantage is its developer API flexibility and SVG support. If your primary use case is the WordPress plugin without custom API integration, ShortPixel is the stronger recommendation.
Does Kraken.io's WordPress plugin support WebP images?
The standard Kraken.io WordPress plugin does not include WebP conversion as a built-in feature. The Kraken.io API itself supports WebP via specific API parameters, but this requires custom integration beyond the plugin. For WordPress-native WebP conversion, use ShortPixel, Imagify, or EWWW Image Optimizer which include WebP generation as a plugin feature.
Can Kraken.io Image Optimizer 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 Kraken.io Image Optimizer?
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.