Rails API Performance Optimizations
Introduction Rails is a dynamic and approachable ecosystem with many opinions on how it should be used, structured, built upon, improved, and maintained. But what do you do when your app begins to age, and the accumulated data of years of requests causes your Songs index endpoint to bloat, taking well over 5 seconds to …