#5513: Last session refactoring vastly down Django performance
------------------------------------+---------------------------------------
   Reporter:  msaelices             |                Owner:  jacob       
     Status:  closed                |            Component:  Contrib apps
    Version:  SVN                   |           Resolution:  fixed       
   Keywords:  slowness performance  |                Stage:  Accepted    
  Has_patch:  1                     |           Needs_docs:  0           
Needs_tests:  0                     |   Needs_better_patch:  0           
------------------------------------+---------------------------------------
Changes (by jacob):

  * status:  assigned => closed
  * resolution:  => fixed

Comment:

 After looking at this, I can't measure a difference between doing
 {{{__import__}}} each time making a global var and doing the import {{{if
 not engine:}}}. If there is any difference, it's falling well within the
 margin of error in my test setup. So I'm going to mark this ticket fixed;
 please re-open if you find concrete performance improvements.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5513#comment:24>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to