Seb35 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/299374

Change subject: Added a doc about performance (only to give an idea, the 
protocol used is not strong)
......................................................................

Added a doc about performance (only to give an idea, the protocol used is not 
strong)
---
A docs/performance.txt
1 file changed, 30 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiFarm 
refs/changes/74/299374/1

diff --git a/docs/performance.txt b/docs/performance.txt
new file mode 100644
index 0000000..f74797d
--- /dev/null
+++ b/docs/performance.txt
@@ -0,0 +1,30 @@
+Performance
+===========
+
+Method
+------
+
+Added microtime(true) at the top and bottom of the file LocalSettings.php.
+
+On a fresh MediaWiki installation.
+The only skin installed was Vector.
+No extensions were installed.
+
+The figures were obtained by loading about 15-20 times a same page, and the 
mean and standard deviation were estimated.
+Obviously a stronger sampling protocol and computation would be better, but 
this only aims at giving a raw idea of the results.
+
+
+Figures
+-------
+
+* Classical LocalSettings.php:
+    
+    mean =  2.7ms   std = 0.2ms
+
+* LocalSettings.php with only MediaWikiFarm extension without cache:
+    
+    mean = 11.6ms   std = 1.0ms
+
+* LocalSettings.php with only MediaWikiFarm extension with cache:
+    
+    mean =  8.1ms   std = 1.0ms

-- 
To view, visit https://gerrit.wikimedia.org/r/299374
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62c640e032b8a69d411faa91ca61da191aa311cd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiFarm
Gerrit-Branch: master
Gerrit-Owner: Seb35 <seb35wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to