jsfest / 2014-oakland-cfp

Call for proposals for all speakers and events at JSFest Oakland.
24 stars 1 forks source link

Real metrics for front-end performance #124

Open benschwarz opened 9 years ago

benschwarz commented 9 years ago

Building a super-performant front-end is far harder and more intensive than making onLoad or onDomReady happen quicker — After you've removed "blocking scripts", what do you do?

In this talk I'll show you how to put best practice tools to work for you & your team.

We'll explore how to keep your pages scrolling buttery-smooth, the depths of undocumented Chrome devtool APIs, how to create your very own clean-room environment to test and measure while coordinating collection of performance metrics over many geographical borders — then how you can make it all happen within a continuous integration server.

I've been working on tooling to address all of the issues around front-end performance for a year or so now.