MCorner Full Cache

Give Magento a boost with MCorner Full Cache extension. With the MCorner Full Cache extension, benefits on a magento ecommerce store are between 25% – 40%. Our full cache extension minimizes server requests and memory usage to decrease server loads. Increased … Continue reading

Magento development and cache

Magento can be setup to use the various cache methods. These include sqlite, memcached, apc, eaccelerator, database and file types. The Magento cache can be found through the Mage_Core_Model_Cache model. Let’s access the cache. $cached = Mage::app()->getCache(); The methods available to … Continue reading