RailsCasts Pro episodes are now free!

Learn more or hide this

Michael Wheeler's Profile

GitHub User: wheeyls

Site: mike.matlegend.com

Comments by Michael Wheeler

Avatar

This is a great episode! 2 years later and still very relevant.

However, I found that using Redis as my I18n score has a noticeable performance cost - even when running on the same server as my Rails app. I wrote a very simple key-value cache gem that memoizes the translations. In my case it greatly improved my site's performance.

CachedKeyValueStore