#27279: Slow test framework initialization in 1.10.1 compared to 1.10
-------------------------------------+-------------------------------------
     Reporter:  mtomiyoshi           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Migrations           |                  Version:  1.10
     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
-------------------------------------+-------------------------------------
Changes (by Marten Kenbeek):

 * cc: marten.knbk@… (added)


Comment:

 Since you use `--keepdb`, the database should already have all migrations
 applied, and I think only the final project state should render all
 models. If that's the case, the number of calls to `ModelState.render()`
 (14865) is way higher than it should be.

 Could you provide the complete profile file for the 1.10.1 case? I'd like
 to take a closer look to see when those models are actually rendered.

--
Ticket URL: <https://code.djangoproject.com/ticket/27279#comment:2>
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/068.2ece2bd99a1630ffbd54bc78805e9dbe%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to