Fragement Cache 是大家常用的Rails 內建 Cache 機制,不過昨天看到石鍋拌飯先生寫的rails缓存机制的几个问题,裡面提到一些 Fragement Cache 的問題,這裡做一下筆記。1. read_fragment 實做方式效率不佳在 actionpack/lib/action_controller/caching.rb 裡面,read_fragment 假設是使用 file_store 的話,實做方式不佳def read(name, options = nil) #:nodoc:File.open(real_file_path(name), 'rb') { |f| ...
thegiive
搜索本博客
最近加入圈子
存档
最新评论