You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The endpoint profiler stops showing the break down of my code performance after the first few call-stack. I'm expecting to see which function in my endpoint causes slowness, how performant my db or redis query is etc but none of them tracked by it.
Screenshots
To Reproduce
I just followed the install instruction and setup the default level configuration to 3
Desktop (please complete the following information):
OS: MacOS
Browser - Chrome
FMD Version [v.3.0.7]
Additional context
I'm not sure if this is a bug or just not supported to begin with by this library. It'd be a huge bummer if the actual code by code profiler is not supported but thanks for building this anyway.
The text was updated successfully, but these errors were encountered:
Hello @nino-finch, I have the same issue with waiter. If you use the default debug server, it works fine. I guess it is because by using waiter the server is actually using multi-threading to support several requests in parallel while it is not the case with the debug server.
Describe the bug
The endpoint profiler stops showing the break down of my code performance after the first few call-stack. I'm expecting to see which function in my endpoint causes slowness, how performant my db or redis query is etc but none of them tracked by it.
Screenshots
To Reproduce
I just followed the install instruction and setup the default level configuration to 3
Desktop (please complete the following information):
Additional context
I'm not sure if this is a bug or just not supported to begin with by this library. It'd be a huge bummer if the actual code by code profiler is not supported but thanks for building this anyway.
The text was updated successfully, but these errors were encountered: