if you really want to measure the page response time (amount of time that a page has taken to download on your local computer)
1) you can use firebug (popular) : it shows all the request and reponse............... 2) AOL's web based test tool : webpagetest.org 3) IBM's page detailer (desktop verion) : http://alphaworks.ibm.com/tech/pagedetailer For speeding up your site i suggest you to take a look at the performance best practices at 1) http://developer.yahoo.com/performance/rules.html and a excellent video talk given steve sounders which gives various insights of improving websites performance. http://www.youtube.com/watch?v=BTHvs3V8DBA The video tells that we can drastically reduce a page reponse time by tuning the front-end (which accounts 90% of page's performanace time) like (number http requests,javescript locations,css sprites etc) instead of back-end which accouts only 10% of entire page response time. On Mar 6, 2:36 pm, Harish <harish.bha...@gmail.com> wrote: > Hi All, > > I want to calculate the response time of web application designed in > django.. > Basically I do not have any idea how to proceed with this.... > > Any suggestions or idea on this? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---