Show time spent on each query in terminal? #2876
DenisBessa
started this conversation in
General
Replies: 1 comment
-
kind of insane there doesn't seem to be a way to log the duration of queries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did a small logger to display formatted queries in console:
The logger displays the query before it is executed.
I was wondering if there is a way to also display the time spent in each query, using the
performance
API.I know it is possible to do it by manually creating the query mechanism. But I wanted a simpler way.
Beta Was this translation helpful? Give feedback.
All reactions