Last modified by Thomas Mortagne on 2016/12/07 14:56

From version 7.1
edited by Thomas Mortagne
on 2014/09/13 15:03
Change comment: There is no comment for this version
To version 10.1
edited by Thomas Mortagne
on 2014/09/13 15:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,36 +9,50 @@
9 9  
10 10  = Jetty startup
11 11  
12 -* 5.4.5 : 12s
13 -* 6.0.1 : 12s
14 -* 6.1 : 13s
15 -* 6.2-rc1 : 14s
12 +Until end message is printer. Done by hand with a chronometer.
16 16  
14 +Unit: seconds
15 +
16 +* 5.4.5: 12
17 +* 6.0.1: 12
18 +* 6.1: 13
19 +* 6.2-rc1: 14
20 +
17 17  = First access
18 18  
19 -== First access to not existing page without UI (/xwiki/bin/get/NoSpace/NoPage)
23 +First HTTP request after starting Jetty. Firefox network statistics to load the root resource (image/js/css/etc. resources are not taken into account).
20 20  
21 -* 5.4.5 : 6s
22 -* 6.0.1 : 6s
23 -* 6.1 : 6s
24 -* 6.2-rc1 : 6s
25 +== First access to not existing page without UI (/xwiki/bin/get/NoSpace/NoPage).
25 25  
27 +Unit: seconds
28 +
29 +* 5.4.5 : 6
30 +* 6.0.1 : 6
31 +* 6.1 : 6
32 +* 6.2-rc1 : 6
33 +
26 26  = Reload
27 27  
36 +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).
37 +
28 28  == Reload of not existing page without UI (/xwiki/bin/get/NoSpace/NoPage)
29 29  
30 -* 5.4.5 : 15ms
31 -* 6.0.1 : 30ms
32 -* 6.1 : 45ms
33 -* 6.2-rc1 : 45ms
40 +Unit: milliseconds
34 34  
42 +* 5.4.5 : 15
43 +* 6.0.1 : 30
44 +* 6.1 : 45
45 +* 6.2-rc1 : 45
46 +
35 35  == Reload of not existing page with UI (/xwiki/bin/view/NoSpace/NoPage)
36 36  
37 -* 5.4.5 : 100 -> 150ms
38 -* 6.0.1 : 240 -> 300ms
39 -* 6.1 : 350 -> 400ms
40 -* 6.2-rc1 : 500 -> 550ms
49 +Unit: milliseconds
41 41  
51 +* 5.4.5 : [100, 150]
52 +* 6.0.1 : [240, 300]
53 +* 6.1 : [350, 400]
54 +* 6.2-rc1 : [500, 550]
55 +
42 42  = SOLR
43 43  
44 44  == full SOLR reindex

Get Connected