#20481: Provide official hooks for execution profiling
-------------------------------+--------------------
     Reporter:  mvt            |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  Uncategorized  |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 There are various django apps which monkeypatch Django internals to add
 profiling for statistics. These are of course well known apps like django-
 debug-toolbar, django-mozilla-statsd etc.

 I think a much cleaner solution is to provide official hooks instead of
 monkey-patches on top of monkey-patches :-)

 Currently thinking about:
   - Database Cursor, for tracking execution time of sql
   - Template rendering time
   - Cache retrieval etc.

 I'm willing to create a patch if there is any interest.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20481>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/046.e5d79812ef8c14e110b52d59f555336c%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to