Settings

Theme

Show HN: Django-Xbench – See DB vs. App Time in Django via Server-Timing Headers

github.com

1 points by yeongbin05 a month ago · 1 comment

Reader

yeongbin05OP a month ago

I built this because I often couldn't quickly tell whether slow Django requests were caused by DB queries or application logic in staging or production.

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection