﻿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
26284	Improve django.setup() and app loading performance	Rich Jones	nobody	"I imagine that this is an area that hasn't really been given much consideration with regards to optimization, because it isn't relevant to normal Django deployments. However, with ""serverless"" deployments (those without any permanent infrastructure), this becomes quite relevant as we have to call setup() every request. 

This ticket is for discussing performance optimizations to Django's setup method. (A sample output for profile is available here: https://github.com/Miserlou/django-zappa/issues/24 )

For starters - can we load apps in parallel? "	Cleanup/optimization	closed	Core (Other)	1.9	Normal	needsinfo			Someday/Maybe	0	0	0	0	0	0
