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
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