Version 39.1 by Thomas Mortagne on 2014/09/19 15:17

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 Unit: seconds
14
15 Until end message is printer. Done by hand with a chronometer.
16
17 * 5.4.5: 12
18 * 6.0.1: 12
19 * 6.1: 13
20 * 6.2: 12
21 * 6.3-20140916: 12
22
23 = First access =
24
25 First HTTP request after starting Jetty.
26
27 == First access to not existing page without UI (/xwiki/bin/get/NoSpace/NoPage). ==
28
29 Unit: seconds
30
31 Firefox network statistics to load the root resource (image/js/css/etc. resources are not taken into account).
32
33 * 5.4.5 : 6
34 * 6.0.1 : 6
35 * 6.1 : 6
36 * 6.2 : 6
37
38 == First access to not existing page with UI (/xwiki/bin/get/NoSpace/NoPage). ==
39
40 Unit: seconds
41
42 Firefox network statistics to load the root resource (image/js/css/etc. resources are not taken into account).
43
44 * 5.4.5 : 6
45
46 Done by hand with a chronometer (image/js/css/etc. resources are not taken into account).
47
48 * 6.2 : 18
49
50 = Reload =
51
52 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).
53
54 == Reload of not existing page without UI (/xwiki/bin/get/NoSpace/NoPage) ==
55
56 Unit: milliseconds
57
58 * 5.4.5 : [10, 20]
59 * 6.0.1 : 30
60 * 6.1 : 45
61 * 6.2-rc1 : [30, 40]
62 * 6.3-20140916 : [30, 40]
63
64 == Reload of not existing page with UI (/xwiki/bin/view/NoSpace/NoPage) ==
65
66 Unit: milliseconds
67
68 * 5.4.5 : [100, 150]
69 * 6.0.1 : [240, 300]
70 * 6.1 : [350, 400]
71 * 6.2 : [200, 300]
72 * 6.3-20140916 : [200, 250]
73
74 == Reload of Main.WebHome with UI ==
75
76 Unit: milliseconds
77
78 * 5.4.5 : [250, 350]
79 * 6.2 : [400, 500]
80
81 == Reload of Main.WebHome without UI ==
82
83 Unit: milliseconds
84
85 * 5.4.5 : [65, 90]
86 * 6.2 : [145, 190]
87
88 = SOLR =
89
90 == Full SOLR reindex ==
91
92 {{todo}}
93 Find how to calculate it
94 {{/todo}}
95
96 Unit: seconds
97
98 * 5.4.5 : {{todo/}}
99 * 6.2 : {{todo/}}
100
101 == SOLR sync ==
102
103 Only the thread determining what need to be indexed and not the actual indexing.
104
105 === when index is empty ===
106
107 Unit: seconds
108
109 * 5.4.5 : 1
110 * 6.2 : 1
111
112 === when there is nothing to do ===
113
114 Unit: seconds
115
116 * 5.4.5 : < 1
117 * 6.2 : < 1
118
119 = Rendering =
120
121 == Page with 1000 macros without UI ==
122
123 1000 times ~{~{id}} macro, one on each line.
124
125 Unit: milliseconds
126
127 * 5.4.5 : 9500
128 * 6.2 : 3500
129
130 = Memory =
131
132 == Memory after loading home page and SOLR index already in sync ==
133
134 Unit: MB
135
136 * 5.4.5 : 498
137 * 6.2 : 455
138
139 == Memory after full SOLR index ==
140
141 Unit: MB
142
143 * 5.4.5 : {{todo/}}
144 * 6.2 : {{todo/}}

Get Connected