The work has to get done. If you do not find a solution on how to process the important work more efficient. You could give your database-process + python process a lower "nice" value e.g."-15"(linux), so that you have more performance on the important tasks.
After finishing creating your product options, you could step back to normal nice value of "0". greetings ionic On Tue, 2012-03-06 at 00:41 -0800, Thibault Jouannic wrote: > Well, in my experience, cache is just a way of hiding a deeper > problem. I can't use cache while I'm configuring the site and creating > all the product options. Am I seriously required to wait for a whole > minute for the admin page to refresh each time I create a new product > option? > > On 25 fév, 02:15, Andhika Legawa <[email protected]> wrote: > > i think its not a problem if you use cache. > > > > -- > > Life. M Powered ~ RAZR Sharp > > On Feb 24, 2012 9:06 PM, "Thibault Jouannic" <[email protected]> wrote: > > > > > > > > > > > > > > > > > Hi satchmo users, > > > > > I'm creating my first satchmo store, and I'm a bit surprised about the > > > bad performances. > > > > > I've created a single product, with three option groups, generating > > > about 60 product variations. > > > > > When I display the admin product module, the django-debug-toolbar > > > shows 1060 in the query count! The product detail page generates 260 > > > queries. > > > > > Is this normal? Is there a standard way to optimize this? Is there > > > some doc about performance improvements that I missed? > > > > > Thank you for reading, > > > Thibault J > > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Satchmo users" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
