Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vikas95prasad/6e97ea32683a030904ef69af13711985 to your computer and use it in GitHub Desktop.
Save vikas95prasad/6e97ea32683a030904ef69af13711985 to your computer and use it in GitHub Desktop.
Rails Performance Resources
https://www.youtube.com/watch?v=kZcqyuPeDao
https://gist.github.com/nateberkopec/2b1f585046adad9a55e7058c941d3850
https://www.speedshop.co/2015/07/15/the-complete-guide-to-rails-caching.html
https://www.railsspeed.com/
https://www.speedshop.co/2015/07/29/scaling-ruby-apps-to-1000-rpm.html
https://www.speedshop.co/2015/10/07/frontend-performance-chrome-timeline.html
https://github.com/ruby-prof/ruby-prof
https://github.com/schneems/get_process_mem
https://github.com/ko1/allocation_tracer
https://github.com/evanphx/benchmark-ips
https://github.com/schneems/let_it_go
https://www.skylight.io/features
https://scoutapp.com/info/pricing
http://book.scoutapp.com/memory-bloat.html
http://merbist.com/2010/07/29/object-allocation-why-you-should-care/
https://github.com/SamSaffron/memory_profiler
https://github.com/schneems/derailed_benchmarks
https://www.sitepoint.com/ruby-uses-memory/
Styles/Layout Thrashing:
https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
http://kellegous.com/j/2013/01/26/layout-performance/
https://gist.github.com/paulirish/5d52fb081b3570c81e3a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment