Hi:

We have been using Ext.Component.update() and Ext.form.Label.setText() for changing html code/text at around 10 times a second. (i.e. music player).


We eventually settled on using getEl().setHtml() as the cpu consumption pretty much kills the app.

Is there a reason behind this?


Thanks.

J.