| File Cache: $wgUseFileCache | |
|---|---|
| Create static HTML pages for unregistered viewers to reduce database traffic. | |
| Introduced in version: | Before 1.1.0 |
| Removed in version: | Still in use |
| Allowed values: | (boolean) |
| Default value: | false |
| Other settings:Alphabetical |By function | |
Set totrue to activate the server-side file cache.The cache consists of static HTML pages that are served to unregistered viewers to reduce database traffic.
The HTML pages will be created in the directory specified by$wgFileCacheDirectory.You must create the directory yourself though.
If$wgUseFileCache is set totrue,$wgDebugToolbar will automatically be set tofalse.(Part of that automatically done afterr46374.)