• It’s strange that this plugin has no reviews at all; DeepSeek recommended it to me. I was looking for a plugin that would optimize all image files on the site and ensure they loaded depending on the user’s device and its screen resolution. When I installed the plugin, I ran into a problem — it didn’t generate AVIF files, even though the interface on my site showed it in green with the word “Yes,” indicating that GD AVIF is installed on my server. I resolved the issue relatively quickly, in about half an hour, also with the help of DeepSeek.

    Thanks to the plugin’s author! As of September 2026, in terms of key features, it’s better than many paid plugins. Please don’t stop improving the plugin; over time, you could add some extra features and monetize the plugin — and, consequently, your work. Wishing you success!

    ——————————————————————————————————————-
    Это полезный плагин для оптимизации сайта

    Странно, что у этого плагина вообще нет отзывов. Мне его посоветовал DeepSeek. Я искал плагин, чтобы на сайте были оптимизированы все графические файлы и они загружались в зависимости от устройства пользователя и разрешения экрана.

    Когда я установил этот плагин, то столкнулся с проблемой: он не генерировал AVIF‑файлы, хотя в его интерфейсе на моём сайте было указано зелёным цветом «Yes» — то есть, согласно интерфейсу, на моём сервере установлен GD AVIF. С проблемой я справился относительно быстро — примерно за полчаса, также с помощью DeepSeek.

    Благодарю автора плагина! По ключевым функциям на сентябрь 2026 года он лучше многих платных плагинов. Не прекращайте работу по усовершенствованию плагина: со временем можно добавить какие‑нибудь новые возможности и монетизировать плагин, а соответственно — и ваш труд. Желаю успехов!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rafał Dziewa

    (@putiek)

    Hi, thank you for a kind review. I am glad the plugin helps.

    If you had an opportunity and provide me with a bit more details regarding the issue i would be happy to fix it for the future, nevertheless I will try to find bugs either way. Cheers!

    Thread Starter pozharskiy

    (@pozharskiy)

    The issue was on both my side and your plugin’s side:

    1. On my side, I resolved it as follows:
      a) My site is hosted on a VPS with the Hestia control panel, which allows access to php.ini.
      Initially, I had:
      Memory limit: 128M
      Max execution time: 60s

      I changed them to:
      Memory limit: 512M
      Max execution time: 300s

      b) I updated libavif‑dev. To do this,
      I ran the following commands via SSH:
      sudo apt update
      sudo apt upgrade
      sudo apt install libavif-dev

      с) I created a temporary PHP file in the site’s root directory: test_create-avif.php
      https://gist.github.com/pozharskiydmitriy/e99a702e3fb1738c4eeeb85eaa6e1e92

      On your plugin’s side, I did the following:
      I deleted all .jpg.avif files with a size of 0 bytes that were created by your plugin when I had issues with the libraries responsible for generating AVIF files. Then I restarted the optimization for the files I selected, running it manually in the plugin.

    Everything is working now!

    ——————————————————————————————————————–

    • This reply was modified 5 days, 5 hours ago by pozharskiy.
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this review.