GitHub User: ericpeters0n
Any suggestions for how to implement caching of activerecord-reputation scores? Calculating these for each call creates a ton of overhead in my application.
I'm curious: How can the tasks be configured to be more lightweight? (i.e. not loading the entire rails environment)
Was there a solution to this?
Any suggestions for how to implement caching of activerecord-reputation scores? Calculating these for each call creates a ton of overhead in my application.
I'm curious: How can the tasks be configured to be more lightweight? (i.e. not loading the entire rails environment)
Was there a solution to this?