ethereum-function-signature-registry icon indicating copy to clipboard operation
ethereum-function-signature-registry copied to clipboard

Django Rest Framework optimizations

Open pipermerriam opened this issue 9 years ago • 1 comments

The API views provided by DRF can be sped up by about 2x with a few optimizations.

https://www.dabapps.com/blog/api-performance-profiling-django-rest-framework/

This article is a good place to start.

pipermerriam avatar Jul 12 '16 21:07 pipermerriam

Or maybe using http://serpy.readthedocs.io/en/latest/ for serialization.

pipermerriam avatar Jul 12 '16 21:07 pipermerriam