Best Way To Debug Slow Responses #2587
Replies: 4 comments 1 reply
-
I have had some success with https://github.com/itsgoingd/clockwork. |
Beta Was this translation helpful? Give feedback.
-
@spawnia this worked nicely, for some reason I could not get telescope to work on my vapor staging enviroment but clockwork works 80% of the time. ty For anyone using algolia make sure that you have your queue set to true :) |
Beta Was this translation helpful? Give feedback.
-
@spawnia have you ever tried to get telescope to play nicely with lighthouse? Its not showing up in any of the requests. Clockwork is a bit hard to drill into specific issues and seems very sporadic what/when it can collect. |
Beta Was this translation helpful? Give feedback.
-
This is slightly off-topic and a little late maybe but a login is usually slower then usual because of password hashing. The best way to debug this is by using a profiler like XDebug, Blackfire or in production by using Tideways or Sentry. |
Beta Was this translation helpful? Give feedback.
-
What is the best way to debug a slow response from a graphql request.
This is taking 1.8-2.2 seconds to process on the server but can't figure out why.
Beta Was this translation helpful? Give feedback.
All reactions