作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个rails 3应用程序,在herokus Bamboo 堆栈上运行良好/快速。
为了测试我的应用程序是否可以在即将到来的雪松堆栈上工作,我已按照“入门”指南将其部署到了heroku。令我惊讶的是,一切正常,没有错误。我注意到的唯一区别是:与运行在Bamboo堆栈上的应用程序相比,响应时间要慢很多。用 unicorn 而不是瘦身进行的测试没有差异。
您是否注意到两个堆栈之间的差异大致相同?
最佳答案
雪松堆栈上的清漆缓存已更改...看看您如何缓存
http://devcenter.heroku.com/articles/http-caching ...
Varnish is not available on Cedar.
Use rack-cache and the memcache add-on for in-app caching instead.
See HTTP routing for details.
关于ruby-on-rails - Heroku雪松: slower response time than bamboo?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6370479/
在我的 Gemfile 中,我有: gem 'thin' 但是当我将应用程序推送到 Heroku Cedar 时,仍然使用 WEBrick(日志中的“Booting WEBrick”)。 哪里可能有问
我想使用 pyfire github 库 https://github.com/mariano/pyfire 这是 pip freeze 为我生成的: -e git+ssh://git@github.
我是一名优秀的程序员,十分优秀!