Using Memcache
1. About memcached See http://en.wikipedia.org/wiki/Memcached 2. About memcache (the php extension) See http://www.php.net/manual/en/book.memcache.php 3. Different between memcached and memcache (1) W… Continue reading
Caching application.ini for Zend Framework apps
In most of the time we build our application using Zend Framework, we make index.php as the entry which creates the object of Zend_Application and it's configurations such as Application.ini. But it's… Continue reading
Sending all css and js in one request
As we all know, one thing which mainly slow down our site is the plenty of css and js files. But very often we have to make them seperate from each other in order to facilitate management. The problem… Continue reading
Zend Framework performance optimize – Class Loading
Zend Framework is poweful with out questions. It has provided full-featured class library and components. But one thing also become a problem at the same time when Zend Framework show greatly convenie… Continue reading