1

I have a website builder with Magento 1.9.3.4, and I used a paid template package on the site, the package has 5 themes, my site only used the default theme and I found my server disk space was swallowed by the folder in this path : /media/catalog/product/cache/1, the Magento automatically creates 5 different file size for one image in folder /media/catalog/product/cache/1, I think Magento must create different images size for those themes not in use.

As my website has 5K products and I have 30000+ products images total, in such case, the product cache folder is keep taking out all my disk space, it is huge size space.

Do you guys have any suggestions that let the Magento not to generate different size images for those themes not in use?

Amrit Pal Singh
1,6381 gold badge17 silver badges36 bronze badges
asked Oct 10, 2017 at 8:04

1 Answer 1

0

The different images in the cache directory are for the various sizes Magento generate and then serve up on various areas of the webiste - image, small_image and thumbnail as well as a few others.

To clear out unused images, I would suggest setting up the following script in the /shell directory of your Magento install and running it manually from time to time: https://gist.github.com/jeroenvermeulen/e1dc727bcaadeade14ea

It will scan through all images and compare it to the ones in use in the catalog_product_entity_media_gallery table. If the image isn't found in that table it will be removed. I would suggest running on a staging/development environment first for testing but can save a lot of space for large catalogues.

answered Nov 17, 2017 at 11:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.