Elisabitao / honeycrm

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

improve overall client side performance #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
it turns out that among other things the performance of honeycrms heavily 
depends on the speed of the browser. especially clients experiencing high loads 
in general the overall user experience is too sluggish:

tasks:
- identify client side hot spots and improve their performance
- reduce startup time to minimum

problems around client side profiling are discussed on the following sites:
http://geekycoder.wordpress.com/2010/04/07/gwt-tips-configuring-java-profilers-t
o-profile-gwt-client-app-in-eclipse/
http://googlewebtoolkit.blogspot.com/2008/11/profiling-gwt-application-performan
ce.html
http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/

How to run my DETAILED/PRETTY compiled GWT application locally / on app engine? 
http://groups.google.com/group/google-web-toolkit/browse_frm/thread/5718d3cf5640
fa6b

Original issue reported on code.google.com by ingo.jae...@gmail.com on 2 Sep 2010 at 12:42

GoogleCodeExporter commented 9 years ago
tasks:
 * reduce waiting time between clicking the login button and "loading visualisation.." to 1 sec

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

GoogleCodeExporter commented 9 years ago
to reduce the waiting time specified above we have to reduce the time used for 
startup (vm startup / initialisation time)

Original comment by ingo.jae...@gmail.com on 8 Sep 2010 at 10:03