Changes between Initial Version and Version 1 of Ticket #25704
- Timestamp:
- Nov 7, 2015, 1:29:51 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25704
- Property Triage Stage Unreviewed → Accepted
-
Ticket #25704 – Description
initial v1 1 It's often useful to know how much time it takes for ` runserver`to respond without setting up a middleware or using the debug toolbar. Currently, one could monkeypatch WSGIRequestHandler (e.g. in `manage.py`) in order to get the time:1 It's often useful to know how much time it takes for `runserver` to respond without setting up a middleware or using the debug toolbar. Currently, one could monkeypatch WSGIRequestHandler (e.g. in `manage.py`) in order to get the time: 2 2 3 3 {{{