I have optimized the images, but their resolution is low. What can I do?
To achieve lossless compression, it's possible to select 100% quality while creating an optimization pattern in Image Optimizer → Image Folder Optimization settings.
This setting helps preserve the pixel density of the image and achieve the highest image resolution. Also, please, keep in mind that by default, the compression quality of WebP images is set to 75%. However, this setting may be changed by adjusting the Amasty_Image_Optimizer_module_directory/Model/Command/Cwebp.php
file. To make adjustments, find this part:
Then, make the necessary changes referring to this guide. For example, to achieve 95% compression quality, the result may be as follows:
Please note that these changes are applicable to other libraries as well.
Related Articles
How to optimize images using Google Page Speed Optimizer extension?
In order to optimize images using Google Page Speed Optimizer extension, first, you need to create WebP copies and make sure they are displayed on the frontend. Please follow the steps below to create WebP copies of the images. Step 1. In Amasty → ...
What PageSpeed Insights metrics does Google Page Speed Optimizer cover?
The Google Page Speed Optimizer extension is designed to optimize images and code, which can help to improve certain PageSpeed Insights metrics and enhance the overall website performance. Our extension guarantees up to 97% rating if the fast server ...
What optimizer settings do I use for images, if I have both the Jet Theme and the Google Page Speed Optimizer module?
The Image Optimizer inside Jet Theme is a Lite version of any optimizer-type modules. So, considering you have the Google Page Speed Optimizer extension, it leads over the optimizer settings inside the Jet Theme. If you have already installed, or are ...
For the image optimization, do we need running optimization all the time when the new image is uploaded?
According to the extension’s functionality, all newly uploaded images will be optimized automatically. Make sure to enable the following setting in Stores → Configuration → Amasty Extensions → Image Optimizer → Automatic Optimization of the Newly ...
Why are Webp images not appearing on the frontend?
There are several reasons why WebP images might not be pulled correctly on your website. 1. As the first step, make sure that WebP copies of the images were created. To check this, you can open any storefront image in a new tab and modify its URL the ...