#25805: Django 1.8 startup takes longer than Django 1.7
-------------------------------------+-------------------------------------
     Reporter:  fopina               |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Uncategorized        |                  Version:  1.8
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by aaugustin):

 Perhaps Django 1.8 gained some checks which are expensive on this
 particular project?

 You could test for that by running:

     export DJANGO_SETTINGS_MODULE=yourproject.settings
     time python -c "import django; django.setup()"

 How long does that take on 1.7 and 1.8?

 Try running it on 1.7, 1.8, 1.7, 1.8 for the reason Collin brought up.

--
Ticket URL: <https://code.djangoproject.com/ticket/25805#comment:4>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.c7d45c371d99afc6a7bc165faf16ddfe%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to