﻿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
20481	Provide official hooks for execution profiling	Michael van Tellingen	nobody	"There are various django apps which monkeypatch Django internals to add profiling for statistics. These are of course well known apps like django-debug-toolbar, django-mozilla-statsd etc.

I think a much cleaner solution is to provide official hooks instead of monkey-patches on top of monkey-patches :-)

Currently thinking about:
  - Database Cursor, for tracking execution time of sql
  - Template rendering time
  - Cache retrieval etc.

I'm willing to create a patch if there is any interest.
"	New feature	new	Core (Other)	dev	Normal			rob@…	Accepted	0	0	0	0	0	0
