Elisabitao / honeycrm

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

initial page load takes too much time: reduce time from opening the app and showing the tables -> not all tables have to be filled concurrently #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open the currently deployed app (e.g. honeyyycrm.appspot.com)
2. see the "waking up server side..", then the "loading..." on top of the screen
3. the user has to wait too long before being able to do the CRUD operations

What is the expected output? What do you see instead?
only load what is necessary at the beginning to make sure the system is ready 
in 1s. load everything else in the background later (when the user is idle / 
staring at the screen).

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ingo.jae...@gmail.com on 17 Jun 2010 at 2:21

GoogleCodeExporter commented 9 years ago
only refreshing first list view now. this already reduces load time.

Original comment by ingo.jae...@gmail.com on 21 Jun 2010 at 8:05