#performance
Read more stories on Hashnode
Articles with this tag
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...
What? There are a lot of ways to generate JSON in rails, from the inbuilt to_json to gems like jbuilder gem or active model serializer. But as...
In this post i'll go through how to write efficient queries for belongs_to associations. I primarly work with Rails so it will focus on that a bit but...
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...
Context Following my Purrsuit of optimization method a few days ago I noticed a very slow api on New Relic at , it was our one of the slowest due as...