Smart and efficient JavaScript object observer (less than 1kb)
icaro - Smart and efficient javascript object observer, ideal for batching DOM updates (less than 1kb)... (more…)
Read more »In my article on Understanding the Critical Rendering Path, I wrote about the effect JavaScript files have on the Critical Rendering Path. JavaScript is considered a “parser blocking resource”. This means that the parsing of the HTML document itself i… Read more