Viewing 1 replies (of 1 total)
  • Plugin Author ShortPixel

    (@shortpixel)

    Hi,
    Thank you for taking the time to write.

    Your feedback is a bit puzzling, as our plugin does optimize the original image and all the custom image sizes as well (thumbs). Please note that this happens only if you check the “Image thumbnails” option in Settings > ShortPixel

    In order to explain how it works, here’s a quick test I’ve done for you:

    1) I’ve added a custom 333×333 image size:
    add_image_size( ‘testthumb’, 333, 333, true );
    2) I uploaded a new image in Media Library named test-for-Vahan4033.jpg

    After waiting a bit for it to be automatically optimized, here’s the result I can see when looking on HDD:
    $ find . -type f -exec ls -l {} \;
    -rw-r–r– 1 www-data www-data 30919 Jun 1 02:35 ./2015/06/test-for-Vahan4033-300×222.jpg
    -rw-r–r– 1 www-data www-data 99954 Jun 1 02:35 ./2015/06/test-for-Vahan4033-672×372.jpg
    -rw-r–r– 1 www-data www-data 267712 Jun 1 02:35 ./2015/06/test-for-Vahan4033-1024×758.jpg
    -rw-r–r– 1 www-data www-data 214236 Jun 1 02:35 ./2015/06/test-for-Vahan4033-1038×576.jpg
    -rw-r–r– 1 www-data www-data 1791910 Jun 1 02:35 ./2015/06/test-for-Vahan4033.jpg
    -rw-r–r– 1 www-data www-data 48795 Jun 1 02:35 ./2015/06/test-for-Vahan4033-333×333.jpg
    -rw-r–r– 1 www-data www-data 11894 Jun 1 02:35 ./2015/06/test-for-Vahan4033-150×150.jpg
    -rw-r–r– 1 www-data www-data 43580 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-300×222.jpg
    -rw-r–r– 1 www-data www-data 121633 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-672×372.jpg
    -rw-r–r– 1 www-data www-data 305072 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-1024×758.jpg
    -rw-r–r– 1 www-data www-data 247777 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-1038×576.jpg
    -rw-r–r– 1 www-data www-data 3297060 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033.jpg
    -rw-r–r– 1 www-data www-data 64824 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-333×333.jpg
    -rw-r–r– 1 www-data www-data 23335 Jun 1 02:35 ./ShortpixelBackups/2015/06/test-for-Vahan4033-150×150.jpg

    3) As you can see, the 333×333 image was not only created but it was also optimized.

    I would really like to help you with this issue, but I would need more input from you on how to reproduce it.

    Could you please give us more details on how you’ve tested it and didn’t work?

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Great Plugin’ is closed to new replies.