Full Page Caching Directives

Directive

Mode

Reload

Description

zend_accelerator.max_cached_filesize

ZEND_INI_ALL

Yes

Max cached size for content cache (Kbytes)

zend_accelerator.min_free_disk

ZEND_INI_ALL

Yes

Minimum disk space to leave free for content cache (in M or %) if not stated otherwise it will hold the default value 10%

zend_accelerator.php_extensions

ZEND_INI_SYSTEM

No*

List of extensions to consider for content cache when directory is configured

zend_accelerator.compress_blacklist_filename

ZEND_INI_SYSTEM

Yes*

Path for a file that contains a list of files not to compress

zend_accelerator.compression

ZEND_INI_PERDIR

No

Enable compression for content cached files

zend_accelerator.output_cache_enabled

ZEND_INI_SYSTEM

No  

Enable content caching

zend_accelerator.output_cache_config

ZEND_INI_SYSTEM

No

Content Cache configuration format|Content cache configuration file]

zend_accelerator.output_cache_dir

ZEND_INI_SYSTEM

No

Content cache storage directory

zend_accelerator.max_cache_size

 

 

Maximal amount of diskspace to be occupied by Content Cache

zend_accelerator.php_api_lifetime *

ZEND_INI_SYSTEM

No

Determines the cache's max lifetime overriding the partial cached object's lifetime. Default values are: 60*60*24 =24hours.

This value is the maximum lifetime of the cached object.

Using the cache API allows to set values BELOW that value, but not above.

(*) Deprecated

 

 

Related Links

Related Links:
Content Caching

Full Page Caching Functions