
Yes, the extension supports setting period cleanups to remove unused images in Magento 2. Can I setup periodic cleanup of unused images in my store using this extension?.Using the Magento 2 Image Clean extension, you can quickly remove all the images of unused products using the following SSH command: php bin/magento imageclean:product-image:clean How can I clean unused product images in Magento 2 using SSH command?.Repeat these four steps until all the unused products' images in your Magento 2 store are deleted. Confirm the unused products' images count with the admin grid.Run the following SSH command to delete the unused images in Magento 2: php bin/magento imageclean:product-image:clean.Confirm the unused products' images count fetched through the command with the admin grid.


Magento Image Clean extension deletes images from the media catalog which are no longer in use. To solve this issue, Meetanshi has developed a Magento 2 Image Clean module that gives a list of unused product and category images and allows to delete them just with a single click! Obviously, we do not want the slower page loads that are now going to affect the SERPs!

Such unwanted images occupy space and a great reason behind increased page load time. Some of them would now be useless but not deleted yet. Magento 2 store which has a larger number of products over time will also have many images in the database. As per Google's official blog post, site speed is incorporated as one of the over 200 signals that are used in determining search rankings.
