Re: Django profiler to find a project weak spots

2007-11-13 Thread lispingng
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

Django profiler to find a project weak spots

2007-11-12 Thread Dima Dogadaylo
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:

Django profiler to find a project weak spots

2007-11-12 Thread Dima Dogadaylo
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: