I think the staticRenderHandler is a red herring, FTETextField sets event listeners up to call that method on every RENDER and ENTER_FRAME so we'd expect that to be called all the time.
Here are some screenshots that may provide some more insight and make things a bit clearer from what I'm seeing in Scout. The first is showing the time line for, logging in, navigating to a really basic screen and then leaving it idle. The idle time is the selected portion. See the uncategorized "Runtime Overhead" making up pretty much all the time: <http://apache-flex-users.2333346.n4.nabble.com/file/n14991/Basic_Idle_Time.png> The second is showing the time line for, logging in, navigating to a part of the system which has our most complicated usage of the ILOG Ganntt component, then leaving it idle. Again the idle portion is the selected section, notice how much higher the orange section is when in this part of the system. Again nearly all time in "Runtime Overhead": <http://apache-flex-users.2333346.n4.nabble.com/file/n14991/ILOG%2520Idle%2520Time.png> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Crippling-Lag-Windows-10-IE11-FlashPlayer-IBM-ILOG-Elixir-tp14958p14991.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
