django-server-timing
django-server-timing copied to clipboard
Django middleware and utils that add `Server-Timing` header
it would be nice to have sql query timings as in debug_toolbar.panels.sql.SQLPanel
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
Would it be possible to time every request automatically by default? I would only add the middleware to the dev settings, so it does not affect production.