Profile aiohttp server #6767
Unanswered
coolsuntraveler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using
![Screen Shot 2022-05-27 at 04 07 26](https://user-images.githubusercontent.com/953378/170570718-6700f1a3-edb8-4dd9-ada0-f61f878c81ea.png)
yappi
to profile my application server built with aiohttp.This screenshot is from
qcachegrind
.It indicates that my application spent a lot of time in
RequestHandler.start
(Note that theself
time is almost as large asIncl.
). Does anybody know what could cause this to happen? I would think a request handler should spend most of its time in the downstream functions and spend very little time in itself.Beta Was this translation helpful? Give feedback.
All reactions