| 1 |
0.67 ms |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0 WHERE t0.id = 1;
|
| 2 |
0.62 ms |
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id = 1 LIMIT 1;
|
| 3 |
0.31 ms |
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id IS NULL LIMIT 1;
|
| 4 |
0.96 ms |
SELECT t0.id AS id_1, t0.price1 AS price1_2, t0.price2 AS price2_3, t0.price3 AS price3_4, t0.price4 AS price4_5, t0.price5 AS price5_6, t0.price6 AS price6_7, t0.image AS image_8, t0.open_hour_monday AS open_hour_monday_9, t0.close_hour_monday AS close_hour_monday_10, t0.open_hour_tuesday AS open_hour_tuesday_11, t0.close_hour_tuesday AS close_hour_tuesday_12, t0.open_hour_wednesday AS open_hour_wednesday_13, t0.close_hour_wednesday AS close_hour_wednesday_14, t0.open_hour_thursday AS open_hour_thursday_15, t0.close_hour_thursday AS close_hour_thursday_16, t0.open_hour_friday AS open_hour_friday_17, t0.close_hour_friday AS close_hour_friday_18, t0.open_hour_saturday AS open_hour_saturday_19, t0.close_hour_saturday AS close_hour_saturday_20, t0.open_hour_sunday AS open_hour_sunday_21, t0.close_hour_sunday AS close_hour_sunday_22, t0.place_id AS place_id_23 FROM room t0 WHERE t0.place_id = ?
SELECT t0.id AS id_1, t0.price1 AS price1_2, t0.price2 AS price2_3, t0.price3 AS price3_4, t0.price4 AS price4_5, t0.price5 AS price5_6, t0.price6 AS price6_7, t0.image AS image_8, t0.open_hour_monday AS open_hour_monday_9, t0.close_hour_monday AS close_hour_monday_10, t0.open_hour_tuesday AS open_hour_tuesday_11, t0.close_hour_tuesday AS close_hour_tuesday_12, t0.open_hour_wednesday AS open_hour_wednesday_13, t0.close_hour_wednesday AS close_hour_wednesday_14, t0.open_hour_thursday AS open_hour_thursday_15, t0.close_hour_thursday AS close_hour_thursday_16, t0.open_hour_friday AS open_hour_friday_17, t0.close_hour_friday AS close_hour_friday_18, t0.open_hour_saturday AS open_hour_saturday_19, t0.close_hour_saturday AS close_hour_saturday_20, t0.open_hour_sunday AS open_hour_sunday_21, t0.close_hour_sunday AS close_hour_sunday_22, t0.place_id AS place_id_23 FROM room t0 WHERE t0.place_id = 1;
|
| 5 |
1.02 ms |
SELECT c0_.id AS id_0, c0_.day AS day_1, c0_.type AS type_2, c0_.start AS start_3, c0_.end AS end_4, c0_.room_id AS room_id_5 FROM calendar c0_ WHERE (c0_.day BETWEEN ? AND ?) AND c0_.room_id = ?
Parameters: [
"2026-03-16 07:40:05"
"2026-03-22 07:40:05"
5
]
SELECT c0_.id AS id_0, c0_.day AS day_1, c0_.type AS type_2, c0_.start AS start_3, c0_.end AS end_4, c0_.room_id AS room_id_5 FROM calendar c0_ WHERE (c0_.day BETWEEN '2026-03-16 07:40:05' AND '2026-03-22 07:40:05') AND c0_.room_id = 5;
|
| 6 |
0.97 ms |
SELECT o0_.id AS id_0, o0_.date AS date_1, o0_.adults AS adults_2, o0_.phone AS phone_3, o0_.email AS email_4, o0_.state AS state_5, o0_.price AS price_6, o0_.buyer_name AS buyer_name_7, o0_.uuid AS uuid_8, o0_.payment_method AS payment_method_9, o0_.room_id AS room_id_10 FROM `order` o0_ WHERE (o0_.date BETWEEN ? AND ?) AND o0_.room_id = ?
Parameters: [
"2026-03-16 07:40:05"
"2026-03-22 07:40:05"
5
]
SELECT o0_.id AS id_0, o0_.date AS date_1, o0_.adults AS adults_2, o0_.phone AS phone_3, o0_.email AS email_4, o0_.state AS state_5, o0_.price AS price_6, o0_.buyer_name AS buyer_name_7, o0_.uuid AS uuid_8, o0_.payment_method AS payment_method_9, o0_.room_id AS room_id_10 FROM `order` o0_ WHERE (o0_.date BETWEEN '2026-03-16 07:40:05' AND '2026-03-22 07:40:05') AND o0_.room_id = 5;
|
| 7 |
0.42 ms |
SELECT c0_.id AS id_0, c0_.day AS day_1, c0_.type AS type_2, c0_.start AS start_3, c0_.end AS end_4, c0_.room_id AS room_id_5 FROM calendar c0_ WHERE (c0_.day BETWEEN ? AND ?) AND c0_.room_id = ?
Parameters: [
"2026-03-16 07:40:05"
"2026-03-22 07:40:05"
6
]
SELECT c0_.id AS id_0, c0_.day AS day_1, c0_.type AS type_2, c0_.start AS start_3, c0_.end AS end_4, c0_.room_id AS room_id_5 FROM calendar c0_ WHERE (c0_.day BETWEEN '2026-03-16 07:40:05' AND '2026-03-22 07:40:05') AND c0_.room_id = 6;
|
| 8 |
0.92 ms |
SELECT o0_.id AS id_0, o0_.date AS date_1, o0_.adults AS adults_2, o0_.phone AS phone_3, o0_.email AS email_4, o0_.state AS state_5, o0_.price AS price_6, o0_.buyer_name AS buyer_name_7, o0_.uuid AS uuid_8, o0_.payment_method AS payment_method_9, o0_.room_id AS room_id_10 FROM `order` o0_ WHERE (o0_.date BETWEEN ? AND ?) AND o0_.room_id = ?
Parameters: [
"2026-03-16 07:40:05"
"2026-03-22 07:40:05"
6
]
SELECT o0_.id AS id_0, o0_.date AS date_1, o0_.adults AS adults_2, o0_.phone AS phone_3, o0_.email AS email_4, o0_.state AS state_5, o0_.price AS price_6, o0_.buyer_name AS buyer_name_7, o0_.uuid AS uuid_8, o0_.payment_method AS payment_method_9, o0_.room_id AS room_id_10 FROM `order` o0_ WHERE (o0_.date BETWEEN '2026-03-16 07:40:05' AND '2026-03-22 07:40:05') AND o0_.room_id = 6;
|
| 9 |
0.58 ms |
SELECT f0_.id AS id_0, f0_.position AS position_1 FROM faq f0_ ORDER BY f0_.position ASC
SELECT f0_.id AS id_0, f0_.position AS position_1 FROM faq f0_ ORDER BY f0_.position ASC;
|
| 10 |
0.81 ms |
SELECT s0_.id AS id_0, s0_.position AS position_1, s0_.image_name AS image_name_2, s0_.updated_at AS updated_at_3, s0_.link AS link_4, s0_.place_id AS place_id_5 FROM slider s0_ WHERE s0_.place_id = ? ORDER BY s0_.position ASC
SELECT s0_.id AS id_0, s0_.position AS position_1, s0_.image_name AS image_name_2, s0_.updated_at AS updated_at_3, s0_.link AS link_4, s0_.place_id AS place_id_5 FROM slider s0_ WHERE s0_.place_id = 1 ORDER BY s0_.position ASC;
|
| 11 |
0.98 ms |
SELECT f0_.id AS id_0, f0_.position AS position_1, f0_.icon_name AS icon_name_2, f0_.updated_at AS updated_at_3, f0_.place_id AS place_id_4 FROM feature f0_ WHERE f0_.place_id = ? ORDER BY f0_.position ASC
SELECT f0_.id AS id_0, f0_.position AS position_1, f0_.icon_name AS icon_name_2, f0_.updated_at AS updated_at_3, f0_.place_id AS place_id_4 FROM feature f0_ WHERE f0_.place_id = 1 ORDER BY f0_.position ASC;
|
| 12 |
0.70 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.position AS position_2, a0_.target_url AS target_url_3, a0_.click_count AS click_count_4, a0_.is_active AS is_active_5, a0_.display_order AS display_order_6, a0_.desktop_image_name AS desktop_image_name_7, a0_.tablet_image_name AS tablet_image_name_8, a0_.mobile_image_name AS mobile_image_name_9, a0_.updated_at AS updated_at_10, a0_.place_id AS place_id_11 FROM ad_box a0_ WHERE a0_.place_id = ? AND a0_.position = ? AND a0_.is_active = ? ORDER BY a0_.display_order ASC
Parameters: [
1
"between_features_rooms"
1
]
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.position AS position_2, a0_.target_url AS target_url_3, a0_.click_count AS click_count_4, a0_.is_active AS is_active_5, a0_.display_order AS display_order_6, a0_.desktop_image_name AS desktop_image_name_7, a0_.tablet_image_name AS tablet_image_name_8, a0_.mobile_image_name AS mobile_image_name_9, a0_.updated_at AS updated_at_10, a0_.place_id AS place_id_11 FROM ad_box a0_ WHERE a0_.place_id = 1 AND a0_.position = 'between_features_rooms' AND a0_.is_active = 1 ORDER BY a0_.display_order ASC;
|
| 13 |
0.31 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.position AS position_2, a0_.target_url AS target_url_3, a0_.click_count AS click_count_4, a0_.is_active AS is_active_5, a0_.display_order AS display_order_6, a0_.desktop_image_name AS desktop_image_name_7, a0_.tablet_image_name AS tablet_image_name_8, a0_.mobile_image_name AS mobile_image_name_9, a0_.updated_at AS updated_at_10, a0_.place_id AS place_id_11 FROM ad_box a0_ WHERE a0_.place_id = ? AND a0_.position = ? AND a0_.is_active = ? ORDER BY a0_.display_order ASC
Parameters: [
1
"between_voucher_faq"
1
]
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.position AS position_2, a0_.target_url AS target_url_3, a0_.click_count AS click_count_4, a0_.is_active AS is_active_5, a0_.display_order AS display_order_6, a0_.desktop_image_name AS desktop_image_name_7, a0_.tablet_image_name AS tablet_image_name_8, a0_.mobile_image_name AS mobile_image_name_9, a0_.updated_at AS updated_at_10, a0_.place_id AS place_id_11 FROM ad_box a0_ WHERE a0_.place_id = 1 AND a0_.position = 'between_voucher_faq' AND a0_.is_active = 1 ORDER BY a0_.display_order ASC;
|
| 14 |
0.35 ms |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0;
|
| 15 |
0.28 ms |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0;
|
| 16 |
0.23 ms |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0;
|
| 17 |
1.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 1;
|
| 18 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 2;
|
| 19 |
0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 3;
|
| 20 |
0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 4;
|
| 21 |
0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 5;
|
| 22 |
0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 6;
|
| 23 |
0.26 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM slider_translation t0 WHERE t0.translatable_id = 14;
|
| 24 |
0.52 ms |
SELECT t0.id AS id_1, t0.text_key AS text_key_2 FROM static_text t0
SELECT t0.id AS id_1, t0.text_key AS text_key_2 FROM static_text t0;
|
| 25 |
1.10 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM static_text_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM static_text_translation t0 WHERE t0.translatable_id = 1;
|
| 26 |
0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM static_text_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM static_text_translation t0 WHERE t0.translatable_id = 2;
|
| 27 |
1.01 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = 5;
|
| 28 |
0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = 6;
|
| 29 |
0.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = 7;
|
| 30 |
0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = 8;
|
| 31 |
0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM feature_translation t0 WHERE t0.translatable_id = 9;
|
| 32 |
1.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM room_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM room_translation t0 WHERE t0.translatable_id = 5;
|
| 33 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM room_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM room_translation t0 WHERE t0.translatable_id = 6;
|
| 34 |
1.04 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 1;
|
| 35 |
0.29 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 2;
|
| 36 |
0.33 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 3;
|
| 37 |
0.32 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 4;
|
| 38 |
0.26 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 5;
|
| 39 |
0.33 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 6;
|
| 40 |
0.29 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 7;
|
| 41 |
0.29 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 8;
|
| 42 |
0.27 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translation t0 WHERE t0.translatable_id = 9;
|
| 43 |
0.32 ms |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0;
|