console.log("Post:", post);
Immutable DevTools
console.time("Loop"); for (var i=0; i<1000000; i++) { } console.timeEnd("Loop")
By Matt Zeunert