select*from `bravo_event_translations` where `locale` ='en'and `bravo_event_translations`.`origin_id` in (13) and `bravo_event_translations`.`deleted_at` isnull1.34msbarianti_go2merzougaEventController.php#106
Bindings
0: en
Hints
0: Use SELECT * only if you need all columns from table
select*from `user_wishlist` where `object_model` ='event'and `user_id` =0and `user_wishlist`.`object_id` in (13)970μsbarianti_go2merzougaEventController.php#106
Bindings
0: event
1: 0
Hints
0: Use SELECT * only if you need all columns from table
selectcount(*) as aggregate from `bravo_review` where `object_id` =13and `object_model` ='event'and `status` ='approved'and `bravo_review`.`deleted_at` isnull4.19msbarianti_go2merzougaEvent.php#741
select*from `location_category_translations` where `locale` ='en'and `location_category_translations`.`origin_id` in (1, 2, 3)1.3msbarianti_go2merzougaEventController.php#121
Bindings
0: en
Hints
0: Use SELECT * only if you need all columns from table
selectAVG(rate_number) as score_total , COUNT(id) as total_review from `bravo_review` where `object_id` =13and `object_model` ='event'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 11.96msbarianti_go2merzougaEvent.php#692
Bindings
0: 13
1: event
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectCOUNT( id ) AS total_review, COUNT( CASEWHEN rate_number >=4THEN1ELSEnullEND ) as total_review_recommend from `bravo_review` where `object_id` =13and `object_model` ='event'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 11.3msbarianti_go2merzougaBookable.php#359
Bindings
0: 13
1: event
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectcount(*) as aggregate from `user_wishlist` where `user_wishlist`.`object_id` =13and `user_wishlist`.`object_id` isnotnulland `object_model` ='event'1.48msbarianti_go2merzougaEvent.php#1026