Jump to content

Manual:compareParserCache.php

From mediawiki.org
This page is a translated version of the page Manual:CompareParserCache.php and the translation is 75% complete.
MediaWiki バージョン:
1.24

詳細

compareParserCache.php file is a maintenance script to parse random pages and compare output to cache. This script helps developers test the Parser cache .

オプション/引数

オプション 説明 必須かどうか
--namespace ページの名前空間番号 必須
--maxpages Number of pages to try 必須


使用法

php maintenance/run.php compareParserCache --maxpages pages --namespace pagesNamespace
Terminal
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

関連項目