Zend Server User Guide > Touring the User Interface > Applications > Caching Rules

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.

 

 

Related Links

Related Links:

New/Edit Caching Rule

Working with Caching

Zend Page Cache

Zend Data Cache

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.