Performance

TwitterFacebook
Get flash to fully experience Pearltrees
About You have arrived at this page because InsideRIA is no longer an active website, as of January 31, 2011. While we're sad to see the change, we think you will find the resources and community here at oreilly.com helpful. An archive of the material previously posted on InsideRIA can be found at DevelopRIA.com . O'Reilly Answers is an excellent resource for getting information about everything technology related. http://oreilly.com/insideria/index.html

Moving your Flex Components from MXML to ActionScript 3 - InsideRIA

Posted on June 15, 2006 by Grant Skinner UPDATE: These findings are not relevant in more recent versions of the player. Please see this article for more recent results, and to run the tests for yourself. Sho just posted a really interested article on why he won’t be using the int data type very frequently in ActionScript 3. Up until reading it, I had believed that as in other languages, there were large performance benefits to using ints and uints appropriately in AS3. Turns out that isn’t the case. http://gskinner.com/blog/archives/2006/06/types_in_as3_in.html

gBlog: Types in AS3: ints not so fast, uints slow!

http://graphics-geek.blogspot.com/2010/04/video-event-performance-in-flex.html Event Performance in Flex , the next episode in the gripping and suspenseful series CodeDependent , is now available from Adobe TV . This episode covers the use of the updateAfterEvent() function to get better rendering performance for time-sensitve operations like mouse-interaction visuals and animations. By default, changes to the graphics that the Flash player displays happen at the frame rate of the player (by default, 24 frames per second). This frame rate, which updates the screen every ~42 milliseconds, is fine for most visual changes on the screen. But when you need motion to be smoother, like in some animations, or need the visuals to respond quickly to user interactions, like changes in component state based on mouse movement or presses, then 24 fps may not cut it. In this case, you need to know about the updateAfterEvent() function found on some event objects.

Video: Event Performance in Flex

https://www.ibm.com/developerworks/mydeveloperworks/blogs/elixir/entry/performance20

ILOG Elixir Blog

As we all know, a wide variety of factors impact the performance of Flex applications, just as for any software. Some factors are under programmer's control, such as the architecture, design and implementation choices. Other factors purely depend on the runtime configuration, such as the speed of the hardware.
I've spent several days presenting the new Flex 4 features for many of our enterprise clients. As it's simple to understand, most of the time is dedicated to the brand-new Flex 4 List based components. Spark List-based components bring a lot of new topics to consider when developing Flex 4 applications: the DataGroup container, virtualization, the dropdown list, custom item rendere and more. One cool thing about DataGroup is that it supports virtual layouts. As each time I show this topic I get many questions, I've promised myself to write some posts to explain what a virtual layout is. http://casario.blogs.com/mmworld/2010/05/decreasing-startup-time-of-a-flex-4-application-using-virtualization.html

Decreasing startup time of a Flex 4 application using virtualiza