On Wed, Oct 12, 2011 at 6:49 PM, <
michael.pimmer....@boehringer-ingelheim.com> wrote:

> **
>
> - django-debug-toolbar with profiling from
> http://backslashn.com/post/505601626/ - too fine-grained:
>    I do not want to know that 138752 calls to
> python2.6/posixpath.py:129(islink) take 0.858 seconds. I want to know in
> which views / functions it happens.
>
Is the best way to profile, for if yours is a db centric app(which is in
most cases), a bad join can cause thousands of queries.
The ORM query might look harmless, but the sqls can cause a domino.

-V

-- 
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.

Reply via email to