The application I have written populates 8 slideout panels (10 lines of data
/ slideout), 2 floating windows (each with 2 sliders) and 5 (2 pie 2
stackedbar and 1 point) graphs. It takes about 5 seconds to repopulate.
Initial creation times is about 12-20 seconds.
The big hogs are graphs and the slideouts.
Ive also found that resizable text in layouts which are resizable have a
huge performance impact. Pooling and using lazy replication (when possible)
work very well to increase the speed. Reusing instantiated objects is also a
great way to increase performance.
z

On 4/30/07, Jeremy Cowgar <[EMAIL PROTECTED]> wrote:

I was reading in the performance section of the docs and it said
limit the number of screens in your app. How many screens is too
many? I know this is probably a vague question, but I'm speaking of
complex, full window screens accessing data on the web server.

Thanks for any comment,

Jeremy


Reply via email to