mgrouch
19 Jan 2010, 1:59 PM
Hello,
We are trying to improve performance of our application which was
ported from GWT-EXT to GXT library. Opening a window with a grid is
noticeably slower with GXT for exactly same data.
Doing profiling we see 82% CPU time being spent inside getComputedStyle()
which is called only 41 times.
Is there a way to improve performance of this function or avoid calls to it?
Thanks,
--MG
We are trying to improve performance of our application which was
ported from GWT-EXT to GXT library. Opening a window with a grid is
noticeably slower with GXT for exactly same data.
Doing profiling we see 82% CPU time being spent inside getComputedStyle()
which is called only 41 times.
Is there a way to improve performance of this function or avoid calls to it?
Thanks,
--MG