I'm trying desparately to figure out why my django sites are so slow.
Using the statsmiddleware, I'm seeing numbers like this:

Stats: Total: 0.08 Python: 0.07 DB: 0.01 Queries: 6
Stats: Total: 0.48 Python: 0.37 DB: 0.11 Queries: 3
Stats: Total: 0.21 Python: 0.17 DB: 0.05 Queries: 32
Stats: Total: 0.27 Python: 0.22 DB: 0.05 Queries: 32

So first question... are those numbers acceptable? They seem to me
like they should be.
If not, where do I look next to hone in further on the bottlenecks.
and if so -- this is the big question -- then why is the site still so
damn slow?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to