Fixing Magento Cache Problem in Simple Steps

Since Magento is a robust system used for building websites, you can use it for building super – mega e-commerce websites. The caching solution has been implemented. Magento does focus caching thus significantly improving the load speed on a website. And we all know how important it is to have fast loading pages, especially in […]

How to Install Memcached on Ubuntu 12.04 LTS

Memcached is a system that works to speed up virtual private servers by caching server information. It is a high-performance distributed memory object caching that caches objects for faster website performance. The program functions somewhat like short term memory for your applications. Memcached runs on Unix, Linux, Mac OS X, Ubuntu, PHP and Windows. Installation of […]

PHP-APC Installation

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. wget http://pecl.php.net/get/APC-3.0.19.tgz ./cofigure make make install Add extension in php.ini Thats all.