|
|
|
|
|
by everettForth
4706 days ago
|
|
It's worse than that. He links to a set of benchmarks to demonstrate that rails is slow without even considering the caching utilities that rails provides. Who bases their sole criterion for a web framework on speed, and then ignores the baked-in caching functionality that a framework provides? |
|
In other words, Rails wasn't unique in being tested without a preferred reverse proxy. Every single framework on that list was tested without a reverse proxy.
A future test type [1] will exercise back-end caching (e.g., memcached in the case of Rails), but we are not planning to ever include reverse proxies (of any form) in the project.
[1] https://github.com/TechEmpower/FrameworkBenchmarks/issues/37...