Skip to main content
Known Participant
August 27, 2009
Question

Spark Performance Optimizations

  • August 27, 2009
  • 1 reply
  • 934 views

I have changed the core UIComponent so that there are no events dispatched on accessors that aren't being bound to, and I already see a nice performance improvement.

I've noticed too that in just clicking on a Panel, for instance, with a VerticalLayout, it has to run through and relayout all of its children, and do all kinds of unnecessary processing.  Should be a boolean or bitmask that prevents that whole cycle.

This topic has been closed for replies.

1 reply

August 27, 2009

Nice finds. Can you log bugs against those?

E.

viatroposAuthor
Known Participant
November 16, 2009

Conditional Event Dispatching

https://bugs.adobe.com/jira/browse/SDK-24249