Jump to content

Manual:$wgProfileToDatabase/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgProfileToDatabase and the translation is 20% complete.
Profiling: $wgProfileToDatabase
Log sums from profiling into "profiling" table in db.
이 변수가 소개된 버전:1.1.0
이 변수가 사라진 버전:1.23.0 (Gerrit change 125059; git #afa6af07)
허용값:(boolean)
기본값:false

상세

Log sums from profiling into "profiling" table in db.

In MediaWiki 1.22 and older, in order to use this, you have to create the 'profiling' table in your database. See maintenance/archives/patch-profiling.sql. In newer versions, $wgProfileToDatabase was removed. Configure $wgProfiler with output type "db" instead of using $wgProfileToDatabase.

같이 보기