With just 4 simple tips, you can dramatically improve the memory/CPU usage footprint of your application.
- Use the lowest framerate possible
- Dynamically change the framerate to fit your application needs
- Only use Event.ENTER_FRAME handlers when necessary
- Have as few Event.ENTER_FRAME handlers and Timers as possible
Check out Arno’s blog for more info on how to implement these tips. The AIR team also has a blog post about this topic.
If you have any other tips that you are currently using, please feel free to leave a comment. Also, if you have any questions regarding this topic, please feel free to get in touch.





