Created
March 11, 2014 21:08
-
-
Save jrcryer/9495118 to your computer and use it in GitHub Desktop.
Janky!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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