Created
September 3, 2013 21:07
-
-
Save founddrama/6429605 to your computer and use it in GitHub Desktop.
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
// Paul Irish talking about Chrome DevTools Timeline's new Frame Mode | |
http://www.youtube.com/watch?v=Vp524yo0p44 | |
// Chrome Office Hours - troubleshooting paint times | |
http://www.youtube.com/watch?v=z0_jD8nO5Zw | |
// Break time to glass - youtube | |
http://youtu.be/Il4swGfTOSM | |
// Avoiding Unnecessary Paints | |
http://www.html5rocks.com/en/tutorials/speed/unnecessary-paints/ | |
// Using Timeline | |
http://developers.google.com/chrome-developer-tools/docs/using-timeline | |
// You tube Google vid Modern Workflow (Mobile dev specific) | |
http://www.youtube.com/watch?v=dkOmuyL7ffM | |
// Chrome Dev Shortcuts | |
https://developers.google.com/chrome-developer-tools/docs/shortcuts | |
// Dev tools tips and tricks | |
https://developers.google.com/chrome-developer-tools/docs/tips-and-tricks | |
// Paul Lewis reflections on performance | |
http://aerotwist.com/blog/reflections-on-performance-at-google-io/ | |
// Pinterest Paint Performance Case Study | |
http://www.smashingmagazine.com/2013/06/10/pinterest-paint-performance-case-study/ | |
// Chrome rendering performance | |
https://developers.google.com/events/io/sessions/325933151 | |
// Automating performance best practices | |
https://developers.google.com/events/io/sessions/325313237 | |
// Using Sourcemaps | |
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ | |
// Performance on new Flikr homepage | |
http://code.flickr.net/2013/06/04/adventures-in-jank-busting-parallax-performance-and-the-new-flickr-home-page/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment