Re: Slow admin performance with specific inline

2010-02-08 Thread Andy McKay
Try using the django-debug-toolbar and see if that tells you anything useful. -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Slow admin performance with specific inline

2010-02-08 Thread Frank W. Samuelson
When I inline a particular model the admin interface slows down enormously. Inlining other models does not have this effect. This is with the python server (runserver). Any help would be great. When I use the following in my admin file, displaying a household object is very snappy, ~ 1 sec.