我有一个相当大的jpg图像
文件和几个css
文件,这些不会改变每次重新加载,但每次它加载完整的imgae而不是在浏览器中缓存,我尝试更改配置,如config.action_controller. perform_caching = true等但似乎没有任何帮助.有没有办法做到这一点?
这在我的production.rb中对我有用:
config.serve_static_assets = true
config.static_cache_control = "public,max-age=2419200"
这是4周,我认为这是足够好的.
原文链接:https://www.f2er.com/ruby/270332.html