Hacker News new | ask | show | jobs
by mikehuffman 5224 days ago
One obvious idea that I can think of is returning sanitized jsonp directly from the database to the controller. The database will nearly always be faster at formatting data in different ways, than the controller.