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
Category Archives: Magento Cache
Magento APC cache
Many times we have heard how Magento is slow and bulky. Page load times are high. This in turn puts off customers and affects SEO values. By default Magento uses its file system to save cache. This can become restrictive … 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