﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14640	Add elapsed request time to the development server log	Vaughn Koch	Vaughn Koch	"When doing performance testing on your code, it's helpful to see how long a request takes to be served.
This ticket/patch adds the elapsed time in seconds to the end of each HTTP request line in the development server log.

Example:
{{{
Validating models...
0 errors found

Django version 1.2.1, using settings 'weeplaces.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[07/Nov/2010 15:57:17] ""GET / HTTP/1.1"" 200 11308 0.26
[07/Nov/2010 15:57:27] ""GET /media/css/reset.css HTTP/1.1"" 304 0 0.05
}}}
The 0.26 for the first GET request indicates that it took a quarter of a second to serve the root page.
"	Uncategorized	closed	HTTP handling	1.2	Normal	wontfix	log time development server		Accepted	1	0	0	0	0	0
