Loading...

The Zend Data Cache component provides a set of PHP functions to improve performance by storing data in the cache. The Zend Data Cache is used to cache different types of data (e.g., strings, arrays and objects), as well as script output or script output elements for various durations. Items can be stored in shared memory (SHM) or to disk. Namespaces are supported, to group cached objects for easy management. Data Caching is primarily used when it is impractical or impossible to cache the entire page output, such as when sections of the script are fully dynamic, or when the conditions for caching the script are too numerous.





Data Cache Pulse is disabled, Click Here to view Data Cache settings

seconds
Refreshing
Application
Cache Type
Period
First usage : {{firstDCTimestamp * 1000| formatDate}}
No Data
No Data
All Cached Requests
Average Time per request
Before
N/A
After
N/A
{{avgDCRequestPercent}}
Faster
Overall Time Saved
{{savedPercentDC}}%
{{savedPercent}}%
Current Cache Size : Memory : Disk * : Refreshing...
(* {{disk_size_last_updated}})

General

Enables statistics gathering for Data Cache.

 msec

Zend Server can calculate the real time it took to create a value for a Data Cache key.
When a cache hit is recorded, the time is added to the total time saved by Zend Server Data Cache.
When Zend Server cannot calculate the real time, this default value is being used.

Shared Memory

Set the maximum number of namespace to be allocated. When not selected, no limitation is enforced.

 MB

Amount of shared memory to be used by a single namespace (in MB per namespace).

Disk

The path for storing cached content to the disk.