How do i test the speed of a database call from PHP?
I interested in testing how many miliseconds it takes my script to call the database with a query and gets the result. For example how many milisecond would the query below take to execute:
SELECT * FROM customers OrderBy customer_id
Thanks in advance.
Quick and dirty: