Hi
Is there any PHP / SQL- function to output sql query performance?
I have seen some site eg google display result like (0,24 second), (0,18 second) etc. Time that take to get result from db?
its usually done with microtime, see example one in the manual