MediaWiki Benchmarker Version 2

From MWStake
Revision as of 15:32, 6 May 2015 by Chris Koerner (talk | contribs) (Created page with "{{Blog Post |title=MediaWiki Benchmarker Version 2 |tags=Benchmarking, Performance, Debugging, Tools, |author=Chris Koerner }} Simon Heimler recently updated his handy [http:/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

by Chris Koerner on 6 May 2015 15:32 (EDT)

Tag.png Tags: Benchmarking, Debugging, Performance, Tools

Simon Heimler recently updated his handy MediaWiki Benchmarker to version 2 with some new features. This tool allows you to test the response to a MediaWiki installation via a series of automated tests. You can compare pages across a wiki and see response times for each side-by-side. So for instance, if you want to know the load differences between your longer, larger pages vs. your stubs you can quickly see how long it takes to load each.

From Simon, "It's a simple tool that allows to benchmark MediaWiki Installations through the API. It is now possible to add / append new benchmarks, so it's easy to compare different settings or envirionments - not only pages."

That's right. You could run a battery of tests on separate wikis and compare the results. Who has the fastest wiki!?

You can download the test results as JSON, CSV, or exported PNG images. This is a great tool for both public and private wikis. Simon has made his source code available on his GitHub.