0.76 ms (53.05%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.start AS start_3, t0.end AS end_4, t0.multiple_registrations AS multiple_registrations_5, t0.enabled AS enabled_6, t0.ask_health_info AS ask_health_info_7, t0.ask_can_swim AS ask_can_swim_8, t0.ask_media_consent AS ask_media_consent_9, t0.registration_open AS registration_open_10, t0.age_start AS age_start_11, t0.age_end AS age_end_12, t0.age_limit AS age_limit_13, t0.registration_date_limit AS registration_date_limit_14, t0.visible AS visible_15, t0.slug AS slug_16, t0.description AS description_17, t0.capacity AS capacity_18, t0.ask_contact_phone AS ask_contact_phone_19, t0.ask_leaves_alone AS ask_leaves_alone_20, t0.ask_address AS ask_address_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.main_image_id AS main_image_id_26, t0.price_id AS price_id_27 FROM event t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"campamento-de-verano-2026-primera-quincena"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.start AS start_3, t0.end AS end_4, t0.multiple_registrations AS multiple_registrations_5, t0.enabled AS enabled_6, t0.ask_health_info AS ask_health_info_7, t0.ask_can_swim AS ask_can_swim_8, t0.ask_media_consent AS ask_media_consent_9, t0.registration_open AS registration_open_10, t0.age_start AS age_start_11, t0.age_end AS age_end_12, t0.age_limit AS age_limit_13, t0.registration_date_limit AS registration_date_limit_14, t0.visible AS visible_15, t0.slug AS slug_16, t0.description AS description_17, t0.capacity AS capacity_18, t0.ask_contact_phone AS ask_contact_phone_19, t0.ask_leaves_alone AS ask_leaves_alone_20, t0.ask_address AS ask_address_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.main_image_id AS main_image_id_26, t0.price_id AS price_id_27 FROM event t0 WHERE t0.slug = 'campamento-de-verano-2026-primera-quincena' LIMIT 1;
|
0.40 ms (28.05%)
|
1 |
SELECT t0.id AS id_1, t0.base_price AS base_price_2, t0.subscription_price AS subscription_price_3, t4.id AS id_5, t4.name AS name_6, t4.start AS start_7, t4.end AS end_8, t4.multiple_registrations AS multiple_registrations_9, t4.enabled AS enabled_10, t4.ask_health_info AS ask_health_info_11, t4.ask_can_swim AS ask_can_swim_12, t4.ask_media_consent AS ask_media_consent_13, t4.registration_open AS registration_open_14, t4.age_start AS age_start_15, t4.age_end AS age_end_16, t4.age_limit AS age_limit_17, t4.registration_date_limit AS registration_date_limit_18, t4.visible AS visible_19, t4.slug AS slug_20, t4.description AS description_21, t4.capacity AS capacity_22, t4.ask_contact_phone AS ask_contact_phone_23, t4.ask_leaves_alone AS ask_leaves_alone_24, t4.ask_address AS ask_address_25, t4.created_by AS created_by_26, t4.updated_by AS updated_by_27, t4.created_at AS created_at_28, t4.updated_at AS updated_at_29, t4.main_image_id AS main_image_id_30, t4.price_id AS price_id_31 FROM event_price t0 LEFT JOIN event t4 ON t4.price_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.base_price AS base_price_2, t0.subscription_price AS subscription_price_3, t4.id AS id_5, t4.name AS name_6, t4.start AS start_7, t4.end AS end_8, t4.multiple_registrations AS multiple_registrations_9, t4.enabled AS enabled_10, t4.ask_health_info AS ask_health_info_11, t4.ask_can_swim AS ask_can_swim_12, t4.ask_media_consent AS ask_media_consent_13, t4.registration_open AS registration_open_14, t4.age_start AS age_start_15, t4.age_end AS age_end_16, t4.age_limit AS age_limit_17, t4.registration_date_limit AS registration_date_limit_18, t4.visible AS visible_19, t4.slug AS slug_20, t4.description AS description_21, t4.capacity AS capacity_22, t4.ask_contact_phone AS ask_contact_phone_23, t4.ask_leaves_alone AS ask_leaves_alone_24, t4.ask_address AS ask_address_25, t4.created_by AS created_by_26, t4.updated_by AS updated_by_27, t4.created_at AS created_at_28, t4.updated_at AS updated_at_29, t4.main_image_id AS main_image_id_30, t4.price_id AS price_id_31 FROM event_price t0 LEFT JOIN event t4 ON t4.price_id = t0.id WHERE t0.id = 2;
|