Zend Server User Guide > Touring the UI > Applications > Caching Rules- Zend Server 7

Caching Rules

The Caching Rules page is accessed from Applications | Caching Rules, and is the central configuration area to configure rules to cache content by URL. Caching by URL, or Page Caching, is used to speed-up recurring executions of PHP scripts in your application. This is achieved by caching the PHP output (HTML) for specific URLs on first execution, to reuse the cached data for subsequent calls.

How do I create caching rules?

Tip:

Zend Server also provides the ability to cache content using the Zend Data Cache (API). To read more about the Data Cache, see Working with the Data Cache.

 

Read Also

  Zend Page Cache    
  Working with Caching    
  Applications