Manual:$wgUseFileCache/pt
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgUseFileCache and the translation is 8% complete.
Languages:
| File Cache: $wgUseFileCache | |
|---|---|
| Create static HTML pages for unregistered viewers to reduce database traffic. |
|
| Introduzido na versão: | Antes de 1.1.0 |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (boolean) |
| Valor predefinido: | false |
| Outras definições: Alfabeticamente | Por função | |
Details
Set to true 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 will have to create the directory yourself if it doesn't get created automatically.
The PHP user must have write access to the directory.
If $wgUseFileCache is set to true, $wgDebugToolbar will automatically be set to false.
(Part of that automatically done after r46374 .)