This ticket is for discussing performance optimizations to Django's setup
method. (A sample output for profile is available here:
https://github.com/Miserlou/django-zappa/issues/24 )
For starters - can we load apps in parallel?
--
Ticket URL: <https://code.djangoproject.com/ticket/26284>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Someday/Maybe
* needs_tests: => 0
* needs_docs: => 0
Comment:
Generally, it's better to raise broad ideas on the DevelopersMailingList
and open tickets for specific action items.
--
Ticket URL: <https://code.djangoproject.com/ticket/26284#comment:1>
Comment (by cristianocca):
For the record, here's the topic: https://groups.google.com/forum/#!topic
/django-developers/TN4QJkcuMow
It doesn't seem like an issue anymore to me, since you should not be
calling setup() every time (which was the end of the discussion, since
there was a way to avoid calling it on every request).
--
Ticket URL: <https://code.djangoproject.com/ticket/26284#comment:2>
* status: new => closed
* resolution: => needsinfo
--
Ticket URL: <https://code.djangoproject.com/ticket/26284#comment:3>