Manual:$wgEnableParserCache
Jump to navigation
Jump to search
![]() | This feature was removed from MediaWiki core in version 1.33.0. Please see $wgParserCacheType for an alternative way to use this feature. |
Parser Cache: $wgEnableParserCache | |
---|---|
Keep parsed pages in a cache to speed up page output. |
|
Introduced in version: | 1.2.0 |
Deprecated in version: | 1.26.0 |
Removed in version: | 1.33.0 |
Allowed values: | (boolean) |
Default value: | true (1.4-)false (1.2-1.3) |
Other settings: Alphabetical | By function |
Details[edit]
Keep parsed pages in the cache specified by $wgParserCacheType
to speed up output of the same page viewed by another user with the same options.
This can provide a significant speedup for medium to large pages, so you probably want to keep it on.
Requires that php was compiled with --with-zlib
.
Categories:
- MediaWiki configuration settings
- MediaWiki configuration settings 1.2.0
- MediaWiki configuration settings introduced in version 1.2.0
- MediaWiki configuration settings deprecated in version 1.26.0
- MediaWiki configuration settings removed in version 1.33.0
- MediaWiki deprecated or obsolete features
- Parser Cache variables
- Cache variables