Monday, October 22, 2012

Re: Profiling tools?

I recommend django-debug-toolbar:
https://github.com/django-debug-toolbar/django-debug-toolbar

_Nik

On 10/21/2012 7:25 PM, zweb wrote:
>
> I am using Django 1.3.1
>
> I want to know in my application how much time is taken by a) database
> access b) creation of XML c) other parts of code. What would be some
> good tools to profile my application?
>
> The code to be profiled is in django view and uses Django ORM and
> Python 2.6 and lxml to generate XML. It is called from AJAX request
> and returns XML.
>
> Please recommend both open source and commercial tools.
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/BuahWkG90JkJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment