Cache by definition is transparent storage where results can be stored, so that the future requests can be served faster. With the amount of data handled ever growing, and the necessity for caching has become unavoidable in any decent size web application. In this series, I’d try to bring out various alternatives available in PHP for efficient caching.
Continue reading Implementing Output Caching in PHP – Solve Perfomance Issues
