Does anyone have any good documentation that describes the different steps a browser goes through when requesting a web page? I'm interested in the timing of different browser 'events' (ie 1st byte received, some HTML is rendered, dom-ready, browser.onload, all HTML is rendered page done, etc.).
Thanks, Tristan

