Last modified by Thomas Mortagne on 2016/12/07 14:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,6 +8,21 @@ 8 8 * standard jetty+hsqldb 9 9 * only main wiki 10 10 11 +|=Actions|=Difference 12 +|[[Jetty startup|anchror=""]]|(% style="color:orange" %) Same 13 +|[[First access to not existing page without UI||anchror=""]]|(% style="color:orange" %) Same 14 +|[[First access to not existing page with UI||anchror=""]]|(% style="color:red" %) 3 times slower 15 +|[[Reload of not existing page without UI||anchror=""]]|(% style="color:red" %) more that 2 times slower 16 +|[[Reload of not existing page with UI||anchror=""]]|(% style="color:red" %) 2 times slower 17 +|[[Reload of Main.WebHome with UI||anchror=""]]|(% style="color:red" %) 2 times slower 18 +|[[Reload of Main.WebHome without UI||anchror=""]]|(% style="color:red" %) more than 2 times slower 19 +|[[Full SOLR reindex||anchror=""]]|(% style="color:orange" %) Same 20 +|[[SOLR sync when index is empty||anchror=""]]|(% style="color:orange" %) Same 21 +|[[SOLR sync when there is nothing to do||anchror=""]]|(% style="color:orange" %) Same 22 +|[[Page with 1000 macros without UI||anchror=""]]|(% style="color:green" %) almost 3 times quicker 23 +|[[Memory after jetty startup||anchror=""]]|(% style="color:green" %) use almost half and keep less 24 +|[[Memory after full SOLR index||anchror=""]]|(% style="color:orange" %) Use less but keep more 25 + 11 11 = Jetty startup = 12 12 13 13 (% style="color:orange" %)(/) Same ... ... @@ -92,12 +92,14 @@ 92 92 93 93 == Full SOLR reindex == 94 94 110 +(% style="color:orange" %)(/) Same 111 + 95 95 Unit: seconds 96 96 97 -Delete the data/solr folder, restart, load home page and calculate the time of activity of the SOLR index thread using Yourkit. 114 +Delete the data/solr folder, restart, load home page and calculate the time of activity of the SOLR index thread using Yourkit (Yourkit is slowing down a bit all that but what is important is the difference anyway). 98 98 99 -* 5.4.5 : {{todo/}}100 -* 6.2 : {{todo/}}116 +* 5.4.5 : 51 117 +* 6.2 : 53 101 101 102 102 == SOLR sync == 103 103