Articles in this series
Let's start by defining request queue time. It's basically how long a request has to "wait" before actual processing begins. This waiting usually...
Some things are always inherently vague, like figuring out the exact amount of salt to put in a dish without a recipe. Setting the concurrency of your...
Prelude In my previous blog we tried to analyze what could be the reason behind a Rails app hogging so much memory. Now there are multiple ways to...
Prologue: The Memory-Hungry Monolith At Anarock, we have a monolithic Rails app that's been consuming a significant amount of memory. After numerous...
There are a lot of times when I wonder if writing code using one way would be faster than the other esp now days when there are 10 different ways of...
Inspired by the Rubber Duck Debugging methodology and my love for cats, there is a simple way I try to optimize our Rails App at Anarock Tech. Let's...