I think this is what you're after:
http://www.djangosnippets.org/snippets/358/

And for more serious profiling:
http://www.djangosnippets.org/snippets/186/



On Aug 7, 1:10 pm, TheMaTrIx <[EMAIL PROTECTED]> wrote:
> In PHP its handy and easy to setup a function to use during
> development where you can see page generation times, your linux load
> averages, a count for database calls in a page and compare between how
> much time spent between generating the PHP output and waiting for the
> database.
>
> Is there something like this available in the Django framework?
> If not is there an easy way to do this with Python?
>
> Any info and pointers is much appreciated.
> I'm constructing a site that is really heavy on data (it won't grow to
> GB's of data, it'll actually start with around 8GB, not counting
> images and files ...) and knowing all details on how python and django
> react to loading alot of data and types of data to a page will be
> really helpful


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