comparison docs/usage/statistics.rst @ 4902:03bbd33bc084

docs: rework stuff The existing docs were far from how we wanted it to be. There was so much to do and it is not feasible to do that cleanup it in clean patches. Instead, I took a sweep through the docs and changed what I thought could benefit from a change: structure, examples, advices, language, markup, content, etc.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 11 Mar 2015 16:10:30 +0100
parents e73a69cb98dc
children 4e6dfdb3fa01
comparison
equal deleted inserted replaced
4901:409eaadc0054 4902:03bbd33bc084
4 Statistics 4 Statistics
5 ========== 5 ==========
6 6
7 The Kallithea statistics system makes heavy demands of the server resources, so 7 The Kallithea statistics system makes heavy demands of the server resources, so
8 in order to keep a balance between usability and performance, the statistics are 8 in order to keep a balance between usability and performance, the statistics are
9 cached inside db and are gathered incrementally, this is how Kallithea does 9 cached inside db and are gathered incrementally. This is how Kallithea does
10 this: 10 this:
11 11
12 With Celery disabled 12 With Celery disabled
13 -------------------- 13 --------------------
14 14