Hi Everyone
We are experiencing an issue after applying themes to a complex application. We are seeing a noticeable delay in window opening response times between no theme and a theme being applied. On some windows the opening delay is approximately 1 second. Admittedly the window is very busy and complex.
Looking at window resource monitor most of that extra delay is after the data has been retrieved (i.e. network traffic stops).
There is some overhead in our code in the DW constructor event but that only accounts for a small percentage of the delay.
In some instances the window goes completely black for a moment before rendering.
Has anyone else experienced performance issues?
Thanks
David
*Edited* Just edited to draw attention to this, the performance issue has caused the customer to roll back the Themed version. It would be good to get some feedback.
That's a good point about which core is being loaded up.
@David: my STD Framework can change the Apps execution on various cores. If you're finding that the O/S is defaulting to an overloaded core, this code might help.
Regards ... Chris
"The window is defined as invisible by default is then made visible when a Post Open event occurs", this has saved a small amountof time so thanks for that. It's going to be a lot of small gains on this one.