rack-cache

Disadvantages to rack-cache vs. Varnish in Heroku cedar stack?

半城伤御伤魂 提交于 2019-12-20 09:39:06
问题 The previous 2 Heroku application stacks came with a Varnish layer which automatically reverse-proxy-cached content based on http headers. The new Heroku cedar stack doesn't have this Varnish layer. Heroku suggests using rack-cache and memcache instead. Does this have disadvantages compared to the previous stacks with the varnish layer? With rack-cache, aren't there fewer servers serving the caching layer, and in a less optimized way? http://devcenter.heroku.com/articles/http-routing http:/

Disadvantages to rack-cache vs. Varnish in Heroku cedar stack?

天大地大妈咪最大 提交于 2019-12-02 19:16:50
The previous 2 Heroku application stacks came with a Varnish layer which automatically reverse-proxy-cached content based on http headers. The new Heroku cedar stack doesn't have this Varnish layer. Heroku suggests using rack-cache and memcache instead. Does this have disadvantages compared to the previous stacks with the varnish layer? With rack-cache, aren't there fewer servers serving the caching layer, and in a less optimized way? http://devcenter.heroku.com/articles/http-routing http://devcenter.heroku.com/articles/http-caching http://devcenter.heroku.com/articles/cedar There is