Performance basics: N+1 and memoization with Ruby on Rails

In this episode, we'll address two of the lowest hanging fruit performance issues you'll encounter when developing a Rails application: N+1 queries and basic caching with memoization.
#rails #rubyonrails