sivarajankumar / honeycrm

Automatically exported from code.google.com/p/honeycrm
0 stars 0 forks source link

list of actions that are currently too slow #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create offering with one service
2. click create contract in detail view of offering
3. wait until edit view of created contract has been opened. this takes about 2 
seconds and the delay is too long from my point of view.

What is the expected output? What do you see instead?
response time < 1sec.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ingo.jae...@gmail.com on 9 Aug 2010 at 8:55

GoogleCodeExporter commented 8 years ago
this depends on the browser, too. chrome feels a lot faster. seems like this is 
limited by the client code performance a lot. go investigate.

Original comment by ingo.jae...@gmail.com on 19 Aug 2010 at 12:50

GoogleCodeExporter commented 8 years ago
|| revision || action || current time in ms || reduced time goal ||
|| 230 || retrieving of a single contract / offerings || 800 || 400 ||
|| 230 || entering contract / offerings list view showing the first four || 
1100 || ??? ||

Original comment by ingo.jae...@gmail.com on 12 Sep 2010 at 4:10

GoogleCodeExporter commented 8 years ago
retrieval time for complex objects has been reduced by ~ 65% in r233

Original comment by ingo.jae...@gmail.com on 13 Sep 2010 at 12:23

GoogleCodeExporter commented 8 years ago
getAll retrieval time has been reduced by > 90% according to 
ContractsRetrievalPerformanceTest.java in r234

Original comment by ingo.jae...@gmail.com on 14 Sep 2010 at 1:08

GoogleCodeExporter commented 8 years ago

Original comment by ingo.jae...@gmail.com on 16 Sep 2010 at 9:16