#11449: Performance regression loading from fixtures in 1.1 & trunk
-------------------------------------+-------------------------------------
Reporter: novalis | Owner: nobody
Type: | Status: closed
Cleanup/optimization | Version:
Component: Core | 1.1-beta-1
(Serialization) | Resolution: wontfix
Severity: Normal | Triage Stage: Accepted
Keywords: perf | Needs documentation: 0
Has patch: 0 | Patch needs improvement: 0
Needs tests: 0 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by claudep):
* status: reopened => closed
* resolution: => wontfix
Comment:
Here are the benchmark results on my machine:
||1.0 || 16s ||
||1.1 || 23.7s||
||1.2 || 20.5s||
||1.3 || 19.5s||
||1.4 || 22.2s||
||dev || 23s ||
I tried to profile the execution and saw that the slowdown was in the
object save/save_base method. This is not related to serialization, but
simply that saving objects is slower now than in the 1.0 days.
--
Ticket URL: <https://code.djangoproject.com/ticket/11449#comment:13>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.