Category: Zend

0

Introduction and Example of Zend Data Cache

As we have already explained the Zend Data Cache in Cache Introduction. Zend data comes in action when it is imprectical or impossible to cache entire page output. For example if your section of...

5

Example of Output Cache in Zend

To see how Page Cache works in zend . Here are the steps to implement Page Cache in Zend. Step 1: Create a folder named “Cache” in your application public folder . Provide 777...

1

Example of Page cache in Zend

To see how Page Cache works in zend . In the page cache actually it cache/store all the output of the whole page at the location we specify through our code. So when any...

2

What is Caching and Cache implementation in Zend

Optimization is one of the great thing for making an web application much faster.Although there are various way of optimization .Caching is one of the most efficient  way of optimization of web application. In...