Disable stats module in standalone distribution?
Hi, I'd like to propose disabling stats in the standalone distribution. I've noticed that stats are bad for performances as they generate half of all database queries! Thus I'd like to turn them off by default so that users who install the default standalone distribution do not suffer from them. I'd like to do this for 1.0 B6. WDYT? Thanks -Vincent
How to turn the stats off by manually in 1.0 B5? 2007/3/16, Vincent Massol <[email protected]>:
Hi,
I'd like to propose disabling stats in the standalone distribution. I've noticed that stats are bad for performances as they generate half of all database queries! Thus I'd like to turn them off by default so that users who install the default standalone distribution do not suffer from them. I'd like to do this for 1.0 B6.
WDYT?
Thanks -Vincent
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
On 3/16/07, ning wang <[email protected]> wrote:
How to turn the stats off by manually in 1.0 B5?
Go to <wiki-dir>/WEB-INF/xwiki.cfg and change: xwiki.stats=0 xwiki.stats.default=0 2007/3/16, Vincent Massol <[email protected]>:
Hi,
I'd like to propose disabling stats in the standalone distribution. I've noticed that stats are bad for performances as they generate half of all database queries! Thus I'd like to turn them off by default so that users who install the default standalone distribution do not suffer from them. I'd like to do this for 1.0 B6.
WDYT?
Thanks -Vincent
On Mar 16, 2007, at 3:14 PM, Sergiu Dumitriu wrote:
On 3/16/07, ning wang <[email protected]> wrote: How to turn the stats off by manually in 1.0 B5?
Go to <wiki-dir>/WEB-INF/xwiki.cfg and change:
xwiki.stats=0 xwiki.stats.default=0
Information added on http://www.xwiki.org/xwiki/bin/view/AdminGuide/ Configuration -Vincent
2007/3/16, Vincent Massol <[email protected]>: Hi,
I'd like to propose disabling stats in the standalone distribution. I've noticed that stats are bad for performances as they generate half of all database queries! Thus I'd like to turn them off by default so that users who install the default standalone distribution do not suffer from them. I'd like to do this for 1.0 B6.
WDYT?
Thanks -Vincent
On 3/16/07, Vincent Massol <[email protected]> wrote:
Hi,
I'd like to propose disabling stats in the standalone distribution. I've noticed that stats are bad for performances as they generate half of all database queries! Thus I'd like to turn them off by default so that users who install the default standalone distribution do not suffer from them. I'd like to do this for 1.0 B6.
WDYT?
Great. I used to do that when deploying a final version, anyway. However, there are situations when the stats should be enabled, so we need to document how are stats enabled/disabled. -- http://purl.org/net/sergiu
participants (3)
-
ning wang -
Sergiu Dumitriu -
Vincent Massol