Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Browser Performance 101

Browser Performance 101

An introductory talk to the browser performance world for the nice people at Trovit

Albert Casademont

October 31, 2014
Tweet

More Decks by Albert Casademont

Other Decks in Programming

Transcript

  1. Performance check-list low latency is king! keep-alive initcwnd >= 10

    disable slow start after idle tcp fast open (kernel >= 3.6)
  2. Performance check-list cache! keep bytes low (minimize, gzip) inline above

    the fold css make async js when possible lazy-load below the fold images