django-server-timing icon indicating copy to clipboard operation
django-server-timing copied to clipboard

Django middleware and utils that add `Server-Timing` header

Results 4 django-server-timing issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

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.