Hi
Im looking for some guidance
despite having read your guide I cannot understand why the SHOW PROFILE total time is completely different to the SQLYog times
I have the following perfectly straightforward query, on a primary key
Query: SELECT * FROM OrderItem
WHERE ID = 2000000
SQLYOG Messages shows:
1 row(s) returned
Execution Time : 0.309 sec
Transfer Time : 0.001 sec
Total Time : 0.310 sec
SQLYOG Profiler shows:
Total 0.00282
clearly these are very different. Im trying to figure out if I have a problem with that query or not!
Thanks in advance!