Flex Performance issue and Profiling

October 30, 2008 at 5:19 pm (flex performance, flex profiling)

Today,
I am hit with big performance issue in flex and started to analyze the code with Flex Profiling,
but that really didn’t help me much. I found that the flash animation I am using in flex has glow effect designed in flash timeline, which is utilizing 100% CPU.

It’s always better to use GlowFilter/Glow classes in code rather using time line based animations.

Post a Comment