> > You will need to provide more specific information to get an answer to > that question. Namely, you will need to provide:
Of course. > 1) How long "several seconds" is Roughly 5 seconds. > 2) What is your view (or is it admin view)? It is a custom view. I put some print statements before and after the save to try to isolate where the problem was. The 5 second is the time it takes for a save. The actual code is here - http://www.satchmoproject.com/trac/browser/satchmo/trunk/satchmo/shop/views/credit_card/checkout_step1.py and the save function starts at line 150. > 3) What would satisfy "good" performance Good question. One second or something thereabouts. > 4) What do you see when you don't use the web server & do it from the > shell? This is a good point. I just tried it and the save was instantaneous. Performance would be fine with this speed ;) It seems that it only shows up when the dev web server is running. I also see a delay in production using fcgi but I haven't focused on that yet. Maybe it's a memory consumption thing. Thanks for the pointer. Any other ideas? -Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---