While serialization is a computationally expensive operation, it is much more likely it is due to infefficient database setup, configuration, indices and unexpected N+1 queries being executed that are the cause of your issue. Use a profiler like django-silk <https://github.com/jazzband/django-silk> to determine where your slow points actually are
-- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
