Title: couic – Optimiseur d’images
Author: gianito
Published: <strong>25, Setiembre de 2026</strong>
Last modified: 25, Setiembre de 2026

---

Guetar plugins

![](https://ps.w.org/couic-image-optimizer/assets/icon-256x256.png?rev=3712656)

# couic – Optimiseur d’images

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

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

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

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

## Description

couic is a WordPress image optimizer for image compression, WebP and AVIF conversion,
and responsive image delivery. Compress JPEG, PNG, WebP and AVIF files in your media
library, optimize new uploads automatically, or process existing images in bulk.

Large image uploads can also be resized locally before WordPress creates thumbnails.
The browser diagnostic helps administrators check which image actually loaded, its
file size and whether its dimensions suit the page layout and screen density.

Remote compression works on shared hosting without exec(). Connect a couic account
or configure your own trusted couic endpoint. The plugin sends images to that service,
validates the results and saves smaller variants alongside the source. The connected
service may require a paid subscription. Local upload resizing and browser diagnostics
do not require remote optimization.

#### Image compression and WebP/AVIF conversion

Choose normal, aggressive or ultra compression. Generate WebP and AVIF variants 
and deliver responsive images while preserving the existing sizes attribute. A returned
image is saved only when it has a valid format, matching dimensions and a smaller
file size. Existing picture elements are preserved, and incomplete converted thumbnail
sets keep the original image choices.

#### Resize large uploads and keep control of originals

The default maximum upload width is 2560 pixels. Set it to zero to disable local
resizing. Original preservation, backups and remote optimization are separate settings.
You can retry failed images, exclude individual images or thumbnail sizes, and restore
saved originals.

#### Check the images visitors actually load

The administrator-only diagnostic reports the selected image source, file dimensions,
file size, rendered dimensions and screen density. Export the results as JSON to
review oversized or undersized images and choose files that fit the displayed size.

For logos, theme images and CSS backgrounds outside the media library, generate 
responsive copies from selected directories inside wp-content. Copy the HTML with
sizes and alternative text, or select an explicit width for your CSS background.
Source files remain intact.

Features:
 * Automatic background optimization of uploads using Action Scheduler
when available, otherwise WordPress Cron. * Bulk optimization with progress, pause
and resume, including pending images, the entire library or failed images. * Normal,
aggressive and ultra compression levels. * JPEG, PNG, WebP and AVIF inputs; WebP
and AVIF output variants. * Local upload resizing before thumbnail generation, with
a default maximum width of 2560 pixels. Set zero to disable resizing. * Optional
original replacement with backups, or preserve originals. * Responsive picture delivery
that preserves sizes and skips incomplete converted thumbnail sets; optional Apache
rewrite delivery. * Detection of new or modified thumbnails without sending unchanged
files again. * Media library status filters, retry, restore and per-image or per-
size exclusions. * Available-variant savings estimates and a local monthly usage
indicator. * Optimization of selected directories inside wp-content. * Responsive
copies for selected images outside the media library, with configurable widths, 
sizes, alternative text and explicit CSS background width choices. * Administrator-
only browser diagnostics for loaded image dimensions, bytes, rendered size, screen
density and JSON export.

### External services

The plugin uses the couic image optimization service when you connect your account
at https://couic.app. The connection flow opens couic.app in your browser and exchanges
a short-lived authorization code for a site-specific API token. Optimization requests
go to https://api.couic.app/api/optimize.

For each requested optimization, the plugin sends the image file, site token (Bearer
authentication), compression level, requested output formats, maximum dimensions
and metadata preference. Requests happen after uploads, when changed thumbnails 
are detected with automatic optimization enabled, during bulk or directory optimization,
and when you manually generate responsive copies. The service processes images without
storing them. No WordPress user accounts or page content are sent. The connected
service meters usage against your couic account; a paid subscription may be required
according to the applicable couic offer.

Terms: https://couic.app/cgv
 Privacy policy: https://couic.app/confidentialite

You may instead configure your own trusted couic endpoint. Its operator determines
its terms and privacy policy. No images are sent before a service URL and token 
are configured. Local upload resizing and the browser diagnostic do not require 
the remote API. The diagnostic runs in the administrator’s browser; its JSON export
is saved locally and not sent to couic.

### Known limitations

 * GIF and SVG inputs are passed through without optimization.
 * Existing picture elements are preserved.
 * The local monthly usage indicator does not impose a quota.
 * CSS background copies require an explicit width selection; the plugin does not
   rewrite your stylesheets.
 * Diagnostic measurements may be unavailable for external, embedded or unloaded
   images. Network transfer bytes and decoded file bytes are distinct measurements.

## Installation

 1. Upload the plugin directory to wp-content/plugins or install the ZIP in Plugins
    > Add New.
 2. Activate couic.
 3. Open Settings > couic and connect your account, or configure a trusted endpoint
    and site token in the advanced settings.
 4. Test the connection and start bulk optimization from the Media menu.

The plugin interface is currently in French.

## FAQ

### Can resizing be disabled?

Yes. Set the maximum upload width to zero. This setting is independent of automatic
remote optimization and original preservation.

### Are original images preserved?

You can preserve originals or replace them with a valid, smaller recompressed image.
Enable backups to restore originals. Local upload resizing is applied separately
and may also keep a backup.

### Are displayed savings measured visitor traffic savings?

No. They estimate bytes from available image variants. Actual browser choices depend
on layout, viewport, screen density and delivery settings. Use the diagnostic to
inspect the image loaded in your browser.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“couic – Optimiseur d’images” is open source software. The following people have
contributed to this plugin.

Contributors

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

[Translate “couic – Optimiseur d’images” into your language.](https://translate.wordpress.org/projects/wp-plugins/couic-image-optimizer)

### Interested in development?

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

## Changelog

#### 1.4.1

 * Delete WebP/AVIF variants and backup copies when a media-library image is deleted,
   including files kept from before an image edit.

#### 1.4.0

 * Resize uploads locally before generating thumbnails; set zero to disable.
 * Preserve responsive sizes and skip incomplete converted thumbnail sets.
 * Validate variant MIME type, dimensions and smaller byte size before saving or
   delivering them.
 * Detect new thumbnails and changed files; cache unchanged sources and optimization
   settings.
 * Add administrator browser diagnostics and JSON export.
 * Generate responsive copies outside the media library, with HTML and explicit 
   CSS background width choices.
 * Label savings as estimates and avoid duplicate aggregate totals on retries.

#### 1.2.0

 * One-click couic account connection with a per-site token and account-linked metering.
 * Updated settings interface and manual endpoint configuration.

#### 1.1.0

 * Dashboard, monthly usage, bulk modes, retries, exclusions, native WebP/AVIF support
   and directory optimization.

#### 1.0.0

 * Initial upload and bulk optimization, WebP/AVIF delivery, backups, restoration
   and statistics.

## Meta

 *  Version **1.4.1**
 *  Last updated **1 día ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/couic-image-optimizer/)
 * Tags
 * [AVIF](https://ast.wordpress.org/plugins/tags/avif/)[image compression](https://ast.wordpress.org/plugins/tags/image-compression/)
   [image optimization](https://ast.wordpress.org/plugins/tags/image-optimization/)
   [responsive images](https://ast.wordpress.org/plugins/tags/responsive-images/)
   [webp](https://ast.wordpress.org/plugins/tags/webp/)
 *  [Advanced View](https://ast.wordpress.org/plugins/couic-image-optimizer/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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