Re: Admin Site Performance Problem

2010-02-25 Thread Matt Schinckel
On Feb 26, 11:45 am, sixpackistan wrote: > Anybody have any ideas on this? > I am running django 1.1.1 using mod_python on apache 2.2. > We have a large database of items (defined in the model as "item") > that are searchable by serial number (which is indexed in the > database).  On the public si

Re: Admin Site Performance Problem

2010-02-25 Thread Timothy Kinney
If it takes 60 seconds for a single item to come up on the admin site, something is seriously wrong. You configure which items show up on the admin site and if you configure it a certain way it may have many, many queries to make. If you only have one table, your query should be pretty fast. How