Articles in this series
Why does Performance Matter? If your User Interface takes 10 seconds or more to respond to an interaction. Then we should talk here. If our page takes...
The rising cost of JavaScript, Parsing, and AST ยท Hi folks, this article is mainly my thoughts and notes on JavaScript Performance. Most of the stuff I...
The Optimizing Compiler ยท The Optimizing Compiler Let's continue our journey from the previous article - part 1. Up until this point, it runs ok. But...
How Web Pages Are Built & The Render Pipeline Browser go ahead and send a GET request to the Server. Then we get back a response, typically HTML The...
If you haven't read the first part of my public notes on Rendering Performance, I highly recommend you check it out HERE before we move on. Frameworks...
Hi folks, Up until now, we know a lot about making stuff fast, we know how to diagnose slow things. But we need to get those things to the browser in...