#14640: Add elapsed request time to the development server log
------------------------------------+---------------------------------------
          Reporter:  vaughnkoch     |         Owner:  vaughnkoch                
 
            Status:  assigned       |     Milestone:  1.3                       
 
         Component:  HTTP handling  |       Version:  1.2                       
 
        Resolution:                 |      Keywords:  log time development 
server
             Stage:  Accepted       |     Has_patch:  1                         
 
        Needs_docs:  0              |   Needs_tests:  0                         
 
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by anonymous):

 Hehe no worries guys.  Just a couple of thoughts:[[BR]]
 [[BR]]


 - I use firebug daily, and sometimes it's hard to cut through all the mess
 when looking at the timings.  I've personally used this log-timing patch
 to make improvements in my views.[[BR]]
 - There is a difference between the total time it takes to serve a Django
 view and the total roundtrip time from the browser's viewpoint.   You
 can't do the first one just using Firebug.[[BR]]
 - You can easily address (2) and (4) by calling the view multiple times
 and looking at a few instances of the data - you'd have to do this with a
 profiler in any case.[[BR]]
 - Also, I use profiling tools as well - they're more precise, but also
 much more heavyweight.  Sometimes you just need the insight of 'hey, that
 view is taking 1 second instead of 0.05 seconds...'[[BR]]

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14640#comment:6>
Django <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