1
0.10 ms
SELECT t0 . id AS id_1 , t0 . setting_key AS setting_key_2 , t0 . setting_value AS setting_value_3 , t0 . setting_type AS setting_type_4 , t0 . setting_group AS setting_group_5 , t0 . label AS label_6 , t0 . description AS description_7 , t0 . updated_at AS updated_at_8 FROM setting t0 WHERE t0 . setting_key = ? LIMIT 1
Parameters :
[
"maintenance_mode "
]
SELECT t0 . id AS id_1 , t0 . setting_key AS setting_key_2 , t0 . setting_value AS setting_value_3 , t0 . setting_type AS setting_type_4 , t0 . setting_group AS setting_group_5 , t0 . label AS label_6 , t0 . description AS description_7 , t0 . updated_at AS updated_at_8 FROM setting t0 WHERE t0 . setting_key = 'maintenance_mode' LIMIT 1 ;
Copy
2
4.26 ms
SELECT b0_ . id AS id_0 , b0_ . salon_name AS salon_name_1 , b0_ . slug AS slug_2 , b0_ . description AS description_3 , b0_ . address AS address_4 , b0_ . city AS city_5 , b0_ . latitude AS latitude_6 , b0_ . longitude AS longitude_7 , b0_ . languages AS languages_8 , b0_ . transport_info AS transport_info_9 , b0_ . payment_methods AS payment_methods_10 , b0_ . subscription_plan AS subscription_plan_11 , b0_ . salon_type AS salon_type_12 , b0_ . salon_categories AS salon_categories_13 , b0_ . is_verified AS is_verified_14 , b0_ . is_active AS is_active_15 , b0_ . offer_home_visit AS offer_home_visit_16 , b0_ . home_visit_radius AS home_visit_radius_17 , b0_ . phone AS phone_18 , b0_ . website AS website_19 , b0_ . instagram AS instagram_20 , b0_ . facebook AS facebook_21 , b0_ . tiktok AS tiktok_22 , b0_ . created_at AS created_at_23 , b0_ . user_id AS user_id_24 FROM barber_profile b0_ WHERE b0_ . is_active = 1 AND b0_ . subscription_plan IN (? , ? ) ORDER BY b0_ . subscription_plan DESC LIMIT 12
Parameters :
[
"premium "
"premium_plus "
]
SELECT b0_ . id AS id_0 , b0_ . salon_name AS salon_name_1 , b0_ . slug AS slug_2 , b0_ . description AS description_3 , b0_ . address AS address_4 , b0_ . city AS city_5 , b0_ . latitude AS latitude_6 , b0_ . longitude AS longitude_7 , b0_ . languages AS languages_8 , b0_ . transport_info AS transport_info_9 , b0_ . payment_methods AS payment_methods_10 , b0_ . subscription_plan AS subscription_plan_11 , b0_ . salon_type AS salon_type_12 , b0_ . salon_categories AS salon_categories_13 , b0_ . is_verified AS is_verified_14 , b0_ . is_active AS is_active_15 , b0_ . offer_home_visit AS offer_home_visit_16 , b0_ . home_visit_radius AS home_visit_radius_17 , b0_ . phone AS phone_18 , b0_ . website AS website_19 , b0_ . instagram AS instagram_20 , b0_ . facebook AS facebook_21 , b0_ . tiktok AS tiktok_22 , b0_ . created_at AS created_at_23 , b0_ . user_id AS user_id_24 FROM barber_profile b0_ WHERE b0_ . is_active = 1 AND b0_ . subscription_plan IN ('premium' , 'premium_plus' ) ORDER BY b0_ . subscription_plan DESC LIMIT 12 ;
Copy
3
0.94 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 4 ;
Copy
4
0.81 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 4 ;
Copy
5
0.53 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 4 ORDER BY t0 . sort_order ASC ;
Copy
6
0.18 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 8 ;
Copy
7
0.14 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 8 ;
Copy
8
0.13 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 8 ORDER BY t0 . sort_order ASC ;
Copy
9
0.16 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 16 ;
Copy
10
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 16 ;
Copy
11
0.13 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 16 ORDER BY t0 . sort_order ASC ;
Copy
12
0.17 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 33 ;
Copy
13
0.55 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 33 ;
Copy
14
0.26 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 33 ORDER BY t0 . sort_order ASC ;
Copy
15
0.19 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 36 ;
Copy
16
0.39 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 36 ;
Copy
17
0.19 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 36 ORDER BY t0 . sort_order ASC ;
Copy
18
0.16 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 41 ;
Copy
19
0.15 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 41 ;
Copy
20
0.15 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 41 ORDER BY t0 . sort_order ASC ;
Copy
21
0.13 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 43 ;
Copy
22
0.15 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 43 ;
Copy
23
0.14 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 43 ORDER BY t0 . sort_order ASC ;
Copy
24
0.14 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 2 ;
Copy
25
0.41 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 2 ;
Copy
26
0.15 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 2 ORDER BY t0 . sort_order ASC ;
Copy
27
0.15 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 6 ;
Copy
28
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 6 ;
Copy
29
0.14 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 6 ORDER BY t0 . sort_order ASC ;
Copy
30
0.15 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 7 ;
Copy
31
0.17 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 7 ;
Copy
32
0.15 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 7 ORDER BY t0 . sort_order ASC ;
Copy
33
0.18 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 11 ;
Copy
34
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 11 ;
Copy
35
0.16 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 11 ORDER BY t0 . sort_order ASC ;
Copy
36
0.15 ms
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . rating AS rating_2 , t0 . rating_ambiance AS rating_ambiance_3 , t0 . rating_rapport_qp AS rating_rapport_qp_4 , t0 . rating_resultats AS rating_resultats_5 , t0 . comment AS comment_6 , t0 . is_hidden AS is_hidden_7 , t0 . is_reported AS is_reported_8 , t0 . professional_reply AS professional_reply_9 , t0 . replied_at AS replied_at_10 , t0 . created_at AS created_at_11 , t0 . client_id AS client_id_12 , t0 . barber_profile_id AS barber_profile_id_13 , t0 . appointment_id AS appointment_id_14 FROM review t0 WHERE t0 . barber_profile_id = 13 ;
Copy
37
0.13 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . sub_category AS sub_category_4 , t0 . duration_minutes AS duration_minutes_5 , t0 . duration_max_minutes AS duration_max_minutes_6 , t0 . price AS price_7 , t0 . description AS description_8 , t0 . happy_hours_discount AS happy_hours_discount_9 , t0 . happy_hours_slot AS happy_hours_slot_10 , t0 . is_active AS is_active_11 , t0 . barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0 . barber_profile_id = 13 ;
Copy
38
0.15 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . is_cover AS is_cover_3 , t0 . sort_order AS sort_order_4 , t0 . barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0 . barber_profile_id = 13 ORDER BY t0 . sort_order ASC ;
Copy