手册:$wgEnableParserCache
Appearance
此功能已在版本1.33.0中,从MediaWiki核心代码中移除。 请参见$wgParserCacheType以获取使用此功能的替代方式。 |
解析器缓存: $wgEnableParserCache | |
---|---|
Keep parsed pages in a cache to speed up page output. |
|
引进版本: | 1.2.0 |
弃用版本: | 1.26.0 (Gerrit change 212199; git #8194b201) |
移除版本: | 1.33.0 (Gerrit change 486713; git #d39cc0e8) |
允许的值: | (布尔值) |
默认值: | true (1.4-1.32)false (1.2-1.3) |
其他设置: 按首字母排序 | 按功能排序 |
Details
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
.