Title: Another simple image optimizer
Author: Raffael Jesche
Published: <strong>25 آوریل 2023</strong>
Last modified: 1 فوریه 2025

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

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

# Another simple image optimizer

 توسط [Raffael Jesche](https://profiles.wordpress.org/raffaelj/)

[دانلود](https://downloads.wordpress.org/plugin/another-simple-image-optimizer.0.3.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/another-simple-image-optimizer/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/another-simple-image-optimizer/#reviews)
 * [توسعه](https://fa.wordpress.org/plugins/another-simple-image-optimizer/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/another-simple-image-optimizer/)

## توضیحات

Automatically optimize uploaded images (jpg, png, gif, webp, svg, avif) using the
[Spatie image-optimizer library](https://github.com/spatie/image-optimizer) and 
binary files on your host system.

New uploaded images with all image sizes (thumbnails) will be optimized automatically.

Previously uploaded images can be updated in two ways:

 1. Use the command line interface (cli) and run `wp media regenerate`, which also 
    triggers the optimization chain. If you don’t have cli access, some other plugin,
    that regenerates existing thumbnails should work, too (not tested, yet).
 2. The media library has a new column “File size” in the list view, which displays
    the new and the old file size. If an image is not optimized, there is a link named“
    Optimize” to run the optimizer directly.

**Warning:** Images are replaced with the optimized ones. Create a backup before
testing this plugin. If this is a deal-breaker for you, don’t use it.

**Important:** If the needed binary files aren’t installed, this plugin won’t optimize
anything. Don’t use it, if you don’t know, how to install them or if your web hoster
doesn’t provide them.

**Notice:** WordPress has no support for SVG files. Technically this plugin can 
optimize them, but I didn’t run any tests with plugins, that add SVG support to 
WordPress. I was able to optimize svg files automatically in a local test setup (
see [`prepare-and-run-tests.sh` in the tests folder](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/tests/prepare-and-run-tests.sh)
and search for `enable_svg_avif_upload`).

For more information and notes about development, checkout the [project README.md file on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)

### Requirements

 * PHP function `proc_open` must be enabled (some web hosts disable it via `php.
   ini`)

### Settings

Quality settings can be adjusted with constants in `wp-config.php`:

Set quality for resizing images (GD/Imagick)

 * `define('ASIO_RESIZE_QUALITY_JPEG', 100); // default: 82`
 * `define('ASIO_RESIZE_QUALITY_WEBP', 100); // default: 86`

Set quality of optimizers

 * `define('ASIO_QUALITY_JPEGOPTIM', 90); // default: 85`
 * `define('ASIO_QUALITY_PNGQUANT', 90); // default: 85`
 * `define('ASIO_QUALITY_CWEBP', 85); // default: 90`
 * `define('ASIO_QUALITY_AVIFENC', 70); // default: 63`

### Optimization tools

Spatie image-optimizer will use these optimizers if they are present on your system:

 * [JpegOptim](https://github.com/tjko/jpegoptim)
 * [Optipng](http://optipng.sourceforge.net/)
 * [Pngquant 2](https://pngquant.org/)
 * [SVGO 1](https://github.com/svg/svgo)
 * [Gifsicle](http://www.lcdf.org/gifsicle/)
 * [cwebp](https://developers.google.com/speed/webp/docs/precompiled)
 * [avifenc](https://github.com/AOMediaCodec/libavif/blob/main/doc/avifenc.1.md)

At least jpegoptim and optipng should be installed.

You can find information about how to install the binary files in the [Spatie image-optimizer README.md file](https://github.com/spatie/image-optimizer#optimization-tools).

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/d96b2fc5bd9f09efd21c601426cd8f0df33d683da2db998ff630362b2c0fe7fc?
s=60&d=retro&r=g)

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-13005/)󠁿

 [genesisbits](https://profiles.wordpress.org/genesisbits/) 29 سپتامبر 2023

Fantastic plugin. I was looking to implement spatie/image-optimizer manually on 
my WordPress theme but decided to do one check for a plugin before proceeding. After
having a look through the plugin source code it seems to do exactly what I wanted(
in a cleaner fashion too) without all the unnecessary frills and external API calls
that so many other plugins seem to use. 10/10

 [ خواندن تمامی 0 نقد و بررسی‌ ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/)

## توسعه دهندگان و همکاران

“Another simple image optimizer” نرم افزار متن باز است. افراد زیر در این افزونه 
مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Raffael Jesche ](https://profiles.wordpress.org/raffaelj/)

“Another simple image optimizer” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/another-simple-image-optimizer/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Another simple image optimizer” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/another-simple-image-optimizer)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/another-simple-image-optimizer/)،
[مخزن SVN](https://plugins.svn.wordpress.org/another-simple-image-optimizer/) را
بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/another-simple-image-optimizer/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/another-simple-image-optimizer/)
مشترک شوید.

## گزارش تغییرات

PHP 8.1 is required since 0.2.0.

For more details see [project CHANGELOG.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/CHANGELOG.md)

## اطلاعات

 *  نگارش **0.3.0**
 *  آخرین به‌روزرسانی **2 سال پیش**
 *  نصب‌های فعال **30+**
 *  نگارش وردپرس ** 5.9 یا بالاتر **
 *  آزمایش‌شده تا **6.7.7**
 *  نگارش PHP ** 8.1 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/another-simple-image-optimizer/)
   و [German](https://de.wordpress.org/plugins/another-simple-image-optimizer/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/another-simple-image-optimizer)
 * برچسب
 * [compression](https://fa.wordpress.org/plugins/tags/compression/)[image](https://fa.wordpress.org/plugins/tags/image/)
   [optimization](https://fa.wordpress.org/plugins/tags/optimization/)[optipng](https://fa.wordpress.org/plugins/tags/optipng/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/another-simple-image-optimizer/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/another-simple-image-optimizer/reviews/)

## مشارکت کنندگان

 *   [ Raffael Jesche ](https://profiles.wordpress.org/raffaelj/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/another-simple-image-optimizer/)