HI Itzik,
I don´t know if you have made any progress on this issue yet.
I have been really bugged by the fact that as my application performance became so slow it became impossible to keep on developing, I thought there should be much more people complaining in the forums. Since this doesnt seem to be the case, I started searching for something I might be doing different than most of other VWG developers that might be the cause of the problem.
It turned out I´m using a custom theme where I change the background opacity of the LoadingAnimation by editing the style for the session ".Common-LoadingAnimationBox" on Theme/Common/Common.css
to
{
BACKGROUND-IMAGE: url(Resources.Gizmox.WebGUI.Forms.Skins.LoadingSkin.Loading.gif.wgx);
BACKGROUND-REPEAT: no-repeat;
BACKGROUND-POSITION: center center;
FILTER: alpha(opacity=50); BACKGROUND-COLOR: black
}
By reverting to the Default theme apparently the performance improves a lot.
As the opacity=50 is the same used on modal forms background, I checked the modal forms performance on my application after changing back to the default theme, an my initial impression is that they are getting the same slow performance effect...
Is it possible that the opacity change may be the cause of the performance issues?
Anyway,I´ll try and test some more and see if I can provide a simple application that can demonstrate the issues I´m getting.
Thanks,
Lufe