HackerTrans
トップ新着トレンドコメント過去質問紹介求人

yeongbin05

no profile record

投稿

Show HN: Django-xbench – slow endpoint aggregation for Django

github.com
11 ポイント·投稿者 yeongbin05·5 か月前·5 コメント

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

github.com
1 ポイント·投稿者 yeongbin05·5 か月前·1 コメント

コメント

yeongbin05
·5 か月前·議論
Thanks for the thoughtful feedback!

I haven't planned GraphQL-specific grouping yet. N+1 visualization is the current priority but I'll definitely keep this in mind. Thank you very much
yeongbin05
·5 か月前·議論
Previously it focused on per-request timing. This update adds rolling-window aggregation to detect performance trends.
yeongbin05
·5 か月前·議論
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.