Try Django-Logging, available at http://code.google.com/p/django-logging/wiki/Overview . If activated in settings.py as middleware it gives you for any page at the bottom a detailed overview about the queries running and how much time spent on each one. This should be a good starting point for further analysis.
If it is helpful for you I suggest to write a ticket and include it as standard option in settings.py. Rgds g -----Original Message----- From: satchmo-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jordan Dimov Sent: Tuesday, September 30, 2008 10:11 PM To: Satchmo users Subject: Slow satchmo So I've spent the last month or so setting up a Satchmo store. Finally I got everything running. I have a fairly modest inventory base of about 2000 products, spread in 200 categories. The store seems to be running pretty slow though -- it takes 3 to 5 seconds to load any given page. I'm using SVN Satchmo from a couple of weeks back, Django 1.0, Apache2 - worker, and mod_wsgi. I also changed the Satchmo cache backend from file to memcached, but it doesn't seem to speed it up any. Is there something I'm missing? I have several other Django sites running on the same box, and their performance is great. Only the Satchmo store is slow. ~ Jordan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to satchmo-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---