news-ai / tabulae-v2

Started from the bottom now we here
1 stars 0 forks source link

prefetch-related #13

Open AbhiAgarwal opened 6 years ago

AbhiAgarwal commented 6 years ago
queryset = Player.objects.prefetch_related(
        'teams'  # use prefetch_related to minimize db hits.
    ).all()
AbhiAgarwal commented 6 years ago

https://github.com/manjitkumar/drf-url-filters

AbhiAgarwal commented 6 years ago

really important. speeds up all the queries. do this for contacts in lists