RailsCasts Pro episodes are now free!

Learn more or hide this

Alex's Profile

GitHub User: textmaster

Comments by Alex

Avatar

Hi, I have followed the railscast to implement the solution using Redis as suggested as I thought it was brilliant :)
I am using redistogo.com as my redis server. But something I don't get is that the performance are DISASTROUS, I am talking minutes to load every single page. I thought you said that using redis would load the I18n store in memory ? Am I mistaken ? Because I think everytime transalt accesses the store it goes to redis... and obviously it takes times a bit of time for the connection, etc, but since I use it massively it simply kills the the performance of the site. I tried using the simple hash and this works just fine...

Alex