Critical performance issue created as a result of fixes to RT-14094, RT-16754, RT-13434. The problem is that on getSkin in PopupControl, we constantly force CSS to be reapplied. Also, on Parent we already cache the prefWidth / prefHeight, but we also use minWidth / minHeight constantly and by caching the results, we get a much improved performance (much, much improved!!).