Just because a programming language and web framework is slow does not indicate your architectural decision and orientation is flawed.
2
4
5
Replying to @kellabyte
@kellabyte Disagree. Architecture matters much more than programming language speed. It's usually quite easy to build very fast Rails apps.

Oct 29, 2014 · 5:10 AM UTC

2
3
2
Replying to @stilkov
@stilkov You misunderstood my tweet. I'm putting emphasis on the architecture and saying don't knee jerk when lang/framework is slow.
Replying to @stilkov
@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 …
1