|
|
|
|
|
by ehsanu1
3058 days ago
|
|
I've seen numerous big rails apps with times as long or longer, even after decent effort has been put in to optimize. Generally a case of having a lot of things on a page and rendering it all into html server-side (the classic/old rails way of doing things). |
|
27ms is the average dynamic response time for Basecamp, which is server side rendered HTML done the classic way.
I worked on a high performance Rails API serving dynamically generated map tiles and our response times were actually lower than that.