Version 38.1 by Thomas Mortagne on 2014/09/19 15:04

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

Get Connected