#30455: Django ModelForm with multiple ForeignKey query optimisation issue.
-------------------------------------+-------------------------------------
     Reporter:  Bishnu Bhattarai     |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I don't see any issue here you have two querysets so two queries, nothing
 unusual. Maybe your `Account`, `Billing` models are complicated, it's hard
 to tell without an entire project. It is normal that if you want to render
 a long list it will take time, I'm not sure what do you expect from Django
 and where we could be smarter 🤷.

 Please use one of
 [https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
 support channels].

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30455#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.5b30d06543337044ac37911a72f9508d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to