Suppose I have a page called mysql_query_performance.php which contains code to select some records from table and echo it.
But I want to know how can I simulate more than 1 request to test the performance of that query?
Is this Possible? If yes, How?