Show HN: Django-Xbench – See DB vs. App Time in Django via Server-Timing Headers(github.com)
github.com
Show HN: Django-Xbench – See DB vs. App Time in Django via Server-Timing Headers
https://github.com/yeongbin05/django-xbench
https://github.com/yeongbin05/django-xbench
It uses Django's execute_wrapper to measure DB time and exposes the breakdown via Server-Timing headers so you can inspect it directly in browser DevTools.
Feedback is very welcome.