|
|
|
|
|
by jashmatthews
3064 days ago
|
|
300ms from server side rendering requires something self inflicted. Even bulk JSON endpoints should be faster than that. 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. |
|
Self-inflicted, sure. But in my experience it's the result of picking developer-friendly tools to optimize for developer time. Erubis is much faster than HAML, but a lot of developers prefer the latter. Those sorts of decisions accumulate.