hey,
i have been rather interested in the profiling of my django apps (i'm
a not-very-newbie)
will look at it and provide useful (i sincerely hope) feedback

On Nov 12, 6:23 pm, Dima Dogadaylo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wrote a Django pofiler that can be used to find weak performance
> spots in Django projects, i.e.  to find how many SQL-queries are used
> per page, how heavy html-pages are, etc.
>
> The source code of the script and examples of usage are available
> here:http://www.mysoftparade.com/blog/django-profile-sql-performance/
>
> I wrote it because realised that sometimes it's easy to eventually
> miss select_related() for an QuerySet and end with dozens of SQL
> queries per page.
>
> --http://www.mysoftparade.com/


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