Which queries are taking the most time #720
Unanswered
vikaskedia
asked this question in
Q&A
Replies: 1 comment
-
Right now there is nothing for that. I need to think about it if such thing can be implemented. Do you know a js library which has such feature? For now i would create a unit test which does that. If you want to write one you can look at mine for Inspiration 😉 |
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 am developing a large enterprise application using pinia-orm.
I am working on performance, I want to find out which queries are taking the most time inside the Pinia ORM engine.
Is there a way to ask Pinia-Orm to generate a table that will give me the total amount of time taken by the queries sorted by the time taken.
This way I can focus on the top most entries in this table and work on caching them
Beta Was this translation helpful? Give feedback.
All reactions