Thursday, October 30, 2008

Flex Performance issue and 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.

No comments: