﻿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
20806	Cached template loader doesn't cache find_template	gwahl@…	gwahl@…	"`django.template.loaders.cached` memoizes the result of `load_template`, but not `find_template`. I have an application that calls `select_template([a long list])` many times, and `find_template` tries to find the same templates 100s of times. Adding a cache to `find_template` resulted in a huge speedup for my application.

It's pretty easy to implement this and results in a nice speedup. I'll attach a patch shortly."	New feature	closed	Template system	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
