Manual:BenchmarkPurge.php

This page is a translated version of the page Manual:BenchmarkPurge.php and the translation is 36% complete.
Outdated translations are marked like this.
Versão MediaWiki:
1.18

Detalhes

benchmarkPurge.php file is a maintenance script to benchmark CDN cache purges. Naturally it has no effect unless $wgUseCdn is set to true and servers have been defined in $wgCdnServers .

Options/Arguments

Opção/Parâmetro Descrição Required?
--count Number of titles to do. If not set, does three sets 1, 10, 100. Optional

Uso

php maintenance/run.php benchmarks/benchmarkPurge [ --count ]
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also