9 ms·
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 for
by mikehuffman 15y 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.