You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
$before = microtime(true);
$collection->find( array() );
$after = microtime(true);
$execution_mills = $after - $before;
echo 'Execution time is : ' . $execution_mills;