bmcquade | 2 years ago | on: Sundar Pichai received $226M compensation, boosted by a triennial stock grant
bmcquade's comments
bmcquade | 2 years ago | on: Sundar Pichai received $226M compensation, boosted by a triennial stock grant
bmcquade | 3 years ago | on: Ask HN: Elevator Pitch for a Polymath?
bmcquade | 12 years ago | on: The Right Stuff: Breaking the PageSpeed Barrier with Bootstrap
If you load large amounts of render blocking JS/CSS in the <head>, the browser must wait for it to finish downloading before it can render content in <body> to the screen.
To deliver a fast experience, keep the amount of JS/CSS needed to render the initial view to a minimum. Ideally, that'd be no JS, and just the CSS needed to style the content in the initial view. Then, once the initial view has rendered, load the JS and additional CSS needed for the rest of the app.