Recently I had some code that was doing 100's of find_by queries. Due to the way it was setup, a simple fix using includes wasn't possible.
I was able to know which records would be called via find_by though, meaning I should be able to preload all the