Just because a programming language and web framework is slow does not indicate your architectural decision and orientation is flawed.
2
4
5
@kellabyte Disagree. Architecture matters much more than programming language speed. It's usually quite easy to build very fast Rails apps.
2
3
2
@stilkov I've also never seen a very fast Rails app. Ruby/runtime is not a fast environment.
2
@kellabyte The language has to be a bottleneck for its speed to matter. Network usage, caching, page size, conditional requests, database …
Oct 29, 2014 · 2:30 PM UTC
1

