Rails 缓存实践
社区相关精华话题
- Rails 缓存简介
- 总结 Web 应用中常用的各种 Cache by quakewang
- Cache 在 Ruby China 里面的应用 by huacnlee
- Web 应用的缓存设计模式 by robbin
- Rails 中使用 ETag 加速页面载入 by huacnlee
- Redis 作为缓存服务器的配置
- Rails 的 Caching 大家的用法是?
- second level cache 简介
- Cache Digests 最大化緩存策略
- Rails 3 和 Rails 4 中 ETags 工作原理
一些插件
- dalli - 效率更高的 Memcache RubyGem
- second_level_cache - 基于 ActiveRecord 自动给 find, belongs_to, has_one 之类的动作实现二级缓存。