Query execution time

A

Anonymous

Guest
I don't know how to get it from MySQL directly, but you can use a table to store the query time and then get the last query by using "order by colname desc"
 
I am working on this same thing for getting the total load time for page and query will post when done
 
found some useful (for begginers ) tutorials including page loading time and query execution time
http://www.webclass.ru/top.php
 
Back
Top