﻿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
7137	get_and_delete_messages is called in auth context processor for every request	tangerine	nobody	{{{ user.get_and_delete_messages() }}} is called irrespective of whether the request is for a page within the admin interface or not.  Although it's typically only one extraneous query, it is extra overhead which is unnecessary for the vast majority of requests.  Maybe it could be moved out in to a admin context processor which simply adds {{{ messages }}} to the context?		closed	Core (Other)	dev		invalid	context processor		Unreviewed	0	0	0	0	0	0
