Is there a way to debug exposed queries? Currently...
# exposed
j
Is there a way to debug exposed queries? Currently, I am seeing behaviour like this Where query runs for less time but the invoking function takes more. How do I check the time taken for connection and closing the connection. Time taken for IO?
s
Not sure what fancy UI this is but a profiler should do it ?