Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show HTTP requests made while processing the request #744

Open
OscarVanL opened this issue Oct 9, 2024 · 0 comments
Open

Show HTTP requests made while processing the request #744

OscarVanL opened this issue Oct 9, 2024 · 0 comments

Comments

@OscarVanL
Copy link

I have been switching from django-debug-toolbar to django-silk because django-silk is more versatile (for example, I can use it to profile and HTTP request, not just templates), and have been enjoying it. Thank you for this tool!

One feature I really miss from django-debug-toolbar is the requests panel. This means I can see HTTP requests made (by the server) while serving a request.

This is particularly useful for individuals with microservices architectures, where a lot of the API response time is made up simply waiting for other API calls. Often profiles and SQL query analysis does not give that much insight, but the requests panel is helpful to debug poorly-utilised APIs.

I would love it if django-silk could incorporate a similar functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant