Manual:$wgPreprocessorCacheThreshold

Category:MediaWiki configuration settings#PreprocessorCacheThresholdCategory:MediaWiki configuration settings introduced in version 1.15.0#PreprocessorCacheThresholdCategory:MediaWiki configuration settings still in use#PreprocessorCacheThresholdCategory:Parser variables#PreprocessorCacheThreshold
Parser: $wgPreprocessorCacheThreshold
Preprocessor caching threshold.
Introduced in version:1.15.0 (r47065)
Removed in version:Still in use
Allowed values:(integer)
Default value:1000

Details

Preprocessor caching threshold.

Texts passed to the preprocessor bigger than this will have their result cached in memcached for one day.

Since MediaWiki 1.18 (r80180), one can disable the preprocessor cache by setting the value to false.

Category:MediaWiki configuration settings Category:MediaWiki configuration settings introduced in version 1.15.0 Category:MediaWiki configuration settings still in use Category:Parser variables