performance tuning
Improve Rails App Performance Using Active Record’s Counter Cache
In this guide, I will explain how we can improve the performance of our rails app by using the counter cache. Consider an app...