select*from `users` where `users`.`id` ='13466'and `users`.`deleted_at` isnull limit 11.09msmoms_dev
Bindings
0: 13466
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select `sender_id`, `recipient_id` from `friendships` where ((`sender_id` =13466and `sender_type` ='user') or (`recipient_id` =13466and `recipient_type` ='user')) and `status` =1430μsmoms_dev
Bindings
0: 13466
1: user
2: 13466
3: user
4: 1
selectcount(*) as aggregate from `users` where `id` !=13466and `id` in (13280, 13466, 1405, 13466, 8827, 13466, 13466, 21222, 22971, 22966, 13466, 13466, 8780, 13466, 4991, 13466, 15990, 22454, 13466, 13466, 13466, 35475) and `users`.`deleted_at` isnull420μsmoms_dev
Bindings
0: 13466
1: 13280
2: 13466
3: 1405
4: 13466
5: 8827
6: 13466
7: 13466
8: 21222
9: 22971
10: 22966
11: 13466
12: 13466
13: 8780
14: 13466
15: 4991
16: 13466
17: 15990
18: 22454
19: 13466
20: 13466
21: 13466
22: 35475
Hints
0: The != operator is not standard. Use the <> operator to test for inequality instead.
0: Use SELECT * only if you need all columns from table
1: The != operator is not standard. Use the <> operator to test for inequality instead.
2:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `geo_city` where `geo_city`.`id` =4079and `geo_city`.`id` isnotnull limit 1290μsmoms_dev
Bindings
0: 4079
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `childs` where `childs`.`user_id` =13466and `childs`.`user_id` isnotnulland `childs`.`deleted_at` isnull9.22msmoms_dev
Bindings
0: 13466
Hints
0: Use SELECT * only if you need all columns from table
select*from `users_stats` where `users_stats`.`user_id` =13466and `users_stats`.`user_id` isnotnull limit 1200μsmoms_dev
Bindings
0: 13466
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectcount(*) as aggregate from `friendships` where ((`sender_id` =13466and `sender_type` ='user') or (`recipient_id` =13466and `recipient_type` ='user')) and `status` =1300μsmoms_dev