﻿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
36927	Optimize Field.deconstruct()	Adam Johnson	Adam Johnson	"I profiled a subset of Django’s test suite (`runtests.py --parallel 1 model* queries expressions*`) with cProfile and found that `Field.deconstruct()` was the function in Django with the largest time consumed inside itself (0.123s of 7.843 total, or 1.6%).

It can be optimized by flattening its main loop for constructing keyword arguments and by performing fewer string comparisons for the path."	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
