Links
- · aerotwist.comThe Anatomy of a FrameEvery frame your browser paints goes through the same pipeline, and most performance bugs come from accidentally triggering expensive stages you didn't need to.
- · web.devHow browsers workThe most thorough single reference on everything that happens between typing a URL and seeing pixels, and it's held up since 2011.
- · developer.chrome.comInside look at modern web browserChrome's own team explains why your browser runs a separate process for each tab and what actually happens at the OS level when you click a link.