gkatz
5 May 2011, 12:02 AM
Hi;
I have read and watched webcast about the importance of small DOM size and destroying unused components.
from what I have experienced, I dont think this rule applys to many situations. I find that, for example, a destroying a carousel with 10 images in it, on deactivation, will impact user experience such that the animations are not smooth anymore (probably the destroy takes some CPU).
I know that I do not provide to many details about my app but your comments are welcomed
I have read and watched webcast about the importance of small DOM size and destroying unused components.
from what I have experienced, I dont think this rule applys to many situations. I find that, for example, a destroying a carousel with 10 images in it, on deactivation, will impact user experience such that the animations are not smooth anymore (probably the destroy takes some CPU).
I know that I do not provide to many details about my app but your comments are welcomed