5 ms·
Rewriting the front-end using Javascript and Backbone won't fix the backend problems necessarily. How about reducing the objects creation and tuning the backend
by marcosvm 15y ago
Rewriting the front-end using Javascript and Backbone won't fix the backend problems necessarily. How about reducing the objects creation and tuning the backend too?
- jroll 15y agoThey discussed this in the post. They found that the templating was the source of many of the objects, as Ruby creates new objects when performing string concatenation.