id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE orgs_list ALL NULL NULL NULL NULL 107957 Using filesort
MariaDB [*]> explain SELECT * FROM transaction ORDER BY uuid ASC ;
+------+-------------+-------------+-------+---------------+---------+---------+------+-------+-------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+------+-------------+-------------+-------+---------------+---------+---------+------+-------+-------+
| 1 | SIMPLE | transaction | index | NULL | PRIMARY | 108 | NULL | 50537 | |
+------+-------------+-------------+-------+---------------+---------+---------+------+-------+-------+
1 row in set (0.06 sec)
// тут подключаем xhprof
// include 'external/header.php';
$server = new Zend\Soap\Server(null, $options);
// Bind already initialized object to Soap Server
$server->setObject(new MyClass());
...
$server->handle();
ON do_user.exp >= do_levels.exp
composer require zomberg/phpquery
Using version dev-master for zomberg/phpquery
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Это еще почему?