Continue reading »
One of the constant battles that we fight in the Crucible team is against the performance of web browsers when viewing reviews with ridiculously large DOM structures. I touched upon this in my previous post when I detailed how the Crucible team used event delegation and live events to work around making expensive bind calls on too many page elements.
In this post, I'd like to share two different methods of improving perceived performance for users when dealing with pages that can exhibit sluggish

