joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 53 forks source link

Speeding up JSON encoding #23

Closed mattrobenolt closed 12 years ago

mattrobenolt commented 12 years ago

Using an indent in simplejson.dump slows encoding times by about 6x.

Also, as a minor adjustment, using a more compressed set of separators just to clean up extra unneeded whitespace in the response.