Andrew Trice

Real-World Rich Internet Applications

20080305 Wednesday March 05, 2008

Flex Memory Optimizations

The responsiveness and performance of a Flex application directly relates to what is being displayed on screen. The more that is happening, the slower the application will respond. In most cases, you won't run into this scenario. If you are dynamically adding LOTS of UIComponents, then you can use object caching (also known as object pooling) to make your applications run faster, respond better, consume less resources, and hold up to a heavy load. You can read more about this in my article at: http://www.insideria.com/2008/03/flex-performance-memory-manage.html

Posted by andrewtrice | Mar 05 2008, 12:28:16 PM EST
XML