Version 12.1 by Thomas Mortagne on 2014/09/13 16:42

Show last authors
1 {{toc/}}
2
3 = Environment
4
5 * Ubuntu 14.04 64b
6 * Quad core i7
7 * Oracle JDK 1.8.0_20 64b
8 * standard jetty+hsqldb
9 * only main wiki
10
11 = Jetty startup
12
13 Until end message is printer. Done by hand with a chronometer.
14
15 Unit: seconds
16
17 * 5.4.5: 12
18 * 6.0.1: 12
19 * 6.1: 13
20 * 6.2-rc1: 14
21
22 = First access
23
24 First HTTP request after starting Jetty. Firefox network statistics to load the root resource (image/js/css/etc. resources are not taken into account).
25
26 == First access to not existing page without UI (/xwiki/bin/get/NoSpace/NoPage).
27
28 Unit: seconds
29
30 * 5.4.5 : 6
31 * 6.0.1 : 6
32 * 6.1 : 6
33 * 6.2-rc1 : 6
34
35 = Reload
36
37 XWiki is doing nothing on background and everything is both in server and client cache already. Firefox network statistics to load the root resource (image/js/css/etc. resources are not taken into account).
38
39 == Reload of not existing page without UI (/xwiki/bin/get/NoSpace/NoPage)
40
41 Unit: milliseconds
42
43 * 5.4.5 : 15
44 * 6.0.1 : 30
45 * 6.1 : 45
46 * 6.2-rc1 : 45
47
48 == Reload of not existing page with UI (/xwiki/bin/view/NoSpace/NoPage)
49
50 Unit: milliseconds
51
52 * 5.4.5 : [100, 150]
53 * 6.0.1 : [240, 300]
54 * 6.1 : [350, 400]
55 * 6.2-rc1 : [500, 550]
56
57 = SOLR
58
59 == Full SOLR reindex
60
61 {{todo/}}
62
63 == SOLR init when there is nothing to do
64
65 {{todo/}}
66
67 = Rendering
68
69 == Page with 1000 macros without UI
70
71 {{todo/}}
72
73 = Memory
74
75 == Memory after full SOLR index
76
77 {{todo/}}

Get Connected