Not sure whose jurisdiction this falls under, but from my findings,
this is what i have:

Firebug reports 1.46/.055 sec waiting/downloading.  I need the
"waiting" part to be less than 1 sec.

It looks like sending the response is very fast, but preparing it is
not.

So i investigated as to where the slowdown is.  Using time.clock(),
from the time django received the request to the time the response
HTML is ready to ship its .72 sec.  So now i am wondering why it's
taking django or apache another ~.72 seconds to get the html ready and
fired off.

Chrome reports similar results.

Am i interpreting these times incorrectly?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users?hl=en.

Reply via email to