pipermerriam / ethereum-function-signature-registry

Registry of 4byte function signatures and their human readable counterparts.
210 stars 45 forks source link

Django Rest Framework optimizations #10

Open pipermerriam opened 8 years ago

pipermerriam commented 8 years ago

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 commented 8 years ago

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