#5513: Last session refactoring vastly down Django performance
------------------------------------+---------------------------------------
Reporter: msaelices | Owner: msaelices
Status: assigned | Component: Contrib apps
Version: SVN | Resolution:
Keywords: slowness performance | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
------------------------------------+---------------------------------------
Comment (by mtredinnick):
Reading from the settings object during the import processing (of
middleware.py) is something to avoid. So make engine=None initially and
then only set it once, when required. [http://groups.google.com/group/
django-developers/msg/680367bceed93e62 Details here.]
--
Ticket URL: <http://code.djangoproject.com/ticket/5513#comment:21>
Django Code <http://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
-~----------~----~----~----~------~----~------~--~---