How to delete Image cache in Magento programatically ? zendnwar February 6, 2014 Magento 0 Comments Just copy and paste use following code: Mage::getModel(‘catalog/product_image’)->clearCache(); Related Posts Magento reindexing problems – Solutions zendnwar May 30, 2013 I think this is best solution for reindex issue in magento. Just Increase your execution time v .. How to change Magento DataBase configuration file? zendnwar November 2, 2012 How to change Magento DataBase configuration file? If you want to chang the Magento DataBase na ..