Skip to content

Instantly share code, notes, and snippets.

@jrcryer
Created March 11, 2014 21:08
Show Gist options
  • Save jrcryer/9495118 to your computer and use it in GitHub Desktop.
Save jrcryer/9495118 to your computer and use it in GitHub Desktop.
Janky!
We're all familiar with the performance recommendations regarding content deliver (e.g. reducing and minizing data transfer between server and client) but we are now faced with a new challenge: browser rendering performance. It's time to get jank busting! As developers we need to arm ourselves with techniques and tools to remove the janky experience from our apps.
We'll explore some of the most common rendering bottlenecks and the tools available to identify and analyse these issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment