Re: Slow performance > 1000 objects

2017-01-09 Thread gmanupnorth
Happy New Year everyone. I eventually figured out this issue. Our code was outputting thousands of images in situations where most of those images were not going to be displayed based on actionscript logic. I have since re-factored the code to do most of this work dynamically and the performance i

Re: Slow performance > 1000 objects

2016-12-09 Thread gmanupnorth
Screenshot of profiler Profiler.PNG -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Slow-

Re: Slow performance > 1000 objects

2016-12-08 Thread gmanupnorth
Thanks for all of the suggestions thus far. I removed the call to setstylebut the performance is still poor. The profiler so far has not been that useful, but I will keep digging tomorrow. Forgot to mention this project is locked on AS 3. The SDK is 3.6 I believe. Thanks, Gordon -- View

Slow performance > 1000 objects

2016-12-08 Thread gmanupnorth
This piece of code is causing significant lag in our UI and was looking for suggestions on how to improve it. This builds up a list of approx 1400 items and takes 35-50 seconds to finish. AssetTreeChild is a custom component based on the VBOX AssetTreeChild.mxml