﻿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
9449	test runner repeatedly parsers fixtures	Trevor Caira	Eric Holscher	The django test runner calls loaddata for every test case which has fixtures. In projects which reuse the same fixtures for multiple test cases, running the test suite results in the wasteful repeated parsing of the same test fixtures, which is very slow. For my application, caching the result of fixture parsing results in an at least 7% speedup in the test suite.	Cleanup/optimization	closed	Testing framework	1.0	Normal	fixed			Accepted	1	1	1	1	0	0
