Skip to content

Instantly share code, notes, and snippets.

@guptag
Last active May 13, 2016 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guptag/bd7a578b907a5f5889ab to your computer and use it in GitHub Desktop.
Save guptag/bd7a578b907a5f5889ab to your computer and use it in GitHub Desktop.
Chrome - Performance
http://addyosmani.com/slides/performance/jqueryto/slides.html#30
http://www.html5rocks.com/en/tutorials/speed/layers/
https://plus.google.com/+AddyOsmani/posts/gv92WXBBkgU
https://developer.chrome.com/devtools/docs/timeline
http://stackoverflow.com/questions/10592070/what-is-the-blank-space-in-chromes-new-vertical-timeline
https://plus.google.com/+NatDuca/posts/BvMgvdnBvaQ?e=-RedirectToSandbox
http://aerotwist.com/blog/on-translate3d-and-layer-creation-hacks/
http://wilsonpage.co.uk/preventing-layout-thrashing/
http://vimeo.com/69385032
http://wilsonpage.github.io/fastdom/examples/animation.html
https://mattandre.ws/2014/05/really-fixing-layout-thrashing/
http://www.kellegous.com/j/2013/01/26/layout-performance/
https://dev.opera.com/articles/efficient-javascript/?page=3#reflow
https://gist.github.com/kellegous/4646014
http://www.phpied.com/rendering-repaint-reflowrelayout-restyle/
http://www.youtube.com/watch?v=a2_6bGNZ7bA
http://vimeo.com/69385032
Memory Profiler:
---------------
https://addyosmani.com/blog/taming-the-unicorn-easing-javascript-memory-profiling-in-devtools/
https://developers.google.com/web/tools/chrome-devtools/profile/memory-problems/memory-diagnosis?hl=en
https://developer.chrome.com/devtools/docs/heap-profiling
https://developer.chrome.com/devtools/docs/javascript-memory-profiling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment