Performance issue (long serialization time) with Django rest framework serializers on large dataset like 1000 objects while fetching (read) the data
“<p>I am working on a Django application that uses <strong>Django Rest Framework</strong> to expose APIs. I am experiencing significant performance issues when <strong>serializing</strong> large data in Django Rest Framework. I have an endpoint that returns a list of objects e.g. 1000 records. The re”
Open original →