Project:
View Revisions: Issue #18550 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0018550: Improve performance of opening a window/grid | ||
Revision | 2012-05-31 21:06 by mtaal | ||
Description | There are 2 clear opportunities to improve the performance of opening a window and grid. Especially a window which has multiple child tabs and multiple level of tabs. 1) A grid currently uses the Smartclient record component to show the edit/form button and save/cancel buttons. The SC record component concept is somewhat heavy and it is much more light weight to directly generate html with clickable images to show in the grid. 2) do some more lazy initialization of grids/forms in child tabs which are initially not shown to the end user |
||
Revision | 2011-11-15 10:26 by mtaal | ||
Description | There are 2 clear opportunities to improve the performance of opening a window and grid. Especially a window which has multiple child tabs and multiple level of tabs. A grid currently uses the Smartclient record component to show the edit/form button and save/cancel buttons. The SC record component concept is somewhat heavy and it is much more light weight to directly generate html with clickable images to show in the grid. |
Copyright © 2000 - 2009 MantisBT Group |