SmartGWT (SmartClient Version: v8.3p_2013-05-10/PowerEdition Deployment (built 2013-05-10))
IE9
We are displaying events come from other systems. In weekly view adding 150 events takes 7+ seconds (just the line below).
Expected (and acceptable) response time would be about 1-2 seconds.
Is this a known performance issue?
When could it be accelerated/fixed?
Please advise if you have any idea for quicker calendar. Thanks.
(Also we would like to display even more event for a week.)
IE9
We are displaying events come from other systems. In weekly view adding 150 events takes 7+ seconds (just the line below).
Code:
calendar.setData(calendarEvents);
Is this a known performance issue?
When could it be accelerated/fixed?
Please advise if you have any idea for quicker calendar. Thanks.
(Also we would like to display even more event for a week.)
Comment