I'm currently developing an asp.net application and it is slow. I just want to find out if it is making unnecessary multiple db calls.
What is the best free mysql profiler?
[I know this question will likely be closed for 'off-topic' reason]
I'm currently developing an asp.net application and it is slow. I just want to find out if it is making unnecessary multiple db calls.
What is the best free mysql profiler?
[I know this question will likely be closed for 'off-topic' reason]
"Unnecessary" calls is far too complex a question to begin to answer.
The SlowLog will tell you which types of queries are the biggest burden on the server; those are the first to consider rewriting/indexing/removing/consolidating/etc. Hence, I see this as a possible alternative.
Some 3rd party software tends to do a lot of SHOWs
and other junk. But removing such would require a redesign of their software.