I
by Rachid Aitouaissi 0 (0 reviews)

ImageCompressionAI Media Optimizer

Compress your media library through the imagecompression.ai API. Automatic on upload, bulk compression, resizing, backups with one-click restore.

ImageCompressionAI Media Optimizer ranks #58,825 among WordPress.org plugins with 0+ active installations, is #3,514 of 4,596 in the Security category, and was last updated Aug 20, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.0.0 Current Version v1.0.0
Updated 1 month ago Last Update on 20 Aug, 2026
Refreshed 8 hours ago Last Refreshed on
#3,514 of 4,596 in Security
View on WordPress.org
Rank
#58,825
No change
Active Installs
0+
-100%
KW Avg Position
191
19 worse
Downloads
122
+2 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 20%
0+ 10+
39,085
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 8 more installs to reach 10+

Rank Changes

50,332 53,582 56,832 60,081 63,331 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
48,579 53,762 58,945 64,127 69,310 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #58,825
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about ImageCompressionAI Media Optimizer

From your account at imagecompression.ai. It looks like ic_live_ followed by 32 characters.
No. All image processing happens on the API, not your server. Uploads are queued and compressed in the background, so the upload itself never waits.
Yes. Use Deactivate this site on the Settings page first, then activate it on the new site.
With backups enabled, every original is copied to a protected folder before it is replaced, and can be restored with one click until the retention window passes. The backup is taken before any resizing, so a restore always returns the true full-resolution original.
Per file, including thumbnails. One image with five thumbnail sizes costs six. You can lower that cost by excluding thumbnail sizes you do not use, or by skipping small images.
Compression pauses and tells you exactly what happened. Nothing is left half-done: the API processes an image all-or-nothing, so you never end up with a compressed original and uncompressed thumbnails. Once you top up or renew, it resumes on its own, and you can also resume it manually from the notice.
No. Every compressed image is flagged, and bulk runs skip anything already done. This is also why uninstalling keeps that record by default.
By default, uninstalling is non-destructive. Your backups are kept, and so is the record of which images have already been compressed. If that record were deleted, reinstalling and running a bulk compression would send your already-compressed images to the API again, using up your quota and, in lossy mode, compressing them a second time, which lowers quality. If you genuinely want everything removed, tick Delete all plugin data when I uninstall in Settings before removing the plugin. Your API token is always kept, since it is yours.
Yes. The plugin replaces the image files on disk, so your CDN or cache picks up the smaller versions the next time it fetches them. You may want to purge your cache after a large bulk run.
Open the Needs attention screen. Every image that failed is listed there with a plain-English reason, and stays listed until it compresses successfully. The Logs screen shows the most recent attempts, including skips, with the reason for each. If you need more detail than that, you can log every call made to the API. Add this to your theme's functions.php or a small must-use plugin: add_filter( 'icai_debug_requests', '__return_true' ); add_filter( 'icai_debug_responses', '__return_true' ); WordPress also needs debug logging switched on, in wp-config.php: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); The log is written to wp-content/debug.log. The requests filter records the outgoing call: HTTP method, full URL, headers and JSON body. Your API token is truncated, so the log is safe to share with support. The responses filter records what came back: HTTP status and the response body. Remove both filters once you have what you need. They write a couple of lines per image, which grows the log file quickly during a bulk run. Uploads hang on "Crunching", or images have no thumbnails This happens before this plugin is involved: WordPress creates thumbnails itself during upload, and if that fails the plugin never sees the image. The usual causes are an outdated Imagick extension (versions below 3.5 crash on some files) or PHP running out of memory on a very large image. Check your Imagick version and your memory limit under Tools > Site Health > Info. Raising the limit in wp-config.php often fixes it: define( 'WP_MEMORY_LIMIT', '512M' ); If images in your library already have missing thumbnails from a previous failure, you can have a bulk run rebuild them: add_filter( 'icai_dev_regenerate_thumbnails', '__return_true' ); Be aware this does image processing on your own server, which is exactly what this plugin normally avoids. It is slow and memory hungry, and on the very images that failed before it may fail again. Try it on a staging copy first, and remove the filter once the repair is done.

Sign In / Register

You need to sign in or register to use this feature.