“Chrome came to liberate us from the shackles of IE, but like many revolutionary leaders, too many years in power have corrupted Chrome’s original mission. [...] that’s kind of the whole reason for me to avoid Chrome: someone has to keep using the alternatives so as to give them a reason to exist.”— Vlad Savov, theverge.com
“DOM recycling is a underutilized technique to keep the DOM node count low. The general idea is to use already created DOM elements that are off-screen instead of creating new ones. Admittedly, DOM nodes themselves are cheap, but they are not free, as each of them adds extra cost in memory, layout, s…”— Surma, developers.google.com