Manual:$wgUseFileCache/pt

From mediawiki.org
This page is a translated version of the page Manual:$wgUseFileCache and the translation is 9% complete.
File Cache: $wgUseFileCache
Create static HTML pages for unregistered viewers to reduce database traffic.
Introduzida na versão:pre 1.1.0
Removida na versão:ainda em uso
Valores permitidos:(boolean)
Valor por omissão:false

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 must create the directory yourself though.

If $wgUseFileCache is set to true, $wgDebugToolbar will automatically be set to false. (Part of that automatically done after r46374.)

Ver também