$begin = microtime(true); $arf = AppRoles::where('description','test')->get(); $end = microtime(true) - $begin;