Is there a way to benchmark the time spent on each callbacks for a ActiveRecord?
I have 20+ before_save callbacks for a active record. Is there a way in rails to measure the time spent on each callbacks while saving a object into the store?
You’re not receiving notifications from this thread.
I have 20+ before_save callbacks for a active record. Is there a way in rails to measure the time spent on each callbacks while saving a object into the store?