Title: PicEte Image Optimizer
Author: wnpicete1
Published: <strong>July 31, 2026</strong>
Last modified: July 31, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/picete-image-optimizer.svg)

# PicEte Image Optimizer

 By [wnpicete1](https://profiles.wordpress.org/wnpicete1/)

[Download](https://downloads.wordpress.org/plugin/picete-image-optimizer.zip)

 * [Details](https://wordpress.org/plugins/picete-image-optimizer/#description)
 * [Reviews](https://wordpress.org/plugins/picete-image-optimizer/#reviews)
 *  [Installation](https://wordpress.org/plugins/picete-image-optimizer/#installation)
 * [Development](https://wordpress.org/plugins/picete-image-optimizer/#developers)

 [Support](https://wordpress.org/support/plugin/picete-image-optimizer/)

## Description

PicEte Image Optimizer brings professional-grade image optimization to WordPress
at no cost.

_Key Features:_

 * **Unlimited Lossy Compression** — Adjust quality from 1-100 with a simple slider.
   No limits, no hidden fees.
 * **WebP Conversion** — Convert images to next-generation WebP format automatically.
 * **Multiple Size Support** — Optimize full-size images and thumbnails in one pass.
 * **Privacy First** — All processing happens locally on your server. No external
   calls, no data leaves your site.
 * **Secure Backups** — Automatic backup before optimization with configurable retention.
 * **Flexible Drivers** — Supports CLI tools (jpegoptim, pngquant), Imagick, and
   GD PHP extensions.
 * **Batch Processing** — Re-optimize existing media library with cursor-based bulk
   optimization.
 * **Zero Ad Experience** — Clean backend without upgrade prompts, affiliate links,
   or commercial banners.
 * **Online Tools at [PicEte.com](https://picete.com/?utm_source=wp_plugin&utm_medium=readme&utm_campaign=picete_optimizer&utm_content=features_link)**—
   Free browser-based image compression, WebP conversion, and format comparison 
   tools.

_Why PicEte?_

Most image optimization plugins either charge for advanced features or flood your
admin panel with ads. PicEte takes a different approach: powerful, unlimited optimization
completely free, supported by [PicEte.com](https://picete.com).

_Typical Savings:_

 * JPEG: 40-70% size reduction at quality 80
 * PNG: 30-60% size reduction at quality 80
 * WebP: Additional 25-35% savings over JPEG

### Reviews

_Performance Considerations:_

Large images may take several seconds to process. For sites with many images, use
the bulk optimization feature which runs via cursor-based pagination.

_CLI Tools (Optional):_

For best performance, install jpegoptim and pngquant on your server:
 `bash

Ubuntu/Debian

sudo apt-get install jpegoptim pngquant

CentOS/RHEL

sudo yum install jpegoptim pngquant
 `

The plugin automatically falls back to Imagick or GD if CLI tools are unavailable.

## Installation

 1. Upload `picete-image-optimizer` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure settings in Media > PicEte Optimizer

## FAQ

### Does this plugin send my images to external servers?

No. All image processing happens locally on your server using PHP extensions or 
CLI tools. Your images never leave your site.

### How does the comparison slider work?

The Media Library gets an “Optimize & Compare” button that opens a side-by-side 
slider. Drag the handle to instantly see the difference between original and optimized
versions. This helps you find the perfect quality setting for your images.

### What backup options are available?

Original images are automatically backed up to `wp-content/uploads/picete-backups/`
before optimization. The directory is protected with `.htaccess` (Apache) or `deny
all` (Nginx) rules. You can configure retention period (e.g., 30 days) and maximum
total backup size (e.g., 5 GB) in settings. Backups can be restored individually
or in bulk.

### Can I bulk-optimize existing images?

Yes. Navigate to Media > Library and use the “Bulk Optimize” button. The plugin 
processes images in the background using cursor-based pagination, handling tens 
of thousands of images reliably. Progress is tracked and you can pause/resume at
any time.

### What are the server requirements?

 * PHP 7.4 or higher
 * WordPress 6.0 or higher
 * One of: Imagick extension, GD extension, or jpegoptim/pngquant CLI tools

CLI tools are optional—the plugin automatically falls back to PHP extensions if 
unavailable.

### Is this really free?

Yes, completely free. No ads, no upgrade prompts, no limits. Powered by PicEte.com
as a brand extension to the WordPress community.

### Where can I find more image optimization tools?

Visit [PicEte.com](https://picete.com/?utm_source=wp_plugin&utm_medium=readme_faq&utm_campaign=picete_optimizer&utm_content=faq_link)
for free online image compression tools, including bulk format conversion and quality
comparison. All tools are free, no account required.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PicEte Image Optimizer” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ wnpicete1 ](https://profiles.wordpress.org/wnpicete1/)

[Translate “PicEte Image Optimizer” into your language.](https://translate.wordpress.org/projects/wp-plugins/picete-image-optimizer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/picete-image-optimizer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/picete-image-optimizer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/picete-image-optimizer/)
by [RSS](https://plugins.trac.wordpress.org/log/picete-image-optimizer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.3

 * All feedback addressed from WordPress.org review
 * Security: Removed automatic .htaccess writes (now manual installation only)
 * Assets: Removed banner/icon files from plugin ZIP (will upload via SVN after 
   approval)
 * Contributors: Updated to include wnpicete1
 * Escaping: Verified correct (already fixed in v1.1.1)

#### 1.1.1

 * WordPress.org review compliance fixes
 * Proper output escaping (esc_html__ + wp_kses) for footer link
 * Path traversal protection for .htaccess write operations
 * Removed redundant load_plugin_textdomain() (WP 4.6+ automatic)

#### 1.1.0

 * Enhanced Imagick PNG adaptive color quantization with alpha channel protection
 * Advanced WebP encoding parameters with balanced and extreme presets
 * Progressive JPEG and conditional 4:2:0 chroma subsampling for large images
 * GD driver alpha protection preventing black backgrounds on transparent PNGs

#### 1.0.0

 * Initial release
 * FlexEngine lossy compression with CLI/Imagick/GD driver pipeline
 * WebP generation with frontend <picture> tag rewriting
 * One-page dashboard with quality sliders and health diagnostics
 * Media Library A/B comparison slider
 * Automatic original image backup with secure restore
 * Bulk media library optimization with cursor pagination
 * Privacy-first: all processing on your server
 * Zero ads: no upgrade prompts or commercial banners
 * Full i18n support (Text Domain: picete-image-optimizer)
 * [Full release notes on PicEte.com](https://picete.com/?utm_source=wp_plugin&utm_medium=changelog&utm_campaign=picete_optimizer&utm_content=changelog_1.0.0)

## Meta

 *  Version **1.1.3**
 *  Last updated **4 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [image compression](https://wordpress.org/plugins/tags/image-compression/)[image optimizer](https://wordpress.org/plugins/tags/image-optimizer/)
   [media](https://wordpress.org/plugins/tags/media/)[performance](https://wordpress.org/plugins/tags/performance/)
   [webp](https://wordpress.org/plugins/tags/webp/)
 *  [Advanced View](https://wordpress.org/plugins/picete-image-optimizer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/picete-image-optimizer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/picete-image-optimizer/reviews/)

## Contributors

 *   [ wnpicete1 ](https://profiles.wordpress.org/wnpicete1/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/picete-image-optimizer/)